@simplysm/angular 14.0.26 → 14.0.27

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 (609) hide show
  1. package/dist/core/directives/{sd-events.directive.d.ts → sd-events.d.ts} +6 -6
  2. package/dist/core/directives/sd-events.d.ts.map +1 -0
  3. package/dist/core/directives/{sd-events.directive.js → sd-events.js} +4 -4
  4. package/dist/core/directives/sd-invalid.d.ts +8 -0
  5. package/dist/core/directives/sd-invalid.d.ts.map +1 -0
  6. package/dist/core/directives/{sd-invalid.directive.js → sd-invalid.js} +7 -7
  7. package/dist/core/directives/sd-item-of-template.d.ts +14 -0
  8. package/dist/core/directives/sd-item-of-template.d.ts.map +1 -0
  9. package/dist/core/directives/{sd-item-of-template.directive.js → sd-item-of-template.js} +4 -4
  10. package/dist/core/directives/sd-ripple.d.ts +8 -0
  11. package/dist/core/directives/sd-ripple.d.ts.map +1 -0
  12. package/dist/core/directives/{sd-ripple.directive.js → sd-ripple.js} +7 -7
  13. package/dist/core/directives/{sd-router-link.directive.d.ts → sd-router-link.d.ts} +4 -4
  14. package/dist/core/directives/sd-router-link.d.ts.map +1 -0
  15. package/dist/core/directives/{sd-router-link.directive.js → sd-router-link.js} +9 -9
  16. package/dist/core/directives/sd-show-effect.d.ts +9 -0
  17. package/dist/core/directives/sd-show-effect.d.ts.map +1 -0
  18. package/dist/core/directives/{sd-show-effect.directive.js → sd-show-effect.js} +7 -7
  19. package/dist/core/directives/sd-typed-template.d.ts +8 -0
  20. package/dist/core/directives/sd-typed-template.d.ts.map +1 -0
  21. package/dist/core/directives/{sd-typed-template.directive.js → sd-typed-template.js} +4 -4
  22. package/dist/core/plugins/events/sd-intersection-event.plugin.d.ts +2 -2
  23. package/dist/core/plugins/events/sd-intersection-event.plugin.d.ts.map +1 -1
  24. package/dist/core/plugins/events/sd-resize-event.plugin.d.ts +2 -2
  25. package/dist/core/plugins/events/sd-resize-event.plugin.d.ts.map +1 -1
  26. package/dist/core/providers/sd-activated-modal.provider.d.ts +2 -2
  27. package/dist/core/providers/sd-activated-modal.provider.d.ts.map +1 -1
  28. package/dist/core/providers/sd-app-structure.provider.d.ts +11 -7
  29. package/dist/core/providers/sd-app-structure.provider.d.ts.map +1 -1
  30. package/dist/core/providers/sd-app-structure.provider.js +18 -7
  31. package/dist/core/providers/sd-app-structure.types.d.ts +6 -37
  32. package/dist/core/providers/sd-app-structure.types.d.ts.map +1 -1
  33. package/dist/core/providers/sd-app-structure.utils.d.ts +8 -10
  34. package/dist/core/providers/sd-app-structure.utils.d.ts.map +1 -1
  35. package/dist/core/providers/sd-app-structure.utils.js +5 -86
  36. package/dist/core/providers/sd-busy.provider.d.ts +4 -4
  37. package/dist/core/providers/sd-busy.provider.d.ts.map +1 -1
  38. package/dist/core/providers/sd-busy.provider.js +2 -2
  39. package/dist/core/providers/sd-print.provider.d.ts +7 -7
  40. package/dist/core/providers/sd-print.provider.d.ts.map +1 -1
  41. package/dist/core/providers/sd-shared-data.provider.d.ts +5 -5
  42. package/dist/core/providers/sd-shared-data.provider.d.ts.map +1 -1
  43. package/dist/core/providers/sd-toast.provider.d.ts +9 -9
  44. package/dist/core/providers/sd-toast.provider.d.ts.map +1 -1
  45. package/dist/core/providers/sd-toast.provider.js +5 -5
  46. package/dist/core/types/select-modal-output-result.d.ts +1 -1
  47. package/dist/core/types/select-modal-output-result.d.ts.map +1 -1
  48. package/dist/core/utils/{TDirectiveInputSignals.d.ts → directive-input-signals.d.ts} +5 -5
  49. package/dist/core/utils/directive-input-signals.d.ts.map +1 -0
  50. package/dist/core/utils/injectCurrentPageCodeSignal.d.ts +3 -0
  51. package/dist/core/utils/injectCurrentPageCodeSignal.d.ts.map +1 -0
  52. package/dist/core/utils/{useCurrentPageCodeSignal.js → injectCurrentPageCodeSignal.js} +1 -1
  53. package/dist/core/utils/injectFullPageCodeSignal.d.ts +3 -0
  54. package/dist/core/utils/injectFullPageCodeSignal.d.ts.map +1 -0
  55. package/dist/core/utils/{useFullPageCodeSignal.js → injectFullPageCodeSignal.js} +1 -1
  56. package/dist/core/utils/{useSdSystemConfigResource.d.ts → injectSdSystemConfigResource.d.ts} +2 -2
  57. package/dist/core/utils/injectSdSystemConfigResource.d.ts.map +1 -0
  58. package/dist/core/utils/{useSdSystemConfigResource.js → injectSdSystemConfigResource.js} +1 -1
  59. package/dist/core/utils/injectViewTitleSignal.d.ts +3 -0
  60. package/dist/core/utils/injectViewTitleSignal.d.ts.map +1 -0
  61. package/dist/core/utils/{useViewTitleSignal.js → injectViewTitleSignal.js} +11 -6
  62. package/dist/core/utils/injectViewTypeSignal.d.ts +4 -0
  63. package/dist/core/utils/injectViewTypeSignal.d.ts.map +1 -0
  64. package/dist/core/utils/{useViewTypeSignal.js → injectViewTypeSignal.js} +5 -5
  65. package/dist/core/utils/useExpandingManager.d.ts +3 -3
  66. package/dist/core/utils/useExpandingManager.d.ts.map +1 -1
  67. package/dist/core/utils/useSortingManager.d.ts +2 -2
  68. package/dist/core/utils/useSortingManager.d.ts.map +1 -1
  69. package/dist/features/address/sd-address-search.modal.d.ts +4 -4
  70. package/dist/features/address/sd-address-search.modal.d.ts.map +1 -1
  71. package/dist/features/address/sd-address-search.modal.js +3 -3
  72. package/dist/features/base/{sd-base-container.control.d.ts → sd-base-container.d.ts} +7 -7
  73. package/dist/features/base/sd-base-container.d.ts.map +1 -0
  74. package/dist/features/base/{sd-base-container.control.js → sd-base-container.js} +50 -43
  75. package/dist/features/data-view/{useDataSheetExcelManager.d.ts → injectDataSheetExcelManager.d.ts} +4 -4
  76. package/dist/features/data-view/injectDataSheetExcelManager.d.ts.map +1 -0
  77. package/dist/features/data-view/{useDataSheetExcelManager.js → injectDataSheetExcelManager.js} +1 -1
  78. package/dist/features/data-view/{useDataSheetInlineEditManager.d.ts → injectDataSheetInlineEditManager.d.ts} +4 -4
  79. package/dist/features/data-view/injectDataSheetInlineEditManager.d.ts.map +1 -0
  80. package/dist/features/data-view/{useDataSheetInlineEditManager.js → injectDataSheetInlineEditManager.js} +1 -1
  81. package/dist/features/data-view/{useDataSheetModalEditManager.d.ts → injectDataSheetModalEditManager.d.ts} +4 -4
  82. package/dist/features/data-view/injectDataSheetModalEditManager.d.ts.map +1 -0
  83. package/dist/features/data-view/{useDataSheetModalEditManager.js → injectDataSheetModalEditManager.js} +1 -1
  84. package/dist/features/data-view/{useDataSheetRefreshManager.d.ts → injectDataSheetRefreshManager.d.ts} +4 -4
  85. package/dist/features/data-view/injectDataSheetRefreshManager.d.ts.map +1 -0
  86. package/dist/features/data-view/{useDataSheetRefreshManager.js → injectDataSheetRefreshManager.js} +1 -1
  87. package/dist/features/data-view/sd-data-detail.base.d.ts +49 -0
  88. package/dist/features/data-view/sd-data-detail.base.d.ts.map +1 -0
  89. package/dist/features/data-view/sd-data-detail.base.js +122 -0
  90. package/dist/features/data-view/sd-data-detail.d.ts +29 -0
  91. package/dist/features/data-view/sd-data-detail.d.ts.map +1 -0
  92. package/dist/features/data-view/{sd-data-detail.control.js → sd-data-detail.js} +80 -202
  93. package/dist/features/data-view/sd-data-select-button.base.d.ts +24 -0
  94. package/dist/features/data-view/sd-data-select-button.base.d.ts.map +1 -0
  95. package/dist/features/data-view/sd-data-select-button.base.js +68 -0
  96. package/dist/features/data-view/sd-data-select-button.d.ts +15 -0
  97. package/dist/features/data-view/sd-data-select-button.d.ts.map +1 -0
  98. package/dist/features/data-view/sd-data-select-button.js +152 -0
  99. package/dist/features/data-view/sd-data-sheet-column.d.ts +8 -0
  100. package/dist/features/data-view/sd-data-sheet-column.d.ts.map +1 -0
  101. package/dist/features/data-view/{sd-data-sheet-column.directive.js → sd-data-sheet-column.js} +5 -5
  102. package/dist/features/data-view/sd-data-sheet.base.d.ts +76 -0
  103. package/dist/features/data-view/sd-data-sheet.base.d.ts.map +1 -0
  104. package/dist/features/data-view/sd-data-sheet.base.js +196 -0
  105. package/dist/features/data-view/sd-data-sheet.d.ts +48 -0
  106. package/dist/features/data-view/sd-data-sheet.d.ts.map +1 -0
  107. package/dist/features/data-view/{sd-data-sheet.control.js → sd-data-sheet.js} +135 -330
  108. package/dist/features/data-view/sd-data-sheet.types.d.ts +3 -3
  109. package/dist/features/data-view/sd-data-sheet.types.d.ts.map +1 -1
  110. package/dist/features/data-view/setupCloserWhenSingleSelectionChange.d.ts +2 -2
  111. package/dist/features/data-view/setupCloserWhenSingleSelectionChange.d.ts.map +1 -1
  112. package/dist/features/permission-table/sd-permission-table.d.ts +32 -0
  113. package/dist/features/permission-table/sd-permission-table.d.ts.map +1 -0
  114. package/dist/features/permission-table/{sd-permission-table.control.js → sd-permission-table.js} +45 -45
  115. package/dist/features/shared-data/sd-shared-data-select-button.d.ts +16 -0
  116. package/dist/features/shared-data/sd-shared-data-select-button.d.ts.map +1 -0
  117. package/dist/features/shared-data/{sd-shared-data-select-button.control.js → sd-shared-data-select-button.js} +18 -17
  118. package/dist/features/shared-data/{sd-shared-data-select-list.control.d.ts → sd-shared-data-select-list.d.ts} +8 -8
  119. package/dist/features/shared-data/sd-shared-data-select-list.d.ts.map +1 -0
  120. package/dist/features/shared-data/{sd-shared-data-select-list.control.js → sd-shared-data-select-list.js} +58 -58
  121. package/dist/features/shared-data/{sd-shared-data-select.control.d.ts → sd-shared-data-select.d.ts} +13 -13
  122. package/dist/features/shared-data/sd-shared-data-select.d.ts.map +1 -0
  123. package/dist/features/shared-data/{sd-shared-data-select.control.js → sd-shared-data-select.js} +51 -51
  124. package/dist/index.d.ts +101 -98
  125. package/dist/index.d.ts.map +1 -1
  126. package/dist/index.js +86 -83
  127. package/dist/ui/data/list/sd-list-item.d.ts +20 -0
  128. package/dist/ui/data/list/sd-list-item.d.ts.map +1 -0
  129. package/dist/ui/data/list/{sd-list-item.control.js → sd-list-item.js} +26 -26
  130. package/dist/ui/data/list/sd-list.d.ts +7 -0
  131. package/dist/ui/data/list/sd-list.d.ts.map +1 -0
  132. package/dist/ui/data/list/{sd-list.control.js → sd-list.js} +6 -6
  133. package/dist/ui/data/sheet/injectSheetColumnResizing.d.ts +17 -0
  134. package/dist/ui/data/sheet/injectSheetColumnResizing.d.ts.map +1 -0
  135. package/dist/ui/data/sheet/{useSheetColumnResizing.js → injectSheetColumnResizing.js} +1 -1
  136. package/dist/ui/data/sheet/{useSheetDomAccessor.d.ts → injectSheetDomAccessor.d.ts} +2 -2
  137. package/dist/ui/data/sheet/injectSheetDomAccessor.d.ts.map +1 -0
  138. package/dist/ui/data/sheet/{useSheetDomAccessor.js → injectSheetDomAccessor.js} +1 -1
  139. package/dist/ui/data/sheet/{sd-sheet-column.directive.d.ts → sd-sheet-column.d.ts} +4 -4
  140. package/dist/ui/data/sheet/sd-sheet-column.d.ts.map +1 -0
  141. package/dist/ui/data/sheet/{sd-sheet-column.directive.js → sd-sheet-column.js} +4 -4
  142. package/dist/ui/data/sheet/sd-sheet-config.modal.d.ts +9 -9
  143. package/dist/ui/data/sheet/sd-sheet-config.modal.d.ts.map +1 -1
  144. package/dist/ui/data/sheet/sd-sheet-config.modal.js +4 -4
  145. package/dist/ui/data/sheet/{sd-sheet.control.d.ts → sd-sheet.d.ts} +26 -26
  146. package/dist/ui/data/sheet/sd-sheet.d.ts.map +1 -0
  147. package/dist/ui/data/sheet/{sd-sheet.control.js → sd-sheet.js} +82 -82
  148. package/dist/ui/data/sheet/types.d.ts +6 -6
  149. package/dist/ui/data/sheet/types.d.ts.map +1 -1
  150. package/dist/ui/data/sheet/useSheetCellAgent.d.ts +2 -2
  151. package/dist/ui/data/sheet/useSheetCellAgent.d.ts.map +1 -1
  152. package/dist/ui/data/sheet/useSheetCellStyling.d.ts +9 -9
  153. package/dist/ui/data/sheet/useSheetCellStyling.d.ts.map +1 -1
  154. package/dist/ui/data/sheet/useSheetColumnFixing.d.ts +2 -2
  155. package/dist/ui/data/sheet/useSheetColumnFixing.d.ts.map +1 -1
  156. package/dist/ui/data/sheet/useSheetDisplayPipeline.d.ts +1 -1
  157. package/dist/ui/data/sheet/useSheetLayoutEngine.d.ts +6 -6
  158. package/dist/ui/data/sheet/useSheetLayoutEngine.d.ts.map +1 -1
  159. package/dist/ui/form/button/sd-additional-button.d.ts +8 -0
  160. package/dist/ui/form/button/sd-additional-button.d.ts.map +1 -0
  161. package/dist/ui/form/button/{sd-additional-button.control.js → sd-additional-button.js} +6 -6
  162. package/dist/ui/form/button/sd-anchor.d.ts +8 -0
  163. package/dist/ui/form/button/sd-anchor.d.ts.map +1 -0
  164. package/dist/ui/form/button/{sd-anchor.control.js → sd-anchor.js} +6 -6
  165. package/dist/ui/form/button/{sd-button.control.d.ts → sd-button.d.ts} +4 -4
  166. package/dist/ui/form/button/sd-button.d.ts.map +1 -0
  167. package/dist/ui/form/button/{sd-button.control.js → sd-button.js} +11 -11
  168. package/dist/ui/form/button/sd-modal-select-button.d.ts +38 -0
  169. package/dist/ui/form/button/sd-modal-select-button.d.ts.map +1 -0
  170. package/dist/ui/form/button/{sd-modal-select-button.control.js → sd-modal-select-button.js} +16 -16
  171. package/dist/ui/form/checkbox/{sd-checkbox-group-item.control.d.ts → sd-checkbox-group-item.d.ts} +4 -4
  172. package/dist/ui/form/checkbox/sd-checkbox-group-item.d.ts.map +1 -0
  173. package/dist/ui/form/checkbox/{sd-checkbox-group-item.control.js → sd-checkbox-group-item.js} +11 -11
  174. package/dist/ui/form/checkbox/sd-checkbox-group.d.ts +8 -0
  175. package/dist/ui/form/checkbox/sd-checkbox-group.d.ts.map +1 -0
  176. package/dist/ui/form/checkbox/{sd-checkbox-group.control.js → sd-checkbox-group.js} +5 -5
  177. package/dist/ui/form/checkbox/sd-checkbox.d.ts +19 -0
  178. package/dist/ui/form/checkbox/sd-checkbox.d.ts.map +1 -0
  179. package/dist/ui/form/checkbox/{sd-checkbox.control.js → sd-checkbox.js} +10 -10
  180. package/dist/ui/form/checkbox/sd-switch.d.ts +14 -0
  181. package/dist/ui/form/checkbox/sd-switch.d.ts.map +1 -0
  182. package/dist/ui/form/checkbox/{sd-switch.control.js → sd-switch.js} +7 -7
  183. package/dist/ui/form/choice/{sd-state-preset.control.d.ts → sd-state-preset.d.ts} +9 -9
  184. package/dist/ui/form/choice/sd-state-preset.d.ts.map +1 -0
  185. package/dist/ui/form/choice/{sd-state-preset.control.js → sd-state-preset.js} +21 -21
  186. package/dist/ui/form/editor/{sd-tiptap-editor.control.d.ts → sd-tiptap-editor.d.ts} +4 -4
  187. package/dist/ui/form/editor/sd-tiptap-editor.d.ts.map +1 -0
  188. package/dist/ui/form/editor/{sd-tiptap-editor.control.js → sd-tiptap-editor.js} +33 -33
  189. package/dist/ui/form/input/sd-date-range.picker.js +6 -6
  190. package/dist/ui/form/input/{sd-numpad.control.d.ts → sd-numpad.d.ts} +4 -4
  191. package/dist/ui/form/input/sd-numpad.d.ts.map +1 -0
  192. package/dist/ui/form/input/{sd-numpad.control.js → sd-numpad.js} +25 -25
  193. package/dist/ui/form/input/sd-range.d.ts +13 -0
  194. package/dist/ui/form/input/sd-range.d.ts.map +1 -0
  195. package/dist/ui/form/input/{sd-range.control.js → sd-range.js} +10 -10
  196. package/dist/ui/form/input/sd-textarea.d.ts +23 -0
  197. package/dist/ui/form/input/sd-textarea.d.ts.map +1 -0
  198. package/dist/ui/form/input/{sd-textarea.control.js → sd-textarea.js} +13 -13
  199. package/dist/ui/form/input/sd-textfield-type-handlers.d.ts +12 -12
  200. package/dist/ui/form/input/sd-textfield-type-handlers.d.ts.map +1 -1
  201. package/dist/ui/form/input/sd-textfield.d.ts +39 -0
  202. package/dist/ui/form/input/sd-textfield.d.ts.map +1 -0
  203. package/dist/ui/form/input/{sd-textfield.control.js → sd-textfield.js} +16 -16
  204. package/dist/ui/form/{sd-form.control.d.ts → sd-form.d.ts} +4 -4
  205. package/dist/ui/form/sd-form.d.ts.map +1 -0
  206. package/dist/ui/form/{sd-form.control.js → sd-form.js} +7 -7
  207. package/dist/ui/form/select/sd-select-button.d.ts +7 -0
  208. package/dist/ui/form/select/sd-select-button.d.ts.map +1 -0
  209. package/dist/ui/form/select/{sd-select-button.control.js → sd-select-button.js} +6 -6
  210. package/dist/ui/form/select/sd-select-item.d.ts +18 -0
  211. package/dist/ui/form/select/sd-select-item.d.ts.map +1 -0
  212. package/dist/ui/form/select/{sd-select-item.control.js → sd-select-item.js} +15 -15
  213. package/dist/ui/form/select/{sd-select.control.d.ts → sd-select.d.ts} +8 -8
  214. package/dist/ui/form/select/sd-select.d.ts.map +1 -0
  215. package/dist/ui/form/select/{sd-select.control.js → sd-select.js} +62 -62
  216. package/dist/ui/layout/dock/sd-dock-container.d.ts +12 -0
  217. package/dist/ui/layout/dock/sd-dock-container.d.ts.map +1 -0
  218. package/dist/ui/layout/dock/{sd-dock-container.control.js → sd-dock-container.js} +11 -11
  219. package/dist/ui/layout/dock/sd-dock.d.ts +19 -0
  220. package/dist/ui/layout/dock/sd-dock.d.ts.map +1 -0
  221. package/dist/ui/layout/dock/{sd-dock.control.js → sd-dock.js} +12 -12
  222. package/dist/ui/layout/kanban/sd-kanban-board.d.ts +24 -0
  223. package/dist/ui/layout/kanban/sd-kanban-board.d.ts.map +1 -0
  224. package/dist/ui/layout/kanban/{sd-kanban-board.control.js → sd-kanban-board.js} +7 -7
  225. package/dist/ui/layout/kanban/{sd-kanban-lane.control.d.ts → sd-kanban-lane.d.ts} +8 -8
  226. package/dist/ui/layout/kanban/sd-kanban-lane.d.ts.map +1 -0
  227. package/dist/ui/layout/kanban/{sd-kanban-lane.control.js → sd-kanban-lane.js} +37 -37
  228. package/dist/ui/layout/kanban/{sd-kanban.control.d.ts → sd-kanban.d.ts} +8 -8
  229. package/dist/ui/layout/kanban/sd-kanban.d.ts.map +1 -0
  230. package/dist/ui/layout/kanban/{sd-kanban.control.js → sd-kanban.js} +17 -17
  231. package/dist/ui/layout/sd-card.d.ts +6 -0
  232. package/dist/ui/layout/sd-card.d.ts.map +1 -0
  233. package/dist/ui/layout/{sd-card.directive.js → sd-card.js} +5 -5
  234. package/dist/ui/layout/sd-gap.d.ts +12 -0
  235. package/dist/ui/layout/sd-gap.d.ts.map +1 -0
  236. package/dist/ui/layout/{sd-gap.control.js → sd-gap.js} +6 -6
  237. package/dist/ui/layout/sd-pane.d.ts +6 -0
  238. package/dist/ui/layout/sd-pane.d.ts.map +1 -0
  239. package/dist/ui/layout/{sd-pane.directive.js → sd-pane.js} +5 -5
  240. package/dist/ui/layout/view/sd-view-item.d.ts +9 -0
  241. package/dist/ui/layout/view/sd-view-item.d.ts.map +1 -0
  242. package/dist/ui/layout/view/{sd-view-item.control.js → sd-view-item.js} +8 -8
  243. package/dist/ui/layout/view/sd-view.d.ts +8 -0
  244. package/dist/ui/layout/view/sd-view.d.ts.map +1 -0
  245. package/dist/ui/layout/view/{sd-view.control.js → sd-view.js} +6 -6
  246. package/dist/ui/navigation/collapse/sd-collapse-icon.d.ts +13 -0
  247. package/dist/ui/navigation/collapse/sd-collapse-icon.d.ts.map +1 -0
  248. package/dist/ui/navigation/collapse/{sd-collapse-icon.control.js → sd-collapse-icon.js} +6 -6
  249. package/dist/ui/navigation/collapse/sd-collapse.d.ts +14 -0
  250. package/dist/ui/navigation/collapse/sd-collapse.d.ts.map +1 -0
  251. package/dist/ui/navigation/collapse/{sd-collapse.control.js → sd-collapse.js} +7 -7
  252. package/dist/ui/navigation/menu-utils.d.ts +4 -4
  253. package/dist/ui/navigation/menu-utils.d.ts.map +1 -1
  254. package/dist/ui/navigation/pagination/{sd-pagination.control.d.ts → sd-pagination.d.ts} +4 -4
  255. package/dist/ui/navigation/pagination/sd-pagination.d.ts.map +1 -0
  256. package/dist/ui/navigation/pagination/{sd-pagination.control.js → sd-pagination.js} +15 -15
  257. package/dist/ui/navigation/sidebar/{sd-sidebar-container.control.d.ts → sd-sidebar-container.d.ts} +4 -4
  258. package/dist/ui/navigation/sidebar/sd-sidebar-container.d.ts.map +1 -0
  259. package/dist/ui/navigation/sidebar/{sd-sidebar-container.control.js → sd-sidebar-container.js} +7 -7
  260. package/dist/ui/navigation/sidebar/sd-sidebar-menu.d.ts +22 -0
  261. package/dist/ui/navigation/sidebar/sd-sidebar-menu.d.ts.map +1 -0
  262. package/dist/ui/navigation/sidebar/{sd-sidebar-menu.control.js → sd-sidebar-menu.js} +35 -35
  263. package/dist/ui/navigation/sidebar/sd-sidebar-user.d.ts +16 -0
  264. package/dist/ui/navigation/sidebar/sd-sidebar-user.d.ts.map +1 -0
  265. package/dist/ui/navigation/sidebar/{sd-sidebar-user.control.js → sd-sidebar-user.js} +30 -30
  266. package/dist/ui/navigation/sidebar/sd-sidebar.d.ts +8 -0
  267. package/dist/ui/navigation/sidebar/sd-sidebar.d.ts.map +1 -0
  268. package/dist/ui/navigation/sidebar/{sd-sidebar.control.js → sd-sidebar.js} +8 -8
  269. package/dist/ui/navigation/tab/sd-tab-item.d.ts +10 -0
  270. package/dist/ui/navigation/tab/sd-tab-item.d.ts.map +1 -0
  271. package/dist/ui/navigation/tab/{sd-tab-item.control.js → sd-tab-item.js} +9 -9
  272. package/dist/ui/navigation/tab/sd-tab.d.ts +7 -0
  273. package/dist/ui/navigation/tab/sd-tab.d.ts.map +1 -0
  274. package/dist/ui/navigation/tab/{sd-tab.control.js → sd-tab.js} +5 -5
  275. package/dist/ui/navigation/tab/sd-tabview-item.d.ts +10 -0
  276. package/dist/ui/navigation/tab/sd-tabview-item.d.ts.map +1 -0
  277. package/dist/ui/navigation/tab/{sd-tabview-item.control.js → sd-tabview-item.js} +8 -8
  278. package/dist/ui/navigation/tab/sd-tabview.d.ts +9 -0
  279. package/dist/ui/navigation/tab/sd-tabview.d.ts.map +1 -0
  280. package/dist/ui/navigation/tab/{sd-tabview.control.js → sd-tabview.js} +17 -17
  281. package/dist/ui/navigation/topbar/sd-topbar-container.d.ts +6 -0
  282. package/dist/ui/navigation/topbar/sd-topbar-container.d.ts.map +1 -0
  283. package/dist/ui/navigation/topbar/{sd-topbar-container.control.js → sd-topbar-container.js} +5 -5
  284. package/dist/ui/navigation/topbar/sd-topbar-menu.d.ts +23 -0
  285. package/dist/ui/navigation/topbar/sd-topbar-menu.d.ts.map +1 -0
  286. package/dist/ui/navigation/topbar/{sd-topbar-menu.control.js → sd-topbar-menu.js} +56 -56
  287. package/dist/ui/navigation/topbar/sd-topbar-user.d.ts +13 -0
  288. package/dist/ui/navigation/topbar/sd-topbar-user.d.ts.map +1 -0
  289. package/dist/ui/navigation/topbar/{sd-topbar-user.control.js → sd-topbar-user.js} +27 -27
  290. package/dist/ui/navigation/topbar/{sd-topbar.control.d.ts → sd-topbar.d.ts} +6 -6
  291. package/dist/ui/navigation/topbar/sd-topbar.d.ts.map +1 -0
  292. package/dist/ui/navigation/topbar/{sd-topbar.control.js → sd-topbar.js} +13 -13
  293. package/dist/ui/overlay/busy/sd-busy-container.d.ts +14 -0
  294. package/dist/ui/overlay/busy/sd-busy-container.d.ts.map +1 -0
  295. package/dist/ui/overlay/busy/{sd-busy-container.control.js → sd-busy-container.js} +16 -16
  296. package/dist/ui/overlay/dropdown/sd-dropdown-popup.d.ts +8 -0
  297. package/dist/ui/overlay/dropdown/sd-dropdown-popup.d.ts.map +1 -0
  298. package/dist/ui/overlay/dropdown/{sd-dropdown-popup.control.js → sd-dropdown-popup.js} +9 -9
  299. package/dist/ui/overlay/dropdown/{sd-dropdown.control.d.ts → sd-dropdown.d.ts} +4 -4
  300. package/dist/ui/overlay/dropdown/sd-dropdown.d.ts.map +1 -0
  301. package/dist/ui/overlay/dropdown/{sd-dropdown.control.js → sd-dropdown.js} +12 -12
  302. package/dist/ui/overlay/modal/sd-confirm-modal.d.ts +17 -0
  303. package/dist/ui/overlay/modal/sd-confirm-modal.d.ts.map +1 -0
  304. package/dist/ui/overlay/modal/{sd-confirm-modal.control.js → sd-confirm-modal.js} +11 -11
  305. package/dist/ui/overlay/modal/{sd-modal.control.d.ts → sd-modal.d.ts} +4 -4
  306. package/dist/ui/overlay/modal/sd-modal.d.ts.map +1 -0
  307. package/dist/ui/overlay/modal/{sd-modal.control.js → sd-modal.js} +28 -28
  308. package/dist/ui/overlay/modal/sd-modal.provider.d.ts +8 -8
  309. package/dist/ui/overlay/modal/sd-modal.provider.d.ts.map +1 -1
  310. package/dist/ui/overlay/modal/sd-modal.provider.js +4 -4
  311. package/dist/ui/overlay/modal/sd-prompt-modal.d.ts +19 -0
  312. package/dist/ui/overlay/modal/sd-prompt-modal.d.ts.map +1 -0
  313. package/dist/ui/overlay/modal/{sd-prompt-modal.control.js → sd-prompt-modal.js} +13 -13
  314. package/dist/ui/overlay/toast/sd-toast-container.d.ts +7 -0
  315. package/dist/ui/overlay/toast/sd-toast-container.d.ts.map +1 -0
  316. package/dist/ui/overlay/toast/{sd-toast-container.control.js → sd-toast-container.js} +6 -6
  317. package/dist/ui/overlay/toast/sd-toast.d.ts +14 -0
  318. package/dist/ui/overlay/toast/sd-toast.d.ts.map +1 -0
  319. package/dist/ui/overlay/toast/{sd-toast.control.js → sd-toast.js} +10 -10
  320. package/dist/ui/visual/sd-barcode.d.ts +11 -0
  321. package/dist/ui/visual/sd-barcode.d.ts.map +1 -0
  322. package/dist/ui/visual/{sd-barcode.control.js → sd-barcode.js} +5 -5
  323. package/dist/ui/visual/{sd-calendar.control.d.ts → sd-calendar.d.ts} +5 -5
  324. package/dist/ui/visual/sd-calendar.d.ts.map +1 -0
  325. package/dist/ui/visual/{sd-calendar.control.js → sd-calendar.js} +18 -18
  326. package/dist/ui/visual/sd-echarts.d.ts +13 -0
  327. package/dist/ui/visual/sd-echarts.d.ts.map +1 -0
  328. package/dist/ui/visual/{sd-echarts.control.js → sd-echarts.js} +7 -7
  329. package/dist/ui/visual/sd-label.d.ts +9 -0
  330. package/dist/ui/visual/sd-label.d.ts.map +1 -0
  331. package/dist/ui/visual/{sd-label.control.js → sd-label.js} +6 -6
  332. package/dist/ui/visual/sd-note.d.ts +9 -0
  333. package/dist/ui/visual/sd-note.d.ts.map +1 -0
  334. package/dist/ui/visual/{sd-note.control.js → sd-note.js} +6 -6
  335. package/dist/ui/visual/sd-progress.d.ts +11 -0
  336. package/dist/ui/visual/sd-progress.d.ts.map +1 -0
  337. package/dist/ui/visual/{sd-progress.control.js → sd-progress.js} +6 -6
  338. package/package.json +5 -5
  339. package/src/core/directives/{sd-events.directive.ts → sd-events.ts} +3 -3
  340. package/src/core/directives/{sd-invalid.directive.ts → sd-invalid.ts} +3 -3
  341. package/src/core/directives/{sd-item-of-template.directive.ts → sd-item-of-template.ts} +2 -2
  342. package/src/core/directives/{sd-ripple.directive.ts → sd-ripple.ts} +3 -3
  343. package/src/core/directives/{sd-router-link.directive.ts → sd-router-link.ts} +3 -3
  344. package/src/core/directives/{sd-show-effect.directive.ts → sd-show-effect.ts} +3 -3
  345. package/src/core/directives/{sd-typed-template.directive.ts → sd-typed-template.ts} +2 -2
  346. package/src/core/plugins/events/sd-intersection-event.plugin.ts +2 -2
  347. package/src/core/plugins/events/sd-resize-event.plugin.ts +2 -2
  348. package/src/core/providers/sd-activated-modal.provider.ts +2 -2
  349. package/src/core/providers/sd-app-structure.provider.ts +28 -11
  350. package/src/core/providers/sd-app-structure.types.ts +12 -43
  351. package/src/core/providers/sd-app-structure.utils.ts +29 -140
  352. package/src/core/providers/sd-busy.provider.ts +6 -6
  353. package/src/core/providers/sd-print.provider.ts +11 -11
  354. package/src/core/providers/sd-shared-data.provider.ts +10 -10
  355. package/src/core/providers/sd-toast.provider.ts +22 -22
  356. package/src/core/types/select-modal-output-result.ts +1 -1
  357. package/src/core/utils/{TDirectiveInputSignals.ts → directive-input-signals.ts} +4 -4
  358. package/src/core/utils/{useCurrentPageCodeSignal.ts → injectCurrentPageCodeSignal.ts} +1 -1
  359. package/src/core/utils/{useFullPageCodeSignal.ts → injectFullPageCodeSignal.ts} +1 -1
  360. package/src/core/utils/{useSdSystemConfigResource.ts → injectSdSystemConfigResource.ts} +1 -1
  361. package/src/core/utils/{useViewTitleSignal.ts → injectViewTitleSignal.ts} +10 -6
  362. package/src/core/utils/{useViewTypeSignal.ts → injectViewTypeSignal.ts} +7 -7
  363. package/src/core/utils/useExpandingManager.ts +8 -8
  364. package/src/core/utils/useSortingManager.ts +2 -2
  365. package/src/features/address/sd-address-search.modal.ts +9 -9
  366. package/src/features/base/{sd-base-container.control.ts → sd-base-container.ts} +27 -22
  367. package/src/features/data-view/{useDataSheetExcelManager.ts → injectDataSheetExcelManager.ts} +3 -3
  368. package/src/features/data-view/{useDataSheetInlineEditManager.ts → injectDataSheetInlineEditManager.ts} +3 -3
  369. package/src/features/data-view/{useDataSheetModalEditManager.ts → injectDataSheetModalEditManager.ts} +3 -3
  370. package/src/features/data-view/{useDataSheetRefreshManager.ts → injectDataSheetRefreshManager.ts} +3 -3
  371. package/src/features/data-view/sd-data-detail.base.ts +183 -0
  372. package/src/features/data-view/{sd-data-detail.control.ts → sd-data-detail.ts} +14 -198
  373. package/src/features/data-view/sd-data-select-button.base.ts +104 -0
  374. package/src/features/data-view/sd-data-select-button.ts +105 -0
  375. package/src/features/data-view/{sd-data-sheet-column.directive.ts → sd-data-sheet-column.ts} +2 -2
  376. package/src/features/data-view/sd-data-sheet.base.ts +305 -0
  377. package/src/features/data-view/{sd-data-sheet.control.ts → sd-data-sheet.ts} +19 -323
  378. package/src/features/data-view/sd-data-sheet.types.ts +3 -3
  379. package/src/features/data-view/setupCloserWhenSingleSelectionChange.ts +2 -2
  380. package/src/features/permission-table/{sd-permission-table.control.ts → sd-permission-table.ts} +26 -26
  381. package/src/features/shared-data/{sd-shared-data-select-button.control.ts → sd-shared-data-select-button.ts} +17 -19
  382. package/src/features/shared-data/{sd-shared-data-select-list.control.ts → sd-shared-data-select-list.ts} +21 -21
  383. package/src/features/shared-data/{sd-shared-data-select.control.ts → sd-shared-data-select.ts} +27 -27
  384. package/src/index.ts +139 -141
  385. package/src/ui/data/list/{sd-list-item.control.ts → sd-list-item.ts} +6 -6
  386. package/src/ui/data/list/{sd-list.control.ts → sd-list.ts} +1 -1
  387. package/src/ui/data/sheet/{useSheetColumnResizing.ts → injectSheetColumnResizing.ts} +9 -9
  388. package/src/ui/data/sheet/{useSheetDomAccessor.ts → injectSheetDomAccessor.ts} +1 -1
  389. package/src/ui/data/sheet/{sd-sheet-column.directive.ts → sd-sheet-column.ts} +1 -1
  390. package/src/ui/data/sheet/sd-sheet-config.modal.ts +15 -15
  391. package/src/ui/data/sheet/{sd-sheet.control.ts → sd-sheet.ts} +27 -27
  392. package/src/ui/data/sheet/types.ts +6 -6
  393. package/src/ui/data/sheet/useSheetCellAgent.ts +2 -2
  394. package/src/ui/data/sheet/useSheetCellStyling.ts +10 -10
  395. package/src/ui/data/sheet/useSheetColumnFixing.ts +2 -2
  396. package/src/ui/data/sheet/useSheetLayoutEngine.ts +8 -8
  397. package/src/ui/form/button/{sd-additional-button.control.ts → sd-additional-button.ts} +1 -1
  398. package/src/ui/form/button/{sd-anchor.control.ts → sd-anchor.ts} +1 -1
  399. package/src/ui/form/button/{sd-button.control.ts → sd-button.ts} +4 -4
  400. package/src/ui/form/button/{sd-modal-select-button.control.ts → sd-modal-select-button.ts} +16 -16
  401. package/src/ui/form/checkbox/{sd-checkbox-group-item.control.ts → sd-checkbox-group-item.ts} +6 -6
  402. package/src/ui/form/checkbox/{sd-checkbox-group.control.ts → sd-checkbox-group.ts} +1 -1
  403. package/src/ui/form/checkbox/{sd-checkbox.control.ts → sd-checkbox.ts} +1 -1
  404. package/src/ui/form/checkbox/{sd-switch.control.ts → sd-switch.ts} +1 -1
  405. package/src/ui/form/choice/{sd-state-preset.control.ts → sd-state-preset.ts} +14 -14
  406. package/src/ui/form/editor/{sd-tiptap-editor.control.ts → sd-tiptap-editor.ts} +1 -1
  407. package/src/ui/form/input/sd-date-range.picker.ts +5 -5
  408. package/src/ui/form/input/{sd-numpad.control.ts → sd-numpad.ts} +4 -4
  409. package/src/ui/form/input/{sd-range.control.ts → sd-range.ts} +6 -6
  410. package/src/ui/form/input/{sd-textarea.control.ts → sd-textarea.ts} +1 -1
  411. package/src/ui/form/input/sd-textfield-type-handlers.ts +18 -18
  412. package/src/ui/form/input/{sd-textfield.control.ts → sd-textfield.ts} +8 -8
  413. package/src/ui/form/{sd-form.control.ts → sd-form.ts} +1 -1
  414. package/src/ui/form/select/{sd-select-button.control.ts → sd-select-button.ts} +1 -1
  415. package/src/ui/form/select/{sd-select-item.control.ts → sd-select-item.ts} +7 -7
  416. package/src/ui/form/select/{sd-select.control.ts → sd-select.ts} +21 -21
  417. package/src/ui/layout/dock/{sd-dock-container.control.ts → sd-dock-container.ts} +3 -3
  418. package/src/ui/layout/dock/{sd-dock.control.ts → sd-dock.ts} +5 -5
  419. package/src/ui/layout/kanban/{sd-kanban-board.control.ts → sd-kanban-board.ts} +7 -7
  420. package/src/ui/layout/kanban/{sd-kanban-lane.control.ts → sd-kanban-lane.ts} +12 -12
  421. package/src/ui/layout/kanban/{sd-kanban.control.ts → sd-kanban.ts} +15 -15
  422. package/src/ui/layout/{sd-card.directive.ts → sd-card.ts} +2 -2
  423. package/src/ui/layout/{sd-gap.control.ts → sd-gap.ts} +1 -1
  424. package/src/ui/layout/{sd-pane.directive.ts → sd-pane.ts} +2 -2
  425. package/src/ui/layout/view/{sd-view-item.control.ts → sd-view-item.ts} +3 -3
  426. package/src/ui/layout/view/{sd-view.control.ts → sd-view.ts} +1 -1
  427. package/src/ui/navigation/collapse/{sd-collapse-icon.control.ts → sd-collapse-icon.ts} +1 -1
  428. package/src/ui/navigation/collapse/{sd-collapse.control.ts → sd-collapse.ts} +3 -3
  429. package/src/ui/navigation/menu-utils.ts +5 -5
  430. package/src/ui/navigation/pagination/{sd-pagination.control.ts → sd-pagination.ts} +3 -3
  431. package/src/ui/navigation/sidebar/{sd-sidebar-container.control.ts → sd-sidebar-container.ts} +1 -1
  432. package/src/ui/navigation/sidebar/{sd-sidebar-menu.control.ts → sd-sidebar-menu.ts} +19 -19
  433. package/src/ui/navigation/sidebar/{sd-sidebar-user.control.ts → sd-sidebar-user.ts} +14 -14
  434. package/src/ui/navigation/sidebar/{sd-sidebar.control.ts → sd-sidebar.ts} +4 -4
  435. package/src/ui/navigation/tab/{sd-tab-item.control.ts → sd-tab-item.ts} +3 -3
  436. package/src/ui/navigation/tab/{sd-tab.control.ts → sd-tab.ts} +1 -1
  437. package/src/ui/navigation/tab/{sd-tabview-item.control.ts → sd-tabview-item.ts} +4 -4
  438. package/src/ui/navigation/tab/{sd-tabview.control.ts → sd-tabview.ts} +6 -6
  439. package/src/ui/navigation/topbar/{sd-topbar-container.control.ts → sd-topbar-container.ts} +1 -1
  440. package/src/ui/navigation/topbar/{sd-topbar-menu.control.ts → sd-topbar-menu.ts} +26 -26
  441. package/src/ui/navigation/topbar/{sd-topbar-user.control.ts → sd-topbar-user.ts} +15 -15
  442. package/src/ui/navigation/topbar/{sd-topbar.control.ts → sd-topbar.ts} +6 -6
  443. package/src/ui/overlay/busy/{sd-busy-container.control.ts → sd-busy-container.ts} +3 -3
  444. package/src/ui/overlay/dropdown/{sd-dropdown-popup.control.ts → sd-dropdown-popup.ts} +4 -4
  445. package/src/ui/overlay/dropdown/{sd-dropdown.control.ts → sd-dropdown.ts} +4 -4
  446. package/src/ui/overlay/modal/{sd-confirm-modal.control.ts → sd-confirm-modal.ts} +5 -5
  447. package/src/ui/overlay/modal/sd-modal.provider.ts +18 -18
  448. package/src/ui/overlay/modal/{sd-modal.control.ts → sd-modal.ts} +1 -1
  449. package/src/ui/overlay/modal/{sd-prompt-modal.control.ts → sd-prompt-modal.ts} +6 -6
  450. package/src/ui/overlay/toast/{sd-toast-container.control.ts → sd-toast-container.ts} +1 -1
  451. package/src/ui/overlay/toast/{sd-toast.control.ts → sd-toast.ts} +3 -3
  452. package/src/ui/visual/{sd-barcode.control.ts → sd-barcode.ts} +3 -3
  453. package/src/ui/visual/{sd-calendar.control.ts → sd-calendar.ts} +4 -4
  454. package/src/ui/visual/{sd-echarts.control.ts → sd-echarts.ts} +1 -1
  455. package/src/ui/visual/{sd-label.control.ts → sd-label.ts} +1 -1
  456. package/src/ui/visual/{sd-note.control.ts → sd-note.ts} +1 -1
  457. package/src/ui/visual/{sd-progress.control.ts → sd-progress.ts} +1 -1
  458. package/dist/core/directives/sd-events.directive.d.ts.map +0 -1
  459. package/dist/core/directives/sd-invalid.directive.d.ts +0 -8
  460. package/dist/core/directives/sd-invalid.directive.d.ts.map +0 -1
  461. package/dist/core/directives/sd-item-of-template.directive.d.ts +0 -14
  462. package/dist/core/directives/sd-item-of-template.directive.d.ts.map +0 -1
  463. package/dist/core/directives/sd-ripple.directive.d.ts +0 -8
  464. package/dist/core/directives/sd-ripple.directive.d.ts.map +0 -1
  465. package/dist/core/directives/sd-router-link.directive.d.ts.map +0 -1
  466. package/dist/core/directives/sd-show-effect.directive.d.ts +0 -9
  467. package/dist/core/directives/sd-show-effect.directive.d.ts.map +0 -1
  468. package/dist/core/directives/sd-typed-template.directive.d.ts +0 -8
  469. package/dist/core/directives/sd-typed-template.directive.d.ts.map +0 -1
  470. package/dist/core/utils/TDirectiveInputSignals.d.ts.map +0 -1
  471. package/dist/core/utils/useCurrentPageCodeSignal.d.ts +0 -3
  472. package/dist/core/utils/useCurrentPageCodeSignal.d.ts.map +0 -1
  473. package/dist/core/utils/useFullPageCodeSignal.d.ts +0 -3
  474. package/dist/core/utils/useFullPageCodeSignal.d.ts.map +0 -1
  475. package/dist/core/utils/useSdSystemConfigResource.d.ts.map +0 -1
  476. package/dist/core/utils/useViewTitleSignal.d.ts +0 -3
  477. package/dist/core/utils/useViewTitleSignal.d.ts.map +0 -1
  478. package/dist/core/utils/useViewTypeSignal.d.ts +0 -4
  479. package/dist/core/utils/useViewTypeSignal.d.ts.map +0 -1
  480. package/dist/features/base/sd-base-container.control.d.ts.map +0 -1
  481. package/dist/features/data-view/sd-data-detail.control.d.ts +0 -73
  482. package/dist/features/data-view/sd-data-detail.control.d.ts.map +0 -1
  483. package/dist/features/data-view/sd-data-select-button.control.d.ts +0 -35
  484. package/dist/features/data-view/sd-data-select-button.control.d.ts.map +0 -1
  485. package/dist/features/data-view/sd-data-select-button.control.js +0 -219
  486. package/dist/features/data-view/sd-data-sheet-column.directive.d.ts +0 -8
  487. package/dist/features/data-view/sd-data-sheet-column.directive.d.ts.map +0 -1
  488. package/dist/features/data-view/sd-data-sheet.control.d.ts +0 -120
  489. package/dist/features/data-view/sd-data-sheet.control.d.ts.map +0 -1
  490. package/dist/features/data-view/useDataSheetExcelManager.d.ts.map +0 -1
  491. package/dist/features/data-view/useDataSheetInlineEditManager.d.ts.map +0 -1
  492. package/dist/features/data-view/useDataSheetModalEditManager.d.ts.map +0 -1
  493. package/dist/features/data-view/useDataSheetRefreshManager.d.ts.map +0 -1
  494. package/dist/features/permission-table/sd-permission-table.control.d.ts +0 -32
  495. package/dist/features/permission-table/sd-permission-table.control.d.ts.map +0 -1
  496. package/dist/features/shared-data/sd-shared-data-select-button.control.d.ts +0 -16
  497. package/dist/features/shared-data/sd-shared-data-select-button.control.d.ts.map +0 -1
  498. package/dist/features/shared-data/sd-shared-data-select-list.control.d.ts.map +0 -1
  499. package/dist/features/shared-data/sd-shared-data-select.control.d.ts.map +0 -1
  500. package/dist/ui/data/list/sd-list-item.control.d.ts +0 -20
  501. package/dist/ui/data/list/sd-list-item.control.d.ts.map +0 -1
  502. package/dist/ui/data/list/sd-list.control.d.ts +0 -7
  503. package/dist/ui/data/list/sd-list.control.d.ts.map +0 -1
  504. package/dist/ui/data/sheet/sd-sheet-column.directive.d.ts.map +0 -1
  505. package/dist/ui/data/sheet/sd-sheet.control.d.ts.map +0 -1
  506. package/dist/ui/data/sheet/useSheetColumnResizing.d.ts +0 -17
  507. package/dist/ui/data/sheet/useSheetColumnResizing.d.ts.map +0 -1
  508. package/dist/ui/data/sheet/useSheetDomAccessor.d.ts.map +0 -1
  509. package/dist/ui/form/button/sd-additional-button.control.d.ts +0 -8
  510. package/dist/ui/form/button/sd-additional-button.control.d.ts.map +0 -1
  511. package/dist/ui/form/button/sd-anchor.control.d.ts +0 -8
  512. package/dist/ui/form/button/sd-anchor.control.d.ts.map +0 -1
  513. package/dist/ui/form/button/sd-button.control.d.ts.map +0 -1
  514. package/dist/ui/form/button/sd-modal-select-button.control.d.ts +0 -38
  515. package/dist/ui/form/button/sd-modal-select-button.control.d.ts.map +0 -1
  516. package/dist/ui/form/checkbox/sd-checkbox-group-item.control.d.ts.map +0 -1
  517. package/dist/ui/form/checkbox/sd-checkbox-group.control.d.ts +0 -8
  518. package/dist/ui/form/checkbox/sd-checkbox-group.control.d.ts.map +0 -1
  519. package/dist/ui/form/checkbox/sd-checkbox.control.d.ts +0 -19
  520. package/dist/ui/form/checkbox/sd-checkbox.control.d.ts.map +0 -1
  521. package/dist/ui/form/checkbox/sd-switch.control.d.ts +0 -14
  522. package/dist/ui/form/checkbox/sd-switch.control.d.ts.map +0 -1
  523. package/dist/ui/form/choice/sd-state-preset.control.d.ts.map +0 -1
  524. package/dist/ui/form/editor/sd-tiptap-editor.control.d.ts.map +0 -1
  525. package/dist/ui/form/input/sd-numpad.control.d.ts.map +0 -1
  526. package/dist/ui/form/input/sd-range.control.d.ts +0 -13
  527. package/dist/ui/form/input/sd-range.control.d.ts.map +0 -1
  528. package/dist/ui/form/input/sd-textarea.control.d.ts +0 -23
  529. package/dist/ui/form/input/sd-textarea.control.d.ts.map +0 -1
  530. package/dist/ui/form/input/sd-textfield.control.d.ts +0 -39
  531. package/dist/ui/form/input/sd-textfield.control.d.ts.map +0 -1
  532. package/dist/ui/form/sd-form.control.d.ts.map +0 -1
  533. package/dist/ui/form/select/sd-select-button.control.d.ts +0 -7
  534. package/dist/ui/form/select/sd-select-button.control.d.ts.map +0 -1
  535. package/dist/ui/form/select/sd-select-item.control.d.ts +0 -18
  536. package/dist/ui/form/select/sd-select-item.control.d.ts.map +0 -1
  537. package/dist/ui/form/select/sd-select.control.d.ts.map +0 -1
  538. package/dist/ui/layout/dock/sd-dock-container.control.d.ts +0 -12
  539. package/dist/ui/layout/dock/sd-dock-container.control.d.ts.map +0 -1
  540. package/dist/ui/layout/dock/sd-dock.control.d.ts +0 -19
  541. package/dist/ui/layout/dock/sd-dock.control.d.ts.map +0 -1
  542. package/dist/ui/layout/kanban/sd-kanban-board.control.d.ts +0 -24
  543. package/dist/ui/layout/kanban/sd-kanban-board.control.d.ts.map +0 -1
  544. package/dist/ui/layout/kanban/sd-kanban-lane.control.d.ts.map +0 -1
  545. package/dist/ui/layout/kanban/sd-kanban.control.d.ts.map +0 -1
  546. package/dist/ui/layout/sd-card.directive.d.ts +0 -6
  547. package/dist/ui/layout/sd-card.directive.d.ts.map +0 -1
  548. package/dist/ui/layout/sd-gap.control.d.ts +0 -12
  549. package/dist/ui/layout/sd-gap.control.d.ts.map +0 -1
  550. package/dist/ui/layout/sd-pane.directive.d.ts +0 -6
  551. package/dist/ui/layout/sd-pane.directive.d.ts.map +0 -1
  552. package/dist/ui/layout/view/sd-view-item.control.d.ts +0 -9
  553. package/dist/ui/layout/view/sd-view-item.control.d.ts.map +0 -1
  554. package/dist/ui/layout/view/sd-view.control.d.ts +0 -8
  555. package/dist/ui/layout/view/sd-view.control.d.ts.map +0 -1
  556. package/dist/ui/navigation/collapse/sd-collapse-icon.control.d.ts +0 -13
  557. package/dist/ui/navigation/collapse/sd-collapse-icon.control.d.ts.map +0 -1
  558. package/dist/ui/navigation/collapse/sd-collapse.control.d.ts +0 -14
  559. package/dist/ui/navigation/collapse/sd-collapse.control.d.ts.map +0 -1
  560. package/dist/ui/navigation/pagination/sd-pagination.control.d.ts.map +0 -1
  561. package/dist/ui/navigation/sidebar/sd-sidebar-container.control.d.ts.map +0 -1
  562. package/dist/ui/navigation/sidebar/sd-sidebar-menu.control.d.ts +0 -22
  563. package/dist/ui/navigation/sidebar/sd-sidebar-menu.control.d.ts.map +0 -1
  564. package/dist/ui/navigation/sidebar/sd-sidebar-user.control.d.ts +0 -16
  565. package/dist/ui/navigation/sidebar/sd-sidebar-user.control.d.ts.map +0 -1
  566. package/dist/ui/navigation/sidebar/sd-sidebar.control.d.ts +0 -8
  567. package/dist/ui/navigation/sidebar/sd-sidebar.control.d.ts.map +0 -1
  568. package/dist/ui/navigation/tab/sd-tab-item.control.d.ts +0 -10
  569. package/dist/ui/navigation/tab/sd-tab-item.control.d.ts.map +0 -1
  570. package/dist/ui/navigation/tab/sd-tab.control.d.ts +0 -7
  571. package/dist/ui/navigation/tab/sd-tab.control.d.ts.map +0 -1
  572. package/dist/ui/navigation/tab/sd-tabview-item.control.d.ts +0 -10
  573. package/dist/ui/navigation/tab/sd-tabview-item.control.d.ts.map +0 -1
  574. package/dist/ui/navigation/tab/sd-tabview.control.d.ts +0 -9
  575. package/dist/ui/navigation/tab/sd-tabview.control.d.ts.map +0 -1
  576. package/dist/ui/navigation/topbar/sd-topbar-container.control.d.ts +0 -6
  577. package/dist/ui/navigation/topbar/sd-topbar-container.control.d.ts.map +0 -1
  578. package/dist/ui/navigation/topbar/sd-topbar-menu.control.d.ts +0 -23
  579. package/dist/ui/navigation/topbar/sd-topbar-menu.control.d.ts.map +0 -1
  580. package/dist/ui/navigation/topbar/sd-topbar-user.control.d.ts +0 -13
  581. package/dist/ui/navigation/topbar/sd-topbar-user.control.d.ts.map +0 -1
  582. package/dist/ui/navigation/topbar/sd-topbar.control.d.ts.map +0 -1
  583. package/dist/ui/overlay/busy/sd-busy-container.control.d.ts +0 -14
  584. package/dist/ui/overlay/busy/sd-busy-container.control.d.ts.map +0 -1
  585. package/dist/ui/overlay/dropdown/sd-dropdown-popup.control.d.ts +0 -8
  586. package/dist/ui/overlay/dropdown/sd-dropdown-popup.control.d.ts.map +0 -1
  587. package/dist/ui/overlay/dropdown/sd-dropdown.control.d.ts.map +0 -1
  588. package/dist/ui/overlay/modal/sd-confirm-modal.control.d.ts +0 -17
  589. package/dist/ui/overlay/modal/sd-confirm-modal.control.d.ts.map +0 -1
  590. package/dist/ui/overlay/modal/sd-modal.control.d.ts.map +0 -1
  591. package/dist/ui/overlay/modal/sd-prompt-modal.control.d.ts +0 -19
  592. package/dist/ui/overlay/modal/sd-prompt-modal.control.d.ts.map +0 -1
  593. package/dist/ui/overlay/toast/sd-toast-container.control.d.ts +0 -7
  594. package/dist/ui/overlay/toast/sd-toast-container.control.d.ts.map +0 -1
  595. package/dist/ui/overlay/toast/sd-toast.control.d.ts +0 -14
  596. package/dist/ui/overlay/toast/sd-toast.control.d.ts.map +0 -1
  597. package/dist/ui/visual/sd-barcode.control.d.ts +0 -11
  598. package/dist/ui/visual/sd-barcode.control.d.ts.map +0 -1
  599. package/dist/ui/visual/sd-calendar.control.d.ts.map +0 -1
  600. package/dist/ui/visual/sd-echarts.control.d.ts +0 -13
  601. package/dist/ui/visual/sd-echarts.control.d.ts.map +0 -1
  602. package/dist/ui/visual/sd-label.control.d.ts +0 -9
  603. package/dist/ui/visual/sd-label.control.d.ts.map +0 -1
  604. package/dist/ui/visual/sd-note.control.d.ts +0 -9
  605. package/dist/ui/visual/sd-note.control.d.ts.map +0 -1
  606. package/dist/ui/visual/sd-progress.control.d.ts +0 -11
  607. package/dist/ui/visual/sd-progress.control.d.ts.map +0 -1
  608. package/src/features/data-view/sd-data-select-button.control.ts +0 -210
  609. /package/dist/core/utils/{TDirectiveInputSignals.js → directive-input-signals.js} +0 -0
