@smartbit4all/ng-client 4.2.169 → 4.2.171

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 (445) hide show
  1. package/README.md +386 -386
  2. package/esm2022/lib/component-factory-service/component-factory-service.module.mjs +1 -1
  3. package/esm2022/lib/component-factory-service/component-factory-service.service.mjs +1 -1
  4. package/esm2022/lib/component-factory-service/projects.mjs +1 -1
  5. package/esm2022/lib/session/api/api/api.mjs +1 -1
  6. package/esm2022/lib/session/api/api/session.service.mjs +1 -1
  7. package/esm2022/lib/session/api/configuration.mjs +1 -1
  8. package/esm2022/lib/session/api/encoder.mjs +1 -1
  9. package/esm2022/lib/session/api/index.mjs +1 -1
  10. package/esm2022/lib/session/api/model/accountInfo.mjs +1 -1
  11. package/esm2022/lib/session/api/model/apiError.mjs +1 -1
  12. package/esm2022/lib/session/api/model/authenticationProviderData.mjs +1 -1
  13. package/esm2022/lib/session/api/model/getAuthenticationProvidersResponse.mjs +1 -1
  14. package/esm2022/lib/session/api/model/models.mjs +1 -1
  15. package/esm2022/lib/session/api/model/refreshSessionRequest.mjs +1 -1
  16. package/esm2022/lib/session/api/model/session.mjs +1 -1
  17. package/esm2022/lib/session/api/model/sessionInfoData.mjs +1 -1
  18. package/esm2022/lib/session/api/model/userActivityLog.mjs +1 -1
  19. package/esm2022/lib/session/api/param.mjs +1 -1
  20. package/esm2022/lib/session/api/variables.mjs +1 -1
  21. package/esm2022/lib/session/cookie-service/smart-cookie.service.mjs +1 -1
  22. package/esm2022/lib/session/projects.mjs +1 -1
  23. package/esm2022/lib/session/smart-error-catching.interceptor.mjs +1 -1
  24. package/esm2022/lib/session/smart-header-maintainer.interceptor.mjs +1 -1
  25. package/esm2022/lib/session/smart-session-handler.service.mjs +1 -1
  26. package/esm2022/lib/session/smart-session.module.mjs +1 -1
  27. package/esm2022/lib/session/smart-session.service.mjs +1 -1
  28. package/esm2022/lib/session/smart-timer/smart-session-timer.component.mjs +3 -3
  29. package/esm2022/lib/session/smart-timer/smart-session-timer.service.mjs +1 -1
  30. package/esm2022/lib/shared/projects.mjs +1 -1
  31. package/esm2022/lib/shared/shared.module.mjs +1 -1
  32. package/esm2022/lib/shared/smart-tooltip.directive.mjs +1 -1
  33. package/esm2022/lib/shared/smarttable.date-pipe.mjs +1 -1
  34. package/esm2022/lib/smart-client/projects.mjs +1 -1
  35. package/esm2022/lib/smart-client/smart-authentication.service.mjs +1 -1
  36. package/esm2022/lib/smart-client/smart-component-api-client.mjs +3 -2
  37. package/esm2022/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +3 -3
  38. package/esm2022/lib/smart-client/smart.component.mjs +1 -1
  39. package/esm2022/lib/smart-client/smart.service.mjs +1 -1
  40. package/esm2022/lib/smart-component-layout/api/api/api.mjs +1 -1
  41. package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +1 -1
  42. package/esm2022/lib/smart-component-layout/api/api.module.mjs +1 -1
  43. package/esm2022/lib/smart-component-layout/api/configuration.mjs +1 -1
  44. package/esm2022/lib/smart-component-layout/api/encoder.mjs +1 -1
  45. package/esm2022/lib/smart-component-layout/api/index.mjs +1 -1
  46. package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +1 -1
  47. package/esm2022/lib/smart-component-layout/api/model/componentWidgetType.mjs +1 -1
  48. package/esm2022/lib/smart-component-layout/api/model/layoutDefinitionDescriptor.mjs +1 -1
  49. package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
  50. package/esm2022/lib/smart-component-layout/api/model/models.mjs +1 -1
  51. package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
  52. package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
  53. package/esm2022/lib/smart-component-layout/api/model/toolbarProperties.mjs +1 -1
  54. package/esm2022/lib/smart-component-layout/api/param.mjs +1 -1
  55. package/esm2022/lib/smart-component-layout/api/variables.mjs +1 -1
  56. package/esm2022/lib/smart-component-layout/projects.mjs +1 -1
  57. package/esm2022/lib/smart-component-layout/smart-component-layout-utility.mjs +1 -1
  58. package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +3 -3
  59. package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +1 -1
  60. package/esm2022/lib/smart-diagram/api/api/api.mjs +1 -1
  61. package/esm2022/lib/smart-diagram/api/api/diagramService.service.mjs +1 -1
  62. package/esm2022/lib/smart-diagram/api/api.module.mjs +1 -1
  63. package/esm2022/lib/smart-diagram/api/configuration.mjs +1 -1
  64. package/esm2022/lib/smart-diagram/api/encoder.mjs +1 -1
  65. package/esm2022/lib/smart-diagram/api/index.mjs +1 -1
  66. package/esm2022/lib/smart-diagram/api/model/diagramColor.mjs +1 -1
  67. package/esm2022/lib/smart-diagram/api/model/diagramDataContainer.mjs +1 -1
  68. package/esm2022/lib/smart-diagram/api/model/diagramDataItem.mjs +1 -1
  69. package/esm2022/lib/smart-diagram/api/model/diagramDataSet.mjs +1 -1
  70. package/esm2022/lib/smart-diagram/api/model/diagramDescriptor.mjs +1 -1
  71. package/esm2022/lib/smart-diagram/api/model/diagramModel.mjs +1 -1
  72. package/esm2022/lib/smart-diagram/api/model/diagramShape.mjs +1 -1
  73. package/esm2022/lib/smart-diagram/api/model/drawTime.mjs +1 -1
  74. package/esm2022/lib/smart-diagram/api/model/labelText.mjs +1 -1
  75. package/esm2022/lib/smart-diagram/api/model/models.mjs +1 -1
  76. package/esm2022/lib/smart-diagram/api/param.mjs +1 -1
  77. package/esm2022/lib/smart-diagram/api/variables.mjs +1 -1
  78. package/esm2022/lib/smart-diagram/component/default-smart-diagram-options.provider.mjs +1 -1
  79. package/esm2022/lib/smart-diagram/component/smart-diagram.component.mjs +22 -22
  80. package/esm2022/lib/smart-diagram/component/smart-diagram.module.mjs +1 -1
  81. package/esm2022/lib/smart-diagram/component/smart-diagram.util.mjs +1 -1
  82. package/esm2022/lib/smart-diagram/projects.mjs +1 -1
  83. package/esm2022/lib/smart-dialog/projects.mjs +1 -1
  84. package/esm2022/lib/smart-dialog/smartdialog.component.mjs +3 -3
  85. package/esm2022/lib/smart-dialog/smartdialog.model.mjs +1 -1
  86. package/esm2022/lib/smart-dialog/smartdialog.module.mjs +1 -1
  87. package/esm2022/lib/smart-dialog/smartdialog.service.mjs +1 -1
  88. package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +3 -3
  89. package/esm2022/lib/smart-expandable-section/expandable-section.model.mjs +1 -1
  90. package/esm2022/lib/smart-expandable-section/projects.mjs +1 -1
  91. package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +1 -1
  92. package/esm2022/lib/smart-expandable-section/smart-expandable-section.service.mjs +1 -1
  93. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
  94. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
  95. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
  96. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
  97. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
  98. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
  99. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
  100. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
  101. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -1
  102. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
  103. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
  104. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
  105. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
  106. package/esm2022/lib/smart-filter/api/filter/model/model.mjs +1 -1
  107. package/esm2022/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.mjs +1 -1
  108. package/esm2022/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.mjs +1 -1
  109. package/esm2022/lib/smart-filter/api/value/model/value.mjs +1 -1
  110. package/esm2022/lib/smart-filter/projects.mjs +1 -1
  111. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.mjs +1 -1
  112. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +3 -3
  113. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.mjs +3 -3
  114. package/esm2022/lib/smart-filter/smart-filter/smart-filter.component.mjs +3 -3
  115. package/esm2022/lib/smart-filter/smart-filter/smart-filter.service.mjs +1 -1
  116. package/esm2022/lib/smart-filter/smart-filter.model.mjs +1 -1
  117. package/esm2022/lib/smart-filter/smart-filter.module.mjs +1 -1
  118. package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
  119. package/esm2022/lib/smart-filter-editor/api/configuration.mjs +1 -1
  120. package/esm2022/lib/smart-filter-editor/api/encoder.mjs +1 -1
  121. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
  122. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
  123. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
  124. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
  125. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
  126. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
  127. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
  128. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
  129. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
  130. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
  131. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
  132. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -1
  133. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
  134. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
  135. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
  136. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOrderBy.mjs +1 -1
  137. package/esm2022/lib/smart-filter-editor/api/model/smartFilterType.mjs +1 -1
  138. package/esm2022/lib/smart-filter-editor/api/param.mjs +1 -1
  139. package/esm2022/lib/smart-filter-editor/api/variables.mjs +1 -1
  140. package/esm2022/lib/smart-filter-editor/filterExpressionBuilderApiActions.mjs +1 -1
  141. package/esm2022/lib/smart-filter-editor/project.mjs +1 -1
  142. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +3 -3
  143. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.mjs +3 -3
  144. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +3 -3
  145. package/esm2022/lib/smart-filter-editor/smart-filter-editor.model.mjs +1 -1
  146. package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +1 -1
  147. package/esm2022/lib/smart-filter-editor/smart-filter-editor.service.mjs +1 -1
  148. package/esm2022/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.mjs +3 -3
  149. package/esm2022/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +3 -3
  150. package/esm2022/lib/smart-form/api/model/dateFieldProperties.mjs +1 -1
  151. package/esm2022/lib/smart-form/api/model/models.mjs +2 -1
  152. package/esm2022/lib/smart-form/api/model/multiFileUploaderProperties.mjs +2 -0
  153. package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +7 -1
  154. package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +2 -1
  155. package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
  156. package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
  157. package/esm2022/lib/smart-form/highlightMacthingString-pipe.mjs +1 -1
  158. package/esm2022/lib/smart-form/projects.mjs +2 -1
  159. package/esm2022/lib/smart-form/services/smartform.layout-definition.service.mjs +22 -2
  160. package/esm2022/lib/smart-form/services/smartform.service.mjs +1 -1
  161. package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +3 -3
  162. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +3 -3
  163. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.model.mjs +1 -1
  164. package/esm2022/lib/smart-form/smartform.component.mjs +5 -3
  165. package/esm2022/lib/smart-form/smartform.form-model.mjs +1 -1
  166. package/esm2022/lib/smart-form/smartform.model.mjs +1 -1
  167. package/esm2022/lib/smart-form/widgets/components/smart-file-editor/smart-file-editor.component.mjs +3 -3
  168. package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +3 -3
  169. package/esm2022/lib/smart-form/widgets/components/smart-multi-file-editor/smart-multi-file-editor.component.mjs +168 -0
  170. package/esm2022/lib/smart-form/widgets/directives/comparable-dropdown.directive.mjs +1 -1
  171. package/esm2022/lib/smart-form/widgets/directives/comparable-multiselect.directive.mjs +1 -1
  172. package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +27 -15
  173. package/esm2022/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +3 -3
  174. package/esm2022/lib/smart-form/widgets/smartformwidget/trackCaps.directive.mjs +1 -1
  175. package/esm2022/lib/smart-grid/api/grid-api/api/api.mjs +1 -1
  176. package/esm2022/lib/smart-grid/api/grid-api/api/grid.service.mjs +1 -1
  177. package/esm2022/lib/smart-grid/api/grid-api/api.module.mjs +1 -1
  178. package/esm2022/lib/smart-grid/api/grid-api/configuration.mjs +1 -1
  179. package/esm2022/lib/smart-grid/api/grid-api/encoder.mjs +1 -1
  180. package/esm2022/lib/smart-grid/api/grid-api/index.mjs +1 -1
  181. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +1 -1
  182. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
  183. package/esm2022/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +1 -1
  184. package/esm2022/lib/smart-grid/api/grid-api/model/gridExportDescriptor.mjs +1 -1
  185. package/esm2022/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
  186. package/esm2022/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
  187. package/esm2022/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
  188. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +1 -1
  189. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +1 -1
  190. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +1 -1
  191. package/esm2022/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
  192. package/esm2022/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
  193. package/esm2022/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
  194. package/esm2022/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +1 -1
  195. package/esm2022/lib/smart-grid/api/grid-api/model/models.mjs +1 -1
  196. package/esm2022/lib/smart-grid/api/grid-api/param.mjs +1 -1
  197. package/esm2022/lib/smart-grid/api/grid-api/variables.mjs +1 -1
  198. package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +3 -3
  199. package/esm2022/lib/smart-grid/components/generic-component/expanded-row-renderer.component.mjs +3 -3
  200. package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +3 -3
  201. package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +3 -3
  202. package/esm2022/lib/smart-grid/models/model.mjs +1 -1
  203. package/esm2022/lib/smart-grid/projects.mjs +1 -1
  204. package/esm2022/lib/smart-grid/smart-grid-toolbar-util.mjs +1 -1
  205. package/esm2022/lib/smart-grid/smart-grid.component.mjs +5 -3
  206. package/esm2022/lib/smart-grid/smart-grid.module.mjs +1 -1
  207. package/esm2022/lib/smart-grid/smart-grid.service.mjs +1 -1
  208. package/esm2022/lib/smart-icon/projects.mjs +1 -1
  209. package/esm2022/lib/smart-icon/smart-icon/smart-icon.component.mjs +3 -3
  210. package/esm2022/lib/smart-icon/smart-icon/ui-badge/ui-badge.component.mjs +3 -3
  211. package/esm2022/lib/smart-icon/smart-icon/ui-badge/ui-badge.directive.mjs +1 -1
  212. package/esm2022/lib/smart-icon/smart-icon.module.mjs +1 -1
  213. package/esm2022/lib/smart-icon/smart-icon.service.mjs +1 -1
  214. package/esm2022/lib/smart-map/abstract-map.mjs +1 -1
  215. package/esm2022/lib/smart-map/api/api/api.mjs +1 -1
  216. package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +1 -1
  217. package/esm2022/lib/smart-map/api/api.module.mjs +1 -1
  218. package/esm2022/lib/smart-map/api/configuration.mjs +1 -1
  219. package/esm2022/lib/smart-map/api/encoder.mjs +1 -1
  220. package/esm2022/lib/smart-map/api/index.mjs +1 -1
  221. package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +1 -1
  222. package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +1 -1
  223. package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +1 -1
  224. package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +1 -1
  225. package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +1 -1
  226. package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +1 -1
  227. package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +1 -1
  228. package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +1 -1
  229. package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +1 -1
  230. package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +1 -1
  231. package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +1 -1
  232. package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +1 -1
  233. package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +1 -1
  234. package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +1 -1
  235. package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +1 -1
  236. package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +1 -1
  237. package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +1 -1
  238. package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +1 -1
  239. package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +1 -1
  240. package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +1 -1
  241. package/esm2022/lib/smart-map/api/model/models.mjs +1 -1
  242. package/esm2022/lib/smart-map/api/param.mjs +1 -1
  243. package/esm2022/lib/smart-map/api/variables.mjs +1 -1
  244. package/esm2022/lib/smart-map/api-default/api-default.mjs +1 -1
  245. package/esm2022/lib/smart-map/impl/google-map.mjs +1 -1
  246. package/esm2022/lib/smart-map/impl/leaflet-map.mjs +1 -1
  247. package/esm2022/lib/smart-map/projects.mjs +1 -1
  248. package/esm2022/lib/smart-map/smart-map.component.mjs +3 -3
  249. package/esm2022/lib/smart-map/smart-map.module.mjs +1 -1
  250. package/esm2022/lib/smart-map/smart-map.types.mjs +1 -1
  251. package/esm2022/lib/smart-navbar/projects.mjs +1 -1
  252. package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +3 -3
  253. package/esm2022/lib/smart-navbar/smart-navbar.model.mjs +1 -1
  254. package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +1 -1
  255. package/esm2022/lib/smart-navbar/smart-navbar.service.mjs +1 -1
  256. package/esm2022/lib/smart-navigation/projects.mjs +1 -1
  257. package/esm2022/lib/smart-navigation/smart-navigation.interface.mjs +1 -1
  258. package/esm2022/lib/smart-navigation/smart-navigation.module.mjs +1 -1
  259. package/esm2022/lib/smart-navigation/smart-navigation.service.mjs +1 -1
  260. package/esm2022/lib/smart-ng-client.module.mjs +1 -1
  261. package/esm2022/lib/smart-ng-client.service.mjs +1 -1
  262. package/esm2022/lib/smart-subject/projects.mjs +1 -1
  263. package/esm2022/lib/smart-subject/smart-subject.mjs +1 -1
  264. package/esm2022/lib/smart-tab-group/projects.mjs +1 -1
  265. package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +3 -3
  266. package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +1 -1
  267. package/esm2022/lib/smart-tab-group/smart-tab-group.service.mjs +1 -1
  268. package/esm2022/lib/smart-tab-group/tab-content/tab-content.component.mjs +3 -3
  269. package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +3 -3
  270. package/esm2022/lib/smart-tab-group/tabTile.model.mjs +1 -1
  271. package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +3 -3
  272. package/esm2022/lib/smart-table/components/loading/loading.component.mjs +3 -3
  273. package/esm2022/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +1 -1
  274. package/esm2022/lib/smart-table/projects.mjs +1 -1
  275. package/esm2022/lib/smart-table/smarttable.component.mjs +3 -3
  276. package/esm2022/lib/smart-table/smarttable.model.mjs +1 -1
  277. package/esm2022/lib/smart-table/smarttable.module.mjs +1 -1
  278. package/esm2022/lib/smart-table/smarttable.service.mjs +1 -1
  279. package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +3 -3
  280. package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +3 -3
  281. package/esm2022/lib/smart-table/tables/table.mjs +1 -1
  282. package/esm2022/lib/smart-tree/projects.mjs +1 -1
  283. package/esm2022/lib/smart-tree/smarttree-generic.service.mjs +1 -1
  284. package/esm2022/lib/smart-tree/smarttree.component.mjs +5 -3
  285. package/esm2022/lib/smart-tree/smarttree.model.mjs +1 -1
  286. package/esm2022/lib/smart-tree/smarttree.module.mjs +1 -1
  287. package/esm2022/lib/smart-tree/smarttree.node.model.mjs +1 -1
  288. package/esm2022/lib/smart-tree/smarttree.service.interface.mjs +1 -1
  289. package/esm2022/lib/smart-tree/smarttree.service.mjs +1 -1
  290. package/esm2022/lib/smart-tree/tree-api/api/tree.service.mjs +1 -1
  291. package/esm2022/lib/smart-tree/tree-api/configuration.mjs +1 -1
  292. package/esm2022/lib/smart-tree/tree-api/encoder.mjs +1 -1
  293. package/esm2022/lib/smart-tree/tree-api/param.mjs +1 -1
  294. package/esm2022/lib/smart-tree/tree-api/variables.mjs +1 -1
  295. package/esm2022/lib/smart-validation/named-validator.service.mjs +1 -1
  296. package/esm2022/lib/smart-validation/projects.mjs +1 -1
  297. package/esm2022/lib/smart-validation/smart-validation.module.mjs +1 -1
  298. package/esm2022/lib/smart-validation/smart-validation.types.mjs +1 -1
  299. package/esm2022/lib/view-context/api/api/api.mjs +1 -1
  300. package/esm2022/lib/view-context/api/api/view.service.mjs +1 -1
  301. package/esm2022/lib/view-context/api/api-default/binaryData.mjs +1 -1
  302. package/esm2022/lib/view-context/api/api-default/invocationError.mjs +1 -1
  303. package/esm2022/lib/view-context/api/api-default/invocationRequest.mjs +1 -1
  304. package/esm2022/lib/view-context/api/api.module.mjs +1 -1
  305. package/esm2022/lib/view-context/api/configuration.mjs +1 -1
  306. package/esm2022/lib/view-context/api/encoder.mjs +1 -1
  307. package/esm2022/lib/view-context/api/index.mjs +1 -1
  308. package/esm2022/lib/view-context/api/model/backgroundProcessInfo.mjs +1 -1
  309. package/esm2022/lib/view-context/api/model/badgeDescriptor.mjs +1 -1
  310. package/esm2022/lib/view-context/api/model/clipboardData.mjs +1 -1
  311. package/esm2022/lib/view-context/api/model/closeResult.mjs +1 -1
  312. package/esm2022/lib/view-context/api/model/componentConstraint.mjs +1 -1
  313. package/esm2022/lib/view-context/api/model/componentModel.mjs +1 -1
  314. package/esm2022/lib/view-context/api/model/componentModelChange.mjs +1 -1
  315. package/esm2022/lib/view-context/api/model/dataChange.mjs +1 -1
  316. package/esm2022/lib/view-context/api/model/dataChangeEvent.mjs +1 -1
  317. package/esm2022/lib/view-context/api/model/dataChangeKind.mjs +1 -1
  318. package/esm2022/lib/view-context/api/model/deviceInfo.mjs +1 -1
  319. package/esm2022/lib/view-context/api/model/downloadedFile.mjs +1 -1
  320. package/esm2022/lib/view-context/api/model/iconPosition.mjs +1 -1
  321. package/esm2022/lib/view-context/api/model/imageResource.mjs +1 -1
  322. package/esm2022/lib/view-context/api/model/link.mjs +1 -1
  323. package/esm2022/lib/view-context/api/model/messageData.mjs +1 -1
  324. package/esm2022/lib/view-context/api/model/messageOption.mjs +1 -1
  325. package/esm2022/lib/view-context/api/model/messageOptionType.mjs +1 -1
  326. package/esm2022/lib/view-context/api/model/messageResult.mjs +1 -1
  327. package/esm2022/lib/view-context/api/model/messageTextType.mjs +1 -1
  328. package/esm2022/lib/view-context/api/model/messageType.mjs +1 -1
  329. package/esm2022/lib/view-context/api/model/models.mjs +1 -1
  330. package/esm2022/lib/view-context/api/model/multiComboBoxElement.mjs +1 -1
  331. package/esm2022/lib/view-context/api/model/multiComboBoxModel.mjs +1 -1
  332. package/esm2022/lib/view-context/api/model/namedValidator.mjs +1 -1
  333. package/esm2022/lib/view-context/api/model/openPendingData.mjs +1 -1
  334. package/esm2022/lib/view-context/api/model/serverRequestExecutionStat.mjs +1 -1
  335. package/esm2022/lib/view-context/api/model/serverRequestTrack.mjs +1 -1
  336. package/esm2022/lib/view-context/api/model/serverRequestType.mjs +1 -1
  337. package/esm2022/lib/view-context/api/model/smartLinkData.mjs +1 -1
  338. package/esm2022/lib/view-context/api/model/smartLinkMigrationStatus.mjs +1 -1
  339. package/esm2022/lib/view-context/api/model/statisticRecord.mjs +1 -1
  340. package/esm2022/lib/view-context/api/model/style.mjs +1 -1
  341. package/esm2022/lib/view-context/api/model/uiAction.mjs +1 -1
  342. package/esm2022/lib/view-context/api/model/uiActionButtonDescriptor.mjs +1 -1
  343. package/esm2022/lib/view-context/api/model/uiActionButtonType.mjs +1 -1
  344. package/esm2022/lib/view-context/api/model/uiActionConstraint.mjs +1 -1
  345. package/esm2022/lib/view-context/api/model/uiActionDefinition.mjs +1 -1
  346. package/esm2022/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
  347. package/esm2022/lib/view-context/api/model/uiActionDialogDescriptor.mjs +1 -1
  348. package/esm2022/lib/view-context/api/model/uiActionFeedbackType.mjs +1 -1
  349. package/esm2022/lib/view-context/api/model/uiActionInputType.mjs +1 -1
  350. package/esm2022/lib/view-context/api/model/uiActionRequest.mjs +1 -1
  351. package/esm2022/lib/view-context/api/model/uiActionSchedule.mjs +1 -1
  352. package/esm2022/lib/view-context/api/model/uiActionTooltip.mjs +1 -1
  353. package/esm2022/lib/view-context/api/model/uiActionUploadDescriptor.mjs +1 -1
  354. package/esm2022/lib/view-context/api/model/uploadWidgetType.mjs +1 -1
  355. package/esm2022/lib/view-context/api/model/uploadedFile.mjs +1 -1
  356. package/esm2022/lib/view-context/api/model/valueSet.mjs +1 -1
  357. package/esm2022/lib/view-context/api/model/view.mjs +1 -1
  358. package/esm2022/lib/view-context/api/model/viewApiError.mjs +1 -1
  359. package/esm2022/lib/view-context/api/model/viewConstraint.mjs +1 -1
  360. package/esm2022/lib/view-context/api/model/viewContext.mjs +1 -1
  361. package/esm2022/lib/view-context/api/model/viewContextChange.mjs +1 -1
  362. package/esm2022/lib/view-context/api/model/viewContextData.mjs +1 -1
  363. package/esm2022/lib/view-context/api/model/viewContextUpdate.mjs +1 -1
  364. package/esm2022/lib/view-context/api/model/viewData.mjs +1 -1
  365. package/esm2022/lib/view-context/api/model/viewEventHandler.mjs +1 -1
  366. package/esm2022/lib/view-context/api/model/viewPlaceholder.mjs +1 -1
  367. package/esm2022/lib/view-context/api/model/viewState.mjs +1 -1
  368. package/esm2022/lib/view-context/api/model/viewStateUpdate.mjs +1 -1
  369. package/esm2022/lib/view-context/api/model/viewType.mjs +1 -1
  370. package/esm2022/lib/view-context/api/param.mjs +1 -1
  371. package/esm2022/lib/view-context/api/variables.mjs +1 -1
  372. package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +3 -3
  373. package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +3 -3
  374. package/esm2022/lib/view-context/projects.mjs +1 -1
  375. package/esm2022/lib/view-context/property-definition-data.mjs +1 -1
  376. package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.component.mjs +3 -3
  377. package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.constants.mjs +1 -1
  378. package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.service.mjs +1 -1
  379. package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
  380. package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/photo-capture-widget/photo-capture-widget.component.mjs +3 -3
  381. package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/prime-file-uploader/prime-file-uploader.component.mjs +3 -3
  382. package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/upload-widget.component.mjs +3 -3
  383. package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/upload-widget.utils.mjs +1 -1
  384. package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component.mjs +3 -3
  385. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +3 -3
  386. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +1 -1
  387. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-dialog-button/ui-action-dialog-button.component.mjs +3 -3
  388. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +3 -3
  389. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +1 -1
  390. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +3 -3
  391. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +1 -1
  392. package/esm2022/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.mjs +3 -3
  393. package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +3 -3
  394. package/esm2022/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +1 -1
  395. package/esm2022/lib/view-context/smart-ui-action/ui-action.model.mjs +1 -1
  396. package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +2 -1
  397. package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +1 -1
  398. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +3 -3
  399. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +1 -1
  400. package/esm2022/lib/view-context/smart-view-context.interceptor.mjs +1 -1
  401. package/esm2022/lib/view-context/smart-view-context.model.mjs +1 -1
  402. package/esm2022/lib/view-context/smart-view-context.module.mjs +7 -2
  403. package/esm2022/lib/view-context/smart-view-context.service.mjs +1 -1
  404. package/esm2022/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +1 -1
  405. package/esm2022/lib/view-context/utility/componentLibrary.mjs +1 -1
  406. package/esm2022/lib/view-context/utility/smart-object-utility.mjs +1 -1
  407. package/esm2022/lib/view-context/utility/smart-style-utility.mjs +1 -1
  408. package/esm2022/lib/view-context/value-api/api/api.mjs +1 -1
  409. package/esm2022/lib/view-context/value-api/api/value.service.mjs +1 -1
  410. package/esm2022/lib/view-context/value-api/api.module.mjs +1 -1
  411. package/esm2022/lib/view-context/value-api/configuration.mjs +1 -1
  412. package/esm2022/lib/view-context/value-api/encoder.mjs +1 -1
  413. package/esm2022/lib/view-context/value-api/index.mjs +1 -1
  414. package/esm2022/lib/view-context/value-api/model/genericValue.mjs +1 -1
  415. package/esm2022/lib/view-context/value-api/model/models.mjs +1 -1
  416. package/esm2022/lib/view-context/value-api/model/value.mjs +1 -1
  417. package/esm2022/lib/view-context/value-api/model/valueSetData.mjs +1 -1
  418. package/esm2022/lib/view-context/value-api/model/valueSetDefinition.mjs +1 -1
  419. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionData.mjs +1 -1
  420. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +1 -1
  421. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionKind.mjs +1 -1
  422. package/esm2022/lib/view-context/value-api/model/valueSetExpression.mjs +1 -1
  423. package/esm2022/lib/view-context/value-api/model/valueSetOperand.mjs +1 -1
  424. package/esm2022/lib/view-context/value-api/model/valueSetOperation.mjs +1 -1
  425. package/esm2022/lib/view-context/value-api/param.mjs +1 -1
  426. package/esm2022/lib/view-context/value-api/variables.mjs +1 -1
  427. package/esm2022/projects.mjs +1 -1
  428. package/fesm2022/smartbit4all-ng-client.mjs +346 -138
  429. package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
  430. package/lib/smart-form/api/model/models.d.ts +1 -0
  431. package/lib/smart-form/api/model/multiFileUploaderProperties.d.ts +19 -0
  432. package/lib/smart-form/api/model/selectionDefinition.d.ts +8 -0
  433. package/lib/smart-form/api/model/smartFormWidgetType.d.ts +1 -0
  434. package/lib/smart-form/projects.d.ts +1 -0
  435. package/lib/smart-form/services/smartform.layout-definition.service.d.ts +1 -0
  436. package/lib/smart-form/smartform.component.d.ts +2 -1
  437. package/lib/smart-form/smartform.form-model.d.ts +25 -2
  438. package/lib/smart-form/widgets/components/smart-multi-file-editor/smart-multi-file-editor.component.d.ts +57 -0
  439. package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +2 -1
  440. package/lib/smart-grid/smart-grid.component.d.ts +2 -1
  441. package/lib/smart-tree/smarttree.component.d.ts +2 -1
  442. package/lib/view-context/smart-view-context.module.d.ts +53 -52
  443. package/package.json +1 -1
  444. package/smartbit4all-ng-client-4.2.171.tgz +0 -0
  445. package/smartbit4all-ng-client-4.2.169.tgz +0 -0
