@eqproject/eqp-dynamic-module 2.8.7 → 3.0.0
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/{esm2020 → esm2022}/eqproject-eqp-dynamic-module.mjs +4 -4
- package/esm2022/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +531 -0
- package/esm2022/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +1245 -0
- package/esm2022/lib/components/private/add-form-field/add-form-field.component.mjs +1263 -0
- package/esm2022/lib/components/private/add-formula-field/add-formula-field.component.mjs +200 -0
- package/esm2022/lib/components/private/dbgetter/dbgetter.component.mjs +233 -0
- package/esm2022/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +280 -0
- package/esm2022/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +143 -0
- package/esm2022/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.mjs +75 -0
- package/esm2022/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +106 -0
- package/esm2022/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.mjs +107 -0
- package/esm2022/lib/components/private/field-templates/image-field-template/image-field-template.component.mjs +265 -0
- package/esm2022/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.mjs +261 -0
- package/esm2022/lib/components/private/field-templates/label-field-template/label-field-template.component.mjs +82 -0
- package/esm2022/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +176 -0
- package/esm2022/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +129 -0
- package/esm2022/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +103 -0
- package/esm2022/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +78 -0
- package/esm2022/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +837 -0
- package/esm2022/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +408 -0
- package/esm2022/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +651 -0
- package/esm2022/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.mjs +82 -0
- package/esm2022/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.mjs +59 -0
- package/esm2022/lib/components/private/form-records/view-form-record/view-form-record.component.mjs +131 -0
- package/esm2022/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +89 -0
- package/esm2022/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +460 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +58 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +110 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +108 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +58 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +135 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +58 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +141 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +126 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +111 -0
- package/esm2022/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +111 -0
- package/esm2022/lib/components/private/graphs/graph/graph.component.mjs +186 -0
- package/esm2022/lib/components/private/graphs/graphs.component.mjs +175 -0
- package/esm2022/lib/components/private/spinner/spinner.component.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/private/tmw-image-drawer/i18n.mjs +62 -62
- package/esm2022/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +413 -0
- package/esm2022/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +348 -0
- package/esm2022/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.mjs +81 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-creator.component.mjs +199 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +91 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +88 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +61 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +69 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +107 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +92 -0
- package/esm2022/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +92 -0
- package/esm2022/lib/directives/dynamic-loader/dynamic-loader.directive.mjs +63 -0
- package/esm2022/lib/directives/speech-to-text/speech-to-text.directive.mjs +192 -0
- package/esm2022/lib/eqp-dynamic-module.module.mjs +253 -0
- package/{esm2020 → esm2022}/lib/interfaces/iBaseFieldComponent.interface.mjs +1 -1
- package/{esm2020 → esm2022}/lib/interfaces/iRootObject.interface.mjs +1 -1
- package/esm2022/lib/models/baseField.model.mjs +133 -0
- package/esm2022/lib/models/baseObj.model.mjs +10 -0
- package/{esm2020 → esm2022}/lib/models/context.model.mjs +10 -8
- package/esm2022/lib/models/dynAttachment.mjs +52 -0
- package/esm2022/lib/models/dynamicModuleCompileConfig.model.mjs +45 -0
- package/esm2022/lib/models/dynamicModuleConfig.model.mjs +13 -0
- package/esm2022/lib/models/dynamicModuleConfiguratorConfig.model.mjs +11 -0
- package/esm2022/lib/models/dynamicModuleConfiguratorSpecificConfig.model.mjs +16 -0
- package/{esm2020 → esm2022}/lib/models/dynamicModuleFilterResultViewModeEnum.model.mjs +6 -6
- package/esm2022/lib/models/dynamicModuleGeneralConfig.model.mjs +36 -0
- package/esm2022/lib/models/dynamicModuleListConfig.model.mjs +48 -0
- package/esm2022/lib/models/dynamicModuleListFormRecordActionsDefault.mjs +35 -0
- package/{esm2020 → esm2022}/lib/models/dynamicModuleRepairConfig.model.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/dynamicModuleViewModeEnum.mjs +11 -11
- package/esm2022/lib/models/endPointConfiguration.model.mjs +211 -0
- package/{esm2020 → esm2022}/lib/models/entity.model.mjs +10 -7
- package/esm2022/lib/models/fields/attachmentField.model.mjs +28 -0
- package/esm2022/lib/models/fields/booleanField.model.mjs +15 -0
- package/esm2022/lib/models/fields/dateField.model.mjs +15 -0
- package/esm2022/lib/models/fields/imageField.model.mjs +14 -0
- package/esm2022/lib/models/fields/imageSelectorField.model.mjs +10 -0
- package/esm2022/lib/models/fields/imageWithMarkersField.model.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/fields/labelField.model.mjs +5 -4
- package/esm2022/lib/models/fields/listValueField.model.mjs +24 -0
- package/esm2022/lib/models/fields/lookupField.model.mjs +11 -0
- package/esm2022/lib/models/fields/numericField.model.mjs +13 -0
- package/esm2022/lib/models/fields/textField.model.mjs +18 -0
- package/esm2022/lib/models/fields/textareaField.model.mjs +9 -0
- package/esm2022/lib/models/form.model.mjs +63 -0
- package/esm2022/lib/models/getter.model.mjs +6 -0
- package/esm2022/lib/models/graph.model.mjs +19 -0
- package/{esm2020 → esm2022}/lib/models/logicOperator.model.mjs +55 -55
- package/esm2022/lib/models/record.model.mjs +39 -0
- package/esm2022/lib/models/statistic.model.mjs +12 -0
- package/esm2022/lib/models/trigger.model.mjs +63 -0
- package/esm2022/lib/modules/formula.model.mjs +266 -0
- package/{esm2020 → esm2022}/lib/modules/material.module.mjs +231 -231
- package/{esm2020 → esm2022}/lib/services/custom-form-validators.service.mjs +18 -18
- package/esm2022/lib/services/db-date.service.mjs +178 -0
- package/esm2022/lib/services/eqp-dynamic-module-dialog.service.mjs +114 -0
- package/esm2022/lib/services/global.service.mjs +43 -0
- package/esm2022/lib/services/spinner.service.mjs +41 -0
- package/esm2022/lib/services/utilityHelper.services.mjs +601 -0
- package/{esm2020 → esm2022}/public-api.mjs +56 -56
- package/fesm2022/eqproject-eqp-dynamic-module.mjs +13506 -0
- package/fesm2022/eqproject-eqp-dynamic-module.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +162 -162
- package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +308 -308
- package/lib/components/private/add-form-field/add-form-field.component.d.ts +263 -263
- package/lib/components/private/add-formula-field/add-formula-field.component.d.ts +45 -45
- package/lib/components/private/dbgetter/dbgetter.component.d.ts +51 -51
- package/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.d.ts +84 -84
- package/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.d.ts +57 -57
- package/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.d.ts +27 -27
- package/lib/components/private/field-templates/date-field-template/date-field-template.component.d.ts +36 -36
- package/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.d.ts +33 -33
- package/lib/components/private/field-templates/image-field-template/image-field-template.component.d.ts +80 -80
- package/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.d.ts +78 -78
- package/lib/components/private/field-templates/label-field-template/label-field-template.component.d.ts +33 -33
- package/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.d.ts +59 -59
- package/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.d.ts +40 -40
- package/lib/components/private/field-templates/text-field-template/text-field-template.component.d.ts +35 -35
- package/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.d.ts +31 -31
- package/lib/components/private/form-records/add-form-record/add-form-record.component.d.ts +104 -104
- package/lib/components/private/form-records/list-form-record/list-form-record.component.d.ts +83 -83
- package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +151 -151
- package/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.d.ts +39 -39
- package/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.d.ts +20 -20
- package/lib/components/private/form-records/view-form-record/view-form-record.component.d.ts +36 -36
- package/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.d.ts +42 -42
- package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +109 -109
- package/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.d.ts +21 -21
- package/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.d.ts +37 -37
- package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +37 -37
- package/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.d.ts +21 -21
- package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +47 -47
- package/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.d.ts +21 -21
- package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +47 -47
- package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +40 -40
- package/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.d.ts +38 -38
- package/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.d.ts +38 -38
- package/lib/components/private/graphs/graph/graph.component.d.ts +25 -25
- package/lib/components/private/graphs/graphs.component.d.ts +47 -47
- package/lib/components/private/spinner/spinner.component.d.ts +12 -12
- package/lib/components/private/tmw-image-drawer/i18n.d.ts +27 -27
- package/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.d.ts +70 -70
- package/lib/components/private/tmw-image-marker/tmw-image-marker.component.d.ts +62 -62
- package/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.d.ts +42 -42
- package/lib/components/private/trigger-creator/trigger-creator.component.d.ts +42 -42
- package/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.d.ts +34 -34
- package/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.d.ts +34 -34
- package/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.d.ts +24 -24
- package/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.d.ts +34 -34
- package/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.d.ts +37 -37
- package/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.d.ts +36 -36
- package/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.d.ts +36 -36
- package/lib/directives/dynamic-loader/dynamic-loader.directive.d.ts +26 -26
- package/lib/directives/speech-to-text/speech-to-text.directive.d.ts +31 -31
- package/lib/eqp-dynamic-module.module.d.ts +85 -85
- package/lib/interfaces/iBaseFieldComponent.interface.d.ts +8 -8
- package/lib/interfaces/iRootObject.interface.d.ts +11 -11
- package/lib/models/baseField.model.d.ts +126 -126
- package/lib/models/baseObj.model.d.ts +9 -9
- package/lib/models/context.model.d.ts +9 -9
- package/lib/models/dynAttachment.d.ts +49 -49
- package/lib/models/dynamicModuleCompileConfig.model.d.ts +35 -35
- package/lib/models/dynamicModuleConfig.model.d.ts +11 -11
- package/lib/models/dynamicModuleConfiguratorConfig.model.d.ts +7 -7
- package/lib/models/dynamicModuleConfiguratorSpecificConfig.model.d.ts +11 -11
- package/lib/models/dynamicModuleFilterResultViewModeEnum.model.d.ts +5 -5
- package/lib/models/dynamicModuleGeneralConfig.model.d.ts +29 -29
- package/lib/models/dynamicModuleListConfig.model.d.ts +39 -39
- package/lib/models/dynamicModuleListFormRecordActionsDefault.d.ts +9 -9
- package/lib/models/dynamicModuleRepairConfig.model.d.ts +4 -4
- package/lib/models/dynamicModuleViewModeEnum.d.ts +10 -10
- package/lib/models/endPointConfiguration.model.d.ts +46 -46
- package/lib/models/entity.model.d.ts +11 -11
- package/lib/models/fields/attachmentField.model.d.ts +17 -17
- package/lib/models/fields/booleanField.model.d.ts +11 -11
- package/lib/models/fields/dateField.model.d.ts +13 -13
- package/lib/models/fields/imageField.model.d.ts +13 -13
- package/lib/models/fields/imageSelectorField.model.d.ts +12 -12
- package/lib/models/fields/imageWithMarkersField.model.d.ts +7 -7
- package/lib/models/fields/labelField.model.d.ts +4 -4
- package/lib/models/fields/listValueField.model.d.ts +24 -24
- package/lib/models/fields/lookupField.model.d.ts +10 -10
- package/lib/models/fields/numericField.model.d.ts +12 -12
- package/lib/models/fields/textField.model.d.ts +16 -16
- package/lib/models/fields/textareaField.model.d.ts +8 -8
- package/lib/models/form.model.d.ts +61 -61
- package/lib/models/getter.model.d.ts +5 -5
- package/lib/models/graph.model.d.ts +18 -18
- package/lib/models/logicOperator.model.d.ts +48 -48
- package/lib/models/record.model.d.ts +41 -41
- package/lib/models/statistic.model.d.ts +13 -13
- package/lib/models/trigger.model.d.ts +51 -51
- package/lib/modules/formula.model.d.ts +32 -32
- package/lib/modules/material.module.d.ts +37 -37
- package/lib/services/custom-form-validators.service.d.ts +5 -5
- package/lib/services/db-date.service.d.ts +24 -24
- package/lib/services/eqp-dynamic-module-dialog.service.d.ts +44 -44
- package/lib/services/global.service.d.ts +16 -16
- package/lib/services/spinner.service.d.ts +18 -18
- package/lib/services/utilityHelper.services.d.ts +101 -101
- package/package.json +20 -25
- package/public-api.d.ts +53 -53
- package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +0 -516
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +0 -1196
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +0 -1202
- package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +0 -196
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +0 -226
- package/esm2020/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +0 -263
- package/esm2020/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +0 -138
- package/esm2020/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.mjs +0 -71
- package/esm2020/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +0 -104
- package/esm2020/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.mjs +0 -100
- package/esm2020/lib/components/private/field-templates/image-field-template/image-field-template.component.mjs +0 -256
- package/esm2020/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.mjs +0 -252
- package/esm2020/lib/components/private/field-templates/label-field-template/label-field-template.component.mjs +0 -74
- package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +0 -172
- package/esm2020/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +0 -124
- package/esm2020/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +0 -95
- package/esm2020/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +0 -71
- package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +0 -828
- package/esm2020/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +0 -400
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +0 -628
- package/esm2020/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.mjs +0 -75
- package/esm2020/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.mjs +0 -54
- package/esm2020/lib/components/private/form-records/view-form-record/view-form-record.component.mjs +0 -125
- package/esm2020/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +0 -76
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +0 -453
- package/esm2020/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +0 -57
- package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +0 -104
- package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +0 -105
- package/esm2020/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +0 -57
- package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +0 -128
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +0 -57
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +0 -135
- package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +0 -120
- package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +0 -102
- package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +0 -102
- package/esm2020/lib/components/private/graphs/graph/graph.component.mjs +0 -180
- package/esm2020/lib/components/private/graphs/graphs.component.mjs +0 -164
- package/esm2020/lib/components/private/spinner/spinner.component.mjs +0 -19
- package/esm2020/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +0 -403
- package/esm2020/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +0 -336
- package/esm2020/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.mjs +0 -69
- package/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +0 -179
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +0 -86
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +0 -86
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +0 -60
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +0 -66
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +0 -102
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +0 -84
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +0 -84
- package/esm2020/lib/directives/dynamic-loader/dynamic-loader.directive.mjs +0 -59
- package/esm2020/lib/directives/speech-to-text/speech-to-text.directive.mjs +0 -186
- package/esm2020/lib/eqp-dynamic-module.module.mjs +0 -253
- package/esm2020/lib/models/baseField.model.mjs +0 -101
- package/esm2020/lib/models/baseObj.model.mjs +0 -9
- package/esm2020/lib/models/dynAttachment.mjs +0 -21
- package/esm2020/lib/models/dynamicModuleCompileConfig.model.mjs +0 -13
- package/esm2020/lib/models/dynamicModuleConfig.model.mjs +0 -9
- package/esm2020/lib/models/dynamicModuleConfiguratorConfig.model.mjs +0 -9
- package/esm2020/lib/models/dynamicModuleConfiguratorSpecificConfig.model.mjs +0 -15
- package/esm2020/lib/models/dynamicModuleGeneralConfig.model.mjs +0 -36
- package/esm2020/lib/models/dynamicModuleListConfig.model.mjs +0 -30
- package/esm2020/lib/models/dynamicModuleListFormRecordActionsDefault.mjs +0 -11
- package/esm2020/lib/models/endPointConfiguration.model.mjs +0 -205
- package/esm2020/lib/models/fields/attachmentField.model.mjs +0 -22
- package/esm2020/lib/models/fields/booleanField.model.mjs +0 -12
- package/esm2020/lib/models/fields/dateField.model.mjs +0 -15
- package/esm2020/lib/models/fields/imageField.model.mjs +0 -15
- package/esm2020/lib/models/fields/imageSelectorField.model.mjs +0 -8
- package/esm2020/lib/models/fields/imageWithMarkersField.model.mjs +0 -8
- package/esm2020/lib/models/fields/listValueField.model.mjs +0 -11
- package/esm2020/lib/models/fields/lookupField.model.mjs +0 -5
- package/esm2020/lib/models/fields/numericField.model.mjs +0 -5
- package/esm2020/lib/models/fields/textField.model.mjs +0 -14
- package/esm2020/lib/models/fields/textareaField.model.mjs +0 -4
- package/esm2020/lib/models/form.model.mjs +0 -24
- package/esm2020/lib/models/getter.model.mjs +0 -3
- package/esm2020/lib/models/graph.model.mjs +0 -15
- package/esm2020/lib/models/record.model.mjs +0 -10
- package/esm2020/lib/models/statistic.model.mjs +0 -8
- package/esm2020/lib/models/trigger.model.mjs +0 -41
- package/esm2020/lib/modules/formula.model.mjs +0 -265
- package/esm2020/lib/services/db-date.service.mjs +0 -178
- package/esm2020/lib/services/eqp-dynamic-module-dialog.service.mjs +0 -114
- package/esm2020/lib/services/global.service.mjs +0 -41
- package/esm2020/lib/services/spinner.service.mjs +0 -43
- package/esm2020/lib/services/utilityHelper.services.mjs +0 -598
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +0 -12770
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +0 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +0 -12739
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Interfaccia degli oggetti radice della configurazione.
|
|
3
|
-
* Gli oggetti radice sono le entità e le form.
|
|
4
|
-
* Il client esegue le CRUD su questi oggetti radice. Se lo fa su una form, a sua volta i dati vengono salvati dentro ogni entità relazionata
|
|
5
|
-
* a partire da quella radice.
|
|
6
|
-
*/
|
|
7
|
-
export interface IRootObject {
|
|
8
|
-
ID: string;
|
|
9
|
-
Name: string;
|
|
10
|
-
OrgaID: string;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Interfaccia degli oggetti radice della configurazione.
|
|
3
|
+
* Gli oggetti radice sono le entità e le form.
|
|
4
|
+
* Il client esegue le CRUD su questi oggetti radice. Se lo fa su una form, a sua volta i dati vengono salvati dentro ogni entità relazionata
|
|
5
|
+
* a partire da quella radice.
|
|
6
|
+
*/
|
|
7
|
+
export interface IRootObject {
|
|
8
|
+
ID: string;
|
|
9
|
+
Name: string;
|
|
10
|
+
OrgaID: string;
|
|
11
|
+
}
|
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
import { UntypedFormGroup } from '@angular/forms';
|
|
2
|
-
import { BaseObj } from './baseObj.model';
|
|
3
|
-
import { Contestualization } from './getter.model';
|
|
4
|
-
/**
|
|
5
|
-
* Contiene le informazioni di base del campo, indipendentemente dal tipo.
|
|
6
|
-
* Questa classe è volutamente astratta perché il tipo di campo è dettato dal tipo
|
|
7
|
-
*/
|
|
8
|
-
export declare class BaseField extends BaseObj {
|
|
9
|
-
/**
|
|
10
|
-
* Nome del campo che per progettazione è una sostituzione della label
|
|
11
|
-
* Il vero identificativo del campo è l'ID
|
|
12
|
-
*/
|
|
13
|
-
Name: string;
|
|
14
|
-
Label: string;
|
|
15
|
-
Description: string;
|
|
16
|
-
Required: boolean;
|
|
17
|
-
Formula: string;
|
|
18
|
-
Tooltip: string;
|
|
19
|
-
OrdinalPosition: number;
|
|
20
|
-
Disabled: boolean;
|
|
21
|
-
Readonly: boolean;
|
|
22
|
-
FieldstyleCSS: string;
|
|
23
|
-
LabelstyleCSS: string;
|
|
24
|
-
AnswerStyle: AnswerStyle;
|
|
25
|
-
/**
|
|
26
|
-
* Entità a cui appartiene il campo. Si tenga presente che sono ammessi anche campi
|
|
27
|
-
* di sola visualizzazione e calcolati, da utilizzare nelle form,
|
|
28
|
-
* e per questo motivo possono essere con Entity == null
|
|
29
|
-
*/
|
|
30
|
-
EntityID: string;
|
|
31
|
-
FieldGroup: string;
|
|
32
|
-
ColSpanSizes: Array<ColSpanSizesEnum>;
|
|
33
|
-
VisibleIf: string;
|
|
34
|
-
InListView: boolean;
|
|
35
|
-
Invisibility: FieldInvisibilityEnum;
|
|
36
|
-
FieldType: FieldTypeEnum;
|
|
37
|
-
FieldValue: any;
|
|
38
|
-
DataGetter: DataGetter;
|
|
39
|
-
DataGetterValueBase64String: string;
|
|
40
|
-
FormFormGroup: UntypedFormGroup;
|
|
41
|
-
}
|
|
42
|
-
export declare class AnswerStyle {
|
|
43
|
-
InListView: boolean;
|
|
44
|
-
Invisibility: FieldInvisibilityEnum;
|
|
45
|
-
VisibleIf: string;
|
|
46
|
-
FieldstyleCSS: string;
|
|
47
|
-
LabelstyleCSS: string;
|
|
48
|
-
ColSpanSizes: Array<ColSpanSizesEnum>;
|
|
49
|
-
}
|
|
50
|
-
export declare class DataGetter {
|
|
51
|
-
DataGetterType: DataGetterTypeEnum;
|
|
52
|
-
DataGetterValue: any;
|
|
53
|
-
DataGetterColumnForce: any;
|
|
54
|
-
DataGetterCardinality: DataGetterCardinalityEnum;
|
|
55
|
-
DataGetterContestualization: Contestualization;
|
|
56
|
-
}
|
|
57
|
-
export declare enum FieldTypeEnum {
|
|
58
|
-
'Campo di testo' = 1,
|
|
59
|
-
'Area di testo' = 2,
|
|
60
|
-
'Booleano' = 3,
|
|
61
|
-
'Data e/o ora' = 4,
|
|
62
|
-
'Campo numerico' = 5,
|
|
63
|
-
'Allegato' = 6,
|
|
64
|
-
'Immagine' = 7,
|
|
65
|
-
'Elenco generico' = 8,
|
|
66
|
-
'Lookup' = 9,
|
|
67
|
-
'Form di dettaglio' = 10,
|
|
68
|
-
'Elenco immagini' = 11,
|
|
69
|
-
"Etichetta" = 12,
|
|
70
|
-
"Immagine con markers" = 13
|
|
71
|
-
}
|
|
72
|
-
export declare enum DataGetterTypeEnum {
|
|
73
|
-
'Manuale' = 1,
|
|
74
|
-
'Formula' = 2,
|
|
75
|
-
'Da database' = 3,
|
|
76
|
-
'Da modulo dinamico' = 4
|
|
77
|
-
}
|
|
78
|
-
export declare enum ColSpanSizesEnum {
|
|
79
|
-
'col-sm-3' = 1,
|
|
80
|
-
'col-sm-4' = 2,
|
|
81
|
-
'col-sm-6' = 3,
|
|
82
|
-
'col-sm-12' = 4,
|
|
83
|
-
'col-md-3' = 5,
|
|
84
|
-
'col-md-4' = 6,
|
|
85
|
-
'col-md-6' = 7,
|
|
86
|
-
'col-md-12' = 8,
|
|
87
|
-
'col-lg-3' = 9,
|
|
88
|
-
'col-lg-4' = 10,
|
|
89
|
-
'col-lg-6' = 11,
|
|
90
|
-
'col-lg-12' = 12,
|
|
91
|
-
'align-self-start' = 13,
|
|
92
|
-
'align-self-center' = 14,
|
|
93
|
-
'align-self-end' = 15,
|
|
94
|
-
'col-sm-1' = 16,
|
|
95
|
-
'col-sm-2' = 17,
|
|
96
|
-
'col-sm-5' = 18,
|
|
97
|
-
'col-sm-7' = 19,
|
|
98
|
-
'col-sm-8' = 20,
|
|
99
|
-
'col-sm-9' = 21,
|
|
100
|
-
'col-sm-10' = 22,
|
|
101
|
-
'col-sm-11' = 23,
|
|
102
|
-
'col-md-1' = 24,
|
|
103
|
-
'col-md-2' = 25,
|
|
104
|
-
'col-md-5' = 26,
|
|
105
|
-
'col-md-7' = 27,
|
|
106
|
-
'col-md-8' = 28,
|
|
107
|
-
'col-md-9' = 29,
|
|
108
|
-
'col-md-10' = 30,
|
|
109
|
-
'col-md-11' = 31,
|
|
110
|
-
'col-lg-1' = 32,
|
|
111
|
-
'col-lg-2' = 33,
|
|
112
|
-
'col-lg-5' = 34,
|
|
113
|
-
'col-lg-7' = 35,
|
|
114
|
-
'col-lg-8' = 36,
|
|
115
|
-
'col-lg-9' = 37,
|
|
116
|
-
'col-lg-10' = 38,
|
|
117
|
-
'col-lg-11' = 39
|
|
118
|
-
}
|
|
119
|
-
export declare enum FieldInvisibilityEnum {
|
|
120
|
-
'NASCOSTO' = 1,
|
|
121
|
-
'NASCOSTO CON AREA VISIBILE' = 2
|
|
122
|
-
}
|
|
123
|
-
export declare enum DataGetterCardinalityEnum {
|
|
124
|
-
'PIU RECENTE' = 2,
|
|
125
|
-
'MENO RECENTE' = 3
|
|
126
|
-
}
|
|
1
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
2
|
+
import { BaseObj } from './baseObj.model';
|
|
3
|
+
import { Contestualization } from './getter.model';
|
|
4
|
+
/**
|
|
5
|
+
* Contiene le informazioni di base del campo, indipendentemente dal tipo.
|
|
6
|
+
* Questa classe è volutamente astratta perché il tipo di campo è dettato dal tipo
|
|
7
|
+
*/
|
|
8
|
+
export declare class BaseField extends BaseObj {
|
|
9
|
+
/**
|
|
10
|
+
* Nome del campo che per progettazione è una sostituzione della label
|
|
11
|
+
* Il vero identificativo del campo è l'ID
|
|
12
|
+
*/
|
|
13
|
+
Name: string;
|
|
14
|
+
Label: string;
|
|
15
|
+
Description: string;
|
|
16
|
+
Required: boolean;
|
|
17
|
+
Formula: string;
|
|
18
|
+
Tooltip: string;
|
|
19
|
+
OrdinalPosition: number;
|
|
20
|
+
Disabled: boolean;
|
|
21
|
+
Readonly: boolean;
|
|
22
|
+
FieldstyleCSS: string;
|
|
23
|
+
LabelstyleCSS: string;
|
|
24
|
+
AnswerStyle: AnswerStyle;
|
|
25
|
+
/**
|
|
26
|
+
* Entità a cui appartiene il campo. Si tenga presente che sono ammessi anche campi
|
|
27
|
+
* di sola visualizzazione e calcolati, da utilizzare nelle form,
|
|
28
|
+
* e per questo motivo possono essere con Entity == null
|
|
29
|
+
*/
|
|
30
|
+
EntityID: string;
|
|
31
|
+
FieldGroup: string;
|
|
32
|
+
ColSpanSizes: Array<ColSpanSizesEnum>;
|
|
33
|
+
VisibleIf: string;
|
|
34
|
+
InListView: boolean;
|
|
35
|
+
Invisibility: FieldInvisibilityEnum;
|
|
36
|
+
FieldType: FieldTypeEnum;
|
|
37
|
+
FieldValue: any;
|
|
38
|
+
DataGetter: DataGetter;
|
|
39
|
+
DataGetterValueBase64String: string;
|
|
40
|
+
FormFormGroup: UntypedFormGroup;
|
|
41
|
+
}
|
|
42
|
+
export declare class AnswerStyle {
|
|
43
|
+
InListView: boolean;
|
|
44
|
+
Invisibility: FieldInvisibilityEnum;
|
|
45
|
+
VisibleIf: string;
|
|
46
|
+
FieldstyleCSS: string;
|
|
47
|
+
LabelstyleCSS: string;
|
|
48
|
+
ColSpanSizes: Array<ColSpanSizesEnum>;
|
|
49
|
+
}
|
|
50
|
+
export declare class DataGetter {
|
|
51
|
+
DataGetterType: DataGetterTypeEnum;
|
|
52
|
+
DataGetterValue: any;
|
|
53
|
+
DataGetterColumnForce: any;
|
|
54
|
+
DataGetterCardinality: DataGetterCardinalityEnum;
|
|
55
|
+
DataGetterContestualization: Contestualization;
|
|
56
|
+
}
|
|
57
|
+
export declare enum FieldTypeEnum {
|
|
58
|
+
'Campo di testo' = 1,
|
|
59
|
+
'Area di testo' = 2,
|
|
60
|
+
'Booleano' = 3,
|
|
61
|
+
'Data e/o ora' = 4,
|
|
62
|
+
'Campo numerico' = 5,
|
|
63
|
+
'Allegato' = 6,
|
|
64
|
+
'Immagine' = 7,
|
|
65
|
+
'Elenco generico' = 8,
|
|
66
|
+
'Lookup' = 9,
|
|
67
|
+
'Form di dettaglio' = 10,
|
|
68
|
+
'Elenco immagini' = 11,
|
|
69
|
+
"Etichetta" = 12,
|
|
70
|
+
"Immagine con markers" = 13
|
|
71
|
+
}
|
|
72
|
+
export declare enum DataGetterTypeEnum {
|
|
73
|
+
'Manuale' = 1,
|
|
74
|
+
'Formula' = 2,
|
|
75
|
+
'Da database' = 3,
|
|
76
|
+
'Da modulo dinamico' = 4
|
|
77
|
+
}
|
|
78
|
+
export declare enum ColSpanSizesEnum {
|
|
79
|
+
'col-sm-3' = 1,
|
|
80
|
+
'col-sm-4' = 2,
|
|
81
|
+
'col-sm-6' = 3,
|
|
82
|
+
'col-sm-12' = 4,
|
|
83
|
+
'col-md-3' = 5,
|
|
84
|
+
'col-md-4' = 6,
|
|
85
|
+
'col-md-6' = 7,
|
|
86
|
+
'col-md-12' = 8,
|
|
87
|
+
'col-lg-3' = 9,
|
|
88
|
+
'col-lg-4' = 10,
|
|
89
|
+
'col-lg-6' = 11,
|
|
90
|
+
'col-lg-12' = 12,
|
|
91
|
+
'align-self-start' = 13,
|
|
92
|
+
'align-self-center' = 14,
|
|
93
|
+
'align-self-end' = 15,
|
|
94
|
+
'col-sm-1' = 16,
|
|
95
|
+
'col-sm-2' = 17,
|
|
96
|
+
'col-sm-5' = 18,
|
|
97
|
+
'col-sm-7' = 19,
|
|
98
|
+
'col-sm-8' = 20,
|
|
99
|
+
'col-sm-9' = 21,
|
|
100
|
+
'col-sm-10' = 22,
|
|
101
|
+
'col-sm-11' = 23,
|
|
102
|
+
'col-md-1' = 24,
|
|
103
|
+
'col-md-2' = 25,
|
|
104
|
+
'col-md-5' = 26,
|
|
105
|
+
'col-md-7' = 27,
|
|
106
|
+
'col-md-8' = 28,
|
|
107
|
+
'col-md-9' = 29,
|
|
108
|
+
'col-md-10' = 30,
|
|
109
|
+
'col-md-11' = 31,
|
|
110
|
+
'col-lg-1' = 32,
|
|
111
|
+
'col-lg-2' = 33,
|
|
112
|
+
'col-lg-5' = 34,
|
|
113
|
+
'col-lg-7' = 35,
|
|
114
|
+
'col-lg-8' = 36,
|
|
115
|
+
'col-lg-9' = 37,
|
|
116
|
+
'col-lg-10' = 38,
|
|
117
|
+
'col-lg-11' = 39
|
|
118
|
+
}
|
|
119
|
+
export declare enum FieldInvisibilityEnum {
|
|
120
|
+
'NASCOSTO' = 1,
|
|
121
|
+
'NASCOSTO CON AREA VISIBILE' = 2
|
|
122
|
+
}
|
|
123
|
+
export declare enum DataGetterCardinalityEnum {
|
|
124
|
+
'PIU RECENTE' = 2,
|
|
125
|
+
'MENO RECENTE' = 3
|
|
126
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Classe base che implementa la valorizzazione dell'ID (se null) con una nuova GUID
|
|
3
|
-
* in creazione dell'oggetto.
|
|
4
|
-
* Per scelta architetturale, visto che non possiamo assumere la persistenza su DB relazionale o su NOSQL, ogni
|
|
5
|
-
* oggetto della configurazione viene persistito, e gestito con ID di tipo stringa creato da una GUID.
|
|
6
|
-
*/
|
|
7
|
-
export declare class BaseObj {
|
|
8
|
-
ID: string;
|
|
9
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Classe base che implementa la valorizzazione dell'ID (se null) con una nuova GUID
|
|
3
|
+
* in creazione dell'oggetto.
|
|
4
|
+
* Per scelta architetturale, visto che non possiamo assumere la persistenza su DB relazionale o su NOSQL, ogni
|
|
5
|
+
* oggetto della configurazione viene persistito, e gestito con ID di tipo stringa creato da una GUID.
|
|
6
|
+
*/
|
|
7
|
+
export declare class BaseObj {
|
|
8
|
+
ID: string;
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare class Context {
|
|
2
|
-
User: ContextUser;
|
|
3
|
-
Organizzation: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class ContextUser {
|
|
6
|
-
Name: string;
|
|
7
|
-
Surname: string;
|
|
8
|
-
Role: string;
|
|
9
|
-
}
|
|
1
|
+
export declare class Context {
|
|
2
|
+
User: ContextUser;
|
|
3
|
+
Organizzation: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class ContextUser {
|
|
6
|
+
Name: string;
|
|
7
|
+
Surname: string;
|
|
8
|
+
Role: string;
|
|
9
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { AttachmentType, IAttachmentDTO } from "@eqproject/eqp-attachments";
|
|
2
|
-
export declare class DynAttachment implements IAttachmentDTO {
|
|
3
|
-
ID: number | string;
|
|
4
|
-
FileName?: string;
|
|
5
|
-
FileContentType?: string;
|
|
6
|
-
FileExtension?: string;
|
|
7
|
-
FilePath?: string;
|
|
8
|
-
AttachmentType?: AttachmentType;
|
|
9
|
-
AttachmentFieldType: AttachmentFieldTypeEnum;
|
|
10
|
-
ExtraJSON: string;
|
|
11
|
-
FileDataBase64?: string;
|
|
12
|
-
IsImage?: boolean;
|
|
13
|
-
FileThumbnailBase64?: string;
|
|
14
|
-
TrustedUrl?: any;
|
|
15
|
-
OrdinalPosition?: number;
|
|
16
|
-
Path: string;
|
|
17
|
-
ThumbmailPath: string;
|
|
18
|
-
Title: string;
|
|
19
|
-
CreationDate: Date;
|
|
20
|
-
ProjectName: string;
|
|
21
|
-
OrgaID: string;
|
|
22
|
-
FormID: string;
|
|
23
|
-
FieldID: string;
|
|
24
|
-
AnswerID: string;
|
|
25
|
-
ImageWidthPx: number;
|
|
26
|
-
ImageHeightPx: number;
|
|
27
|
-
ResizedImageHeightPx: number;
|
|
28
|
-
ButtonValue: string;
|
|
29
|
-
ButtonKey: string;
|
|
30
|
-
objectToSelect?: DynAttachmentSelectObject;
|
|
31
|
-
originalIndex?: number;
|
|
32
|
-
FileBases64?: {
|
|
33
|
-
[key: string]: string;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
export declare class DynAttachmentSelectObject {
|
|
37
|
-
ID: number | string;
|
|
38
|
-
ButtonValue: string;
|
|
39
|
-
ButtonKey: string;
|
|
40
|
-
}
|
|
41
|
-
export declare class attachmentTypeEnum {
|
|
42
|
-
SINGLE: number;
|
|
43
|
-
LIST: number;
|
|
44
|
-
}
|
|
45
|
-
export declare enum AttachmentFieldTypeEnum {
|
|
46
|
-
IMMAGINE = 7,
|
|
47
|
-
ELENCO_IMMAGINI = 11,
|
|
48
|
-
IMMAGINE_CON_MARKERS = 13
|
|
49
|
-
}
|
|
1
|
+
import { AttachmentType, IAttachmentDTO } from "@eqproject/eqp-attachments";
|
|
2
|
+
export declare class DynAttachment implements IAttachmentDTO {
|
|
3
|
+
ID: number | string;
|
|
4
|
+
FileName?: string;
|
|
5
|
+
FileContentType?: string;
|
|
6
|
+
FileExtension?: string;
|
|
7
|
+
FilePath?: string;
|
|
8
|
+
AttachmentType?: AttachmentType;
|
|
9
|
+
AttachmentFieldType: AttachmentFieldTypeEnum;
|
|
10
|
+
ExtraJSON: string;
|
|
11
|
+
FileDataBase64?: string;
|
|
12
|
+
IsImage?: boolean;
|
|
13
|
+
FileThumbnailBase64?: string;
|
|
14
|
+
TrustedUrl?: any;
|
|
15
|
+
OrdinalPosition?: number;
|
|
16
|
+
Path: string;
|
|
17
|
+
ThumbmailPath: string;
|
|
18
|
+
Title: string;
|
|
19
|
+
CreationDate: Date;
|
|
20
|
+
ProjectName: string;
|
|
21
|
+
OrgaID: string;
|
|
22
|
+
FormID: string;
|
|
23
|
+
FieldID: string;
|
|
24
|
+
AnswerID: string;
|
|
25
|
+
ImageWidthPx: number;
|
|
26
|
+
ImageHeightPx: number;
|
|
27
|
+
ResizedImageHeightPx: number;
|
|
28
|
+
ButtonValue: string;
|
|
29
|
+
ButtonKey: string;
|
|
30
|
+
objectToSelect?: DynAttachmentSelectObject;
|
|
31
|
+
originalIndex?: number;
|
|
32
|
+
FileBases64?: {
|
|
33
|
+
[key: string]: string;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export declare class DynAttachmentSelectObject {
|
|
37
|
+
ID: number | string;
|
|
38
|
+
ButtonValue: string;
|
|
39
|
+
ButtonKey: string;
|
|
40
|
+
}
|
|
41
|
+
export declare class attachmentTypeEnum {
|
|
42
|
+
SINGLE: number;
|
|
43
|
+
LIST: number;
|
|
44
|
+
}
|
|
45
|
+
export declare enum AttachmentFieldTypeEnum {
|
|
46
|
+
IMMAGINE = 7,
|
|
47
|
+
ELENCO_IMMAGINI = 11,
|
|
48
|
+
IMMAGINE_CON_MARKERS = 13
|
|
49
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export declare class DynamicModuleCompileConfig {
|
|
2
|
-
/**
|
|
3
|
-
* Show/Hide module name in COMPILE/LIST
|
|
4
|
-
*/
|
|
5
|
-
showTitle: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* Show/Hide form save button
|
|
8
|
-
*/
|
|
9
|
-
showSaveButton: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Show/Hide form back/annulla button
|
|
12
|
-
*/
|
|
13
|
-
showBackButton: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Set id for save
|
|
16
|
-
*/
|
|
17
|
-
userID: string;
|
|
18
|
-
/**
|
|
19
|
-
* Bag di informazioni utilizzate lato server per filtrare le risposte sulla base di parametnri dell'applicazione ospitante
|
|
20
|
-
*/
|
|
21
|
-
additionalParams: any;
|
|
22
|
-
/**
|
|
23
|
-
* Bag di informazioni utilizzate lato client per operazioni dinamiche come label custom
|
|
24
|
-
*/
|
|
25
|
-
additionalInfo: any;
|
|
26
|
-
/**
|
|
27
|
-
* Prefilter Params for filtering
|
|
28
|
-
*/
|
|
29
|
-
prefilterParams: any;
|
|
30
|
-
/**
|
|
31
|
-
* Mostra bottone "nuova ricerca"
|
|
32
|
-
*/
|
|
33
|
-
showNewSearchButton: boolean;
|
|
34
|
-
constructor(showTitle?: boolean, showSaveButton?: boolean, showBackButton?: boolean, userID?: string, additionalParams?: any, additionalInfo?: any, prefilterParams?: any, showNewSearchButton?: boolean);
|
|
35
|
-
}
|
|
1
|
+
export declare class DynamicModuleCompileConfig {
|
|
2
|
+
/**
|
|
3
|
+
* Show/Hide module name in COMPILE/LIST
|
|
4
|
+
*/
|
|
5
|
+
showTitle: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Show/Hide form save button
|
|
8
|
+
*/
|
|
9
|
+
showSaveButton: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Show/Hide form back/annulla button
|
|
12
|
+
*/
|
|
13
|
+
showBackButton: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Set id for save
|
|
16
|
+
*/
|
|
17
|
+
userID: string;
|
|
18
|
+
/**
|
|
19
|
+
* Bag di informazioni utilizzate lato server per filtrare le risposte sulla base di parametnri dell'applicazione ospitante
|
|
20
|
+
*/
|
|
21
|
+
additionalParams: any;
|
|
22
|
+
/**
|
|
23
|
+
* Bag di informazioni utilizzate lato client per operazioni dinamiche come label custom
|
|
24
|
+
*/
|
|
25
|
+
additionalInfo: any;
|
|
26
|
+
/**
|
|
27
|
+
* Prefilter Params for filtering
|
|
28
|
+
*/
|
|
29
|
+
prefilterParams: any;
|
|
30
|
+
/**
|
|
31
|
+
* Mostra bottone "nuova ricerca"
|
|
32
|
+
*/
|
|
33
|
+
showNewSearchButton: boolean;
|
|
34
|
+
constructor(showTitle?: boolean, showSaveButton?: boolean, showBackButton?: boolean, userID?: string, additionalParams?: any, additionalInfo?: any, prefilterParams?: any, showNewSearchButton?: boolean);
|
|
35
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DynamicModuleCompileConfig } from "./dynamicModuleCompileConfig.model";
|
|
2
|
-
import { DynamicModuleGeneralConfig } from "./dynamicModuleGeneralConfig.model";
|
|
3
|
-
import { DynamicModuleListConfig } from "./dynamicModuleListConfig.model";
|
|
4
|
-
import { DynamicModuleRepairConfig } from "./dynamicModuleRepairConfig.model";
|
|
5
|
-
export declare class DynamicModuleConfig {
|
|
6
|
-
dynamicModuleGeneralConfig: DynamicModuleGeneralConfig;
|
|
7
|
-
dynamicModuleCompileConfig: DynamicModuleCompileConfig;
|
|
8
|
-
dynamicModuleListConfig: DynamicModuleListConfig;
|
|
9
|
-
dynamicModuleRepairConfig: DynamicModuleRepairConfig;
|
|
10
|
-
constructor(general: DynamicModuleGeneralConfig, compile: DynamicModuleCompileConfig, list: DynamicModuleListConfig, repair: DynamicModuleRepairConfig);
|
|
11
|
-
}
|
|
1
|
+
import { DynamicModuleCompileConfig } from "./dynamicModuleCompileConfig.model";
|
|
2
|
+
import { DynamicModuleGeneralConfig } from "./dynamicModuleGeneralConfig.model";
|
|
3
|
+
import { DynamicModuleListConfig } from "./dynamicModuleListConfig.model";
|
|
4
|
+
import { DynamicModuleRepairConfig } from "./dynamicModuleRepairConfig.model";
|
|
5
|
+
export declare class DynamicModuleConfig {
|
|
6
|
+
dynamicModuleGeneralConfig: DynamicModuleGeneralConfig;
|
|
7
|
+
dynamicModuleCompileConfig: DynamicModuleCompileConfig;
|
|
8
|
+
dynamicModuleListConfig: DynamicModuleListConfig;
|
|
9
|
+
dynamicModuleRepairConfig: DynamicModuleRepairConfig;
|
|
10
|
+
constructor(general: DynamicModuleGeneralConfig, compile: DynamicModuleCompileConfig, list: DynamicModuleListConfig, repair: DynamicModuleRepairConfig);
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DynamicModuleConfiguratorSpecificConfig } from "./dynamicModuleConfiguratorSpecificConfig.model";
|
|
2
|
-
import { DynamicModuleGeneralConfig } from "./dynamicModuleGeneralConfig.model";
|
|
3
|
-
export declare class DynamicModuleConfiguratorConfig {
|
|
4
|
-
dynamicModuleGeneralConfig: DynamicModuleGeneralConfig;
|
|
5
|
-
dynamicModuleConfiguratorSpecificConfig: DynamicModuleConfiguratorSpecificConfig;
|
|
6
|
-
constructor(general?: DynamicModuleGeneralConfig, specific?: DynamicModuleConfiguratorSpecificConfig);
|
|
7
|
-
}
|
|
1
|
+
import { DynamicModuleConfiguratorSpecificConfig } from "./dynamicModuleConfiguratorSpecificConfig.model";
|
|
2
|
+
import { DynamicModuleGeneralConfig } from "./dynamicModuleGeneralConfig.model";
|
|
3
|
+
export declare class DynamicModuleConfiguratorConfig {
|
|
4
|
+
dynamicModuleGeneralConfig: DynamicModuleGeneralConfig;
|
|
5
|
+
dynamicModuleConfiguratorSpecificConfig: DynamicModuleConfiguratorSpecificConfig;
|
|
6
|
+
constructor(general?: DynamicModuleGeneralConfig, specific?: DynamicModuleConfiguratorSpecificConfig);
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TemplateRef } from "@angular/core";
|
|
2
|
-
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
-
import { Form } from "./form.model";
|
|
4
|
-
export declare class DynamicModuleConfiguratorSpecificConfig {
|
|
5
|
-
form: Form;
|
|
6
|
-
orgaID: string;
|
|
7
|
-
UserID: number;
|
|
8
|
-
innerFormManagment: boolean;
|
|
9
|
-
innerFormRef: MatDialogRef<TemplateRef<any>>;
|
|
10
|
-
constructor(form?: Form, orgaID?: string, UserID?: number, innerFormManagment?: boolean, innerFormRef?: MatDialogRef<TemplateRef<any>>);
|
|
11
|
-
}
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
+
import { Form } from "./form.model";
|
|
4
|
+
export declare class DynamicModuleConfiguratorSpecificConfig {
|
|
5
|
+
form: Form;
|
|
6
|
+
orgaID: string;
|
|
7
|
+
UserID: number;
|
|
8
|
+
innerFormManagment: boolean;
|
|
9
|
+
innerFormRef: MatDialogRef<TemplateRef<any>>;
|
|
10
|
+
constructor(form?: Form, orgaID?: string, UserID?: number, innerFormManagment?: boolean, innerFormRef?: MatDialogRef<TemplateRef<any>>);
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum DynamicModuleFilterResultViewModeEnum {
|
|
2
|
-
EXTERNAL_ONLY = 0,
|
|
3
|
-
INTERNAL_LISTVIEW = 1,
|
|
4
|
-
INTERNAL_EQPTABLE = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum DynamicModuleFilterResultViewModeEnum {
|
|
2
|
+
EXTERNAL_ONLY = 0,
|
|
3
|
+
INTERNAL_LISTVIEW = 1,
|
|
4
|
+
INTERNAL_EQPTABLE = 2
|
|
5
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Context } from "./context.model";
|
|
2
|
-
import { EndPointConfiguration } from "./endPointConfiguration.model";
|
|
3
|
-
export declare class DynamicModuleGeneralConfig {
|
|
4
|
-
/**
|
|
5
|
-
* Url del server da chiamare per recuperare, salvare o eliminare i record.
|
|
6
|
-
* Usato per creare la configurazione di default degli endpoint da chiamare.
|
|
7
|
-
*/
|
|
8
|
-
baseServerUrl: string;
|
|
9
|
-
/**
|
|
10
|
-
* Token da usare negli endpoint da chiamare per recuperare o salvare i record.
|
|
11
|
-
* Usato solo se viene popolata la proprietà "baseServerUrl".
|
|
12
|
-
*/
|
|
13
|
-
userToken: string;
|
|
14
|
-
/**
|
|
15
|
-
* Configurazione degli endpoint da chiamare per recuperare o salvare i dati.
|
|
16
|
-
* Può essere definita dall'utente oppure lasciata null, viene popolata con dei
|
|
17
|
-
* valori di default se viene valorizzata la proprietà "baseServerUrl" altrimenti
|
|
18
|
-
* viene lasciata null e non viene eseguita nessuna chiamata al server.
|
|
19
|
-
*/
|
|
20
|
-
endPointConfiguration: EndPointConfiguration;
|
|
21
|
-
context: Context;
|
|
22
|
-
/**
|
|
23
|
-
* imposta la modalità di lavoro del componente COMPILE/LIST/REPAIR
|
|
24
|
-
*/
|
|
25
|
-
/**
|
|
26
|
-
* Specifica del form da visualizzare DynaForms.ID
|
|
27
|
-
*/
|
|
28
|
-
constructor(baseServerUrl?: string, userToken?: string, context?: Context, endPointConfiguration?: EndPointConfiguration);
|
|
29
|
-
}
|
|
1
|
+
import { Context } from "./context.model";
|
|
2
|
+
import { EndPointConfiguration } from "./endPointConfiguration.model";
|
|
3
|
+
export declare class DynamicModuleGeneralConfig {
|
|
4
|
+
/**
|
|
5
|
+
* Url del server da chiamare per recuperare, salvare o eliminare i record.
|
|
6
|
+
* Usato per creare la configurazione di default degli endpoint da chiamare.
|
|
7
|
+
*/
|
|
8
|
+
baseServerUrl: string;
|
|
9
|
+
/**
|
|
10
|
+
* Token da usare negli endpoint da chiamare per recuperare o salvare i record.
|
|
11
|
+
* Usato solo se viene popolata la proprietà "baseServerUrl".
|
|
12
|
+
*/
|
|
13
|
+
userToken: string;
|
|
14
|
+
/**
|
|
15
|
+
* Configurazione degli endpoint da chiamare per recuperare o salvare i dati.
|
|
16
|
+
* Può essere definita dall'utente oppure lasciata null, viene popolata con dei
|
|
17
|
+
* valori di default se viene valorizzata la proprietà "baseServerUrl" altrimenti
|
|
18
|
+
* viene lasciata null e non viene eseguita nessuna chiamata al server.
|
|
19
|
+
*/
|
|
20
|
+
endPointConfiguration: EndPointConfiguration;
|
|
21
|
+
context: Context;
|
|
22
|
+
/**
|
|
23
|
+
* imposta la modalità di lavoro del componente COMPILE/LIST/REPAIR
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* Specifica del form da visualizzare DynaForms.ID
|
|
27
|
+
*/
|
|
28
|
+
constructor(baseServerUrl?: string, userToken?: string, context?: Context, endPointConfiguration?: EndPointConfiguration);
|
|
29
|
+
}
|