From 839eb10629d1707bee77d97be454437679593547 Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Thu, 16 Mar 2023 14:00:26 -0500 Subject: [PATCH] Updated ejs import. --- Changelog.md | 5 + 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 +- gulpfile.js | 1 + .../templates/bootstrap/datatable/html.ejs.js | 27 ++ package.json | 2 +- 199 files changed, 660 insertions(+), 627 deletions(-) create mode 100644 lib/components/templates/bootstrap/datatable/html.ejs.js diff --git a/Changelog.md b/Changelog.md index c40af05d..86e33f4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## 1.3.0-rc.8 +## 1.3.0-rc.7 +### Fixed + - Fixed the ejs.js template import. + ## 1.3.0-rc.6 ### Changed - Fixed the export lib to contain relative paths for easy import. diff --git a/docs/classes/base_components.components.html b/docs/classes/base_components.components.html index 92aecb4d..cde6659e 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 fadb9b3c..9abd9130 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 65d51885..1845ec93 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 c3cf1a0e..7b86295a 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 679b9745..6825c5d9 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 52245da3..84192c57 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 b547840f..6d51f15a 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 43b4bb4d..d2216124 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 d983db15..98acb15d 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 df8b9d2d..7d792584 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 9c44a436..b445be84 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 9d88c5a8..d11c9edb 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 fcdfe472..782fa40d 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 894ebda7..8bd464ca 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 243e6b3b..913af1c4 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 d93a4001..1ac75d59 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 74ee3f89..31d75a78 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 5de34eb8..aa33370d 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 58cfa8f0..951b0172 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 b9e61a4d..803618bd 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 fd408223..e37e05b9 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 1234d8e1..510a6f69 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 ae08ef51..505acee1 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 91e9b28c..c8c84e89 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 89ab0bcd..6aaba5b5 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 90a3a85e..103c6125 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 5eae6eef..3e5c4844 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 b35953f7..90179c24 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 64ae7a2e..e5810cfc 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 79c03931..a7530aec 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 306492cc..f9391ef4 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 6322ae1c..7b7465cb 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 de35550f..15460b8e 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 82bfe947..77805354 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 1f06c864..1fa78277 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 40042ce8..540c892b 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 139e246e..7de1f25b 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 08c5eb4e..a15cc5bb 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 f240bff7..25326e41 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 5c0fb3ed..a0c7f4be 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 7f5cb817..88a0ee53 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 f0c6d4bc..7d2d9953 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 e7202bf8..dfbe669d 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 9ef8b5e6..01da8e1d 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 2deab602..f75d3514 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 df7535ec..2dde8697 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 4ab594c2..0b2d75dc 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 b7222792..463b5520 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 943fb755..eb291883 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 734fb104..5cb88d23 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 43981c46..f03fb854 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 537d74bc..cfbc4beb 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 aed7a8a5..0126c458 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 ce9d686d..59bf0359 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 b1d48342..c85f098c 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 e21ee90e..a6480eec 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 927692d2..ea1846a2 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 fe761f66..3eaa79d7 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 5f570cdc..9e3aff7f 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 98741047..43759956 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 c18eaace..22376b5e 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 37ea1b02..4aaac5b9 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 adc47582..028860a2 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 f1b67e1a..1b3bdfec 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 9b28b372..184b669d 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 0da62e07..3abe15a4 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 60fa7ab6..51c24b56 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 129b7429..1fbf4c91 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 0959b6f0..dcb680d8 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 d4d5141c..035897db 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 22aff728..116e55b4 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 35f20f72..a33af9d5 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 7c9bc291..e3ad7c73 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 d446f0f2..4b7367ce 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 5bd52103..92ca2773 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