@@ -1,20 +1,20 @@
1
1
  import { booleanAttribute, ChangeDetectionStrategy, Component, computed, contentChildren, inject, input, model, output, ViewEncapsulation, } from "@angular/core";
2
2
  import { NgTemplateOutlet } from "@angular/common";
3
- import { SdSheetColumnDirective } from "./sd-sheet-column.directive";
4
- import { SdCheckboxControl } from "../../form/checkbox/sd-checkbox.control";
3
+ import { SdSheetColumn } from "./sd-sheet-column";
4
+ import { SdCheckbox } from "../../form/checkbox/sd-checkbox";
5
5
  import { NgIcon } from "@ng-icons/core";
6
6
  import { tablerArrowUp, tablerArrowDown, tablerChevronRight, tablerChevronDown, tablerChevronsRight, tablerChevronsDown, tablerSettings, } from "@ng-icons/tabler-icons";
7
7
  import { useSheetLayoutEngine } from "./useSheetLayoutEngine";
8
8
  import { useSheetColumnFixing } from "./useSheetColumnFixing";
9
9
  import { useSelectionManager } from "../../../core/utils/useSelectionManager";
10
10
  import { useSortingManager } from "../../../core/utils/useSortingManager";
11
- import { SdPaginationControl } from "../../navigation/pagination/sd-pagination.control";
12
- import { SdAnchorControl } from "../../form/button/sd-anchor.control";
13
- import { SdButtonControl } from "../../form/button/sd-button.control";
14
- import { useSdSystemConfigResource } from "../../../core/utils/useSdSystemConfigResource";
15
- import { useSheetDomAccessor } from "./useSheetDomAccessor";
11
+ import { SdPagination } from "../../navigation/pagination/sd-pagination";
12
+ import { SdAnchor } from "../../form/button/sd-anchor";
13
+ import { SdButton } from "../../form/button/sd-button";
14
+ import { injectSdSystemConfigResource } from "../../../core/utils/injectSdSystemConfigResource";
15
+ import { injectSheetDomAccessor } from "./injectSheetDomAccessor";
16
16
  import { useSheetCellAgent } from "./useSheetCellAgent";