@@ -1,6 +1,7 @@
1
1
  export * from './dateFieldProperties';
2
2
  export * from './fileUploaderProperties';
3
3
  export * from './imageProperties';
4
+ export * from './multiFileUploaderProperties';
4
5
  export * from './propertyMapping';
5
6
  export * from './selectionDefinition';
6
7
  export * from './smartFormInputMode';
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Form layout definition
3
+ * Contains form layout definition objects.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: info@it4all.hu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { UiAction } from '../../../view-context/api/model/uiAction';
13
+ import { UiActionUploadDescriptor } from '../../../view-context/api/model/uiActionUploadDescriptor';
14
+ export interface MultiFileUploaderProperties {
15
+ uploadAction?: UiAction;
16
+ removeActionCode?: string;
17
+ downloadActionCode?: string;
18
+ uploadDescriptor?: UiActionUploadDescriptor;
19
+ }
@@ -38,8 +38,16 @@ export interface SelectionDefinition {
38
38
  * Optional value, used for empty valueList entry, this will be the label.
39
39
  */
40
40
  emptyLabel?: string;
41
+ /**
42
+ * Defines how the values should be loaded.
43
+ */
44
+ valueSetValueType?: SelectionDefinitionValueSetValueTypeEnum;
41
45
  }
42
46
  export declare enum SelectionDefinitionTypeEnum {
43
47
  PROPERTY = "PROPERTY",
44
48
  OBJECT = "OBJECT"
45
49
  }
