@tetacom/ng-components 1.4.4 → 1.4.7

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 (327) hide show
  1. package/assets/icons.svg +54 -0
  2. package/component/avatar/avatar/avatar.component.d.ts +1 -1
  3. package/component/button/button/button.component.d.ts +1 -1
  4. package/component/date-picker/base-calendar.d.ts +1 -1
  5. package/component/date-picker/base-picker.d.ts +1 -1
  6. package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +1 -1
  7. package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
  8. package/component/date-picker/date-range/date-range.component.d.ts +1 -1
  9. package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +1 -1
  10. package/component/date-picker/day-picker/day-item/day-item.component.d.ts +1 -1
  11. package/component/date-picker/day-picker/day-picker.component.d.ts +4 -4
  12. package/component/date-picker/month-picker/month-picker.component.d.ts +2 -2
  13. package/component/date-picker/public-api.d.ts +2 -2
  14. package/component/date-picker/year-picker/year-picker.component.d.ts +3 -3
  15. package/component/filter/boolean-filter/boolean-filter.component.d.ts +3 -3
  16. package/component/message/model/message.d.ts +1 -1
  17. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +11 -17
  18. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +18 -19
  19. package/component/property-grid/property-grid/property-grid.component.d.ts +10 -15
  20. package/component/property-grid/public-api.d.ts +0 -1
  21. package/component/switch/switch/switch.component.d.ts +1 -1
  22. package/component/table/table-row/table-row.component.d.ts +2 -2
  23. package/component/tree/tree/tree.component.d.ts +1 -1
  24. package/docs/avatarDocs.mdx +78 -72
  25. package/docs/datePickerDocs.mdx +3 -3
  26. package/docs/dateRangeDocs.mdx +3 -3
  27. package/docs/delimiterDocs.mdx +78 -78
  28. package/docs/dropdownDocs.mdx +143 -123
  29. package/docs/expandCardlDocs.mdx +49 -45
  30. package/docs/expandPanelDocs.mdx +104 -92
  31. package/docs/fileAreaDocs.mdx +64 -59
  32. package/docs/inputDocs.mdx +70 -67
  33. package/docs/listDocs.mdx +14 -8
  34. package/docs/messageDocs.mdx +47 -34
  35. package/docs/progressBarDocs.mdx +65 -51
  36. package/docs/propertyGridDocs.mdx +173 -115
  37. package/docs/radioDocs.mdx +92 -80
  38. package/docs/resizePanelDocs.mdx +79 -67
  39. package/docs/selectDocs.mdx +262 -220
  40. package/docs/switchDocs.mdx +86 -73
  41. package/docs/tagDocs.mdx +17 -11
  42. package/docs/toggleDocs.mdx +42 -36
  43. package/docs/toolbarDocs.mdx +14 -8
  44. package/docs/treeDocs.mdx +108 -89
  45. package/esm2022/common/contract/teta-content-ref.mjs +1 -1
  46. package/esm2022/common/enum/align.enum.mjs +1 -1
  47. package/esm2022/common/enum/vertical-align.enum.mjs +1 -1
  48. package/esm2022/common/service/dynamic-component.service.mjs +1 -1
  49. package/esm2022/common/util/array-util.mjs +5 -7
  50. package/esm2022/common/util/dom-util.mjs +2 -3
  51. package/esm2022/common/util/position-util.mjs +6 -14
  52. package/esm2022/component/accordion/accordion-content.directive.mjs +2 -2
  53. package/esm2022/component/accordion/public-api.mjs +1 -1
  54. package/esm2022/component/autocomplete/autocomplete/autocomplete.component.mjs +2 -3
  55. package/esm2022/component/autocomplete/public-api.mjs +1 -1
  56. package/esm2022/component/avatar/avatar/avatar.component.mjs +4 -5
  57. package/esm2022/component/avatar/model/avatar-color.enum.mjs +1 -1
  58. package/esm2022/component/avatar/public-api.mjs +1 -1
  59. package/esm2022/component/button/button/button.component.mjs +2 -2
  60. package/esm2022/component/button/public-api.mjs +1 -1
  61. package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +11 -24
  62. package/esm2022/component/chart-3d/model/chart-3d-options.mjs +1 -1
  63. package/esm2022/component/chart-3d/public-api.mjs +1 -1
  64. package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  65. package/esm2022/component/checkbox/public-api.mjs +1 -1
  66. package/esm2022/component/date-picker/base-calendar.mjs +7 -14
  67. package/esm2022/component/date-picker/base-picker.mjs +3 -2
  68. package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +4 -11
  69. package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +5 -6
  70. package/esm2022/component/date-picker/date-range/date-range.component.mjs +6 -14
  71. package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +4 -4
  72. package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +5 -6
  73. package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +9 -9
  74. package/esm2022/component/date-picker/model/date-picker-mode.enum.mjs +1 -1
  75. package/esm2022/component/date-picker/model/from-to.model.mjs +1 -1
  76. package/esm2022/component/date-picker/model/min-max-date.model.mjs +1 -1
  77. package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +4 -4
  78. package/esm2022/component/date-picker/public-api.mjs +3 -3
  79. package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +3 -3
  80. package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +9 -7
  81. package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +2 -2
  82. package/esm2022/component/delimiter/public-api.mjs +1 -1
  83. package/esm2022/component/divider/divider/divider.component.mjs +4 -4
  84. package/esm2022/component/divider/public-api.mjs +1 -1
  85. package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +2 -3
  86. package/esm2022/component/dropdown/dropdown-base.mjs +11 -22
  87. package/esm2022/component/dropdown/dropdown-content.directive.mjs +2 -2
  88. package/esm2022/component/dropdown/dropdown-head.directive.mjs +2 -2
  89. package/esm2022/component/dropdown/dropdown.directive.mjs +4 -5
  90. package/esm2022/component/dropdown/public-api.mjs +1 -1
  91. package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +4 -10
  92. package/esm2022/component/dynamic-component/public-api.mjs +1 -1
  93. package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +4 -5
  94. package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +4 -4
  95. package/esm2022/component/expand-card/public-api.mjs +1 -1
  96. package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +4 -9
  97. package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +1 -1
  98. package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +1 -1
  99. package/esm2022/component/expand-panel/public-api.mjs +1 -1
  100. package/esm2022/component/file-upload/file-item/file-item.component.mjs +1 -1
  101. package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -8
  102. package/esm2022/component/file-upload/public-api.mjs +1 -1
  103. package/esm2022/component/filter/base/filter-base.mjs +1 -1
  104. package/esm2022/component/filter/base/filter-component-base.mjs +1 -1
  105. package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +5 -11
  106. package/esm2022/component/filter/contarct/boolean-filter.mjs +1 -1
  107. package/esm2022/component/filter/contarct/date-filter-value.mjs +3 -3
  108. package/esm2022/component/filter/contarct/date-filter.mjs +1 -1
  109. package/esm2022/component/filter/contarct/filter-component-map.mjs +2 -4
  110. package/esm2022/component/filter/contarct/filter-item.mjs +2 -2
  111. package/esm2022/component/filter/contarct/filter-state.mjs +1 -1
  112. package/esm2022/component/filter/contarct/list-filter.mjs +1 -1
  113. package/esm2022/component/filter/contarct/numeric-filter.mjs +1 -1
  114. package/esm2022/component/filter/contarct/sort-param.mjs +1 -1
  115. package/esm2022/component/filter/contarct/string-filter.mjs +1 -1
  116. package/esm2022/component/filter/date-filter/date-filter.component.mjs +3 -8
  117. package/esm2022/component/filter/enum/list-filter-type.enum.mjs +1 -1
  118. package/esm2022/component/filter/filter-host/filter-host.component.mjs +2 -3
  119. package/esm2022/component/filter/list-filter/list-filter.component.mjs +5 -14
  120. package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +3 -8
  121. package/esm2022/component/filter/public-api.mjs +1 -1
  122. package/esm2022/component/filter/string-filter/string-filter.component.mjs +4 -9
  123. package/esm2022/component/icon/icon/icon.component.mjs +3 -3
  124. package/esm2022/component/icon/icon-file/icon-file.component.mjs +2 -3
  125. package/esm2022/component/icon/icon-sprite.directive.mjs +2 -2
  126. package/esm2022/component/icon/icon.service.mjs +5 -6
  127. package/esm2022/component/icon/public-api.mjs +1 -1
  128. package/esm2022/component/input/color-input/color-input.component.mjs +3 -3
  129. package/esm2022/component/input/form-group-title/form-group-title.component.mjs +2 -2
  130. package/esm2022/component/input/input/input.component.mjs +4 -4
  131. package/esm2022/component/input/public-api.mjs +1 -1
  132. package/esm2022/component/input/text-field/text-field.component.mjs +3 -9
  133. package/esm2022/component/message/message/message.component.mjs +3 -7
  134. package/esm2022/component/message/message-host/message-host.component.mjs +5 -9
  135. package/esm2022/component/message/message.service.mjs +2 -2
  136. package/esm2022/component/message/model/message.mjs +2 -2
  137. package/esm2022/component/message/public-api.mjs +1 -1
  138. package/esm2022/component/modal/dialog/dialog.component.mjs +3 -8
  139. package/esm2022/component/modal/dialog.service.mjs +1 -1
  140. package/esm2022/component/modal/modal-container/modal-container.component.mjs +4 -11
  141. package/esm2022/component/modal/modal.module.mjs +4 -12
  142. package/esm2022/component/modal/modal.service.mjs +1 -1
  143. package/esm2022/component/modal/model/current-modal.mjs +1 -1
  144. package/esm2022/component/modal/model/i-modal-result.mjs +1 -1
  145. package/esm2022/component/modal/model/modal-instance.mjs +1 -1
  146. package/esm2022/component/pager/model/pager-state.mjs +3 -2
  147. package/esm2022/component/pager/pager/pager.component.mjs +1 -1
  148. package/esm2022/component/pager/public-api.mjs +1 -1
  149. package/esm2022/component/pager/util/pager-util.mjs +1 -1
  150. package/esm2022/component/panel/panel/panel.component.mjs +4 -10
  151. package/esm2022/component/panel/public-api.mjs +1 -1
  152. package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +5 -6
  153. package/esm2022/component/progress-bar/public-api.mjs +1 -1
  154. package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +15 -49
  155. package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +44 -58
  156. package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +2 -2
  157. package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +24 -46
  158. package/esm2022/component/property-grid/public-api.mjs +1 -2
  159. package/esm2022/component/radio/public-api.mjs +1 -1
  160. package/esm2022/component/radio/radio/radio.component.mjs +7 -11
  161. package/esm2022/component/radio/radio-button/radio-button.component.mjs +3 -3
  162. package/esm2022/component/resize-panel/public-api.mjs +1 -1
  163. package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +5 -10
  164. package/esm2022/component/select/public-api.mjs +1 -1
  165. package/esm2022/component/select/select/select.component.mjs +10 -18
  166. package/esm2022/component/select/select-option.directive.mjs +2 -2
  167. package/esm2022/component/select/select-value.directive.mjs +2 -2
  168. package/esm2022/component/sidebar/public-api.mjs +1 -1
  169. package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +6 -12
  170. package/esm2022/component/sidebar/sidebar-position.enum.mjs +1 -1
  171. package/esm2022/component/switch/public-api.mjs +1 -1
  172. package/esm2022/component/switch/switch/switch.component.mjs +4 -7
  173. package/esm2022/component/switch/switch-button/switch-button.component.mjs +2 -3
  174. package/esm2022/component/switch/switch.service.mjs +2 -2
  175. package/esm2022/component/table/base/cell-component-base.mjs +10 -22
  176. package/esm2022/component/table/base/detail-component-base.mjs +1 -1
  177. package/esm2022/component/table/base/head-cell-component-base.mjs +2 -2
  178. package/esm2022/component/table/cell/cell.component.mjs +4 -4
  179. package/esm2022/component/table/cell-host/cell-host.component.mjs +1 -1
  180. package/esm2022/component/table/contract/cell-components-map.mjs +2 -4
  181. package/esm2022/component/table/contract/column-reorder-event.mjs +1 -1
  182. package/esm2022/component/table/contract/sort-event.mjs +1 -1
  183. package/esm2022/component/table/contract/table-column.mjs +3 -3
  184. package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +4 -8
  185. package/esm2022/component/table/default/date-cell/date-cell.component.mjs +4 -9
  186. package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +4 -9
  187. package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +5 -6
  188. package/esm2022/component/table/default/list-cell/list-cell.component.mjs +7 -13
  189. package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +4 -9
  190. package/esm2022/component/table/default/string-cell/string-cell.component.mjs +4 -8
  191. package/esm2022/component/table/enum/edit-event.enum.mjs +1 -1
  192. package/esm2022/component/table/enum/edit-type.enum.mjs +1 -1
  193. package/esm2022/component/table/enum/select-type.enum.mjs +1 -1
  194. package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +4 -11
  195. package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +3 -4
  196. package/esm2022/component/table/public-api.mjs +1 -1
  197. package/esm2022/component/table/selection-cell/selection-cell.component.mjs +4 -6
  198. package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -7
  199. package/esm2022/component/table/service/table.service.mjs +35 -52
  200. package/esm2022/component/table/table/table.component.mjs +12 -24
  201. package/esm2022/component/table/table-body/table-body.component.mjs +15 -21
  202. package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +5 -6
  203. package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +4 -5
  204. package/esm2022/component/table/table-head/table-head.component.mjs +10 -10
  205. package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +12 -12
  206. package/esm2022/component/table/table-head-group/table-head-group.component.mjs +7 -12
  207. package/esm2022/component/table/table-row/table-row.component.mjs +3 -3
  208. package/esm2022/component/table/util/state-util.mjs +13 -25
  209. package/esm2022/component/table/util/table-util.mjs +15 -9
  210. package/esm2022/component/tabs/public-api.mjs +1 -1
  211. package/esm2022/component/tabs/tab-content.directive.mjs +2 -2
  212. package/esm2022/component/tabs/tab-title.directive.mjs +2 -2
  213. package/esm2022/component/theme-switch/public-api.mjs +1 -1
  214. package/esm2022/component/toggle/public-api.mjs +1 -1
  215. package/esm2022/component/toggle/toggle/toggle.component.mjs +3 -3
  216. package/esm2022/component/toolbar/public-api.mjs +1 -1
  217. package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +2 -2
  218. package/esm2022/component/tree/public-api.mjs +1 -1
  219. package/esm2022/component/tree/tree/tree.component.mjs +6 -6
  220. package/esm2022/component/tree/tree-item/tree-item.component.mjs +9 -20
  221. package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +5 -6
  222. package/esm2022/component/tree/tree.service.mjs +1 -1
  223. package/esm2022/directive/auto-position/auto-position.directive.mjs +3 -3
  224. package/esm2022/directive/auto-position/public-api.mjs +1 -1
  225. package/esm2022/directive/click-outside/click-outside.directive.mjs +2 -2
  226. package/esm2022/directive/click-outside/public-api.mjs +1 -1
  227. package/esm2022/directive/context-menu/context-menu.directive.mjs +4 -8
  228. package/esm2022/directive/context-menu/public-api.mjs +1 -1
  229. package/esm2022/directive/disable-control/disable-control.directive.mjs +1 -1
  230. package/esm2022/directive/disable-control/public-api.mjs +1 -1
  231. package/esm2022/directive/drag-drop/drag-container.directive.mjs +8 -10
  232. package/esm2022/directive/drag-drop/drag-drop.service.mjs +14 -11
  233. package/esm2022/directive/drag-drop/drag-placeholder.directive.mjs +2 -2
  234. package/esm2022/directive/drag-drop/drag-preview.directive.mjs +2 -2
  235. package/esm2022/directive/drag-drop/drag.directive.mjs +4 -7
  236. package/esm2022/directive/drag-drop/model/drag-container-instance.mjs +1 -1
  237. package/esm2022/directive/drag-drop/model/drag-instance.mjs +1 -1
  238. package/esm2022/directive/drag-drop/model/drag-process.mjs +1 -1
  239. package/esm2022/directive/drag-drop/model/drag-selection.mjs +1 -1
  240. package/esm2022/directive/drag-drop/model/drop-event.mjs +1 -1
  241. package/esm2022/directive/drag-drop/model/drop-target.mjs +1 -1
  242. package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +2 -3
  243. package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +4 -10
  244. package/esm2022/directive/drag-sort/public-api.mjs +1 -1
  245. package/esm2022/directive/dynamic-content-base.directive.mjs +3 -3
  246. package/esm2022/directive/highlight/highlight.directive.mjs +4 -5
  247. package/esm2022/directive/highlight/public-api.mjs +1 -1
  248. package/esm2022/directive/hint/hint.directive.mjs +5 -14
  249. package/esm2022/directive/hint/public-api.mjs +1 -1
  250. package/esm2022/directive/let/let.directive.mjs +2 -2
  251. package/esm2022/directive/let/public-api.mjs +1 -1
  252. package/esm2022/directive/loader/loader.directive.mjs +3 -3
  253. package/esm2022/directive/loader/public-api.mjs +1 -1
  254. package/esm2022/directive/no-autofill/no-autofill.directive.mjs +1 -1
  255. package/esm2022/directive/no-autofill/public-api.mjs +1 -1
  256. package/esm2022/directive/only-number/public-api.mjs +1 -1
  257. package/esm2022/directive/resize-drag/public-api.mjs +1 -1
  258. package/esm2022/directive/resize-drag/resize-drag.directive.mjs +2 -2
  259. package/esm2022/directive/scroll-into-view/public-api.mjs +1 -1
  260. package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +3 -3
  261. package/esm2022/directive/scrollable/public-api.mjs +1 -1
  262. package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +6 -13
  263. package/esm2022/directive/scrollable/scrollable.directive.mjs +2 -2
  264. package/esm2022/directive/teta-template/public-api.mjs +1 -1
  265. package/esm2022/directive/teta-template/teta-template.directive.mjs +2 -2
  266. package/esm2022/directive/tooltip/public-api.mjs +1 -1
  267. package/esm2022/directive/tooltip/tooltip.directive.mjs +3 -4
  268. package/esm2022/index.mjs +1 -1
  269. package/esm2022/locale/en.mjs +2 -10
  270. package/esm2022/locale/ru.mjs +2 -10
  271. package/esm2022/locale/teta-config.service.mjs +2 -2
  272. package/esm2022/locale/teta-localisation.mjs +1 -1
  273. package/esm2022/observable/public-api.mjs +1 -1
  274. package/esm2022/observable/zone-observable.mjs +4 -4
  275. package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +2 -2
  276. package/esm2022/pipe/number-pipe/number.pipe.mjs +2 -2
  277. package/esm2022/pipe/number-pipe/public-api.mjs +1 -1
  278. package/esm2022/pipe/util/number-helper.mjs +1 -1
  279. package/esm2022/util/bool-or-func.mjs +1 -1
  280. package/esm2022/util/date-util.mjs +2 -4
  281. package/esm2022/util/export-dom-image.mjs +1 -1
  282. package/esm2022/util/forms-util.mjs +9 -27
  283. package/esm2022/util/string-util.mjs +1 -3
  284. package/fesm2022/tetacom-ng-components.mjs +548 -1024
  285. package/fesm2022/tetacom-ng-components.mjs.map +1 -1
  286. package/locale/teta-localisation.d.ts +1 -14
  287. package/package.json +1 -1
  288. package/style/assembly-library.scss +41 -41
  289. package/style/assembly-presets.scss +4 -4
  290. package/style/assembly.scss +3 -3
  291. package/style/border.scss +2 -2
  292. package/style/color.scss +2 -3
  293. package/style/datepicker.scss +9 -10
  294. package/style/divider.scss +2 -1
  295. package/style/drag.scss +1 -1
  296. package/style/dropdown.scss +4 -5
  297. package/style/font.scss +2 -2
  298. package/style/hint.scss +3 -3
  299. package/style/input.scss +14 -9
  300. package/style/layout.scss +8 -8
  301. package/style/list.scss +4 -3
  302. package/style/loader.scss +1 -1
  303. package/style/message.scss +3 -3
  304. package/style/navigation.scss +6 -6
  305. package/style/presets/color-presets.scss +2 -2
  306. package/style/presets/view-types.scss +1 -1
  307. package/style/progress.scss +3 -2
  308. package/style/radio.scss +2 -4
  309. package/style/reset.scss +3 -1
  310. package/style/resize-panel.scss +12 -6
  311. package/style/scroll.scss +1 -1
  312. package/style/select.scss +5 -4
  313. package/style/shadow.scss +3 -3
  314. package/style/sidebar.scss +2 -2
  315. package/style/sizing.scss +1 -1
  316. package/style/skeleton.scss +3 -4
  317. package/style/spacing.scss +1 -1
  318. package/style/switch.scss +2 -3
  319. package/style/tag.scss +8 -8
  320. package/style/toggle.scss +3 -6
  321. package/style/toolbar.scss +3 -3
  322. package/style/tooltip.scss +5 -4
  323. package/style/tree.scss +2 -2
  324. package/style/util/font-util.scss +1 -1
  325. package/util/forms-util.d.ts +1 -2
  326. package/component/property-grid/property-grid.module.d.ts +0 -13
  327. package/esm2022/component/property-grid/property-grid.module.mjs +0 -57