17
- import { useSheetColumnResizing } from "./useSheetColumnResizing";
17
+ import { injectSheetColumnResizing } from "./injectSheetColumnResizing";
18
18
  import { useSheetDisplayPipeline } from "./useSheetDisplayPipeline";
19
19
  import { useSheetCellStyling } from "./useSheetCellStyling";
20
20
  import { SdModalProvider } from "../../overlay/modal/sd-modal.provider";
@@ -24,10 +24,10 @@ const _c0 = (a0, a1) => ({ r: a0, c: a1 });
24
24
  const _c1 = (a0, a1, a2, a3, a4) => ({ $implicit: a0, item: a1, index: a2, depth: a3, edit: a4 });
25
25
  function _forTrack0($index, $item) { return this.trackByFn() ? this.trackByFn()($item, $index) : $index; }
26
26
  const _forTrack1 = ($index, $item) => $item.key;
27
- function SdSheetControl_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
27
+ function SdSheet_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
28
28
  const _r1 = i0.ɵɵgetCurrentView();
29
29
  i0.ɵɵelementStart(0, "sd-button", 5);
30
- i0.ɵɵlistener("click", function SdSheetControl_Conditional_0_Conditional_1_Template_sd_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onConfigButtonClick()); });
30
+ i0.ɵɵlistener("click", function SdSheet_Conditional_0_Conditional_1_Template_sd_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onConfigButtonClick()); });
31
31
  i0.ɵɵelement(1, "ng-icon", 6);
