diff --git a/.github/workflows/env-setup-build-forms-server.yml b/.github/workflows/env-setup-build-forms-server.yml
index 6d644f4277..adb1d52809 100644
--- a/.github/workflows/env-setup-build-forms-server.yml
+++ b/.github/workflows/env-setup-build-forms-server.yml
@@ -8,7 +8,7 @@ on:
description: "Formio tag, please refer https://github.com/formio/formio/tags to deploy the appropriate tag."
type: string
required: true
- default: "v4.2.4"
+ default: "v4.3.0"
jobs:
build:
diff --git a/.github/workflows/env-setup-deploy-forms-server.yml b/.github/workflows/env-setup-deploy-forms-server.yml
index 4cf7a04751..1b99e4c85e 100644
--- a/.github/workflows/env-setup-deploy-forms-server.yml
+++ b/.github/workflows/env-setup-deploy-forms-server.yml
@@ -12,7 +12,7 @@ on:
description: "Formio tag, please refer https://github.com/formio/formio/tags to deploy the appropriate tag."
type: string
required: true
- default: "v4.2.4"
+ default: "v4.3.0"
jobs:
deploy:
diff --git a/devops/Makefile b/devops/Makefile
index e2b7991305..7991792fc7 100644
--- a/devops/Makefile
+++ b/devops/Makefile
@@ -39,7 +39,7 @@ export QUEUE_CONSUMERS_BUILD_REF := $(or ${QUEUE_CONSUMERS_BUILD_REF}, queue-con
export LOAD_TEST_GATEWAY_BUILD_REF := $(or ${LOAD_TEST_GATEWAY_BUILD_REF}, load-test-gateway-${APP_NAME})
export WEB_BUILD_REF := $(or ${WEB_BUILD_REF}, web-${APP_NAME})
export FORMS_BUILD_REF := $(or ${FORMS_BUILD_REF}, forms)
-export FORMIO_SOURCE_REPO_TAG := $(or $(FORMIO_SOURCE_REPO_TAG), v4.2.4)
+export FORMIO_SOURCE_REPO_TAG := $(or $(FORMIO_SOURCE_REPO_TAG), v4.3.0)
export FORMIO_ROOT_EMAIL := $(or ${FORMIO_ROOT_EMAIL}, dev_sabc@gov.bc.ca)
export MONGODB_URI := $(or ${MONGODB_URI}, $$MONGODB_URI)
export QUEUE_PREFIX := $(or $(QUEUE_PREFIX), {sims-local})
diff --git a/sources/Makefile b/sources/Makefile
index 54917308d7..de33cbacfc 100644
--- a/sources/Makefile
+++ b/sources/Makefile
@@ -50,7 +50,7 @@ export SWAGGER_ENABLED := $(or ${SWAGGER_ENABLED}, true)
export APPLICATION_ARCHIVE_DAYS := $(or ${APPLICATION_ARCHIVE_DAYS}, 43)
#Formio forms integration
export FORMIO_SOURCE_REPO_URL := $(or ${FORMIO_SOURCE_REPO_URL}, https://github.com/formio/formio.git)
-export FORMIO_SOURCE_REPO_TAG := $(or ${FORMIO_SOURCE_REPO_TAG}, v4.2.4)
+export FORMIO_SOURCE_REPO_TAG := $(or ${FORMIO_SOURCE_REPO_TAG}, v4.3.0)
#ATBC Integration
export ATBC_USERNAME := $(or $(ATBC_USERNAME), )
export ATBC_PASSWORD := $(or $(ATBC_PASSWORD), )
diff --git a/sources/packages/forms/src/form-definitions/noticeofassessment.json b/sources/packages/forms/src/form-definitions/noticeofassessment.json
index 937f92d0d7..668d0c0be6 100644
--- a/sources/packages/forms/src/form-definitions/noticeofassessment.json
+++ b/sources/packages/forms/src/form-definitions/noticeofassessment.json
@@ -1041,8 +1041,7 @@
"addons": [],
"id": "ed7zhif",
"hideLabel": true,
- "tags": [],
- "isNew": false
+ "tags": []
},
{
"label": "HTML",
@@ -2548,158 +2547,94 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment.tuitionCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html24",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ee8fhp111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text8",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment?.tuitionCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment.tuitionCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html23",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eekncf2111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment?.tuitionCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -2785,6 +2720,102 @@
}
]
},
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text9",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment?.booksAndSuppliesCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text2",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "mask": false,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment.booksAndSuppliesCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
{
"components": [
{
@@ -2795,13 +2826,13 @@
"value": ""
}
],
- "content": "{{typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment.booksAndSuppliesCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html18",
+ "content": "Exceptional education costs",
+ "refreshOnChange": false,
+ "key": "html14",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "elgvrz222222222222222222222222222222222222222222222",
+ "id": "ea5jeit333333333333333333333333333333333333333333333",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -2867,20 +2898,116 @@
{
"components": [
{
- "label": "HTML",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text10",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.exceptionalEducationCost === 'number' ? '$' + (data.assessment?.exceptionalEducationCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text3",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.exceptionalEducationCost === 'number' ? '$' + (data.assessment.exceptionalEducationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "Living allowance",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment.booksAndSuppliesCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html22",
+ "content": "Living allowance",
+ "refreshOnChange": false,
+ "key": "livingAllowance",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "et0kbb3j222222222222222222222222222222222222222222222",
+ "hideOnChildrenHidden": false,
+ "id": "eqq6z0a444444444444444444444444444444444444444444444",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -2942,26 +3069,119 @@
"className": ""
}
]
- }
- ],
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text11",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.livingAllowance === 'number' ? '$' + (data.assessment?.livingAllowance).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text4",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.livingAllowance === 'number' ? '$' + (data.assessment.livingAllowance).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
[
{
"components": [
{
- "label": "HTML",
+ "label": "Return Transportation Costs",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "Exceptional education costs",
+ "content": "Return transportation costs",
"refreshOnChange": false,
- "key": "html14",
+ "key": "returnTransportationCosts",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ea5jeit333333333333333333333333333333333333333333333",
+ "id": "e3y4noe555555555555555555555555555555555555555555555",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -3024,6 +3244,101 @@
}
]
},
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text12",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment?.transportationCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text5",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment.transportationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
{
"components": [
{
@@ -3034,13 +3349,13 @@
"value": ""
}
],
- "content": "{{typeof data.assessment?.exceptionalEducationCost === 'number' ? '$' + (data.assessment.exceptionalEducationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html19",
+ "content": "Child care costs",
+ "refreshOnChange": false,
+ "key": "html15",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eoevkps333333333333333333333333333333333333333333333",
+ "id": "e1zg9vi666666666666666666666666666666666666666666666",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -3106,79 +3421,93 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.exceptionalEducationCost === 'number' ? '$' + (data.assessment.exceptionalEducationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html27",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "exgc795333333333333333333333333333333333333333333333",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text13",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment?.childcareCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text6",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment.childcareCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -3187,21 +3516,20 @@
{
"components": [
{
- "label": "Living allowance",
+ "label": "HTML",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "Living allowance",
+ "content": "Other allowable costs",
"refreshOnChange": false,
- "key": "livingAllowance",
+ "key": "html16",
"type": "htmlelement",
"input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "eqq6z0a444444444444444444444444444444444444444444444",
+ "id": "el8z559777777777777777777777777777777777777777777777",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -3267,158 +3595,93 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.livingAllowance === 'number' ? '$' + (data.assessment.livingAllowance).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html20",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e7gbbdj444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text14",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.otherAllowableCost === 'number' ? '$' + (data.assessment?.otherAllowableCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.livingAllowance === 'number' ? '$' + (data.assessment.livingAllowance).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html29",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e6qy8un444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text7",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.otherAllowableCost === 'number' ? '$' + (data.assessment.otherAllowableCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -3427,20 +3690,21 @@
{
"components": [
{
- "label": "Return Transportation Costs",
+ "label": "Total assessed costs",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "Return transportation costs",
+ "content": "Total assessed costs",
"refreshOnChange": false,
- "key": "returnTransportationCosts",
+ "key": "totalAssessedCosts",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "e3y4noe555555555555555555555555555555555555555555555",
+ "hideOnChildrenHidden": false,
+ "id": "e81a0tm888888888888888888888888888888888888888888888",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -3506,273 +3770,322 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment.transportationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html25",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ee1asf555555555555555555555555555555555555555555555",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text15",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.totalAssessedCost === 'number' ? '$' + (data.assessment?.totalAssessedCost).toLocaleString('en-CA', {minimunFractionDigits: 2}): '(Not eligible)';",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment.transportationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html21",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eyuewl555555555555555555555555555555555555555555555",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table2Text16",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "font-weight-bold",
+ "calculateValue": "value = typeof data.assessment?.totalAssessedCost === 'number' ? '$' + (data.assessment?.totalAssessedCost).toLocaleString('en-CA', {minimunFractionDigits: 2}): '(Not eligible)';",
+ "isNew": false
}
]
}
- ],
- [
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Child care costs",
- "refreshOnChange": false,
- "key": "html15",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e1zg9vi666666666666666666666666666666666666666666666",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ ]
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "header": [],
+ "caption": "",
+ "id": "e830oao"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Assessed Contributions",
+ "refreshOnChange": false,
+ "customClass": "py-5",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html183",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "erm629"
+ },
+ {
+ "label": "Table",
+ "numRows": 5,
+ "numCols": 3,
+ "cloneRows": false,
+ "cellAlignment": "left",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "formio-bordered formio-table-last-col-background extra-small pb-5",
+ "striped": false,
+ "bordered": false,
+ "hover": true,
+ "condensed": true,
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "table5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "table",
+ "input": false,
+ "tableView": false,
+ "rows": [
+ [
+ {
+ "components": [
+ {
+ "label": "Student financial contributions",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Student financial contributions",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "assessedCosts5",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment.childcareCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html26",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ep22k3666666666666666666666666666666666666666666666",
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -3787,7 +4100,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -3797,61 +4109,70 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": ""
+ "id": "exqnjj00000000000000000000000000000000000000000000000000"
}
]
},
{
"components": [
{
- "label": "HTML",
+ "label": "Federal",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "o",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment.childcareCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html30",
+ "content": "Federal",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "federal5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ekqaj9w666666666666666666666666666666666666666666666",
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -3866,7 +4187,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -3876,63 +4196,70 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": ""
+ "id": "e3o50wc0000000000000000000000000000000000000000000000000"
}
]
- }
- ],
- [
+ },
{
"components": [
{
- "label": "HTML",
+ "label": "Provincial",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "Other allowable costs",
+ "content": "Provincial",
"refreshOnChange": false,
- "key": "html16",
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "provincial4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "el8z559777777777777777777777777777777777777777777777",
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -3947,7 +4274,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -3957,47 +4283,36 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": ""
+ "id": "enc3nt000000000000000000000000000000000000000000000000"
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "HTML",
+ "label": "Assessed student contribution",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{typeof data.assessment?.otherAllowableCost === 'number' ? '$' + (data.assessment.otherAllowableCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html28",
+ "content": "Assessed student contribution",
+ "refreshOnChange": false,
+ "key": "studentContribution2",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eems3u777777777777777777777777777777777777777777777",
+ "hideOnChildrenHidden": false,
+ "id": "effn5gg11111111111111111111111111111111111111111111111111",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -4063,79 +4378,94 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.otherAllowableCost === 'number' ? '$' + (data.assessment.otherAllowableCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html31",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eugzi9u777777777777777777777777777777777777777777777",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text4",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "mask": false,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.studentTotalFederalContribution === 'number' ? '$' + (data.assessment.studentTotalFederalContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.studentTotalProvincialContribution === 'number' ? '$' + (data.assessment.studentTotalProvincialContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -4144,21 +4474,21 @@
{
"components": [
{
- "label": "Total assessed costs",
+ "label": "Assessed spouse contribution",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "Total assessed costs",
+ "content": "Assessed spouse contribution",
"refreshOnChange": false,
- "key": "totalAssessedCosts",
+ "key": "assessedSpouseContributions2",
"type": "htmlelement",
"input": false,
"tableView": false,
"hideOnChildrenHidden": false,
- "id": "e81a0tm888888888888888888888888888888888888888888888",
+ "id": "e119yql22222222222222222222222222222222222222222222222222",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -4224,99 +4554,116 @@
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n{{typeof data.assessment?.totalAssessedCost === 'number' ? '$' + (data.assessment.totalAssessedCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "key": "html32",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ezda91k888888888888888888888888888888888888888888888",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text7",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.partnerAssessedContribution === 'number' ? '$' + (data.assessment.partnerAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text2",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.partnerAssessedContribution === 'number' ? '$' + (data.assessment.partnerAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "Assessed parent contribution",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "\n{{typeof data.assessment?.totalAssessedCost === 'number' ? '$' + (data.assessment.totalAssessedCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "key": "html33",
+ "content": "Assessed parent contribution",
+ "refreshOnChange": false,
+ "key": "assessedParentContribution2",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eg77057888888888888888888888888888888888888888888888",
+ "hideOnChildrenHidden": false,
+ "id": "eplstpl33333333333333333333333333333333333333333333333333",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -4378,355 +4725,106 @@
"className": ""
}
]
- }
- ]
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "header": [],
- "caption": "",
- "id": "e830oao"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed Contributions",
- "refreshOnChange": false,
- "customClass": "py-5",
- "hidden": false,
- "modalEdit": false,
- "key": "html183",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "erm629"
- },
- {
- "label": "Table",
- "numRows": 5,
- "numCols": 3,
- "cloneRows": false,
- "cellAlignment": "left",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "formio-bordered formio-table-last-col-background extra-small pb-5",
- "striped": false,
- "bordered": false,
- "hover": true,
- "condensed": true,
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "table5",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "table",
- "input": false,
- "tableView": false,
- "rows": [
- [
+ },
{
"components": [
{
- "label": "Student financial contributions",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Student financial contributions",
- "refreshOnChange": false,
- "customClass": "",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text8",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
"hidden": false,
- "modalEdit": false,
- "key": "assessedCosts5",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exqnjj00000000000000000000000000000000000000000000000000"
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.parentAssessedContribution === 'number' ? '$' + (data.assessment.parentAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "Federal",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "o",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Federal",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "federal5",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text3",
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e3o50wc0000000000000000000000000000000000000000000000000"
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.parentAssessedContribution === 'number' ? '$' + (data.assessment.parentAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "Provincial",
+ "label": "Total student contribution",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -4737,12 +4835,12 @@
"value": ""
}
],
- "content": "Provincial",
+ "content": "Total student contribution",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "provincial4",
+ "key": "totalAssessedCosts6",
"tags": [],
"properties": {},
"conditional": {
@@ -4806,204 +4904,328 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "enc3nt000000000000000000000000000000000000000000000000"
+ "id": "eqnikij44444444444444444444444444444444444444444444444"
}
]
- }
- ],
- [
+ },
{
"components": [
{
- "label": "Assessed student contribution",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed student contribution",
- "refreshOnChange": false,
- "key": "studentContribution2",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "effn5gg11111111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text5",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "customClass": "font-weight-bold",
+ "calculateValue": "value = typeof data.assessment?.totalFederalContribution === 'number' ? '$' + (data.assessment.totalFederalContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "disabled": true,
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.studentTotalFederalContribution === 'number' ? '$' + (data.assessment.studentTotalFederalContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html184",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "e8ervua11111111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table5Text6",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.totalProvincialContribution === 'number' ? '$' + (data.assessment.totalProvincialContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "font-weight-bold",
+ "isNew": false
}
]
- },
+ }
+ ]
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "header": [],
+ "caption": "",
+ "id": "erxc3nh"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Total assessed need = total costs - total resources",
+ "refreshOnChange": false,
+ "customClass": "py-5",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html195",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "esivqw"
+ },
+ {
+ "label": "Table",
+ "numRows": 1,
+ "numCols": 3,
+ "cloneRows": false,
+ "cellAlignment": "left",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "formio-bordered formio-table-last-col-background extra-small",
+ "striped": false,
+ "bordered": false,
+ "hover": false,
+ "condensed": true,
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "table4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "table",
+ "input": false,
+ "tableView": false,
+ "rows": [
+ [
{
"components": [
{
"label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{typeof data.assessment?.studentTotalProvincialContribution === 'number' ? '$' + (data.assessment.studentTotalProvincialContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html185",
+ "content": "Total assessed need",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html13",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
"hideOnChildrenHidden": false,
- "id": "e95t21c11111111111111111111111111111111111111111111111111",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -5018,7 +5240,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -5028,4225 +5249,364 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Assessed spouse contribution",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed spouse contribution",
- "refreshOnChange": false,
- "key": "assessedSpouseContributions2",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "e119yql22222222222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": ""
+ "id": "e7devgr0000000000000000000000000000000000000000000000"
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.partnerAssessedContribution === 'number' ? '$' + (data.assessment.partnerAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html186",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ev5plc4r22222222222222222222222222222222222222222222222222",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table4Text",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.federalAssessmentNeed === 'number' ? '$' + (data.assessment.federalAssessmentNeed).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "font-weight-bold",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.partnerAssessedContribution === 'number' ? '$' + (data.assessment.partnerAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html187",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "egjsgl622222222222222222222222222222222222222222222222222",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table4Text2",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.provincialAssessmentNeed === 'number' ? '$' + (data.assessment.provincialAssessmentNeed).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "font-weight-bold",
+ "isNew": false
}
]
}
- ],
- [
- {
- "components": [
- {
- "label": "Assessed parent contribution",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed parent contribution",
- "refreshOnChange": false,
- "key": "assessedParentContribution2",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "eplstpl33333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.parentAssessedContribution === 'number' ? '$' + (data.assessment.parentAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html188",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "ez244l33333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.parentAssessedContribution === 'number' ? '$' + (data.assessment.parentAssessedContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html189",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "edyj6s833333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Total student contribution",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Total student contribution",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "totalAssessedCosts6",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqnikij44444444444444444444444444444444444444444444444"
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n{{typeof data.assessment?.totalFederalContribution === 'number' ? '$' + (data.assessment.totalFederalContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html190",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecqzx1s4444444444444444444444444444444444444444444444"
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.totalProvincialContribution === 'number' ? '$' + (data.assessment.totalProvincialContribution).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html191",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5rz3mj444444444444444444444444444444444444444444444"
- }
- ]
- }
- ]
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "header": [],
- "caption": "",
- "id": "erxc3nh"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Total assessed need = total costs - total resources",
- "refreshOnChange": false,
- "customClass": "py-5",
- "hidden": false,
- "modalEdit": false,
- "key": "html195",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "esivqw"
- },
- {
- "label": "Table",
- "numRows": 1,
- "numCols": 3,
- "cloneRows": false,
- "cellAlignment": "left",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "formio-bordered formio-table-last-col-background extra-small",
- "striped": false,
- "bordered": false,
- "hover": false,
- "condensed": true,
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "table4",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "table",
- "input": false,
- "tableView": false,
- "rows": [
- [
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Total assessed need",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html13",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7devgr0000000000000000000000000000000000000000000000"
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.federalAssessmentNeed === 'number' ? '$' + (data.assessment.federalAssessmentNeed).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html192",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ekx9e15000000000000000000000000000000000000000000000"
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.provincialAssessmentNeed === 'number' ? '$' + (data.assessment.provincialAssessmentNeed).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}\n",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html193",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ef08gek00000000000000000000000000000000000000000000"
- }
- ]
- }
- ]
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "header": [],
- "caption": "",
- "id": "efsoxg6"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e2dxbsv"
- },
- {
- "title": "Part time Panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "partTimePanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "offeringIntensity",
- "eq": "Part Time"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed costs",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html102",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "erb6d17"
- },
- {
- "label": "Table",
- "numRows": 8,
- "numCols": 2,
- "cloneRows": false,
- "cellAlignment": "left",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "formio-bordered formio-table-last-col-background extra-small pb-5",
- "striped": false,
- "bordered": false,
- "hover": true,
- "condensed": true,
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "table3",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "true",
- "when": "offeringIntensity",
- "eq": "Part Time",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "table",
- "input": false,
- "tableView": false,
- "rows": [
- [
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Assessed costs",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html103",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "erb6d17",
- "hideLabel": true
- }
- ]
- },
- {
- "components": []
- }
- ],
- [
- {
- "components": [
- {
- "label": "Tuition and fees",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Tuition and fees",
- "refreshOnChange": false,
- "key": "tuitionAndFees1",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "eaf2b7w00000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment.tuitionCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "tutionCost",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e1hfsrb00000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Books and supplies",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Books and supplies",
- "refreshOnChange": false,
- "key": "booksAndSupplies1",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "ebykk3d11111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment.booksAndSuppliesCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "booksCost",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e64h2611111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "key": "table3Content",
- "label": "Content",
- "input": false,
- "tag": "p",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "className": "",
- "content": "Mandatory fees",
- "type": "htmlelement",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "hideLabel": true
- }
- ]
- },
- {
- "components": [
- {
- "key": "table3Content2",
- "label": "Content",
- "input": false,
- "tag": "p",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "className": "",
- "content": "{{typeof data.assessment?.mandatoryFees === 'number' ? '$' + (data.assessment.mandatoryFees).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "type": "htmlelement",
- "refreshOnChange": true,
- "hideLabel": true,
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "isNew": false
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Return Transportation Costs",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Transportation costs",
- "refreshOnChange": false,
- "key": "returnTransportationCosts1",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "ef452122222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment.transportationCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "transpotationCosts",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "et48v5v22222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Miscellaneous Costs",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Miscellaneous costs",
- "refreshOnChange": false,
- "key": "otherMiscellaneousCosts",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "ep1bita33333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.miscellaneousAllowance === 'number' ? '$' + (data.assessment.miscellaneousAllowance).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "miscellaneousCost",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e3smtjc33333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Child care costs",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html114",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "efvmuph555",
- "hideLabel": true
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment.childcareCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html115",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e3gzjup55555555555555555555555555555555555555555555",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Total assessed costs",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Total assessed costs",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "totalAssessedCosts2",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ek65e8966",
- "hideLabel": true
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{(typeof data.assessment?.totalAssessmentNeed === 'number' ? data.assessment?.totalAssessmentNeed : 0).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html120",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e3l3y9j66666666666666666666666666666666666666666666",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true
- }
- ]
- }
- ]
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "header": [],
- "caption": "",
- "id": "e6bp8xh"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e6ekbvt"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ekm2v"
- },
- {
- "title": "Award Breakdown",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "collapsible",
- "collapsible": true,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "dateYoullReceiveMoney",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "When you'll receive money",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Award breakdown",
- "refreshOnChange": false,
- "customClass": "pb-5",
- "hidden": false,
- "modalEdit": false,
- "key": "html196",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "enqy5f"
- },
- {
- "title": "Full time Panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel6",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "offeringIntensity",
- "eq": "Full Time"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Table",
- "numRows": 11,
- "numCols": 4,
- "cloneRows": false,
- "cellAlignment": "left",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "formio-bordered extra-small",
- "striped": false,
- "bordered": false,
- "hover": true,
- "condensed": true,
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "table",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "table",
- "input": false,
- "tableView": false,
- "rows": [
- [
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Loan/grant type",
- "refreshOnChange": false,
- "key": "html59",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "ejwkd800000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Disbursement 1",
- "refreshOnChange": false,
- "key": "html60",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e4ej1ac00000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Disbursement 2",
- "refreshOnChange": false,
- "key": "html61",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "eohdl600000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": [],
- "customConditional": ""
- }
- ]
- },
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Total",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html62",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "erlfe200000000000000000000000000000000000000000000000000000000000000"
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "Canada Student Loan",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " CSLF\r\n \r\n \r\n Canada Student Loan for Full-time Studies\r\n \r\n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "canadaStudentLoan",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "earft1r111111111111111111111111111111111111111111111111111"
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSLF1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1cslf ? '$'+ (data.disbursement.disbursement1cslf).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html2",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e7p9z6m11111111111111111111111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSLF2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2cslf ? '$'+ (data.disbursement.disbursement2cslf).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html58",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "ecj54f11111111111111111111111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSLFTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1cslf ? parseFloat(data.disbursement.disbursement1cslf) : 0) + (data.disbursement?.disbursement2cslf ? parseFloat(data.disbursement.disbursement2cslf) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html63",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "evv26e711111111111111111111111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " BCSL\r\n \r\n \r\n B.C. Student Loan\r\n \r\n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ef26pk922222222222222222222222222222222222222222222222222"
- }
- ]
- },
- {
- "components": [
- {
- "label": "BCSL1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1bcsl ? '$'+ (data.disbursement.disbursement1bcsl).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html5",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "id": "evckse22222222222222222222222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "BCSL2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2bcsl ? '$'+ (data.disbursement.disbursement2bcsl).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html72",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "ezy65wh22222222222222222222222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "BCSLTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1bcsl ? parseFloat(data.disbursement.disbursement1bcsl) : 0) + (data.disbursement?.disbursement2bcsl ? parseFloat(data.disbursement.disbursement2bcsl) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html64",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e7mjdwl22222222222222222222222222222222222222222222222222222222222222",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "CSGP",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "CSGP\n \n \n Canada Student Grant for Student with Permanent Disability\n \n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "csgp",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "efloic3333333333333333333333333333333333333333333333333"
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSGP1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1csgp ? '$'+ (data.disbursement.disbursement1csgp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html3",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "epmxn7w33333333333333333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSGP2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2csgp ? '$'+ (data.disbursement.disbursement2csgp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html73",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "eq18c5l33333333333333333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSGPTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1csgp ? parseFloat(data.disbursement.disbursement1csgp) : 0) + (data.disbursement?.disbursement2csgp ? parseFloat(data.disbursement.disbursement2csgp) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html65",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "egibg33333333333333333333333333333333333333333333333333333333333333",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
- }
- ]
- }
- ],
+ ]
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "header": [],
+ "caption": "",
+ "id": "efsoxg6"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e2dxbsv"
+ },
+ {
+ "title": "Part time Panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "partTimePanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "offeringIntensity",
+ "eq": "Part Time"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Assessed costs",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html102",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "erb6d17"
+ },
+ {
+ "label": "Table",
+ "numRows": 8,
+ "numCols": 2,
+ "cloneRows": false,
+ "cellAlignment": "left",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "formio-bordered formio-table-last-col-background extra-small pb-5",
+ "striped": false,
+ "bordered": false,
+ "hover": true,
+ "condensed": true,
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "table3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "true",
+ "when": "offeringIntensity",
+ "eq": "Part Time",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "table",
+ "input": false,
+ "tableView": false,
+ "rows": [
[
{
"components": [
{
- "label": "CSGD",
+ "label": "HTML",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -9257,16 +5617,16 @@
"value": ""
}
],
- "content": "CSGD\n \n \n Canada Student Grant for Students with Dependents\n \n",
+ "content": "Assessed costs",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "csgd",
+ "key": "html103",
"tags": [],
"properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": "",
"json": ""
@@ -9301,7 +5661,6 @@
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -9325,27 +5684,34 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "efdqser444444444444444444444444444444444444444444444444"
+ "id": "erb6d17",
+ "hideLabel": true
}
]
},
+ {
+ "components": []
+ }
+ ],
+ [
{
"components": [
{
- "label": "CSGD1",
+ "label": "Tuition and fees",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1csgd ? '$'+ (data.disbursement.disbursement1csgd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html4",
+ "content": "Tuition and fees",
+ "refreshOnChange": false,
+ "key": "tuitionAndFees1",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "e2zqv5f44444444444444444444444444444444444444444444444444444444444444",
+ "hideOnChildrenHidden": false,
+ "id": "eaf2b7w00000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9385,7 +5751,7 @@
"unique": false
},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": ""
},
@@ -9404,28 +5770,77 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "className": "",
- "tags": []
+ "className": ""
}
]
},
{
"components": [
{
- "label": "CSGD2",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.tuitionCost === 'number' ? '$' + (data.assessment?.tuitionCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "Books and supplies",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2csgd ? '$'+ (data.disbursement.disbursement2csgd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html74",
+ "content": "Books and supplies",
+ "refreshOnChange": false,
+ "key": "booksAndSupplies1",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eflxwj44444444444444444444444444444444444444444444444444444444444444",
+ "hideOnChildrenHidden": false,
+ "id": "ebykk3d11111111111111111111111111111111111111111111",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9465,7 +5880,7 @@
"unique": false
},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": ""
},
@@ -9492,79 +5907,47 @@
{
"components": [
{
- "label": "CSGDTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1csgd ? parseFloat(data.disbursement.disbursement1csgd) : 0) + (data.disbursement?.disbursement2csgd ? parseFloat(data.disbursement.disbursement2csgd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html66",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ec3hk5844444444444444444444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text2",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.booksAndSuppliesCost === 'number' ? '$' + (data.assessment.booksAndSuppliesCost).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -9573,142 +5956,110 @@
{
"components": [
{
- "label": "CSG-FT",
- "labelWidth": "",
- "labelMargin": "",
+ "key": "table3Content",
+ "label": "Content",
+ "input": false,
"tag": "p",
- "className": "",
"attrs": [
{
- "attr": "",
- "value": ""
+ "value": "",
+ "attr": ""
}
],
- "content": "CSGF\n \n \n Canada Student Grant for Full-time Studies\n \n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "csgFt",
+ "className": "",
+ "content": "Mandatory fees",
+ "type": "htmlelement",
"tags": [],
- "properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": ""
},
- "type": "htmlelement",
- "input": false,
+ "properties": {},
+ "hideLabel": true
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
"tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text3",
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "etkse9r55555555555555555555555555555555555555555555555"
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.mandatoryFees === 'number' ? '$' + (data.assessment?.mandatoryFees).toLocaleString('en-CA', {minimunFractionDigits: 2}): '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "CSGF1",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
+ "label": "Return Transportation Costs",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1csgf ? '$'+ (data.disbursement.disbursement1csgf).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html6",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
+ "content": "Transportation costs",
+ "refreshOnChange": false,
+ "key": "returnTransportationCosts1",
"type": "htmlelement",
"input": false,
"tableView": false,
+ "id": "ef452122222222222222222222222222222222222222222222",
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -9723,6 +6074,7 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -9732,119 +6084,97 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e0ssy5o55555555555555555555555555555555555555555555555555555555555"
+ "tag": "p",
+ "className": ""
}
]
},
{
"components": [
{
- "label": "CSGF2",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2csgf ? '$'+ (data.disbursement.disbursement2csgf).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html75",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text4",
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eskhwmu5555555555555555555555555555555555555555555555555555555555"
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = typeof data.assessment?.transportationCost === 'number' ? '$' + (data.assessment?.transportationCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "CSGFTotal",
+ "label": "Miscellaneous Costs",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "${{((data.disbursement?.disbursement1csgf ? parseFloat(data.disbursement.disbursement1csgf) : 0) + (data.disbursement?.disbursement2csgf ? parseFloat(data.disbursement.disbursement2csgf) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html67",
+ "content": "Miscellaneous costs",
+ "refreshOnChange": false,
+ "key": "otherMiscellaneousCosts",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ez6fk655555555555555555555555555555555555555555555555555555555555555",
+ "hideOnChildrenHidden": false,
+ "id": "ep1bita33333333333333333333333333333333333333333333",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9906,13 +6236,60 @@
"className": ""
}
]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text5",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = typeof data.assessment?.miscellaneousAllowance === 'number' ? '$' + (data.assessment?.miscellaneousAllowance).toLocaleString('en-CA', {minimunFractionDigits: 2}): '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
}
],
[
{
"components": [
{
- "label": "CSG-TU",
+ "label": "HTML",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -9923,12 +6300,12 @@
"value": ""
}
],
- "content": "CSGT\n \n \n Canada Student Grant for Full-time Top-up\n \n",
+ "content": "Child care costs",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "csgTu",
+ "key": "html114",
"tags": [],
"properties": {},
"conditional": {
@@ -9951,7 +6328,6 @@
"type": "htmlelement",
"input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -9968,7 +6344,6 @@
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -9992,14 +6367,64 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e2tuwab6666666666666666666666666666666666666666666666"
+ "id": "efvmuph555",
+ "hideLabel": true
}
]
},
{
"components": [
{
- "label": "CSGT1",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text6",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = typeof data.assessment?.childcareCost === 'number' ? '$' + (data.assessment?.childcareCost).toLocaleString('en-CA', {minimunFractionDigits: 2}) : '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "Total assessed costs",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -10010,12 +6435,12 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1csgt ? '$'+ (data.disbursement.disbursement1csgt).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
+ "content": "Total assessed costs",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html8",
+ "key": "totalAssessedCosts2",
"tags": [],
"properties": {},
"conditional": {
@@ -10038,6 +6463,7 @@
"type": "htmlelement",
"input": false,
"tableView": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -10054,7 +6480,6 @@
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -10078,10 +6503,388 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "efze3qc666666666666666666666666666666666666666666666666666666666"
+ "id": "ek65e8966",
+ "hideLabel": true
}
]
},
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "table3Text7",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "font-weight-bold",
+ "calculateValue": "value = typeof data.assessment?.totalAssessmentNeed === 'number' ? '$' + (data.assessment?.totalAssessmentNeed).toLocaleString('en-CA', {minimunFractionDigits: 2}): '(Not eligible)';",
+ "isNew": false
+ }
+ ]
+ }
+ ]
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "header": [],
+ "caption": "",
+ "id": "e6bp8xh"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e6ekbvt"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ekm2v"
+ },
+ {
+ "title": "Award Breakdown",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "collapsible",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "dateYoullReceiveMoney",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "When you'll receive money",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Award breakdown",
+ "refreshOnChange": false,
+ "customClass": "pb-5",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html196",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enqy5f"
+ },
+ {
+ "title": "Full time Panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel6",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "offeringIntensity",
+ "eq": "Full Time"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Table",
+ "numRows": 11,
+ "numCols": 4,
+ "cloneRows": false,
+ "cellAlignment": "left",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "formio-bordered extra-small",
+ "striped": false,
+ "bordered": false,
+ "hover": true,
+ "condensed": true,
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "table",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "table",
+ "input": false,
+ "tableView": false,
+ "rows": [
+ [
{
"components": [
{
@@ -10092,13 +6895,13 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2csgt ? '$'+ (data.disbursement.disbursement2csgt).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html76",
+ "content": "Loan/grant type",
+ "refreshOnChange": false,
+ "key": "html59",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eymn6z66666666666666666666666666666666666666666666666666666666666666",
+ "id": "ejwkd800000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10138,7 +6941,7 @@
"unique": false
},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": ""
},
@@ -10157,28 +6960,27 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "className": "",
- "tags": []
+ "className": ""
}
]
},
{
"components": [
{
- "label": "CSGTTotal",
+ "label": "HTML",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "${{((data.disbursement?.disbursement1csgt ? parseFloat(data.disbursement.disbursement1csgt) : 0) + (data.disbursement?.disbursement2csgt ? parseFloat(data.disbursement.disbursement2csgt) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html68",
+ "content": "Disbursement 1",
+ "refreshOnChange": false,
+ "key": "html60",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "e9zowvm66666666666666666666666666666666666666666666666666666666666666",
+ "id": "e4ej1ac00000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10237,116 +7039,28 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "className": ""
- }
- ]
- }
- ],
- [
- {
- "components": [
- {
- "label": "BCAG",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
"className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "BCAG\n \n \n B.C. Access Grant\n \n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "bcag",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "epkk8aa777777777777777777777777777777777777777777777"
+ "tags": []
}
]
},
{
"components": [
{
- "label": "BCAG1",
+ "label": "HTML",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1bcag ? '$'+ (data.disbursement.disbursement1bcag).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html9",
+ "content": "Disbursement 2",
+ "refreshOnChange": false,
+ "key": "html61",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ep0f9gk77777777777777777777777777777777777777777777777777777777777777",
+ "id": "eohdl600000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10406,121 +7120,64 @@
"addons": [],
"tag": "p",
"className": "",
- "tags": []
+ "tags": [],
+ "customConditional": ""
}
]
},
{
"components": [
{
- "label": "BCAG2",
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2bcag ? '$'+ (data.disbursement.disbursement2bcag).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html77",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e7gh9h77777777777777777777777777777777777777777777777777777777777777",
- "placeholder": "",
- "prefix": "",
+ "content": "Total",
+ "refreshOnChange": false,
"customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
"modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "key": "html62",
+ "tags": [],
+ "properties": {},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "BCAGTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1bcag ? parseFloat(data.disbursement.disbursement1bcag) : 0) + (data.disbursement?.disbursement2bcag ? parseFloat(data.disbursement.disbursement2bcag) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html69",
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "ej84vu77777777777777777777777777777777777777777777777777777777777777",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -10535,7 +7192,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -10545,27 +7201,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": ""
+ "id": "erlfe200000000000000000000000000000000000000000000000000000000000000"
}
]
}
@@ -10574,7 +7216,7 @@
{
"components": [
{
- "label": "SBSD",
+ "label": "Canada Student Loan",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -10585,12 +7227,12 @@
"value": ""
}
],
- "content": "SBSD\n \n \n B.C. Supplemental Bursary with Disabilities\n \n",
+ "content": " CSLF\r\n \r\n \r\n Canada Student Loan for Full-time Studies\r\n \r\n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "sbsd",
+ "key": "canadaStudentLoan",
"tags": [],
"properties": {},
"conditional": {
@@ -10613,7 +7255,6 @@
"type": "htmlelement",
"input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -10654,91 +7295,154 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e20r5588888888888888888888888888888888888888888888"
+ "id": "earft1r111111111111111111111111111111111111111111111111111"
}
]
},
{
"components": [
{
- "label": "SBSD1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1sbsd ? '$'+ (data.disbursement.disbursement1sbsd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html11",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "ejsuao88888888888888888888888888888888888888888888888888888888888888",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText21",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1cslf ? '$' + (data.disbursement?.disbursement1cslf).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
+ "disabled": true,
+ "hideLabel": true,
+ "calculateValue": "value = data.disbursement?.disbursement2cslf ? '$'+ (data.disbursement.disbursement2cslf).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
},
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText11",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "mask": false,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1cslf ? parseFloat(data.disbursement?.disbursement1cslf) : 0) +(data.disbursement?.disbursement2cslf ? parseFloat(data.disbursement?.disbursement2cslf) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
{
"components": [
{
@@ -10753,16 +7457,16 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2sbsd ? '$'+ (data.disbursement.disbursement2sbsd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
+ "content": " BCSL\r\n \r\n \r\n B.C. Student Loan\r\n \r\n",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html78",
+ "key": "html1",
"tags": [],
"properties": {},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": "",
"json": ""
@@ -10781,6 +7485,7 @@
"type": "htmlelement",
"input": false,
"tableView": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -10821,86 +7526,148 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e3tqk688888888888888888888888888888888888888888888888888888888"
+ "id": "ef26pk922222222222222222222222222222222222222222222222222"
}
]
},
{
"components": [
{
- "label": "SBSDTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1sbsd ? parseFloat(data.disbursement.disbursement1sbsd) : 0) + (data.disbursement?.disbursement2sbsd ? parseFloat(data.disbursement.disbursement2sbsd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html70",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "etamcfr88888888888888888888888888888888888888888888888888888888888888",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText24",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1bcsl ? '$' + (data.disbursement?.disbursement1bcsl).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText2",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2bcsl ? '$'+ (data.disbursement.disbursement2bcsl).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText12",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "customClass": "",
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1bcsl ? parseFloat(data.disbursement?.disbursement1bcsl) : 0) +(data.disbursement?.disbursement2bcsl ? parseFloat(data.disbursement?.disbursement2bcsl) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
}
]
}
@@ -10909,7 +7676,7 @@
{
"components": [
{
- "label": "BGPD",
+ "label": "CSGP",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -10920,12 +7687,12 @@
"value": ""
}
],
- "content": "BGPD\n \n \n B.C. Permanent Disability Grant\n \n",
+ "content": "CSGP\n \n \n Canada Student Grant for Student with Permanent Disability\n \n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "bgpd",
+ "key": "csgp",
"tags": [],
"properties": {},
"conditional": {
@@ -10948,7 +7715,6 @@
"type": "htmlelement",
"input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -10989,14 +7755,159 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e5oagza9999999999999999999999999999999999999999999"
+ "id": "efloic3333333333333333333333333333333333333333333333333"
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText22",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "mask": false,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgp ? '$' + (data.disbursement?.disbursement1csgp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText3",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgp ? '$' + (data.disbursement?.disbursement2csgp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "BGPD1",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText13",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "customClass": "",
+ "mask": false,
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1csgp ? parseFloat(data.disbursement?.disbursement1csgp) : 0) +(data.disbursement?.disbursement2csgp ? parseFloat(data.disbursement?.disbursement2csgp) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "CSGD",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -11007,16 +7918,16 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1bgpd ? '$'+ (data.disbursement.disbursement1bgpd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
+ "content": "CSGD\n \n \n Canada Student Grant for Students with Dependents\n \n",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html10",
+ "key": "csgd",
"tags": [],
"properties": {},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": "",
"json": ""
@@ -11035,7 +7946,6 @@
"type": "htmlelement",
"input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -11076,41 +7986,206 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e5x9049999999999999999999999999999999999999999999999999999999"
+ "id": "efdqser444444444444444444444444444444444444444444444444"
}
]
},
{
"components": [
{
- "label": "HTML",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText23",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgd ? '$' + (data.disbursement?.disbursement1csgd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText4",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgd ? '$' + (data.disbursement?.disbursement2csgd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText14",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "customClass": "",
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1csgd ? parseFloat(data.disbursement?.disbursement1csgd) : 0) +(data.disbursement?.disbursement2csgd ? parseFloat(data.disbursement?.disbursement2csgd) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "CSG-FT",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2bgpd ? '$'+ (data.disbursement.disbursement2bgpd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html79",
+ "content": "CSGF\n \n \n Canada Student Grant for Full-time Studies\n \n",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "csgFt",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "eee2yo99999999999999999999999999999999999999999999999999999999999999",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -11125,7 +8200,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -11135,107 +8209,154 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": "",
- "tags": []
+ "id": "etkse9r55555555555555555555555555555555555555555555555"
}
]
},
{
"components": [
{
- "label": "BGPDTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1bgpd ? parseFloat(data.disbursement.disbursement1bgpd) : 0) + (data.disbursement?.disbursement2bgpd ? parseFloat(data.disbursement.disbursement2bgpd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html71",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eid1l8n99999999999999999999999999999999999999999999999999999999999999",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText25",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgf ? '$' + (data.disbursement?.disbursement1csgf).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText5",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgf ? '$' + (data.disbursement?.disbursement2csgf).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText15",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "customClass": "",
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1csgf ? parseFloat(data.disbursement?.disbursement1csgf) : 0) +(data.disbursement?.disbursement2csgf ? parseFloat(data.disbursement?.disbursement2csgf) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
}
]
}
@@ -11244,7 +8365,7 @@
{
"components": [
{
- "label": "BCSG",
+ "label": "CSG-TU",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -11255,12 +8376,12 @@
"value": ""
}
],
- "content": "BCSG\n \n \n B.C. Student Grants\n \n",
+ "content": "CSGT\n \n \n Canada Student Grant for Full-time Top-up\n \n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "bcsg",
+ "key": "csgTu",
"tags": [],
"properties": {},
"conditional": {
@@ -11283,6 +8404,7 @@
"type": "htmlelement",
"input": false,
"tableView": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -11323,420 +8445,388 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e6dlyvr1010101010101010101010101010101010101010101010101010101010101010"
+ "id": "e2tuwab6666666666666666666666666666666666666666666666"
}
]
},
{
"components": [
{
- "label": "BCSG1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1bcsg ? '$'+ (data.disbursement.disbursement1bcsg).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html80",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ew280wq1010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText26",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
+ "hideLabel": true,
+ "mask": false,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgt ? '$' + (data.disbursement?.disbursement1csgt).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2bcsg ? '$'+ (data.disbursement.disbursement2bcsg).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html81",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "enanhb1010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText6",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgt ? '$' + (data.disbursement?.disbursement2csgt).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "BCSGTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1bcsg ? parseFloat(data.disbursement.disbursement1bcsg) : 0) + (data.disbursement?.disbursement2bcsg ? parseFloat(data.disbursement.disbursement2bcsg) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html82",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "es2sn71010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText16",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1csgt ? parseFloat(data.disbursement?.disbursement1csgt) : 0) +(data.disbursement?.disbursement2csgt ? parseFloat(data.disbursement?.disbursement2csgt) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
}
]
}
- ]
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "header": [],
- "caption": "",
- "id": "eabv3m8"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ezhc4k"
- },
- {
- "title": "Part time Panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "disabled": false,
- "modalEdit": false,
- "key": "partTimePanel1",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": "true",
- "when": "offeringIntensity",
- "eq": "Part Time"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Table",
- "numRows": 7,
- "numCols": 4,
- "cloneRows": false,
- "cellAlignment": "left",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "flexible-width-formio-bordered extra-small",
- "striped": false,
- "bordered": false,
- "hover": true,
- "condensed": true,
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "partTimeTable",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "table",
- "input": false,
- "tableView": false,
- "rows": [
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "BCAG",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "BCAG\n \n \n B.C. Access Grant\n \n",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "bcag",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epkk8aa777777777777777777777777777777777777777777777"
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText27",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1bcag ? '$' + (data.disbursement?.disbursement1bcag).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText7",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2bcag ? '$' + (data.disbursement?.disbursement2bcag).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText17",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "customClass": "",
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1bcag ? parseFloat(data.disbursement?.disbursement1bcag) : 0) +(data.disbursement?.disbursement2bcag ? parseFloat(data.disbursement?.disbursement2bcag) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
+ }
+ ]
+ }
+ ],
[
{
"components": [
{
- "label": "HTML",
+ "label": "SBSD",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -11747,12 +8837,12 @@
"value": ""
}
],
- "content": "Loan/grant type",
+ "content": "SBSD\n \n \n B.C. Supplemental Bursary with Disabilities\n \n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html83",
+ "key": "sbsd",
"tags": [],
"properties": {},
"conditional": {
@@ -11775,6 +8865,7 @@
"type": "htmlelement",
"input": false,
"tableView": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -11809,20 +8900,163 @@
"multiple": false,
"unique": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "epyxcxt000000000000000000000000000000000000000000000000000000000"
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e20r5588888888888888888888888888888888888888888888"
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText28",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1sbsd ? '$' + (data.disbursement?.disbursement1sbsd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText8",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2sbsd ? '$' + (data.disbursement?.disbursement2sbsd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText18",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1sbsd ? parseFloat(data.disbursement?.disbursement1sbsd) : 0) +(data.disbursement?.disbursement2sbsd ? parseFloat(data.disbursement?.disbursement2sbsd) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "HTML",
+ "label": "BGPD",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -11833,12 +9067,12 @@
"value": ""
}
],
- "content": "Disbursement 1",
+ "content": "BGPD\n \n \n B.C. Permanent Disability Grant\n \n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html84",
+ "key": "bgpd",
"tags": [],
"properties": {},
"conditional": {
@@ -11861,6 +9095,7 @@
"type": "htmlelement",
"input": false,
"tableView": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
@@ -11901,100 +9136,157 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ezhinfo00000000000000000000000000000000000000000000000000000000"
+ "id": "e5oagza9999999999999999999999999999999999999999999"
}
]
},
{
"components": [
{
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Disbursement 2",
- "refreshOnChange": false,
- "customClass": "",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText29",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
"hidden": false,
- "modalEdit": false,
- "key": "html85",
- "tags": [],
- "properties": {},
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
"conditional": {
"show": "",
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = !!data.disbursement.disbursement2Date",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": ""
},
- "type": "htmlelement",
- "input": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1bgpd ? '$' + (data.disbursement?.disbursement1bgpd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
"tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText9",
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2bgpd ? '$' + (data.disbursement?.disbursement2bgpd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText19",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "es72nqh0000000000000000000000000000000000000000000000000000000"
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "customClass": "",
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1bgpd ? parseFloat(data.disbursement?.disbursement1bgpd) : 0) +(data.disbursement?.disbursement2bgpd ? parseFloat(data.disbursement?.disbursement2bgpd) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "HTML",
+ "label": "BCSG",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -12005,12 +9297,12 @@
"value": ""
}
],
- "content": "Total",
+ "content": "BCSG\n \n \n B.C. Student Grants\n \n",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html86",
+ "key": "bcsg",
"tags": [],
"properties": {},
"conditional": {
@@ -12073,95 +9365,100 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e6qxdyl000000000000000000000000000000000000000000000000000000"
+ "id": "e6dlyvr1010101010101010101010101010101010101010101010101010101010101010"
}
]
- }
- ],
- [
+ },
{
"components": [
{
- "label": "CSGP",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Canada Student Grant for Student with Disabilities (CSG-PD)\n \n \n Please click here for more information about this grant.\n \n",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "csgp1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText30",
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
"labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1bcsg ? '$' + (data.disbursement?.disbursement1bcsg).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText10",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ell147s333333333333333333333333333333333333333333333",
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
"hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2bcsg ? '$' + (data.disbursement?.disbursement2bcsg).toLocaleString('en-CA', {minimumFractionDigits: 2}) : '(Not eligible)';",
+ "customClass": "",
"isNew": false
}
]
@@ -12169,119 +9466,276 @@
{
"components": [
{
- "label": "CSGP1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1csgp ? '$'+ (data.disbursement.disbursement1csgp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html41",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e2wq7ue333333333333333333333333333333333333333333333333333333333",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "tableText20",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": "",
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "customClass": "",
+ "disabled": true,
+ "calculateValue": "value = '$' + ((data.disbursement?.disbursement1bcsg ? parseFloat(data.disbursement?.disbursement1bcsg) : 0) +(data.disbursement?.disbursement2bcsg ? parseFloat(data.disbursement?.disbursement2bcsg) : 0)).toLocaleString('en-CA', {minimumFractionDigits: 2});",
+ "isNew": false
+ }
+ ]
+ }
+ ]
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "header": [],
+ "caption": "",
+ "id": "eabv3m8"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ezhc4k"
+ },
+ {
+ "title": "Part time Panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "partTimePanel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": "true",
+ "when": "offeringIntensity",
+ "eq": "Part Time"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Table",
+ "numRows": 7,
+ "numCols": 4,
+ "cloneRows": false,
+ "cellAlignment": "left",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "flexible-width-formio-bordered extra-small",
+ "striped": false,
+ "bordered": false,
+ "hover": true,
+ "condensed": true,
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "partTimeTable",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "table",
+ "input": false,
+ "tableView": false,
+ "rows": [
+ [
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Loan/grant type",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html83",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true,
- "tags": []
- }
- ]
- },
- {
- "components": [
- {
- "label": "CSGP2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2csgp ? '$'+ (data.disbursement.disbursement2csgp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html91",
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "e18poyb333333333333333333333333333333333333333333333333333333333",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -12290,7 +9744,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -12300,69 +9753,75 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true,
- "tags": [],
- "customConditional": "show = !!data.disbursement.disbursement2Date"
+ "id": "epyxcxt000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"components": [
{
- "label": "CSGPTotal",
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
"attrs": [
{
"attr": "",
"value": ""
}
],
- "content": "${{((data.disbursement?.disbursement1csgp ? parseFloat(data.disbursement.disbursement1csgp) : 0) + (data.disbursement?.disbursement2csgp ? parseFloat(data.disbursement.disbursement2csgp) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html92",
+ "content": "Disbursement 1",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html84",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "htmlelement",
"input": false,
"tableView": false,
- "id": "e5q8vct333333333333333333333333333333333333333333333333333333333",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -12371,7 +9830,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -12381,38 +9839,20 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true,
- "tags": []
+ "id": "ezhinfo00000000000000000000000000000000000000000000000000000000"
}
]
- }
- ],
- [
+ },
{
"components": [
{
- "label": "CSG-PT",
+ "label": "HTML",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -12423,12 +9863,12 @@
"value": ""
}
],
- "content": "Canada Student Grant for Part-time Students (CSG-PT)\n \n \n Please click here for more information about this grant.\n \n",
+ "content": "Disbursement 2",
"refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "cspt1",
+ "key": "html85",
"tags": [],
"properties": {},
"conditional": {
@@ -12437,7 +9877,7 @@
"eq": "",
"json": ""
},
- "customConditional": "",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
"logic": [],
"attributes": {},
"overlay": {
@@ -12467,6 +9907,7 @@
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -12490,15 +9931,14 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ecsnfrp555555555555555555555555555555555555555555",
- "hideLabel": true
+ "id": "es72nqh0000000000000000000000000000000000000000000000000000000"
}
]
},
{
"components": [
{
- "label": "CSPT1",
+ "label": "HTML",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -12509,16 +9949,16 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement1cspt ? '$'+ (data.disbursement.disbursement1cspt).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
+ "content": "Total",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html95",
+ "key": "html86",
"tags": [],
"properties": {},
"conditional": {
- "show": "",
+ "show": null,
"when": null,
"eq": "",
"json": ""
@@ -12553,6 +9993,7 @@
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -12576,15 +10017,16 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ex33mlh55555555555555555555",
- "hideLabel": true
+ "id": "e6qxdyl000000000000000000000000000000000000000000000000000000"
}
]
- },
+ }
+ ],
+ [
{
"components": [
{
- "label": "CSPT2",
+ "label": "CSGP",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -12595,12 +10037,12 @@
"value": ""
}
],
- "content": "{{data.disbursement?.disbursement2cspt ? '$'+ (data.disbursement.disbursement2cspt).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
+ "content": "Canada Student Grant for Student with Disabilities (CSG-PD)\n \n \n Please click here for more information about this grant.\n \n",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html96",
+ "key": "csgp1",
"tags": [],
"properties": {},
"conditional": {
@@ -12609,7 +10051,7 @@
"eq": "",
"json": ""
},
- "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customConditional": "",
"logic": [],
"attributes": {},
"overlay": {
@@ -12662,7 +10104,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "exdpoew55555555555555555555555",
+ "id": "ell147s333333333333333333333333333333333333333333333",
"hideLabel": true
}
]
@@ -12670,7 +10112,150 @@
{
"components": [
{
- "label": "CSPTTotal",
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText13",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgp ? '$' + (data.disbursement?.disbursement1csgp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgp ? '$' + (data.disbursement?.disbursement2csgp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText7",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1csgp ? parseFloat(data.disbursement.disbursement1csgp) : 0) + (data.disbursement?.disbursement2csgp ? parseFloat(data.disbursement.disbursement2csgp) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "components": [
+ {
+ "label": "CSG-PT",
"labelWidth": "",
"labelMargin": "",
"tag": "p",
@@ -12681,16 +10266,16 @@
"value": ""
}
],
- "content": "${{((data.disbursement?.disbursement1cspt ? parseFloat(data.disbursement.disbursement1cspt) : 0) + (data.disbursement?.disbursement2cspt ? parseFloat(data.disbursement.disbursement2cspt) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
+ "content": "Canada Student Grant for Part-time Students (CSG-PT)\n \n \n Please click here for more information about this grant.\n \n",
+ "refreshOnChange": false,
"customClass": "",
"hidden": false,
"modalEdit": false,
- "key": "html97",
+ "key": "cspt1",
"tags": [],
"properties": {},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": "",
"json": ""
@@ -12748,10 +10333,151 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "emevzw555555555555555555555",
+ "id": "ecsnfrp555555555555555555555555555555555555555555",
"hideLabel": true
}
]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText14",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1cspt ? '$' + (data.disbursement?.disbursement1cspt).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText2",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2cspt ? '$' + (data.disbursement?.disbursement2cspt).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
+ },
+ {
+ "components": [
+ {
+ "autofocus": false,
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText8",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "custom": "",
+ "customPrivate": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1cspt ? parseFloat(data.disbursement.disbursement1cspt) : 0) + (data.disbursement?.disbursement2cspt ? parseFloat(data.disbursement.disbursement2cspt) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": "",
+ "isNew": false
+ }
+ ]
}
],
[
@@ -12844,240 +10570,140 @@
{
"components": [
{
- "label": "CSGD1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1csgd ? '$'+ (data.disbursement.disbursement1csgd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html42",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "exgddks444444444444444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText15",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": []
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1csgd ? '$' + (data.disbursement?.disbursement1csgd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "CSGD2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2csgd ? '$'+ (data.disbursement.disbursement2csgd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html93",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ejxkhj444444444444444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText3",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": [],
- "customConditional": "show = !!data.disbursement.disbursement2Date"
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2csgd ? '$' + (data.disbursement?.disbursement2csgd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": ""
}
]
},
{
"components": [
{
- "label": "CSGDTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1csgd ? parseFloat(data.disbursement.disbursement1csgd) : 0) + (data.disbursement?.disbursement2csgd ? parseFloat(data.disbursement.disbursement2csgd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html94",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e3cspmf444444444444444444444444444444444444444444444444444444444",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText9",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1csgd ? parseFloat(data.disbursement.disbursement1csgd) : 0) + (data.disbursement?.disbursement2csgd ? parseFloat(data.disbursement.disbursement2csgd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -13173,241 +10799,141 @@
{
"components": [
{
- "label": "BCAG1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1bcag ? '$'+ (data.disbursement.disbursement1bcag).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html40",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "hideOnChildrenHidden": false,
- "id": "ejxmn4v222222222222222222222222222222222222222222222222222222222",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText16",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": []
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1bcag ? '$' + (data.disbursement?.disbursement1bcag).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "BCAG2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2bcag ? '$'+ (data.disbursement.disbursement2bcag).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html89",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ek5tfxh222222222222222222222222222222222222222222222222222222222",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText4",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": [],
- "customConditional": "show = !!data.disbursement.disbursement2Date"
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2bcag ? '$' + (data.disbursement?.disbursement2bcag).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "BCAGTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1bcag ? parseFloat(data.disbursement.disbursement1bcag) : 0) + (data.disbursement?.disbursement2bcag ? parseFloat(data.disbursement.disbursement2bcag) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html90",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e4uhkeb222222222222222222222222222222222222222222222222222222222",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText10",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1bcag ? parseFloat(data.disbursement.disbursement1bcag) : 0) + (data.disbursement?.disbursement2bcag ? parseFloat(data.disbursement.disbursement2bcag) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": "",
+ "isNew": false
}
]
}
@@ -13502,240 +11028,138 @@
{
"components": [
{
- "label": "CSLP1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1cslp ? '$'+ (data.disbursement.disbursement1cslp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html17",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "ee1pums111111111111111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText17",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": []
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1cslp ? '$' + (data.disbursement?.disbursement1cslp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';"
}
]
},
{
"components": [
{
- "label": "CSLP2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2cslp ? '$'+ (data.disbursement.disbursement2cslp).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html87",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "id": "e9zkqfj111111111111111111111111111111111111111111111111111111111",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "input": true,
+ "tableView": false,
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText5",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
"hideLabel": true,
- "tags": [],
- "customConditional": "show = !!data.disbursement.disbursement2Date"
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2cslp ? '$' + (data.disbursement?.disbursement2cslp).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": ""
}
]
},
{
"components": [
{
- "label": "CSLPTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1cslp ? parseFloat(data.disbursement.disbursement1cslp) : 0) + (data.disbursement?.disbursement2cslp ? parseFloat(data.disbursement.disbursement2cslp) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html88",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "exmj5gq111111111111111111111111111111111111111111111111111111111",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText11",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "hideLabel": true
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1cslp ? parseFloat(data.disbursement.disbursement1cslp) : 0) + (data.disbursement?.disbursement2cslp ? parseFloat(data.disbursement.disbursement2cslp) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": ""
}
]
}
@@ -13831,240 +11255,141 @@
{
"components": [
{
- "label": "SBSD1",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement1sbsd ? '$'+ (data.disbursement.disbursement1sbsd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html98",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eib0ivc666666666666666666666666666666666666666666666666666666666",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText18",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
- "tags": []
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement1sbsd ? '$' + (data.disbursement?.disbursement1sbsd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "SBSD2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.disbursement?.disbursement2sbsd ? '$'+ (data.disbursement.disbursement2sbsd).toLocaleString('en-CA', { minimumFractionDigits: 2 }) : '(Not eligible)'}}",
- "refreshOnChange": true,
- "key": "html99",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "e1ed55l666666666666666666666666666666666666666666666666666666666",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText6",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
"show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": "",
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
"tags": [],
- "customConditional": "show = !!data.disbursement.disbursement2Date"
+ "properties": {},
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = data.disbursement?.disbursement2sbsd ? '$' + (data.disbursement?.disbursement2sbsd).toLocaleString('en-CA', {minimumFractionDigits: 2}) : 'Not eligible';",
+ "customConditional": "show = !!data.disbursement.disbursement2Date",
+ "customClass": "",
+ "isNew": false
}
]
},
{
"components": [
{
- "label": "SBSDTotal",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "${{((data.disbursement?.disbursement1sbsd ? parseFloat(data.disbursement.disbursement1sbsd) : 0) + (data.disbursement?.disbursement2sbsd ? parseFloat(data.disbursement.disbursement2sbsd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 })}}",
- "refreshOnChange": true,
- "key": "html100",
- "type": "htmlelement",
- "input": false,
+ "autofocus": false,
+ "input": true,
"tableView": false,
- "id": "eaug0gh666666666666666666666666666666666666666666666666666666666",
+ "inputType": "text",
+ "inputMask": "",
+ "label": "Text",
+ "key": "partTimeTableText12",
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "clearOnHide": false,
+ "spellcheck": false,
"validate": {
"required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "customPrivate": false
},
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
+ "type": "textfield",
+ "labelPosition": "top",
+ "inputFormat": "html",
+ "tags": [],
"properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "className": ""
+ "hideLabel": true,
+ "disabled": true,
+ "calculateValue": "value = '$' + (( data.disbursement?.disbursement1sbsd ? parseFloat(data.disbursement.disbursement1sbsd) : 0) + (data.disbursement?.disbursement2sbsd ? parseFloat(data.disbursement.disbursement2sbsd) : 0)).toLocaleString('en-CA', { minimumFractionDigits: 2 });",
+ "customClass": "",
+ "isNew": false
}
]
}
diff --git a/sources/packages/forms/src/form-definitions/sfaa2022-23.json b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
index bbf7ce0fd8..e4b4f22858 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2022-23.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
@@ -13867,7 +13867,7 @@
}
],
"filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4 MB",
+ "fileMaxSize": "15MB",
"multiple": true,
"redrawOn": "dependants.declaredOnTaxes",
"validate": {
diff --git a/sources/packages/forms/src/form-definitions/sfaa2023-24.json b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
index 83cc209ee3..4c4770f93a 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2023-24.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
@@ -13867,7 +13867,7 @@
}
],
"filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4 MB",
+ "fileMaxSize": "15MB",
"multiple": true,
"redrawOn": "dependants.declaredOnTaxes",
"validate": {
diff --git a/sources/packages/forms/src/form-definitions/sfaa2024-25.json b/sources/packages/forms/src/form-definitions/sfaa2024-25.json
index 629dbb5791..9f5575e372 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2024-25.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2024-25.json
@@ -13867,7 +13867,7 @@
}
],
"filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4 MB",
+ "fileMaxSize": "15MB",
"multiple": true,
"redrawOn": "dependants.declaredOnTaxes",
"validate": {
diff --git a/sources/packages/forms/src/form-definitions/sfaa2025-26.json b/sources/packages/forms/src/form-definitions/sfaa2025-26.json
index fe5679daa6..2cc7ac4033 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2025-26.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2025-26.json
@@ -13429,8 +13429,7 @@
"inputType": "radio",
"fieldSet": false,
"id": "ea0vyrg",
- "tags": [],
- "isNew": false
+ "tags": []
},
{
"title": "Upload panel",
@@ -13521,7 +13520,8 @@
"addons": [],
"inputType": "hidden",
"id": "e52khib",
- "tags": []
+ "tags": [],
+ "isNew": false
},
{
"label": "HTML",
@@ -13864,7 +13864,7 @@
}
],
"filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4 MB",
+ "fileMaxSize": "15MB",
"multiple": true,
"redrawOn": "dependants.declaredOnTaxes",
"validate": {
@@ -13888,7 +13888,7 @@
"unique": false,
"persistent": true,
"hidden": false,
- "clearOnHide": false,
+ "clearOnHide": true,
"refreshOn": "",
"modalEdit": false,
"dataGridLabel": false,
@@ -14218,7 +14218,8 @@
"theme": "default",
"breadcrumb": "default",
"id": "ec900o",
- "tags": []
+ "tags": [],
+ "isNew": false
},
{
"label": "Is the dependant listed above supported by you financially but not under your sole custody?",
@@ -14393,7 +14394,8 @@
"addons": [],
"inputType": "hidden",
"id": "ejf7zcr",
- "tags": []
+ "tags": [],
+ "isNew": false
},
{
"label": "HTML",
@@ -14753,7 +14755,7 @@
"dbIndex": false,
"encrypted": false,
"redrawOn": "",
- "clearOnHide": false,
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
@@ -15095,8 +15097,7 @@
"breadcrumb": "default",
"id": "e88jxwl",
"hideLabel": true,
- "tags": [],
- "isNew": false
+ "tags": []
}
],
"id": "eja9nnp000000000000000000",
diff --git a/sources/packages/web/package-lock.json b/sources/packages/web/package-lock.json
index 5e928f6d97..b058296459 100644
--- a/sources/packages/web/package-lock.json
+++ b/sources/packages/web/package-lock.json
@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@bcgov/bc-sans": "^2.1.0",
+ "@formio/js": "^5.0.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@types/vuelidate": "^0.7.21",
@@ -18,7 +19,6 @@
"class-validator": "^0.14.1",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
- "formiojs": "^4.21.4",
"http-status-codes": "^2.3.0",
"keycloak-js": "^24.0.3",
"mitt": "^2.1.0",
@@ -1969,13 +1969,11 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
- "node_modules/@formio/bootstrap3": {
- "version": "2.12.4-rc.1",
- "resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.12.4-rc.1.tgz",
- "integrity": "sha512-4B5rs+w9tAk5i+wbdw2/NrTxPqnDX7/W19tiTd9lfXnIGQmaj0ecMEVqDmOJg8pIlyU02g3c4ih6JnA/JVmUbA==",
- "dependencies": {
- "resize-observer-polyfill": "^1.5.1"
- }
+ "node_modules/@formio/bootstrap": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@formio/bootstrap/-/bootstrap-3.0.0.tgz",
+ "integrity": "sha512-9a2JMY/qU/UUQ3BvlxrZfAjy/v5unwkXXBdy98+MiUbmQVaLi8ITIsA/YeYkRKFQW8V6BSbOoTlJhmVvxdvPnA==",
+ "license": "MIT"
},
"node_modules/@formio/choices.js": {
"version": "10.2.1",
@@ -1987,15 +1985,98 @@
"redux": "^4.2.0"
}
},
- "node_modules/@formio/semantic": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/@formio/semantic/-/semantic-2.6.1.tgz",
- "integrity": "sha512-obp1BT5UnzD+uYBbqmnsTfO2hGxI2A2iR/cj3P5JUFLYSBpnr3TS2ShQ7Ee5GCRRtJPu0JnljuJj+YSKLCMuhg=="
+ "node_modules/@formio/core": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@formio/core/-/core-2.3.0.tgz",
+ "integrity": "sha512-jAlNm0vaSZQ9RSxt79PqeHdXYv/1i+zNfasVWbH1xRJSicJK0JcdodrBaDw8kKnEh0UmflW6RyIiaMyDbww4Ug==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/json-logic-js": "^2.0.7",
+ "browser-cookies": "^1.2.0",
+ "core-js": "^3.37.1",
+ "dayjs": "^1.11.11",
+ "dompurify": "^3.1.4",
+ "eventemitter3": "^5.0.0",
+ "fast-json-patch": "^3.1.1",
+ "fetch-ponyfill": "^7.1.0",
+ "inputmask": "^5.0.9",
+ "json-logic-js": "^2.0.2",
+ "lodash": "^4.17.21",
+ "moment": "^2.29.4"
+ }
+ },
+ "node_modules/@formio/core/node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
+ "license": "MIT"
+ },
+ "node_modules/@formio/js": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@formio/js/-/js-5.0.0.tgz",
+ "integrity": "sha512-Ly3f7q2wo5oFjlECKFtkIMy+Ah9HyAkf6ob70OrF/6MooSPF3hEu9euXouEWOoNdI+Tokr690/GdM2sDZtYzww==",
+ "license": "MIT",
+ "dependencies": {
+ "@formio/bootstrap": "3.0.0",
+ "@formio/choices.js": "^10.2.1",
+ "@formio/core": "2.3.0",
+ "@formio/text-mask-addons": "^3.8.0-formio.3",
+ "@formio/vanilla-text-mask": "^5.1.1-formio.1",
+ "abortcontroller-polyfill": "^1.7.5",
+ "autocompleter": "^8.0.4",
+ "bootstrap": "^5.3.3",
+ "browser-cookies": "^1.2.0",
+ "browser-md5-file": "^1.1.1",
+ "compare-versions": "^6.0.0-rc.2",
+ "core-js": "^3.37.1",
+ "dialog-polyfill": "^0.5.6",
+ "dom-autoscroller": "^2.3.4",
+ "dompurify": "^3.1.3",
+ "downloadjs": "^1.4.7",
+ "dragula": "^3.7.3",
+ "eventemitter3": "^5.0.1",
+ "fast-deep-equal": "^3.1.3",
+ "fast-json-patch": "^3.1.1",
+ "idb": "^7.1.1",
+ "inputmask": "^5.0.8",
+ "ismobilejs": "^1.1.1",
+ "json-logic-js": "^2.0.2",
+ "jstimezonedetect": "^1.0.7",
+ "jwt-decode": "^3.1.2",
+ "lodash": "^4.17.21",
+ "moment": "^2.29.4",
+ "moment-timezone": "^0.5.44",
+ "quill": "^2.0.2",
+ "signature_pad": "^4.2.0",
+ "string-hash": "^1.1.3",
+ "tippy.js": "^6.3.7",
+ "uuid": "^9.0.0",
+ "vanilla-picker": "^2.12.3"
+ }
+ },
+ "node_modules/@formio/js/node_modules/autocompleter": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-8.0.4.tgz",
+ "integrity": "sha512-q334YswwucSBphN5djVkEt3beVhHotrCtPGNIXmyilw9UnXV9Cb+gNAZ2yhZSfiBSzP6rxHLLT2gpr57xgbcwQ==",
+ "license": "MIT"
+ },
+ "node_modules/@formio/js/node_modules/compare-versions": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
+ "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==",
+ "license": "MIT"
+ },
+ "node_modules/@formio/js/node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
+ "license": "MIT"
},
"node_modules/@formio/text-mask-addons": {
- "version": "3.8.0-formio.2",
- "resolved": "https://registry.npmjs.org/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.2.tgz",
- "integrity": "sha512-H4Sm+1Sx59jbrlKxtKbzethhp5OIcP8Oi4JBpsvH/SB8P/KCRmtjKbN5ACqURnXmYtBHLJC6Yr9KZibOVRGxpA=="
+ "version": "3.8.0-formio.4",
+ "resolved": "https://registry.npmjs.org/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.4.tgz",
+ "integrity": "sha512-vhkeIyuL+1rtC9S4IW8O3JCwroPtvJrkrcMO4wyELNqMIgQRKbiyBAitZfUP4tY04xdB5lxAinbzdwb+NMdX6w==",
+ "license": "Unlicense"
},
"node_modules/@formio/vanilla-text-mask": {
"version": "5.1.1",
@@ -2892,9 +2973,10 @@
"dev": true
},
"node_modules/@popperjs/core": {
- "version": "2.11.6",
- "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
- "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==",
+ "version": "2.11.8",
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
+ "license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
@@ -3224,6 +3306,12 @@
"pretty-format": "^27.0.0"
}
},
+ "node_modules/@types/json-logic-js": {
+ "version": "2.0.8",
+ "resolved": "https://registry.npmjs.org/@types/json-logic-js/-/json-logic-js-2.0.8.tgz",
+ "integrity": "sha512-WgNsDPuTPKYXl0Jh0IfoCoJoAGGYZt5qzpmjuLSEg7r0cKp/kWtWp0HAsVepyPSPyXiHo6uXp/B/kW/2J1fa2Q==",
+ "license": "MIT"
+ },
"node_modules/@types/json-schema": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
@@ -4992,11 +5080,6 @@
"node": ">= 4.5.0"
}
},
- "node_modules/autocompleter": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-7.1.0.tgz",
- "integrity": "sha512-uCToOnq7eAD/GJAteDbYuQ7ksDtrYWOy5CIAq43wh0dT+5frMpPlyD9tp+y5fz8KIcsP+zR2MjzoTAdW5aJESw=="
- },
"node_modules/autoprefixer": {
"version": "10.4.11",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz",
@@ -5030,17 +5113,6 @@
"postcss": "^8.1.0"
}
},
- "node_modules/available-typed-arrays": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
- "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/axios": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
@@ -5443,6 +5515,25 @@
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
"dev": true
},
+ "node_modules/bootstrap": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
+ "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/twbs"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/bootstrap"
+ }
+ ],
+ "license": "MIT",
+ "peerDependencies": {
+ "@popperjs/core": "^2.11.8"
+ }
+ },
"node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -5573,6 +5664,7 @@
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
+ "dev": true,
"dependencies": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
@@ -5908,14 +6000,6 @@
"wrap-ansi": "^7.0.0"
}
},
- "node_modules/clone": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
- "engines": {
- "node": ">=0.8"
- }
- },
"node_modules/clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
@@ -6004,11 +6088,6 @@
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
"dev": true
},
- "node_modules/compare-versions": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-5.0.3.tgz",
- "integrity": "sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A=="
- },
"node_modules/compressible": {
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
@@ -6220,10 +6299,11 @@
}
},
"node_modules/core-js": {
- "version": "3.37.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
- "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==",
+ "version": "3.39.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz",
+ "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
"hasInstallScript": true,
+ "license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
@@ -6640,11 +6720,6 @@
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
"integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg=="
},
- "node_modules/custom-event-polyfill": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz",
- "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w=="
- },
"node_modules/data-urls": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
@@ -6659,9 +6734,10 @@
}
},
"node_modules/dayjs": {
- "version": "1.11.10",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
- "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
+ "version": "1.11.13",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
+ "license": "MIT"
},
"node_modules/debug": {
"version": "4.3.4",
@@ -6698,31 +6774,6 @@
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
"integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
},
- "node_modules/deep-equal": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz",
- "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==",
- "dependencies": {
- "call-bind": "^1.0.0",
- "es-get-iterator": "^1.1.1",
- "get-intrinsic": "^1.0.1",
- "is-arguments": "^1.0.4",
- "is-date-object": "^1.0.2",
- "is-regex": "^1.1.1",
- "isarray": "^2.0.5",
- "object-is": "^1.1.4",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.2",
- "regexp.prototype.flags": "^1.3.0",
- "side-channel": "^1.0.3",
- "which-boxed-primitive": "^1.0.1",
- "which-collection": "^1.0.1",
- "which-typed-array": "^1.1.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/deep-is": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
@@ -6830,6 +6881,7 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "dev": true,
"dependencies": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
@@ -6855,6 +6907,7 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
"integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
+ "dev": true,
"dependencies": {
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
@@ -7314,46 +7367,11 @@
"stackframe": "^1.3.4"
}
},
- "node_modules/es-abstract": {
- "version": "1.20.2",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz",
- "integrity": "sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "es-to-primitive": "^1.2.1",
- "function-bind": "^1.1.1",
- "function.prototype.name": "^1.1.5",
- "get-intrinsic": "^1.1.2",
- "get-symbol-description": "^1.0.0",
- "has": "^1.0.3",
- "has-property-descriptors": "^1.0.0",
- "has-symbols": "^1.0.3",
- "internal-slot": "^1.0.3",
- "is-callable": "^1.2.4",
- "is-negative-zero": "^2.0.2",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
- "is-string": "^1.0.7",
- "is-weakref": "^1.0.2",
- "object-inspect": "^1.12.2",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.4.3",
- "string.prototype.trimend": "^1.0.5",
- "string.prototype.trimstart": "^1.0.5",
- "unbox-primitive": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/es-define-property": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
+ "dev": true,
"dependencies": {
"get-intrinsic": "^1.2.4"
},
@@ -7365,50 +7383,17 @@
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true,
"engines": {
"node": ">= 0.4"
}
},
- "node_modules/es-get-iterator": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz",
- "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.0",
- "has-symbols": "^1.0.1",
- "is-arguments": "^1.1.0",
- "is-map": "^2.0.2",
- "is-set": "^2.0.2",
- "is-string": "^1.0.5",
- "isarray": "^2.0.5"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/es-module-lexer": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
"dev": true
},
- "node_modules/es-to-primitive": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
- "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
- "dependencies": {
- "is-callable": "^1.1.4",
- "is-date-object": "^1.0.1",
- "is-symbol": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/escalade": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
@@ -8079,7 +8064,8 @@
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
- "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true
},
"node_modules/events": {
"version": "3.3.0",
@@ -8280,11 +8266,6 @@
}
]
},
- "node_modules/extend": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
- },
"node_modules/extend-shallow": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
@@ -8316,9 +8297,10 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-diff": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
- "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
+ "license": "Apache-2.0"
},
"node_modules/fast-glob": {
"version": "3.2.12",
@@ -8551,14 +8533,6 @@
}
}
},
- "node_modules/for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
- "dependencies": {
- "is-callable": "^1.1.3"
- }
- },
"node_modules/foreground-child": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
@@ -8742,51 +8716,6 @@
"node": ">= 6"
}
},
- "node_modules/formiojs": {
- "version": "4.21.4",
- "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.21.4.tgz",
- "integrity": "sha512-USw5aszDXz2fMeZtJypy0E+beLDL42mpQ9ewcOzk3jxvnIGID4Um7TaxZ15thFBD8JkzrpvJi9S+w7WWhRQ1gw==",
- "dependencies": {
- "@formio/bootstrap3": "2.12.4-rc.1",
- "@formio/choices.js": "10.2.1",
- "@formio/semantic": "2.6.1",
- "@formio/text-mask-addons": "^3.8.0-formio.2",
- "@formio/vanilla-text-mask": "^5.1.1-formio.1",
- "abortcontroller-polyfill": "^1.7.5",
- "autocompleter": "^7.0.1",
- "browser-cookies": "^1.2.0",
- "browser-md5-file": "^1.1.1",
- "compare-versions": "^5.0.1",
- "core-js": "^3.26.1",
- "custom-event-polyfill": "^1.0.7",
- "dialog-polyfill": "^0.5.6",
- "dom-autoscroller": "^2.3.4",
- "dompurify": "^3.0.5",
- "downloadjs": "^1.4.7",
- "dragula": "^3.7.3",
- "eventemitter3": "^4.0.7",
- "fast-deep-equal": "^3.1.3",
- "fast-json-patch": "^3.1.1",
- "fetch-ponyfill": "^7.1.0",
- "i18next": "22.4.12",
- "idb": "^7.1.1",
- "inputmask": "^5.0.9",
- "ismobilejs": "^1.1.1",
- "json-logic-js": "^2.0.2",
- "jstimezonedetect": "^1.0.7",
- "jwt-decode": "^3.1.2",
- "lodash": "^4.17.21",
- "moment": "^2.29.4",
- "moment-timezone": "^0.5.40",
- "native-promise-only": "^0.8.1",
- "quill": "^2.0.0-dev.3",
- "signature_pad": "^4.1.4",
- "string-hash": "^1.1.3",
- "tippy.js": "^6.3.7",
- "uuid": "^9.0.0",
- "vanilla-picker": "^2.12.1"
- }
- },
"node_modules/forwarded": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -8865,31 +8794,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/function.prototype.name": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
- "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "es-abstract": "^1.19.0",
- "functions-have-names": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/fuse.js": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
@@ -8918,6 +8822,7 @@
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
+ "dev": true,
"dependencies": {
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
@@ -8961,21 +8866,6 @@
"node": ">=6"
}
},
- "node_modules/get-symbol-description": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
- "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -9045,6 +8935,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
"dependencies": {
"get-intrinsic": "^1.1.3"
},
@@ -9095,14 +8986,6 @@
"node": ">= 0.4.0"
}
},
- "node_modules/has-bigints": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
- "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -9115,6 +8998,7 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "dev": true,
"dependencies": {
"es-define-property": "^1.0.0"
},
@@ -9126,6 +9010,7 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
+ "dev": true,
"engines": {
"node": ">= 0.4"
},
@@ -9137,20 +9022,7 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-tostringtag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
- "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
- "dependencies": {
- "has-symbols": "^1.0.2"
- },
+ "dev": true,
"engines": {
"node": ">= 0.4"
},
@@ -9168,6 +9040,7 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
"dependencies": {
"function-bind": "^1.1.2"
},
@@ -9451,28 +9324,6 @@
"node": ">=10.17.0"
}
},
- "node_modules/i18next": {
- "version": "22.4.12",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.12.tgz",
- "integrity": "sha512-2lE+vRXxQ3lGLub1CVbwgO0IfkLHmUSDVOAVdPh22CsxttMXi+35n2qgxh2wZIkKl6t/NMzPfgFPRDiFQOmiCg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "dependencies": {
- "@babel/runtime": "^7.20.6"
- }
- },
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -9612,19 +9463,6 @@
"resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.9.tgz",
"integrity": "sha512-s0lUfqcEbel+EQXtehXqwCJGShutgieOaIImFKC/r4reYNvX3foyrChl6LOEvaEgxEbesePIrw1Zi2jhZaDZbQ=="
},
- "node_modules/internal-slot": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
- "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
- "dependencies": {
- "get-intrinsic": "^1.1.0",
- "has": "^1.0.3",
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/interpret": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
@@ -9643,21 +9481,6 @@
"node": ">= 10"
}
},
- "node_modules/is-arguments": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
- "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-array": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-array/-/is-array-1.0.1.tgz",
@@ -9668,17 +9491,6 @@
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
},
- "node_modules/is-bigint": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
- "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
- "dependencies": {
- "has-bigints": "^1.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -9688,22 +9500,7 @@
"binary-extensions": "^2.0.0"
},
"engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-boolean-object": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
- "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=8"
}
},
"node_modules/is-buffer": {
@@ -9712,17 +9509,6 @@
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"dev": true
},
- "node_modules/is-callable": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.6.tgz",
- "integrity": "sha512-krO72EO2NptOGAX2KYyqbP9vYMlNAXdB53rq6f8LXY6RY7JdSR/3BD6wLUlPHSAesmY9vstNrjvqGaCiRK/91Q==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-ci": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
@@ -9752,20 +9538,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-date-object": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
- "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-docker": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
@@ -9845,25 +9617,6 @@
"node": ">=8"
}
},
- "node_modules/is-map": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
- "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
- "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
@@ -9872,20 +9625,6 @@
"node": ">=0.12.0"
}
},
- "node_modules/is-number-object": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
- "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-path-inside": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
@@ -9924,40 +9663,6 @@
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
},
- "node_modules/is-regex": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
- "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-set": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
- "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
- "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
- "dependencies": {
- "call-bind": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-stream": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
@@ -9967,52 +9672,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-string": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
- "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
- "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
- "dependencies": {
- "has-symbols": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typed-array": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.9.tgz",
- "integrity": "sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==",
- "dependencies": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.2",
- "es-abstract": "^1.20.0",
- "for-each": "^0.3.3",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-typedarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
@@ -10030,37 +9689,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/is-weakmap": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
- "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
- "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
- "dependencies": {
- "call-bind": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
- "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-whitespace": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz",
@@ -10082,11 +9710,6 @@
"node": ">=8"
}
},
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
- },
"node_modules/iselement": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/iselement/-/iselement-1.1.4.tgz",
@@ -12668,6 +12291,18 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
+ "node_modules/lodash-es": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
+ "license": "MIT"
+ },
+ "node_modules/lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
+ "license": "MIT"
+ },
"node_modules/lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -12680,6 +12315,12 @@
"integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==",
"dev": true
},
+ "node_modules/lodash.isequal": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
+ "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
+ "license": "MIT"
+ },
"node_modules/lodash.kebabcase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
@@ -13315,11 +12956,6 @@
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
- "node_modules/native-promise-only": {
- "version": "0.8.1",
- "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
- "integrity": "sha512-zkVhZUA3y8mbz652WrL5x0fB0ehrBkulWT3TomAQ9iDtyXZvzKeEA6GPxAItBYeNYl5yngKRX612qHOhvMkDeg=="
- },
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
@@ -13587,21 +13223,7 @@
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-is": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
- "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3"
- },
+ "dev": true,
"engines": {
"node": ">= 0.4"
},
@@ -13613,6 +13235,7 @@
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
"engines": {
"node": ">= 0.4"
}
@@ -13621,6 +13244,7 @@
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
+ "dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
@@ -13885,9 +13509,10 @@
}
},
"node_modules/parchment": {
- "version": "2.0.0-dev.2",
- "resolved": "https://registry.npmjs.org/parchment/-/parchment-2.0.0-dev.2.tgz",
- "integrity": "sha512-4fgRny4pPISoML08Zp7poi52Dff3E2G1ORTi2D/acJ/RiROdDAMDB6VcQNfBcmehrX5Wixp6dxh6JjLyE5yUNQ=="
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/parchment/-/parchment-3.0.0.tgz",
+ "integrity": "sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==",
+ "license": "BSD-3-Clause"
},
"node_modules/parent-module": {
"version": "1.0.1",
@@ -14898,44 +14523,40 @@
]
},
"node_modules/quill": {
- "version": "2.0.0-dev.4",
- "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.0-dev.4.tgz",
- "integrity": "sha512-9WmMVCEIhf3lDdhzl+i+GBDeDl0BFi65waC4Im8Y4HudEJ9kEEb1lciAz9A8pcDmLMjiMbvz84lNt/U5OBS8Vg==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.3.tgz",
+ "integrity": "sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==",
+ "license": "BSD-3-Clause",
"dependencies": {
- "clone": "^2.1.2",
- "deep-equal": "^2.0.2",
- "eventemitter3": "^4.0.0",
- "extend": "^3.0.2",
- "parchment": "2.0.0-dev.2",
- "quill-delta": "4.2.1"
+ "eventemitter3": "^5.0.1",
+ "lodash-es": "^4.17.21",
+ "parchment": "^3.0.0",
+ "quill-delta": "^5.1.0"
+ },
+ "engines": {
+ "npm": ">=8.2.3"
}
},
"node_modules/quill-delta": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-4.2.1.tgz",
- "integrity": "sha512-Y2nksOj6Q+4hizre8n0dml76vLNGK4/y86EoI1d7rv6EL1bx7DPDYRmqQMPu1UqFQO/uQuVHQ3fOmm4ZSzWrfA==",
- "dependencies": {
- "deep-equal": "^1.0.1",
- "extend": "^3.0.2",
- "fast-diff": "1.2.0"
- }
- },
- "node_modules/quill-delta/node_modules/deep-equal": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
- "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-5.1.0.tgz",
+ "integrity": "sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==",
+ "license": "MIT",
"dependencies": {
- "is-arguments": "^1.0.4",
- "is-date-object": "^1.0.1",
- "is-regex": "^1.0.4",
- "object-is": "^1.0.1",
- "object-keys": "^1.1.1",
- "regexp.prototype.flags": "^1.2.0"
+ "fast-diff": "^1.3.0",
+ "lodash.clonedeep": "^4.5.0",
+ "lodash.isequal": "^4.5.0"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "engines": {
+ "node": ">= 12.0.0"
}
},
+ "node_modules/quill/node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
+ "license": "MIT"
+ },
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
@@ -15117,22 +14738,6 @@
"@babel/runtime": "^7.8.4"
}
},
- "node_modules/regexp.prototype.flags": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
- "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "functions-have-names": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/regexpu-core": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
@@ -15215,11 +14820,6 @@
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
},
- "node_modules/resize-observer-polyfill": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
- "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg=="
- },
"node_modules/resolve": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
@@ -15636,6 +15236,7 @@
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "dev": true,
"dependencies": {
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
@@ -15721,6 +15322,7 @@
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
+ "dev": true,
"dependencies": {
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
@@ -16036,32 +15638,6 @@
"node": ">=8"
}
},
- "node_modules/string.prototype.trimend": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
- "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.19.5"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
- "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.19.5"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@@ -16850,20 +16426,6 @@
"node": ">=4.2.0"
}
},
- "node_modules/unbox-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
- "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.0.3",
- "which-boxed-primitive": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
@@ -17050,9 +16612,10 @@
}
},
"node_modules/vanilla-picker": {
- "version": "2.12.1",
- "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.12.1.tgz",
- "integrity": "sha512-2qrEP9VYylKXbyzXKsbu2dferBTvqnlsr29XjHwFE+/MEp0VNj6oEUESLDtKZ7DWzGdSv1x/+ujqFZF+KsO3cg==",
+ "version": "2.12.3",
+ "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.12.3.tgz",
+ "integrity": "sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==",
+ "license": "ISC",
"dependencies": {
"@sphinxxxx/color-conversion": "^2.2.2"
}
@@ -17995,54 +17558,6 @@
"node": ">= 8"
}
},
- "node_modules/which-boxed-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
- "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
- "dependencies": {
- "is-bigint": "^1.0.1",
- "is-boolean-object": "^1.1.0",
- "is-number-object": "^1.0.4",
- "is-string": "^1.0.5",
- "is-symbol": "^1.0.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-collection": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
- "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
- "dependencies": {
- "is-map": "^2.0.1",
- "is-set": "^2.0.1",
- "is-weakmap": "^2.0.1",
- "is-weakset": "^2.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-typed-array": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.8.tgz",
- "integrity": "sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==",
- "dependencies": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.2",
- "es-abstract": "^1.20.0",
- "for-each": "^0.3.3",
- "has-tostringtag": "^1.0.0",
- "is-typed-array": "^1.1.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/wildcard": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
@@ -19673,13 +19188,10 @@
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
"dev": true
},
- "@formio/bootstrap3": {
- "version": "2.12.4-rc.1",
- "resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.12.4-rc.1.tgz",
- "integrity": "sha512-4B5rs+w9tAk5i+wbdw2/NrTxPqnDX7/W19tiTd9lfXnIGQmaj0ecMEVqDmOJg8pIlyU02g3c4ih6JnA/JVmUbA==",
- "requires": {
- "resize-observer-polyfill": "^1.5.1"
- }
+ "@formio/bootstrap": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@formio/bootstrap/-/bootstrap-3.0.0.tgz",
+ "integrity": "sha512-9a2JMY/qU/UUQ3BvlxrZfAjy/v5unwkXXBdy98+MiUbmQVaLi8ITIsA/YeYkRKFQW8V6BSbOoTlJhmVvxdvPnA=="
},
"@formio/choices.js": {
"version": "10.2.1",
@@ -19691,15 +19203,95 @@
"redux": "^4.2.0"
}
},
- "@formio/semantic": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/@formio/semantic/-/semantic-2.6.1.tgz",
- "integrity": "sha512-obp1BT5UnzD+uYBbqmnsTfO2hGxI2A2iR/cj3P5JUFLYSBpnr3TS2ShQ7Ee5GCRRtJPu0JnljuJj+YSKLCMuhg=="
- },
+ "@formio/core": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@formio/core/-/core-2.3.0.tgz",
+ "integrity": "sha512-jAlNm0vaSZQ9RSxt79PqeHdXYv/1i+zNfasVWbH1xRJSicJK0JcdodrBaDw8kKnEh0UmflW6RyIiaMyDbww4Ug==",
+ "requires": {
+ "@types/json-logic-js": "^2.0.7",
+ "browser-cookies": "^1.2.0",
+ "core-js": "^3.37.1",
+ "dayjs": "^1.11.11",
+ "dompurify": "^3.1.4",
+ "eventemitter3": "^5.0.0",
+ "fast-json-patch": "^3.1.1",
+ "fetch-ponyfill": "^7.1.0",
+ "inputmask": "^5.0.9",
+ "json-logic-js": "^2.0.2",
+ "lodash": "^4.17.21",
+ "moment": "^2.29.4"
+ },
+ "dependencies": {
+ "eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
+ }
+ }
+ },
+ "@formio/js": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@formio/js/-/js-5.0.0.tgz",
+ "integrity": "sha512-Ly3f7q2wo5oFjlECKFtkIMy+Ah9HyAkf6ob70OrF/6MooSPF3hEu9euXouEWOoNdI+Tokr690/GdM2sDZtYzww==",
+ "requires": {
+ "@formio/bootstrap": "3.0.0",
+ "@formio/choices.js": "^10.2.1",
+ "@formio/core": "2.3.0",
+ "@formio/text-mask-addons": "^3.8.0-formio.3",
+ "@formio/vanilla-text-mask": "^5.1.1-formio.1",
+ "abortcontroller-polyfill": "^1.7.5",
+ "autocompleter": "^8.0.4",
+ "bootstrap": "^5.3.3",
+ "browser-cookies": "^1.2.0",
+ "browser-md5-file": "^1.1.1",
+ "compare-versions": "^6.0.0-rc.2",
+ "core-js": "^3.37.1",
+ "dialog-polyfill": "^0.5.6",
+ "dom-autoscroller": "^2.3.4",
+ "dompurify": "^3.1.3",
+ "downloadjs": "^1.4.7",
+ "dragula": "^3.7.3",
+ "eventemitter3": "^5.0.1",
+ "fast-deep-equal": "^3.1.3",
+ "fast-json-patch": "^3.1.1",
+ "idb": "^7.1.1",
+ "inputmask": "^5.0.8",
+ "ismobilejs": "^1.1.1",
+ "json-logic-js": "^2.0.2",
+ "jstimezonedetect": "^1.0.7",
+ "jwt-decode": "^3.1.2",
+ "lodash": "^4.17.21",
+ "moment": "^2.29.4",
+ "moment-timezone": "^0.5.44",
+ "quill": "^2.0.2",
+ "signature_pad": "^4.2.0",
+ "string-hash": "^1.1.3",
+ "tippy.js": "^6.3.7",
+ "uuid": "^9.0.0",
+ "vanilla-picker": "^2.12.3"
+ },
+ "dependencies": {
+ "autocompleter": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-8.0.4.tgz",
+ "integrity": "sha512-q334YswwucSBphN5djVkEt3beVhHotrCtPGNIXmyilw9UnXV9Cb+gNAZ2yhZSfiBSzP6rxHLLT2gpr57xgbcwQ=="
+ },
+ "compare-versions": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
+ "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg=="
+ },
+ "eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
+ }
+ }
+ },
"@formio/text-mask-addons": {
- "version": "3.8.0-formio.2",
- "resolved": "https://registry.npmjs.org/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.2.tgz",
- "integrity": "sha512-H4Sm+1Sx59jbrlKxtKbzethhp5OIcP8Oi4JBpsvH/SB8P/KCRmtjKbN5ACqURnXmYtBHLJC6Yr9KZibOVRGxpA=="
+ "version": "3.8.0-formio.4",
+ "resolved": "https://registry.npmjs.org/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.4.tgz",
+ "integrity": "sha512-vhkeIyuL+1rtC9S4IW8O3JCwroPtvJrkrcMO4wyELNqMIgQRKbiyBAitZfUP4tY04xdB5lxAinbzdwb+NMdX6w=="
},
"@formio/vanilla-text-mask": {
"version": "5.1.1",
@@ -20373,9 +19965,9 @@
"dev": true
},
"@popperjs/core": {
- "version": "2.11.6",
- "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
- "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw=="
+ "version": "2.11.8",
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A=="
},
"@sideway/address": {
"version": "4.1.4",
@@ -20673,6 +20265,11 @@
"pretty-format": "^27.0.0"
}
},
+ "@types/json-logic-js": {
+ "version": "2.0.8",
+ "resolved": "https://registry.npmjs.org/@types/json-logic-js/-/json-logic-js-2.0.8.tgz",
+ "integrity": "sha512-WgNsDPuTPKYXl0Jh0IfoCoJoAGGYZt5qzpmjuLSEg7r0cKp/kWtWp0HAsVepyPSPyXiHo6uXp/B/kW/2J1fa2Q=="
+ },
"@types/json-schema": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
@@ -22032,11 +21629,6 @@
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
"dev": true
},
- "autocompleter": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-7.1.0.tgz",
- "integrity": "sha512-uCToOnq7eAD/GJAteDbYuQ7ksDtrYWOy5CIAq43wh0dT+5frMpPlyD9tp+y5fz8KIcsP+zR2MjzoTAdW5aJESw=="
- },
"autoprefixer": {
"version": "10.4.11",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz",
@@ -22051,11 +21643,6 @@
"postcss-value-parser": "^4.2.0"
}
},
- "available-typed-arrays": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
- "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
- },
"axios": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
@@ -22369,6 +21956,12 @@
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
"dev": true
},
+ "bootstrap": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
+ "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
+ "requires": {}
+ },
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -22456,6 +22049,7 @@
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
+ "dev": true,
"requires": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
@@ -22690,11 +22284,6 @@
"wrap-ansi": "^7.0.0"
}
},
- "clone": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="
- },
"clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
@@ -22769,11 +22358,6 @@
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
"dev": true
},
- "compare-versions": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-5.0.3.tgz",
- "integrity": "sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A=="
- },
"compressible": {
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
@@ -22936,9 +22520,9 @@
}
},
"core-js": {
- "version": "3.37.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
- "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug=="
+ "version": "3.39.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz",
+ "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g=="
},
"core-js-compat": {
"version": "3.33.3",
@@ -23242,11 +22826,6 @@
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
"integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg=="
},
- "custom-event-polyfill": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz",
- "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w=="
- },
"data-urls": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
@@ -23258,9 +22837,9 @@
}
},
"dayjs": {
- "version": "1.11.10",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
- "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
+ "version": "1.11.13",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
},
"debug": {
"version": "4.3.4",
@@ -23286,28 +22865,6 @@
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
"integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
},
- "deep-equal": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz",
- "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==",
- "requires": {
- "call-bind": "^1.0.0",
- "es-get-iterator": "^1.1.1",
- "get-intrinsic": "^1.0.1",
- "is-arguments": "^1.0.4",
- "is-date-object": "^1.0.2",
- "is-regex": "^1.1.1",
- "isarray": "^2.0.5",
- "object-is": "^1.1.4",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.2",
- "regexp.prototype.flags": "^1.3.0",
- "side-channel": "^1.0.3",
- "which-boxed-primitive": "^1.0.1",
- "which-collection": "^1.0.1",
- "which-typed-array": "^1.1.2"
- }
- },
"deep-is": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
@@ -23389,6 +22946,7 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "dev": true,
"requires": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
@@ -23405,6 +22963,7 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
"integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
+ "dev": true,
"requires": {
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
@@ -23767,40 +23326,11 @@
"stackframe": "^1.3.4"
}
},
- "es-abstract": {
- "version": "1.20.2",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz",
- "integrity": "sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==",
- "requires": {
- "call-bind": "^1.0.2",
- "es-to-primitive": "^1.2.1",
- "function-bind": "^1.1.1",
- "function.prototype.name": "^1.1.5",
- "get-intrinsic": "^1.1.2",
- "get-symbol-description": "^1.0.0",
- "has": "^1.0.3",
- "has-property-descriptors": "^1.0.0",
- "has-symbols": "^1.0.3",
- "internal-slot": "^1.0.3",
- "is-callable": "^1.2.4",
- "is-negative-zero": "^2.0.2",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
- "is-string": "^1.0.7",
- "is-weakref": "^1.0.2",
- "object-inspect": "^1.12.2",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.4.3",
- "string.prototype.trimend": "^1.0.5",
- "string.prototype.trimstart": "^1.0.5",
- "unbox-primitive": "^1.0.2"
- }
- },
"es-define-property": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
+ "dev": true,
"requires": {
"get-intrinsic": "^1.2.4"
}
@@ -23808,22 +23338,8 @@
"es-errors": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
- },
- "es-get-iterator": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz",
- "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==",
- "requires": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.0",
- "has-symbols": "^1.0.1",
- "is-arguments": "^1.1.0",
- "is-map": "^2.0.2",
- "is-set": "^2.0.2",
- "is-string": "^1.0.5",
- "isarray": "^2.0.5"
- }
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true
},
"es-module-lexer": {
"version": "1.5.4",
@@ -23831,16 +23347,6 @@
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
"dev": true
},
- "es-to-primitive": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
- "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
- "requires": {
- "is-callable": "^1.1.4",
- "is-date-object": "^1.0.1",
- "is-symbol": "^1.0.2"
- }
- },
"escalade": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
@@ -24298,7 +23804,8 @@
"eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
- "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true
},
"events": {
"version": "3.3.0",
@@ -24456,11 +23963,6 @@
}
}
},
- "extend": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
- },
"extend-shallow": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
@@ -24485,9 +23987,9 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"fast-diff": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
- "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
},
"fast-glob": {
"version": "3.2.12",
@@ -24673,14 +24175,6 @@
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
},
- "for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
- "requires": {
- "is-callable": "^1.1.3"
- }
- },
"foreground-child": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
@@ -24801,51 +24295,6 @@
"mime-types": "^2.1.12"
}
},
- "formiojs": {
- "version": "4.21.4",
- "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.21.4.tgz",
- "integrity": "sha512-USw5aszDXz2fMeZtJypy0E+beLDL42mpQ9ewcOzk3jxvnIGID4Um7TaxZ15thFBD8JkzrpvJi9S+w7WWhRQ1gw==",
- "requires": {
- "@formio/bootstrap3": "2.12.4-rc.1",
- "@formio/choices.js": "10.2.1",
- "@formio/semantic": "2.6.1",
- "@formio/text-mask-addons": "^3.8.0-formio.2",
- "@formio/vanilla-text-mask": "^5.1.1-formio.1",
- "abortcontroller-polyfill": "^1.7.5",
- "autocompleter": "^7.0.1",
- "browser-cookies": "^1.2.0",
- "browser-md5-file": "^1.1.1",
- "compare-versions": "^5.0.1",
- "core-js": "^3.26.1",
- "custom-event-polyfill": "^1.0.7",
- "dialog-polyfill": "^0.5.6",
- "dom-autoscroller": "^2.3.4",
- "dompurify": "^3.0.5",
- "downloadjs": "^1.4.7",
- "dragula": "^3.7.3",
- "eventemitter3": "^4.0.7",
- "fast-deep-equal": "^3.1.3",
- "fast-json-patch": "^3.1.1",
- "fetch-ponyfill": "^7.1.0",
- "i18next": "22.4.12",
- "idb": "^7.1.1",
- "inputmask": "^5.0.9",
- "ismobilejs": "^1.1.1",
- "json-logic-js": "^2.0.2",
- "jstimezonedetect": "^1.0.7",
- "jwt-decode": "^3.1.2",
- "lodash": "^4.17.21",
- "moment": "^2.29.4",
- "moment-timezone": "^0.5.40",
- "native-promise-only": "^0.8.1",
- "quill": "^2.0.0-dev.3",
- "signature_pad": "^4.1.4",
- "string-hash": "^1.1.3",
- "tippy.js": "^6.3.7",
- "uuid": "^9.0.0",
- "vanilla-picker": "^2.12.1"
- }
- },
"forwarded": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -24898,22 +24347,6 @@
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
},
- "function.prototype.name": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
- "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
- "requires": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "es-abstract": "^1.19.0",
- "functions-have-names": "^1.2.2"
- }
- },
- "functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
- },
"fuse.js": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
@@ -24933,6 +24366,7 @@
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
+ "dev": true,
"requires": {
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
@@ -24961,15 +24395,6 @@
"pump": "^3.0.0"
}
},
- "get-symbol-description": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
- "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
- "requires": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
- }
- },
"glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -25021,6 +24446,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
"requires": {
"get-intrinsic": "^1.1.3"
}
@@ -25059,11 +24485,6 @@
"function-bind": "^1.1.1"
}
},
- "has-bigints": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
- "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ=="
- },
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -25073,6 +24494,7 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "dev": true,
"requires": {
"es-define-property": "^1.0.0"
}
@@ -25080,20 +24502,14 @@
"has-proto": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q=="
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
+ "dev": true
},
"has-symbols": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
- },
- "has-tostringtag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
- "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
- "requires": {
- "has-symbols": "^1.0.2"
- }
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "dev": true
},
"hash-sum": {
"version": "2.0.0",
@@ -25105,6 +24521,7 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
"requires": {
"function-bind": "^1.1.2"
}
@@ -25322,14 +24739,6 @@
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
- "i18next": {
- "version": "22.4.12",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.12.tgz",
- "integrity": "sha512-2lE+vRXxQ3lGLub1CVbwgO0IfkLHmUSDVOAVdPh22CsxttMXi+35n2qgxh2wZIkKl6t/NMzPfgFPRDiFQOmiCg==",
- "requires": {
- "@babel/runtime": "^7.20.6"
- }
- },
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -25425,16 +24834,6 @@
"resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.9.tgz",
"integrity": "sha512-s0lUfqcEbel+EQXtehXqwCJGShutgieOaIImFKC/r4reYNvX3foyrChl6LOEvaEgxEbesePIrw1Zi2jhZaDZbQ=="
},
- "internal-slot": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
- "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
- "requires": {
- "get-intrinsic": "^1.1.0",
- "has": "^1.0.3",
- "side-channel": "^1.0.4"
- }
- },
"interpret": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
@@ -25447,15 +24846,6 @@
"integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
"dev": true
},
- "is-arguments": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
- "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
- "requires": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- }
- },
"is-array": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-array/-/is-array-1.0.1.tgz",
@@ -25466,14 +24856,6 @@
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
},
- "is-bigint": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
- "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
- "requires": {
- "has-bigints": "^1.0.1"
- }
- },
"is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -25483,26 +24865,12 @@
"binary-extensions": "^2.0.0"
}
},
- "is-boolean-object": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
- "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
- "requires": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- }
- },
"is-buffer": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"dev": true
},
- "is-callable": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.6.tgz",
- "integrity": "sha512-krO72EO2NptOGAX2KYyqbP9vYMlNAXdB53rq6f8LXY6RY7JdSR/3BD6wLUlPHSAesmY9vstNrjvqGaCiRK/91Q=="
- },
"is-ci": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
@@ -25528,14 +24896,6 @@
"has": "^1.0.3"
}
},
- "is-date-object": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
- "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
- "requires": {
- "has-tostringtag": "^1.0.0"
- }
- },
"is-docker": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
@@ -25588,29 +24948,11 @@
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
"dev": true
},
- "is-map": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
- "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg=="
- },
- "is-negative-zero": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
- "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
- },
"is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
},
- "is-number-object": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
- "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
- "requires": {
- "has-tostringtag": "^1.0.0"
- }
- },
"is-path-inside": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
@@ -25637,62 +24979,12 @@
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
},
- "is-regex": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
- "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
- "requires": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- }
- },
- "is-set": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
- "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g=="
- },
- "is-shared-array-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
- "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
- "requires": {
- "call-bind": "^1.0.2"
- }
- },
"is-stream": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
"integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
"dev": true
},
- "is-string": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
- "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
- "requires": {
- "has-tostringtag": "^1.0.0"
- }
- },
- "is-symbol": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
- "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
- "requires": {
- "has-symbols": "^1.0.2"
- }
- },
- "is-typed-array": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.9.tgz",
- "integrity": "sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==",
- "requires": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.2",
- "es-abstract": "^1.20.0",
- "for-each": "^0.3.3",
- "has-tostringtag": "^1.0.0"
- }
- },
"is-typedarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
@@ -25704,28 +24996,6 @@
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
"dev": true
},
- "is-weakmap": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
- "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA=="
- },
- "is-weakref": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
- "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
- "requires": {
- "call-bind": "^1.0.2"
- }
- },
- "is-weakset": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
- "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
- "requires": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
- }
- },
"is-whitespace": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz",
@@ -25741,11 +25011,6 @@
"is-docker": "^2.0.0"
}
},
- "isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
- },
"iselement": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/iselement/-/iselement-1.1.4.tgz",
@@ -27656,6 +26921,16 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
+ "lodash-es": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+ },
+ "lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
+ },
"lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -27668,6 +26943,11 @@
"integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==",
"dev": true
},
+ "lodash.isequal": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
+ "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
+ },
"lodash.kebabcase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
@@ -28143,11 +27423,6 @@
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g=="
},
- "native-promise-only": {
- "version": "0.8.1",
- "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
- "integrity": "sha512-zkVhZUA3y8mbz652WrL5x0fB0ehrBkulWT3TomAQ9iDtyXZvzKeEA6GPxAItBYeNYl5yngKRX612qHOhvMkDeg=="
- },
"natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
@@ -28352,26 +27627,20 @@
"object-inspect": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
- "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g=="
- },
- "object-is": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
- "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
- "requires": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3"
- }
+ "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
+ "dev": true
},
"object-keys": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true
},
"object.assign": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
+ "dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
@@ -28563,9 +27832,9 @@
}
},
"parchment": {
- "version": "2.0.0-dev.2",
- "resolved": "https://registry.npmjs.org/parchment/-/parchment-2.0.0-dev.2.tgz",
- "integrity": "sha512-4fgRny4pPISoML08Zp7poi52Dff3E2G1ORTi2D/acJ/RiROdDAMDB6VcQNfBcmehrX5Wixp6dxh6JjLyE5yUNQ=="
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/parchment/-/parchment-3.0.0.tgz",
+ "integrity": "sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A=="
},
"parent-module": {
"version": "1.0.1",
@@ -29252,41 +28521,31 @@
"dev": true
},
"quill": {
- "version": "2.0.0-dev.4",
- "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.0-dev.4.tgz",
- "integrity": "sha512-9WmMVCEIhf3lDdhzl+i+GBDeDl0BFi65waC4Im8Y4HudEJ9kEEb1lciAz9A8pcDmLMjiMbvz84lNt/U5OBS8Vg==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.3.tgz",
+ "integrity": "sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==",
"requires": {
- "clone": "^2.1.2",
- "deep-equal": "^2.0.2",
- "eventemitter3": "^4.0.0",
- "extend": "^3.0.2",
- "parchment": "2.0.0-dev.2",
- "quill-delta": "4.2.1"
+ "eventemitter3": "^5.0.1",
+ "lodash-es": "^4.17.21",
+ "parchment": "^3.0.0",
+ "quill-delta": "^5.1.0"
+ },
+ "dependencies": {
+ "eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
+ }
}
},
"quill-delta": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-4.2.1.tgz",
- "integrity": "sha512-Y2nksOj6Q+4hizre8n0dml76vLNGK4/y86EoI1d7rv6EL1bx7DPDYRmqQMPu1UqFQO/uQuVHQ3fOmm4ZSzWrfA==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-5.1.0.tgz",
+ "integrity": "sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==",
"requires": {
- "deep-equal": "^1.0.1",
- "extend": "^3.0.2",
- "fast-diff": "1.2.0"
- },
- "dependencies": {
- "deep-equal": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
- "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
- "requires": {
- "is-arguments": "^1.0.4",
- "is-date-object": "^1.0.1",
- "is-regex": "^1.0.4",
- "object-is": "^1.0.1",
- "object-keys": "^1.1.1",
- "regexp.prototype.flags": "^1.2.0"
- }
- }
+ "fast-diff": "^1.3.0",
+ "lodash.clonedeep": "^4.5.0",
+ "lodash.isequal": "^4.5.0"
}
},
"randombytes": {
@@ -29440,16 +28699,6 @@
"@babel/runtime": "^7.8.4"
}
},
- "regexp.prototype.flags": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
- "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
- "requires": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "functions-have-names": "^1.2.2"
- }
- },
"regexpu-core": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
@@ -29516,11 +28765,6 @@
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
},
- "resize-observer-polyfill": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
- "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg=="
- },
"resolve": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
@@ -29819,6 +29063,7 @@
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "dev": true,
"requires": {
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
@@ -29885,6 +29130,7 @@
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
+ "dev": true,
"requires": {
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
@@ -30143,26 +29389,6 @@
"strip-ansi": "^6.0.1"
}
},
- "string.prototype.trimend": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
- "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
- "requires": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.19.5"
- }
- },
- "string.prototype.trimstart": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
- "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
- "requires": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.19.5"
- }
- },
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@@ -30716,17 +29942,6 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
},
- "unbox-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
- "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
- "requires": {
- "call-bind": "^1.0.2",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.0.3",
- "which-boxed-primitive": "^1.0.2"
- }
- },
"unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
@@ -30856,9 +30071,9 @@
"integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg=="
},
"vanilla-picker": {
- "version": "2.12.1",
- "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.12.1.tgz",
- "integrity": "sha512-2qrEP9VYylKXbyzXKsbu2dferBTvqnlsr29XjHwFE+/MEp0VNj6oEUESLDtKZ7DWzGdSv1x/+ujqFZF+KsO3cg==",
+ "version": "2.12.3",
+ "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.12.3.tgz",
+ "integrity": "sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==",
"requires": {
"@sphinxxxx/color-conversion": "^2.2.2"
}
@@ -31526,42 +30741,6 @@
"isexe": "^2.0.0"
}
},
- "which-boxed-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
- "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
- "requires": {
- "is-bigint": "^1.0.1",
- "is-boolean-object": "^1.1.0",
- "is-number-object": "^1.0.4",
- "is-string": "^1.0.5",
- "is-symbol": "^1.0.3"
- }
- },
- "which-collection": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
- "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
- "requires": {
- "is-map": "^2.0.1",
- "is-set": "^2.0.1",
- "is-weakmap": "^2.0.1",
- "is-weakset": "^2.0.1"
- }
- },
- "which-typed-array": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.8.tgz",
- "integrity": "sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==",
- "requires": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.2",
- "es-abstract": "^1.20.0",
- "for-each": "^0.3.3",
- "has-tostringtag": "^1.0.0",
- "is-typed-array": "^1.1.9"
- }
- },
"wildcard": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
diff --git a/sources/packages/web/package.json b/sources/packages/web/package.json
index 686a06ab10..dcfbcbd09e 100644
--- a/sources/packages/web/package.json
+++ b/sources/packages/web/package.json
@@ -11,6 +11,7 @@
},
"dependencies": {
"@bcgov/bc-sans": "^2.1.0",
+ "@formio/js": "^5.0.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@types/vuelidate": "^0.7.21",
@@ -20,7 +21,6 @@
"class-validator": "^0.14.1",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
- "formiojs": "^4.21.4",
"http-status-codes": "^2.3.0",
"keycloak-js": "^24.0.3",
"mitt": "^2.1.0",
diff --git a/sources/packages/web/src/assets/css/formio-shared.scss b/sources/packages/web/src/assets/css/formio-shared.scss
index 331b46035b..079e8d7911 100644
--- a/sources/packages/web/src/assets/css/formio-shared.scss
+++ b/sources/packages/web/src/assets/css/formio-shared.scss
@@ -730,3 +730,18 @@ td .formio-custom-tooltip:hover .tooltip-text {
.wizard-page {
margin-top: 15px;
}
+
+// Removes extra text on file component
+.visually-hidden {
+ display: none;
+}
+
+// Shows the remove icon
+.bi-trash::before {
+ content: "\f5de" !important;
+}
+
+// Shows the calendar icon
+.bi-calendar::before {
+ content: "\f1f6" !important;
+}
diff --git a/sources/packages/web/src/components/generic/formio.vue b/sources/packages/web/src/components/generic/formio.vue
index 3357c847f1..f162ce689b 100644
--- a/sources/packages/web/src/components/generic/formio.vue
+++ b/sources/packages/web/src/components/generic/formio.vue
@@ -13,7 +13,7 @@