package/assets/icons.svg CHANGED
@@ -678,4 +678,58 @@
678
678
  <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="zoom">
679
679
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7 11.75C9.62335 11.75 11.75 9.62331 11.75 6.99995C11.75 4.3766 9.62335 2.24995 7 2.24995C4.37665 2.24995 2.25 4.3766 2.25 6.99995C2.25 9.62331 4.37665 11.75 7 11.75ZM11.6616 10.7777C12.4985 9.74632 13 8.4317 13 6.99995C13 3.68625 10.3137 0.999954 7 0.999954C3.68629 0.999954 1 3.68625 1 6.99995C1 10.3137 3.68629 13 7 13C8.43172 13 9.74632 12.4985 10.7777 11.6616L13.5581 14.4419C13.8021 14.686 14.1979 14.686 14.4419 14.4419C14.686 14.1979 14.686 13.8021 14.4419 13.5581L11.6616 10.7777ZM7 4.375C7.34518 4.375 7.625 4.65482 7.625 5V6.375H9C9.34518 6.375 9.625 6.65482 9.625 7C9.625 7.34518 9.34518 7.625 9 7.625H7.625V9C7.625 9.34518 7.34518 9.625 7 9.625C6.65482 9.625 6.375 9.34518 6.375 9V7.625H5C4.65482 7.625 4.375 7.34518 4.375 7C4.375 6.65482 4.65482 6.375 5 6.375H6.375V5C6.375 4.65482 6.65482 4.375 7 4.375Z" fill="currentColor" fill-opacity="0.87"></path>
680
680
  </symbol>