32
32
  i0.ɵɵelementEnd();
33
33
  } if (rf & 2) {
@@ -35,20 +35,20 @@ function SdSheetControl_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf &
35
35
  i0.ɵɵadvance();
36
36
  i0.ɵɵproperty("svg", ctx_r1.icons.tablerSettings);
37
37
  } }
38
- function SdSheetControl_Conditional_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
38
+ function SdSheet_Conditional_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
39
39
  const _r3 = i0.ɵɵgetCurrentView();
40
40
  i0.ɵɵelementStart(0, "sd-pagination", 7);
41
- i0.ɵɵtwoWayListener("currentPageChange", function SdSheetControl_Conditional_0_Conditional_2_Template_sd_pagination_currentPageChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.currentPage, $event) || (ctx_r1.currentPage = $event); return i0.ɵɵresetView($event); });
41
+ i0.ɵɵtwoWayListener("currentPageChange", function SdSheet_Conditional_0_Conditional_2_Template_sd_pagination_currentPageChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.currentPage, $event) || (ctx_r1.currentPage = $event); return i0.ɵɵresetView($event); });
42
42
  i0.ɵɵelementEnd();
43
43
  } if (rf & 2) {
44
44
  const ctx_r1 = i0.ɵɵnextContext(2);
45
45
  i0.ɵɵtwoWayProperty("currentPage", ctx_r1.currentPage);
46
46
  i0.ɵɵproperty("totalPageCount", ctx_r1.effectivePageCount())("visiblePageCount", ctx_r1.visiblePageCount());
47
47
  } }
