@icure/form 1.0.12 → 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 +12 -12
- package/{components → src/components}/index.d.ts +0 -0
- package/{components → src/components}/index.js +5 -1
- package/src/components/index.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/datePicker.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/datePicker.js +5 -5
- package/src/components/iqr-form/fields/datePicker.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/dateTimePicker.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/dateTimePicker.js +5 -5
- package/src/components/iqr-form/fields/dateTimePicker.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/measureField.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/measureField.js +4 -4
- package/src/components/iqr-form/fields/measureField.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/multipleChoice.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/multipleChoice.js +4 -4
- package/src/components/iqr-form/fields/multipleChoice.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/numberField.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/numberField.js +4 -4
- package/src/components/iqr-form/fields/numberField.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/textfield.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/textfield.js +38 -35
- package/src/components/iqr-form/fields/textfield.js.map +1 -0
- package/{components → src/components}/iqr-form/fields/timePicker.d.ts +0 -0
- package/{components → src/components}/iqr-form/fields/timePicker.js +5 -5
- 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/{components → src/components}/iqr-form/legacy/Content.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Content.js +0 -0
- package/src/components/iqr-form/legacy/Content.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/Data.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Data.js +0 -0
- package/src/components/iqr-form/legacy/Data.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/Editor.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Editor.js +0 -0
- package/src/components/iqr-form/legacy/Editor.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormColumn.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormColumn.js +0 -0
- package/src/components/iqr-form/legacy/FormColumn.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormDataOption.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormDataOption.js +0 -0
- package/src/components/iqr-form/legacy/FormDataOption.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormLayout.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormLayout.js +0 -0
- package/src/components/iqr-form/legacy/FormLayout.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormLayoutData.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormLayoutData.js +0 -0
- package/src/components/iqr-form/legacy/FormLayoutData.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormPlanning.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormPlanning.js +0 -0
- package/src/components/iqr-form/legacy/FormPlanning.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/FormSection.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/FormSection.js +0 -0
- package/src/components/iqr-form/legacy/FormSection.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/Formula.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Formula.js +0 -0
- package/src/components/iqr-form/legacy/Formula.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/GuiCode.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/GuiCode.js +0 -0
- package/src/components/iqr-form/legacy/GuiCode.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/GuiCodeType.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/GuiCodeType.js +0 -0
- package/src/components/iqr-form/legacy/GuiCodeType.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/Suggest.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Suggest.js +0 -0
- package/src/components/iqr-form/legacy/Suggest.js.map +1 -0
- package/{components → src/components}/iqr-form/legacy/Tag.d.ts +0 -0
- package/{components → src/components}/iqr-form/legacy/Tag.js +0 -0
- package/src/components/iqr-form/legacy/Tag.js.map +1 -0
- package/{components → src/components}/iqr-form/model/index.d.ts +0 -0
- package/{components → src/components}/iqr-form/model/index.js +0 -0
- package/src/components/iqr-form/model/index.js.map +1 -0
- package/{components → src/components}/iqr-form/renderer/cards.d.ts +0 -0
- 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 +0 -0
- package/{components → src/components}/iqr-form/renderer/form.js +28 -28
- package/src/components/iqr-form/renderer/form.js.map +1 -0
- package/{components → src/components}/iqr-form/renderer/index.d.ts +0 -0
- package/{components → src/components}/iqr-form/renderer/index.js +0 -0
- package/src/components/iqr-form/renderer/index.js.map +1 -0
- package/{components → src/components}/iqr-form/utils.d.ts +0 -0
- package/{components → src/components}/iqr-form/utils.js +4 -4
- package/src/components/iqr-form/utils.js.map +1 -0
- package/{components → src/components}/iqr-form-loader/fieldsValuesProviders.d.ts +0 -0
- package/{components → src/components}/iqr-form-loader/fieldsValuesProviders.js +7 -7
- package/src/components/iqr-form-loader/fieldsValuesProviders.js.map +1 -0
- package/{components → src/components}/iqr-form-loader/formValuesContainer.d.ts +0 -0
- package/{components → src/components}/iqr-form-loader/formValuesContainer.js +7 -7
- package/src/components/iqr-form-loader/formValuesContainer.js.map +1 -0
- package/{components → src/components}/iqr-form-loader/index.d.ts +0 -0
- package/{components → src/components}/iqr-form-loader/index.js +5 -1
- package/src/components/iqr-form-loader/index.js.map +1 -0
- package/{components → src/components}/iqr-form-loader/models.d.ts +0 -0
- package/{components → src/components}/iqr-form-loader/models.js +0 -0
- package/src/components/iqr-form-loader/models.js.map +1 -0
- package/{components → src/components}/iqr-text-field/index.d.ts +0 -0
- package/src/components/iqr-text-field/index.js +490 -0
- package/src/components/iqr-text-field/index.js.map +1 -0
- package/{components → src/components}/iqr-text-field/plugin/caret-fix-plugin.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/plugin/caret-fix-plugin.js +0 -0
- package/src/components/iqr-text-field/plugin/caret-fix-plugin.js.map +1 -0
- package/{components → src/components}/iqr-text-field/plugin/has-content-class-plugin.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/plugin/has-content-class-plugin.js +0 -0
- package/src/components/iqr-text-field/plugin/has-content-class-plugin.js.map +1 -0
- package/{components → src/components}/iqr-text-field/plugin/mask-plugin.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/plugin/mask-plugin.js +0 -0
- package/src/components/iqr-text-field/plugin/mask-plugin.js.map +1 -0
- package/{components → src/components}/iqr-text-field/plugin/regexp-plugin.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/plugin/regexp-plugin.js +0 -0
- package/src/components/iqr-text-field/plugin/regexp-plugin.js.map +1 -0
- package/{components → src/components}/iqr-text-field/prosemirror-commands.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/prosemirror-commands.js +2 -2
- package/src/components/iqr-text-field/prosemirror-commands.js.map +1 -0
- package/{components → src/components}/iqr-text-field/prosemirror-utils.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/prosemirror-utils.js +0 -0
- package/src/components/iqr-text-field/prosemirror-utils.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/common-marks.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/common-marks.js +0 -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 +0 -0
- 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 +0 -0
- package/src/components/iqr-text-field/schema/decimal-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/index.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/index.js +7 -7
- 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 +2 -2
- 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 +0 -0
- 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 +2 -2
- package/src/components/iqr-text-field/schema/token-schema.js.map +1 -0
- package/{components → src/components}/iqr-text-field/schema/utils.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/schema/utils.js +0 -0
- package/src/components/iqr-text-field/schema/utils.js.map +1 -0
- package/{components → src/components}/iqr-text-field/selection-companion.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/selection-companion.js +0 -0
- package/src/components/iqr-text-field/selection-companion.js.map +1 -0
- package/{components → src/components}/iqr-text-field/styles/paths.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/styles/paths.js +5 -5
- package/src/components/iqr-text-field/styles/paths.js.map +1 -0
- package/{components → src/components}/iqr-text-field/suggestion-palette.d.ts +0 -0
- package/{components → src/components}/iqr-text-field/suggestion-palette.js +1 -1
- 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} +5 -1
- package/src/index.js.map +1 -0
- package/{utils → src/utils}/icure-utils.d.ts +0 -0
- package/{utils → src/utils}/icure-utils.js +3 -3
- package/src/utils/icure-utils.js.map +1 -0
- package/{utils → src/utils}/languages.d.ts +0 -0
- package/{utils → src/utils}/languages.js +0 -0
- package/src/utils/languages.js.map +1 -0
- package/{utils → src/utils}/no-lodash.d.ts +0 -0
- package/{utils → src/utils}/no-lodash.js +0 -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 +10 -10
- 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 +65 -63
- 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/index.js.map +0 -1
- package/components/iqr-form/fields/datePicker.js.map +0 -1
- package/components/iqr-form/fields/dateTimePicker.js.map +0 -1
- package/components/iqr-form/fields/measureField.js.map +0 -1
- package/components/iqr-form/fields/multipleChoice.js.map +0 -1
- package/components/iqr-form/fields/numberField.js.map +0 -1
- package/components/iqr-form/fields/textfield.js.map +0 -1
- package/components/iqr-form/fields/timePicker.js.map +0 -1
- package/components/iqr-form/index.js.map +0 -1
- package/components/iqr-form/legacy/Content.js.map +0 -1
- package/components/iqr-form/legacy/Data.js.map +0 -1
- package/components/iqr-form/legacy/Editor.js.map +0 -1
- package/components/iqr-form/legacy/FormColumn.js.map +0 -1
- package/components/iqr-form/legacy/FormDataOption.js.map +0 -1
- package/components/iqr-form/legacy/FormLayout.js.map +0 -1
- package/components/iqr-form/legacy/FormLayoutData.js.map +0 -1
- package/components/iqr-form/legacy/FormPlanning.js.map +0 -1
- package/components/iqr-form/legacy/FormSection.js.map +0 -1
- package/components/iqr-form/legacy/Formula.js.map +0 -1
- package/components/iqr-form/legacy/GuiCode.js.map +0 -1
- package/components/iqr-form/legacy/GuiCodeType.js.map +0 -1
- package/components/iqr-form/legacy/Suggest.js.map +0 -1
- package/components/iqr-form/legacy/Tag.js.map +0 -1
- package/components/iqr-form/model/index.js.map +0 -1
- package/components/iqr-form/renderer/cards.js +0 -55
- package/components/iqr-form/renderer/cards.js.map +0 -1
- package/components/iqr-form/renderer/form.js.map +0 -1
- package/components/iqr-form/renderer/index.js.map +0 -1
- package/components/iqr-form/utils.js.map +0 -1
- package/components/iqr-form-loader/fieldsValuesProviders.js.map +0 -1
- package/components/iqr-form-loader/formValuesContainer.js.map +0 -1
- package/components/iqr-form-loader/index.js.map +0 -1
- package/components/iqr-form-loader/models.js.map +0 -1
- package/components/iqr-text-field/index.js.map +0 -1
- package/components/iqr-text-field/plugin/caret-fix-plugin.js.map +0 -1
- package/components/iqr-text-field/plugin/has-content-class-plugin.js.map +0 -1
- package/components/iqr-text-field/plugin/mask-plugin.js.map +0 -1
- package/components/iqr-text-field/plugin/regexp-plugin.js.map +0 -1
- package/components/iqr-text-field/prosemirror-commands.js.map +0 -1
- package/components/iqr-text-field/prosemirror-utils.js.map +0 -1
- package/components/iqr-text-field/schema/common-marks.js.map +0 -1
- package/components/iqr-text-field/schema/date-time-schema.js.map +0 -1
- package/components/iqr-text-field/schema/decimal-schema.js.map +0 -1
- package/components/iqr-text-field/schema/index.js.map +0 -1
- package/components/iqr-text-field/schema/markdown-schema.js.map +0 -1
- package/components/iqr-text-field/schema/measure-schema.js.map +0 -1
- package/components/iqr-text-field/schema/token-schema.js.map +0 -1
- package/components/iqr-text-field/schema/utils.js.map +0 -1
- package/components/iqr-text-field/selection-companion.js.map +0 -1
- package/components/iqr-text-field/styles/paths.js.map +0 -1
- package/components/iqr-text-field/suggestion-palette.js.map +0 -1
- package/index.js.map +0 -1
- package/utils/icure-utils.js.map +0 -1
- package/utils/languages.js.map +0 -1
- package/utils/no-lodash.js.map +0 -1
|
@@ -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":["../../../../../tmp/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":["../../../../../tmp/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":["../../../../../tmp/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":["../../../../../tmp/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":["../../../../../tmp/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":["../../../../../tmp/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
|
+
}
|
|
@@ -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.GuiCodeType = void 0;
|
|
15
|
+
class GuiCodeType {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GuiCodeType = GuiCodeType;
|
|
21
|
+
//# sourceMappingURL=GuiCodeType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuiCodeType.js","sourceRoot":"","sources":["../../../../../tmp/components/iqr-form/legacy/GuiCodeType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,WAAW;IAGvB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CACD;AAND,kCAMC"}
|
|
@@ -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
|
+
export declare class Suggest {
|
|
13
|
+
filterKey?: string;
|
|
14
|
+
filterValue?: string;
|
|
15
|
+
entityClass?: string;
|
|
16
|
+
fieldValue?: string;
|
|
17
|
+
fieldDisplay?: string;
|
|
18
|
+
constructor(json: JSON | any);
|
|
19
|
+
}
|
|
@@ -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.Suggest = void 0;
|
|
15
|
+
class Suggest {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Suggest = Suggest;
|
|
21
|
+
//# sourceMappingURL=Suggest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Suggest.js","sourceRoot":"","sources":["../../../../../tmp/components/iqr-form/legacy/Suggest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,OAAO;IAOnB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CACD;AAVD,0BAUC"}
|
|
@@ -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 Tag {
|
|
13
|
+
type?: string;
|
|
14
|
+
tag?: 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.Tag = void 0;
|
|
15
|
+
class Tag {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Tag = Tag;
|
|
21
|
+
//# sourceMappingURL=Tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.js","sourceRoot":"","sources":["../../../../../tmp/components/iqr-form/legacy/Tag.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,GAAG;IAIf,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAW,EAAE,IAAI,CAAC,CAAA;IACjC,CAAC;CACD;AAPD,kBAOC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { IqrTextFieldSchema } from '../../iqr-text-field';
|
|
2
|
+
declare type FieldType = 'textfield' | 'measure-field' | 'number-field' | 'date-picker' | 'time-picker' | 'date-time-picker' | 'multiple-choice';
|
|
3
|
+
export declare abstract class Field {
|
|
4
|
+
clazz: 'field';
|
|
5
|
+
field: string;
|
|
6
|
+
type: FieldType;
|
|
7
|
+
shortLabel?: string;
|
|
8
|
+
rows?: number;
|
|
9
|
+
columns?: number;
|
|
10
|
+
grows?: boolean;
|
|
11
|
+
schema?: IqrTextFieldSchema;
|
|
12
|
+
tags?: string[];
|
|
13
|
+
codifications?: string[];
|
|
14
|
+
options?: {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
label(): string;
|
|
18
|
+
protected constructor(type: FieldType, label: string, shortLabel?: string, rows?: number, columns?: number, grows?: boolean, schema?: IqrTextFieldSchema, tags?: string[], codifications?: string[], options?: {
|
|
19
|
+
[key: string]: unknown;
|
|
20
|
+
});
|
|
21
|
+
static parse(json: Field): Field;
|
|
22
|
+
}
|
|
23
|
+
export declare class TextField extends Field {
|
|
24
|
+
constructor(label: string, shortLabel?: string, rows?: number, grows?: boolean, schema?: IqrTextFieldSchema, tags?: string[], codifications?: string[], options?: {
|
|
25
|
+
[key: string]: unknown;
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export declare class MeasureField extends Field {
|
|
29
|
+
constructor(label: string, shortLabel?: string, tags?: string[], codifications?: string[], options?: {
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
export declare class NumberField extends Field {
|
|
34
|
+
constructor(label: string, shortLabel?: string, tags?: string[], codifications?: string[], options?: {
|
|
35
|
+
[key: string]: unknown;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export declare class DatePicker extends Field {
|
|
39
|
+
constructor(label: string, shortLabel?: string, tags?: string[], codifications?: string[], options?: {
|
|
40
|
+
[key: string]: unknown;
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
export declare class TimePicker extends Field {
|
|
44
|
+
constructor(label: string, shortLabel?: string, tags?: string[], codifications?: string[], options?: {
|
|
45
|
+
[key: string]: unknown;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
export declare class DateTimePicker extends Field {
|
|
49
|
+
constructor(label: string, shortLabel?: string, tags?: string[], codifications?: string[], options?: {
|
|
50
|
+
[key: string]: unknown;
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
export declare class MultipleChoice extends Field {
|
|
54
|
+
constructor(label: string, shortLabel?: string, rows?: number, columns?: number, tags?: string[], codifications?: string[], options?: {
|
|
55
|
+
[key: string]: unknown;
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
export declare class Group {
|
|
59
|
+
clazz: 'group';
|
|
60
|
+
group: string;
|
|
61
|
+
fields?: Array<Field | Group>;
|
|
62
|
+
constructor(title: string, fields: Array<Field | Group>);
|
|
63
|
+
static parse(json: {
|
|
64
|
+
group: string;
|
|
65
|
+
fields?: Array<Field | Group>;
|
|
66
|
+
}): Group;
|
|
67
|
+
}
|
|
68
|
+
export declare class Section {
|
|
69
|
+
section: string;
|
|
70
|
+
fields: Array<Field | Group>;
|
|
71
|
+
description?: string;
|
|
72
|
+
keywords?: string[];
|
|
73
|
+
constructor(title: string, fields: Array<Field | Group>, description?: string, keywords?: string[]);
|
|
74
|
+
static parse(json: {
|
|
75
|
+
section: string;
|
|
76
|
+
fields?: Array<Field | Group>;
|
|
77
|
+
groups?: Array<Field | Group>;
|
|
78
|
+
sections?: Array<Field | Group>;
|
|
79
|
+
description?: string;
|
|
80
|
+
keywords?: string[];
|
|
81
|
+
}): Section;
|
|
82
|
+
}
|
|
83
|
+
export declare class Form {
|
|
84
|
+
form: string;
|
|
85
|
+
sections: Section[];
|
|
86
|
+
description?: string;
|
|
87
|
+
keywords?: string[];
|
|
88
|
+
constructor(title: string, sections: Section[], description?: string, keywords?: string[]);
|
|
89
|
+
static parse(json: {
|
|
90
|
+
form: string;
|
|
91
|
+
sections: Section[];
|
|
92
|
+
description?: string;
|
|
93
|
+
keywords?: string[];
|
|
94
|
+
}): Form;
|
|
95
|
+
}
|
|
96
|
+
export {};
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Form = exports.Section = exports.Group = exports.MultipleChoice = exports.DateTimePicker = exports.TimePicker = exports.DatePicker = exports.NumberField = exports.MeasureField = exports.TextField = exports.Field = void 0;
|
|
4
|
+
class Field {
|
|
5
|
+
constructor(type, label, shortLabel, rows, columns, grows, schema, tags, codifications, options) {
|
|
6
|
+
this.clazz = 'field';
|
|
7
|
+
this.field = label;
|
|
8
|
+
this.type = type;
|
|
9
|
+
this.shortLabel = shortLabel;
|
|
10
|
+
this.rows = rows;
|
|
11
|
+
this.columns = columns;
|
|
12
|
+
this.grows = grows;
|
|
13
|
+
this.schema = schema;
|
|
14
|
+
this.tags = tags;
|
|
15
|
+
this.codifications = codifications;
|
|
16
|
+
this.options = options;
|
|
17
|
+
}
|
|
18
|
+
label() {
|
|
19
|
+
return this.field;
|
|
20
|
+
}
|
|
21
|
+
static parse(json) {
|
|
22
|
+
switch (json.type) {
|
|
23
|
+
case 'textfield':
|
|
24
|
+
return new TextField(json.field, json.shortLabel, json.rows, json.grows, json.schema, json.tags, json.codifications, json.options);
|
|
25
|
+
case 'measure-field':
|
|
26
|
+
return new MeasureField(json.field, json.shortLabel, json.tags, json.codifications, json.options);
|
|
27
|
+
case 'number-field':
|
|
28
|
+
return new NumberField(json.field, json.shortLabel, json.tags, json.codifications, json.options);
|
|
29
|
+
case 'date-picker':
|
|
30
|
+
return new DatePicker(json.field, json.shortLabel, json.tags, json.codifications, json.options);
|
|
31
|
+
case 'time-picker':
|
|
32
|
+
return new TimePicker(json.field, json.shortLabel, json.tags, json.codifications, json.options);
|
|
33
|
+
case 'date-time-picker':
|
|
34
|
+
return new DateTimePicker(json.field, json.shortLabel, json.tags, json.codifications, json.options);
|
|
35
|
+
case 'multiple-choice':
|
|
36
|
+
return new MultipleChoice(json.field, json.shortLabel, json.rows, json.columns, json.tags, json.codifications, json.options);
|
|
37
|
+
default:
|
|
38
|
+
throw Error('Invalid field type ' + json.type);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.Field = Field;
|
|
43
|
+
class TextField extends Field {
|
|
44
|
+
constructor(label, shortLabel, rows, grows, schema, tags, codifications, options) {
|
|
45
|
+
super('textfield', label, shortLabel, rows, undefined, grows, schema || 'styled-text-with-codes', tags, codifications, options);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.TextField = TextField;
|
|
49
|
+
class MeasureField extends Field {
|
|
50
|
+
constructor(label, shortLabel, tags, codifications, options) {
|
|
51
|
+
super('measure-field', label, shortLabel, undefined, undefined, undefined, undefined, tags, codifications, options);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.MeasureField = MeasureField;
|
|
55
|
+
class NumberField extends Field {
|
|
56
|
+
constructor(label, shortLabel, tags, codifications, options) {
|
|
57
|
+
super('number-field', label, shortLabel, undefined, undefined, undefined, undefined, tags, codifications, options);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.NumberField = NumberField;
|
|
61
|
+
class DatePicker extends Field {
|
|
62
|
+
constructor(label, shortLabel, tags, codifications, options) {
|
|
63
|
+
super('date-picker', label, shortLabel, undefined, undefined, undefined, undefined, tags, codifications, options);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.DatePicker = DatePicker;
|
|
67
|
+
class TimePicker extends Field {
|
|
68
|
+
constructor(label, shortLabel, tags, codifications, options) {
|
|
69
|
+
super('time-picker', label, shortLabel, undefined, undefined, undefined, undefined, tags, codifications, options);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.TimePicker = TimePicker;
|
|
73
|
+
class DateTimePicker extends Field {
|
|
74
|
+
constructor(label, shortLabel, tags, codifications, options) {
|
|
75
|
+
super('date-time-picker', label, shortLabel, undefined, undefined, undefined, undefined, tags, codifications, options);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
exports.DateTimePicker = DateTimePicker;
|
|
79
|
+
class MultipleChoice extends Field {
|
|
80
|
+
constructor(label, shortLabel, rows, columns, tags, codifications, options) {
|
|
81
|
+
super('multiple-choice', label, shortLabel, rows, columns, undefined, undefined, tags, codifications, options);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.MultipleChoice = MultipleChoice;
|
|
85
|
+
class Group {
|
|
86
|
+
constructor(title, fields) {
|
|
87
|
+
this.clazz = 'group';
|
|
88
|
+
this.group = title;
|
|
89
|
+
this.fields = fields;
|
|
90
|
+
}
|
|
91
|
+
static parse(json) {
|
|
92
|
+
return new Group(json.group, (json.fields || []).map((s) => (s['group'] ? Group.parse(s) : Field.parse(s))));
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.Group = Group;
|
|
96
|
+
class Section {
|
|
97
|
+
constructor(title, fields, description, keywords) {
|
|
98
|
+
this.section = title;
|
|
99
|
+
this.fields = fields;
|
|
100
|
+
this.description = description;
|
|
101
|
+
this.keywords = keywords;
|
|
102
|
+
}
|
|
103
|
+
static parse(json) {
|
|
104
|
+
return new Section(json.section, (json.fields || json.groups || json.sections || []).map((s) => (s['group'] ? Group.parse(s) : Field.parse(s))), json.description, json.keywords);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.Section = Section;
|
|
108
|
+
class Form {
|
|
109
|
+
constructor(title, sections, description, keywords) {
|
|
110
|
+
this.form = title;
|
|
111
|
+
this.description = description;
|
|
112
|
+
this.keywords = keywords;
|
|
113
|
+
this.sections = sections;
|
|
114
|
+
}
|
|
115
|
+
static parse(json) {
|
|
116
|
+
return new Form(json.form, (json.sections || []).map((s) => Section.parse(s)), json.description, json.keywords);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.Form = Form;
|
|
120
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../tmp/components/iqr-form/model/index.ts"],"names":[],"mappings":"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"}
|