@icure/form 1.0.8 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -14
- package/{components → src/components}/index.d.ts +0 -0
- package/{components → src/components}/index.js +6 -1
- package/src/components/index.js.map +1 -0
- package/src/components/iqr-form/fields/datePicker.d.ts +10 -0
- package/{components → src/components}/iqr-form/fields/datePicker.js +27 -12
- package/src/components/iqr-form/fields/datePicker.js.map +1 -0
- package/src/components/iqr-form/fields/dateTimePicker.d.ts +10 -0
- package/{components → src/components}/iqr-form/fields/dateTimePicker.js +19 -12
- package/src/components/iqr-form/fields/dateTimePicker.js.map +1 -0
- package/src/components/iqr-form/fields/measureField.d.ts +8 -0
- package/{components → src/components}/iqr-form/fields/measureField.js +14 -12
- package/src/components/iqr-form/fields/measureField.js.map +1 -0
- package/src/components/iqr-form/fields/multipleChoice.d.ts +8 -0
- package/{components → src/components}/iqr-form/fields/multipleChoice.js +14 -12
- package/src/components/iqr-form/fields/multipleChoice.js.map +1 -0
- package/src/components/iqr-form/fields/numberField.d.ts +8 -0
- package/{components → src/components}/iqr-form/fields/numberField.js +14 -12
- package/src/components/iqr-form/fields/numberField.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/textfield.d.ts +0 -0
- package/src/components/iqr-form/fields/textfield.js +142 -0
- package/src/components/iqr-form/fields/textfield.js.map +1 -0
- package/src/components/iqr-form/fields/timePicker.d.ts +10 -0
- package/{components → src/components}/iqr-form/fields/timePicker.js +19 -12
- package/src/components/iqr-form/fields/timePicker.js.map +1 -0
- package/{components → src/components}/iqr-form/index.d.ts +0 -0
- package/src/components/iqr-form/index.js +89 -0
- package/src/components/iqr-form/index.js.map +1 -0
- package/src/components/iqr-form/legacy/Content.d.ts +28 -0
- package/src/components/iqr-form/legacy/Content.js +30 -0
- package/src/components/iqr-form/legacy/Content.js.map +1 -0
- package/src/components/iqr-form/legacy/Data.d.ts +14 -0
- package/src/components/iqr-form/legacy/Data.js +21 -0
- package/src/components/iqr-form/legacy/Data.js.map +1 -0
- package/src/components/iqr-form/legacy/Editor.d.ts +34 -0
- package/src/components/iqr-form/legacy/Editor.js +19 -0
- package/src/components/iqr-form/legacy/Editor.js.map +1 -0
- package/src/components/iqr-form/legacy/FormColumn.d.ts +18 -0
- package/src/components/iqr-form/legacy/FormColumn.js +10 -0
- package/src/components/iqr-form/legacy/FormColumn.js.map +1 -0
- package/src/components/iqr-form/legacy/FormDataOption.d.ts +16 -0
- package/src/components/iqr-form/legacy/FormDataOption.js +21 -0
- package/src/components/iqr-form/legacy/FormDataOption.js.map +1 -0
- package/src/components/iqr-form/legacy/FormLayout.d.ts +25 -0
- package/src/components/iqr-form/legacy/FormLayout.js +10 -0
- package/src/components/iqr-form/legacy/FormLayout.js.map +1 -0
- package/src/components/iqr-form/legacy/FormLayoutData.d.ts +42 -0
- package/src/components/iqr-form/legacy/FormLayoutData.js +10 -0
- package/src/components/iqr-form/legacy/FormLayoutData.js.map +1 -0
- package/src/components/iqr-form/legacy/FormPlanning.d.ts +22 -0
- package/src/components/iqr-form/legacy/FormPlanning.js +21 -0
- package/src/components/iqr-form/legacy/FormPlanning.js.map +1 -0
- package/src/components/iqr-form/legacy/FormSection.d.ts +19 -0
- package/src/components/iqr-form/legacy/FormSection.js +10 -0
- package/src/components/iqr-form/legacy/FormSection.js.map +1 -0
- package/src/components/iqr-form/legacy/Formula.d.ts +27 -0
- package/src/components/iqr-form/legacy/Formula.js +32 -0
- package/src/components/iqr-form/legacy/Formula.js.map +1 -0
- package/src/components/iqr-form/legacy/GuiCode.d.ts +16 -0
- package/src/components/iqr-form/legacy/GuiCode.js +21 -0
- package/src/components/iqr-form/legacy/GuiCode.js.map +1 -0
- package/src/components/iqr-form/legacy/GuiCodeType.d.ts +15 -0
- package/src/components/iqr-form/legacy/GuiCodeType.js +21 -0
- package/src/components/iqr-form/legacy/GuiCodeType.js.map +1 -0
- package/src/components/iqr-form/legacy/Suggest.d.ts +19 -0
- package/src/components/iqr-form/legacy/Suggest.js +21 -0
- package/src/components/iqr-form/legacy/Suggest.js.map +1 -0
- package/src/components/iqr-form/legacy/Tag.d.ts +16 -0
- package/src/components/iqr-form/legacy/Tag.js +21 -0
- package/src/components/iqr-form/legacy/Tag.js.map +1 -0
- package/{components → src/components}/iqr-form/model/index.d.ts +36 -18
- package/{components → src/components}/iqr-form/model/index.js +9 -3
- package/src/components/iqr-form/model/index.js.map +1 -0
- package/{components → src/components}/iqr-form/renderer/cards.d.ts +1 -1
- package/src/components/iqr-form/renderer/cards.js +55 -0
- package/src/components/iqr-form/renderer/cards.js.map +1 -0
- package/{components → src/components}/iqr-form/renderer/form.d.ts +1 -1
- package/src/components/iqr-form/renderer/form.js +93 -0
- package/src/components/iqr-form/renderer/form.js.map +1 -0
- package/src/components/iqr-form/renderer/index.d.ts +6 -0
- package/{components → src/components}/iqr-form/renderer/index.js +1 -0
- package/src/components/iqr-form/renderer/index.js.map +1 -0
- package/src/components/iqr-form/utils.d.ts +5 -0
- package/src/components/iqr-form/utils.js +91 -0
- package/src/components/iqr-form/utils.js.map +1 -0
- package/src/components/iqr-form-loader/fieldsValuesProviders.d.ts +13 -0
- package/src/components/iqr-form-loader/fieldsValuesProviders.js +47 -0
- package/src/components/iqr-form-loader/fieldsValuesProviders.js.map +1 -0
- package/src/components/iqr-form-loader/formValuesContainer.d.ts +33 -0
- package/src/components/iqr-form-loader/formValuesContainer.js +111 -0
- package/src/components/iqr-form-loader/formValuesContainer.js.map +1 -0
- package/src/components/iqr-form-loader/index.d.ts +3 -0
- package/src/components/iqr-form-loader/index.js +20 -0
- package/src/components/iqr-form-loader/index.js.map +1 -0
- package/src/components/iqr-form-loader/models.d.ts +14 -0
- package/src/components/iqr-form-loader/models.js +3 -0
- package/src/components/iqr-form-loader/models.js.map +1 -0
- package/src/components/iqr-text-field/index.d.ts +26 -0
- package/src/components/iqr-text-field/index.js +490 -0
- package/src/components/iqr-text-field/index.js.map +1 -0
- package/src/components/iqr-text-field/plugin/caret-fix-plugin.d.ts +2 -0
- package/{components → src/components}/iqr-text-field/plugin/caret-fix-plugin.js +11 -6
- package/src/components/iqr-text-field/plugin/caret-fix-plugin.js.map +1 -0
- package/src/components/iqr-text-field/plugin/has-content-class-plugin.d.ts +2 -0
- package/{components → src/components}/iqr-text-field/plugin/has-content-class-plugin.js +8 -5
- package/src/components/iqr-text-field/plugin/has-content-class-plugin.js.map +1 -0
- package/src/components/iqr-text-field/plugin/mask-plugin.d.ts +2 -0
- package/{components → src/components}/iqr-text-field/plugin/mask-plugin.js +20 -12
- package/src/components/iqr-text-field/plugin/mask-plugin.js.map +1 -0
- package/src/components/iqr-text-field/plugin/regexp-plugin.d.ts +2 -0
- package/{components → src/components}/iqr-text-field/plugin/regexp-plugin.js +8 -4
- package/src/components/iqr-text-field/plugin/regexp-plugin.js.map +1 -0
- package/src/components/iqr-text-field/prosemirror-commands.d.ts +6 -0
- package/{components → src/components}/iqr-text-field/prosemirror-commands.js +7 -5
- package/src/components/iqr-text-field/prosemirror-commands.js.map +1 -0
- package/{components → src/components}/iqr-text-field/prosemirror-utils.d.ts +1 -1
- package/{components → src/components}/iqr-text-field/prosemirror-utils.js +2 -1
- package/src/components/iqr-text-field/prosemirror-utils.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/common-marks.d.ts +1 -1
- package/src/components/iqr-text-field/schema/common-marks.js +94 -0
- package/src/components/iqr-text-field/schema/common-marks.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/date-time-schema.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/date-time-schema.js +14 -13
- package/src/components/iqr-text-field/schema/date-time-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/decimal-schema.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/decimal-schema.js +5 -4
- package/src/components/iqr-text-field/schema/decimal-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/index.d.ts +6 -6
- package/src/components/iqr-text-field/schema/index.js +26 -0
- package/src/components/iqr-text-field/schema/index.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/markdown-schema.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/markdown-schema.js +67 -33
- package/src/components/iqr-text-field/schema/markdown-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/measure-schema.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/measure-schema.js +6 -5
- package/src/components/iqr-text-field/schema/measure-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/token-schema.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/token-schema.js +12 -8
- package/src/components/iqr-text-field/schema/token-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/utils.d.ts +1 -1
- package/{components → src/components}/iqr-text-field/schema/utils.js +3 -2
- package/src/components/iqr-text-field/schema/utils.js.map +1 -0
- package/{components → src/components}/iqr-text-field/selection-companion.d.ts +2 -2
- package/{components → src/components}/iqr-text-field/selection-companion.js +14 -12
- package/src/components/iqr-text-field/selection-companion.js.map +1 -0
- package/src/components/iqr-text-field/styles/paths.d.ts +5 -0
- package/src/components/iqr-text-field/styles/paths.js +37 -0
- package/src/components/iqr-text-field/styles/paths.js.map +1 -0
- package/{components → src/components}/iqr-text-field/suggestion-palette.d.ts +13 -15
- package/{components → src/components}/iqr-text-field/suggestion-palette.js +52 -22
- package/src/components/iqr-text-field/suggestion-palette.js.map +1 -0
- package/{index.d.ts → src/index.d.ts} +0 -0
- package/{index.js → src/index.js} +6 -1
- package/src/index.js.map +1 -0
- package/src/utils/icure-utils.d.ts +19 -0
- package/src/utils/icure-utils.js +106 -0
- package/src/utils/icure-utils.js.map +1 -0
- package/src/utils/languages.d.ts +8 -0
- package/src/utils/languages.js +15 -0
- package/src/utils/languages.js.map +1 -0
- package/src/utils/no-lodash.d.ts +5 -0
- package/src/utils/no-lodash.js +25 -0
- package/src/utils/no-lodash.js.map +1 -0
- package/tmp/components/index.d.ts +2 -0
- package/tmp/components/index.js +19 -0
- package/tmp/components/index.js.map +1 -0
- package/tmp/components/iqr-form/fields/datePicker.d.ts +10 -0
- package/tmp/components/iqr-form/fields/datePicker.js +57 -0
- package/tmp/components/iqr-form/fields/datePicker.js.map +1 -0
- package/tmp/components/iqr-form/fields/dateTimePicker.d.ts +10 -0
- package/tmp/components/iqr-form/fields/dateTimePicker.js +49 -0
- package/tmp/components/iqr-form/fields/dateTimePicker.js.map +1 -0
- package/tmp/components/iqr-form/fields/measureField.d.ts +8 -0
- package/tmp/components/iqr-form/fields/measureField.js +44 -0
- package/tmp/components/iqr-form/fields/measureField.js.map +1 -0
- package/tmp/components/iqr-form/fields/multipleChoice.d.ts +8 -0
- package/tmp/components/iqr-form/fields/multipleChoice.js +44 -0
- package/tmp/components/iqr-form/fields/multipleChoice.js.map +1 -0
- package/tmp/components/iqr-form/fields/numberField.d.ts +8 -0
- package/tmp/components/iqr-form/fields/numberField.js +44 -0
- package/tmp/components/iqr-form/fields/numberField.js.map +1 -0
- package/tmp/components/iqr-form/fields/textfield.d.ts +1 -0
- package/tmp/components/iqr-form/fields/textfield.js +142 -0
- package/tmp/components/iqr-form/fields/textfield.js.map +1 -0
- package/tmp/components/iqr-form/fields/timePicker.d.ts +10 -0
- package/tmp/components/iqr-form/fields/timePicker.js +49 -0
- package/tmp/components/iqr-form/fields/timePicker.js.map +1 -0
- package/tmp/components/iqr-form/index.d.ts +7 -0
- package/{components → tmp/components}/iqr-form/index.js +28 -22
- package/tmp/components/iqr-form/index.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Content.d.ts +28 -0
- package/tmp/components/iqr-form/legacy/Content.js +30 -0
- package/tmp/components/iqr-form/legacy/Content.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Data.d.ts +14 -0
- package/tmp/components/iqr-form/legacy/Data.js +21 -0
- package/tmp/components/iqr-form/legacy/Data.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Editor.d.ts +34 -0
- package/tmp/components/iqr-form/legacy/Editor.js +19 -0
- package/tmp/components/iqr-form/legacy/Editor.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormColumn.d.ts +18 -0
- package/tmp/components/iqr-form/legacy/FormColumn.js +10 -0
- package/tmp/components/iqr-form/legacy/FormColumn.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormDataOption.d.ts +16 -0
- package/tmp/components/iqr-form/legacy/FormDataOption.js +21 -0
- package/tmp/components/iqr-form/legacy/FormDataOption.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormLayout.d.ts +25 -0
- package/tmp/components/iqr-form/legacy/FormLayout.js +10 -0
- package/tmp/components/iqr-form/legacy/FormLayout.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormLayoutData.d.ts +42 -0
- package/tmp/components/iqr-form/legacy/FormLayoutData.js +10 -0
- package/tmp/components/iqr-form/legacy/FormLayoutData.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormPlanning.d.ts +22 -0
- package/tmp/components/iqr-form/legacy/FormPlanning.js +21 -0
- package/tmp/components/iqr-form/legacy/FormPlanning.js.map +1 -0
- package/tmp/components/iqr-form/legacy/FormSection.d.ts +19 -0
- package/tmp/components/iqr-form/legacy/FormSection.js +10 -0
- package/tmp/components/iqr-form/legacy/FormSection.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Formula.d.ts +27 -0
- package/tmp/components/iqr-form/legacy/Formula.js +32 -0
- package/tmp/components/iqr-form/legacy/Formula.js.map +1 -0
- package/tmp/components/iqr-form/legacy/GuiCode.d.ts +16 -0
- package/tmp/components/iqr-form/legacy/GuiCode.js +21 -0
- package/tmp/components/iqr-form/legacy/GuiCode.js.map +1 -0
- package/tmp/components/iqr-form/legacy/GuiCodeType.d.ts +15 -0
- package/tmp/components/iqr-form/legacy/GuiCodeType.js +21 -0
- package/tmp/components/iqr-form/legacy/GuiCodeType.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Suggest.d.ts +19 -0
- package/tmp/components/iqr-form/legacy/Suggest.js +21 -0
- package/tmp/components/iqr-form/legacy/Suggest.js.map +1 -0
- package/tmp/components/iqr-form/legacy/Tag.d.ts +16 -0
- package/tmp/components/iqr-form/legacy/Tag.js +21 -0
- package/tmp/components/iqr-form/legacy/Tag.js.map +1 -0
- package/tmp/components/iqr-form/model/index.d.ts +96 -0
- package/tmp/components/iqr-form/model/index.js +120 -0
- package/tmp/components/iqr-form/model/index.js.map +1 -0
- package/tmp/components/iqr-form/renderer/cards.d.ts +2 -0
- package/tmp/components/iqr-form/renderer/cards.js +55 -0
- package/tmp/components/iqr-form/renderer/cards.js.map +1 -0
- package/tmp/components/iqr-form/renderer/form.d.ts +2 -0
- package/tmp/components/iqr-form/renderer/form.js +93 -0
- package/tmp/components/iqr-form/renderer/form.js.map +1 -0
- package/tmp/components/iqr-form/renderer/index.d.ts +6 -0
- package/tmp/components/iqr-form/renderer/index.js +3 -0
- package/tmp/components/iqr-form/renderer/index.js.map +1 -0
- package/tmp/components/iqr-form/utils.d.ts +5 -0
- package/tmp/components/iqr-form/utils.js +91 -0
- package/tmp/components/iqr-form/utils.js.map +1 -0
- package/tmp/components/iqr-form-loader/fieldsValuesProviders.d.ts +13 -0
- package/tmp/components/iqr-form-loader/fieldsValuesProviders.js +47 -0
- package/tmp/components/iqr-form-loader/fieldsValuesProviders.js.map +1 -0
- package/tmp/components/iqr-form-loader/formValuesContainer.d.ts +33 -0
- package/tmp/components/iqr-form-loader/formValuesContainer.js +111 -0
- package/tmp/components/iqr-form-loader/formValuesContainer.js.map +1 -0
- package/tmp/components/iqr-form-loader/index.d.ts +3 -0
- package/tmp/components/iqr-form-loader/index.js +20 -0
- package/tmp/components/iqr-form-loader/index.js.map +1 -0
- package/tmp/components/iqr-form-loader/models.d.ts +14 -0
- package/tmp/components/iqr-form-loader/models.js +3 -0
- package/tmp/components/iqr-form-loader/models.js.map +1 -0
- package/tmp/components/iqr-text-field/index.d.ts +26 -0
- package/{components → tmp/components}/iqr-text-field/index.js +340 -178
- package/tmp/components/iqr-text-field/index.js.map +1 -0
- package/tmp/components/iqr-text-field/plugin/caret-fix-plugin.d.ts +2 -0
- package/tmp/components/iqr-text-field/plugin/caret-fix-plugin.js +29 -0
- package/tmp/components/iqr-text-field/plugin/caret-fix-plugin.js.map +1 -0
- package/tmp/components/iqr-text-field/plugin/has-content-class-plugin.d.ts +2 -0
- package/tmp/components/iqr-text-field/plugin/has-content-class-plugin.js +22 -0
- package/tmp/components/iqr-text-field/plugin/has-content-class-plugin.js.map +1 -0
- package/tmp/components/iqr-text-field/plugin/mask-plugin.d.ts +2 -0
- package/tmp/components/iqr-text-field/plugin/mask-plugin.js +152 -0
- package/tmp/components/iqr-text-field/plugin/mask-plugin.js.map +1 -0
- package/tmp/components/iqr-text-field/plugin/regexp-plugin.d.ts +2 -0
- package/tmp/components/iqr-text-field/plugin/regexp-plugin.js +51 -0
- package/tmp/components/iqr-text-field/plugin/regexp-plugin.js.map +1 -0
- package/tmp/components/iqr-text-field/prosemirror-commands.d.ts +6 -0
- package/tmp/components/iqr-text-field/prosemirror-commands.js +54 -0
- package/tmp/components/iqr-text-field/prosemirror-commands.js.map +1 -0
- package/tmp/components/iqr-text-field/prosemirror-utils.d.ts +5 -0
- package/tmp/components/iqr-text-field/prosemirror-utils.js +16 -0
- package/tmp/components/iqr-text-field/prosemirror-utils.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/common-marks.d.ts +10 -0
- package/tmp/components/iqr-text-field/schema/common-marks.js +94 -0
- package/tmp/components/iqr-text-field/schema/common-marks.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/date-time-schema.d.ts +7 -0
- package/tmp/components/iqr-text-field/schema/date-time-schema.js +89 -0
- package/tmp/components/iqr-text-field/schema/date-time-schema.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/decimal-schema.d.ts +3 -0
- package/tmp/components/iqr-text-field/schema/decimal-schema.js +28 -0
- package/tmp/components/iqr-text-field/schema/decimal-schema.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/index.d.ts +11 -0
- package/tmp/components/iqr-text-field/schema/index.js +26 -0
- package/tmp/components/iqr-text-field/schema/index.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/markdown-schema.d.ts +8 -0
- package/tmp/components/iqr-text-field/schema/markdown-schema.js +173 -0
- package/tmp/components/iqr-text-field/schema/markdown-schema.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/measure-schema.d.ts +3 -0
- package/tmp/components/iqr-text-field/schema/measure-schema.js +36 -0
- package/tmp/components/iqr-text-field/schema/measure-schema.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/token-schema.d.ts +6 -0
- package/tmp/components/iqr-text-field/schema/token-schema.js +40 -0
- package/tmp/components/iqr-text-field/schema/token-schema.js.map +1 -0
- package/tmp/components/iqr-text-field/schema/utils.d.ts +11 -0
- package/tmp/components/iqr-text-field/schema/utils.js +12 -0
- package/tmp/components/iqr-text-field/schema/utils.js.map +1 -0
- package/tmp/components/iqr-text-field/selection-companion.d.ts +11 -0
- package/tmp/components/iqr-text-field/selection-companion.js +54 -0
- package/tmp/components/iqr-text-field/selection-companion.js.map +1 -0
- package/tmp/components/iqr-text-field/styles/paths.d.ts +5 -0
- package/tmp/components/iqr-text-field/styles/paths.js +37 -0
- package/tmp/components/iqr-text-field/styles/paths.js.map +1 -0
- package/tmp/components/iqr-text-field/suggestion-palette.d.ts +31 -0
- package/tmp/components/iqr-text-field/suggestion-palette.js +169 -0
- package/tmp/components/iqr-text-field/suggestion-palette.js.map +1 -0
- package/tmp/index.d.ts +1 -0
- package/tmp/index.js +18 -0
- package/tmp/index.js.map +1 -0
- package/tmp/utils/icure-utils.d.ts +19 -0
- package/tmp/utils/icure-utils.js +106 -0
- package/tmp/utils/icure-utils.js.map +1 -0
- package/tmp/utils/languages.d.ts +8 -0
- package/tmp/utils/languages.js +15 -0
- package/tmp/utils/languages.js.map +1 -0
- package/tmp/utils/no-lodash.d.ts +5 -0
- package/tmp/utils/no-lodash.js +25 -0
- package/tmp/utils/no-lodash.js.map +1 -0
- package/components/iqr-form/fields/datePicker.d.ts +0 -8
- package/components/iqr-form/fields/dateTimePicker.d.ts +0 -8
- package/components/iqr-form/fields/measureField.d.ts +0 -8
- package/components/iqr-form/fields/multipleChoice.d.ts +0 -8
- package/components/iqr-form/fields/numberField.d.ts +0 -8
- package/components/iqr-form/fields/textfield.js +0 -86
- package/components/iqr-form/fields/timePicker.d.ts +0 -8
- package/components/iqr-form/renderer/cards.js +0 -44
- package/components/iqr-form/renderer/form.js +0 -45
- package/components/iqr-form/renderer/index.d.ts +0 -3
- package/components/iqr-text-field/index.d.ts +0 -2
- package/components/iqr-text-field/plugin/caret-fix-plugin.d.ts +0 -2
- package/components/iqr-text-field/plugin/has-content-class-plugin.d.ts +0 -2
- package/components/iqr-text-field/plugin/mask-plugin.d.ts +0 -2
- package/components/iqr-text-field/plugin/regexp-plugin.d.ts +0 -2
- package/components/iqr-text-field/prosemirror-commands.d.ts +0 -4
- package/components/iqr-text-field/schema/common-marks.js +0 -90
- package/components/iqr-text-field/schema/index.js +0 -18
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
// Import the LitElement base class and html helper function
|
|
16
|
+
const lit_1 = require("lit");
|
|
17
|
+
const decorators_1 = require("lit/decorators");
|
|
18
|
+
const model_1 = require("./model");
|
|
19
|
+
require("./fields/textfield");
|
|
20
|
+
require("./fields/measureField");
|
|
21
|
+
require("./fields/numberField");
|
|
22
|
+
require("./fields/datePicker");
|
|
23
|
+
require("./fields/timePicker");
|
|
24
|
+
require("./fields/dateTimePicker");
|
|
25
|
+
require("./fields/multipleChoice");
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
const style_scss_1 = __importDefault(require("./styles/style.scss"));
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
const kendo_scss_1 = __importDefault(require("./styles/kendo.scss"));
|
|
30
|
+
const cards_1 = require("./renderer/cards");
|
|
31
|
+
const form_1 = require("./renderer/form");
|
|
32
|
+
// Extend the LitElement base class
|
|
33
|
+
class IqrForm extends lit_1.LitElement {
|
|
34
|
+
constructor() {
|
|
35
|
+
super();
|
|
36
|
+
this.skin = 'material';
|
|
37
|
+
this.theme = 'default';
|
|
38
|
+
this.renderer = 'form';
|
|
39
|
+
this.labelPosition = undefined;
|
|
40
|
+
this.formValuesContainer = undefined;
|
|
41
|
+
}
|
|
42
|
+
connectedCallback() {
|
|
43
|
+
super.connectedCallback();
|
|
44
|
+
}
|
|
45
|
+
disconnectedCallback() {
|
|
46
|
+
super.disconnectedCallback();
|
|
47
|
+
}
|
|
48
|
+
static get styles() {
|
|
49
|
+
return [style_scss_1.default, kendo_scss_1.default];
|
|
50
|
+
}
|
|
51
|
+
render() {
|
|
52
|
+
const renderer = this.renderer === 'form' ? form_1.render : this.renderer === 'form' ? cards_1.render : undefined;
|
|
53
|
+
return renderer && this.form
|
|
54
|
+
? renderer(this.form, { labelPosition: this.labelPosition }, this.formValuesContainer)
|
|
55
|
+
: this.form
|
|
56
|
+
? (0, lit_1.html) `<p>unknown renderer</p>`
|
|
57
|
+
: (0, lit_1.html) `<p>missing form</p>`;
|
|
58
|
+
}
|
|
59
|
+
firstUpdated() {
|
|
60
|
+
//Do nothing
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, decorators_1.property)(),
|
|
65
|
+
__metadata("design:type", model_1.Form)
|
|
66
|
+
], IqrForm.prototype, "form", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, decorators_1.property)(),
|
|
69
|
+
__metadata("design:type", Object)
|
|
70
|
+
], IqrForm.prototype, "skin", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, decorators_1.property)(),
|
|
73
|
+
__metadata("design:type", Object)
|
|
74
|
+
], IqrForm.prototype, "theme", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, decorators_1.property)(),
|
|
77
|
+
__metadata("design:type", Object)
|
|
78
|
+
], IqrForm.prototype, "renderer", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, decorators_1.property)(),
|
|
81
|
+
__metadata("design:type", String)
|
|
82
|
+
], IqrForm.prototype, "labelPosition", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, decorators_1.property)(),
|
|
85
|
+
__metadata("design:type", Object)
|
|
86
|
+
], IqrForm.prototype, "formValuesContainer", void 0);
|
|
87
|
+
// Register the new element with the browser.
|
|
88
|
+
customElements.define('iqr-form', IqrForm);
|
|
89
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/iqr-form/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,4DAA4D;AAC5D,6BAAsC;AACtC,+CAAyC;AAEzC,mCAA8B;AAE9B,8BAA2B;AAC3B,iCAA8B;AAC9B,gCAA6B;AAC7B,+BAA4B;AAC5B,+BAA4B;AAC5B,mCAAgC;AAChC,mCAAgC;AAChC,aAAa;AACb,qEAAyC;AACzC,aAAa;AACb,qEAA0C;AAG1C,4CAAyD;AACzD,0CAAwD;AAGxD,mCAAmC;AACnC,MAAM,OAAQ,SAAQ,gBAAU;IAQ/B;QACC,KAAK,EAAE,CAAA;QAPI,SAAI,GAAG,UAAU,CAAA;QACjB,UAAK,GAAG,SAAS,CAAA;QACjB,aAAQ,GAAG,MAAM,CAAA;QACjB,kBAAa,GAAY,SAAS,CAAA;QAClC,wBAAmB,GAAyB,SAAS,CAAA;IAIjE,CAAC;IAED,iBAAiB;QAChB,KAAK,CAAC,iBAAiB,EAAE,CAAA;IAC1B,CAAC;IAED,oBAAoB;QACnB,KAAK,CAAC,oBAAoB,EAAE,CAAA;IAC7B,CAAC;IAED,MAAM,KAAK,MAAM;QAChB,OAAO,CAAC,oBAAO,EAAE,oBAAQ,CAAC,CAAA;IAC3B,CAAC;IAED,MAAM;QACL,MAAM,QAAQ,GAAyB,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,aAAY,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,cAAY,CAAC,CAAC,CAAC,SAAS,CAAA;QAEpI,OAAO,QAAQ,IAAI,IAAI,CAAC,IAAI;YAC3B,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,aAAa,EAAE,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,CAAC,mBAAmB,CAAC;YACtF,CAAC,CAAC,IAAI,CAAC,IAAI;gBACX,CAAC,CAAC,IAAA,UAAI,EAAA,yBAAyB;gBAC/B,CAAC,CAAC,IAAA,UAAI,EAAA,qBAAqB,CAAA;IAC7B,CAAC;IAED,YAAY;QACX,YAAY;IACb,CAAC;CACD;AApCY;IAAX,IAAA,qBAAQ,GAAE;8BAAQ,YAAI;qCAAA;AACX;IAAX,IAAA,qBAAQ,GAAE;;qCAAkB;AACjB;IAAX,IAAA,qBAAQ,GAAE;;sCAAkB;AACjB;IAAX,IAAA,qBAAQ,GAAE;;yCAAkB;AACjB;IAAX,IAAA,qBAAQ,GAAE;;8CAAmC;AAClC;IAAX,IAAA,qBAAQ,GAAE;;oDAAsD;AAiClE,6CAA6C;AAC7C,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class Content {
|
|
2
|
+
stringValue?: string;
|
|
3
|
+
numberValue?: number;
|
|
4
|
+
booleanValue?: boolean;
|
|
5
|
+
instantValue?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Known values in a date. The format could have a all three (day, month and year) or values on any of these three, whatever is known.
|
|
8
|
+
*/
|
|
9
|
+
fuzzyDateValue?: number;
|
|
10
|
+
binaryValue?: ArrayBuffer;
|
|
11
|
+
/**
|
|
12
|
+
* Id of the document in which the content is being filled.
|
|
13
|
+
*/
|
|
14
|
+
documentId?: string;
|
|
15
|
+
measureValue?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
18
|
+
medicationValue?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* The service for which the content is being filled
|
|
23
|
+
*/
|
|
24
|
+
compoundValue?: Array<{
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>;
|
|
27
|
+
constructor(json: JSON | any);
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Content = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The type of the content recorded in the documents for the service
|
|
6
|
+
*/
|
|
7
|
+
function b64_2ab(v) {
|
|
8
|
+
if (v instanceof ArrayBuffer) {
|
|
9
|
+
return v;
|
|
10
|
+
}
|
|
11
|
+
if (v instanceof Uint8Array) {
|
|
12
|
+
return v.buffer;
|
|
13
|
+
}
|
|
14
|
+
if (typeof v === 'string') {
|
|
15
|
+
const bs = atob(v);
|
|
16
|
+
const data = new Uint8Array(bs.length);
|
|
17
|
+
for (let i = 0; i < bs.length; i++) {
|
|
18
|
+
data[i] = bs.charCodeAt(i);
|
|
19
|
+
}
|
|
20
|
+
return data.buffer;
|
|
21
|
+
}
|
|
22
|
+
return v;
|
|
23
|
+
}
|
|
24
|
+
class Content {
|
|
25
|
+
constructor(json) {
|
|
26
|
+
Object.assign(this, json, json.binaryValue ? { binaryValue: b64_2ab(json.binaryValue) } : {});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.Content = Content;
|
|
30
|
+
//# sourceMappingURL=Content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/Content.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,SAAS,OAAO,CAAC,CAAM;IACtB,IAAI,CAAC,YAAY,WAAW,EAAE;QAC7B,OAAO,CAAC,CAAA;KACR;IACD,IAAI,CAAC,YAAY,UAAU,EAAE;QAC5B,OAAO,CAAC,CAAC,MAAM,CAAA;KACf;IACD,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;QAC1B,MAAM,EAAE,GAAG,IAAI,CAAC,CAAW,CAAC,CAAA;QAC5B,MAAM,IAAI,GAAG,IAAI,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAA;QACtC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnC,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;SAC1B;QACD,OAAO,IAAI,CAAC,MAAM,CAAA;KAClB;IACD,OAAO,CAAC,CAAA;AACT,CAAC;AAED,MAAa,OAAO;IAqBnB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IACzG,CAAC;CACD;AAxBD,0BAwBC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Data {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Data = void 0;
|
|
15
|
+
class Data {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Data = Data;
|
|
21
|
+
//# sourceMappingURL=Data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Data.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/Data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,IAAI;IAChB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAY,EAAE,IAAI,CAAC,CAAA;IAClC,CAAC;CACD;AAJD,oBAIC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Data } from './Data';
|
|
13
|
+
export declare class Editor {
|
|
14
|
+
left?: number;
|
|
15
|
+
right?: number;
|
|
16
|
+
top?: number;
|
|
17
|
+
width?: number;
|
|
18
|
+
height?: number;
|
|
19
|
+
multiline?: boolean;
|
|
20
|
+
labelPosition?: Editor.LabelPositionEnum;
|
|
21
|
+
readOnly?: boolean;
|
|
22
|
+
defaultValue?: Data;
|
|
23
|
+
key?: string;
|
|
24
|
+
constructor(json: JSON | any);
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Editor {
|
|
27
|
+
type LabelPositionEnum = 'Up' | 'Down' | 'Left' | 'Right';
|
|
28
|
+
const LabelPositionEnum: {
|
|
29
|
+
Up: LabelPositionEnum;
|
|
30
|
+
Down: LabelPositionEnum;
|
|
31
|
+
Left: LabelPositionEnum;
|
|
32
|
+
Right: LabelPositionEnum;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Editor = void 0;
|
|
4
|
+
class Editor {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.Editor = Editor;
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
11
|
+
(function (Editor) {
|
|
12
|
+
Editor.LabelPositionEnum = {
|
|
13
|
+
Up: 'Up',
|
|
14
|
+
Down: 'Down',
|
|
15
|
+
Left: 'Left',
|
|
16
|
+
Right: 'Right',
|
|
17
|
+
};
|
|
18
|
+
})(Editor = exports.Editor || (exports.Editor = {}));
|
|
19
|
+
//# sourceMappingURL=Editor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/Editor.ts"],"names":[],"mappings":";;;AAaA,MAAa,MAAM;IAYlB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,CAAC,CAAA;IACpC,CAAC;CACD;AAfD,wBAeC;AAED,2DAA2D;AAC3D,WAAiB,MAAM;IAET,wBAAiB,GAAG;QAChC,EAAE,EAAE,IAAyB;QAC7B,IAAI,EAAE,MAA2B;QACjC,IAAI,EAAE,MAA2B;QACjC,KAAK,EAAE,OAA4B;KACnC,CAAA;AACF,CAAC,EARgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAQtB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormLayoutData } from './FormLayoutData';
|
|
13
|
+
export declare class FormColumn {
|
|
14
|
+
formDataList?: Array<FormLayoutData>;
|
|
15
|
+
columns?: string;
|
|
16
|
+
shouldDisplay?: boolean;
|
|
17
|
+
constructor(json: JSON | any);
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormColumn = void 0;
|
|
4
|
+
class FormColumn {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormColumn = FormColumn;
|
|
10
|
+
//# sourceMappingURL=FormColumn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormColumn.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormColumn.ts"],"names":[],"mappings":";;;AAaA,MAAa,UAAU;IAKtB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CACD;AARD,gCAQC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FormDataOption {
|
|
13
|
+
key?: string;
|
|
14
|
+
value?: string;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.FormDataOption = void 0;
|
|
15
|
+
class FormDataOption {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.FormDataOption = FormDataOption;
|
|
21
|
+
//# sourceMappingURL=FormDataOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormDataOption.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormDataOption.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,cAAc;IAI1B,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CACD;AAPD,wCAOC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormSection } from './FormSection';
|
|
13
|
+
import { Tag } from './Tag';
|
|
14
|
+
export declare class FormLayout {
|
|
15
|
+
name?: string;
|
|
16
|
+
width?: number;
|
|
17
|
+
height?: number;
|
|
18
|
+
descr?: string;
|
|
19
|
+
tag?: Tag;
|
|
20
|
+
guid?: string;
|
|
21
|
+
group?: string;
|
|
22
|
+
sections?: Array<FormSection>;
|
|
23
|
+
importedServiceXPaths?: Array<string>;
|
|
24
|
+
constructor(json: JSON | any);
|
|
25
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormLayout = void 0;
|
|
4
|
+
class FormLayout {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormLayout = FormLayout;
|
|
10
|
+
//# sourceMappingURL=FormLayout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLayout.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormLayout.ts"],"names":[],"mappings":";;;AAcA,MAAa,UAAU;IAWtB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CACD;AAdD,gCAcC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Content } from './Content';
|
|
13
|
+
import { Editor } from './Editor';
|
|
14
|
+
import { FormDataOption } from './FormDataOption';
|
|
15
|
+
import { FormPlanning } from './FormPlanning';
|
|
16
|
+
import { Formula } from './Formula';
|
|
17
|
+
import { GuiCode } from './GuiCode';
|
|
18
|
+
import { GuiCodeType } from './GuiCodeType';
|
|
19
|
+
import { Suggest } from './Suggest';
|
|
20
|
+
export declare class FormLayoutData {
|
|
21
|
+
subForm?: boolean;
|
|
22
|
+
irrelevant?: boolean;
|
|
23
|
+
determinesSscontactName?: boolean;
|
|
24
|
+
type?: string;
|
|
25
|
+
name?: string;
|
|
26
|
+
sortOrder?: number;
|
|
27
|
+
options?: {
|
|
28
|
+
[key: string]: FormDataOption;
|
|
29
|
+
};
|
|
30
|
+
descr?: string;
|
|
31
|
+
label?: string;
|
|
32
|
+
editor?: Editor;
|
|
33
|
+
defaultValue?: Array<Content>;
|
|
34
|
+
defaultStatus?: number;
|
|
35
|
+
suggest?: Array<Suggest>;
|
|
36
|
+
plannings?: Array<FormPlanning>;
|
|
37
|
+
tags?: Array<GuiCode>;
|
|
38
|
+
codes?: Array<GuiCode>;
|
|
39
|
+
codeTypes?: Array<GuiCodeType>;
|
|
40
|
+
formulas?: Array<Formula>;
|
|
41
|
+
constructor(json: JSON | any);
|
|
42
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormLayoutData = void 0;
|
|
4
|
+
class FormLayoutData {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormLayoutData = FormLayoutData;
|
|
10
|
+
//# sourceMappingURL=FormLayoutData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLayoutData.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormLayoutData.ts"],"names":[],"mappings":";;;AAoBA,MAAa,cAAc;IAoB1B,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CACD;AAvBD,wCAuBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FormPlanning {
|
|
13
|
+
planninfForAnyDoctor?: boolean;
|
|
14
|
+
planningForDelegate?: boolean;
|
|
15
|
+
planningForPatientDoctor?: boolean;
|
|
16
|
+
planningForMe?: boolean;
|
|
17
|
+
codedDelayInDays?: number;
|
|
18
|
+
repetitions?: number;
|
|
19
|
+
repetitionsUnit?: number;
|
|
20
|
+
descr?: string;
|
|
21
|
+
constructor(json: JSON | any);
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.FormPlanning = void 0;
|
|
15
|
+
class FormPlanning {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.FormPlanning = FormPlanning;
|
|
21
|
+
//# sourceMappingURL=FormPlanning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormPlanning.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormPlanning.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,YAAY;IAUxB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAoB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CACD;AAbD,oCAaC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormColumn } from './FormColumn';
|
|
13
|
+
export declare class FormSection {
|
|
14
|
+
icon?: string;
|
|
15
|
+
title?: string;
|
|
16
|
+
columns?: number;
|
|
17
|
+
formColumns?: Array<FormColumn>;
|
|
18
|
+
constructor(json: JSON | any);
|
|
19
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormSection = void 0;
|
|
4
|
+
class FormSection {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormSection = FormSection;
|
|
10
|
+
//# sourceMappingURL=FormSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormSection.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/FormSection.ts"],"names":[],"mappings":";;;AAaA,MAAa,WAAW;IAMvB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CACD;AATD,kCASC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Formula {
|
|
13
|
+
value?: string;
|
|
14
|
+
lifecycle?: Formula.LifecycleEnum;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
17
|
+
export declare namespace Formula {
|
|
18
|
+
type LifecycleEnum = 'OnCreate' | 'OnLoad' | 'OnChange' | 'OnSave' | 'OnDestroy' | 'OnLoadPropertiesEditor';
|
|
19
|
+
const LifecycleEnum: {
|
|
20
|
+
OnCreate: LifecycleEnum;
|
|
21
|
+
OnLoad: LifecycleEnum;
|
|
22
|
+
OnChange: LifecycleEnum;
|
|
23
|
+
OnSave: LifecycleEnum;
|
|
24
|
+
OnDestroy: LifecycleEnum;
|
|
25
|
+
OnLoadPropertiesEditor: LifecycleEnum;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Formula = void 0;
|
|
15
|
+
class Formula {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Formula = Formula;
|
|
21
|
+
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
22
|
+
(function (Formula) {
|
|
23
|
+
Formula.LifecycleEnum = {
|
|
24
|
+
OnCreate: 'OnCreate',
|
|
25
|
+
OnLoad: 'OnLoad',
|
|
26
|
+
OnChange: 'OnChange',
|
|
27
|
+
OnSave: 'OnSave',
|
|
28
|
+
OnDestroy: 'OnDestroy',
|
|
29
|
+
OnLoadPropertiesEditor: 'OnLoadPropertiesEditor',
|
|
30
|
+
};
|
|
31
|
+
})(Formula = exports.Formula || (exports.Formula = {}));
|
|
32
|
+
//# sourceMappingURL=Formula.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/Formula.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,OAAO;IAInB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CACD;AAPD,0BAOC;AAED,2DAA2D;AAC3D,WAAiB,OAAO;IAEV,qBAAa,GAAG;QAC5B,QAAQ,EAAE,UAA2B;QACrC,MAAM,EAAE,QAAyB;QACjC,QAAQ,EAAE,UAA2B;QACrC,MAAM,EAAE,QAAyB;QACjC,SAAS,EAAE,WAA4B;QACvC,sBAAsB,EAAE,wBAAyC;KACjE,CAAA;AACF,CAAC,EAVgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAUvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class GuiCode {
|
|
13
|
+
type?: string;
|
|
14
|
+
code?: string;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GuiCode = void 0;
|
|
15
|
+
class GuiCode {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GuiCode = GuiCode;
|
|
21
|
+
//# sourceMappingURL=GuiCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuiCode.js","sourceRoot":"","sources":["../../../../../src/components/iqr-form/legacy/GuiCode.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,OAAO;IAInB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CACD;AAPD,0BAOC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class GuiCodeType {
|
|
13
|
+
type?: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
}
|