48
- function SdSheetControl_Conditional_0_Template(rf, ctx) { if (rf & 1) {
48
+ function SdSheet_Conditional_0_Template(rf, ctx) { if (rf & 1) {
49
49
  i0.ɵɵelementStart(0, "div", 0);
50
- i0.ɵɵconditionalCreate(1, SdSheetControl_Conditional_0_Conditional_1_Template, 2, 1, "sd-button");
51
- i0.ɵɵconditionalCreate(2, SdSheetControl_Conditional_0_Conditional_2_Template, 1, 3, "sd-pagination", 4);
50
+ i0.ɵɵconditionalCreate(1, SdSheet_Conditional_0_Conditional_1_Template, 2, 1, "sd-button");
51
+ i0.ɵɵconditionalCreate(2, SdSheet_Conditional_0_Conditional_2_Template, 1, 3, "sd-pagination", 4);
52
52
  i0.ɵɵelementEnd();
53
53
  } if (rf & 2) {
54
54
  const ctx_r1 = i0.ɵɵnextContext();
@@ -57,10 +57,10 @@ function SdSheetControl_Conditional_0_Template(rf, ctx) { if (rf & 1) {
57
57
  i0.ɵɵadvance();
58
58
  i0.ɵɵconditional(ctx_r1.effectivePageCount() > 1 ? 2 : -1);
59
59
  } }
60
- function SdSheetControl_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60
+ function SdSheet_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
61
61
  const _r4 = i0.ɵɵgetCurrentView();
62
62
  i0.ɵɵelementStart(0, "th", 8)(1, "sd-anchor", 5);
63
- i0.ɵɵlistener("click", function SdSheetControl_For_5_Conditional_1_Template_sd_anchor_click_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.expanding.toggleAll()); });
63
+ i0.ɵɵlistener("click", function SdSheet_For_5_Conditional_1_Template_sd_anchor_click_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.expanding.toggleAll()); });
64
64
  i0.ɵɵelement(2, "ng-icon", 6);
65
65
  i0.ɵɵelementEnd()();
66
66
  } if (rf & 2) {
@@ -69,18 +69,18 @@ function SdSheetControl_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
69
69
  i0.ɵɵadvance(2);
70
70
  i0.ɵɵproperty("svg", ctx_r1.expanding.isAllExpanded() ? ctx_r1.icons.tablerChevronsDown : ctx_r1.icons.tablerChevronsRight);
71
71
  } }
72
- function SdSheetControl_For_5_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
72
+ function SdSheet_For_5_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
73
73
  const _r5 = i0.ɵɵgetCurrentView();
74
74
  i0.ɵɵelementStart(0, "sd-checkbox", 12);
75
- i0.ɵɵlistener("click", function SdSheetControl_For_5_Conditional_2_Conditional_1_Template_sd_checkbox_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.selection.toggleAll()); });
75
+ i0.ɵɵlistener("click", function SdSheet_For_5_Conditional_2_Conditional_1_Template_sd_checkbox_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.selection.toggleAll()); });
76
76
  i0.ɵɵelementEnd();
77
77
  } if (rf & 2) {
78
78
  const ctx_r1 = i0.ɵɵnextContext(3);
79
79
  i0.ɵɵproperty("value", ctx_r1.selection.isAllSelected())("inline", true)("inset", true);
80
80
  } }
81
- function SdSheetControl_For_5_Conditional_2_Template(rf, ctx) { if (rf & 1) {
81
+ function SdSheet_For_5_Conditional_2_Template(rf, ctx) { if (rf & 1) {
82
82
  i0.ɵɵelementStart(0, "th", 9);
83
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_5_Conditional_2_Conditional_1_Template, 1, 3, "sd-checkbox", 11);
83
+ i0.ɵɵconditionalCreate(1, SdSheet_For_5_Conditional_2_Conditional_1_Template, 1, 3, "sd-checkbox", 11);
84
84
  i0.ɵɵelementEnd();
85
85
  } if (rf & 2) {
86
86
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -88,7 +88,7 @@ function SdSheetControl_For_5_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88
88
  i0.ɵɵadvance();
89
89
  i0.ɵɵconditional(ctx_r1.selectMode() === "multi" ? 1 : -1);
90
90
  } }
91
- function SdSheetControl_For_5_For_4_Conditional_3_Conditional_1_Template(rf, ctx) { if (rf & 1) {
91
+ function SdSheet_For_5_For_4_Conditional_3_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92
92
  i0.ɵɵelementStart(0, "span", 15);
93
93
  i0.ɵɵtext(1);
94
94
  i0.ɵɵelementEnd();
@@ -97,9 +97,9 @@ function SdSheetControl_For_5_For_4_Conditional_3_Conditional_1_Template(rf, ctx
97
97
  i0.ɵɵadvance();
98
98
  i0.ɵɵtextInterpolate(sortDef_r8.indexText);
99
99
  } }
100
- function SdSheetControl_For_5_For_4_Conditional_3_Template(rf, ctx) { if (rf & 1) {
100
+ function SdSheet_For_5_For_4_Conditional_3_Template(rf, ctx) { if (rf & 1) {
101
101
  i0.ɵɵelement(0, "ng-icon", 14);
102
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_5_For_4_Conditional_3_Conditional_1_Template, 2, 1, "span", 15);
102
+ i0.ɵɵconditionalCreate(1, SdSheet_For_5_For_4_Conditional_3_Conditional_1_Template, 2, 1, "span", 15);
103
103
  } if (rf & 2) {
104
104
  const sortDef_r8 = ctx;
105
105
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -107,21 +107,21 @@ function SdSheetControl_For_5_For_4_Conditional_3_Template(rf, ctx) { if (rf & 1
107
107
  i0.ɵɵadvance();
108
108
  i0.ɵɵconditional(sortDef_r8.indexText ? 1 : -1);
109
109
  } }
110
- function SdSheetControl_For_5_For_4_Conditional_4_Template(rf, ctx) { if (rf & 1) {
110
+ function SdSheet_For_5_For_4_Conditional_4_Template(rf, ctx) { if (rf & 1) {
111
111
  const _r9 = i0.ɵɵgetCurrentView();
112
112
  i0.ɵɵelementStart(0, "div", 16);
113
- i0.ɵɵlistener("mousedown", function SdSheetControl_For_5_For_4_Conditional_4_Template_div_mousedown_0_listener($event) { i0.ɵɵrestoreView(_r9); const cell_r7 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onResizerMousedown($event, cell_r7.colDef)); })("dblclick", function SdSheetControl_For_5_For_4_Conditional_4_Template_div_dblclick_0_listener($event) { i0.ɵɵrestoreView(_r9); const cell_r7 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onResizerDblClick($event, cell_r7.colDef)); });
113
+ i0.ɵɵlistener("mousedown", function SdSheet_For_5_For_4_Conditional_4_Template_div_mousedown_0_listener($event) { i0.ɵɵrestoreView(_r9); const cell_r7 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onResizerMousedown($event, cell_r7.colDef)); })("dblclick", function SdSheet_For_5_For_4_Conditional_4_Template_div_dblclick_0_listener($event) { i0.ɵɵrestoreView(_r9); const cell_r7 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onResizerDblClick($event, cell_r7.colDef)); });
114
114
  i0.ɵɵelementEnd();
115
115
  } }
116
- function SdSheetControl_For_5_For_4_Template(rf, ctx) { if (rf & 1) {
116
+ function SdSheet_For_5_For_4_Template(rf, ctx) { if (rf & 1) {
117
117
  const _r6 = i0.ɵɵgetCurrentView();
118
118
  i0.ɵɵelementStart(0, "th", 5);
119
- i0.ɵɵlistener("click", function SdSheetControl_For_5_For_4_Template_th_click_0_listener($event) { const cell_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onHeaderClick($event, cell_r7)); });
119
+ i0.ɵɵlistener("click", function SdSheet_For_5_For_4_Template_th_click_0_listener($event) { const cell_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onHeaderClick($event, cell_r7)); });
120
120
  i0.ɵɵelementStart(1, "span");
121
121
  i0.ɵɵtext(2);
122
122
  i0.ɵɵelementEnd();
123
- i0.ɵɵconditionalCreate(3, SdSheetControl_For_5_For_4_Conditional_3_Template, 2, 2);
124
- i0.ɵɵconditionalCreate(4, SdSheetControl_For_5_For_4_Conditional_4_Template, 1, 0, "div", 13);
123
+ i0.ɵɵconditionalCreate(3, SdSheet_For_5_For_4_Conditional_3_Template, 2, 2);
124
+ i0.ɵɵconditionalCreate(4, SdSheet_For_5_For_4_Conditional_4_Template, 1, 0, "div", 13);
125
125
  i0.ɵɵelementEnd();
126
126
  } if (rf & 2) {
127
127
  let tmp_26_0;
@@ -136,11 +136,11 @@ function SdSheetControl_For_5_For_4_Template(rf, ctx) { if (rf & 1) {
136
136
  i0.ɵɵadvance();
137
137
  i0.ɵɵconditional(cell_r7.isLastRow && cell_r7.colDef && !cell_r7.colDef.disableResizing ? 4 : -1);
138
138
  } }
139
- function SdSheetControl_For_5_Template(rf, ctx) { if (rf & 1) {
139
+ function SdSheet_For_5_Template(rf, ctx) { if (rf & 1) {
140
140
  i0.ɵɵelementStart(0, "tr");
141
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_5_Conditional_1_Template, 3, 2, "th", 8);
142
- i0.ɵɵconditionalCreate(2, SdSheetControl_For_5_Conditional_2_Template, 2, 2, "th", 9);
143
- i0.ɵɵrepeaterCreate(3, SdSheetControl_For_5_For_4_Template, 5, 8, "th", 10, i0.ɵɵrepeaterTrackByIndex);
141
+ i0.ɵɵconditionalCreate(1, SdSheet_For_5_Conditional_1_Template, 3, 2, "th", 8);
142
+ i0.ɵɵconditionalCreate(2, SdSheet_For_5_Conditional_2_Template, 2, 2, "th", 9);
143
+ i0.ɵɵrepeaterCreate(3, SdSheet_For_5_For_4_Template, 5, 8, "th", 10, i0.ɵɵrepeaterTrackByIndex);
144
144
  i0.ɵɵelementEnd();
145
145
  } if (rf & 2) {
146
146
  const row_r10 = ctx.$implicit;
@@ -153,10 +153,10 @@ function SdSheetControl_For_5_Template(rf, ctx) { if (rf & 1) {
153
153
  i0.ɵɵadvance();
154
154
  i0.ɵɵrepeater(row_r10);
155
155
  } }
156
- function SdSheetControl_For_8_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
156
+ function SdSheet_For_8_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
157
157
  const _r14 = i0.ɵɵgetCurrentView();
158
158
  i0.ɵɵelementStart(0, "sd-anchor", 5);
159
- i0.ɵɵlistener("click", function SdSheetControl_For_8_Conditional_1_Conditional_1_Template_sd_anchor_click_0_listener($event) { i0.ɵɵrestoreView(_r14); const item_r13 = i0.ɵɵnextContext(2).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onExpandClick($event, item_r13)); });
159
+ i0.ɵɵlistener("click", function SdSheet_For_8_Conditional_1_Conditional_1_Template_sd_anchor_click_0_listener($event) { i0.ɵɵrestoreView(_r14); const item_r13 = i0.ɵɵnextContext(2).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onExpandClick($event, item_r13)); });
160
160
  i0.ɵɵelement(1, "ng-icon", 6);
161
161
  i0.ɵɵelementEnd();
162
162
  } if (rf & 2) {
@@ -165,9 +165,9 @@ function SdSheetControl_For_8_Conditional_1_Conditional_1_Template(rf, ctx) { if
165
165
  i0.ɵɵadvance();
166
166
  i0.ɵɵproperty("svg", ctx_r1.isExpanded(item_r13) ? ctx_r1.icons.tablerChevronDown : ctx_r1.icons.tablerChevronRight);
167
167
  } }
168
- function SdSheetControl_For_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
168
+ function SdSheet_For_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
169
169
  i0.ɵɵelementStart(0, "td", 8);
170
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_8_Conditional_1_Conditional_1_Template, 2, 1, "sd-anchor");
170
+ i0.ɵɵconditionalCreate(1, SdSheet_For_8_Conditional_1_Conditional_1_Template, 2, 1, "sd-anchor");
171
171
  i0.ɵɵelementEnd();
172
172
  } if (rf & 2) {
173
173
  const item_r13 = i0.ɵɵnextContext().$implicit;
@@ -175,10 +175,10 @@ function SdSheetControl_For_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
175
175
  i0.ɵɵadvance();
176
176
  i0.ɵɵconditional(ctx_r1.getItemDef(item_r13).hasChildren ? 1 : -1);
177
177
  } }
178
- function SdSheetControl_For_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
178
+ function SdSheet_For_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
179
179
  const _r15 = i0.ɵɵgetCurrentView();
180
180
  i0.ɵɵelementStart(0, "td", 9)(1, "sd-checkbox", 19);
181
- i0.ɵɵlistener("click", function SdSheetControl_For_8_Conditional_2_Template_sd_checkbox_click_1_listener($event) { i0.ɵɵrestoreView(_r15); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onSelectCheckboxClick($event, item_r13)); });
181
+ i0.ɵɵlistener("click", function SdSheet_For_8_Conditional_2_Template_sd_checkbox_click_1_listener($event) { i0.ɵɵrestoreView(_r15); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onSelectCheckboxClick($event, item_r13)); });
182
182
  i0.ɵɵelementEnd()();
