@eqproject/eqp-dynamic-module 2.10.104 → 2.11.1
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/README.md +35 -15
- package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +2 -2
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +26 -26
- package/esm2020/lib/components/private/action-button-creator/action-button-creator.component.mjs +4 -4
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +18 -18
- package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +7 -7
- package/esm2020/lib/components/private/dbg-templates/list-value-dbg-template/list-value-dbg-template.component.mjs +4 -4
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +5 -5
- package/esm2020/lib/components/private/dynamic-module-field-extra-fix/dynamic-module-field-extra-fix.component.mjs +5 -5
- package/esm2020/lib/components/private/field-templates/action-button-field-template/action-button-field-template.component.mjs +5 -5
- package/esm2020/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +10 -10
- package/esm2020/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +3 -3
- package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +11 -11
- package/esm2020/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +16 -9
- package/esm2020/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +6 -6
- package/esm2020/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +6 -6
- package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +5 -5
- package/esm2020/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.mjs +16 -16
- package/esm2020/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +19 -19
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +18 -18
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +32 -9
- package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +7 -7
- package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +8 -8
- package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +4 -4
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +7 -7
- package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +18 -11
- package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +7 -7
- package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +7 -7
- package/esm2020/lib/components/private/graphs/graphs.component.mjs +4 -4
- package/esm2020/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +5 -5
- package/esm2020/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +6 -6
- package/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +8 -10
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +5 -5
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +5 -5
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +4 -4
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +15 -8
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +7 -7
- package/esm2020/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +7 -7
- package/esm2020/lib/eqp-dynamic-module.module.mjs +22 -44
- package/esm2020/lib/models/dynAttachment.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +275 -253
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +274 -253
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +1 -1
- package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +8 -8
- package/lib/components/private/add-form-field/add-form-field.component.d.ts +14 -14
- package/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.d.ts +2 -2
- package/lib/components/private/field-templates/date-field-template/date-field-template.component.d.ts +1 -1
- package/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.d.ts +2 -2
- package/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.d.ts +11 -11
- package/lib/components/private/form-records/list-form-record/list-form-record.component.d.ts +11 -11
- package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +9 -9
- package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +4 -3
- package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +1 -1
- package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +1 -1
- package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +1 -1
- package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +3 -3
- package/lib/components/private/trigger-creator/trigger-creator.component.d.ts +0 -2
- package/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.d.ts +1 -1
- package/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.d.ts +1 -1
- package/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.d.ts +3 -3
- package/lib/eqp-dynamic-module.module.d.ts +9 -26
- package/lib/models/dynAttachment.d.ts +2 -2
- package/package.json +8 -15
package/package.json
CHANGED
|
@@ -4,39 +4,32 @@
|
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "EqProject"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.
|
|
7
|
+
"version": "2.11.1",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular-material-components/datetime-picker": "^15.0.0",
|
|
10
|
-
"@angular-material-components/moment-adapter": "^15.0.0",
|
|
11
9
|
"@angular/cdk": "^15.1.2",
|
|
12
10
|
"@angular/common": "^15.1.2",
|
|
13
11
|
"@angular/core": "^15.1.2",
|
|
14
12
|
"@angular/material": "^15.1.2",
|
|
15
13
|
"@angular/material-luxon-adapter": "^15.2.9",
|
|
16
|
-
"moment": "^2.29.4",
|
|
17
14
|
"sweetalert2": "^11.4.24"
|
|
18
15
|
},
|
|
19
16
|
"dependencies": {
|
|
20
17
|
"@canvasjs/angular-stockcharts": "^1.1.0",
|
|
21
18
|
"@canvasjs/stockcharts": "^1.7.39",
|
|
22
|
-
"@eqproject/eqp-attachments": "2.1.3",
|
|
23
|
-
"@eqproject/eqp-filters": "2.0.3",
|
|
24
|
-
"@eqproject/eqp-numeric": "2.0.1",
|
|
25
|
-
"@eqproject/eqp-select": "2.0.2",
|
|
26
|
-
"@eqproject/eqp-table": "2.6.0",
|
|
27
19
|
"acorn": "^8.15.0",
|
|
28
|
-
"browser-image-compression": "^1.0.15",
|
|
29
20
|
"fabric": "^5.5.2",
|
|
30
|
-
"luxon": "^3.7.2",
|
|
31
|
-
"ngx-image-cropper": "^6.3.2",
|
|
32
|
-
"ngx-mat-select-search": "^7.0.1",
|
|
33
21
|
"simple-statistics": "^7.8.3",
|
|
34
|
-
"tmw-
|
|
22
|
+
"tmw-attachments": "^0.1.7",
|
|
23
|
+
"tmw-icons": "^0.1.1",
|
|
24
|
+
"tmw-numeric": "^0.1.1",
|
|
25
|
+
"tmw-picker": "^1.2.18",
|
|
26
|
+
"tmw-select": "^0.1.12",
|
|
27
|
+
"tmw-table": "^0.1.13",
|
|
28
|
+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
35
29
|
"tslib": "^2.4.0"
|
|
36
30
|
},
|
|
37
31
|
"sideEffects": true,
|
|
38
32
|
"overrides": {
|
|
39
|
-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
40
33
|
"dompurify": "^3.2.4",
|
|
41
34
|
"jspdf": "^4.2.1",
|
|
42
35
|
"jspdf-autotable": "3.8.3",
|