From f9fe6f862d6b68838f9d0f6efe5b41a0cbd3dc6f Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Wed, 15 Mar 2023 14:04:09 -0500 Subject: [PATCH] Using link for yarn to pull in depeendencies. --- docs/classes/base_components.components.html | 18 +- docs/classes/base_template.template.html | 26 +- ...ponents_datatable_datatable.datatable.html | 14 +- ...atatable_datatable.datatablecomponent.html | 14 +- ...atavalue_datavalue.datavaluecomponent.html | 14 +- docs/classes/components_html_html.html.html | 14 +- .../components_html_html.htmlcomponent.html | 14 +- ...container_htmlcontainer.htmlcontainer.html | 14 +- ..._htmlcontainer.htmlcontainercomponent.html | 14 +- .../classes/components_input_input.input.html | 24 +- ...components_input_input.inputcomponent.html | 24 +- .../modules_jsonlogic.jsonlogicevaluator.html | 14 +- docs/classes/sdk_formio.formio.html | 248 +- docs/classes/sdk_plugins.default.html | 20 +- .../utils_evaluator.baseevaluator.html | 16 +- docs/classes/utils_evaluator.evaluator.html | 16 +- .../validator_rules_custom.customrule.html | 12 +- .../validator_rules_date.daterule.html | 12 +- docs/classes/validator_rules_day.dayrule.html | 12 +- .../validator_rules_email.emailrule.html | 12 +- .../validator_rules_mask.maskrule.html | 12 +- docs/classes/validator_rules_max.maxrule.html | 12 +- .../validator_rules_maxdate.maxdaterule.html | 12 +- ...lidator_rules_maxlength.maxlengthrule.html | 12 +- ...validator_rules_maxwords.maxwordsrule.html | 12 +- .../validator_rules_maxyear.maxyearrule.html | 12 +- docs/classes/validator_rules_min.minrule.html | 12 +- .../validator_rules_mindate.mindaterule.html | 12 +- ...lidator_rules_minlength.minlengthrule.html | 12 +- ...validator_rules_minwords.minwordsrule.html | 12 +- .../validator_rules_minyear.minyearrule.html | 12 +- ...rules_onlyavailable.onlyavailablerule.html | 12 +- .../validator_rules_pattern.patternrule.html | 12 +- ...validator_rules_required.requiredrule.html | 12 +- docs/classes/validator_rules_rule.rule.html | 10 +- .../validator_rules_select.selectrule.html | 12 +- .../validator_rules_time.timerule.html | 12 +- .../validator_rules_unique.uniquerule.html | 12 +- docs/classes/validator_rules_url.urlrule.html | 12 +- .../validator_validator.validator.html | 26 +- docs/enums/sdk_formio.formiopathtype.html | 6 +- docs/functions/base_Components.render.html | 2 +- ...e_array_ArrayComponent.ArrayComponent.html | 2 +- .../base_component_Component.Component.html | 2 +- ...base_data_DataComponent.DataComponent.html | 2 +- ...ested_NestedComponent.NestedComponent.html | 2 +- docs/functions/core.use.html | 2 +- docs/functions/core.useModule.html | 2 +- docs/functions/core.usePlugin.html | 2 +- .../model_EventEmitter.EventEmitter.html | 2 +- docs/functions/model_Model.Model.html | 2 +- ...del_NestedArrayModel.NestedArrayModel.html | 2 +- ...model_NestedDataModel.NestedDataModel.html | 2 +- .../model_NestedModel.NestedModel.html | 2 +- .../utils_date.convertFormatToMoment.html | 2 +- .../functions/utils_date.currentTimezone.html | 2 +- docs/functions/utils_date.formatDate.html | 2 +- docs/functions/utils_date.getDateSetting.html | 2 +- docs/functions/utils_date.momentDate.html | 2 +- docs/functions/utils_dom.appendTo.html | 2 +- docs/functions/utils_dom.empty.html | 2 +- docs/functions/utils_dom.prependTo.html | 2 +- docs/functions/utils_dom.removeChildFrom.html | 2 +- .../utils_formUtil.eachComponent.html | 2 +- .../utils_formUtil.flattenComponents.html | 2 +- docs/functions/utils_formUtil.guid.html | 2 +- docs/functions/utils_formUtil.uniqueName.html | 2 +- docs/functions/utils_jwtDecode.jwtDecode.html | 2 +- docs/functions/utils_mask.getInputMask.html | 2 +- docs/functions/utils_mask.matchInputMask.html | 2 +- docs/functions/utils_override.override.html | 2 +- docs/functions/utils_sanitize.sanitize.html | 2 +- docs/functions/utils_unwind.mergeArray.html | 2 +- docs/functions/utils_unwind.mergeObject.html | 2 +- docs/functions/utils_unwind.rewind.html | 2 +- docs/functions/utils_unwind.unwind.html | 2 +- docs/functions/utils_utils.boolValue.html | 2 +- .../utils_utils.escapeRegExCharacters.html | 2 +- ...omponent_component.componentinterface.html | 4 +- ..._component_component.componentoptions.html | 14 +- ...e_component_component.componentschema.html | 8 +- ...nestedcomponent.nestedcomponentschema.html | 10 +- .../model_eventemitter.modelinterface.html | 10 +- .../model_model.modeldecoratorinterface.html | 2 +- docs/interfaces/sdk_formio.formiooptions.html | 8 +- docs/interfaces/sdk_plugins.plugin.html | 10 +- .../sdk_plugins.pluginderegisterfunction.html | 2 +- .../sdk_plugins.plugininitfunction.html | 2 +- docs/interfaces/types_Form.Form.html | 54 +- .../types_Submission.Submission.html | 34 +- docs/modules/base.html | 2 +- docs/modules/base_array_arraycomponent.html | 2 +- docs/modules/base_component_component.html | 2 +- docs/modules/base_components.html | 2 +- docs/modules/base_data_datacomponent.html | 2 +- docs/modules/base_nested_nestedcomponent.html | 2 +- docs/modules/base_template.html | 2 +- docs/modules/components.html | 2 +- .../components_datatable_datatable.html | 2 +- .../components_datavalue_datavalue.html | 2 +- docs/modules/components_html_html.html | 2 +- ...omponents_htmlcontainer_htmlcontainer.html | 2 +- docs/modules/components_input_input.html | 2 +- docs/modules/components_templates.html | 2 +- docs/modules/components_test.html | 2 +- docs/modules/core.html | 2 +- docs/modules/ejs.html | 2 +- docs/modules/index.html | 2 +- docs/modules/model.html | 2 +- docs/modules/model_eventemitter.html | 2 +- docs/modules/model_model.html | 2 +- docs/modules/model_nestedarraymodel.html | 2 +- docs/modules/model_nesteddatamodel.html | 2 +- docs/modules/model_nestedmodel.html | 2 +- docs/modules/modules.html | 2 +- docs/modules/modules_jsonlogic.html | 2 +- docs/modules/modules_jsonlogic_jsonlogic.html | 2 +- docs/modules/sdk.html | 2 +- docs/modules/sdk_formio.html | 2 +- docs/modules/sdk_plugins.html | 2 +- docs/modules/types.html | 2 +- docs/modules/types_Access.html | 2 +- docs/modules/types_Action.html | 2 +- docs/modules/types_Form.html | 2 +- docs/modules/types_Role.html | 2 +- docs/modules/types_Submission.html | 2 +- docs/modules/types_project.html | 2 +- docs/modules/types_project_Project.html | 2 +- docs/modules/utils.html | 2 +- docs/modules/utils_date.html | 2 +- docs/modules/utils_dom.html | 2 +- docs/modules/utils_evaluator.html | 2 +- docs/modules/utils_formutil.html | 2 +- docs/modules/utils_jwtDecode.html | 2 +- docs/modules/utils_mask.html | 2 +- docs/modules/utils_override.html | 2 +- docs/modules/utils_sanitize.html | 2 +- docs/modules/utils_unwind.html | 2 +- docs/modules/utils_utils.html | 2 +- docs/modules/validator.html | 2 +- docs/modules/validator_rules.html | 2 +- docs/modules/validator_rules_custom.html | 2 +- docs/modules/validator_rules_date.html | 2 +- docs/modules/validator_rules_day.html | 2 +- docs/modules/validator_rules_email.html | 2 +- docs/modules/validator_rules_mask.html | 2 +- docs/modules/validator_rules_max.html | 2 +- docs/modules/validator_rules_maxdate.html | 2 +- docs/modules/validator_rules_maxlength.html | 2 +- docs/modules/validator_rules_maxwords.html | 2 +- docs/modules/validator_rules_maxyear.html | 2 +- docs/modules/validator_rules_min.html | 2 +- docs/modules/validator_rules_mindate.html | 2 +- docs/modules/validator_rules_minlength.html | 2 +- docs/modules/validator_rules_minwords.html | 2 +- docs/modules/validator_rules_minyear.html | 2 +- .../validator_rules_onlyavailable.html | 2 +- docs/modules/validator_rules_pattern.html | 2 +- docs/modules/validator_rules_required.html | 2 +- docs/modules/validator_rules_rule.html | 2 +- docs/modules/validator_rules_select.html | 2 +- docs/modules/validator_rules_time.html | 2 +- docs/modules/validator_rules_unique.html | 2 +- docs/modules/validator_rules_url.html | 2 +- docs/modules/validator_validator.html | 2 +- docs/types/types_Access.Access.html | 2 +- docs/types/types_Access.AccessType.html | 2 +- docs/types/types_Action.Action.html | 2 +- docs/types/types_Action.ActionId.html | 2 +- docs/types/types_Action.ActionSettings.html | 2 +- docs/types/types_Form.FormDisplay.html | 2 +- docs/types/types_Form.FormId.html | 2 +- docs/types/types_Form.FormSettings.html | 2 +- docs/types/types_Form.FormType.html | 2 +- docs/types/types_Role.Role.html | 2 +- docs/types/types_Role.RoleId.html | 2 +- docs/types/types_Submission.SubmissionId.html | 2 +- .../types_Submission.SubmissionMetadata.html | 2 +- .../types_Submission.SubmissionState.html | 2 +- docs/types/types_project_Project.Project.html | 2 +- ...types_project_Project.ProjectApiCalls.html | 2 +- .../types_project_Project.ProjectBilling.html | 2 +- ...ypes_project_Project.ProjectFramework.html | 2 +- .../types_project_Project.ProjectId.html | 2 +- .../types_project_Project.ProjectPlan.html | 2 +- .../types_project_Project.ProjectType.html | 2 +- .../types_project_Project.ProjectUsage.html | 2 +- docs/variables/components.default.html | 2 +- .../components_html_html.HTMLProperties.html | 2 +- .../components_templates.default.html | 2 +- docs/variables/ejs.default.html | 2 +- docs/variables/modules.default.html | 2 +- docs/variables/modules_jsonlogic.default.html | 2 +- ...modules_jsonlogic_jsonLogic.jsonLogic.html | 2 +- docs/variables/validator_rules.default.html | 2 +- package-lock.json | 15988 ---------------- package.json | 18 +- yarn.lock | 5029 +++++ 198 files changed, 5664 insertions(+), 16623 deletions(-) delete mode 100644 package-lock.json create mode 100644 yarn.lock diff --git a/docs/classes/base_components.components.html b/docs/classes/base_components.components.html index 4ebcdd85..7374fdbc 100644 --- a/docs/classes/base_components.components.html +++ b/docs/classes/base_components.components.html @@ -24,7 +24,7 @@