183
183
  } if (rf & 2) {
184
184
  const item_r13 = i0.ɵɵnextContext().$implicit;
@@ -187,9 +187,9 @@ function SdSheetControl_For_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
187
187
  i0.ɵɵproperty("value", ctx_r1.selection.isSelected(item_r13))("canChangeFn", ctx_r1.selection.getCanChangeFn(item_r13))("inline", true)("inset", true);
188
188
  i0.ɵɵattribute("title", ctx_r1.getSelectableTooltip(item_r13));
189
189
  } }
190
- function SdSheetControl_For_8_For_4_Conditional_1_ng_template_0_Template(rf, ctx) { }
191
- function SdSheetControl_For_8_For_4_Conditional_1_Template(rf, ctx) { if (rf & 1) {
192
- i0.ɵɵtemplate(0, SdSheetControl_For_8_For_4_Conditional_1_ng_template_0_Template, 0, 0, "ng-template", 21);
190
+ function SdSheet_For_8_For_4_Conditional_1_ng_template_0_Template(rf, ctx) { }
191
+ function SdSheet_For_8_For_4_Conditional_1_Template(rf, ctx) { if (rf & 1) {
192
+ i0.ɵɵtemplate(0, SdSheet_For_8_For_4_Conditional_1_ng_template_0_Template, 0, 0, "ng-template", 21);
193
193
  } if (rf & 2) {
194
194
  const ɵ$index_68_r18 = i0.ɵɵnextContext().$index;
195
195
  const ctx_r18 = i0.ɵɵnextContext();
@@ -198,11 +198,11 @@ function SdSheetControl_For_8_For_4_Conditional_1_Template(rf, ctx) { if (rf & 1
198
198
  const ctx_r1 = i0.ɵɵnextContext();
199
199
  i0.ɵɵproperty("ngTemplateOutlet", ctx)("ngTemplateOutletContext", i0.ɵɵpureFunction5(5, _c1, item_r13, item_r13, ɵ$index_52_r20, ctx_r1.getChildrenFn() !== undefined ? ctx_r1.getItemDef(item_r13).depth : 0, ctx_r1.cellAgent.isCellEditMode(i0.ɵɵpureFunction2(2, _c0, ɵ$index_52_r20, ɵ$index_68_r18))));
200
200
  } }
201
- function SdSheetControl_For_8_For_4_Template(rf, ctx) { if (rf & 1) {
201
+ function SdSheet_For_8_For_4_Template(rf, ctx) { if (rf & 1) {
202
202
  const _r16 = i0.ɵɵgetCurrentView();
203
203
  i0.ɵɵelementStart(0, "td", 20);
204
- i0.ɵɵlistener("click", function SdSheetControl_For_8_For_4_Template_td_click_0_listener($event) { i0.ɵɵrestoreView(_r16); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellClick($event, item_r13)); })("focus", function SdSheetControl_For_8_For_4_Template_td_focus_0_listener() { i0.ɵɵrestoreView(_r16); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellFocus(item_r13)); })("keydown", function SdSheetControl_For_8_For_4_Template_td_keydown_0_listener($event) { const colDef_r17 = i0.ɵɵrestoreView(_r16).$implicit; const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellKeydown($event, item_r13, colDef_r17.key)); });
205
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_8_For_4_Conditional_1_Template, 1, 11, null, 21);
204
+ i0.ɵɵlistener("click", function SdSheet_For_8_For_4_Template_td_click_0_listener($event) { i0.ɵɵrestoreView(_r16); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellClick($event, item_r13)); })("focus", function SdSheet_For_8_For_4_Template_td_focus_0_listener() { i0.ɵɵrestoreView(_r16); const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellFocus(item_r13)); })("keydown", function SdSheet_For_8_For_4_Template_td_keydown_0_listener($event) { const colDef_r17 = i0.ɵɵrestoreView(_r16).$implicit; const item_r13 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onCellKeydown($event, item_r13, colDef_r17.key)); });
205
+ i0.ɵɵconditionalCreate(1, SdSheet_For_8_For_4_Conditional_1_Template, 1, 11, null, 21);
206
206
  i0.ɵɵelementEnd();
207
207
  } if (rf & 2) {
208
208
  let tmp_26_0;
@@ -218,13 +218,13 @@ function SdSheetControl_For_8_For_4_Template(rf, ctx) { if (rf & 1) {
218
218
  i0.ɵɵadvance();
219
219
  i0.ɵɵconditional((tmp_26_0 = ctx_r1.getColumnCellTpl(colDef_r17.key)) ? 1 : -1, tmp_26_0);
220
220
  } }
221
- function SdSheetControl_For_8_Template(rf, ctx) { if (rf & 1) {
221
+ function SdSheet_For_8_Template(rf, ctx) { if (rf & 1) {
222
222
  const _r12 = i0.ɵɵgetCurrentView();
223
223
  i0.ɵɵelementStart(0, "tr", 17);
224
- i0.ɵɵlistener("click", function SdSheetControl_For_8_Template_tr_click_0_listener() { const item_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onRowClick(item_r13)); })("keydown", function SdSheetControl_For_8_Template_tr_keydown_0_listener($event) { const item_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onItemKeydown($event, item_r13)); });
225
- i0.ɵɵconditionalCreate(1, SdSheetControl_For_8_Conditional_1_Template, 2, 1, "td", 8);
226
- i0.ɵɵconditionalCreate(2, SdSheetControl_For_8_Conditional_2_Template, 2, 5, "td", 9);
227
- i0.ɵɵrepeaterCreate(3, SdSheetControl_For_8_For_4_Template, 2, 7, "td", 18, _forTrack1);
224
+ i0.ɵɵlistener("click", function SdSheet_For_8_Template_tr_click_0_listener() { const item_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onRowClick(item_r13)); })("keydown", function SdSheet_For_8_Template_tr_keydown_0_listener($event) { const item_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onItemKeydown($event, item_r13)); });
225
+ i0.ɵɵconditionalCreate(1, SdSheet_For_8_Conditional_1_Template, 2, 1, "td", 8);
226
+ i0.ɵɵconditionalCreate(2, SdSheet_For_8_Conditional_2_Template, 2, 5, "td", 9);
227
+ i0.ɵɵrepeaterCreate(3, SdSheet_For_8_For_4_Template, 2, 7, "td", 18, _forTrack1);
228
228
  i0.ɵɵelementEnd();
229
229
  } if (rf & 2) {
230
230
  const item_r13 = ctx.$implicit;
@@ -238,21 +238,21 @@ function SdSheetControl_For_8_Template(rf, ctx) { if (rf & 1) {
238
238
  i0.ɵɵadvance();
239
239
  i0.ɵɵrepeater(ctx_r1.layout.columnDefs());
240
240
  } }
241
- function SdSheetControl_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
241
+ function SdSheet_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
242
242
  i0.ɵɵelement(0, "td", 8);
243
243
  } }
244
- function SdSheetControl_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
244
+ function SdSheet_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
245
245
  i0.ɵɵelement(0, "td", 9);
246
246
  } }
247
- function SdSheetControl_Conditional_9_For_5_Conditional_1_ng_template_0_Template(rf, ctx) { }
248
- function SdSheetControl_Conditional_9_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
249
- i0.ɵɵtemplate(0, SdSheetControl_Conditional_9_For_5_Conditional_1_ng_template_0_Template, 0, 0, "ng-template", 22);
247
+ function SdSheet_Conditional_9_For_5_Conditional_1_ng_template_0_Template(rf, ctx) { }
248
+ function SdSheet_Conditional_9_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
249
+ i0.ɵɵtemplate(0, SdSheet_Conditional_9_For_5_Conditional_1_ng_template_0_Template, 0, 0, "ng-template", 22);
250
250
  } if (rf & 2) {
251
251
  i0.ɵɵproperty("ngTemplateOutlet", ctx);
252
252
  } }
