@eqproject/eqp-dynamic-module 2.8.8 → 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.
Files changed (293) hide show
  1. package/{esm2020 → esm2022}/eqproject-eqp-dynamic-module.mjs +4 -4
  2. package/esm2022/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +531 -0
  3. package/esm2022/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +1245 -0
  4. package/esm2022/lib/components/private/add-form-field/add-form-field.component.mjs +1263 -0
  5. package/esm2022/lib/components/private/add-formula-field/add-formula-field.component.mjs +200 -0
  6. package/esm2022/lib/components/private/dbgetter/dbgetter.component.mjs +233 -0
  7. package/esm2022/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +280 -0
  8. package/esm2022/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +143 -0
  9. package/esm2022/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.mjs +75 -0
  10. package/esm2022/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +106 -0
  11. package/esm2022/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.mjs +107 -0
  12. package/esm2022/lib/components/private/field-templates/image-field-template/image-field-template.component.mjs +265 -0
  13. package/esm2022/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.mjs +261 -0
  14. package/esm2022/lib/components/private/field-templates/label-field-template/label-field-template.component.mjs +82 -0
  15. package/esm2022/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +176 -0
  16. package/esm2022/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +129 -0
  17. package/esm2022/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +103 -0
  18. package/esm2022/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +78 -0
  19. package/esm2022/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +837 -0
  20. package/esm2022/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +408 -0
  21. package/esm2022/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +651 -0
  22. package/esm2022/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.mjs +82 -0
  23. package/esm2022/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.mjs +59 -0
  24. package/esm2022/lib/components/private/form-records/view-form-record/view-form-record.component.mjs +131 -0
  25. package/esm2022/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +89 -0
  26. package/esm2022/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +460 -0
  27. package/esm2022/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +58 -0
  28. package/esm2022/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +110 -0
  29. package/esm2022/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +108 -0
  30. package/esm2022/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +58 -0
  31. package/esm2022/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +135 -0
  32. package/esm2022/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +58 -0
  33. package/esm2022/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +141 -0
  34. package/esm2022/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +126 -0
  35. package/esm2022/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +111 -0
  36. package/esm2022/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +111 -0
  37. package/esm2022/lib/components/private/graphs/graph/graph.component.mjs +186 -0
  38. package/esm2022/lib/components/private/graphs/graphs.component.mjs +175 -0
  39. package/esm2022/lib/components/private/spinner/spinner.component.mjs +21 -0
  40. package/{esm2020 → esm2022}/lib/components/private/tmw-image-drawer/i18n.mjs +62 -62
  41. package/esm2022/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +413 -0
  42. package/esm2022/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +348 -0
  43. package/esm2022/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.mjs +81 -0
  44. package/esm2022/lib/components/private/trigger-creator/trigger-creator.component.mjs +199 -0
  45. package/esm2022/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +91 -0
  46. package/esm2022/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +88 -0
  47. package/esm2022/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +61 -0
  48. package/esm2022/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +69 -0
  49. package/esm2022/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +107 -0
  50. package/esm2022/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +92 -0
  51. package/esm2022/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +92 -0
  52. package/esm2022/lib/directives/dynamic-loader/dynamic-loader.directive.mjs +63 -0
  53. package/esm2022/lib/directives/speech-to-text/speech-to-text.directive.mjs +192 -0
  54. package/esm2022/lib/eqp-dynamic-module.module.mjs +253 -0
  55. package/{esm2020 → esm2022}/lib/interfaces/iBaseFieldComponent.interface.mjs +1 -1
  56. package/{esm2020 → esm2022}/lib/interfaces/iRootObject.interface.mjs +1 -1
  57. package/esm2022/lib/models/baseField.model.mjs +133 -0
  58. package/esm2022/lib/models/baseObj.model.mjs +10 -0
  59. package/{esm2020 → esm2022}/lib/models/context.model.mjs +10 -8
  60. package/esm2022/lib/models/dynAttachment.mjs +52 -0
  61. package/esm2022/lib/models/dynamicModuleCompileConfig.model.mjs +45 -0
  62. package/esm2022/lib/models/dynamicModuleConfig.model.mjs +13 -0
  63. package/esm2022/lib/models/dynamicModuleConfiguratorConfig.model.mjs +11 -0
  64. package/esm2022/lib/models/dynamicModuleConfiguratorSpecificConfig.model.mjs +16 -0
  65. package/{esm2020 → esm2022}/lib/models/dynamicModuleFilterResultViewModeEnum.model.mjs +6 -6
  66. package/esm2022/lib/models/dynamicModuleGeneralConfig.model.mjs +36 -0
  67. package/esm2022/lib/models/dynamicModuleListConfig.model.mjs +48 -0
  68. package/esm2022/lib/models/dynamicModuleListFormRecordActionsDefault.mjs +35 -0
  69. package/{esm2020 → esm2022}/lib/models/dynamicModuleRepairConfig.model.mjs +10 -10
  70. package/{esm2020 → esm2022}/lib/models/dynamicModuleViewModeEnum.mjs +11 -11
  71. package/esm2022/lib/models/endPointConfiguration.model.mjs +211 -0
  72. package/{esm2020 → esm2022}/lib/models/entity.model.mjs +10 -7
  73. package/esm2022/lib/models/fields/attachmentField.model.mjs +28 -0
  74. package/esm2022/lib/models/fields/booleanField.model.mjs +15 -0
  75. package/esm2022/lib/models/fields/dateField.model.mjs +15 -0
  76. package/esm2022/lib/models/fields/imageField.model.mjs +14 -0
  77. package/esm2022/lib/models/fields/imageSelectorField.model.mjs +10 -0
  78. package/esm2022/lib/models/fields/imageWithMarkersField.model.mjs +7 -0
  79. package/{esm2020 → esm2022}/lib/models/fields/labelField.model.mjs +5 -4
  80. package/esm2022/lib/models/fields/listValueField.model.mjs +24 -0
  81. package/esm2022/lib/models/fields/lookupField.model.mjs +11 -0
  82. package/esm2022/lib/models/fields/numericField.model.mjs +13 -0
  83. package/esm2022/lib/models/fields/textField.model.mjs +18 -0
  84. package/esm2022/lib/models/fields/textareaField.model.mjs +9 -0
  85. package/esm2022/lib/models/form.model.mjs +63 -0
  86. package/esm2022/lib/models/getter.model.mjs +6 -0
  87. package/esm2022/lib/models/graph.model.mjs +19 -0
  88. package/{esm2020 → esm2022}/lib/models/logicOperator.model.mjs +55 -55
  89. package/esm2022/lib/models/record.model.mjs +39 -0
  90. package/esm2022/lib/models/statistic.model.mjs +12 -0
  91. package/esm2022/lib/models/trigger.model.mjs +63 -0
  92. package/esm2022/lib/modules/formula.model.mjs +266 -0
  93. package/{esm2020 → esm2022}/lib/modules/material.module.mjs +231 -231
  94. package/{esm2020 → esm2022}/lib/services/custom-form-validators.service.mjs +18 -18
  95. package/esm2022/lib/services/db-date.service.mjs +178 -0
  96. package/esm2022/lib/services/eqp-dynamic-module-dialog.service.mjs +114 -0
  97. package/esm2022/lib/services/global.service.mjs +43 -0
  98. package/esm2022/lib/services/spinner.service.mjs +41 -0
  99. package/esm2022/lib/services/utilityHelper.services.mjs +601 -0
  100. package/{esm2020 → esm2022}/public-api.mjs +56 -56
  101. package/fesm2022/eqproject-eqp-dynamic-module.mjs +13506 -0
  102. package/fesm2022/eqproject-eqp-dynamic-module.mjs.map +1 -0
  103. package/index.d.ts +5 -5
  104. package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +162 -162
  105. package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +308 -308
  106. package/lib/components/private/add-form-field/add-form-field.component.d.ts +263 -263
  107. package/lib/components/private/add-formula-field/add-formula-field.component.d.ts +45 -45
  108. package/lib/components/private/dbgetter/dbgetter.component.d.ts +51 -51
  109. package/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.d.ts +84 -84
  110. package/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.d.ts +57 -57
  111. package/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.d.ts +27 -27
  112. package/lib/components/private/field-templates/date-field-template/date-field-template.component.d.ts +36 -36
  113. package/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.d.ts +33 -33
  114. package/lib/components/private/field-templates/image-field-template/image-field-template.component.d.ts +80 -80
  115. package/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.d.ts +78 -78
  116. package/lib/components/private/field-templates/label-field-template/label-field-template.component.d.ts +33 -33
  117. package/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.d.ts +59 -59
  118. package/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.d.ts +40 -40
  119. package/lib/components/private/field-templates/text-field-template/text-field-template.component.d.ts +35 -35
  120. package/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.d.ts +31 -31
  121. package/lib/components/private/form-records/add-form-record/add-form-record.component.d.ts +104 -104
  122. package/lib/components/private/form-records/list-form-record/list-form-record.component.d.ts +83 -83
  123. package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +151 -151
  124. package/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.d.ts +39 -39
  125. package/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.d.ts +20 -20
  126. package/lib/components/private/form-records/view-form-record/view-form-record.component.d.ts +36 -36
  127. package/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.d.ts +42 -42
  128. package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +109 -109
  129. package/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.d.ts +21 -21
  130. package/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.d.ts +37 -37
  131. package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +37 -37
  132. package/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.d.ts +21 -21
  133. package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +47 -47
  134. package/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.d.ts +21 -21
  135. package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +47 -47
  136. package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +40 -40
  137. package/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.d.ts +38 -38
  138. package/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.d.ts +38 -38
  139. package/lib/components/private/graphs/graph/graph.component.d.ts +25 -25
  140. package/lib/components/private/graphs/graphs.component.d.ts +47 -47
  141. package/lib/components/private/spinner/spinner.component.d.ts +12 -12
  142. package/lib/components/private/tmw-image-drawer/i18n.d.ts +27 -27
  143. package/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.d.ts +70 -70
  144. package/lib/components/private/tmw-image-marker/tmw-image-marker.component.d.ts +62 -62
  145. package/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.d.ts +42 -42
  146. package/lib/components/private/trigger-creator/trigger-creator.component.d.ts +42 -42
  147. package/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.d.ts +34 -34
  148. package/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.d.ts +34 -34
  149. package/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.d.ts +24 -24
  150. package/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.d.ts +34 -34
  151. package/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.d.ts +37 -37
  152. package/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.d.ts +36 -36
  153. package/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.d.ts +36 -36
  154. package/lib/directives/dynamic-loader/dynamic-loader.directive.d.ts +26 -26
  155. package/lib/directives/speech-to-text/speech-to-text.directive.d.ts +31 -31
  156. package/lib/eqp-dynamic-module.module.d.ts +85 -85
  157. package/lib/interfaces/iBaseFieldComponent.interface.d.ts +8 -8
  158. package/lib/interfaces/iRootObject.interface.d.ts +11 -11
  159. package/lib/models/baseField.model.d.ts +126 -126
  160. package/lib/models/baseObj.model.d.ts +9 -9
  161. package/lib/models/context.model.d.ts +9 -9
  162. package/lib/models/dynAttachment.d.ts +49 -49
  163. package/lib/models/dynamicModuleCompileConfig.model.d.ts +35 -35
  164. package/lib/models/dynamicModuleConfig.model.d.ts +11 -11
  165. package/lib/models/dynamicModuleConfiguratorConfig.model.d.ts +7 -7
  166. package/lib/models/dynamicModuleConfiguratorSpecificConfig.model.d.ts +11 -11
  167. package/lib/models/dynamicModuleFilterResultViewModeEnum.model.d.ts +5 -5
  168. package/lib/models/dynamicModuleGeneralConfig.model.d.ts +29 -29
  169. package/lib/models/dynamicModuleListConfig.model.d.ts +39 -39
  170. package/lib/models/dynamicModuleListFormRecordActionsDefault.d.ts +9 -9
  171. package/lib/models/dynamicModuleRepairConfig.model.d.ts +4 -4
  172. package/lib/models/dynamicModuleViewModeEnum.d.ts +10 -10
  173. package/lib/models/endPointConfiguration.model.d.ts +46 -46
  174. package/lib/models/entity.model.d.ts +11 -11
  175. package/lib/models/fields/attachmentField.model.d.ts +17 -17
  176. package/lib/models/fields/booleanField.model.d.ts +11 -11
  177. package/lib/models/fields/dateField.model.d.ts +13 -13
  178. package/lib/models/fields/imageField.model.d.ts +13 -13
  179. package/lib/models/fields/imageSelectorField.model.d.ts +12 -12
  180. package/lib/models/fields/imageWithMarkersField.model.d.ts +7 -7
  181. package/lib/models/fields/labelField.model.d.ts +4 -4
  182. package/lib/models/fields/listValueField.model.d.ts +24 -24
  183. package/lib/models/fields/lookupField.model.d.ts +10 -10
  184. package/lib/models/fields/numericField.model.d.ts +12 -12
  185. package/lib/models/fields/textField.model.d.ts +16 -16
  186. package/lib/models/fields/textareaField.model.d.ts +8 -8
  187. package/lib/models/form.model.d.ts +61 -61
  188. package/lib/models/getter.model.d.ts +5 -5
  189. package/lib/models/graph.model.d.ts +18 -18
  190. package/lib/models/logicOperator.model.d.ts +48 -48
  191. package/lib/models/record.model.d.ts +41 -41
  192. package/lib/models/statistic.model.d.ts +13 -13
  193. package/lib/models/trigger.model.d.ts +51 -51
  194. package/lib/modules/formula.model.d.ts +32 -32
  195. package/lib/modules/material.module.d.ts +37 -37
  196. package/lib/services/custom-form-validators.service.d.ts +5 -5
  197. package/lib/services/db-date.service.d.ts +24 -24
  198. package/lib/services/eqp-dynamic-module-dialog.service.d.ts +44 -44
  199. package/lib/services/global.service.d.ts +16 -16
  200. package/lib/services/spinner.service.d.ts +18 -18
  201. package/lib/services/utilityHelper.services.d.ts +101 -101
  202. package/package.json +20 -25
  203. package/public-api.d.ts +53 -53
  204. package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +0 -516
  205. package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +0 -1196
  206. package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +0 -1202
  207. package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +0 -196
  208. package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +0 -226
  209. package/esm2020/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +0 -263
  210. package/esm2020/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +0 -138
  211. package/esm2020/lib/components/private/field-templates/boolean-field-template/boolean-field-template.component.mjs +0 -71
  212. package/esm2020/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +0 -104
  213. package/esm2020/lib/components/private/field-templates/image-field-selector-template/image-field-selector-template.component.mjs +0 -100
  214. package/esm2020/lib/components/private/field-templates/image-field-template/image-field-template.component.mjs +0 -256
  215. package/esm2020/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.mjs +0 -252
  216. package/esm2020/lib/components/private/field-templates/label-field-template/label-field-template.component.mjs +0 -74
  217. package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +0 -172
  218. package/esm2020/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +0 -124
  219. package/esm2020/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +0 -95
  220. package/esm2020/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +0 -71
  221. package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +0 -828
  222. package/esm2020/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +0 -400
  223. package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +0 -628
  224. package/esm2020/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.mjs +0 -75
  225. package/esm2020/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.mjs +0 -54
  226. package/esm2020/lib/components/private/form-records/view-form-record/view-form-record.component.mjs +0 -125
  227. package/esm2020/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +0 -76
  228. package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +0 -453
  229. package/esm2020/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +0 -57
  230. package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +0 -104
  231. package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +0 -105
  232. package/esm2020/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +0 -57
  233. package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +0 -128
  234. package/esm2020/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +0 -57
  235. package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +0 -135
  236. package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +0 -120
  237. package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +0 -102
  238. package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +0 -102
  239. package/esm2020/lib/components/private/graphs/graph/graph.component.mjs +0 -180
  240. package/esm2020/lib/components/private/graphs/graphs.component.mjs +0 -164
  241. package/esm2020/lib/components/private/spinner/spinner.component.mjs +0 -19
  242. package/esm2020/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +0 -403
  243. package/esm2020/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +0 -336
  244. package/esm2020/lib/components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component.mjs +0 -69
  245. package/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +0 -191
  246. package/esm2020/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +0 -86
  247. package/esm2020/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +0 -86
  248. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +0 -60
  249. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +0 -66
  250. package/esm2020/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +0 -102
  251. package/esm2020/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +0 -84
  252. package/esm2020/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +0 -84
  253. package/esm2020/lib/directives/dynamic-loader/dynamic-loader.directive.mjs +0 -59
  254. package/esm2020/lib/directives/speech-to-text/speech-to-text.directive.mjs +0 -186
  255. package/esm2020/lib/eqp-dynamic-module.module.mjs +0 -253
  256. package/esm2020/lib/models/baseField.model.mjs +0 -101
  257. package/esm2020/lib/models/baseObj.model.mjs +0 -9
  258. package/esm2020/lib/models/dynAttachment.mjs +0 -21
  259. package/esm2020/lib/models/dynamicModuleCompileConfig.model.mjs +0 -13
  260. package/esm2020/lib/models/dynamicModuleConfig.model.mjs +0 -9
  261. package/esm2020/lib/models/dynamicModuleConfiguratorConfig.model.mjs +0 -9
  262. package/esm2020/lib/models/dynamicModuleConfiguratorSpecificConfig.model.mjs +0 -15
  263. package/esm2020/lib/models/dynamicModuleGeneralConfig.model.mjs +0 -36
  264. package/esm2020/lib/models/dynamicModuleListConfig.model.mjs +0 -30
  265. package/esm2020/lib/models/dynamicModuleListFormRecordActionsDefault.mjs +0 -11
  266. package/esm2020/lib/models/endPointConfiguration.model.mjs +0 -205
  267. package/esm2020/lib/models/fields/attachmentField.model.mjs +0 -22
  268. package/esm2020/lib/models/fields/booleanField.model.mjs +0 -12
  269. package/esm2020/lib/models/fields/dateField.model.mjs +0 -15
  270. package/esm2020/lib/models/fields/imageField.model.mjs +0 -15
  271. package/esm2020/lib/models/fields/imageSelectorField.model.mjs +0 -8
  272. package/esm2020/lib/models/fields/imageWithMarkersField.model.mjs +0 -8
  273. package/esm2020/lib/models/fields/listValueField.model.mjs +0 -11
  274. package/esm2020/lib/models/fields/lookupField.model.mjs +0 -5
  275. package/esm2020/lib/models/fields/numericField.model.mjs +0 -5
  276. package/esm2020/lib/models/fields/textField.model.mjs +0 -14
  277. package/esm2020/lib/models/fields/textareaField.model.mjs +0 -4
  278. package/esm2020/lib/models/form.model.mjs +0 -24
  279. package/esm2020/lib/models/getter.model.mjs +0 -3
  280. package/esm2020/lib/models/graph.model.mjs +0 -15
  281. package/esm2020/lib/models/record.model.mjs +0 -10
  282. package/esm2020/lib/models/statistic.model.mjs +0 -8
  283. package/esm2020/lib/models/trigger.model.mjs +0 -41
  284. package/esm2020/lib/modules/formula.model.mjs +0 -265
  285. package/esm2020/lib/services/db-date.service.mjs +0 -178
  286. package/esm2020/lib/services/eqp-dynamic-module-dialog.service.mjs +0 -114
  287. package/esm2020/lib/services/global.service.mjs +0 -41
  288. package/esm2020/lib/services/spinner.service.mjs +0 -43
  289. package/esm2020/lib/services/utilityHelper.services.mjs +0 -598
  290. package/fesm2015/eqproject-eqp-dynamic-module.mjs +0 -12782
  291. package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +0 -1
  292. package/fesm2020/eqproject-eqp-dynamic-module.mjs +0 -12751
  293. package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +0 -1