Hierarchy

+
  • Defined in src/base/Components.ts:4
  • @@ -64,12 +64,12 @@
    +
  • Defined in src/base/Components.ts:8
  • decorators: any = {}
    +
  • Defined in src/base/Components.ts:9
  • Methods

    @@ -89,7 +89,7 @@
    component: any
    type: string

    Returns any

    +
  • Defined in src/base/Components.ts:62
    • @@ -106,7 +106,7 @@
      decorator: any
      type: string

    Returns void

    +
  • Defined in src/base/Components.ts:52
    • @@ -124,7 +124,7 @@
      type: string
      from: any = 'components'

    Returns any

    +
  • Defined in src/base/Components.ts:18
  • +
  • Defined in src/base/Components.ts:42
    • @@ -166,7 +166,7 @@

      Parameters

      props: any = {}

    Returns void

    +
  • Defined in src/base/Components.ts:77
    • @@ -181,7 +181,7 @@

      Parameters

      components: any

    Returns void

    +
  • Defined in src/base/Components.ts:88
  • Returns void

    +
  • Defined in src/base/Template.ts:66
  • Methods

    @@ -142,7 +142,7 @@
    name: string
    template: any

    Returns void

    +
  • Defined in src/base/Template.ts:26
    • @@ -157,7 +157,7 @@

      Parameters

      templates: any

    Returns void

    +
  • Defined in src/base/Template.ts:15
    • @@ -174,7 +174,7 @@
      name: string
      template: any

    Returns void

    +
  • Defined in src/base/Template.ts:35
    • @@ -196,7 +196,7 @@
      mode: stringany = null

    Returns any

    +
  • Defined in src/base/Template.ts:87
    • @@ -213,7 +213,7 @@
      name: string
      template: any

    Returns void

    +
  • Defined in src/base/Template.ts:44
  • Returns any

    +
  • Defined in src/components/datatable/datatable.ts:26
  • +
  • Defined in src/components/datatable/datatable.ts:26
  • +
  • Defined in src/components/html/html.ts:43
  • Returns any

    +
  • Defined in src/components/html/html.ts:43
  • +
  • Defined in src/components/html/html.ts:43
  • +
  • Defined in src/components/htmlcontainer/htmlcontainer.ts:8
  • +
  • Defined in src/components/htmlcontainer/htmlcontainer.ts:8
  • Returns Promise<Input>

    +
  • Defined in src/components/input/input.ts:17
  • +
  • Defined in src/components/input/input.ts:21
  • +
  • Defined in src/components/input/input.ts:9
  • +
  • Defined in src/components/input/input.ts:14
  • +
  • Defined in src/components/html/html.ts:43
    • @@ -165,7 +165,7 @@

      Parameters

      value: any

    Returns void

    +
  • Defined in src/components/input/input.ts:24
  • Returns void

    +
  • Defined in src/components/input/input.ts:24
  • +
  • Defined in src/utils/Evaluator.ts:25
  • +
  • Defined in src/sdk/Formio.ts:211
  • base: string = ''

    The base API url of the Form.io Platform. Example: https://api.form.io

    +
  • Defined in src/sdk/Formio.ts:128
  • formId: string = ''

    The Form ID derived from the provided source.

    +
  • Defined in src/sdk/Formio.ts:185
  • formUrl: string = ''
    @@ -247,7 +247,7 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:173
  • formsUrl: string = ''
    @@ -257,42 +257,42 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:180
  • noProject: boolean = false

    If this is a non-project url, such is the case for Open Source API.

    +
  • Defined in src/sdk/Formio.ts:239
  • options: FormioOptions = {}

    Available options to configure the Javascript API.

    +
  • Defined in src/sdk/Formio.ts:247
  • path?: string

    A project, form, and submission API Url.

    +
  • Defined in src/sdk/Formio.ts:247
  • pathType?: FormioPathType

    The project type.

    +
  • Defined in src/sdk/Formio.ts:234
  • projectId: string = ''

    The Project ID found within the provided source.

    +
  • Defined in src/sdk/Formio.ts:147
  • projectUrl: string = ''
    @@ -302,7 +302,7 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:142
  • projectsUrl: string = ''
    @@ -312,21 +312,21 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:135
  • query: string = ''

    The query string derived from the provided src url.

    +
  • Defined in src/sdk/Formio.ts:229
  • roleId: string = ''

    The roleID derieved from the provided source.

    +
  • Defined in src/sdk/Formio.ts:166
  • roleUrl: string = ''
    @@ -336,7 +336,7 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:154
  • rolesUrl: string = ''
    @@ -346,14 +346,14 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:161
  • submissionId: string = ''

    The submission ID provided a submission url.

    +
  • Defined in src/sdk/Formio.ts:204
  • submissionUrl: string = ''
    @@ -363,7 +363,7 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:199
  • submissionsUrl: string = ''
    @@ -373,50 +373,50 @@

    Example

    https<
     
    +
  • Defined in src/sdk/Formio.ts:192
  • vId: string = ''
    +
  • Defined in src/sdk/Formio.ts:223
  • vUrl: string = ''
    +
  • Defined in src/sdk/Formio.ts:224
  • vsUrl: string = ''
    +
  • Defined in src/sdk/Formio.ts:222
  • Headers: any = Headers

    A direct interface to the Form.io fetch Headers polyfill.

    +
  • Defined in src/sdk/Formio.ts:113
  • authUrl: string = ''

    The project url to use for Authentication.

    +
  • Defined in src/sdk/Formio.ts:73
  • baseUrl: string = 'https://api.form.io'

    The base API url of the Form.io Platform. Example: https://api.form.io

    +
  • Defined in src/sdk/Formio.ts:63
  • cache: any = {}

    The Form.io API Cache. This ensures that requests to the same API endpoint are cached.

    +
  • Defined in src/sdk/Formio.ts:88
  • deregisterPlugin: ((plugin: string | Plugin) => boolean) = Plugins.deregisterPlugin
    @@ -438,21 +438,21 @@
    plugin: stringReturns boolean
    +
  • Defined in src/sdk/Formio.ts:2463
  • events: EventEmitterBase<string | symbol, any> = ...

    Handles events fired within this SDK library.

    +
  • Defined in src/sdk/Formio.ts:98
  • fetch: any = fetch

    A direct interface to the Form.io fetch polyfill.

    +
  • Defined in src/sdk/Formio.ts:108
  • getPlugin: ((name: string) => null | Plugin) = Plugins.getPlugin
    @@ -474,28 +474,28 @@
    name: string

    Returns null | Plugin

    +
  • Defined in src/sdk/Formio.ts:2465
  • libraries: any = {}

    Stores all of the libraries lazy loaded with Formio.requireLibrary method.

    +
  • Defined in src/sdk/Formio.ts:103
  • namespace: string = ''

    The namespace used to save the Form.io Token's and variables within an application.

    +
  • Defined in src/sdk/Formio.ts:93
  • pathType?: FormioPathType

    The path type for the project.

    +
  • Defined in src/sdk/Formio.ts:78
  • pluginAlter: ((pluginFn: any, value: any, ...args: any[]) => any) = Plugins.pluginAlter
    @@ -519,7 +519,7 @@
    value: any
    Rest ...args: any[]

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2468
  • pluginGet: ((pluginFn: any, ...args: any[]) => any) = Plugins.pluginGet
    @@ -541,7 +541,7 @@
    pluginFn: any
    Rest ...args: any[]

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2467
  • pluginWait: ((pluginFn: any, ...args: any[]) => Promise<any[]>) = Plugins.pluginWait
    @@ -565,26 +565,26 @@
    pluginFn: any
    Rest ...args: any[]

    Returns Promise<any[]>

    +
  • Defined in src/sdk/Formio.ts:2466
  • plugins: Plugin[] = Plugins.plugins
    +
  • Defined in src/sdk/Formio.ts:2462
  • projectUrl: string = ''

    The project API url of the Form.io Project. Example: https://examples.form.io

    +
  • Defined in src/sdk/Formio.ts:68
  • projectUrlSet: boolean = false

    Set to true if the project url has been established with Formio.setProjectUrl()

    +
  • Defined in src/sdk/Formio.ts:83
  • registerPlugin: ((plugin: Plugin, name: string) => void) = Plugins.registerPlugin
    @@ -610,21 +610,21 @@
    name: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:2464
  • tokens: any = {}

    All of the auth tokens for this session.

    +
  • Defined in src/sdk/Formio.ts:118
  • version: string = '---VERSION---'

    The version of this library.

    +
  • Defined in src/sdk/Formio.ts:123
  • Accessors

    @@ -634,7 +634,7 @@
    +
  • Defined in src/sdk/Formio.ts:1685
  • Methods

    @@ -657,7 +657,7 @@

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1130
    • @@ -677,7 +677,7 @@
      name: string

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1048
  • +
  • Defined in src/sdk/Formio.ts:1031
  • +
  • Defined in src/sdk/Formio.ts:1342
  • +
  • Defined in src/sdk/Formio.ts:1121
    • @@ -737,7 +737,7 @@
      type: string
      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:437
    • @@ -755,7 +755,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1004
    • @@ -773,7 +773,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:811
    • @@ -791,7 +791,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:598
    • @@ -807,7 +807,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:679
    • @@ -823,7 +823,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:901
  • +
  • Defined in src/sdk/Formio.ts:1204
  • +
  • Defined in src/sdk/Formio.ts:1101
  • +
  • Defined in src/sdk/Formio.ts:1075
  • +
  • Defined in src/sdk/Formio.ts:1175
  • +
  • Defined in src/sdk/Formio.ts:1152
    • @@ -932,7 +932,7 @@

      Parameters

      url: string

    Returns null | RegExpMatchArray

    +
  • Defined in src/sdk/Formio.ts:1360
    • @@ -956,7 +956,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:456
    • @@ -977,7 +977,7 @@
      id: string

    Returns boolean

    +
  • Defined in src/sdk/Formio.ts:1058
    • @@ -1002,7 +1002,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:495
    • @@ -1024,7 +1024,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:943
    • @@ -1046,7 +1046,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1022
    • @@ -1068,7 +1068,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:714
    • @@ -1090,7 +1090,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:829
    • @@ -1113,7 +1113,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:551
    • @@ -1131,7 +1131,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:636
    • @@ -1149,7 +1149,7 @@

      Parameters

      Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:696
    • @@ -1171,7 +1171,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:847
    • @@ -1193,7 +1193,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:925
    • @@ -1226,7 +1226,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:533
    • @@ -1246,7 +1246,7 @@
      uri: string
      options: string | {
          namespace: string;
      }

    Returns string

    +
  • Defined in src/sdk/Formio.ts:1141
    • @@ -1271,7 +1271,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:474
    • @@ -1303,7 +1303,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:987
    • @@ -1335,7 +1335,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:794
    • @@ -1367,7 +1367,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:583
    • @@ -1397,7 +1397,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:669
    • @@ -1429,7 +1429,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:888
  • +
  • Defined in src/sdk/Formio.ts:1164
    • @@ -1480,7 +1480,7 @@
      Optional submission:

    Returns Promise<any>

    +
  • Defined in src/sdk/Formio.ts:1245
  • +
  • Defined in src/sdk/Formio.ts:1990
    • @@ -1524,7 +1524,7 @@

      Description

      By default, the Formio class will cache all API requests

      Returns void

    +
  • Defined in src/sdk/Formio.ts:1976
    • @@ -1539,7 +1539,7 @@

      Parameters

      response: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2433
  • +
  • Defined in src/sdk/Formio.ts:2014
  • +
  • Defined in src/sdk/Formio.ts:1906
  • +
  • Defined in src/sdk/Formio.ts:1937
  • +
  • Defined in src/sdk/Formio.ts:1898
  • +
  • Defined in src/sdk/Formio.ts:2457
  • +
  • Defined in src/sdk/Formio.ts:1947
    • @@ -1639,7 +1639,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1390
  • +
  • Defined in src/sdk/Formio.ts:1771
    • @@ -1672,7 +1672,7 @@
      url: string
      formio: any

    Returns null | RegExpMatchArray

    +
  • Defined in src/sdk/Formio.ts:1364
  • +
  • Defined in src/sdk/Formio.ts:1845
    • @@ -1719,7 +1719,7 @@
      name: string

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2417
    • @@ -1741,7 +1741,7 @@
      Optional query: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:615
  • +
  • Defined in src/sdk/Formio.ts:2052
    • @@ -1801,7 +1801,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1444
    • @@ -1820,7 +1820,7 @@
      Optional data: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1413
    • @@ -1843,7 +1843,7 @@
      token: string

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2127
    • @@ -1858,7 +1858,7 @@
      uri: string
      options: string | {
          namespace: string;
      }

    Returns string

    +
  • Defined in src/sdk/Formio.ts:2136
  • +
  • Defined in src/sdk/Formio.ts:2231
  • +
  • Defined in src/sdk/Formio.ts:2095
  • +
  • Defined in src/sdk/Formio.ts:2001
    • @@ -1958,7 +1958,7 @@
      Optional header: Optional opts: any

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1494
    • @@ -2012,7 +2012,7 @@
      ready: PromiseReturns void

    Returns any

    +
  • Defined in src/sdk/Formio.ts:2315
  • +
  • Defined in src/sdk/Formio.ts:2183
    • @@ -2059,7 +2059,7 @@
      obj: any
      Optional _interpolate: any

    Returns string

    +
  • Defined in src/sdk/Formio.ts:1377
    • @@ -2072,7 +2072,7 @@

      Parameters

      url: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1902
    • @@ -2085,7 +2085,7 @@

      Parameters

      url: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1910
    • @@ -2103,7 +2103,7 @@
      url: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1933
    • @@ -2128,7 +2128,7 @@
      url: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1886
  • Returns void

    +
  • Defined in src/sdk/Formio.ts:2448
    • @@ -2161,7 +2161,7 @@
      url: string

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1922
    • @@ -2181,7 +2181,7 @@
      token: anyany = {}

    Returns any

    +
  • Defined in src/sdk/Formio.ts:1722
    • @@ -2200,7 +2200,7 @@
      user: any
      opts: any = {}

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1806
  • +
  • Defined in src/sdk/Formio.ts:2282
    • @@ -2235,7 +2235,7 @@

      Parameters

      options: string | {
          namespace: string;
      }

    Returns void

    +
  • Defined in src/sdk/Formio.ts:1689
  • Returns null | Plugin

    +
  • Defined in src/sdk/Plugins.ts:105
    • @@ -123,7 +123,7 @@

      Parameters

      value: string

    Returns string

    +
  • Defined in src/sdk/Plugins.ts:67
    • @@ -142,7 +142,7 @@
      value: any
      Rest ...args: any[]

    Returns any

    +
  • Defined in src/sdk/Plugins.ts:157
    • @@ -159,7 +159,7 @@
      pluginFn: any
      Rest ...args: any[]

    Returns any

    +
  • Defined in src/sdk/Plugins.ts:130
    • @@ -178,7 +178,7 @@
      pluginFn: any
      Rest ...args: any[]

    Returns Promise<any[]>

    +
  • Defined in src/sdk/Plugins.ts:120
    • @@ -199,7 +199,7 @@
      name: string

    Returns void

    +
  • Defined in src/sdk/Plugins.ts:94
  • Returns any

    +
  • Defined in src/utils/Evaluator.ts:92
    • @@ -118,7 +118,7 @@
      func: any
      Rest ...params: any

    Returns any

    +
  • Defined in src/utils/Evaluator.ts:11
    • @@ -140,7 +140,7 @@
      context: anyany = {}

    Returns any

    +
  • Defined in src/utils/Evaluator.ts:155
    • @@ -157,7 +157,7 @@
      data: any
      options: any = {}

    Returns any

    +
  • Defined in src/utils/Evaluator.ts:71
    • @@ -174,7 +174,7 @@
      data: any
      options: any = {}

    Returns string

    +
  • Defined in src/utils/Evaluator.ts:25
  • Returns void

    +
  • Defined in src/utils/Evaluator.ts:171
  • +
  • Defined in src/validator/rules/Custom.ts:4
  • +
  • Defined in src/validator/rules/Date.ts:4
  • +
  • Defined in src/validator/rules/Day.ts:4
  • +
  • Defined in src/validator/rules/Email.ts:4
  • +
  • Defined in src/validator/rules/Mask.ts:6
  • +
  • Defined in src/validator/rules/Max.ts:4
  • +
  • Defined in src/validator/rules/MaxDate.ts:8
  • +
  • Defined in src/validator/rules/MaxLength.ts:4
  • +
  • Defined in src/validator/rules/MaxWords.ts:4
  • +
  • Defined in src/validator/rules/MaxYear.ts:4
  • +
  • Defined in src/validator/rules/Min.ts:5
  • +
  • Defined in src/validator/rules/MinDate.ts:8
  • +
  • Defined in src/validator/rules/MinLength.ts:4
  • +
  • Defined in src/validator/rules/MinWords.ts:4
  • +
  • Defined in src/validator/rules/MinYear.ts:4
  • +
  • Defined in src/validator/rules/OnlyAvailable.ts:5
  • +
  • Defined in src/validator/rules/Pattern.ts:4
  • +
  • Defined in src/validator/rules/Required.ts:4
  • Returns Promise<boolean>

    +
  • Defined in src/validator/rules/Rule.ts:3
  • +
  • Defined in src/validator/rules/Select.ts:9
  • +
  • Defined in src/validator/rules/Time.ts:5
  • +
  • Defined in src/validator/rules/Unique.ts:15
  • +
  • Defined in src/validator/rules/Url.ts:4
  • Returns void

    +
  • Defined in src/validator/Validator.ts:40
    • @@ -133,7 +133,7 @@
      value: anyany = {}

    Returns Promise<boolean>

    +
  • Defined in src/validator/Validator.ts:52
  • +
  • Defined in src/validator/Validator.ts:78
    • @@ -154,7 +154,7 @@

      Parameters

      name: string

    Returns void

    +
  • Defined in src/validator/Validator.ts:46
    • @@ -167,7 +167,7 @@

      Parameters

      rules: any

    Returns void

    +
  • Defined in src/validator/Validator.ts:16
    • @@ -180,7 +180,7 @@

      Parameters

      component: any

    Returns Validator

    +
  • Defined in src/validator/Validator.ts:20
  • +
  • Defined in src/sdk/Formio.ts:33
  • +
  • Defined in src/base/Components.ts:101
  • +
  • Defined in src/base/array/ArrayComponent.ts:40
  • +
  • Defined in src/base/component/Component.ts:34
  • +
  • Defined in src/base/data/DataComponent.ts:19
  • +
  • Defined in src/base/nested/NestedComponent.ts:9
  • +
  • Defined in src/core.ts:97
  • +
  • Defined in src/core.ts:81
  • +
  • Defined in src/core.ts:21
  • +
  • Defined in src/model/EventEmitter.ts:9
  • +
  • Defined in src/model/Model.ts:9
  • +
  • Defined in src/model/NestedArrayModel.ts:4
  • +
  • Defined in src/model/NestedDataModel.ts:4
  • +
  • Defined in src/model/NestedModel.ts:3
  • +
  • Defined in src/utils/date.ts:23
  • Returns string

    +
  • Defined in src/utils/date.ts:14
  • +
  • Defined in src/utils/date.ts:64
  • +
  • Defined in src/utils/date.ts:81
  • +
  • Defined in src/utils/date.ts:45
  • +
  • Defined in src/utils/dom.ts:7
  • Returns any

    +
  • Defined in src/utils/formUtil.ts:101
  • +
  • Defined in src/utils/formUtil.ts:109
  • +
  • Defined in src/utils/formUtil.ts:126
  • +
  • Defined in src/utils/jwtDecode.ts:37
  • +
  • Defined in src/utils/mask.ts:9
  • +
  • Defined in src/utils/mask.ts:46
  • +
  • Defined in src/utils/override.ts:6
  • +
  • Defined in src/utils/sanitize.ts:20
  • +
  • Defined in src/utils/unwind.ts:17
  • +
  • Defined in src/utils/unwind.ts:3
  • +
  • Defined in src/utils/unwind.ts:43
  • +
  • Defined in src/utils/utils.ts:21
  • Returns string

    +
  • Defined in src/utils/utils.ts:11
  • +
  • Defined in src/base/component/Component.ts:31
  • +
  • Defined in src/model/EventEmitter.ts:3
  • +
  • Defined in src/model/Model.ts:6
  • +
  • Defined in src/sdk/Formio.ts:25
  • +
  • Defined in src/sdk/Plugins.ts:35
  • Returns void

    +
  • Defined in src/sdk/Plugins.ts:20
  • Returns void

    +
  • Defined in src/sdk/Plugins.ts:10
  • +
  • Defined in src/base/array/ArrayComponent.ts:1
  • diff --git a/docs/modules/base_component_component.html b/docs/modules/base_component_component.html index 015df767..afa8d915 100644 --- a/docs/modules/base_component_component.html +++ b/docs/modules/base_component_component.html @@ -16,7 +16,7 @@
  • base/component/Component
  • Module base/component/Component

    +
  • Defined in src/base/component/Component.ts:1
  • diff --git a/docs/modules/base_components.html b/docs/modules/base_components.html index 239638b5..c7bbfc95 100644 --- a/docs/modules/base_components.html +++ b/docs/modules/base_components.html @@ -16,7 +16,7 @@
  • base/Components
  • Module base/Components

    +
  • Defined in src/base/Components.ts:4
  • diff --git a/docs/modules/base_data_datacomponent.html b/docs/modules/base_data_datacomponent.html index fa5c89b1..5da846fa 100644 --- a/docs/modules/base_data_datacomponent.html +++ b/docs/modules/base_data_datacomponent.html @@ -16,7 +16,7 @@
  • base/data/DataComponent
  • Module base/data/DataComponent

    +
  • Defined in src/base/data/DataComponent.ts:1
  • diff --git a/docs/modules/base_nested_nestedcomponent.html b/docs/modules/base_nested_nestedcomponent.html index 8099f776..fbac6db2 100644 --- a/docs/modules/base_nested_nestedcomponent.html +++ b/docs/modules/base_nested_nestedcomponent.html @@ -16,7 +16,7 @@
  • base/nested/NestedComponent
  • Module base/nested/NestedComponent

    +
  • Defined in src/base/nested/NestedComponent.ts:1
  • diff --git a/docs/modules/base_template.html b/docs/modules/base_template.html index 1584fd2f..044c121e 100644 --- a/docs/modules/base_template.html +++ b/docs/modules/base_template.html @@ -16,7 +16,7 @@
  • base/Template
  • Module base/Template

    +
  • Defined in src/base/Template.ts:1
  • diff --git a/docs/modules/components.html b/docs/modules/components.html index e0f97679..3594ec4e 100644 --- a/docs/modules/components.html +++ b/docs/modules/components.html @@ -16,7 +16,7 @@
  • components
  • Module components

    +
  • Defined in src/components/index.ts:1
  • diff --git a/docs/modules/components_datatable_datatable.html b/docs/modules/components_datatable_datatable.html index 6e27cb9a..b95a72d4 100644 --- a/docs/modules/components_datatable_datatable.html +++ b/docs/modules/components_datatable_datatable.html @@ -16,7 +16,7 @@
  • components/datatable/datatable
  • Module components/datatable/datatable

    +
  • Defined in src/components/datatable/datatable.ts:1
  • diff --git a/docs/modules/components_datavalue_datavalue.html b/docs/modules/components_datavalue_datavalue.html index defb6a75..79afbab4 100644 --- a/docs/modules/components_datavalue_datavalue.html +++ b/docs/modules/components_datavalue_datavalue.html @@ -16,7 +16,7 @@
  • components/datavalue/datavalue
  • Module components/datavalue/datavalue

    +
  • Defined in src/components/datavalue/datavalue.ts:1
  • diff --git a/docs/modules/components_html_html.html b/docs/modules/components_html_html.html index b2bb173c..8be74b32 100644 --- a/docs/modules/components_html_html.html +++ b/docs/modules/components_html_html.html @@ -16,7 +16,7 @@
  • components/html/html
  • Module components/html/html

    +
  • Defined in src/components/html/html.ts:1
  • diff --git a/docs/modules/components_htmlcontainer_htmlcontainer.html b/docs/modules/components_htmlcontainer_htmlcontainer.html index b0b4293e..46321d81 100644 --- a/docs/modules/components_htmlcontainer_htmlcontainer.html +++ b/docs/modules/components_htmlcontainer_htmlcontainer.html @@ -16,7 +16,7 @@
  • components/htmlcontainer/htmlcontainer
  • Module components/htmlcontainer/htmlcontainer

    +
  • Defined in src/components/htmlcontainer/htmlcontainer.ts:1
  • diff --git a/docs/modules/components_input_input.html b/docs/modules/components_input_input.html index d117c597..189e7e1a 100644 --- a/docs/modules/components_input_input.html +++ b/docs/modules/components_input_input.html @@ -16,7 +16,7 @@
  • components/input/input
  • Module components/input/input

    +
  • Defined in src/components/input/input.ts:1
  • diff --git a/docs/modules/components_templates.html b/docs/modules/components_templates.html index 09ec37ef..e652b7f9 100644 --- a/docs/modules/components_templates.html +++ b/docs/modules/components_templates.html @@ -16,7 +16,7 @@
  • components/templates
  • Module components/templates

    +
  • Defined in src/components/templates/index.ts:1
  • diff --git a/docs/modules/components_test.html b/docs/modules/components_test.html index 7a09ddd5..a278286c 100644 --- a/docs/modules/components_test.html +++ b/docs/modules/components_test.html @@ -16,7 +16,7 @@
  • components/test
  • Module components/test

    +
  • Defined in src/components/test.ts:1
  • diff --git a/docs/modules/core.html b/docs/modules/core.html index 337edf41..b02ad7cf 100644 --- a/docs/modules/core.html +++ b/docs/modules/core.html @@ -16,7 +16,7 @@
  • core
  • Module core

    +
  • Defined in src/core.ts:1
  • diff --git a/docs/modules/ejs.html b/docs/modules/ejs.html index cadb0a27..4df9bce7 100644 --- a/docs/modules/ejs.html +++ b/docs/modules/ejs.html @@ -16,7 +16,7 @@
  • ejs
  • Module ejs

    +
  • Defined in src/ejs.d.ts:1
  • diff --git a/docs/modules/index.html b/docs/modules/index.html index a816c392..5431b17a 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in src/index.ts:1
  • diff --git a/docs/modules/model.html b/docs/modules/model.html index bc3d8f23..f889e340 100644 --- a/docs/modules/model.html +++ b/docs/modules/model.html @@ -16,7 +16,7 @@
  • model
  • Module model

    +
  • Defined in src/model/index.ts:1
  • diff --git a/docs/modules/model_eventemitter.html b/docs/modules/model_eventemitter.html index 257b4fac..af33118e 100644 --- a/docs/modules/model_eventemitter.html +++ b/docs/modules/model_eventemitter.html @@ -16,7 +16,7 @@
  • model/EventEmitter
  • Module model/EventEmitter

    +
  • Defined in src/model/EventEmitter.ts:1
  • diff --git a/docs/modules/model_model.html b/docs/modules/model_model.html index c292a522..6f85832a 100644 --- a/docs/modules/model_model.html +++ b/docs/modules/model_model.html @@ -16,7 +16,7 @@
  • model/Model
  • Module model/Model

    +
  • Defined in src/model/Model.ts:1
  • diff --git a/docs/modules/model_nestedarraymodel.html b/docs/modules/model_nestedarraymodel.html index 3204828a..a7911fea 100644 --- a/docs/modules/model_nestedarraymodel.html +++ b/docs/modules/model_nestedarraymodel.html @@ -16,7 +16,7 @@
  • model/NestedArrayModel
  • Module model/NestedArrayModel

    +
  • Defined in src/model/NestedArrayModel.ts:1
  • diff --git a/docs/modules/model_nesteddatamodel.html b/docs/modules/model_nesteddatamodel.html index 9a045ee9..5c16925d 100644 --- a/docs/modules/model_nesteddatamodel.html +++ b/docs/modules/model_nesteddatamodel.html @@ -16,7 +16,7 @@
  • model/NestedDataModel
  • Module model/NestedDataModel

    +
  • Defined in src/model/NestedDataModel.ts:1
  • diff --git a/docs/modules/model_nestedmodel.html b/docs/modules/model_nestedmodel.html index 5be14c6a..1eb2d7b5 100644 --- a/docs/modules/model_nestedmodel.html +++ b/docs/modules/model_nestedmodel.html @@ -16,7 +16,7 @@
  • model/NestedModel
  • Module model/NestedModel

    +
  • Defined in src/model/NestedModel.ts:1
  • diff --git a/docs/modules/modules.html b/docs/modules/modules.html index 197a7bff..1e0c641e 100644 --- a/docs/modules/modules.html +++ b/docs/modules/modules.html @@ -16,7 +16,7 @@
  • modules
  • Module modules

    +
  • Defined in src/modules/index.ts:1
  • diff --git a/docs/modules/modules_jsonlogic.html b/docs/modules/modules_jsonlogic.html index f4729efb..608f695e 100644 --- a/docs/modules/modules_jsonlogic.html +++ b/docs/modules/modules_jsonlogic.html @@ -16,7 +16,7 @@
  • modules/jsonlogic
  • Module modules/jsonlogic

    +
  • Defined in src/modules/jsonlogic/index.ts:1
  • diff --git a/docs/modules/modules_jsonlogic_jsonlogic.html b/docs/modules/modules_jsonlogic_jsonlogic.html index b6390c9b..19933b29 100644 --- a/docs/modules/modules_jsonlogic_jsonlogic.html +++ b/docs/modules/modules_jsonlogic_jsonlogic.html @@ -16,7 +16,7 @@
  • modules/jsonlogic/jsonLogic
  • Module modules/jsonlogic/jsonLogic

    +
  • Defined in src/modules/jsonlogic/jsonLogic.ts:1
  • diff --git a/docs/modules/sdk.html b/docs/modules/sdk.html index d6f2b301..51e5d29d 100644 --- a/docs/modules/sdk.html +++ b/docs/modules/sdk.html @@ -16,7 +16,7 @@
  • sdk
  • Module sdk

    +
  • Defined in src/sdk/index.ts:1
  • diff --git a/docs/modules/sdk_formio.html b/docs/modules/sdk_formio.html index f52f7a50..3e50f374 100644 --- a/docs/modules/sdk_formio.html +++ b/docs/modules/sdk_formio.html @@ -16,7 +16,7 @@
  • sdk/Formio
  • Module sdk/Formio

    +
  • Defined in src/sdk/Formio.ts:1
  • diff --git a/docs/modules/sdk_plugins.html b/docs/modules/sdk_plugins.html index dbfbdb46..e74cdf36 100644 --- a/docs/modules/sdk_plugins.html +++ b/docs/modules/sdk_plugins.html @@ -16,7 +16,7 @@
  • sdk/Plugins
  • Module sdk/Plugins

    +
  • Defined in src/sdk/Plugins.ts:1
  • diff --git a/docs/modules/types.html b/docs/modules/types.html index 788cf157..7ed4018f 100644 --- a/docs/modules/types.html +++ b/docs/modules/types.html @@ -16,7 +16,7 @@
  • types
  • Module types

    +
  • Defined in src/types/index.ts:1
  • diff --git a/docs/modules/types_Access.html b/docs/modules/types_Access.html index e728d475..aa910f5e 100644 --- a/docs/modules/types_Access.html +++ b/docs/modules/types_Access.html @@ -16,7 +16,7 @@
  • types/Access
  • Module types/Access

    +
  • Defined in src/types/Access.ts:1
  • diff --git a/docs/modules/types_Action.html b/docs/modules/types_Action.html index 5abaec17..42623bdc 100644 --- a/docs/modules/types_Action.html +++ b/docs/modules/types_Action.html @@ -16,7 +16,7 @@
  • types/Action
  • Module types/Action

    +
  • Defined in src/types/Action.ts:1
  • diff --git a/docs/modules/types_Form.html b/docs/modules/types_Form.html index aac22df5..c8159316 100644 --- a/docs/modules/types_Form.html +++ b/docs/modules/types_Form.html @@ -16,7 +16,7 @@
  • types/Form
  • Module types/Form

    +
  • Defined in src/types/Form.ts:1
  • diff --git a/docs/modules/types_Role.html b/docs/modules/types_Role.html index 911f87f1..3986c47a 100644 --- a/docs/modules/types_Role.html +++ b/docs/modules/types_Role.html @@ -16,7 +16,7 @@
  • types/Role
  • Module types/Role

    +
  • Defined in src/types/Role.ts:1
  • diff --git a/docs/modules/types_Submission.html b/docs/modules/types_Submission.html index 83df13a1..dd6373cc 100644 --- a/docs/modules/types_Submission.html +++ b/docs/modules/types_Submission.html @@ -16,7 +16,7 @@
  • types/Submission
  • Module types/Submission

    +
  • Defined in src/types/Submission.ts:1
  • diff --git a/docs/modules/types_project.html b/docs/modules/types_project.html index 4ddf5abe..f2c1e93e 100644 --- a/docs/modules/types_project.html +++ b/docs/modules/types_project.html @@ -16,7 +16,7 @@
  • types/project
  • Module types/project

    +
  • Defined in src/types/project/index.ts:1
  • diff --git a/docs/modules/types_project_Project.html b/docs/modules/types_project_Project.html index 56c786a4..6908461b 100644 --- a/docs/modules/types_project_Project.html +++ b/docs/modules/types_project_Project.html @@ -16,7 +16,7 @@
  • types/project/Project
  • Module types/project/Project

    +
  • Defined in src/types/project/Project.ts:1
  • diff --git a/docs/modules/utils.html b/docs/modules/utils.html index 5a0fa4b5..b6b18a05 100644 --- a/docs/modules/utils.html +++ b/docs/modules/utils.html @@ -16,7 +16,7 @@
  • utils
  • Module utils

    +
  • Defined in src/utils/index.ts:1
  • diff --git a/docs/modules/utils_date.html b/docs/modules/utils_date.html index 9dcc5e89..06daf61c 100644 --- a/docs/modules/utils_date.html +++ b/docs/modules/utils_date.html @@ -16,7 +16,7 @@
  • utils/date
  • Module utils/date

    +
  • Defined in src/utils/date.ts:1
  • diff --git a/docs/modules/utils_dom.html b/docs/modules/utils_dom.html index 31456335..242addec 100644 --- a/docs/modules/utils_dom.html +++ b/docs/modules/utils_dom.html @@ -16,7 +16,7 @@
  • utils/dom
  • Module utils/dom

    +
  • Defined in src/utils/dom.ts:7
  • diff --git a/docs/modules/utils_evaluator.html b/docs/modules/utils_evaluator.html index e187052b..9c61dc60 100644 --- a/docs/modules/utils_evaluator.html +++ b/docs/modules/utils_evaluator.html @@ -16,7 +16,7 @@
  • utils/Evaluator
  • Module utils/Evaluator

    +
  • Defined in src/utils/Evaluator.ts:1
  • diff --git a/docs/modules/utils_formutil.html b/docs/modules/utils_formutil.html index 7f29c599..97135d12 100644 --- a/docs/modules/utils_formutil.html +++ b/docs/modules/utils_formutil.html @@ -16,7 +16,7 @@
  • utils/formUtil
  • Module utils/formUtil

    +
  • Defined in src/utils/formUtil.ts:1
  • diff --git a/docs/modules/utils_jwtDecode.html b/docs/modules/utils_jwtDecode.html index ba273694..87f6af17 100644 --- a/docs/modules/utils_jwtDecode.html +++ b/docs/modules/utils_jwtDecode.html @@ -16,7 +16,7 @@
  • utils/jwtDecode
  • Module utils/jwtDecode

    +
  • Defined in src/utils/jwtDecode.ts:3
  • diff --git a/docs/modules/utils_mask.html b/docs/modules/utils_mask.html index 2e7bc191..9b288339 100644 --- a/docs/modules/utils_mask.html +++ b/docs/modules/utils_mask.html @@ -16,7 +16,7 @@
  • utils/mask
  • Module utils/mask

    +
  • Defined in src/utils/mask.ts:1
  • diff --git a/docs/modules/utils_override.html b/docs/modules/utils_override.html index 27ba61c5..495c3b60 100644 --- a/docs/modules/utils_override.html +++ b/docs/modules/utils_override.html @@ -16,7 +16,7 @@
  • utils/override
  • Module utils/override

    +
  • Defined in src/utils/override.ts:6
  • diff --git a/docs/modules/utils_sanitize.html b/docs/modules/utils_sanitize.html index 40c21e31..3e711894 100644 --- a/docs/modules/utils_sanitize.html +++ b/docs/modules/utils_sanitize.html @@ -16,7 +16,7 @@
  • utils/sanitize
  • Module utils/sanitize

    +
  • Defined in src/utils/sanitize.ts:1
  • diff --git a/docs/modules/utils_unwind.html b/docs/modules/utils_unwind.html index 2e01b804..fbd208fd 100644 --- a/docs/modules/utils_unwind.html +++ b/docs/modules/utils_unwind.html @@ -16,7 +16,7 @@
  • utils/unwind
  • Module utils/unwind

    +
  • Defined in src/utils/unwind.ts:1
  • diff --git a/docs/modules/utils_utils.html b/docs/modules/utils_utils.html index 576ec566..e21be2f1 100644 --- a/docs/modules/utils_utils.html +++ b/docs/modules/utils_utils.html @@ -16,7 +16,7 @@
  • utils/utils
  • Module utils/utils

    +
  • Defined in src/utils/utils.ts:1
  • diff --git a/docs/modules/validator.html b/docs/modules/validator.html index dde3e812..6b7a36eb 100644 --- a/docs/modules/validator.html +++ b/docs/modules/validator.html @@ -16,7 +16,7 @@
  • validator
  • Module validator

    +
  • Defined in src/validator/index.ts:1
  • diff --git a/docs/modules/validator_rules.html b/docs/modules/validator_rules.html index 3d0e9ace..78b20847 100644 --- a/docs/modules/validator_rules.html +++ b/docs/modules/validator_rules.html @@ -16,7 +16,7 @@
  • validator/rules
  • Module validator/rules

    +
  • Defined in src/validator/rules/index.ts:1
  • diff --git a/docs/modules/validator_rules_custom.html b/docs/modules/validator_rules_custom.html index 751a6fb2..fe16ccd5 100644 --- a/docs/modules/validator_rules_custom.html +++ b/docs/modules/validator_rules_custom.html @@ -16,7 +16,7 @@
  • validator/rules/Custom
  • Module validator/rules/Custom

    +
  • Defined in src/validator/rules/Custom.ts:1
  • diff --git a/docs/modules/validator_rules_date.html b/docs/modules/validator_rules_date.html index e703a7b3..43bfa014 100644 --- a/docs/modules/validator_rules_date.html +++ b/docs/modules/validator_rules_date.html @@ -16,7 +16,7 @@
  • validator/rules/Date
  • Module validator/rules/Date

    +
  • Defined in src/validator/rules/Date.ts:1
  • diff --git a/docs/modules/validator_rules_day.html b/docs/modules/validator_rules_day.html index e04ce245..34bbffc2 100644 --- a/docs/modules/validator_rules_day.html +++ b/docs/modules/validator_rules_day.html @@ -16,7 +16,7 @@
  • validator/rules/Day
  • Module validator/rules/Day

    +
  • Defined in src/validator/rules/Day.ts:1
  • diff --git a/docs/modules/validator_rules_email.html b/docs/modules/validator_rules_email.html index 6fca1f76..52c95126 100644 --- a/docs/modules/validator_rules_email.html +++ b/docs/modules/validator_rules_email.html @@ -16,7 +16,7 @@
  • validator/rules/Email
  • Module validator/rules/Email

    +
  • Defined in src/validator/rules/Email.ts:1
  • diff --git a/docs/modules/validator_rules_mask.html b/docs/modules/validator_rules_mask.html index 0720ab88..0042ddf5 100644 --- a/docs/modules/validator_rules_mask.html +++ b/docs/modules/validator_rules_mask.html @@ -16,7 +16,7 @@
  • validator/rules/Mask
  • Module validator/rules/Mask

    +
  • Defined in src/validator/rules/Mask.ts:1
  • diff --git a/docs/modules/validator_rules_max.html b/docs/modules/validator_rules_max.html index c90dc85d..73cc142b 100644 --- a/docs/modules/validator_rules_max.html +++ b/docs/modules/validator_rules_max.html @@ -16,7 +16,7 @@
  • validator/rules/Max
  • Module validator/rules/Max

    +
  • Defined in src/validator/rules/Max.ts:1
  • diff --git a/docs/modules/validator_rules_maxdate.html b/docs/modules/validator_rules_maxdate.html index 9095bb60..2d209533 100644 --- a/docs/modules/validator_rules_maxdate.html +++ b/docs/modules/validator_rules_maxdate.html @@ -16,7 +16,7 @@
  • validator/rules/MaxDate
  • Module validator/rules/MaxDate

    +
  • Defined in src/validator/rules/MaxDate.ts:1
  • diff --git a/docs/modules/validator_rules_maxlength.html b/docs/modules/validator_rules_maxlength.html index fa7ef77a..fb6e6867 100644 --- a/docs/modules/validator_rules_maxlength.html +++ b/docs/modules/validator_rules_maxlength.html @@ -16,7 +16,7 @@
  • validator/rules/MaxLength
  • Module validator/rules/MaxLength

    +
  • Defined in src/validator/rules/MaxLength.ts:1
  • diff --git a/docs/modules/validator_rules_maxwords.html b/docs/modules/validator_rules_maxwords.html index c5e8048e..5042ca49 100644 --- a/docs/modules/validator_rules_maxwords.html +++ b/docs/modules/validator_rules_maxwords.html @@ -16,7 +16,7 @@
  • validator/rules/MaxWords
  • Module validator/rules/MaxWords

    +
  • Defined in src/validator/rules/MaxWords.ts:1
  • diff --git a/docs/modules/validator_rules_maxyear.html b/docs/modules/validator_rules_maxyear.html index 94213b14..7a759caa 100644 --- a/docs/modules/validator_rules_maxyear.html +++ b/docs/modules/validator_rules_maxyear.html @@ -16,7 +16,7 @@
  • validator/rules/MaxYear
  • Module validator/rules/MaxYear

    +
  • Defined in src/validator/rules/MaxYear.ts:1
  • diff --git a/docs/modules/validator_rules_min.html b/docs/modules/validator_rules_min.html index d05de6b1..a168824c 100644 --- a/docs/modules/validator_rules_min.html +++ b/docs/modules/validator_rules_min.html @@ -16,7 +16,7 @@
  • validator/rules/Min
  • Module validator/rules/Min

    +
  • Defined in src/validator/rules/Min.ts:1
  • diff --git a/docs/modules/validator_rules_mindate.html b/docs/modules/validator_rules_mindate.html index 38c4a95a..ba364dfd 100644 --- a/docs/modules/validator_rules_mindate.html +++ b/docs/modules/validator_rules_mindate.html @@ -16,7 +16,7 @@
  • validator/rules/MinDate
  • Module validator/rules/MinDate

    +
  • Defined in src/validator/rules/MinDate.ts:1
  • diff --git a/docs/modules/validator_rules_minlength.html b/docs/modules/validator_rules_minlength.html index 73e94f95..d0e9a8a9 100644 --- a/docs/modules/validator_rules_minlength.html +++ b/docs/modules/validator_rules_minlength.html @@ -16,7 +16,7 @@
  • validator/rules/MinLength
  • Module validator/rules/MinLength

    +
  • Defined in src/validator/rules/MinLength.ts:1
  • diff --git a/docs/modules/validator_rules_minwords.html b/docs/modules/validator_rules_minwords.html index 1d1b853c..7f555334 100644 --- a/docs/modules/validator_rules_minwords.html +++ b/docs/modules/validator_rules_minwords.html @@ -16,7 +16,7 @@
  • validator/rules/MinWords
  • Module validator/rules/MinWords

    +
  • Defined in src/validator/rules/MinWords.ts:1
  • diff --git a/docs/modules/validator_rules_minyear.html b/docs/modules/validator_rules_minyear.html index 27d97bbe..41c644fc 100644 --- a/docs/modules/validator_rules_minyear.html +++ b/docs/modules/validator_rules_minyear.html @@ -16,7 +16,7 @@
  • validator/rules/MinYear
  • Module validator/rules/MinYear

    +
  • Defined in src/validator/rules/MinYear.ts:1
  • diff --git a/docs/modules/validator_rules_onlyavailable.html b/docs/modules/validator_rules_onlyavailable.html index a957f7e5..b51f79dd 100644 --- a/docs/modules/validator_rules_onlyavailable.html +++ b/docs/modules/validator_rules_onlyavailable.html @@ -16,7 +16,7 @@
  • validator/rules/OnlyAvailable
  • Module validator/rules/OnlyAvailable

    +
  • Defined in src/validator/rules/OnlyAvailable.ts:1
  • diff --git a/docs/modules/validator_rules_pattern.html b/docs/modules/validator_rules_pattern.html index 029a993a..72128883 100644 --- a/docs/modules/validator_rules_pattern.html +++ b/docs/modules/validator_rules_pattern.html @@ -16,7 +16,7 @@
  • validator/rules/Pattern
  • Module validator/rules/Pattern

    +
  • Defined in src/validator/rules/Pattern.ts:1
  • diff --git a/docs/modules/validator_rules_required.html b/docs/modules/validator_rules_required.html index 7cc0c828..774bb0d0 100644 --- a/docs/modules/validator_rules_required.html +++ b/docs/modules/validator_rules_required.html @@ -16,7 +16,7 @@
  • validator/rules/Required
  • Module validator/rules/Required

    +
  • Defined in src/validator/rules/Required.ts:1
  • diff --git a/docs/modules/validator_rules_rule.html b/docs/modules/validator_rules_rule.html index 09bbcd7c..5b4fc728 100644 --- a/docs/modules/validator_rules_rule.html +++ b/docs/modules/validator_rules_rule.html @@ -16,7 +16,7 @@
  • validator/rules/Rule
  • Module validator/rules/Rule

    +
  • Defined in src/validator/rules/Rule.ts:1
  • diff --git a/docs/modules/validator_rules_select.html b/docs/modules/validator_rules_select.html index d9e7947d..396ba9bc 100644 --- a/docs/modules/validator_rules_select.html +++ b/docs/modules/validator_rules_select.html @@ -16,7 +16,7 @@
  • validator/rules/Select
  • Module validator/rules/Select

    +
  • Defined in src/validator/rules/Select.ts:1
  • diff --git a/docs/modules/validator_rules_time.html b/docs/modules/validator_rules_time.html index fc0c9f29..c1726a05 100644 --- a/docs/modules/validator_rules_time.html +++ b/docs/modules/validator_rules_time.html @@ -16,7 +16,7 @@
  • validator/rules/Time
  • Module validator/rules/Time

    +
  • Defined in src/validator/rules/Time.ts:1
  • diff --git a/docs/modules/validator_rules_unique.html b/docs/modules/validator_rules_unique.html index f969e993..a9635fbc 100644 --- a/docs/modules/validator_rules_unique.html +++ b/docs/modules/validator_rules_unique.html @@ -16,7 +16,7 @@
  • validator/rules/Unique
  • Module validator/rules/Unique

    +
  • Defined in src/validator/rules/Unique.ts:1
  • diff --git a/docs/modules/validator_rules_url.html b/docs/modules/validator_rules_url.html index 4c1ffe5a..fbdf182e 100644 --- a/docs/modules/validator_rules_url.html +++ b/docs/modules/validator_rules_url.html @@ -16,7 +16,7 @@
  • validator/rules/Url
  • Module validator/rules/Url

    +
  • Defined in src/validator/rules/Url.ts:1
  • diff --git a/docs/modules/validator_validator.html b/docs/modules/validator_validator.html index 9c5f1186..83e67082 100644 --- a/docs/modules/validator_validator.html +++ b/docs/modules/validator_validator.html @@ -16,7 +16,7 @@
  • validator/Validator
  • Module validator/Validator

    +
  • Defined in src/validator/Validator.ts:12
  • diff --git a/docs/types/types_Access.Access.html b/docs/types/types_Access.Access.html index 36d25291..9a7d0482 100644 --- a/docs/types/types_Access.Access.html +++ b/docs/types/types_Access.Access.html @@ -25,7 +25,7 @@
    roles:
    type: AccessType
    +
  • Defined in src/types/Access.ts:3
  • +
  • Defined in src/types/Access.ts:8
  • +
  • Defined in src/types/Action.ts:11
  • +
  • Defined in src/types/Action.ts:3
  • +
  • Defined in src/types/Action.ts:5
  • +
  • Defined in src/types/Form.ts:39
  • +
  • Defined in src/types/Form.ts:3
  • +
  • Defined in src/types/Form.ts:41
  • +
  • Defined in src/types/Form.ts:37
  • +
  • Defined in src/types/Role.ts:5
  • +
  • Defined in src/types/Role.ts:3
  • +
  • Defined in src/types/Submission.ts:3
  • +
  • Defined in src/types/Submission.ts:29
  • +
  • Defined in src/types/Submission.ts:27
  • +
  • Defined in src/types/project/Project.ts:6
  • +
  • Defined in src/types/project/Project.ts:102
  • +
  • Defined in src/types/project/Project.ts:95
  • +
  • Defined in src/types/project/Project.ts:58
  • +
  • Defined in src/types/project/Project.ts:4
  • +
  • Defined in src/types/project/Project.ts:51
  • +
  • Defined in src/types/project/Project.ts:49
  • +
  • Defined in src/types/project/Project.ts:69
  • +
  • Defined in src/components/index.ts:12
  • +
  • Defined in src/components/html/html.ts:2
  • +
  • Defined in src/components/templates/index.ts:2
  • +
  • Defined in src/ejs.d.ts:2
  • +
  • Defined in src/modules/index.ts:2
  • +
  • Defined in src/modules/jsonlogic/index.ts:23
  • +
  • Defined in src/modules/jsonlogic/jsonLogic.ts:1
  • +
  • Defined in src/validator/rules/index.ts:22