253
- function SdSheetControl_Conditional_9_For_5_Template(rf, ctx) { if (rf & 1) {
253
+ function SdSheet_Conditional_9_For_5_Template(rf, ctx) { if (rf & 1) {
254
254
  i0.ɵɵelementStart(0, "td");
255
- i0.ɵɵconditionalCreate(1, SdSheetControl_Conditional_9_For_5_Conditional_1_Template, 1, 1, null, 22);
255
+ i0.ɵɵconditionalCreate(1, SdSheet_Conditional_9_For_5_Conditional_1_Template, 1, 1, null, 22);
256
256
  i0.ɵɵelementEnd();
257
257
  } if (rf & 2) {
258
258
  let tmp_12_0;
@@ -262,11 +262,11 @@ function SdSheetControl_Conditional_9_For_5_Template(rf, ctx) { if (rf & 1) {
262
262
  i0.ɵɵadvance();
263
263
  i0.ɵɵconditional((tmp_12_0 = ctx_r1.getColumnSummaryTpl(colDef_r21.key)) ? 1 : -1, tmp_12_0);
264
264
  } }
265
- function SdSheetControl_Conditional_9_Template(rf, ctx) { if (rf & 1) {
265
+ function SdSheet_Conditional_9_Template(rf, ctx) { if (rf & 1) {
266
266
  i0.ɵɵelementStart(0, "tfoot")(1, "tr");
267
- i0.ɵɵconditionalCreate(2, SdSheetControl_Conditional_9_Conditional_2_Template, 1, 0, "td", 8);
268
- i0.ɵɵconditionalCreate(3, SdSheetControl_Conditional_9_Conditional_3_Template, 1, 0, "td", 9);
269
- i0.ɵɵrepeaterCreate(4, SdSheetControl_Conditional_9_For_5_Template, 2, 3, "td", 10, _forTrack1);
267
+ i0.ɵɵconditionalCreate(2, SdSheet_Conditional_9_Conditional_2_Template, 1, 0, "td", 8);
268
+ i0.ɵɵconditionalCreate(3, SdSheet_Conditional_9_Conditional_3_Template, 1, 0, "td", 9);
269
+ i0.ɵɵrepeaterCreate(4, SdSheet_Conditional_9_For_5_Template, 2, 3, "td", 10, _forTrack1);
270
270
  i0.ɵɵelementEnd()();
271
271
  } if (rf & 2) {
272
272
  const ctx_r1 = i0.ɵɵnextContext();
@@ -277,7 +277,7 @@ function SdSheetControl_Conditional_9_Template(rf, ctx) { if (rf & 1) {
277
277
  i0.ɵɵadvance();
278
278
  i0.ɵɵrepeater(ctx_r1.layout.columnDefs());
279
279
  } }
280
- export class SdSheetControl {
280
+ export class SdSheet {
281
281
  // Inputs
282
282
  key = input(...(ngDevMode ? [undefined, { debugName: "key" }] : /* istanbul ignore next */ []));
283
283
  items = input([], ...(ngDevMode ? [{ debugName: "items" }] : /* istanbul ignore next */ []));
@@ -305,18 +305,18 @@ export class SdSheetControl {
305
305
  sorts = model([], ...(ngDevMode ? [{ debugName: "sorts" }] : /* istanbul ignore next */ [])); // Re-exported from useSortingManager
306
306
  currentPage = model(0, ...(ngDevMode ? [{ debugName: "currentPage" }] : /* istanbul ignore next */ []));
307
307
  // Content query
308
- columnControls = contentChildren(SdSheetColumnDirective, ...(ngDevMode ? [{ debugName: "columnControls" }] : /* istanbul ignore next */ []));
308
+ columnControls = contentChildren(SdSheetColumn, ...(ngDevMode ? [{ debugName: "columnControls" }] : /* istanbul ignore next */ []));
309
309
  // Injected providers
310
310
  _modalProvider = inject(SdModalProvider);
311
311
  // DOM accessor & cell agent
312
- domAccessor = useSheetDomAccessor();
312
+ domAccessor = injectSheetDomAccessor();
313
313
  cellAgent = useSheetCellAgent({ domAccessor: this.domAccessor });
314
314
  // Config resource
315
- _configResource = useSdSystemConfigResource({
315
+ _configResource = injectSdSystemConfigResource({
316
316
  key: this.key,
317
317
  });
318
318
  // Resizing composable
319
- _resizing = useSheetColumnResizing({
319
+ _resizing = injectSheetColumnResizing({
320
320
  domAccessor: this.domAccessor,
321
321
  configResource: this._configResource,
322
322
  });
@@ -491,24 +491,24 @@ export class SdSheetControl {
491
491
  this._configResource.set(result);
492
492
  }
493
493
  }
494
- static ɵfac = function SdSheetControl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdSheetControl)(); };
495
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdSheetControl, selectors: [["sd-sheet"]], contentQueries: function SdSheetControl_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
496
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.columnControls, SdSheetColumnDirective, 4);
494
+ static ɵfac = function SdSheet_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdSheet)(); };
495
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdSheet, selectors: [["sd-sheet"]], contentQueries: function SdSheet_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
496
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.columnControls, SdSheetColumn, 4);
497
497
  } if (rf & 2) {
498
498
  i0.ɵɵqueryAdvance();
499
- } }, hostVars: 1, hostBindings: function SdSheetControl_HostBindings(rf, ctx) { if (rf & 1) {
500
- i0.ɵɵlistener("keydown.capture", function SdSheetControl_keydown_capture_HostBindingHandler($event) { return ctx.onKeydownCapture($event); })("dblclick", function SdSheetControl_dblclick_HostBindingHandler($event) { return ctx.onDblClick($event); })("blur.capture", function SdSheetControl_blur_capture_HostBindingHandler($event) { return ctx.onBlurCapture($event); });
499
+ } }, hostVars: 1, hostBindings: function SdSheet_HostBindings(rf, ctx) { if (rf & 1) {
500
+ i0.ɵɵlistener("keydown.capture", function SdSheet_keydown_capture_HostBindingHandler($event) { return ctx.onKeydownCapture($event); })("dblclick", function SdSheet_dblclick_HostBindingHandler($event) { return ctx.onDblClick($event); })("blur.capture", function SdSheet_blur_capture_HostBindingHandler($event) { return ctx.onBlurCapture($event); });
501
501
  } if (rf & 2) {
502
502
  i0.ɵɵattribute("data-sd-inset", ctx.inset());
503
- } }, inputs: { key: [1, "key"], items: [1, "items"], trackByFn: [1, "trackByFn"], selectMode: [1, "selectMode"], autoSelect: [1, "autoSelect"], getItemSelectableFn: [1, "getItemSelectableFn"], getChildrenFn: [1, "getChildrenFn"], useAutoSort: [1, "useAutoSort"], visiblePageCount: [1, "visiblePageCount"], totalPageCount: [1, "totalPageCount"], itemsPerPage: [1, "itemsPerPage"], focusMode: [1, "focusMode"], inset: [1, "inset"], contentStyle: [1, "contentStyle"], getItemCellClassFn: [1, "getItemCellClassFn"], getItemCellStyleFn: [1, "getItemCellStyleFn"], hideConfigBar: [1, "hideConfigBar"], selectedItems: [1, "selectedItems"], expandedItems: [1, "expandedItems"], sorts: [1, "sorts"], currentPage: [1, "currentPage"] }, outputs: { itemKeydown: "itemKeydown", cellKeydown: "cellKeydown", selectedItems: "selectedItemsChange", expandedItems: "expandedItemsChange", sorts: "sortsChange", currentPage: "currentPageChange" }, decls: 11, vars: 8, consts: [[1, "_tool"], [1, "_container"], [3, "background"], [1, "_resize-indicator"], [3, "currentPage", "totalPageCount", "visiblePageCount"], [3, "click"], [3, "svg"], [3, "currentPageChange", "currentPage", "totalPageCount", "visiblePageCount"], [1, "_expand-col"], [1, "_select-col"], [3, "style"], [3, "value", "inline", "inset"], [3, "click", "value", "inline", "inset"], [1, "_resizer"], [1, "_sort-icon", 3, "svg"], [1, "_sort-index"], [1, "_resizer", 3, "mousedown", "dblclick"], [3, "click", "keydown"], ["tabindex", "0", 3, "class", "style"], [3, "click", "value", "canChangeFn", "inline", "inset"], ["tabindex", "0", 3, "click", "focus", "keydown"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "ngTemplateOutlet"]], template: function SdSheetControl_Template(rf, ctx) { if (rf & 1) {
504
- i0.ɵɵconditionalCreate(0, SdSheetControl_Conditional_0_Template, 3, 2, "div", 0);
503
+ } }, inputs: { key: [1, "key"], items: [1, "items"], trackByFn: [1, "trackByFn"], selectMode: [1, "selectMode"], autoSelect: [1, "autoSelect"], getItemSelectableFn: [1, "getItemSelectableFn"], getChildrenFn: [1, "getChildrenFn"], useAutoSort: [1, "useAutoSort"], visiblePageCount: [1, "visiblePageCount"], totalPageCount: [1, "totalPageCount"], itemsPerPage: [1, "itemsPerPage"], focusMode: [1, "focusMode"], inset: [1, "inset"], contentStyle: [1, "contentStyle"], getItemCellClassFn: [1, "getItemCellClassFn"], getItemCellStyleFn: [1, "getItemCellStyleFn"], hideConfigBar: [1, "hideConfigBar"], selectedItems: [1, "selectedItems"], expandedItems: [1, "expandedItems"], sorts: [1, "sorts"], currentPage: [1, "currentPage"] }, outputs: { itemKeydown: "itemKeydown", cellKeydown: "cellKeydown", selectedItems: "selectedItemsChange", expandedItems: "expandedItemsChange", sorts: "sortsChange", currentPage: "currentPageChange" }, decls: 11, vars: 8, consts: [[1, "_tool"], [1, "_container"], [3, "background"], [1, "_resize-indicator"], [3, "currentPage", "totalPageCount", "visiblePageCount"], [3, "click"], [3, "svg"], [3, "currentPageChange", "currentPage", "totalPageCount", "visiblePageCount"], [1, "_expand-col"], [1, "_select-col"], [3, "style"], [3, "value", "inline", "inset"], [3, "click", "value", "inline", "inset"], [1, "_resizer"], [1, "_sort-icon", 3, "svg"], [1, "_sort-index"], [1, "_resizer", 3, "mousedown", "dblclick"], [3, "click", "keydown"], ["tabindex", "0", 3, "class", "style"], [3, "click", "value", "canChangeFn", "inline", "inset"], ["tabindex", "0", 3, "click", "focus", "keydown"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "ngTemplateOutlet"]], template: function SdSheet_Template(rf, ctx) { if (rf & 1) {
504
+ i0.ɵɵconditionalCreate(0, SdSheet_Conditional_0_Template, 3, 2, "div", 0);
505
505
  i0.ɵɵelementStart(1, "div", 1)(2, "table")(3, "thead");
506
- i0.ɵɵrepeaterCreate(4, SdSheetControl_For_5_Template, 5, 2, "tr", null, i0.ɵɵrepeaterTrackByIndex);
506
+ i0.ɵɵrepeaterCreate(4, SdSheet_For_5_Template, 5, 2, "tr", null, i0.ɵɵrepeaterTrackByIndex);
507
507
  i0.ɵɵelementEnd();
508
508
  i0.ɵɵelementStart(6, "tbody");
509
- i0.ɵɵrepeaterCreate(7, SdSheetControl_For_8_Template, 5, 6, "tr", 2, _forTrack0, true);
509
+ i0.ɵɵrepeaterCreate(7, SdSheet_For_8_Template, 5, 6, "tr", 2, _forTrack0, true);
510
510
  i0.ɵɵelementEnd();
511
- i0.ɵɵconditionalCreate(9, SdSheetControl_Conditional_9_Template, 6, 2, "tfoot");
511
+ i0.ɵɵconditionalCreate(9, SdSheet_Conditional_9_Template, 6, 2, "tfoot");
512
512
  i0.ɵɵelementEnd();
513
513
  i0.ɵɵelement(10, "div", 3);
514
514
  i0.ɵɵelementEnd();
@@ -524,11 +524,11 @@ export class SdSheetControl {
524
524
  i0.ɵɵconditional(ctx.layout.hasSummary() ? 9 : -1);
525
525
  i0.ɵɵadvance();
526
526
  i0.ɵɵstyleProp("display", ctx._isResizing() ? "block" : "none")("left", ctx._resizeIndicatorLeft(), "px");
527
- } }, dependencies: [NgTemplateOutlet, SdCheckboxControl, NgIcon, SdPaginationControl, SdAnchorControl, SdButtonControl], styles: ["sd-sheet {\n display: block;\n position: relative;\n overflow: hidden;\n border: 1px solid var(--trans-lighter);\n}\nsd-sheet[data-sd-inset=true] {\n border: none;\n}\nsd-sheet > ._tool {\n display: flex;\n align-items: center;\n gap: var(--gap-sm);\n padding: var(--gap-sm) var(--gap-default);\n border-bottom: 1px solid var(--trans-lighter);\n background: var(--theme-secondary-lightest);\n}\nsd-sheet > ._container {\n overflow: auto;\n width: 100%;\n height: 100%;\n}\nsd-sheet > ._container > table {\n width: 100%;\n border-collapse: collapse;\n table-layout: fixed;\n}\nsd-sheet > ._container > table > thead > tr > th {\n position: sticky;\n top: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n text-align: left;\n font-weight: bold;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n}\nsd-sheet > ._container > table > thead > tr > th:not(._select-col):not(._expand-col) {\n position: relative;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-icon {\n font-size: 0.85em;\n vertical-align: middle;\n margin-left: 0.25em;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-index {\n font-size: 0.75em;\n vertical-align: super;\n}\nsd-sheet > ._container > table > thead > tr > th > ._resizer {\n position: absolute;\n top: 0;\n right: -2px;\n width: 5px;\n height: 100%;\n cursor: col-resize;\n z-index: 3;\n}\nsd-sheet > ._container > table > tbody > tr > td {\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n white-space: nowrap;\n}\nsd-sheet > ._container > table > tbody > tr > td:focus {\n outline: 2px solid var(--theme-primary-default);\n outline-offset: -2px;\n}\nsd-sheet > ._container > table > thead > tr > th._select-col,\nsd-sheet > ._container > table > tbody > tr > td._select-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > thead > tr > th._expand-col,\nsd-sheet > ._container > table > tbody > tr > td._expand-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > tfoot > tr > td {\n position: sticky;\n bottom: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n}\nsd-sheet > ._container > ._resize-indicator {\n position: absolute;\n top: 0;\n width: 2px;\n height: 100%;\n background: var(--theme-primary-default);\n z-index: 10;\n pointer-events: none;\n}"], encapsulation: 2, changeDetection: 0 });
527
+ } }, dependencies: [NgTemplateOutlet, SdCheckbox, NgIcon, SdPagination, SdAnchor, SdButton], styles: ["sd-sheet {\n display: block;\n position: relative;\n overflow: hidden;\n border: 1px solid var(--trans-lighter);\n}\nsd-sheet[data-sd-inset=true] {\n border: none;\n}\nsd-sheet > ._tool {\n display: flex;\n align-items: center;\n gap: var(--gap-sm);\n padding: var(--gap-sm) var(--gap-default);\n border-bottom: 1px solid var(--trans-lighter);\n background: var(--theme-secondary-lightest);\n}\nsd-sheet > ._container {\n overflow: auto;\n width: 100%;\n height: 100%;\n}\nsd-sheet > ._container > table {\n width: 100%;\n border-collapse: collapse;\n table-layout: fixed;\n}\nsd-sheet > ._container > table > thead > tr > th {\n position: sticky;\n top: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n text-align: left;\n font-weight: bold;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n}\nsd-sheet > ._container > table > thead > tr > th:not(._select-col):not(._expand-col) {\n position: relative;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-icon {\n font-size: 0.85em;\n vertical-align: middle;\n margin-left: 0.25em;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-index {\n font-size: 0.75em;\n vertical-align: super;\n}\nsd-sheet > ._container > table > thead > tr > th > ._resizer {\n position: absolute;\n top: 0;\n right: -2px;\n width: 5px;\n height: 100%;\n cursor: col-resize;\n z-index: 3;\n}\nsd-sheet > ._container > table > tbody > tr > td {\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n white-space: nowrap;\n}\nsd-sheet > ._container > table > tbody > tr > td:focus {\n outline: 2px solid var(--theme-primary-default);\n outline-offset: -2px;\n}\nsd-sheet > ._container > table > thead > tr > th._select-col,\nsd-sheet > ._container > table > tbody > tr > td._select-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > thead > tr > th._expand-col,\nsd-sheet > ._container > table > tbody > tr > td._expand-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > tfoot > tr > td {\n position: sticky;\n bottom: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n}\nsd-sheet > ._container > ._resize-indicator {\n position: absolute;\n top: 0;\n width: 2px;\n height: 100%;\n background: var(--theme-primary-default);\n z-index: 10;\n pointer-events: none;\n}"], encapsulation: 2, changeDetection: 0 });
528
528
  }
