@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.
Files changed (65) hide show
  1. package/README.md +35 -15
  2. package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +2 -2
  3. package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +26 -26
  4. package/esm2020/lib/components/private/action-button-creator/action-button-creator.component.mjs +4 -4
  5. package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +18 -18
  6. package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +7 -7
  7. package/esm2020/lib/components/private/dbg-templates/list-value-dbg-template/list-value-dbg-template.component.mjs +4 -4
  8. package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +5 -5
  9. package/esm2020/lib/components/private/dynamic-module-field-extra-fix/dynamic-module-field-extra-fix.component.mjs +5 -5
  10. package/esm2020/lib/components/private/field-templates/action-button-field-template/action-button-field-template.component.mjs +5 -5
  11. package/esm2020/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +10 -10
  12. package/esm2020/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +3 -3
  13. package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +11 -11
  14. package/esm2020/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +16 -9
  15. package/esm2020/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +6 -6
  16. package/esm2020/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +6 -6
  17. package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +5 -5
  18. package/esm2020/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.mjs +16 -16
  19. package/esm2020/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +19 -19
  20. package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +18 -18
  21. package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +32 -9
  22. package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +7 -7
  23. package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +8 -8
  24. package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +4 -4
  25. package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +7 -7
  26. package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +18 -11
  27. package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +7 -7
  28. package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +7 -7
  29. package/esm2020/lib/components/private/graphs/graphs.component.mjs +4 -4
  30. package/esm2020/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +5 -5
  31. package/esm2020/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +6 -6
  32. package/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +8 -10
  33. package/esm2020/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +5 -5
  34. package/esm2020/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +5 -5
  35. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +4 -4
  36. package/esm2020/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +15 -8
  37. package/esm2020/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +7 -7
  38. package/esm2020/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +7 -7
  39. package/esm2020/lib/eqp-dynamic-module.module.mjs +22 -44
  40. package/esm2020/lib/models/dynAttachment.mjs +1 -1
  41. package/fesm2015/eqproject-eqp-dynamic-module.mjs +275 -253
  42. package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
  43. package/fesm2020/eqproject-eqp-dynamic-module.mjs +274 -253
  44. package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
  45. package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +1 -1
  46. package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +8 -8
  47. package/lib/components/private/add-form-field/add-form-field.component.d.ts +14 -14
  48. package/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.d.ts +2 -2
  49. package/lib/components/private/field-templates/date-field-template/date-field-template.component.d.ts +1 -1
  50. package/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.d.ts +2 -2
  51. package/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.d.ts +11 -11
  52. package/lib/components/private/form-records/list-form-record/list-form-record.component.d.ts +11 -11
  53. package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +9 -9
  54. package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +4 -3
  55. package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +1 -1
  56. package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +1 -1
  57. package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +1 -1
  58. package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +3 -3
  59. package/lib/components/private/trigger-creator/trigger-creator.component.d.ts +0 -2
  60. package/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.d.ts +1 -1
  61. package/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.d.ts +1 -1
  62. package/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.d.ts +3 -3
  63. package/lib/eqp-dynamic-module.module.d.ts +9 -26
  64. package/lib/models/dynAttachment.d.ts +2 -2
  65. 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.10.104",
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-picker": "^1.2.5",
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",