@tetacom/ng-components 1.7.1 → 1.7.3

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 (351) hide show
  1. package/.eslintrc.json +1 -1
  2. package/docs/accordionDocs.mdx +1 -1
  3. package/docs/avatarDocs.mdx +1 -1
  4. package/docs/badgeDocs.mdx +1 -1
  5. package/docs/buttonDocs.mdx +1 -1
  6. package/docs/checkboxDocs.mdx +1 -1
  7. package/docs/chipDocs.mdx +1 -1
  8. package/docs/datePickerDocs.mdx +1 -1
  9. package/docs/dateRangeDocs.mdx +1 -1
  10. package/docs/delimiterDocs.mdx +1 -1
  11. package/docs/dropdownDocs.mdx +1 -1
  12. package/docs/expandCardlDocs.mdx +1 -1
  13. package/docs/expandPanelDocs.mdx +1 -1
  14. package/docs/fileAreaDocs.mdx +1 -1
  15. package/docs/iconDocs.mdx +1 -1
  16. package/docs/inputDocs.mdx +1 -1
  17. package/docs/listDocs.mdx +1 -1
  18. package/docs/messageDocs.mdx +1 -1
  19. package/docs/modalDocs.mdx +1 -1
  20. package/docs/progressBarDocs.mdx +1 -1
  21. package/docs/propertyGridDocs.mdx +1 -1
  22. package/docs/radioDocs.mdx +1 -1
  23. package/docs/resizePanelDocs.mdx +1 -1
  24. package/docs/selectDocs.mdx +1 -1
  25. package/docs/stepperDocs.mdx +1 -1
  26. package/docs/switchDocs.mdx +1 -1
  27. package/docs/tableDocs.mdx +1 -1
  28. package/docs/tabsDocs.mdx +1 -1
  29. package/docs/tagDocs.mdx +1 -1
  30. package/docs/toggleDocs.mdx +1 -1
  31. package/docs/toolbarDocs.mdx +1 -1
  32. package/docs/treeDocs.mdx +1 -1
  33. package/fesm2022/tetacom-ng-components.mjs +869 -932
  34. package/fesm2022/tetacom-ng-components.mjs.map +1 -1
  35. package/package.json +7 -6
  36. package/types/tetacom-ng-components.d.ts +3600 -0
  37. package/common/contract/auto-close-ignore-case.d.ts +0 -1
  38. package/common/contract/constructor-type.d.ts +0 -1
  39. package/common/contract/dynamic-data.d.ts +0 -6
  40. package/common/contract/i-dictionary.d.ts +0 -3
  41. package/common/contract/i-id-name.d.ts +0 -6
  42. package/common/contract/i-id.d.ts +0 -3
  43. package/common/contract/i-rect.d.ts +0 -8
  44. package/common/contract/i-tree-data.d.ts +0 -4
  45. package/common/contract/public-api.d.ts +0 -9
  46. package/common/contract/teta-content-ref.d.ts +0 -7
  47. package/common/enum/align.enum.d.ts +0 -11
  48. package/common/enum/public-api.d.ts +0 -3
  49. package/common/enum/teta-size.enum.d.ts +0 -7
  50. package/common/enum/vertical-align.enum.d.ts +0 -9
  51. package/common/model/public-api.d.ts +0 -1
  52. package/common/model/view-type.model.d.ts +0 -1
  53. package/common/public-api.d.ts +0 -5
  54. package/common/service/click.service.d.ts +0 -10
  55. package/common/service/dynamic-component.service.d.ts +0 -21
  56. package/common/service/overlay-container.service.d.ts +0 -14
  57. package/common/service/public-api.d.ts +0 -3
  58. package/common/util/array-util.d.ts +0 -9
  59. package/common/util/dom-util.d.ts +0 -5
  60. package/common/util/position-util.d.ts +0 -9
  61. package/common/util/public-api.d.ts +0 -3
  62. package/component/accordion/accordion/accordion.component.d.ts +0 -6
  63. package/component/accordion/accordion-content.directive.d.ts +0 -8
  64. package/component/accordion/accordion-head/accordion-head.component.d.ts +0 -15
  65. package/component/accordion/accordion-item/accordion-item.component.d.ts +0 -21
  66. package/component/accordion/public-api.d.ts +0 -4
  67. package/component/autocomplete/autocomplete/autocomplete.component.d.ts +0 -8
  68. package/component/autocomplete/public-api.d.ts +0 -1
  69. package/component/avatar/avatar/avatar.component.d.ts +0 -17
  70. package/component/avatar/model/avatar-color.enum.d.ts +0 -20
  71. package/component/avatar/public-api.d.ts +0 -1
  72. package/component/button/button/button.component.d.ts +0 -15
  73. package/component/button/public-api.d.ts +0 -1
  74. package/component/chart-3d/chart3d/chart3d.component.d.ts +0 -61
  75. package/component/chart-3d/model/base-3d-point.d.ts +0 -6
  76. package/component/chart-3d/model/chart-3d-options.d.ts +0 -11
  77. package/component/chart-3d/model/chart3d-tooltip.d.ts +0 -22
  78. package/component/chart-3d/model/public-api.d.ts +0 -2
  79. package/component/chart-3d/model/series-3d.d.ts +0 -11
  80. package/component/chart-3d/public-api.d.ts +0 -2
  81. package/component/chart-3d/services/chart3d-tooltip.service.d.ts +0 -15
  82. package/component/checkbox/checkbox/checkbox.component.d.ts +0 -47
  83. package/component/checkbox/public-api.d.ts +0 -1
  84. package/component/date-picker/base-calendar.d.ts +0 -50
  85. package/component/date-picker/base-picker.d.ts +0 -62
  86. package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +0 -21
  87. package/component/date-picker/date-picker/date-picker.component.d.ts +0 -61
  88. package/component/date-picker/date-range/date-range.component.d.ts +0 -51
  89. package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +0 -40
  90. package/component/date-picker/day-picker/day-item/day-item.component.d.ts +0 -9
  91. package/component/date-picker/day-picker/day-picker.component.d.ts +0 -32
  92. package/component/date-picker/model/date-period.d.ts +0 -5
  93. package/component/date-picker/model/date-picker-mode.enum.d.ts +0 -5
  94. package/component/date-picker/model/day-model.d.ts +0 -16
  95. package/component/date-picker/model/from-to.model.d.ts +0 -4
  96. package/component/date-picker/model/min-max-date.model.d.ts +0 -4
  97. package/component/date-picker/model/public-api.d.ts +0 -5
  98. package/component/date-picker/month-picker/month-picker.component.d.ts +0 -19
  99. package/component/date-picker/public-api.d.ts +0 -5
  100. package/component/date-picker/year-picker/scroll-to-selected-year.directive.d.ts +0 -11
  101. package/component/date-picker/year-picker/year-picker.component.d.ts +0 -23
  102. package/component/delimiter/delimiter/delimiter.component.d.ts +0 -19
  103. package/component/delimiter/public-api.d.ts +0 -1
  104. package/component/divider/divider/divider.component.d.ts +0 -10
  105. package/component/divider/public-api.d.ts +0 -1
  106. package/component/dropdown/dropdown/dropdown.component.d.ts +0 -15
  107. package/component/dropdown/dropdown-base.d.ts +0 -45
  108. package/component/dropdown/dropdown-content.directive.d.ts +0 -9
  109. package/component/dropdown/dropdown-head.directive.d.ts +0 -8
  110. package/component/dropdown/dropdown.directive.d.ts +0 -16
  111. package/component/dropdown/public-api.d.ts +0 -4
  112. package/component/dynamic-component/popup-content/popup-content.component.d.ts +0 -13
  113. package/component/dynamic-component/public-api.d.ts +0 -1
  114. package/component/expand-card/expand-card/expand-card.component.d.ts +0 -13
  115. package/component/expand-card/expand-item/expand-item.component.d.ts +0 -9
  116. package/component/expand-card/public-api.d.ts +0 -2
  117. package/component/expand-panel/expand-panel/expand-panel.component.d.ts +0 -21
  118. package/component/expand-panel/expand-panel-content.directive.d.ts +0 -8
  119. package/component/expand-panel/expand-panel-head.directive.d.ts +0 -8
  120. package/component/expand-panel/public-api.d.ts +0 -3
  121. package/component/file-upload/file-item/file-item.component.d.ts +0 -8
  122. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +0 -22
  123. package/component/file-upload/public-api.d.ts +0 -2
  124. package/component/filter/base/filter-base.d.ts +0 -10
  125. package/component/filter/base/filter-component-base.d.ts +0 -12
  126. package/component/filter/boolean-filter/boolean-filter.component.d.ts +0 -30
  127. package/component/filter/contarct/boolean-filter.d.ts +0 -8
  128. package/component/filter/contarct/date-filter-value.d.ts +0 -14
  129. package/component/filter/contarct/date-filter.d.ts +0 -9
  130. package/component/filter/contarct/filter-component-map.d.ts +0 -3
  131. package/component/filter/contarct/filter-item.d.ts +0 -78
  132. package/component/filter/contarct/filter-state.d.ts +0 -30
  133. package/component/filter/contarct/i-filter.d.ts +0 -5
  134. package/component/filter/contarct/list-filter.d.ts +0 -11
  135. package/component/filter/contarct/numeric-filter-value.d.ts +0 -19
  136. package/component/filter/contarct/numeric-filter.d.ts +0 -11
  137. package/component/filter/contarct/sort-param.d.ts +0 -22
  138. package/component/filter/contarct/string-filter.d.ts +0 -11
  139. package/component/filter/date-filter/date-filter.component.d.ts +0 -30
  140. package/component/filter/enum/filter-type.enum.d.ts +0 -9
  141. package/component/filter/enum/list-filter-type.enum.d.ts +0 -4
  142. package/component/filter/enum/string-filter-type.enum.d.ts +0 -18
  143. package/component/filter/filter-host/filter-host.component.d.ts +0 -26
  144. package/component/filter/list-filter/list-filter.component.d.ts +0 -36
  145. package/component/filter/numeric-filter/numeric-filter.component.d.ts +0 -30
  146. package/component/filter/public-api.d.ts +0 -22
  147. package/component/filter/string-filter/string-filter.component.d.ts +0 -30
  148. package/component/icon/icon/icon.component.d.ts +0 -12
  149. package/component/icon/icon-file/icon-file.component.d.ts +0 -12
  150. package/component/icon/icon-sprite.directive.d.ts +0 -12
  151. package/component/icon/icon.service.d.ts +0 -19
  152. package/component/icon/public-api.d.ts +0 -4
  153. package/component/input/color-input/color-input.component.d.ts +0 -22
  154. package/component/input/form-group-title/form-group-title.component.d.ts +0 -9
  155. package/component/input/input/input.component.d.ts +0 -14
  156. package/component/input/public-api.d.ts +0 -5
  157. package/component/input/text-field/text-field.component.d.ts +0 -28
  158. package/component/message/message/message.component.d.ts +0 -19
  159. package/component/message/message-host/message-host.component.d.ts +0 -25
  160. package/component/message/message.service.d.ts +0 -15
  161. package/component/message/model/message.d.ts +0 -24
  162. package/component/message/public-api.d.ts +0 -4
  163. package/component/modal/dialog/dialog.component.d.ts +0 -21
  164. package/component/modal/dialog.service.d.ts +0 -13
  165. package/component/modal/modal-container/modal-container.component.d.ts +0 -17
  166. package/component/modal/modal.module.d.ts +0 -10
  167. package/component/modal/modal.service.d.ts +0 -23
  168. package/component/modal/model/current-modal.d.ts +0 -4
  169. package/component/modal/model/dialog-data.d.ts +0 -11
  170. package/component/modal/model/i-modal-config.d.ts +0 -11
  171. package/component/modal/model/i-modal-result.d.ts +0 -12
  172. package/component/modal/model/modal-close-reason.enum.d.ts +0 -6
  173. package/component/modal/model/modal-instance.d.ts +0 -16
  174. package/component/modal/public-api.d.ts +0 -10
  175. package/component/pager/model/pager-state.d.ts +0 -40
  176. package/component/pager/pager/pager.component.d.ts +0 -8
  177. package/component/pager/public-api.d.ts +0 -3
  178. package/component/pager/util/pager-util.d.ts +0 -4
  179. package/component/panel/panel/panel.component.d.ts +0 -12
  180. package/component/panel/public-api.d.ts +0 -1
  181. package/component/progress-bar/progress-bar/progress-bar.component.d.ts +0 -46
  182. package/component/progress-bar/public-api.d.ts +0 -1
  183. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +0 -17
  184. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +0 -37
  185. package/component/property-grid/property-grid/property-grid-item-description.directive.d.ts +0 -9
  186. package/component/property-grid/property-grid/property-grid.component.d.ts +0 -25
  187. package/component/property-grid/public-api.d.ts +0 -3
  188. package/component/public-api.d.ts +0 -36
  189. package/component/radio/public-api.d.ts +0 -2
  190. package/component/radio/radio/radio.component.d.ts +0 -45
  191. package/component/radio/radio-button/radio-button.component.d.ts +0 -20
  192. package/component/resize-panel/public-api.d.ts +0 -1
  193. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +0 -37
  194. package/component/select/public-api.d.ts +0 -3
  195. package/component/select/select/select.component.d.ts +0 -72
  196. package/component/select/select-option.directive.d.ts +0 -8
  197. package/component/select/select-value.directive.d.ts +0 -8
  198. package/component/sidebar/public-api.d.ts +0 -2
  199. package/component/sidebar/sidebar/sidebar.component.d.ts +0 -17
  200. package/component/sidebar/sidebar-position.enum.d.ts +0 -6
  201. package/component/stepper/public-api.d.ts +0 -1
  202. package/component/stepper/stepper/stepper.component.d.ts +0 -10
  203. package/component/switch/public-api.d.ts +0 -2
  204. package/component/switch/switch/switch.component.d.ts +0 -25
  205. package/component/switch/switch-button/switch-button.component.d.ts +0 -18
  206. package/component/switch/switch.service.d.ts +0 -10
  207. package/component/table/base/cell-component-base.d.ts +0 -42
  208. package/component/table/base/detail-component-base.d.ts +0 -11
  209. package/component/table/base/head-cell-component-base.d.ts +0 -9
  210. package/component/table/cell/cell.component.d.ts +0 -14
  211. package/component/table/cell-host/cell-host.component.d.ts +0 -20
  212. package/component/table/contract/cell-components-map.d.ts +0 -3
  213. package/component/table/contract/column-reorder-event.d.ts +0 -6
  214. package/component/table/contract/column-resize-event.d.ts +0 -6
  215. package/component/table/contract/head-dropdown-tab.d.ts +0 -13
  216. package/component/table/contract/i-cell-coordinates.d.ts +0 -4
  217. package/component/table/contract/i-cell-event.d.ts +0 -4
  218. package/component/table/contract/i-cell-instance.d.ts +0 -16
  219. package/component/table/contract/i-cell-value.d.ts +0 -4
  220. package/component/table/contract/public-api.d.ts +0 -12
  221. package/component/table/contract/sort-event.d.ts +0 -6
  222. package/component/table/contract/table-column-store.d.ts +0 -15
  223. package/component/table/contract/table-column.d.ts +0 -141
  224. package/component/table/contract/table-row.d.ts +0 -8
  225. package/component/table/default/boolean-cell/boolean-cell.component.d.ts +0 -16
  226. package/component/table/default/color-cell/color-cell.component.d.ts +0 -20
  227. package/component/table/default/date-cell/date-cell.component.d.ts +0 -18
  228. package/component/table/default/date-time-cell/date-time-cell.component.d.ts +0 -18
  229. package/component/table/default/default-head-cell/default-head-cell.component.d.ts +0 -20
  230. package/component/table/default/list-cell/list-cell.component.d.ts +0 -23
  231. package/component/table/default/numeric-cell/numeric-cell.component.d.ts +0 -16
  232. package/component/table/default/string-cell/string-cell.component.d.ts +0 -18
  233. package/component/table/enum/aggregation-type.enum.d.ts +0 -7
  234. package/component/table/enum/edit-event.enum.d.ts +0 -5
  235. package/component/table/enum/edit-type.enum.d.ts +0 -5
  236. package/component/table/enum/public-api.d.ts +0 -4
  237. package/component/table/enum/select-type.enum.d.ts +0 -5
  238. package/component/table/head-cell/head-cell.component.d.ts +0 -52
  239. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +0 -25
  240. package/component/table/head-cell-host/head-cell-host.component.d.ts +0 -21
  241. package/component/table/public-api.d.ts +0 -42
  242. package/component/table/selection-cell/selection-cell.component.d.ts +0 -15
  243. package/component/table/selection-head-cell/selection-head-cell.component.d.ts +0 -16
  244. package/component/table/service/table.service.d.ts +0 -140
  245. package/component/table/table/table.component.d.ts +0 -87
  246. package/component/table/table-body/table-body.component.d.ts +0 -67
  247. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +0 -31
  248. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +0 -42
  249. package/component/table/table-head/table-head.component.d.ts +0 -31
  250. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +0 -44
  251. package/component/table/table-head-group/table-head-group.component.d.ts +0 -24
  252. package/component/table/table-row/table-row.component.d.ts +0 -14
  253. package/component/table/util/color-util.d.ts +0 -3
  254. package/component/table/util/public-api.d.ts +0 -3
  255. package/component/table/util/state-util.d.ts +0 -17
  256. package/component/table/util/table-util.d.ts +0 -20
  257. package/component/tabs/public-api.d.ts +0 -10
  258. package/component/tabs/tab/tab.component.d.ts +0 -23
  259. package/component/tabs/tab-content.directive.d.ts +0 -8
  260. package/component/tabs/tab-title.directive.d.ts +0 -8
  261. package/component/tabs/tabs/tabs.component.d.ts +0 -43
  262. package/component/theme-switch/public-api.d.ts +0 -2
  263. package/component/theme-switch/theme-switch/theme-switch.component.d.ts +0 -16
  264. package/component/theme-switch/theme-switch.service.d.ts +0 -12
  265. package/component/toggle/public-api.d.ts +0 -1
  266. package/component/toggle/toggle/toggle.component.d.ts +0 -32
  267. package/component/toolbar/public-api.d.ts +0 -4
  268. package/component/toolbar/toolbar/toolbar.component.d.ts +0 -10
  269. package/component/tree/public-api.d.ts +0 -3
  270. package/component/tree/tree/tree.component.d.ts +0 -38
  271. package/component/tree/tree-item/tree-item.component.d.ts +0 -25
  272. package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +0 -13
  273. package/component/tree/tree.service.d.ts +0 -17
  274. package/directive/auto-position/auto-position.directive.d.ts +0 -18
  275. package/directive/auto-position/public-api.d.ts +0 -1
  276. package/directive/click-outside/click-outside.directive.d.ts +0 -18
  277. package/directive/click-outside/public-api.d.ts +0 -1
  278. package/directive/context-menu/context-menu.directive.d.ts +0 -34
  279. package/directive/context-menu/public-api.d.ts +0 -1
  280. package/directive/disable-control/disable-control.directive.d.ts +0 -13
  281. package/directive/disable-control/public-api.d.ts +0 -1
  282. package/directive/drag-drop/drag-container.directive.d.ts +0 -32
  283. package/directive/drag-drop/drag-drop.service.d.ts +0 -40
  284. package/directive/drag-drop/drag-placeholder.directive.d.ts +0 -6
  285. package/directive/drag-drop/drag-preview.directive.d.ts +0 -8
  286. package/directive/drag-drop/drag.directive.d.ts +0 -33
  287. package/directive/drag-drop/model/drag-container-instance.d.ts +0 -11
  288. package/directive/drag-drop/model/drag-instance.d.ts +0 -9
  289. package/directive/drag-drop/model/drag-process.d.ts +0 -4
  290. package/directive/drag-drop/model/drag-selection.d.ts +0 -6
  291. package/directive/drag-drop/model/drop-event.d.ts +0 -8
  292. package/directive/drag-drop/model/drop-target.d.ts +0 -3
  293. package/directive/drag-drop/model/point.d.ts +0 -4
  294. package/directive/drag-drop/model/public-api.d.ts +0 -7
  295. package/directive/drag-drop/public-api.d.ts +0 -6
  296. package/directive/drag-sort/drag-sort-container.directive.d.ts +0 -16
  297. package/directive/drag-sort/drag-sort-event.d.ts +0 -7
  298. package/directive/drag-sort/drag-sort-item.directive.d.ts +0 -30
  299. package/directive/drag-sort/public-api.d.ts +0 -3
  300. package/directive/dynamic-content-base.directive.d.ts +0 -33
  301. package/directive/full-screen/full-screen-toggle.directive.d.ts +0 -7
  302. package/directive/full-screen/full-screen.directive.d.ts +0 -12
  303. package/directive/full-screen/full-screen.service.d.ts +0 -9
  304. package/directive/highlight/highlight.directive.d.ts +0 -12
  305. package/directive/highlight/public-api.d.ts +0 -1
  306. package/directive/hint/hint.directive.d.ts +0 -36
  307. package/directive/hint/public-api.d.ts +0 -1
  308. package/directive/let/let.directive.d.ts +0 -18
  309. package/directive/let/public-api.d.ts +0 -1
  310. package/directive/loader/loader.directive.d.ts +0 -24
  311. package/directive/loader/public-api.d.ts +0 -1
  312. package/directive/no-autofill/no-autofill.directive.d.ts +0 -10
  313. package/directive/no-autofill/public-api.d.ts +0 -1
  314. package/directive/only-number/only-number.directive.d.ts +0 -28
  315. package/directive/only-number/public-api.d.ts +0 -1
  316. package/directive/public-api.d.ts +0 -21
  317. package/directive/resize-drag/public-api.d.ts +0 -1
  318. package/directive/resize-drag/resize-drag.directive.d.ts +0 -20
  319. package/directive/scroll-into-view/public-api.d.ts +0 -1
  320. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +0 -13
  321. package/directive/scrollable/public-api.d.ts +0 -2
  322. package/directive/scrollable/scrollable/scrollable.component.d.ts +0 -34
  323. package/directive/scrollable/scrollable.directive.d.ts +0 -6
  324. package/directive/teta-template/public-api.d.ts +0 -1
  325. package/directive/teta-template/teta-template.directive.d.ts +0 -10
  326. package/directive/tooltip/public-api.d.ts +0 -1
  327. package/directive/tooltip/tooltip.directive.d.ts +0 -31
  328. package/index.d.ts +0 -19
  329. package/locale/en.d.ts +0 -2
  330. package/locale/public-api.d.ts +0 -4
  331. package/locale/ru.d.ts +0 -2
  332. package/locale/teta-config.service.d.ts +0 -11
  333. package/locale/teta-localisation.d.ts +0 -36
  334. package/observable/animation-frame.d.ts +0 -4
  335. package/observable/public-api.d.ts +0 -2
  336. package/observable/zone-observable.d.ts +0 -5
  337. package/pipe/date-pipe/public-api.d.ts +0 -1
  338. package/pipe/date-pipe/teta-date.pipe.d.ts +0 -11
  339. package/pipe/number-pipe/number.pipe.d.ts +0 -7
  340. package/pipe/number-pipe/public-api.d.ts +0 -1
  341. package/pipe/prepend-zero/prepend-zero.pipe.d.ts +0 -7
  342. package/pipe/prepend-zero/public-api.d.ts +0 -1
  343. package/pipe/public-api.d.ts +0 -4
  344. package/pipe/util/number-helper.d.ts +0 -3
  345. package/util/bool-or-func.d.ts +0 -1
  346. package/util/date-util.d.ts +0 -43
  347. package/util/export-dom-image.d.ts +0 -12
  348. package/util/forms-util.d.ts +0 -15
  349. package/util/is-function.d.ts +0 -1
  350. package/util/public-api.d.ts +0 -6
  351. package/util/string-util.d.ts +0 -4