681
+
682
+
683
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="chatFill">
684
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4V17C2 17.5523 2.44772 18 3 18H3.17157C3.70201 18 4.21071 17.7893 4.58579 17.4142L7.41421 14.5858C7.78929 14.2107 8.29799 14 8.82843 14H16C17.1046 14 18 13.1046 18 12V4C18 2.89543 17.1046 2 16 2H4C2.89543 2 2 2.89543 2 4ZM6.2 9.20005C6.86274 9.20005 7.4 8.66279 7.4 8.00005C7.4 7.33731 6.86274 6.80005 6.2 6.80005C5.53726 6.80005 5 7.33731 5 8.00005C5 8.66279 5.53726 9.20005 6.2 9.20005ZM11.2 8.00005C11.2 8.66279 10.6627 9.20005 10 9.20005C9.33726 9.20005 8.8 8.66279 8.8 8.00005C8.8 7.33731 9.33726 6.80005 10 6.80005C10.6627 6.80005 11.2 7.33731 11.2 8.00005ZM13.8 9.20005C14.4627 9.20005 15 8.66279 15 8.00005C15 7.33731 14.4627 6.80005 13.8 6.80005C13.1373 6.80005 12.6 7.33731 12.6 8.00005C12.6 8.66279 13.1373 9.20005 13.8 9.20005Z" fill="currentColor" fill-opacity="0.87"></path>
685
+ </symbol>
686
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="questionsFill">
687
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM10 6.65996C9.12423 6.65996 8.41429 7.36991 8.41429 8.24568C8.41429 8.63227 8.10089 8.94568 7.71429 8.94568C7.32769 8.94568 7.01429 8.63227 7.01429 8.24568C7.01429 6.59671 8.35104 5.25996 10 5.25996H10.1667C11.7321 5.25996 12.9857 6.55044 12.9857 8.0988C12.9857 9.14246 12.3975 10.1152 11.4559 10.5861L11.3353 10.6464C10.9459 10.841 10.7 11.239 10.7 11.6742C10.7 12.0608 10.3866 12.3742 10 12.3742C9.6134 12.3742 9.3 12.0608 9.3 11.6742C9.3 10.7087 9.84553 9.826 10.7092 9.39419L10.8298 9.33386C11.289 9.10426 11.5857 8.62132 11.5857 8.0988C11.5857 7.3066 10.942 6.65996 10.1667 6.65996H10ZM10 14.9999C10.4418 14.9999 10.8 14.6417 10.8 14.1999C10.8 13.7581 10.4418 13.3999 10 13.3999C9.55817 13.3999 9.2 13.7581 9.2 14.1999C9.2 14.6417 9.55817 14.9999 10 14.9999Z" fill="currentColor" fill-opacity="0.87"></path>
688
+ </symbol>
689
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="referenceFill">
690
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 2C5.89543 2 5 2.89543 5 4C3.89543 4 3 4.89543 3 6V16C3 17.1046 3.89543 18 5 18H13C14.1046 18 15 17.1046 15 16C16.1046 16 17 15.1046 17 14V7.82843C17 7.29799 16.7893 6.78929 16.4142 6.41421L12.5858 2.58579C12.2107 2.21071 11.702 2 11.1716 2H7ZM15 14.6C15.3314 14.6 15.6 14.3314 15.6 14V7.82843C15.6 7.6693 15.5368 7.51669 15.4243 7.40416L11.5958 3.57574C11.4833 3.46321 11.3307 3.4 11.1716 3.4H7C6.66863 3.4 6.4 3.66863 6.4 4L9.17157 4C9.70201 4 10.2107 4.21071 10.5858 4.58579L14.4142 8.41421C14.7893 8.78929 15 9.29799 15 9.82843V14.6ZM5.7 14.6001C5.7 14.2135 6.0134 13.9001 6.4 13.9001H11.6C11.9866 13.9001 12.3 14.2135 12.3 14.6001C12.3 14.9867 11.9866 15.3001 11.6 15.3001H6.4C6.0134 15.3001 5.7 14.9867 5.7 14.6001ZM5.7 11.8001C5.7 11.4135 6.0134 11.1001 6.4 11.1001H11.6C11.9866 11.1001 12.3 11.4135 12.3 11.8001C12.3 12.1867 11.9866 12.5001 11.6 12.5001H6.4C6.0134 12.5001 5.7 12.1867 5.7 11.8001ZM5.7 9.00005C5.7 8.61345 6.0134 8.30005 6.4 8.30005H9.4C9.7866 8.30005 10.1 8.61345 10.1 9.00005C10.1 9.38665 9.7866 9.70005 9.4 9.70005H6.4C6.0134 9.70005 5.7 9.38665 5.7 9.00005Z" fill="currentColor" fill-opacity="0.87"></path>
691
+ </symbol>
692
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="serviceFill">
693
+ <rect x="2" y="2" width="6" height="7.6" rx="2" fill="currentColor" fill-opacity="0.87"></rect>
694
+ <rect x="9.4" y="2" width="8.6" height="7" rx="2" fill="currentColor" fill-opacity="0.87"></rect>
695
+ <rect x="12" y="10.3999" width="6" height="7.6" rx="2" fill="currentColor" fill-opacity="0.87"></rect>
696
+ <rect x="2" y="11" width="8.6" height="7" rx="2" fill="currentColor" fill-opacity="0.87"></rect>
697
+ </symbol>
698
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="questionsOutline">
699
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.6 10C16.6 13.6451 13.6451 16.6 10 16.6C6.35492 16.6 3.4 13.6451 3.4 10C3.4 6.35492 6.35492 3.4 10 3.4C13.6451 3.4 16.6 6.35492 16.6 10ZM18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM10 6.66007C9.12423 6.66007 8.41429 7.37001 8.41429 8.24578C8.41429 8.63238 8.10089 8.94578 7.71429 8.94578C7.32769 8.94578 7.01429 8.63238 7.01429 8.24578C7.01429 6.59682 8.35104 5.26007 10 5.26007H10.1667C11.7321 5.26007 12.9857 6.55055 12.9857 8.09891C12.9857 9.14257 12.3975 10.1154 11.4559 10.5862L11.3353 10.6465C10.9459 10.8412 10.7 11.2391 10.7 11.6744C10.7 12.061 10.3866 12.3744 10 12.3744C9.6134 12.3744 9.3 12.061 9.3 11.6744C9.3 10.7088 9.84553 9.82611 10.7092 9.39429L10.8298 9.33397C11.289 9.10436 11.5857 8.62142 11.5857 8.09891C11.5857 7.30671 10.942 6.66007 10.1667 6.66007H10ZM10.8 14.2001C10.8 14.6419 10.4418 15.0001 10 15.0001C9.55817 15.0001 9.2 14.6419 9.2 14.2001C9.2 13.7582 9.55817 13.4001 10 13.4001C10.4418 13.4001 10.8 13.7582 10.8 14.2001Z" fill="currentColor" fill-opacity="0.87"></path>
700
+ </symbol>
701
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="registerFill">
702
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4V16C2 17.1046 2.89543 18 4 18H16C17.1046 18 18 17.1046 18 16V6C18 4.89543 17.1046 4 16 4H10.8284C10.298 4 9.78929 3.78929 9.41421 3.41421L8.58579 2.58579C8.21071 2.21071 7.70201 2 7.17157 2H4C2.89543 2 2 2.89543 2 4ZM5.5 7.19995C5.05817 7.19995 4.7 7.51335 4.7 7.89995C4.7 8.28655 5.05817 8.59995 5.5 8.59995H14.5C14.9418 8.59995 15.3 8.28655 15.3 7.89995C15.3 7.51335 14.9418 7.19995 14.5 7.19995H5.5ZM4.7 10.7C4.7 10.3134 5.05817 10 5.5 10H14.5C14.9418 10 15.3 10.3134 15.3 10.7C15.3 11.0866 14.9418 11.4 14.5 11.4H5.5C5.05817 11.4 4.7 11.0866 4.7 10.7Z" fill="currentColor" fill-opacity="0.87"></path>
703
+ </symbol>
704
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="chatOutline">
705
+ <path d="M2.7 4V17C2.7 17.1657 2.83431 17.3 3 17.3H3.17157C3.51635 17.3 3.84701 17.163 4.09081 16.9192L6.91924 14.0908C7.42559 13.5845 8.11234 13.3 8.82843 13.3H16C16.718 13.3 17.3 12.718 17.3 12V4C17.3 3.28203 16.718 2.7 16 2.7H4C3.28203 2.7 2.7 3.28203 2.7 4Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path>
706
+ <circle cx="6.2" cy="8.00005" r="1.2" fill="currentColor" fill-opacity="0.87"></circle>
707
+ <circle cx="10" cy="8.00005" r="1.2" fill="currentColor" fill-opacity="0.87"></circle>
708
+ <circle cx="13.8" cy="8.00005" r="1.2" fill="currentColor" fill-opacity="0.87"></circle>
709
+ </symbol>
710
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="referenceOutline">
711
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 2C5.89543 2 5 2.89543 5 4C3.89543 4 3 4.89543 3 6V16C3 17.1046 3.89543 18 5 18H13C14.1046 18 15 17.1046 15 16C16.1046 16 17 15.1046 17 14V7.82843C17 7.29799 16.7893 6.78929 16.4142 6.41421L12.5858 2.58579C12.2107 2.21071 11.702 2 11.1716 2H7ZM15 14.6C15.3314 14.6 15.6 14.3314 15.6 14V7.82843C15.6 7.6693 15.5368 7.51669 15.4243 7.40416L11.5958 3.57574C11.4833 3.46321 11.3307 3.4 11.1716 3.4H7C6.66863 3.4 6.4 3.66863 6.4 4L9.17157 4C9.70201 4 10.2107 4.21071 10.5858 4.58579L14.4142 8.41421C14.7893 8.78929 15 9.29799 15 9.82843V14.6ZM4.4 6V16C4.4 16.3314 4.66863 16.6 5 16.6H13C13.3314 16.6 13.6 16.3314 13.6 16V14.6V9.82843C13.6 9.6693 13.5368 9.51669 13.4243 9.40416L9.59584 5.57574C9.48331 5.46321 9.3307 5.4 9.17157 5.4H6.4H5C4.66863 5.4 4.4 5.66863 4.4 6Z" fill="currentColor" fill-opacity="0.87"></path>
712
+ <path d="M6.4 8.30005C6.0134 8.30005 5.7 8.61345 5.7 9.00005C5.7 9.38665 6.0134 9.70005 6.4 9.70005H9.4C9.7866 9.70005 10.1 9.38665 10.1 9.00005C10.1 8.61345 9.7866 8.30005 9.4 8.30005H6.4Z" fill="currentColor" fill-opacity="0.87"></path>
713
+ <path d="M6.4 11.1001C6.0134 11.1001 5.7 11.4135 5.7 11.8001C5.7 12.1867 6.0134 12.5001 6.4 12.5001H11.6C11.9866 12.5001 12.3 12.1867 12.3 11.8001C12.3 11.4135 11.9866 11.1001 11.6 11.1001H6.4Z" fill="currentColor" fill-opacity="0.87"></path>
714
+ <path d="M6.4 13.9001C6.0134 13.9001 5.7 14.2135 5.7 14.6001C5.7 14.9867 6.0134 15.3001 6.4 15.3001H11.6C11.9866 15.3001 12.3 14.9867 12.3 14.6001C12.3 14.2135 11.9866 13.9001 11.6 13.9001H6.4Z" fill="currentColor" fill-opacity="0.87"></path>
715
+ </symbol>
716
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="homeFill">
717
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2121 3.7021C10.095 3.58494 9.90502 3.58494 9.78786 3.7021L4.18994 9.30002H4.99999C5.38659 9.30002 5.69999 9.61342 5.69999 10V15.5C5.69999 16.218 6.28202 16.8 6.99999 16.8H13C13.718 16.8 14.3 16.218 14.3 15.5V10C14.3 9.61342 14.6134 9.30002 15 9.30002H15.81L10.2121 3.7021ZM8.79791 2.71215C9.4618 2.04826 10.5382 2.04826 11.2021 2.71215L17.995 9.50504C18.1952 9.70524 18.2551 10.0063 18.1467 10.2679C18.0384 10.5295 17.7831 10.7 17.5 10.7H15.7V15.5C15.7 16.9912 14.4912 18.2 13 18.2H6.99999C5.50882 18.2 4.29999 16.9912 4.29999 15.5V10.7H2.49999C2.21687 10.7 1.96162 10.5295 1.85328 10.2679C1.74493 10.0063 1.80482 9.70524 2.00502 9.50504L8.79791 2.71215Z" fill="currentColor" fill-opacity="0.87"></path>
718
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.78786 3.7021C9.90502 3.58494 10.095 3.58494 10.2121 3.7021L15.81 9.30002H15C14.6134 9.30002 14.3 9.61342 14.3 10V15.5C14.3 16.218 13.718 16.8 13 16.8H6.99999C6.28202 16.8 5.69999 16.218 5.69999 15.5V10C5.69999 9.61342 5.38659 9.30002 4.99999 9.30002H4.18994L9.78786 3.7021ZM10.5 10H9.49999C9.22385 10 8.99999 10.2239 8.99999 10.5V13.5C8.99999 13.7762 9.22385 14 9.49999 14H10.5C10.7761 14 11 13.7762 11 13.5V10.5C11 10.2239 10.7761 10 10.5 10Z" fill="currentColor" fill-opacity="0.87"></path>
719
+ </symbol>
720
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="homeOutline">
721
+ <path d="M2.5 10L9.29289 3.20711C9.68342 2.81658 10.3166 2.81658 10.7071 3.20711L17.5 10H15V15.5C15 16.6046 14.1046 17.5 13 17.5H7C5.89543 17.5 5 16.6046 5 15.5V10H2.5Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path>
722
+ <path d="M9 10.5C9 10.2239 9.22386 10 9.5 10H10.5C10.7761 10 11 10.2239 11 10.5V13.5C11 13.7761 10.7761 14 10.5 14H9.5C9.22386 14 9 13.7761 9 13.5V10.5Z" fill="currentColor" fill-opacity="0.87"></path>
723
+ </symbol>
724
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="registerOutline">
725
+ <path d="M2.7 16V4C2.7 3.28203 3.28203 2.7 4 2.7H7.17157C7.51635 2.7 7.84701 2.83696 8.09081 3.08076L8.58579 2.58579L8.09081 3.08076L8.91924 3.90919C9.42559 4.41554 10.1123 4.7 10.8284 4.7H16C16.718 4.7 17.3 5.28203 17.3 6V16C17.3 16.718 16.718 17.3 16 17.3H4C3.28203 17.3 2.7 16.718 2.7 16Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path>
726
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.7 7.89995C4.7 7.51335 5.05817 7.19995 5.5 7.19995H14.5C14.9418 7.19995 15.3 7.51335 15.3 7.89995C15.3 8.28655 14.9418 8.59995 14.5 8.59995H5.5C5.05817 8.59995 4.7 8.28655 4.7 7.89995Z" fill="currentColor" fill-opacity="0.87"></path>
727
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.7 10.7C4.7 10.3134 5.05817 10 5.5 10H14.5C14.9418 10 15.3 10.3134 15.3 10.7C15.3 11.0866 14.9418 11.4 14.5 11.4H5.5C5.05817 11.4 4.7 11.0866 4.7 10.7Z" fill="currentColor" fill-opacity="0.87"></path>
728
+ </symbol>
729
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" id="serviceOutline">
730
+ <rect x="2.7" y="2.7" width="4.6" height="6.2" rx="1.3" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4"></rect>
731
+ <rect x="10.1" y="2.7" width="7.2" height="5.6" rx="1.3" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4"></rect>
732
+ <rect x="12.7" y="11.1" width="4.6" height="6.2" rx="1.3" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4"></rect>
733
+ <rect x="2.7" y="11.7" width="7.2" height="5.6" rx="1.3" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.4"></rect>
734
+ </symbol>
681
735
  </svg>
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { AvatarColorEnum } from '../model/avatar-color.enum';
3
- import { viewType } from "../../../common/model/view-type.model";
3
+ import { viewType } from '../../../common/model/view-type.model';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AvatarComponent implements OnInit {
6
6
  photo?: string | ArrayBuffer;
@@ -1,5 +1,5 @@
1
1
  import { viewType } from '../../../common/model/view-type.model';
2
- import { TetaSize } from "../../../common/enum/teta-size.enum";
2
+ import { TetaSize } from '../../../common/enum/teta-size.enum';
3
3
  import * as i0 from "@angular/core";
4
4
  export type ButtonViewType = 'primary' | 'outline' | 'ghost';
5
5
  export declare class ButtonComponent {
@@ -4,7 +4,7 @@ import { BehaviorSubject, ReplaySubject } from 'rxjs';
4
4
  import { viewType } from '../../common/model/view-type.model';
5
5
  import { DayModel } from './model/day-model';
6
6
  import { MinMaxDateModel } from './model/min-max-date.model';
7
- import { TetaLocalisation } from "../../locale/teta-localisation";
7
+ import { TetaLocalisation } from '../../locale/teta-localisation';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare abstract class BaseCalendar implements OnChanges, OnDestroy {
10
10
  protected _cdr: ChangeDetectorRef;
@@ -6,7 +6,7 @@ import { Align } from '../../common/enum/align.enum';
6
6
  import { VerticalAlign } from '../../common/enum/vertical-align.enum';
7
7
  import { viewType } from '../../common/model/view-type.model';
8
8
  import { DateFromToModel } from './model/from-to.model';
9
- import { TetaLocalisation } from "../../locale/teta-localisation";
9
+ import { TetaLocalisation } from '../../locale/teta-localisation';
10
10
  export declare abstract class BasePicker {
11
11
  protected _elementRef: ElementRef;
12
12
  protected _cdr: ChangeDetectorRef;
@@ -2,7 +2,7 @@ import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy } from '@angular/
2
2
  import { viewType } from '../../../../common/model/view-type.model';
3
3
  import { BaseCalendar } from '../../base-calendar';
4
4
  import { DayModel } from '../../model/day-model';
5
- import { TetaLocalisation } from "../../../../locale/teta-localisation";
5
+ import { TetaLocalisation } from '../../../../locale/teta-localisation';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class DateCalendarComponent extends BaseCalendar implements OnChanges, OnDestroy {
8
8
  _cdr: ChangeDetectorRef;
@@ -8,7 +8,7 @@ import { viewType } from '../../../common/model/view-type.model';
8
8
  import { BasePicker } from '../base-picker';
9
9
  import { DatePeriod } from '../model/date-period';
10
10
  import { TetaConfigService } from '../../../locale/teta-config.service';
11
- import { TetaLocalisation } from "../../../locale/teta-localisation";
11
+ import { TetaLocalisation } from '../../../locale/teta-localisation';
12
12
  import * as i0 from "@angular/core";
13
13
  export declare const DATE_PICKER_CONTROL_VALUE_ACCESSOR: any;
14
14
  export declare class DatePickerComponent extends BasePicker implements OnInit, ControlValueAccessor, OnChanges {
@@ -8,7 +8,7 @@ import { viewType } from '../../../common/model/view-type.model';
8
8
  import { BasePicker } from '../base-picker';
9
9
  import { DateFromToModel } from '../model/from-to.model';
10
10
  import { TetaConfigService } from '../../../locale/teta-config.service';
11
- import { TetaLocalisation } from "../../../locale/teta-localisation";
11
+ import { TetaLocalisation } from '../../../locale/teta-localisation';
12
12
  import * as i0 from "@angular/core";
13
13
  export declare const DATE_Range_CONTROL_VALUE_ACCESSOR: any;
14
14
  export declare class DateRangeComponent extends BasePicker implements OnInit, ControlValueAccessor {
@@ -3,7 +3,7 @@ import { viewType } from '../../../../common/model/view-type.model';
3
3
  import { BaseCalendar } from '../../base-calendar';
4
4
  import { DayModel } from '../../model/day-model';
5
5
  import { DateFromToModel } from '../../model/from-to.model';
6
- import { TetaLocalisation } from "../../../../locale/teta-localisation";
6
+ import { TetaLocalisation } from '../../../../locale/teta-localisation';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class RangeCalendarComponent extends BaseCalendar implements OnChanges, OnDestroy {
9
9
  _cdr: ChangeDetectorRef;
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { DayModel } from "../../model/day-model";
2
+ import { DayModel } from '../../model/day-model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DayItemComponent implements OnInit {
5
5
  day: DayModel;
@@ -1,8 +1,8 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { DayModel } from "../model/day-model";
3
- import { DateFromToModel } from "../model/from-to.model";
4
- import { viewType } from "../../../common/model/view-type.model";
5
- import { TetaLocalisation } from "../../../locale/teta-localisation";
2
+ import { DayModel } from '../model/day-model';
3
+ import { DateFromToModel } from '../model/from-to.model';
4
+ import { viewType } from '../../../common/model/view-type.model';
5
+ import { TetaLocalisation } from '../../../locale/teta-localisation';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class DayPickerComponent implements OnChanges {
8
8
  date: Date | string | number;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { IIdName } from "../../../common/contract/i-id-name";
3
- import { viewType } from "../../../common/model/view-type.model";
2
+ import { IIdName } from '../../../common/contract/i-id-name';
3
+ import { viewType } from '../../../common/model/view-type.model';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MonthPickerComponent implements OnInit {
6
6
  selectedMonth: number;
@@ -1,5 +1,5 @@
1
- export * from "./date-picker/date-picker.component";
1
+ export * from './date-picker/date-picker.component';
2
2
  export * from './date-picker/date-calendar/date-calendar.component';
3
- export * from "./date-range/date-range.component";
3
+ export * from './date-range/date-range.component';
4
4
  export * from './date-range/range-calendar/range-calendar.component';
5
5
  export * from './model/public-api';
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { viewType } from "../../../common/model/view-type.model";
3
- import { MinMaxDateModel } from "../model/min-max-date.model";
4
- import { TetaLocalisation } from "../../../locale/teta-localisation";
2
+ import { viewType } from '../../../common/model/view-type.model';
3
+ import { MinMaxDateModel } from '../model/min-max-date.model';
4
+ import { TetaLocalisation } from '../../../locale/teta-localisation';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class YearPickerComponent implements OnInit {
7
7
  selectedYear: number;
@@ -5,9 +5,9 @@ import { IIdName } from '../../../common/contract/i-id-name';
5
5
  import { FilterBase } from '../base/filter-base';
6
6
  import { FilterState } from '../contarct/filter-state';
7
7
  import { BooleanFilter } from '../contarct/boolean-filter';
8
- import { TetaConfigService } from "../../../locale/teta-config.service";
9
- import { Observable } from "rxjs";
10
- import { TetaLocalisation } from "../../../locale/teta-localisation";
8
+ import { TetaConfigService } from '../../../locale/teta-config.service';
9
+ import { Observable } from 'rxjs';
10
+ import { TetaLocalisation } from '../../../locale/teta-localisation';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class BooleanFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
13
13
  private changeDetector;
@@ -1,5 +1,5 @@
1
1
  import { TemplateRef } from '@angular/core';
2
- import { viewType } from "../../../common/model/view-type.model";
2
+ import { viewType } from '../../../common/model/view-type.model';
3
3
  export declare class Message {
4
4
  name: string | null | undefined;
5
5
  title: string | null | undefined;
@@ -1,24 +1,18 @@
1
- import { EventEmitter, QueryList } from '@angular/core';
2
- import { ControlContainer, FormGroup } from '@angular/forms';
1
+ import { QueryList } from '@angular/core';
3
2
  import { IDictionary } from '../../../../common/contract/i-dictionary';
4
3
  import { IIdName } from '../../../../common/contract/i-id-name';
5
4
  import { TableColumn } from '../../../table/contract/table-column';
6
5
  import { PropertyGridItemDescriptionDirective } from '../property-grid-item-description.directive';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare class PropertyGridGroupComponent<T> {
9
- private _formGroup;
10
- column: TableColumn;
11
- hideNonEditable: boolean;
12
- dict: IDictionary<IIdName<any>[]>;
13
- item: T;
14
- horizontal: boolean;
15
- controlValueChange: EventEmitter<IIdName<any>>;
16
- decimalPart: number;
17
- itemTemplates: QueryList<PropertyGridItemDescriptionDirective>;
18
- get formGroup(): FormGroup;
19
- get editable(): boolean;
20
- constructor(_formGroup: ControlContainer);
21
- trackColumns(index: number, column: TableColumn): any;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridGroupComponent<any>, [{ optional: true; }]>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
8
+ column: import("@angular/core").InputSignal<TableColumn>;
9
+ hideNonEditable: import("@angular/core").InputSignal<boolean>;
10
+ dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
11
+ item: import("@angular/core").InputSignal<T>;
12
+ horizontal: import("@angular/core").InputSignal<boolean>;
13
+ controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
14
+ decimalPart: import("@angular/core").InputSignal<number>;
15
+ itemTemplates: import("@angular/core").InputSignal<QueryList<PropertyGridItemDescriptionDirective>>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridGroupComponent<any>, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": { "alias": "column"; "required": false; "isSignal": true; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
24
18
  }
@@ -1,6 +1,5 @@
1
- import { EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
2
- import { ControlContainer, FormGroup } from '@angular/forms';
3
- import { TranslocoService } from '@ngneat/transloco';
1
+ import { OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
4
3
  import { IDictionary } from '../../../../common/contract/i-dictionary';
5
4
  import { IIdName } from '../../../../common/contract/i-id-name';
6
5
  import { Align } from '../../../../common/enum/align.enum';
@@ -9,30 +8,30 @@ import { TableColumn } from '../../../table/contract/table-column';
9
8
  import { PropertyGridItemDescriptionDirective } from '../property-grid-item-description.directive';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class PropertyGridItemComponent<T> implements OnDestroy, OnChanges {
12
- private _transloco;
11
+ private transloco;
13
12
  private _formGroup;
14
- column: TableColumn;
15
- hideNonEditable: boolean;
16
- dict: IDictionary<IIdName<any>[]>;
17
- decimalPart: number;
18
- item: T;
19
- itemTemplates: QueryList<PropertyGridItemDescriptionDirective>;
20
- get template(): PropertyGridItemDescriptionDirective;
13
+ column: import("@angular/core").InputSignal<TableColumn>;
14
+ hideNonEditable: import("@angular/core").InputSignal<boolean>;
15
+ dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
16
+ decimalPart: import("@angular/core").InputSignal<number>;
17
+ item: import("@angular/core").InputSignal<T>;
18
+ itemTemplates: import("@angular/core").InputSignal<QueryList<PropertyGridItemDescriptionDirective>>;
19
+ template: import("@angular/core").Signal<PropertyGridItemDescriptionDirective>;
21
20
  get formGroup(): FormGroup;
22
- get editable(): boolean;
23
- horizontal: boolean;
24
- controlValueChange: EventEmitter<IIdName<any>>;
21
+ editable: import("@angular/core").Signal<boolean>;
22
+ horizontal: import("@angular/core").InputSignal<boolean>;
23
+ controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
25
24
  align: typeof Align;
26
25
  filterTypeEnum: typeof FilterType;
27
26
  private _formSub;
28
- get caption(): string;
27
+ caption: import("@angular/core").Signal<string>;
29
28
  private _alive;
30
- constructor(_transloco: TranslocoService, _formGroup: ControlContainer);
31
- getDict(): IIdName<any>[];
29
+ constructor();
30
+ getDict(): any;
32
31
  controlIsInvalid(controlName: string): boolean;
33
32
  getError(column: TableColumn): string;
34
33
  ngOnDestroy(): void;
35
34
  ngOnChanges(changes: SimpleChanges): void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemComponent<any>, [null, { optional: true; }]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "item": { "alias": "item"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemComponent<any>, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": { "alias": "column"; "required": false; "isSignal": true; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
38
37
  }
@@ -1,31 +1,26 @@
1
- import { EventEmitter, OnDestroy, QueryList } from '@angular/core';
1
+ import { QueryList } from '@angular/core';
2
2
  import { ControlContainer, FormGroup } from '@angular/forms';
3
3
  import { IDictionary } from '../../../common/contract/i-dictionary';
4
4
  import { IIdName } from '../../../common/contract/i-id-name';
5
5
  import { TableColumn } from '../../table/contract/table-column';
6
6
  import { PropertyGridItemDescriptionDirective } from './property-grid-item-description.directive';
7
7
  import * as i0 from "@angular/core";
8
- export declare class PropertyGridComponent<T> implements OnDestroy {
8
+ export declare class PropertyGridComponent<T> {
9
9
  private _formGroup;
10
10
  formClass: boolean;
11
11
  itemTemplates: QueryList<PropertyGridItemDescriptionDirective>;
12
- hideNonEditable: boolean;
13
- columns: TableColumn[];
14
- dict: IDictionary<IIdName<any>[]>;
15
- set item(item: T);
16
- get item(): T;
17
- horizontal: boolean;
18
- decimalPart: number;
19
- controlValueChange: EventEmitter<IIdName<any>>;
20
- private _alive;
21
- private _item;
12
+ hideNonEditable: import("@angular/core").InputSignal<boolean>;
13
+ columns: import("@angular/core").InputSignal<TableColumn[]>;
14
+ dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
15
+ item: import("@angular/core").InputSignal<T>;
16
+ horizontal: import("@angular/core").InputSignal<boolean>;
17
+ decimalPart: import("@angular/core").InputSignal<number>;
18
+ controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
22
19
  get formGroup(): FormGroup;
23
20
  constructor(_formGroup: ControlContainer);
24
21
  getEditable(column: TableColumn): boolean;
25
22
  onControlValueChange(event: IIdName<any>): void;
26
- ngOnDestroy(): void;
27
- trackColumns(index: number, column: TableColumn): any;
28
23
  private getDictValue;
29
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridComponent<any>, [{ optional: true; }]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, ["itemTemplates"], never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, ["itemTemplates"], never, true, never>;
31
26
  }
@@ -1,4 +1,3 @@
1
- export * from './property-grid.module';
2
1
  export * from './property-grid/property-grid.component';
3
2
  export * from './property-grid/property-grid-item/property-grid-item.component';
4
3
  export * from './property-grid/property-grid-item-description.directive';
@@ -1,7 +1,7 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { SwitchService } from '../switch.service';
4
- import { viewType } from "../../../common/model/view-type.model";
4
+ import { viewType } from '../../../common/model/view-type.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare const SWITCH_CONTROL_VALUE_ACCESSOR: any;
7
7
  export declare class SwitchComponent implements OnInit, OnDestroy, ControlValueAccessor {
@@ -1,6 +1,6 @@
1
1
  import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { FormControl, FormGroup } from "@angular/forms";
3
- import { TableRow } from "../contract/table-row";
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
+ import { TableRow } from '../contract/table-row';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TableRowComponent<T> implements OnChanges {
6
6
  row: TableRow<T>;
@@ -2,7 +2,7 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestr
2
2
  import { ITreeData } from '../../../common/contract/i-tree-data';
3
3
  import { TreeService } from '../tree.service';
4
4
  import { TetaTemplateDirective } from '../../../directive/teta-template/teta-template.directive';
5
- import { CdkVirtualScrollViewport } from "@angular/cdk/scrolling";
5
+ import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TreeComponent implements OnInit, OnChanges, OnDestroy {
8
8
  private _service;
@@ -1,98 +1,104 @@
1
- import {Meta} from "@storybook/blocks";
2
- import * as AvatarStories from "../src/component/avatar/avatar.stories";
1
+ import { Meta } from '@storybook/blocks';
2
+ import * as AvatarStories from '../src/component/avatar/avatar.stories';
3
3
 
4
- <Meta of={AvatarStories}/>
4
+ <Meta of={AvatarStories} />
5
5
 
6
- <div class='column gap-24'>
6
+ <div class="column gap-24">
7
7
  <h1>Аватар</h1>
8
- <div class='column'>
9
- <p>Аватар — графическое изображение пользователя, фотография или рисунок. Он нужен, чтобы быстро узнавать
8
+ <div class="column">
9
+ <p>
10
+ Аватар — графическое изображение пользователя, фотография или рисунок. Он нужен, чтобы быстро узнавать
10
11
  пользователя (например, в ветке комментариев), а ещё — чтобы пользователь мог узнать сам себя. Например,
11
- проверить, что вошёл в аккаунт под нужным логином.</p>
12
- <p>В библиотеке существует два вида аватаров: изображения и цветные буквенные. Также, они различаются по размерам и
13
- скруглениям.</p>
12
+ проверить, что вошёл в аккаунт под нужным логином.
13
+ </p>
14
+ <p>
15
+ В библиотеке существует два вида аватаров: изображения и цветные буквенные. Также, они различаются по размерам и
16
+ скруглениям.
17
+ </p>
14
18
  </div>
15
19
  <h3>Как использовать</h3>
16
- <div class='column'>
17
- <p>Для создания аватара используется <code>teta-avatar</code></p>
20
+ <div class="column">
21
+ <p>
22
+ Для создания аватара используется <code>teta-avatar</code>
23
+ </p>
18
24
  <p>Аватар нужен в случаях:</p>
19
25
  <ul>
20
26
  <li>Если на странице есть возможность добавить комментарий;</li>
21
27
  <li>Отображение профиля в хедере или же в других компонентах.</li>
22
28
  </ul>
23
29
  </div>
24
- <div class='column'>
30
+ <div class="column">
25
31
  <h3>Скругления и размеры</h3>
26
32
  <div>
27
33
  <p>В основном, в наших продуктах используются круглые аватары (type: round) с размером 28x28.</p>
28
34
  </div>
29
35
  </div>
30
- <div class='column'>
36
+ <div class="column">
31
37
  <h3>Свойства</h3>
32
38
  <table>
33
39
  <thead>
34
- <tr>
35
- <th>Свойство</th>
36
- <th>Tип</th>
37
- <th>Описание</th>
38
- </tr>
40
+ <tr>
41
+ <th>Свойство</th>
42
+ <th>Tип</th>
43
+ <th>Описание</th>
44
+ </tr>
39
45
  </thead>
40
46
  <tbody>
41
- <tr>
42
- <td class='text-align-center'>
43
- <p>viewType</p>
44
- </td>
45
- <td class='text-align-center'>
46
- <code>'rounded'|'circle'|'brick'</code>
47
- </td>
48
- <td class='text-align-center'>
47
+ <tr>
48
+ <td class="text-align-center">
49
+ <p>viewType</p>
50
+ </td>
51
+ <td class="text-align-center">
52
+ <code>'rounded'|'circle'|'brick'</code>
53
+ </td>
54
+ <td class="text-align-center">
49
55
  <p>Свойство округления компонента.</p>
50
- </td>
51
- </tr>
52
- <tr>
53
- <td class='text-align-center'>
54
- <p>size</p>
55
- </td>
56
- <td class='text-align-center'>
57
- <code>'24' | '28' | '32' | '44' | '64' | '128' | '200'</code>
58
- </td>
59
- <td class='text-align-center'>
60
- <p>Размер компонента</p>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td class='text-align-center'>
65
- <p>photo</p>
66
- </td>
67
- <td class='text-align-center'>
68
- <code>string | ArrayBuffer</code>
69
- </td>
70
- <td class='text-align-center'>
71
- <p>Изображение для фона компонента</p>
72
- </td>
73
- </tr>
74
- <tr>
75
- <td class='text-align-center'>
76
- <p>id</p>
77
- </td>
78
- <td class='text-align-center'>
79
- <code>number</code>
80
- </td>
81
- <td class='text-align-center'>
82
- <p>Свойство, которое отвечает за цвет фона компонента</p>
83
- </td>
84
- </tr>
85
- <tr>
86
- <td class='text-align-center'>
87
- <p>name</p>
88
- </td>
89
- <td class='text-align-center'>
90
- <code>string</code>
91
- </td>
92
- <td class='text-align-center'>
93
- <p>Отображаемый текст</p>
94
- </td>
95
- </tr>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="text-align-center">
60
+ <p>size</p>
61
+ </td>
62
+ <td class="text-align-center">
63
+ <code>'24' | '28' | '32' | '44' | '64' | '128' | '200'</code>
64
+ </td>
65
+ <td class="text-align-center">
66
+ <p>Размер компонента</p>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="text-align-center">
71
+ <p>photo</p>
72
+ </td>
73
+ <td class="text-align-center">
74
+ <code>string | ArrayBuffer</code>
75
+ </td>
76
+ <td class="text-align-center">
77
+ <p>Изображение для фона компонента</p>
78
+ </td>
79
+ </tr>
80
+ <tr>
81
+ <td class="text-align-center">
82
+ <p>id</p>
83
+ </td>
84
+ <td class="text-align-center">
85
+ <code>number</code>
86
+ </td>
87
+ <td class="text-align-center">
88
+ <p>Свойство, которое отвечает за цвет фона компонента</p>
89
+ </td>
90
+ </tr>
91
+ <tr>
92
+ <td class="text-align-center">
93
+ <p>name</p>
94
+ </td>
95
+ <td class="text-align-center">
96
+ <code>string</code>
97
+ </td>
98
+ <td class="text-align-center">
99
+ <p>Отображаемый текст</p>
100
+ </td>
101
+ </tr>
96
102
  </tbody>
97
103
  </table>
98
104
  </div>