@@ -1,34 +1,34 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Record } from '../../../../../models/record.model';
3
- import { BooleanLogicOperatorType, TriggerCondition } from '../../../../../models/trigger.model';
4
- import { ListPresentationEnum, ListValueField } from '../../../../../models/fields/listValueField.model';
5
- import { LogicOperatorListValue } from '../../../../../models/logicOperator.model';
6
- import * as i0 from "@angular/core";
7
- export declare class ListValueTriggerTemplateComponent {
8
- condition: TriggerCondition;
9
- recordChange: EventEmitter<Record>;
10
- triggerChange: EventEmitter<any>;
11
- logicOperatorListValue: typeof LogicOperatorListValue;
12
- selectedLogicOperatorListValue: LogicOperatorListValue;
13
- FieldstyleObj: any;
14
- LabelstyleObj: any;
15
- booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
- selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
- field: ListValueField;
18
- ListPresentationEnum: typeof ListPresentationEnum;
19
- arrayData: {
20
- Key: string;
21
- Value: any;
22
- Selected?: boolean;
23
- ImgUrl?: string;
24
- }[];
25
- ngOnInit(): void;
26
- initStyles(): void;
27
- /**
28
- * Metodo per emettere l'evento che il valore del record è cambiato.
29
- */
30
- onTriggerChange(): void;
31
- private setArrayData;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<ListValueTriggerTemplateComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<ListValueTriggerTemplateComponent, "list-value-trigger-template", never, { "condition": "condition"; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
34
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Record } from '../../../../../models/record.model';
3
+ import { BooleanLogicOperatorType, TriggerCondition } from '../../../../../models/trigger.model';
4
+ import { ListPresentationEnum, ListValueField } from '../../../../../models/fields/listValueField.model';
5
+ import { LogicOperatorListValue } from '../../../../../models/logicOperator.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ListValueTriggerTemplateComponent {
8
+ condition: TriggerCondition;
9
+ recordChange: EventEmitter<Record>;
10
+ triggerChange: EventEmitter<any>;
11
+ logicOperatorListValue: typeof LogicOperatorListValue;
12
+ selectedLogicOperatorListValue: LogicOperatorListValue;
13
+ FieldstyleObj: any;
14
+ LabelstyleObj: any;
15
+ booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
+ selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
+ field: ListValueField;
18
+ ListPresentationEnum: typeof ListPresentationEnum;
19
+ arrayData: {
20
+ Key: string;
21
+ Value: any;
22
+ Selected?: boolean;
23
+ ImgUrl?: string;
24
+ }[];
25
+ ngOnInit(): void;
26
+ initStyles(): void;
27
+ /**
28
+ * Metodo per emettere l'evento che il valore del record è cambiato.
29
+ */
30
+ onTriggerChange(): void;
31
+ private setArrayData;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListValueTriggerTemplateComponent, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListValueTriggerTemplateComponent, "list-value-trigger-template", never, { "condition": { "alias": "condition"; "required": false; }; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
34
+ }
@@ -1,37 +1,37 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { NumericMaskConfig } from '@eqproject/eqp-numeric';
3
- import { NumericField } from '../../../../../models/fields/numericField.model';
4
- import { LogicOperatorNumeric } from '../../../../../models/logicOperator.model';
5
- import { TriggerCondition, BooleanLogicOperatorType } from '../../../../../models/trigger.model';
6
- import * as i0 from "@angular/core";
7
- export declare class NumericTriggerTemplateComponent implements OnInit {
8
- condition: TriggerCondition;
9
- triggerChange: EventEmitter<any>;
10
- validatorsArray: any[];
11
- eqpNumericOptions: Partial<NumericMaskConfig>;
12
- logicOperatorNumeric: typeof LogicOperatorNumeric;
13
- selectedLogicOperator: LogicOperatorNumeric;
14
- activeCondition: boolean;
15
- booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
- selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
- field: NumericField;
18
- FieldstyleObj: any;
19
- LabelstyleObj: any;
20
- constructor();
21
- ngOnInit(): void;
22
- initStyles(): void;
23
- /**
24
- * Metodo per emettere l'evento che il valore del record è cambiato.
25
- */
26
- onTriggerChange(): void;
27
- /**
28
- * Metodo per configurare eqp-numeric
29
- */
30
- private configureEqpNumericOptions;
31
- /**
32
- * Metodo di aggiunta dei validator dell'input
33
- */
34
- private configureControllers;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTriggerTemplateComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericTriggerTemplateComponent, "numeric-trigger-template", never, { "condition": "condition"; }, { "triggerChange": "triggerChange"; }, never, never, false, never>;
37
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { NumericMaskConfig } from '@eqproject/eqp-numeric';
3
+ import { NumericField } from '../../../../../models/fields/numericField.model';
4
+ import { LogicOperatorNumeric } from '../../../../../models/logicOperator.model';
5
+ import { TriggerCondition, BooleanLogicOperatorType } from '../../../../../models/trigger.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class NumericTriggerTemplateComponent implements OnInit {
8
+ condition: TriggerCondition;
9
+ triggerChange: EventEmitter<any>;
10
+ validatorsArray: any[];
11
+ eqpNumericOptions: Partial<NumericMaskConfig>;
12
+ logicOperatorNumeric: typeof LogicOperatorNumeric;
13
+ selectedLogicOperator: LogicOperatorNumeric;
14
+ activeCondition: boolean;
15
+ booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
+ selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
+ field: NumericField;
18
+ FieldstyleObj: any;
19
+ LabelstyleObj: any;
20
+ constructor();
21
+ ngOnInit(): void;
22
+ initStyles(): void;
23
+ /**
24
+ * Metodo per emettere l'evento che il valore del record è cambiato.
25
+ */
26
+ onTriggerChange(): void;
27
+ /**
28
+ * Metodo per configurare eqp-numeric
29
+ */
30
+ private configureEqpNumericOptions;
31
+ /**
32
+ * Metodo di aggiunta dei validator dell'input
33
+ */
34
+ private configureControllers;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumericTriggerTemplateComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericTriggerTemplateComponent, "numeric-trigger-template", never, { "condition": { "alias": "condition"; "required": false; }; }, { "triggerChange": "triggerChange"; }, never, never, false, never>;
37
+ }
@@ -1,36 +1,36 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Record } from '../../../../../models/record.model';
3
- import { TextMaskEnum, TextField } from '../../../../../models/fields/textField.model';
4
- import { Subscription } from 'rxjs';
5
- import { LogicOperatorText } from '../../../../../models/logicOperator.model';
6
- import { BooleanLogicOperatorType, TriggerCondition } from '../../../../../models/trigger.model';
7
- import * as i0 from "@angular/core";
8
- export declare class TextTriggerTemplateComponent {
9
- condition: TriggerCondition;
10
- recordChange: EventEmitter<Record>;
11
- triggerChange: EventEmitter<any>;
12
- isStillRecoginze: boolean;
13
- source: import("rxjs").Observable<number>;
14
- newtext: string;
15
- subscription: Subscription;
16
- STT: boolean;
17
- FieldstyleObj: any;
18
- LabelstyleObj: any;
19
- InputMaskEnum: typeof TextMaskEnum;
20
- logicOperatorText: typeof LogicOperatorText;
21
- selectedLogicOperator: LogicOperatorText;
22
- activeCondition: boolean;
23
- booleanLogicOperatorType: typeof BooleanLogicOperatorType;
24
- selectedBooleanLogicOperator: BooleanLogicOperatorType;
25
- field: TextField;
26
- constructor();
27
- ngOnInit(): void;
28
- initStyles(): void;
29
- getInputType(): "text" | "email" | "password" | "tel" | "url";
30
- /**
31
- * Metodo per emettere l'evento che il valore del record è cambiato.
32
- */
33
- onTriggerChange(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<TextTriggerTemplateComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<TextTriggerTemplateComponent, "text-trigger-template", never, { "condition": "condition"; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
36
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Record } from '../../../../../models/record.model';
3
+ import { TextMaskEnum, TextField } from '../../../../../models/fields/textField.model';
4
+ import { Subscription } from 'rxjs';
5
+ import { LogicOperatorText } from '../../../../../models/logicOperator.model';
6
+ import { BooleanLogicOperatorType, TriggerCondition } from '../../../../../models/trigger.model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class TextTriggerTemplateComponent {
9
+ condition: TriggerCondition;
10
+ recordChange: EventEmitter<Record>;
11
+ triggerChange: EventEmitter<any>;
12
+ isStillRecoginze: boolean;
13
+ source: import("rxjs").Observable<number>;
14
+ newtext: string;
15
+ subscription: Subscription;
16
+ STT: boolean;
17
+ FieldstyleObj: any;
18
+ LabelstyleObj: any;
19
+ InputMaskEnum: typeof TextMaskEnum;
20
+ logicOperatorText: typeof LogicOperatorText;
21
+ selectedLogicOperator: LogicOperatorText;
22
+ activeCondition: boolean;
23
+ booleanLogicOperatorType: typeof BooleanLogicOperatorType;
24
+ selectedBooleanLogicOperator: BooleanLogicOperatorType;
25
+ field: TextField;
26
+ constructor();
27
+ ngOnInit(): void;
28
+ initStyles(): void;
29
+ getInputType(): "text" | "email" | "password" | "tel" | "url";
30
+ /**
31
+ * Metodo per emettere l'evento che il valore del record è cambiato.
32
+ */
33
+ onTriggerChange(): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextTriggerTemplateComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextTriggerTemplateComponent, "text-trigger-template", never, { "condition": { "alias": "condition"; "required": false; }; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
36
+ }
@@ -1,36 +1,36 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Record } from '../../../../../models/record.model';
3
- import { TextMaskEnum, TextField } from '../../../../../models/fields/textField.model';
4
- import { Subscription } from 'rxjs';
5
- import { LogicOperatorText } from '../../../../../models/logicOperator.model';
6
- import { TriggerCondition, BooleanLogicOperatorType } from '../../../../../models/trigger.model';
7
- import * as i0 from "@angular/core";
8
- export declare class TextareaTriggerTemplateComponent {
9
- condition: TriggerCondition;
10
- recordChange: EventEmitter<Record>;
11
- triggerChange: EventEmitter<any>;
12
- field: TextField;
13
- isStillRecoginze: boolean;
14
- source: import("rxjs").Observable<number>;
15
- newtext: string;
16
- subscription: Subscription;
17
- STT: boolean;
18
- FieldstyleObj: any;
19
- LabelstyleObj: any;
20
- InputMaskEnum: typeof TextMaskEnum;
21
- logicOperatorText: typeof LogicOperatorText;
22
- selectedLogicOperator: LogicOperatorText;
23
- activeCondition: boolean;
24
- booleanLogicOperatorType: typeof BooleanLogicOperatorType;
25
- selectedBooleanLogicOperator: BooleanLogicOperatorType;
26
- constructor();
27
- ngOnInit(): void;
28
- initStyles(): void;
29
- getInputType(): "text" | "email" | "password" | "tel" | "url";
30
- /**
31
- * Metodo per emettere l'evento che il valore del record è cambiato.
32
- */
33
- onTriggerChange(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<TextareaTriggerTemplateComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<TextareaTriggerTemplateComponent, "textarea-trigger-template", never, { "condition": "condition"; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
36
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Record } from '../../../../../models/record.model';
3
+ import { TextMaskEnum, TextField } from '../../../../../models/fields/textField.model';
4
+ import { Subscription } from 'rxjs';
5
+ import { LogicOperatorText } from '../../../../../models/logicOperator.model';
6
+ import { TriggerCondition, BooleanLogicOperatorType } from '../../../../../models/trigger.model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class TextareaTriggerTemplateComponent {
9
+ condition: TriggerCondition;
10
+ recordChange: EventEmitter<Record>;
11
+ triggerChange: EventEmitter<any>;
12
+ field: TextField;
13
+ isStillRecoginze: boolean;
14
+ source: import("rxjs").Observable<number>;
15
+ newtext: string;
16
+ subscription: Subscription;
17
+ STT: boolean;
18
+ FieldstyleObj: any;
19
+ LabelstyleObj: any;
20
+ InputMaskEnum: typeof TextMaskEnum;
21
+ logicOperatorText: typeof LogicOperatorText;
22
+ selectedLogicOperator: LogicOperatorText;
23
+ activeCondition: boolean;
24
+ booleanLogicOperatorType: typeof BooleanLogicOperatorType;
25
+ selectedBooleanLogicOperator: BooleanLogicOperatorType;
26
+ constructor();
27
+ ngOnInit(): void;
28
+ initStyles(): void;
29
+ getInputType(): "text" | "email" | "password" | "tel" | "url";
30
+ /**
31
+ * Metodo per emettere l'evento che il valore del record è cambiato.
32
+ */
33
+ onTriggerChange(): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaTriggerTemplateComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaTriggerTemplateComponent, "textarea-trigger-template", never, { "condition": { "alias": "condition"; "required": false; }; }, { "recordChange": "recordChange"; "triggerChange": "triggerChange"; }, never, never, false, never>;
36
+ }
@@ -1,26 +1,26 @@
1
- import { ViewContainerRef, ComponentFactoryResolver, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DynamicLoaderDirective {
4
- private resolver;
5
- private viewContainerRef;
6
- set data(data: DynamicLoaderDirectiveData);
7
- out: EventEmitter<eventOut>;
8
- constructor(resolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef);
9
- load(component: any, inputParams?: any): any;
10
- /**
11
- * Restrituisce un componente passandogli come parametro la chiave
12
- * @param key
13
- */
14
- getComponent(key: any): any;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DynamicLoaderDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicLoaderDirective, "[appDynamicLoader]", never, { "data": "data"; }, { "out": "out"; }, never, never, false, never>;
17
- }
18
- export declare class DynamicLoaderDirectiveData {
19
- component: any;
20
- inputParams: any;
21
- }
22
- export declare class eventOut {
23
- EventName: string;
24
- Behaviours: Array<string>;
25
- Params: any;
26
- }
1
+ import { ViewContainerRef, ComponentFactoryResolver, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DynamicLoaderDirective {
4
+ private resolver;
5
+ private viewContainerRef;
6
+ set data(data: DynamicLoaderDirectiveData);
7
+ out: EventEmitter<eventOut>;
8
+ constructor(resolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef);
9
+ load(component: any, inputParams?: any): any;
10
+ /**
11
+ * Restrituisce un componente passandogli come parametro la chiave
12
+ * @param key
13
+ */
14
+ getComponent(key: any): any;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicLoaderDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicLoaderDirective, "[appDynamicLoader]", never, { "data": { "alias": "data"; "required": false; }; }, { "out": "out"; }, never, never, false, never>;
17
+ }
18
+ export declare class DynamicLoaderDirectiveData {
19
+ component: any;
20
+ inputParams: any;
21
+ }
22
+ export declare class eventOut {
23
+ EventName: string;
24
+ Behaviours: Array<string>;
25
+ Params: any;
26
+ }
@@ -1,31 +1,31 @@
1
- import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
- import { Subscription } from "rxjs";
3
- import * as i0 from "@angular/core";
4
- export declare class SpeechToTextDirective implements OnDestroy {
5
- private elementRef;
6
- debug: boolean;
7
- bindedText: string;
8
- bindedTextChange: EventEmitter<string>;
9
- beginSentence: string;
10
- private domElement;
11
- pausedClass: string;
12
- speakingClass: string;
13
- recognition: any;
14
- tempWords: any;
15
- transcript_arr: any[];
16
- confidence_arr: any[];
17
- isStoppedSpeechRecog: boolean;
18
- isStoppedAutomatically: boolean;
19
- timeInterval: import("rxjs").Observable<number>;
20
- subscription: Subscription;
21
- SpeechToggle(): void;
22
- constructor(elementRef: ElementRef);
23
- ngOnDestroy(): void;
24
- SpeechToTextToggler(): void;
25
- private start;
26
- private stop;
27
- private wordConcat;
28
- private printDebug;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<SpeechToTextDirective, "[SpeechToText]", never, { "bindedText": "bindedText"; }, { "bindedTextChange": "bindedTextChange"; }, never, never, false, never>;
31
- }
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { Subscription } from "rxjs";
3
+ import * as i0 from "@angular/core";
4
+ export declare class SpeechToTextDirective implements OnDestroy {
5
+ private elementRef;
6
+ debug: boolean;
7
+ bindedText: string;
8
+ bindedTextChange: EventEmitter<string>;
9
+ beginSentence: string;
10
+ private domElement;
11
+ pausedClass: string;
12
+ speakingClass: string;
13
+ recognition: any;
14
+ tempWords: any;
15
+ transcript_arr: any[];
16
+ confidence_arr: any[];
17
+ isStoppedSpeechRecog: boolean;
18
+ isStoppedAutomatically: boolean;
19
+ timeInterval: import("rxjs").Observable<number>;
20
+ subscription: Subscription;
21
+ SpeechToggle(): void;
22
+ constructor(elementRef: ElementRef);
23
+ ngOnDestroy(): void;
24
+ SpeechToTextToggler(): void;
25
+ private start;
26
+ private stop;
27
+ private wordConcat;
28
+ private printDebug;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextDirective, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpeechToTextDirective, "[SpeechToText]", never, { "bindedText": { "alias": "bindedText"; "required": false; }; }, { "bindedTextChange": "bindedTextChange"; }, never, never, false, never>;
31
+ }
@@ -1,85 +1,85 @@
1
- import { EqpNumericInputMode } from '@eqproject/eqp-numeric';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./components/exported/eqp-dynamic-module/eqp-dynamic-module.component";
4
- import * as i2 from "./components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component";
5
- import * as i3 from "./components/private/add-form-field/add-form-field.component";
6
- import * as i4 from "./components/private/field-templates/text-field-template/text-field-template.component";
7
- import * as i5 from "./components/private/field-templates/boolean-field-template/boolean-field-template.component";
8
- import * as i6 from "./components/private/field-templates/date-field-template/date-field-template.component";
9
- import * as i7 from "./components/private/field-templates/textarea-field-template/textarea-field-template.component";
10
- import * as i8 from "./components/private/field-templates/numeric-field-template/numeric-field-template.component";
11
- import * as i9 from "./components/private/field-templates/list-value-field-template/list-value-field-template.component";
12
- import * as i10 from "./components/private/field-templates/attachment-field-template/attachment-field-template.component";
13
- import * as i11 from "./components/private/field-templates/image-field-template/image-field-template.component";
14
- import * as i12 from "./components/private/form-records/list-form-record/list-form-record.component";
15
- import * as i13 from "./components/private/form-records/list-view-form-record/list-view-form-record.component";
16
- import * as i14 from "./components/private/form-records/add-form-record/add-form-record.component";
17
- import * as i15 from "./components/private/form-records/view-form-record/view-form-record.component";
18
- import * as i16 from "./components/private/dynamic-module-field-fix/dynamic-module-field.component";
19
- import * as i17 from "./components/private/spinner/spinner.component";
20
- import * as i18 from "./components/private/add-formula-field/add-formula-field.component";
21
- import * as i19 from "./components/private/form-records/repair-form-fields/repair-form-fields.component";
22
- import * as i20 from "./components/private/form-records/list-view-form-record/single-record/single-record.component";
23
- import * as i21 from "./components/private/form-statistics/filter-form-statistic/filter-form-statistic.component";
24
- import * as i22 from "./components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component";
25
- import * as i23 from "./components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component";
26
- import * as i24 from "./components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component";
27
- import * as i25 from "./components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component";
28
- import * as i26 from "./components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component";
29
- import * as i27 from "./components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component";
30
- import * as i28 from "./components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component";
31
- import * as i29 from "./components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component";
32
- import * as i30 from "./components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component";
33
- import * as i31 from "./components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component";
34
- import * as i32 from "./components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component";
35
- import * as i33 from "./components/private/graphs/graphs.component";
36
- import * as i34 from "./components/private/graphs/graph/graph.component";
37
- import * as i35 from "./components/private/field-templates/image-field-selector-template/image-field-selector-template.component";
38
- import * as i36 from "./components/private/field-templates/label-field-template/label-field-template.component";
39
- import * as i37 from "./components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component";
40
- import * as i38 from "./components/private/tmw-image-drawer/tmw-image-drawer.component";
41
- import * as i39 from "./components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component";
42
- import * as i40 from "./components/private/tmw-image-marker/tmw-image-marker.component";
43
- import * as i41 from "./directives/dynamic-loader/dynamic-loader.directive";
44
- import * as i42 from "./components/private/dbgetter/dbgetter.component";
45
- import * as i43 from "./components/private/trigger-creator/trigger-creator.component";
46
- import * as i44 from "./components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component";
47
- import * as i45 from "./components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component";
48
- import * as i46 from "./components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component";
49
- import * as i47 from "./components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component";
50
- import * as i48 from "./components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component";
51
- import * as i49 from "./components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component";
52
- import * as i50 from "./components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component";
53
- import * as i51 from "./directives/speech-to-text/speech-to-text.directive";
54
- import * as i52 from "./modules/material.module";
55
- import * as i53 from "@angular/forms";
56
- import * as i54 from "@angular/common";
57
- import * as i55 from "@eqproject/eqp-table";
58
- import * as i56 from "@eqproject/eqp-attachments";
59
- import * as i57 from "@eqproject/eqp-select";
60
- import * as i58 from "@eqproject/eqp-datetimepicker";
61
- import * as i59 from "@eqproject/eqp-filters";
62
- import * as i60 from "@eqproject/eqp-img-drawing";
63
- import * as i61 from "@angular/cdk/drag-drop";
64
- import * as i62 from "@eqproject/eqp-numeric";
65
- import * as i63 from "@canvasjs/angular-stockcharts";
66
- import * as i64 from "tmw-picker";
67
- export declare const customNumericMaskConfig: {
68
- align: string;
69
- allowNegative: boolean;
70
- allowZero: boolean;
71
- decimal: string;
72
- precision: number;
73
- prefix: string;
74
- suffix: string;
75
- thousands: string;
76
- nullable: boolean;
77
- min: any;
78
- max: any;
79
- inputMode: EqpNumericInputMode;
80
- };
81
- export declare class EqpDynamicModuleModule {
82
- static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleModule, never>;
83
- static ɵmod: i0.ɵɵNgModuleDeclaration<EqpDynamicModuleModule, [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i3.AddFormFieldComponent, typeof i4.TextFieldTemplateComponent, typeof i5.BooleanFieldTemplateComponent, typeof i6.DateFieldTemplateComponent, typeof i7.TextareaFieldTemplateComponent, typeof i8.NumericFieldTemplateComponent, typeof i9.ListValueFieldTemplateComponent, typeof i10.AttachmentFieldTemplateComponent, typeof i11.ImageFieldTemplateComponent, typeof i12.ListFormRecordComponent, typeof i13.ListViewFormRecordComponent, typeof i14.AddFormRecordComponent, typeof i15.ViewFormRecordComponent, typeof i16.DynamicModuleFieldFixComponent, typeof i17.SpinnerComponent, typeof i18.AddFormulaComponent, typeof i18.DialogDataExampleDialog, typeof i19.RepairFormFieldsComponent, typeof i20.SingleRecordComponent, typeof i21.FilterFormStatisticComponent, typeof i22.DynamicModuleFilterFixComponent, typeof i23.DynamicModuleTriggerFixComponent, typeof i24.TextFilterTemplateComponent, typeof i25.NumericFilterTemplateComponent, typeof i26.BooleanFilterTemplateComponent, typeof i27.DateFilterTemplateComponent, typeof i28.ListValueFilterTemplateComponent, typeof i29.TextareaFilterTemplateComponent, typeof i30.AttachmentFilterTemplateComponent, typeof i31.ImageFilterTemplateComponent, typeof i32.ListFormRecordFilterTemplateComponent, typeof i33.GraphsComponent, typeof i34.GraphComponent, typeof i35.ImageFieldSelectorTemplateComponent, typeof i36.LabelFieldTemplateComponent, typeof i37.ImageSelectorFilterTemplateComponent, typeof i38.TmwImageDrawerComponent, typeof i39.ImageWithMarkersFieldTemplateComponent, typeof i40.TmwImageMarkerComponent, typeof i41.DynamicLoaderDirective, typeof i42.DbgetterComponent, typeof i43.TriggerCreatorComponent, typeof i44.TextTriggerTemplateComponent, typeof i45.NumericTriggerTemplateComponent, typeof i46.BooleanTriggerTemplateComponent, typeof i47.DateTriggerTemplateComponent, typeof i48.ListValueTriggerTemplateComponent, typeof i49.TextareaTriggerTemplateComponent, typeof i50.ListFormRecordTriggerTemplateComponent, typeof i51.SpeechToTextDirective], [typeof i52.MaterialModule, typeof i53.FormsModule, typeof i54.CommonModule, typeof i53.ReactiveFormsModule, typeof i55.EqpTableModule, typeof i56.EqpAttachmentsModule, typeof i57.EqpSelectModule, typeof i58.EqpDatetimepickerModule, typeof i59.EqpFiltersModule, typeof i60.EqpImgDrawingModule, typeof i61.DragDropModule, typeof i62.EqpNumericModule, typeof i63.CanvasJSAngularStockChartsModule, typeof i64.TmwPickerModule], [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i61.DragDropModule, typeof i63.CanvasJSChart, typeof i63.CanvasJSStockChart, typeof i41.DynamicLoaderDirective, typeof i64.TmwPickerModule]>;
84
- static ɵinj: i0.ɵɵInjectorDeclaration<EqpDynamicModuleModule>;
85
- }
1
+ import { EqpNumericInputMode } from '@eqproject/eqp-numeric';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./components/exported/eqp-dynamic-module/eqp-dynamic-module.component";
4
+ import * as i2 from "./components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component";
5
+ import * as i3 from "./components/private/add-form-field/add-form-field.component";
6
+ import * as i4 from "./components/private/field-templates/text-field-template/text-field-template.component";
7
+ import * as i5 from "./components/private/field-templates/boolean-field-template/boolean-field-template.component";
8
+ import * as i6 from "./components/private/field-templates/date-field-template/date-field-template.component";
9
+ import * as i7 from "./components/private/field-templates/textarea-field-template/textarea-field-template.component";
10
+ import * as i8 from "./components/private/field-templates/numeric-field-template/numeric-field-template.component";
11
+ import * as i9 from "./components/private/field-templates/list-value-field-template/list-value-field-template.component";
12
+ import * as i10 from "./components/private/field-templates/attachment-field-template/attachment-field-template.component";
13
+ import * as i11 from "./components/private/field-templates/image-field-template/image-field-template.component";
14
+ import * as i12 from "./components/private/form-records/list-form-record/list-form-record.component";
15
+ import * as i13 from "./components/private/form-records/list-view-form-record/list-view-form-record.component";
16
+ import * as i14 from "./components/private/form-records/add-form-record/add-form-record.component";
17
+ import * as i15 from "./components/private/form-records/view-form-record/view-form-record.component";
18
+ import * as i16 from "./components/private/dynamic-module-field-fix/dynamic-module-field.component";
19
+ import * as i17 from "./components/private/spinner/spinner.component";
20
+ import * as i18 from "./components/private/add-formula-field/add-formula-field.component";
21
+ import * as i19 from "./components/private/form-records/repair-form-fields/repair-form-fields.component";
22
+ import * as i20 from "./components/private/form-records/list-view-form-record/single-record/single-record.component";
23
+ import * as i21 from "./components/private/form-statistics/filter-form-statistic/filter-form-statistic.component";
24
+ import * as i22 from "./components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component";
25
+ import * as i23 from "./components/private/trigger-creator/dynamic-module-trigger-fix/dynamic-module-trigger-fix.component";
26
+ import * as i24 from "./components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component";
27
+ import * as i25 from "./components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component";
28
+ import * as i26 from "./components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component";
29
+ import * as i27 from "./components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component";
30
+ import * as i28 from "./components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component";
31
+ import * as i29 from "./components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component";
32
+ import * as i30 from "./components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component";
33
+ import * as i31 from "./components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component";
34
+ import * as i32 from "./components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component";
35
+ import * as i33 from "./components/private/graphs/graphs.component";
36
+ import * as i34 from "./components/private/graphs/graph/graph.component";
37
+ import * as i35 from "./components/private/field-templates/image-field-selector-template/image-field-selector-template.component";
38
+ import * as i36 from "./components/private/field-templates/label-field-template/label-field-template.component";
39
+ import * as i37 from "./components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component";
40
+ import * as i38 from "./components/private/tmw-image-drawer/tmw-image-drawer.component";
41
+ import * as i39 from "./components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component";
42
+ import * as i40 from "./components/private/tmw-image-marker/tmw-image-marker.component";
43
+ import * as i41 from "./directives/dynamic-loader/dynamic-loader.directive";
44
+ import * as i42 from "./components/private/dbgetter/dbgetter.component";
45
+ import * as i43 from "./components/private/trigger-creator/trigger-creator.component";
46
+ import * as i44 from "./components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component";
47
+ import * as i45 from "./components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component";
48
+ import * as i46 from "./components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component";
49
+ import * as i47 from "./components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component";
50
+ import * as i48 from "./components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component";
51
+ import * as i49 from "./components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component";
52
+ import * as i50 from "./components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component";
53
+ import * as i51 from "./directives/speech-to-text/speech-to-text.directive";
54
+ import * as i52 from "./modules/material.module";
55
+ import * as i53 from "@angular/forms";
56
+ import * as i54 from "@angular/common";
57
+ import * as i55 from "@eqproject/eqp-table";
58
+ import * as i56 from "@eqproject/eqp-attachments";
59
+ import * as i57 from "@eqproject/eqp-select";
60
+ import * as i58 from "@eqproject/eqp-datetimerangepicker";
61
+ import * as i59 from "@eqproject/eqp-filters";
62
+ import * as i60 from "@eqproject/eqp-img-drawing";
63
+ import * as i61 from "@angular/cdk/drag-drop";
64
+ import * as i62 from "@eqproject/eqp-numeric";
65
+ import * as i63 from "@canvasjs/angular-stockcharts";
66
+ import * as i64 from "tmw-picker";
67
+ export declare const customNumericMaskConfig: {
68
+ align: string;
69
+ allowNegative: boolean;
70
+ allowZero: boolean;
71
+ decimal: string;
72
+ precision: number;
73
+ prefix: string;
74
+ suffix: string;
75
+ thousands: string;
76
+ nullable: boolean;
77
+ min: any;
78
+ max: any;
79
+ inputMode: EqpNumericInputMode;
80
+ };
81
+ export declare class EqpDynamicModuleModule {
82
+ static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleModule, never>;
83
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EqpDynamicModuleModule, [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i3.AddFormFieldComponent, typeof i4.TextFieldTemplateComponent, typeof i5.BooleanFieldTemplateComponent, typeof i6.DateFieldTemplateComponent, typeof i7.TextareaFieldTemplateComponent, typeof i8.NumericFieldTemplateComponent, typeof i9.ListValueFieldTemplateComponent, typeof i10.AttachmentFieldTemplateComponent, typeof i11.ImageFieldTemplateComponent, typeof i12.ListFormRecordComponent, typeof i13.ListViewFormRecordComponent, typeof i14.AddFormRecordComponent, typeof i15.ViewFormRecordComponent, typeof i16.DynamicModuleFieldFixComponent, typeof i17.SpinnerComponent, typeof i18.AddFormulaComponent, typeof i18.DialogDataExampleDialog, typeof i19.RepairFormFieldsComponent, typeof i20.SingleRecordComponent, typeof i21.FilterFormStatisticComponent, typeof i22.DynamicModuleFilterFixComponent, typeof i23.DynamicModuleTriggerFixComponent, typeof i24.TextFilterTemplateComponent, typeof i25.NumericFilterTemplateComponent, typeof i26.BooleanFilterTemplateComponent, typeof i27.DateFilterTemplateComponent, typeof i28.ListValueFilterTemplateComponent, typeof i29.TextareaFilterTemplateComponent, typeof i30.AttachmentFilterTemplateComponent, typeof i31.ImageFilterTemplateComponent, typeof i32.ListFormRecordFilterTemplateComponent, typeof i33.GraphsComponent, typeof i34.GraphComponent, typeof i35.ImageFieldSelectorTemplateComponent, typeof i36.LabelFieldTemplateComponent, typeof i37.ImageSelectorFilterTemplateComponent, typeof i38.TmwImageDrawerComponent, typeof i39.ImageWithMarkersFieldTemplateComponent, typeof i40.TmwImageMarkerComponent, typeof i41.DynamicLoaderDirective, typeof i42.DbgetterComponent, typeof i43.TriggerCreatorComponent, typeof i44.TextTriggerTemplateComponent, typeof i45.NumericTriggerTemplateComponent, typeof i46.BooleanTriggerTemplateComponent, typeof i47.DateTriggerTemplateComponent, typeof i48.ListValueTriggerTemplateComponent, typeof i49.TextareaTriggerTemplateComponent, typeof i50.ListFormRecordTriggerTemplateComponent, typeof i51.SpeechToTextDirective], [typeof i52.MaterialModule, typeof i53.FormsModule, typeof i54.CommonModule, typeof i53.ReactiveFormsModule, typeof i55.EqpTableModule, typeof i56.EqpAttachmentsModule, typeof i57.EqpSelectModule, typeof i58.EqpDatetimerangepickerModule, typeof i59.EqpFiltersModule, typeof i60.EqpImgDrawingModule, typeof i61.DragDropModule, typeof i62.EqpNumericModule, typeof i63.CanvasJSAngularStockChartsModule, typeof i64.TmwPickerModule], [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i61.DragDropModule, typeof i63.CanvasJSChart, typeof i63.CanvasJSStockChart, typeof i41.DynamicLoaderDirective, typeof i64.TmwPickerModule]>;
84
+ static ɵinj: i0.ɵɵInjectorDeclaration<EqpDynamicModuleModule>;
85
+ }
@@ -1,8 +1,8 @@
1
- export declare interface IBaseFieldComponent {
2
- /**
3
- * Funzione da invocare per aggiornare il template del campo.
4
- * Invocata principalmente al cambio del valore di un campo per aggiornare
5
- * le formule che utilizzano il campo modificato.
6
- */
7
- updateField(): void;
8
- }
1
+ export declare interface IBaseFieldComponent {
2
+ /**
3
+ * Funzione da invocare per aggiornare il template del campo.
4
+ * Invocata principalmente al cambio del valore di un campo per aggiornare
5
+ * le formule che utilizzano il campo modificato.
6
+ */
7
+ updateField(): void;
8
+ }