@@ -1,2 +0,0 @@
1
- export * from './radio/radio.component';
2
- export * from './radio-button/radio-button.component';
@@ -1,45 +0,0 @@
1
- import { ChangeDetectorRef } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { RadioButtonComponent } from '../radio-button/radio-button.component';
4
- import * as i0 from "@angular/core";
5
- export declare class RadioComponent implements ControlValueAccessor {
6
- private _cdr;
7
- tabindex: number;
8
- radioClass: boolean;
9
- /** Менять значение при изменении выбранного */
10
- inline: boolean;
11
- checkChangeSelected: boolean;
12
- set disabled(val: boolean);
13
- get disabled(): boolean;
14
- get value(): any;
15
- set value(val: any);
16
- private buttons$;
17
- private checkedButton$;
18
- private selectedButton$;
19
- private disabled$;
20
- constructor(_cdr: ChangeDetectorRef);
21
- focusHandler(event: FocusEvent): void;
22
- focusoutHandler(event: FocusEvent): void;
23
- keyEvent(event: KeyboardEvent): boolean;
24
- selectFirst(): boolean;
25
- _setChecked(btn: RadioButtonComponent): void;
26
- _addButton(btn: RadioButtonComponent): number;
27
- _removeButton(btn: RadioButtonComponent): void;
28
- /** Writes a new value to the element. */
29
- writeValue(obj: any): void;
30
- /** model callback вызовется когда модель измениться из ui */
31
- _onChange: (value: any) => void;
32
- /** Registers a callback function that should be called when the control's value changes in the UI */
33
- registerOnChange(fn: (value: any) => void): void;
34
- _onTouched: () => void;
35
- /** Registers a callback function that should be called when the control receives a blur event. */
36
- registerOnTouched(fn: () => void): void;
37
- /** This function is called by the forms API when the control status changes to or from "DISABLED". */
38
- setDisabledState?(isDisabled: boolean): void;
39
- private selectBtn;
40
- private selectNext;
41
- private selectPrevious;
42
- private checkSelected;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "teta-radio", never, { "inline": { "alias": "inline"; "required": false; }; "checkChangeSelected": { "alias": "checkChangeSelected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
45
- }
@@ -1,20 +0,0 @@
1
- import { OnInit, OnDestroy, ViewContainerRef } from '@angular/core';
2
- import { RadioComponent } from '../radio/radio.component';
3
- import * as i0 from "@angular/core";
4
- export declare class RadioButtonComponent implements OnInit, OnDestroy {
5
- private container;
6
- radio: RadioComponent;
7
- radioButton: boolean;
8
- selected: boolean;
9
- checked: boolean;
10
- disabled: boolean;
11
- set value(val: any);
12
- get value(): any;
13
- private _value;
14
- constructor(container: ViewContainerRef, radio: RadioComponent);
15
- hostClick(): void;
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, [null, { host: true; }]>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "teta-radio-button", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
20
- }
@@ -1 +0,0 @@
1
- export * from './resize-panel/resize-panel.component';
@@ -1,37 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ResizePanelComponent implements OnInit, OnDestroy {
4
- private _elementRef;
5
- private _renderer;
6
- private _document;
7
- size: number;
8
- set direction(val: 'vertical' | 'horizontal');
9
- get direction(): 'vertical' | 'horizontal';
10
- get icon(): "moreHorizontal" | "moreVertical";
11
- set grabPosition(val: 'top' | 'left' | 'bottom' | 'right');
12
- get grabPosition(): 'top' | 'left' | 'bottom' | 'right';
13
- name: string;
14
- minSize: number;
15
- maxSize: number;
16
- private readonly resizePanelClass;
17
- private _direction;
18
- private _grabPosition;
19
- private _startSize;
20
- private _startPosition;
21
- private _positionMap;
22
- constructor(_elementRef: ElementRef, _renderer: Renderer2, _document: any);
23
- resizeStart(event: MouseEvent): void;
24
- resizeProcess(event: MouseEvent): void;
25
- resizeEnd(event: MouseEvent): void;
26
- ngOnInit(): void;
27
- ngOnDestroy(): void;
28
- getClassName(): string;
29
- private setStartPosition;
30
- private manageHorizontal;
31
- private manageVertical;
32
- private restore;
33
- private restorePosition;
34
- private save;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<ResizePanelComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ResizePanelComponent, "teta-resize-panel", never, { "size": { "alias": "size"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "grabPosition": { "alias": "grabPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minSize": { "alias": "minSize"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; }, {}, never, ["*"], true, never>;
37
- }
@@ -1,3 +0,0 @@
1
- export * from './select-option.directive';
2
- export * from './select-value.directive';
3
- export * from './select/select.component';
@@ -1,72 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { Observable } from 'rxjs';
4
- import { AutoCloseIgnoreCase } from '../../../common/contract/auto-close-ignore-case';
5
- import { Align } from '../../../common/enum/align.enum';
6
- import { VerticalAlign } from '../../../common/enum/vertical-align.enum';
7
- import { viewType } from '../../../common/model/view-type.model';
8
- import { TetaConfigService } from '../../../locale/teta-config.service';
9
- import { TetaLocalisation } from '../../../locale/teta-localisation';
10
- import { SelectOptionDirective } from '../select-option.directive';
11
- import { SelectValueDirective } from '../select-value.directive';
12
- import * as i0 from "@angular/core";
13
- export declare class SelectComponent implements ControlValueAccessor {
14
- private _cdr;
15
- private _elementRef;
16
- private _config;
17
- multiple: boolean;
18
- set options(options: any[]);
19
- get options(): any[];
20
- invalid: boolean;
21
- align: Align;
22
- verticalAlign: VerticalAlign;
23
- autoClose: boolean;
24
- autoCloseIgnore: Array<AutoCloseIgnoreCase>;
25
- disabled: boolean;
26
- itemSize: number;
27
- virtual: boolean;
28
- icon: string;
29
- placeholder: string;
30
- appendToBody: boolean;
31
- allowNull: boolean;
32
- viewType: viewType;
33
- notFoundText: string;
34
- valueRef: ((item: any) => any) | string;
35
- textRef: ((item: any) => string) | string;
36
- searchRef: string | ((item: any) => string);
37
- optionDirective: SelectOptionDirective;
38
- valueDirective: SelectValueDirective;
39
- searchInput: ElementRef;
40
- set open(value: boolean);
41
- get open(): boolean;
42
- private readonly selectClass;
43
- private get tabindex();
44
- get isDisabled(): boolean;
45
- value: any | any[];
46
- searchText: string;
47
- locale: Observable<TetaLocalisation>;
48
- get visibleOptions(): any[];
49
- private _options;
50
- private _internalValue;
51
- private _open;
52
- constructor(_cdr: ChangeDetectorRef, _elementRef: ElementRef, _config: TetaConfigService);
53
- clear(): void;
54
- clickOption(option: any, event: MouseEvent): void;
55
- itemSelected(option: any): boolean;
56
- removeItemClick(option: any, event: MouseEvent): void;
57
- removeItem(option: any): void;
58
- search(text: string): void;
59
- getText(option: any): string;
60
- getValue(option: any): any;
61
- getSearchString(option: any): string;
62
- focus(): void;
63
- writeValue(value: any | any[]): void;
64
- onChange: (value: any) => void;
65
- registerOnChange(fn: (value: any) => void): void;
66
- onTouched: () => void;
67
- registerOnTouched(fn: () => void): void;
68
- setDisabledState?(isDisabled: boolean): void;
69
- private getSelectedValue;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "teta-select", never, { "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "autoCloseIgnore": { "alias": "autoCloseIgnore"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "virtual": { "alias": "virtual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "valueRef": { "alias": "valueRef"; "required": false; }; "textRef": { "alias": "textRef"; "required": false; }; "searchRef": { "alias": "searchRef"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, ["optionDirective", "valueDirective"], never, true, never>;
72
- }
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SelectOptionDirective {
4
- template: TemplateRef<any>;
5
- constructor(template: TemplateRef<any>);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, "[tetaSelectOption]", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SelectValueDirective {
4
- template: TemplateRef<any>;
5
- constructor(template: TemplateRef<any>);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueDirective, "[tetaSelectValue]", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './sidebar/sidebar.component';
2
- export * from './sidebar-position.enum';
@@ -1,17 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { SidebarPosition } from '../sidebar-position.enum';
3
- import * as i0 from "@angular/core";
4
- export declare class SidebarComponent implements OnInit {
5
- position: SidebarPosition;
6
- backdrop: boolean;
7
- open: boolean;
8
- openChange: EventEmitter<boolean>;
9
- className: string | string[];
10
- zIndex: number;
11
- sidebarPosition: typeof SidebarPosition;
12
- constructor();
13
- setOpen(value: boolean): void;
14
- ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "teta-sidebar", never, { "position": { "alias": "position"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "open": { "alias": "open"; "required": false; }; "className": { "alias": "className"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
17
- }
@@ -1,6 +0,0 @@
1
- export declare enum SidebarPosition {
2
- left = 0,
3
- right = 1,
4
- bottom = 2,
5
- top = 3
6
- }
@@ -1 +0,0 @@
1
- export * from './stepper/stepper.component';
@@ -1,10 +0,0 @@
1
- import { Signal } from '@angular/core';
2
- import { IIdName } from '../../../common/contract/i-id-name';
3
- import * as i0 from "@angular/core";
4
- export declare class StepperComponent {
5
- steps: import("@angular/core").InputSignal<IIdName<number>[]>;
6
- currentStepId: import("@angular/core").InputSignal<number>;
7
- currentIndex: Signal<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "app-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
10
- }
@@ -1,2 +0,0 @@
1
- export * from './switch/switch.component';
2
- export * from './switch-button/switch-button.component';
@@ -1,25 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { SwitchService } from '../switch.service';
4
- import { viewType } from '../../../common/model/view-type.model';
5
- import * as i0 from "@angular/core";
6
- export declare const SWITCH_CONTROL_VALUE_ACCESSOR: any;
7
- export declare class SwitchComponent implements OnInit, OnDestroy, ControlValueAccessor {
8
- private svc;
9
- private cdr;
10
- viewType: viewType;
11
- switchClass: boolean;
12
- get class(): string;
13
- private _alive;
14
- private _value;
15
- constructor(svc: SwitchService, cdr: ChangeDetectorRef);
16
- writeValue(model: any): void;
17
- onChange(_: any): void;
18
- onTouched(): void;
19
- registerOnChange(fn: (_: any) => void): void;
20
- registerOnTouched(fn: () => void): void;
21
- ngOnInit(): void;
22
- ngOnDestroy(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "teta-switch", never, { "viewType": { "alias": "viewType"; "required": false; }; }, {}, never, ["*"], true, never>;
25
- }
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { SwitchService } from '../switch.service';
3
- import * as i0 from "@angular/core";
4
- export declare class SwitchButtonComponent implements OnInit, OnDestroy {
5
- private svc;
6
- private cdr;
7
- value: any;
8
- class: string;
9
- private get getClass();
10
- private svcValue;
11
- private _alive;
12
- constructor(svc: SwitchService, cdr: ChangeDetectorRef);
13
- click(event: MouseEvent): void;
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SwitchButtonComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchButtonComponent, "teta-switch-button", never, { "value": { "alias": "value"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
18
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class SwitchService {
4
- readonly value: Observable<any>;
5
- private readonly value$;
6
- constructor();
7
- setValue(value: any): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SwitchService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<SwitchService>;
10
- }
@@ -1,42 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { IDictionary } from '../../../common/contract/i-dictionary';
4
- import { IIdName } from '../../../common/contract/i-id-name';
5
- import { ICellCoordinates } from '../contract/i-cell-coordinates';
6
- import { TableColumn } from '../contract/table-column';
7
- import { TableRow } from '../contract/table-row';
8
- import { TableService } from '../service/table.service';
9
- import * as i0 from "@angular/core";
10
- export declare abstract class CellComponentBase<T> implements OnInit, OnDestroy {
11
- protected svc: TableService<T>;
12
- protected cdr: ChangeDetectorRef;
13
- private readonly cellClass;
14
- get cellInvalid(): boolean;
15
- private _formGroup;
16
- get control(): FormControl;
17
- protected _column: TableColumn;
18
- set column(column: TableColumn);
19
- get column(): TableColumn;
20
- protected _row: TableRow<T>;
21
- set row(row: TableRow<T>);
22
- get row(): TableRow<T>;
23
- filterOptions: IIdName<any>[];
24
- dict: IDictionary<IIdName<any>[]>;
25
- get formGroup(): FormGroup;
26
- protected _edit: boolean;
27
- get edit(): boolean;
28
- get editable(): boolean;
29
- get index(): number;
30
- protected _alive: boolean;
31
- protected constructor(svc: TableService<T>, cdr: ChangeDetectorRef);
32
- ngOnDestroy(): void;
33
- ngOnInit(): void;
34
- private init;
35
- abstract startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
36
- abstract stopEdit(): void;
37
- private setupControl;
38
- private start;
39
- private stop;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<CellComponentBase<any>, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CellComponentBase<any>, "ng-component", never, {}, {}, never, never, false, never>;
42
- }
@@ -1,11 +0,0 @@
1
- import { TableColumn } from '../contract/table-column';
2
- export declare abstract class DetailComponentBase<T> {
3
- /**
4
- * The row details are displayed for
5
- */
6
- abstract row: T;
7
- /**
8
- * displayed columns
9
- */
10
- abstract columns: TableColumn[];
11
- }
@@ -1,9 +0,0 @@
1
- import { TableColumn } from '../contract/table-column';
2
- import * as i0 from "@angular/core";
3
- export declare abstract class HeadCellComponentBase<T> {
4
- abstract column: TableColumn;
5
- abstract columns: TableColumn[];
6
- abstract data: T[];
7
- static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellComponentBase<any>, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellComponentBase<any>, "ng-component", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,14 +0,0 @@
1
- import { IDictionary } from '../../../common/contract/i-dictionary';
2
- import { IIdName } from '../../../common/contract/i-id-name';
3
- import { TableColumn } from '../contract/table-column';
4
- import { TableRow } from '../contract/table-row';
5
- import * as i0 from "@angular/core";
6
- export declare class CellComponent<T> {
7
- column: TableColumn;
8
- filterOptions: IIdName<any>[];
9
- dict: IDictionary<IIdName<any>[]>;
10
- row: TableRow<T>;
11
- private readonly tableCellClass;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent<any>, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent<any>, "teta-cell", never, { "column": { "alias": "column"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>;
14
- }
@@ -1,20 +0,0 @@
1
- import { OnChanges, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { IDictionary } from '../../../common/contract/i-dictionary';
3
- import { IIdName } from '../../../common/contract/i-id-name';
4
- import { TableColumn } from '../contract/table-column';
5
- import { TableRow } from '../contract/table-row';
6
- import * as i0 from "@angular/core";
7
- export declare class CellHostComponent<T> implements OnInit, OnChanges {
8
- private viewContainerRef;
9
- column: TableColumn;
10
- row: TableRow<T>;
11
- filterOptions: IIdName<any>[];
12
- dict: IDictionary<IIdName<any>[]>;
13
- private _init;
14
- private _componentRef;
15
- constructor(viewContainerRef: ViewContainerRef);
16
- ngOnInit(): void;
17
- ngOnChanges(changes: SimpleChanges): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<CellHostComponent<any>, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CellHostComponent<any>, "teta-cell-host", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; }, {}, never, never, true, never>;
20
- }
@@ -1,3 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import { TableColumn } from './table-column';
3
- export declare const getCellComponent: (column: TableColumn) => Type<any>;
@@ -1,6 +0,0 @@
1
- import { TableColumn } from './table-column';
2
- export declare class ColumnReorderEvent {
3
- source: TableColumn;
4
- target: TableColumn;
5
- constructor(source: TableColumn, target: TableColumn);
6
- }
@@ -1,6 +0,0 @@
1
- import { TableColumn } from './table-column';
2
- export declare class ColumnResizeEvent {
3
- column: TableColumn;
4
- newWidth: number;
5
- constructor(column: TableColumn, newWidth: number);
6
- }
@@ -1,13 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { TableColumn } from './table-column';
3
- export interface HeadDropdownTabConfig {
4
- strategy: 'merge' | 'replace';
5
- tabs?: HeadDropdownTab[];
6
- }
7
- export interface HeadDropdownTab {
8
- title?: string;
9
- icon?: string;
10
- template?: TemplateRef<any>;
11
- order?: number;
12
- showTab: (column: TableColumn) => boolean;
13
- }
@@ -1,4 +0,0 @@
1
- export interface ICellCoordinates {
2
- row: number;
3
- column: string;
4
- }
@@ -1,4 +0,0 @@
1
- import { ICellCoordinates } from './i-cell-coordinates';
2
- export interface ICellEvent extends ICellCoordinates {
3
- event: Event;
4
- }
@@ -1,16 +0,0 @@
1
- import { TableColumn } from './table-column';
2
- import { TableRow } from './table-row';
3
- export interface IColumnRow<T> {
4
- row?: T;
5
- column: TableColumn;
6
- }
7
- export interface ICellInstance<T> {
8
- row?: TableRow<T>;
9
- column: TableColumn;
10
- }
11
- export interface ICellInstanceEvent<T> extends ICellInstance<T> {
12
- event: Event;
13
- }
14
- export interface ICellInstanceValue<T> extends ICellInstance<T> {
15
- value: any;
16
- }
@@ -1,4 +0,0 @@
1
- import { ICellCoordinates } from './i-cell-coordinates';
2
- export interface ICellValue extends ICellCoordinates {
3
- value: any;
4
- }
@@ -1,12 +0,0 @@
1
- export * from './cell-components-map';
2
- export * from './column-reorder-event';
3
- export * from './column-resize-event';
4
- export * from './i-cell-coordinates';
5
- export * from './i-cell-event';
6
- export * from './i-cell-instance';
7
- export * from './i-cell-value';
8
- export * from './sort-event';
9
- export * from './table-column';
10
- export * from './table-column-store';
11
- export * from './head-dropdown-tab';
12
- export * from './table-row';
@@ -1,6 +0,0 @@
1
- import { TableColumn } from './table-column';
2
- export declare class SortEvent {
3
- column: TableColumn;
4
- shiftKey: boolean;
5
- constructor(column: TableColumn, shiftKey: boolean);
6
- }
@@ -1,15 +0,0 @@
1
- export declare class TableColumnStore {
2
- width: number;
3
- flex: number;
4
- locked: boolean;
5
- name: string;
6
- columns: TableColumnStore[];
7
- constructor(options?: {
8
- width?: number;
9
- flex?: number;
10
- sortOrder?: number;
11
- locked?: boolean;
12
- name?: string;
13
- columns?: any[];
14
- });
15
- }