50
+ export declare enum SelectionDefinitionValueSetValueTypeEnum {
51
+ VALUE = "VALUE",
52
+ OBJECT = "OBJECT"
53
+ }
@@ -31,6 +31,7 @@ export declare enum SmartFormWidgetType {
31
31
  TOGGLE = "TOGGLE",
32
32
  IMAGE = "IMAGE",
33
33
  FILE_UPLOADER = "FILE_UPLOADER",
34
+ MULTI_FILE_UPLOADER = "MULTI_FILE_UPLOADER",
34
35
  MEDIA = "MEDIA",
35
36
  BUTTON = "BUTTON",
36
37
  DIVIDER = "DIVIDER",
@@ -10,3 +10,4 @@ export * from './highlightMacthingString-pipe';
10
10
  export * from './widgets/directives/comparable-dropdown.directive';
11
11
  export * from './widgets/directives/comparable-multiselect.directive';
12
12
  export * from './widgets/components/smart-file-editor/smart-file-editor.component';
13
+ export * from './widgets/components/smart-multi-file-editor/smart-multi-file-editor.component';
@@ -39,6 +39,7 @@ export declare class SmartformLayoutDefinitionService {
39
39
  private createButton;
40
40
  private createDivider;
41
41
  private createFileUploader;
42
+ private createMultiFileUploader;
42
43
  private createYoutubePlayer;
43
44
  private extractYoutubePlayerProps;
44
45
  private logMissingProperty;
@@ -14,6 +14,7 @@ export declare class SmartformComponent implements OnInit, OnDestroy, OnChanges
14
14
  compLib: ComponentLibrary;
15
15
  private _destroy$;
16
16
  smartForm?: SmartForm;
17
+ testId?: string;
17
18
  onBlurSubject?: Subject<any>;
18
19
  onValueChangeSubject?: Subject<any>;
19
20
  originalWidgets: SmartFormWidget<any>[];
@@ -39,5 +40,5 @@ export declare class SmartformComponent implements OnInit, OnDestroy, OnChanges
39
40
  getModel(): any;
40
41
  getToolbars(): UiActionToolbarComponent[];
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartformComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartformComponent, "smartform", never, { "smartForm": { "alias": "smartForm"; "required": false; }; }, {}, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartformComponent, "smartform", never, { "smartForm": { "alias": "smartForm"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
43
44
  }
@@ -1,8 +1,8 @@
1
1
  import { QuillModules } from 'ngx-quill';
2
- import { DateFieldProperties, FileUploaderProperties, ImageProperties, SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, TextFieldProperties, ValueChangeMode } from './api';
2
+ import { DateFieldProperties, FileUploaderProperties, MultiFileUploaderProperties, ImageProperties, SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, TextFieldProperties, ValueChangeMode } from './api';
3
3
  import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
4
4
  import { ImageResource, Style } from '../view-context/api';
5
- export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
5
+ export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartMultiFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
6
6
  export interface SmartTextField<T> {
7
7
  type: SmartFormWidgetType.TEXT_FIELD;
8
8
  key: string;
@@ -545,6 +545,29 @@ export interface SmartFileUploader {
545
545
  fileUploaderProperties?: FileUploaderProperties;
546
546
  toolbarId?: string;
547
547
  }
548
+ export interface SmartMultiFileUploader {
549
+ type: SmartFormWidgetType.MULTI_FILE_UPLOADER;
550
+ value?: any;
551
+ key: string;
552
+ valueChangeMode?: ValueChangeMode;
553
+ label: string;
554
+ isDisabled?: boolean;
555
+ validators?: SmartValidator[];
556
+ originalLabel?: string;
557
+ showLabel?: boolean;
558
+ isVisible?: boolean;
559
+ cssClass?: string;
560
+ cssLabelClass?: string;
561
+ labelPositionClass?: string;
562
+ isFloatLabel?: boolean;
563
+ style?: Style;
564
+ labelStyle?: Style;
565
+ fileFormats?: string[];
566
+ maxSizeMb?: number;
567
+ i18n?: any;
568
+ multiFileUploaderProperties?: MultiFileUploaderProperties;
569
+ toolbarId?: string;
570
+ }
548
571
  export interface SmartImage {
549
572
  type: SmartFormWidgetType.IMAGE;
550
573
  key: string;
@@ -0,0 +1,57 @@
1
+ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
+ import { SmartMultiFileUploader } from '../../../smartform.form-model';
3
+ import { UiAction, UiActionUploadDescriptor } from '../../../../view-context/api/model/models';
4
+ import { ComponentLibrary } from '../../../../view-context/utility/componentLibrary';
5
+ import { UiActionToolbarComponent } from '../../../../view-context/smart-ui-action/ui-action-toolbar.component';
6
+ import { ControlValueAccessor } from '@angular/forms';
7
+ import * as i0 from "@angular/core";
8
+ export declare class SmartMultiFileEditorComponent implements ControlValueAccessor {
9
+ private cdr;
10
+ compLib?: ComponentLibrary | undefined;
11
+ toolbar: UiActionToolbarComponent;
12
+ private _widgetInstance;
13
+ get widgetInstance(): SmartMultiFileUploader;
14
+ set widgetInstance(value: SmartMultiFileUploader);
15
+ uploadFilesEvent: EventEmitter<{
16
+ files: any[];
17
+ uiAction: UiAction;
18
+ uploadDescriptor?: UiActionUploadDescriptor | undefined;
19
+ }>;
20
+ fileEvent: EventEmitter<{
21
+ uiAction: UiAction;
22
+ uploadDescriptor?: UiActionUploadDescriptor | undefined;
23
+ }>;
24
+ constructor(cdr: ChangeDetectorRef, compLib?: ComponentLibrary | undefined);
25
+ private clone;
26
+ upload(event: any): void;
27
+ private emitFileAction;
28
+ deleteFile(dataUri: string): void;
29
+ downloadFile(dataUri: string): void;
30
+ isTypeSupported(value: any): boolean;
31
+ formatSize(bytes: number): string;
32
+ getLabelNgClass(): {
33
+ [className: string]: boolean;
34
+ };
35
+ getLabelStyle(): {
36
+ [key: string]: string | number;
37
+ };
38
+ getNgClass(): {
39
+ [className: string]: boolean;
40
+ };
41
+ getStyle(): {
42
+ [key: string]: string | number;
43
+ };
44
+ onChange: (value: any) => void;
45
+ onTouched: () => void;
46
+ isDisabled: boolean;
47
+ writeValue(value: any): void;
48
+ registerOnChange(fn: any): void;
49
+ registerOnTouched(fn: any): void;
50
+ setDisabledState?(isDisabled: boolean): void;
51
+ get removeIcon(): string;
52
+ get fileIcon(): string;
53
+ get errorIcon(): string;
54
+ get toolbarComponent(): UiActionToolbarComponent;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartMultiFileEditorComponent, [null, { optional: true; }]>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartMultiFileEditorComponent, "smart-multi-file-editor", never, { "widgetInstance": { "alias": "widgetInstance"; "required": false; }; }, { "uploadFilesEvent": "uploadFilesEvent"; "fileEvent": "fileEvent"; }, never, never, false, never>;
57
+ }
@@ -7,7 +7,7 @@ import { ContentChange, QuillEditorComponent, QuillModules } from 'ngx-quill';
7
7
  import { EditorTextChangeEvent } from 'primeng/editor';
8
8
  import { Observable, Subject } from 'rxjs';
9
9
  import { ComponentFactoryService } from '../../../component-factory-service/projects';
10
- import { UiActionDescriptor } from '../../../view-context/api';
10
+ import { UiAction, UiActionDescriptor } from '../../../view-context/api';
11
11
  import { UiActionToolbarComponent } from '../../../view-context/smart-ui-action/ui-action-toolbar.component';
12
12
  import { ComponentLibrary } from '../../../view-context/utility/componentLibrary';
13
13
  import { SmartFormWidgetType, SmartWidgetHintPositionEnum } from '../../api/model/models';
@@ -134,6 +134,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
134
134
  getIndicatorStatusLabelColor(): string;
135
135
  getIndicatorStatusLabel(): string;
136
136
  upload(event: any): void;
137
+ executeUiAction(uiAction: UiAction): void;
137
138
  getButtonType(descriptor: any): string;
138
139
  isOnlyIcon(descriptor: any): boolean;
139
140
  onButtonClicked(instance: SmartButton): void;
@@ -37,6 +37,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
37
37
  smartGrid?: SmartGrid;
38
38
  uuid?: string;
39
39
  dev: boolean;
40
+ testId?: string;
40
41
  vcRefTable?: ViewContainerRef;
41
42
  componentRefTable?: ComponentRef<SmarttableComponent>;
42
43
  smartTable: SmartTable<GridRow>;
@@ -146,5 +147,5 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
146
147
  createCellToActionMap(): void;
147
148
  rowTrackByFn(index: number, row: any): any;
148
149
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
149
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; }, {}, never, never, false, never>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
150
151
  }
@@ -18,6 +18,7 @@ export declare class SmartTreeComponent implements OnInit, OnDestroy {
18
18
  treeData?: SmartTreeModel;
19
19
  treeStyle?: TreeStyle;
20
20
  treeService: SmarttreeService<any>;
21
+ testId?: string;
21
22
  smartTreeNodeButtonType: typeof SmartTreeNodeButtonType;
22
23
  errorMessage?: string;
23
24
  uiActionModels: UiActionModel[];
@@ -38,5 +39,5 @@ export declare class SmartTreeComponent implements OnInit, OnDestroy {
38
39
  getClassesForTreeNodeChildren(node: SmartTreeNode): string[];
39
40
  getCustomClass(cssClass: string, plusProperty: any): string;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTreeComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTreeComponent, "smart-tree", never, { "treeStyle": { "alias": "treeStyle"; "required": false; }; "treeService": { "alias": "treeService"; "required": false; }; }, {}, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTreeComponent, "smart-tree", never, { "treeStyle": { "alias": "treeStyle"; "required": false; }; "treeService": { "alias": "treeService"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
42
43
  }
@@ -18,59 +18,60 @@ import * as i16 from "../smart-form/smartfileuploader/large-file-snack-bar/large
18
18
  import * as i17 from "../smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component";
19
19
  import * as i18 from "../smart-form/widgets/components/smart-month-picker/smart-month-picker.component";
20
20
  import * as i19 from "../smart-form/widgets/components/smart-file-editor/smart-file-editor.component";
21
- import * as i20 from "../smart-form/highlightMacthingString-pipe";
22
- import * as i21 from "./smart-ui-action/ui-action-button/ui-action-button.component";
23
- import * as i22 from "./smart-ui-action/components/menu/menu.component";
24
- import * as i23 from "./smart-ui-action/components/upload-widget/upload-widget.component";
25
- import * as i24 from "./smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component";
26
- import * as i25 from "./smart-ui-action/components/upload-widget/photo-capture-widget/photo-capture-widget.component";
27
- import * as i26 from "./smart-ui-action/components/upload-widget/prime-file-uploader/prime-file-uploader.component";
28
- import * as i27 from "@angular/common";
29
- import * as i28 from "@angular/common/http";
30
- import * as i29 from "@angular/material/core";
31
- import * as i30 from "@angular/material/button";
32
- import * as i31 from "primeng/button";
33
- import * as i32 from "@angular/material/icon";
34
- import * as i33 from "@angular/material/snack-bar";
35
- import * as i34 from "../smart-icon/smart-icon.module";
36
- import * as i35 from "@angular/material/tooltip";
37
- import * as i36 from "../shared/shared.module";
38
- import * as i37 from "primeng/api";
39
- import * as i38 from "@angular/platform-browser";
40
- import * as i39 from "@angular/material/chips";
41
- import * as i40 from "@angular/forms";
42
- import * as i41 from "@angular/material/form-field";
43
- import * as i42 from "@angular/material/checkbox";
44
- import * as i43 from "@angular/material/select";
45
- import * as i44 from "@angular/material/input";
46
- import * as i45 from "@angular/material/datepicker";
47
- import * as i46 from "@angular/material-moment-adapter";
48
- import * as i47 from "@angular/material/radio";
49
- import * as i48 from "@angular/material/slide-toggle";
50
- import * as i49 from "@angular/material/autocomplete";
51
- import * as i50 from "ngx-quill";
52
- import * as i51 from "@angular/cdk/drag-drop";
53
- import * as i52 from "@angular/youtube-player";
54
- import * as i53 from "primeng/inputtext";
55
- import * as i54 from "primeng/dropdown";
56
- import * as i55 from "primeng/multiselect";
57
- import * as i56 from "primeng/inputswitch";
58
- import * as i57 from "primeng/inputnumber";
59
- import * as i58 from "primeng/inputtextarea";
60
- import * as i59 from "primeng/image";
61
- import * as i60 from "primeng/floatlabel";
62
- import * as i61 from "primeng/toast";
63
- import * as i62 from "primeng/dynamicdialog";
64
- import * as i63 from "primeng/fileupload";
65
- import * as i64 from "primeng/chips";
66
- import * as i65 from "primeng/calendar";
67
- import * as i66 from "primeng/checkbox";
68
- import * as i67 from "primeng/orderlist";
69
- import * as i68 from "primeng/inputmask";
70
- import * as i69 from "primeng/editor";
71
- import * as i70 from "@angular/material/menu";
21
+ import * as i20 from "../smart-form/widgets/components/smart-multi-file-editor/smart-multi-file-editor.component";
22
+ import * as i21 from "../smart-form/highlightMacthingString-pipe";
23
+ import * as i22 from "./smart-ui-action/ui-action-button/ui-action-button.component";
24
+ import * as i23 from "./smart-ui-action/components/menu/menu.component";
25
+ import * as i24 from "./smart-ui-action/components/upload-widget/upload-widget.component";
26
+ import * as i25 from "./smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component";
27
+ import * as i26 from "./smart-ui-action/components/upload-widget/photo-capture-widget/photo-capture-widget.component";
28
+ import * as i27 from "./smart-ui-action/components/upload-widget/prime-file-uploader/prime-file-uploader.component";
29
+ import * as i28 from "@angular/common";
30
+ import * as i29 from "@angular/common/http";
31
+ import * as i30 from "@angular/material/core";
32
+ import * as i31 from "@angular/material/button";
33
+ import * as i32 from "primeng/button";
34
+ import * as i33 from "@angular/material/icon";
35
+ import * as i34 from "@angular/material/snack-bar";
36
+ import * as i35 from "../smart-icon/smart-icon.module";
37
+ import * as i36 from "@angular/material/tooltip";
38
+ import * as i37 from "../shared/shared.module";
39
+ import * as i38 from "primeng/api";
40
+ import * as i39 from "@angular/platform-browser";
41
+ import * as i40 from "@angular/material/chips";
42
+ import * as i41 from "@angular/forms";
43
+ import * as i42 from "@angular/material/form-field";
44
+ import * as i43 from "@angular/material/checkbox";
45
+ import * as i44 from "@angular/material/select";
46
+ import * as i45 from "@angular/material/input";
47
+ import * as i46 from "@angular/material/datepicker";
48
+ import * as i47 from "@angular/material-moment-adapter";
49
+ import * as i48 from "@angular/material/radio";
50
+ import * as i49 from "@angular/material/slide-toggle";
51
+ import * as i50 from "@angular/material/autocomplete";
52
+ import * as i51 from "ngx-quill";
53
+ import * as i52 from "@angular/cdk/drag-drop";
54
+ import * as i53 from "@angular/youtube-player";
55
+ import * as i54 from "primeng/inputtext";
56
+ import * as i55 from "primeng/dropdown";
57
+ import * as i56 from "primeng/multiselect";
58
+ import * as i57 from "primeng/inputswitch";
59
+ import * as i58 from "primeng/inputnumber";
60
+ import * as i59 from "primeng/inputtextarea";
61
+ import * as i60 from "primeng/image";
62
+ import * as i61 from "primeng/floatlabel";
63
+ import * as i62 from "primeng/toast";
64
+ import * as i63 from "primeng/dynamicdialog";
65
+ import * as i64 from "primeng/fileupload";
66
+ import * as i65 from "primeng/chips";
67
+ import * as i66 from "primeng/calendar";
68
+ import * as i67 from "primeng/checkbox";
69
+ import * as i68 from "primeng/orderlist";
70
+ import * as i69 from "primeng/inputmask";
71
+ import * as i70 from "primeng/editor";
72
+ import * as i71 from "@angular/material/menu";
72
73
  export declare class SmartViewContextModule {
73
74
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextModule, never>;
74
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent, typeof i9.SmartformComponent, typeof i10.UiActionDialogButtonComponent, typeof i11.SmartformwidgetComponent, typeof i12.SmartfileuploaderComponent, typeof i13.TrackCapsDirective, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i16.LargeFileSnackBarComponent, typeof i17.SortableWidgetComponent, typeof i18.SmartMonthPickerComponent, typeof i19.SmartFileEditorComponent, typeof i20.HighlightPipe, typeof i21.UiActionButtonComponent, typeof i22.MenuComponent, typeof i23.UploadWidgetComponent, typeof i24.VoiceRecordWidgetComponent, typeof i25.PhotoCaptureWidgetComponent, typeof i26.PrimeFileUploaderComponent], [typeof i27.CommonModule, typeof i28.HttpClientModule, typeof i29.MatCommonModule, typeof i30.MatButtonModule, typeof i31.ButtonModule, typeof i32.MatIconModule, typeof i33.MatSnackBarModule, typeof i34.SmartIconModule, typeof i35.MatTooltipModule, typeof i36.SharedModule, typeof i37.SharedModule, typeof i38.BrowserModule, typeof i39.MatChipsModule, typeof i40.FormsModule, typeof i40.ReactiveFormsModule, typeof i41.MatFormFieldModule, typeof i42.MatCheckboxModule, typeof i43.MatSelectModule, typeof i44.MatInputModule, typeof i45.MatDatepickerModule, typeof i46.MatMomentDateModule, typeof i47.MatRadioModule, typeof i48.MatSlideToggleModule, typeof i49.MatAutocompleteModule, typeof i50.QuillModule, typeof i51.DragDropModule, typeof i52.YouTubePlayerModule, typeof i53.InputTextModule, typeof i54.DropdownModule, typeof i55.MultiSelectModule, typeof i40.FormsModule, typeof i56.InputSwitchModule, typeof i57.InputNumberModule, typeof i58.InputTextareaModule, typeof i59.ImageModule, typeof i60.FloatLabelModule, typeof i27.CommonModule, typeof i61.ToastModule, typeof i62.DynamicDialogModule, typeof i63.FileUploadModule, typeof i64.ChipsModule, typeof i65.CalendarModule, typeof i66.CheckboxModule, typeof i67.OrderListModule, typeof i68.InputMaskModule, typeof i69.EditorModule, typeof i70.MatMenuModule, typeof i34.SmartIconModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i11.SmartformwidgetComponent, typeof i10.UiActionDialogButtonComponent, typeof i12.SmartfileuploaderComponent, typeof i20.HighlightPipe, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i21.UiActionButtonComponent, typeof i22.MenuComponent, typeof i23.UploadWidgetComponent, typeof i24.VoiceRecordWidgetComponent, typeof i25.PhotoCaptureWidgetComponent, typeof i19.SmartFileEditorComponent]>;
75
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent, typeof i9.SmartformComponent, typeof i10.UiActionDialogButtonComponent, typeof i11.SmartformwidgetComponent, typeof i12.SmartfileuploaderComponent, typeof i13.TrackCapsDirective, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i16.LargeFileSnackBarComponent, typeof i17.SortableWidgetComponent, typeof i18.SmartMonthPickerComponent, typeof i19.SmartFileEditorComponent, typeof i20.SmartMultiFileEditorComponent, typeof i21.HighlightPipe, typeof i22.UiActionButtonComponent, typeof i23.MenuComponent, typeof i24.UploadWidgetComponent, typeof i25.VoiceRecordWidgetComponent, typeof i26.PhotoCaptureWidgetComponent, typeof i27.PrimeFileUploaderComponent], [typeof i28.CommonModule, typeof i29.HttpClientModule, typeof i30.MatCommonModule, typeof i31.MatButtonModule, typeof i32.ButtonModule, typeof i33.MatIconModule, typeof i34.MatSnackBarModule, typeof i35.SmartIconModule, typeof i36.MatTooltipModule, typeof i37.SharedModule, typeof i38.SharedModule, typeof i39.BrowserModule, typeof i40.MatChipsModule, typeof i41.FormsModule, typeof i41.ReactiveFormsModule, typeof i42.MatFormFieldModule, typeof i43.MatCheckboxModule, typeof i44.MatSelectModule, typeof i45.MatInputModule, typeof i46.MatDatepickerModule, typeof i47.MatMomentDateModule, typeof i48.MatRadioModule, typeof i49.MatSlideToggleModule, typeof i50.MatAutocompleteModule, typeof i51.QuillModule, typeof i52.DragDropModule, typeof i53.YouTubePlayerModule, typeof i54.InputTextModule, typeof i55.DropdownModule, typeof i56.MultiSelectModule, typeof i41.FormsModule, typeof i57.InputSwitchModule, typeof i58.InputNumberModule, typeof i59.InputTextareaModule, typeof i60.ImageModule, typeof i61.FloatLabelModule, typeof i28.CommonModule, typeof i62.ToastModule, typeof i63.DynamicDialogModule, typeof i64.FileUploadModule, typeof i65.ChipsModule, typeof i66.CalendarModule, typeof i67.CheckboxModule, typeof i68.OrderListModule, typeof i69.InputMaskModule, typeof i70.EditorModule, typeof i71.MatMenuModule, typeof i35.SmartIconModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i11.SmartformwidgetComponent, typeof i10.UiActionDialogButtonComponent, typeof i12.SmartfileuploaderComponent, typeof i21.HighlightPipe, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i22.UiActionButtonComponent, typeof i23.MenuComponent, typeof i24.UploadWidgetComponent, typeof i25.VoiceRecordWidgetComponent, typeof i26.PhotoCaptureWidgetComponent, typeof i19.SmartFileEditorComponent, typeof i20.SmartMultiFileEditorComponent]>;
75
76
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartViewContextModule>;
76
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.169",
3
+ "version": "4.2.171",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file