529
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdSheetControl, [{
529
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdSheet, [{
530
530
  type: Component,
531
- args: [{ selector: "sd-sheet", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [NgTemplateOutlet, SdCheckboxControl, NgIcon, SdPaginationControl, SdAnchorControl, SdButtonControl], template: `
531
+ args: [{ selector: "sd-sheet", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [NgTemplateOutlet, SdCheckbox, NgIcon, SdPagination, SdAnchor, SdButton], template: `
532
532
  @if ((key() || effectivePageCount() > 1) && !hideConfigBar()) {
533
533
  <div class="_tool">
534
534
  @if (key()) {
@@ -687,5 +687,5 @@ export class SdSheetControl {
687
687
  "(dblclick)": "onDblClick($event)",
688
688
  "(blur.capture)": "onBlurCapture($event)",
689
689
  }, styles: ["sd-sheet {\n display: block;\n position: relative;\n overflow: hidden;\n border: 1px solid var(--trans-lighter);\n}\nsd-sheet[data-sd-inset=true] {\n border: none;\n}\nsd-sheet > ._tool {\n display: flex;\n align-items: center;\n gap: var(--gap-sm);\n padding: var(--gap-sm) var(--gap-default);\n border-bottom: 1px solid var(--trans-lighter);\n background: var(--theme-secondary-lightest);\n}\nsd-sheet > ._container {\n overflow: auto;\n width: 100%;\n height: 100%;\n}\nsd-sheet > ._container > table {\n width: 100%;\n border-collapse: collapse;\n table-layout: fixed;\n}\nsd-sheet > ._container > table > thead > tr > th {\n position: sticky;\n top: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n text-align: left;\n font-weight: bold;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n}\nsd-sheet > ._container > table > thead > tr > th:not(._select-col):not(._expand-col) {\n position: relative;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-icon {\n font-size: 0.85em;\n vertical-align: middle;\n margin-left: 0.25em;\n}\nsd-sheet > ._container > table > thead > tr > th > ._sort-index {\n font-size: 0.75em;\n vertical-align: super;\n}\nsd-sheet > ._container > table > thead > tr > th > ._resizer {\n position: absolute;\n top: 0;\n right: -2px;\n width: 5px;\n height: 100%;\n cursor: col-resize;\n z-index: 3;\n}\nsd-sheet > ._container > table > tbody > tr > td {\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n white-space: nowrap;\n}\nsd-sheet > ._container > table > tbody > tr > td:focus {\n outline: 2px solid var(--theme-primary-default);\n outline-offset: -2px;\n}\nsd-sheet > ._container > table > thead > tr > th._select-col,\nsd-sheet > ._container > table > tbody > tr > td._select-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > thead > tr > th._expand-col,\nsd-sheet > ._container > table > tbody > tr > td._expand-col {\n width: 2em;\n min-width: 2em;\n max-width: 2em;\n text-align: center;\n padding: 0;\n}\nsd-sheet > ._container > table > tfoot > tr > td {\n position: sticky;\n bottom: 0;\n z-index: 2;\n background: var(--theme-secondary-lightest);\n border: 1px solid var(--trans-lighter);\n padding: var(--gap-sm) var(--gap-default);\n}\nsd-sheet > ._container > ._resize-indicator {\n position: absolute;\n top: 0;\n width: 2px;\n height: 100%;\n background: var(--theme-primary-default);\n z-index: 10;\n pointer-events: none;\n}"] }]
690
- }], null, { key: [{ type: i0.Input, args: [{ isSignal: true, alias: "key", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], trackByFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "trackByFn", required: false }] }], selectMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectMode", required: false }] }], autoSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoSelect", required: false }] }], getItemSelectableFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemSelectableFn", required: false }] }], getChildrenFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getChildrenFn", required: false }] }], useAutoSort: [{ type: i0.Input, args: [{ isSignal: true, alias: "useAutoSort", required: false }] }], visiblePageCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "visiblePageCount", required: false }] }], totalPageCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalPageCount", required: false }] }], itemsPerPage: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemsPerPage", required: false }] }], focusMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusMode", required: false }] }], inset: [{ type: i0.Input, args: [{ isSignal: true, alias: "inset", required: false }] }], contentStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "contentStyle", required: false }] }], getItemCellClassFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemCellClassFn", required: false }] }], getItemCellStyleFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemCellStyleFn", required: false }] }], hideConfigBar: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideConfigBar", required: false }] }], itemKeydown: [{ type: i0.Output, args: ["itemKeydown"] }], cellKeydown: [{ type: i0.Output, args: ["cellKeydown"] }], selectedItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedItems", required: false }] }, { type: i0.Output, args: ["selectedItemsChange"] }], expandedItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandedItems", required: false }] }, { type: i0.Output, args: ["expandedItemsChange"] }], sorts: [{ type: i0.Input, args: [{ isSignal: true, alias: "sorts", required: false }] }, { type: i0.Output, args: ["sortsChange"] }], currentPage: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentPage", required: false }] }, { type: i0.Output, args: ["currentPageChange"] }], columnControls: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => SdSheetColumnDirective), { isSignal: true }] }] }); })();
691
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdSheetControl, { className: "SdSheetControl", filePath: "packages/angular/src/ui/data/sheet/sd-sheet.control.ts", lineNumber: 337, forbidOrphanRendering: true }); })();
690
+ }], null, { key: [{ type: i0.Input, args: [{ isSignal: true, alias: "key", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], trackByFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "trackByFn", required: false }] }], selectMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectMode", required: false }] }], autoSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoSelect", required: false }] }], getItemSelectableFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemSelectableFn", required: false }] }], getChildrenFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getChildrenFn", required: false }] }], useAutoSort: [{ type: i0.Input, args: [{ isSignal: true, alias: "useAutoSort", required: false }] }], visiblePageCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "visiblePageCount", required: false }] }], totalPageCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalPageCount", required: false }] }], itemsPerPage: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemsPerPage", required: false }] }], focusMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusMode", required: false }] }], inset: [{ type: i0.Input, args: [{ isSignal: true, alias: "inset", required: false }] }], contentStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "contentStyle", required: false }] }], getItemCellClassFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemCellClassFn", required: false }] }], getItemCellStyleFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "getItemCellStyleFn", required: false }] }], hideConfigBar: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideConfigBar", required: false }] }], itemKeydown: [{ type: i0.Output, args: ["itemKeydown"] }], cellKeydown: [{ type: i0.Output, args: ["cellKeydown"] }], selectedItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedItems", required: false }] }, { type: i0.Output, args: ["selectedItemsChange"] }], expandedItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandedItems", required: false }] }, { type: i0.Output, args: ["expandedItemsChange"] }], sorts: [{ type: i0.Input, args: [{ isSignal: true, alias: "sorts", required: false }] }, { type: i0.Output, args: ["sortsChange"] }], currentPage: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentPage", required: false }] }, { type: i0.Output, args: ["currentPageChange"] }], columnControls: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => SdSheetColumn), { isSignal: true }] }] }); })();
691
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdSheet, { className: "SdSheet", filePath: "packages/angular/src/ui/data/sheet/sd-sheet.ts", lineNumber: 337, forbidOrphanRendering: true }); })();
@@ -1,4 +1,4 @@
1
- export interface ISdSheetColumnDef {
1
+ export interface SdSheetColumnDef {
2
2
  key: string;
3
3
  header: string | string[];
4
4
  width: string | undefined;
@@ -9,14 +9,14 @@ export interface ISdSheetColumnDef {
9
9
  disableResizing: boolean;
10
10
  ordering: number;
11
11
  }
12
- export interface ISdSheetHeaderDef {
12
+ export interface SdSheetHeaderDef {
13
13
  text: string;
14
14
  colspan: number;
15
15
  rowspan: number;
16
16
  isLastRow: boolean;
17
- colDef: ISdSheetColumnDef | undefined;
17
+ colDef: SdSheetColumnDef | undefined;
18
18
  }
19
- export interface ISdSheetConfig {
19
+ export interface SdSheetConfig {
20
20
  columnRecord: Record<string, {
21
21
  width?: string;
22
22
  hidden?: boolean;
@@ -24,11 +24,11 @@ export interface ISdSheetConfig {
24
24
  ordering?: number;
25
25
  }>;
26
26
  }
27
- export interface ISdSheetItemKeydownEventParam<T> {
27
+ export interface SdSheetItemKeydownEventParam<T> {
28
28
  item: T;
29
29
  event: KeyboardEvent;
30
30
  }
31
- export interface ISdSheetCellKeydownEventParam<T> {
31
+ export interface SdSheetCellKeydownEventParam<T> {
32
32
  item: T;
33
33
  key: string;
34
34
  event: KeyboardEvent;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACvC;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAClB,MAAM,EACN;QACE,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CACF,CAAC;CACH;AAED,MAAM,WAAW,6BAA6B,CAAC,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,aAAa,CAAC;CACtB;AAED,MAAM,WAAW,6BAA6B,CAAC,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC;IACR,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,aAAa,CAAC;CACtB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,aAAa;IAC5B,YAAY,EAAE,MAAM,CAClB,MAAM,EACN;QACE,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CACF,CAAC;CACH;AAED,MAAM,WAAW,4BAA4B,CAAC,CAAC;IAC7C,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,aAAa,CAAC;CACtB;AAED,MAAM,WAAW,4BAA4B,CAAC,CAAC;IAC7C,IAAI,EAAE,CAAC,CAAC;IACR,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,aAAa,CAAC;CACtB"}
@@ -1,6 +1,6 @@
1
- import type { useSheetDomAccessor } from "./useSheetDomAccessor";
1
+ import type { injectSheetDomAccessor } from "./injectSheetDomAccessor";
2
2
  export declare function useSheetCellAgent(options: {
3
- domAccessor: ReturnType<typeof useSheetDomAccessor>;
3
+ domAccessor: ReturnType<typeof injectSheetDomAccessor>;
4
4
  }): {
5
5
  editModeCellAddr: import("@angular/core").WritableSignal<{
6
6
  r: number;
@@ -1 +1 @@
1
- {"version":3,"file":"useSheetCellAgent.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetCellAgent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,wBAAgB,iBAAiB,CAAC,OAAO,EAAE;IACzC,WAAW,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;CACrD;;WACsC,MAAM;WAAK,MAAM;;2BAGxB;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAG,OAAO;sBAMvC,oBAAoB,KAAG;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE;kCAwD7B,aAAa,KAAG,OAAO,CAAC,IAAI,CAAC;mCA6JlC,UAAU,KAAG,IAAI;+BAQrB,UAAU,KAAG,IAAI;EA+BpD"}
1
+ {"version":3,"file":"useSheetCellAgent.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetCellAgent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEvE,wBAAgB,iBAAiB,CAAC,OAAO,EAAE;IACzC,WAAW,EAAE,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;CACxD;;WACsC,MAAM;WAAK,MAAM;;2BAGxB;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAG,OAAO;sBAMvC,oBAAoB,KAAG;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE;kCAwD7B,aAAa,KAAG,OAAO,CAAC,IAAI,CAAC;mCA6JlC,UAAU,KAAG,IAAI;+BAQrB,UAAU,KAAG,IAAI;EA+BpD"}
@@ -1,22 +1,22 @@
1
1
  import { type Signal } from "@angular/core";
2
- import type { ISdSheetColumnDef, ISdSheetHeaderDef } from "./types";
3
- import type { IExpandItemDef } from "../../../core/utils/useExpandingManager";
2
+ import type { SdSheetColumnDef, SdSheetHeaderDef } from "./types";
3
+ import type { ExpandItemDef } from "../../../core/utils/useExpandingManager";
4
4
  export declare function useSheetCellStyling<T>(options: {
5
- columnDefs: Signal<ISdSheetColumnDef[]>;
5
+ columnDefs: Signal<SdSheetColumnDef[]>;
6
6
  fixedLeftMap: Signal<Map<string, number>>;
7
7
  getItemCellStyleFn: Signal<((item: T, colKey: string) => string | undefined) | undefined>;
8
8
  getItemCellClassFn: Signal<((item: T, colKey: string) => string) | undefined>;
9
9
  getChildrenFn: Signal<((item: T, index: number) => T[] | undefined) | undefined>;
10
- expandingDef: (item: T) => IExpandItemDef<T>;
10
+ expandingDef: (item: T) => ExpandItemDef<T>;
11
11
  isCellEditMode: (addr: {
12
12
  r: number;
13
13
  c: number;
14
14
  }) => boolean;
15
15
  }): {
16
- getHeaderCellStyle: (cell: ISdSheetHeaderDef) => string | null;
17
- getCellStyle: (item: T, colDef: ISdSheetColumnDef) => string | null;
18
- getFixedCellStyle: (colDef: ISdSheetColumnDef) => string | null;
19
- getCellStyleWithIndent: (item: T, colDef: ISdSheetColumnDef, colIdx: number) => string | null;
20
- getDataCellClass: (item: T, colDef: ISdSheetColumnDef, r: number, c: number) => string | null;
16
+ getHeaderCellStyle: (cell: SdSheetHeaderDef) => string | null;
17
+ getCellStyle: (item: T, colDef: SdSheetColumnDef) => string | null;
18
+ getFixedCellStyle: (colDef: SdSheetColumnDef) => string | null;
19
+ getCellStyleWithIndent: (item: T, colDef: SdSheetColumnDef, colIdx: number) => string | null;
20
+ getDataCellClass: (item: T, colDef: SdSheetColumnDef, r: number, c: number) => string | null;
21
21
  };
22
22
  //# sourceMappingURL=useSheetCellStyling.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useSheetCellStyling.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetCellStyling.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAE9E,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,OAAO,EAAE;IAC9C,UAAU,EAAE,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAC1C,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC,CAAC;IAC1F,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC;IAC9E,aAAa,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC,EAAE,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC,CAAC;IACjF,YAAY,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC;IAC7C,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC7D;+BAgDmC,iBAAiB,KAAG,MAAM,GAAG,IAAI;yBAKvC,CAAC,UAAU,iBAAiB,KAAG,MAAM,GAAG,IAAI;gCAQrC,iBAAiB,KAAG,MAAM,GAAG,IAAI;mCAI9B,CAAC,UAAU,iBAAiB,UAAU,MAAM,KAAG,MAAM,GAAG,IAAI;6BAelE,CAAC,UAAU,iBAAiB,KAAK,MAAM,KAAK,MAAM,KAAG,MAAM,GAAG,IAAI;EAoBnG"}
1
+ {"version":3,"file":"useSheetCellStyling.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetCellStyling.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAE7E,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,OAAO,EAAE;IAC9C,UAAU,EAAE,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC;IACvC,YAAY,EAAE,MAAM,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAC1C,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC,CAAC;IAC1F,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC;IAC9E,aAAa,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC,EAAE,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC,CAAC;IACjF,YAAY,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,aAAa,CAAC,CAAC,CAAC,CAAC;IAC5C,cAAc,EAAE,CAAC,IAAI,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC7D;+BAgDmC,gBAAgB,KAAG,MAAM,GAAG,IAAI;yBAKtC,CAAC,UAAU,gBAAgB,KAAG,MAAM,GAAG,IAAI;gCAQpC,gBAAgB,KAAG,MAAM,GAAG,IAAI;mCAI7B,CAAC,UAAU,gBAAgB,UAAU,MAAM,KAAG,MAAM,GAAG,IAAI;6BAejE,CAAC,UAAU,gBAAgB,KAAK,MAAM,KAAK,MAAM,KAAG,MAAM,GAAG,IAAI;EAoBlG"}
@@ -1,5 +1,5 @@
1
1
  import { type Signal } from "@angular/core";
2
- import type { ISdSheetColumnDef } from "./types";
2
+ import type { SdSheetColumnDef } from "./types";
3
3
  /**
4
4
  * Fixed column의 left offset을 계산한다.
5
5
  *
@@ -7,7 +7,7 @@ import type { ISdSheetColumnDef } from "./types";
7
7
  * em, rem, % 등 non-px 단위의 width는 offset 누적에 반영되지 않는다 (0으로 처리).
8
8
  */
9
9
  export declare function useSheetColumnFixing(options: {
10
- columnDefs: Signal<ISdSheetColumnDef[]>;
10
+ columnDefs: Signal<SdSheetColumnDef[]>;
11
11
  }): {
12
12
  fixedLeftMap: Signal<Map<string, number>>;
13
13
  hasFixed: Signal<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"useSheetColumnFixing.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetColumnFixing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE;IAC5C,UAAU,EAAE,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC;CACzC;;;EA+BA"}
1
+ {"version":3,"file":"useSheetColumnFixing.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetColumnFixing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE;IAC5C,UAAU,EAAE,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC;CACxC;;;EA+BA"}
@@ -18,7 +18,7 @@ export declare function useSheetDisplayPipeline<T>(options: {
18
18
  toggle(item: T): void;
19
19
  toggleAll(): void;
20
20
  isVisible(item: T): boolean;
21
- def(item: T): import("../../..").IExpandItemDef<T>;
21
+ def(item: T): import("../../..").ExpandItemDef<T>;
22
22
  };
23
23
  };
24
24
  //# sourceMappingURL=useSheetDisplayPipeline.d.ts.map
@@ -1,13 +1,13 @@
1
1
  import { type Signal } from "@angular/core";
2
- import type { SdSheetColumnDirective } from "./sd-sheet-column.directive";
3
- import type { ISdSheetColumnDef, ISdSheetConfig, ISdSheetHeaderDef } from "./types";
2
+ import type { SdSheetColumn } from "./sd-sheet-column";
3
+ import type { SdSheetColumnDef, SdSheetConfig, SdSheetHeaderDef } from "./types";
4
4
  export declare function useSheetLayoutEngine(options: {
5
- columnControls: Signal<readonly SdSheetColumnDirective[]>;
6
- config: Signal<ISdSheetConfig | undefined>;
5
+ columnControls: Signal<readonly SdSheetColumn[]>;
6
+ config: Signal<SdSheetConfig | undefined>;
7
7
  }): {
8
- columnDefs: Signal<ISdSheetColumnDef[]>;
8
+ columnDefs: Signal<SdSheetColumnDef[]>;
9
9
  hasSummary: Signal<boolean>;
10
- headerDefTable: Signal<ISdSheetHeaderDef[][]>;
10
+ headerDefTable: Signal<SdSheetHeaderDef[][]>;
11
11
  headerDepth: Signal<number>;
12
12
  headerFeatureRowSpan: Signal<number>;
13
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useSheetLayoutEngine.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetLayoutEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEpF,wBAAgB,oBAAoB,CAAC,OAAO,EAAE;IAC5C,cAAc,EAAE,MAAM,CAAC,SAAS,sBAAsB,EAAE,CAAC,CAAC;IAC1D,MAAM,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;CAC5C;;;;;;EAwIA"}
1
+ {"version":3,"file":"useSheetLayoutEngine.d.ts","sourceRoot":"","sources":["../../../../src/ui/data/sheet/useSheetLayoutEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEjF,wBAAgB,oBAAoB,CAAC,OAAO,EAAE;IAC5C,cAAc,EAAE,MAAM,CAAC,SAAS,aAAa,EAAE,CAAC,CAAC;IACjD,MAAM,EAAE,MAAM,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;CAC3C;;;;;;EAwIA"}