@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (589) hide show
  1. package/README.md +1 -0
  2. package/compat/index.d.ts +1 -0
  3. package/compat/table/index.d.ts +115 -0
  4. package/{main → compat}/table-cell/index.d.ts +3 -3
  5. package/compat/table-column/index.d.ts +42 -0
  6. package/{main → compat}/table-group-row/index.d.ts +3 -3
  7. package/{main → compat}/table-row/index.d.ts +5 -5
  8. package/compat/theming/index.d.ts +9 -0
  9. package/compat/ui5-compat.module.d.ts +15 -0
  10. package/esm2022/compat/index.mjs +2 -0
  11. package/esm2022/compat/table/index.mjs +70 -0
  12. package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
  13. package/esm2022/compat/table-cell/index.mjs +27 -0
  14. package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
  15. package/esm2022/compat/table-column/index.mjs +34 -0
  16. package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
  17. package/esm2022/compat/table-group-row/index.mjs +27 -0
  18. package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
  19. package/esm2022/compat/table-row/index.mjs +34 -0
  20. package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
  21. package/esm2022/compat/theming/index.mjs +17 -0
  22. package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
  23. package/esm2022/compat/ui5-compat.module.mjs +41 -0
  24. package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
  25. package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
  26. package/esm2022/fiori/dynamic-page/index.mjs +39 -0
  27. package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
  28. package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
  29. package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
  30. package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
  31. package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
  32. package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
  33. package/esm2022/fiori/filter-item/index.mjs +3 -2
  34. package/esm2022/fiori/filter-item-option/index.mjs +3 -2
  35. package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
  36. package/esm2022/fiori/illustrated-message/index.mjs +5 -12
  37. package/esm2022/fiori/media-gallery/index.mjs +3 -2
  38. package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
  39. package/esm2022/fiori/notification-list/index.mjs +40 -0
  40. package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
  41. package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
  42. package/esm2022/fiori/notification-list-item/index.mjs +13 -10
  43. package/esm2022/fiori/page/index.mjs +5 -14
  44. package/esm2022/fiori/product-switch/index.mjs +3 -2
  45. package/esm2022/fiori/product-switch-item/index.mjs +3 -2
  46. package/esm2022/fiori/shell-bar/index.mjs +3 -10
  47. package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
  48. package/esm2022/fiori/side-navigation/index.mjs +3 -2
  49. package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
  50. package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
  51. package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
  52. package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
  53. package/esm2022/fiori/sort-item/index.mjs +3 -2
  54. package/esm2022/fiori/timeline/index.mjs +3 -2
  55. package/esm2022/fiori/timeline-item/index.mjs +3 -2
  56. package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
  57. package/esm2022/fiori/upload-collection/index.mjs +5 -4
  58. package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
  59. package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
  60. package/esm2022/fiori/wizard/index.mjs +3 -2
  61. package/esm2022/fiori/wizard-step/index.mjs +3 -2
  62. package/esm2022/generic-cva/index.mjs +3 -4
  63. package/esm2022/index.mjs +27 -13
  64. package/esm2022/main/avatar/index.mjs +5 -2
  65. package/esm2022/main/avatar-group/index.mjs +5 -4
  66. package/esm2022/main/bar/index.mjs +34 -0
  67. package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
  68. package/esm2022/main/breadcrumbs/index.mjs +5 -4
  69. package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
  70. package/esm2022/main/busy-indicator/index.mjs +5 -4
  71. package/esm2022/main/button/index.mjs +7 -4
  72. package/esm2022/main/calendar/index.mjs +5 -4
  73. package/esm2022/main/calendar-date/index.mjs +3 -2
  74. package/esm2022/main/calendar-date-range/index.mjs +34 -0
  75. package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
  76. package/esm2022/main/calendar-legend/index.mjs +44 -0
  77. package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
  78. package/esm2022/main/calendar-legend-item/index.mjs +34 -0
  79. package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
  80. package/esm2022/main/card/index.mjs +3 -2
  81. package/esm2022/main/card-header/index.mjs +5 -4
  82. package/esm2022/main/carousel/index.mjs +11 -10
  83. package/esm2022/main/check-box/index.mjs +4 -3
  84. package/esm2022/main/color-palette/index.mjs +3 -2
  85. package/esm2022/main/color-palette-item/index.mjs +5 -4
  86. package/esm2022/main/color-palette-popover/index.mjs +3 -2
  87. package/esm2022/main/color-picker/index.mjs +5 -4
  88. package/esm2022/main/combo-box/index.mjs +7 -4
  89. package/esm2022/main/combo-box-item/index.mjs +3 -2
  90. package/esm2022/main/combo-box-item-group/index.mjs +34 -0
  91. package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
  92. package/esm2022/main/custom-list-item/index.mjs +9 -2
  93. package/esm2022/main/date-picker/index.mjs +7 -4
  94. package/esm2022/main/date-range-picker/index.mjs +7 -4
  95. package/esm2022/main/date-time-picker/index.mjs +7 -4
  96. package/esm2022/main/dialog/index.mjs +10 -7
  97. package/esm2022/main/file-uploader/index.mjs +4 -3
  98. package/esm2022/main/form/index.mjs +34 -0
  99. package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
  100. package/esm2022/main/form-group/index.mjs +34 -0
  101. package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
  102. package/esm2022/main/form-item/index.mjs +34 -0
  103. package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
  104. package/esm2022/main/icon/index.mjs +5 -18
  105. package/esm2022/main/input/index.mjs +13 -8
  106. package/esm2022/main/label/index.mjs +3 -2
  107. package/esm2022/main/link/index.mjs +5 -2
  108. package/esm2022/main/list/index.mjs +15 -8
  109. package/esm2022/main/list-item-group/index.mjs +34 -0
  110. package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
  111. package/esm2022/main/menu/index.mjs +9 -8
  112. package/esm2022/main/menu-item/index.mjs +22 -7
  113. package/esm2022/main/message-strip/index.mjs +5 -4
  114. package/esm2022/main/multi-combo-box/index.mjs +9 -6
  115. package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
  116. package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
  117. package/esm2022/main/multi-input/index.mjs +13 -8
  118. package/esm2022/main/option/index.mjs +5 -4
  119. package/esm2022/main/option-custom/index.mjs +34 -0
  120. package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
  121. package/esm2022/main/panel/index.mjs +3 -2
  122. package/esm2022/main/popover/index.mjs +12 -11
  123. package/esm2022/main/progress-indicator/index.mjs +3 -4
  124. package/esm2022/main/radio-button/index.mjs +4 -3
  125. package/esm2022/main/range-slider/index.mjs +7 -4
  126. package/esm2022/main/rating-indicator/index.mjs +3 -2
  127. package/esm2022/main/responsive-popover/index.mjs +12 -11
  128. package/esm2022/main/segmented-button/index.mjs +5 -4
  129. package/esm2022/main/segmented-button-item/index.mjs +8 -19
  130. package/esm2022/main/select/index.mjs +4 -5
  131. package/esm2022/main/slider/index.mjs +7 -4
  132. package/esm2022/main/special-calendar-date/index.mjs +34 -0
  133. package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
  134. package/esm2022/main/split-button/index.mjs +4 -11
  135. package/esm2022/main/standard-list-item/index.mjs +9 -2
  136. package/esm2022/main/step-input/index.mjs +5 -4
  137. package/esm2022/main/suggestion-group-item/index.mjs +3 -2
  138. package/esm2022/main/suggestion-item/index.mjs +3 -2
  139. package/esm2022/main/switch/index.mjs +4 -3
  140. package/esm2022/main/tab/index.mjs +3 -2
  141. package/esm2022/main/tab-container/index.mjs +11 -10
  142. package/esm2022/main/tab-separator/index.mjs +3 -2
  143. package/esm2022/main/tag/index.mjs +50 -0
  144. package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
  145. package/esm2022/main/text/index.mjs +34 -0
  146. package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
  147. package/esm2022/main/text-area/index.mjs +14 -8
  148. package/esm2022/main/time-picker/index.mjs +16 -6
  149. package/esm2022/main/title/index.mjs +3 -2
  150. package/esm2022/main/toast/index.mjs +8 -5
  151. package/esm2022/main/toggle-button/index.mjs +7 -4
  152. package/esm2022/main/token/index.mjs +6 -7
  153. package/esm2022/main/tokenizer/index.mjs +39 -0
  154. package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
  155. package/esm2022/main/toolbar/index.mjs +3 -2
  156. package/esm2022/main/toolbar-button/index.mjs +5 -4
  157. package/esm2022/main/toolbar-select/index.mjs +3 -2
  158. package/esm2022/main/toolbar-select-option/index.mjs +3 -2
  159. package/esm2022/main/toolbar-separator/index.mjs +3 -2
  160. package/esm2022/main/toolbar-spacer/index.mjs +3 -2
  161. package/esm2022/main/tree/index.mjs +5 -4
  162. package/esm2022/main/tree-item/index.mjs +9 -2
  163. package/esm2022/main/tree-item-custom/index.mjs +9 -2
  164. package/esm2022/main/ui5-main.module.mjs +57 -41
  165. package/esm2022/theming/supported-themes.mjs +2 -2
  166. package/esm2022/ui5-webcomponents.module.mjs +5 -4
  167. package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
  168. package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
  169. package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
  170. package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
  171. package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
  172. package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
  173. package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
  174. package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
  175. package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
  176. package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
  177. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
  178. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
  179. package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
  180. package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
  181. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
  182. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
  183. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
  184. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
  185. package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
  186. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
  187. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
  188. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
  189. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
  190. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
  191. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
  192. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
  193. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
  194. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
  195. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
  196. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
  197. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
  198. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
  199. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
  200. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
  201. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
  202. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
  203. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
  204. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
  205. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
  206. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
  207. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
  208. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
  209. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
  210. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
  211. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
  212. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
  213. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
  214. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
  215. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
  216. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
  217. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
  218. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
  219. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
  220. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
  221. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
  222. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
  223. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
  224. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
  225. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
  226. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
  227. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
  228. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
  229. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
  230. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
  231. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
  232. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
  233. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
  234. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
  235. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
  236. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
  237. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
  238. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
  239. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
  240. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
  241. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
  242. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
  243. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
  244. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  245. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
  246. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
  247. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
  248. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
  249. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
  250. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
  251. package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
  252. package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
  253. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
  254. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
  255. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
  256. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
  257. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
  258. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
  259. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
  260. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
  261. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
  262. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
  263. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
  264. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
  265. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
  266. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
  267. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
  268. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
  269. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
  270. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
  271. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
  272. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
  273. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
  274. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
  275. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
  276. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
  277. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
  278. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
  279. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
  280. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
  281. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
  282. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
  283. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
  284. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
  285. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
  286. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
  287. package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
  288. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
  289. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
  290. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
  291. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
  292. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
  293. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
  294. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
  295. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
  296. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
  297. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
  298. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
  299. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
  300. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
  301. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
  302. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
  303. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
  304. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
  305. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
  306. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
  307. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
  308. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
  309. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
  310. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
  311. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
  312. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
  313. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
  314. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
  315. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
  316. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
  317. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
  318. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  319. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
  320. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
  321. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
  322. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
  323. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
  324. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
  325. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
  326. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
  327. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
  328. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
  329. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
  330. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
  331. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
  332. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
  333. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
  334. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
  335. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
  336. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
  337. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
  338. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
  339. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
  340. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
  341. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
  342. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
  343. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
  344. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
  345. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
  346. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
  347. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
  348. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
  349. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
  350. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
  351. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
  352. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
  353. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
  354. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
  355. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
  356. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
  357. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
  358. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
  359. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
  360. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
  361. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
  362. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
  363. package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
  364. package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
  365. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
  366. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
  367. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
  368. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
  369. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
  370. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
  371. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
  372. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
  373. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
  374. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
  375. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
  376. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
  377. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
  378. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
  379. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
  380. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
  381. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
  382. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
  383. package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
  384. package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
  385. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
  386. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
  387. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
  388. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
  389. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
  390. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
  391. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
  392. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
  393. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
  394. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
  395. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
  396. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
  397. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
  398. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
  399. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
  400. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
  401. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
  402. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
  403. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
  404. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
  405. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
  406. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
  407. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
  408. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
  409. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
  410. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
  411. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
  412. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
  413. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
  414. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
  415. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
  416. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
  417. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
  418. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
  419. package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
  420. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  421. package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
  422. package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
  423. package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
  424. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  425. package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
  426. package/fiori/dynamic-page/index.d.ts +38 -0
  427. package/fiori/dynamic-page-header/index.d.ts +13 -0
  428. package/fiori/dynamic-page-title/index.d.ts +13 -0
  429. package/fiori/dynamic-side-content/index.d.ts +1 -30
  430. package/fiori/filter-item/index.d.ts +1 -1
  431. package/fiori/filter-item-option/index.d.ts +1 -1
  432. package/fiori/flexible-column-layout/index.d.ts +27 -28
  433. package/fiori/illustrated-message/index.d.ts +26 -36
  434. package/fiori/media-gallery/index.d.ts +6 -6
  435. package/fiori/media-gallery-item/index.d.ts +1 -7
  436. package/fiori/notification-list/index.d.ts +30 -0
  437. package/fiori/notification-list-group-item/index.d.ts +9 -26
  438. package/fiori/notification-list-item/index.d.ts +26 -24
  439. package/fiori/page/index.d.ts +9 -10
  440. package/fiori/product-switch/index.d.ts +1 -1
  441. package/fiori/product-switch-item/index.d.ts +14 -15
  442. package/fiori/shell-bar/index.d.ts +41 -58
  443. package/fiori/shell-bar-item/index.d.ts +3 -3
  444. package/fiori/side-navigation/index.d.ts +2 -2
  445. package/fiori/side-navigation-group/index.d.ts +33 -0
  446. package/fiori/side-navigation-item/index.d.ts +14 -27
  447. package/fiori/side-navigation-sub-item/index.d.ts +13 -26
  448. package/fiori/sort-item/index.d.ts +1 -1
  449. package/fiori/timeline/index.d.ts +1 -9
  450. package/fiori/timeline-item/index.d.ts +7 -8
  451. package/fiori/ui5-fiori.module.d.ts +32 -29
  452. package/fiori/upload-collection/index.d.ts +10 -13
  453. package/fiori/upload-collection-item/index.d.ts +51 -44
  454. package/fiori/view-settings-dialog/index.d.ts +2 -2
  455. package/fiori/wizard/index.d.ts +2 -2
  456. package/fiori/wizard-step/index.d.ts +16 -23
  457. package/generic-cva/index.d.ts +0 -1
  458. package/index.d.ts +26 -12
  459. package/main/avatar/index.d.ts +37 -31
  460. package/main/avatar-group/index.d.ts +12 -4
  461. package/{fiori → main}/bar/index.d.ts +3 -3
  462. package/main/breadcrumbs/index.d.ts +10 -8
  463. package/main/breadcrumbs-item/index.d.ts +12 -13
  464. package/main/busy-indicator/index.d.ts +6 -2
  465. package/main/button/index.d.ts +40 -42
  466. package/main/calendar/index.d.ts +14 -15
  467. package/main/calendar-date/index.d.ts +3 -3
  468. package/main/calendar-date-range/index.d.ts +23 -0
  469. package/main/calendar-legend/index.d.ts +29 -0
  470. package/main/calendar-legend-item/index.d.ts +21 -0
  471. package/main/card/index.d.ts +3 -2
  472. package/main/card-header/index.d.ts +6 -6
  473. package/main/carousel/index.d.ts +27 -22
  474. package/main/check-box/index.d.ts +23 -30
  475. package/main/color-palette/index.d.ts +1 -1
  476. package/main/color-palette-item/index.d.ts +10 -3
  477. package/main/color-palette-popover/index.d.ts +8 -4
  478. package/main/color-picker/index.d.ts +10 -4
  479. package/main/combo-box/index.d.ts +14 -8
  480. package/main/combo-box-item/index.d.ts +1 -1
  481. package/main/combo-box-item-group/index.d.ts +17 -0
  482. package/main/custom-list-item/index.d.ts +32 -24
  483. package/main/date-picker/index.d.ts +12 -17
  484. package/main/date-range-picker/index.d.ts +12 -17
  485. package/main/date-time-picker/index.d.ts +12 -17
  486. package/main/dialog/index.d.ts +35 -27
  487. package/main/file-uploader/index.d.ts +10 -16
  488. package/main/form/index.d.ts +48 -0
  489. package/main/form-group/index.d.ts +22 -0
  490. package/main/form-item/index.d.ts +22 -0
  491. package/main/icon/index.d.ts +17 -30
  492. package/main/input/index.d.ts +39 -37
  493. package/main/label/index.d.ts +10 -9
  494. package/main/link/index.d.ts +31 -42
  495. package/main/list/index.d.ts +50 -31
  496. package/main/list-item-group/index.d.ts +21 -0
  497. package/main/menu/index.d.ts +17 -15
  498. package/main/menu-item/index.d.ts +63 -15
  499. package/main/message-strip/index.d.ts +11 -3
  500. package/main/multi-combo-box/index.d.ts +17 -9
  501. package/main/multi-combo-box-group-item/index.d.ts +1 -1
  502. package/main/multi-combo-box-item/index.d.ts +1 -1
  503. package/main/multi-input/index.d.ts +43 -39
  504. package/main/option/index.d.ts +13 -15
  505. package/main/option-custom/index.d.ts +31 -0
  506. package/main/panel/index.d.ts +6 -6
  507. package/main/popover/index.d.ts +25 -20
  508. package/main/progress-indicator/index.d.ts +7 -12
  509. package/main/radio-button/index.d.ts +15 -27
  510. package/main/range-slider/index.d.ts +13 -9
  511. package/main/rating-indicator/index.d.ts +10 -12
  512. package/main/responsive-popover/index.d.ts +25 -20
  513. package/main/segmented-button/index.d.ts +2 -10
  514. package/main/segmented-button-item/index.d.ts +11 -68
  515. package/main/select/index.d.ts +14 -29
  516. package/main/slider/index.d.ts +13 -7
  517. package/main/special-calendar-date/index.d.ts +22 -0
  518. package/main/split-button/index.d.ts +3 -7
  519. package/main/standard-list-item/index.d.ts +44 -37
  520. package/main/step-input/index.d.ts +12 -14
  521. package/main/suggestion-group-item/index.d.ts +2 -2
  522. package/main/suggestion-item/index.d.ts +18 -18
  523. package/main/switch/index.d.ts +20 -28
  524. package/main/tab/index.d.ts +9 -12
  525. package/main/tab-container/index.d.ts +23 -25
  526. package/main/tab-separator/index.d.ts +1 -1
  527. package/main/tag/index.d.ts +52 -0
  528. package/main/text/index.d.ts +17 -0
  529. package/main/text-area/index.d.ts +31 -33
  530. package/main/time-picker/index.d.ts +28 -21
  531. package/main/title/index.d.ts +4 -3
  532. package/main/toast/index.d.ts +13 -5
  533. package/main/toggle-button/index.d.ts +40 -42
  534. package/main/token/index.d.ts +1 -13
  535. package/main/tokenizer/index.d.ts +43 -0
  536. package/main/toolbar/index.d.ts +1 -1
  537. package/main/toolbar-button/index.d.ts +35 -56
  538. package/main/toolbar-select/index.d.ts +5 -13
  539. package/main/toolbar-select-option/index.d.ts +1 -1
  540. package/main/toolbar-separator/index.d.ts +1 -7
  541. package/main/toolbar-spacer/index.d.ts +2 -9
  542. package/main/tree/index.d.ts +12 -11
  543. package/main/tree-item/index.d.ts +48 -42
  544. package/main/tree-item-custom/index.d.ts +46 -40
  545. package/main/ui5-main.module.d.ts +79 -75
  546. package/package.json +160 -75
  547. package/ui5-webcomponents-ngx-0.3.0-rc.3.tgz +0 -0
  548. package/ui5-webcomponents.module.d.ts +2 -1
  549. package/esm2022/fiori/bar/index.mjs +0 -33
  550. package/esm2022/fiori/notification-action/index.mjs +0 -35
  551. package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
  552. package/esm2022/main/badge/index.mjs +0 -47
  553. package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
  554. package/esm2022/main/combo-box-group-item/index.mjs +0 -33
  555. package/esm2022/main/group-header-list-item/index.mjs +0 -33
  556. package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
  557. package/esm2022/main/select-menu/index.mjs +0 -26
  558. package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
  559. package/esm2022/main/select-menu-option/index.mjs +0 -53
  560. package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
  561. package/esm2022/main/table/index.mjs +0 -69
  562. package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
  563. package/esm2022/main/table-cell/index.mjs +0 -26
  564. package/esm2022/main/table-column/index.mjs +0 -33
  565. package/esm2022/main/table-group-row/index.mjs +0 -26
  566. package/esm2022/main/table-row/index.mjs +0 -33
  567. package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
  568. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
  569. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
  570. package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
  571. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
  572. package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
  573. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
  574. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
  575. package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
  576. package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
  577. package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
  578. package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
  579. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
  580. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
  581. package/fiori/notification-action/index.d.ts +0 -40
  582. package/main/badge/index.d.ts +0 -47
  583. package/main/combo-box-group-item/index.d.ts +0 -17
  584. package/main/group-header-list-item/index.d.ts +0 -22
  585. package/main/select-menu/index.d.ts +0 -13
  586. package/main/select-menu-option/index.d.ts +0 -56
  587. package/main/table/index.d.ts +0 -125
  588. package/main/table-column/index.d.ts +0 -45
  589. package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
package/README.md CHANGED
@@ -19,6 +19,7 @@ All the components that are included in this library, are standalone and can be
19
19
  ```typescript
20
20
  import { Ui5MainModule } from '@ui5/webcomponents-ngx/main'; // Main module import
21
21
  import { Ui5FioriModule } from '@ui5/webcomponents-ngx/fiori'; // Fiori module import
22
+ import { Ui5CompatModule } from '@ui5/webcomponents-ngx/compat'; // Fiori module import
22
23
  import { Ui5WebcomponentsModule } from '@ui5/webcomponents-ngx'; // All components import
23
24
  ```
24
25
 
@@ -0,0 +1 @@
1
+ export { Ui5CompatModule } from './ui5-compat.module';
@@ -0,0 +1,115 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import '@ui5/webcomponents-compat/dist/Table.js';
3
+ import { default as Table, TablePopinChangeEventDetail, TableSelectionChangeEventDetail } from '@ui5/webcomponents-compat/dist/Table.js';
4
+ import { TableRowClickEventDetail } from '@ui5/webcomponents-compat/dist/TableRow.js';
5
+ import * as i0 from "@angular/core";
6
+ declare class TableComponent {
7
+ /**
8
+ Defines the text that will be displayed when there is no data and `hideNoData` is not present.
9
+ */
10
+ noDataText: string;
11
+ /**
12
+ Defines the text that will be displayed inside the growing button at the bottom of the table,
13
+ meant for loading more rows upon press.
14
+
15
+ **Note:** If not specified a built-in text will be displayed.
16
+
17
+ **Note:** This property takes effect if `growing` is set to `Button`.
18
+ */
19
+ growingButtonText: string;
20
+ /**
21
+ Defines the subtext that will be displayed under the `growingButtonText`.
22
+
23
+ **Note:** This property takes effect if `growing` is set to `Button`.
24
+ */
25
+ growingButtonSubtext: string;
26
+ /**
27
+ Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.
28
+ */
29
+ hideNoData: boolean;
30
+ /**
31
+ Defines whether the table will have growing capability either by pressing a `More` button,
32
+ or via user scroll. In both cases `load-more` event is fired.
33
+
34
+ Available options:
35
+
36
+ `Button` - Shows a `More` button at the bottom of the table, pressing of which triggers the `load-more` event.
37
+
38
+ `Scroll` - The `load-more` event is triggered when the user scrolls to the bottom of the table;
39
+
40
+ `None` (default) - The growing is off.
41
+
42
+ **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
43
+ and the component will fallback to `growing="Button"`.
44
+ */
45
+ growing: 'Button' | 'Scroll' | 'None';
46
+ /**
47
+ Defines if the table is in busy state.
48
+
49
+ In this state the component's opacity is reduced
50
+ and busy indicator is displayed at the bottom of the table.
51
+ */
52
+ busy: boolean;
53
+ /**
54
+ Defines the delay in milliseconds, after which the busy indicator will show up for this component.
55
+ */
56
+ busyDelay: number;
57
+ /**
58
+ Determines whether the column headers remain fixed at the top of the page during
59
+ vertical scrolling as long as the Web Component is in the viewport.
60
+
61
+ **Restrictions:**
62
+
63
+ - Browsers that do not support this feature:
64
+
65
+ - Internet Explorer
66
+ - Microsoft Edge lower than version 41 (EdgeHTML 16)
67
+ - Mozilla Firefox lower than version 59
68
+
69
+ - Scrolling behavior:
70
+
71
+ - If the Web Component is placed in layout containers that have the `overflow: hidden`
72
+ or `overflow: auto` style definition, this can
73
+ prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.
74
+ */
75
+ stickyColumnHeader: boolean;
76
+ /**
77
+ Defines the mode of the component.
78
+ */
79
+ mode: 'None' | 'SingleSelect' | 'MultiSelect';
80
+ /**
81
+ Defines the accessible ARIA name of the component.
82
+ */
83
+ accessibleName: string | undefined;
84
+ /**
85
+ Receives id(or many ids) of the elements that label the component.
86
+ */
87
+ accessibleNameRef: string;
88
+ /**
89
+ Fired when a row in `Active` mode is clicked or `Enter` key is pressed.
90
+ */
91
+ ui5RowClick: EventEmitter<TableRowClickEventDetail>;
92
+ /**
93
+ Fired when `ui5-table-column` is shown as a pop-in instead of hiding it.
94
+ */
95
+ ui5PopinChange: EventEmitter<TablePopinChangeEventDetail>;
96
+ /**
97
+ Fired when the user presses the `More` button or scrolls to the table's end.
98
+
99
+ **Note:** The event will be fired if `growing` is set to `Button` or `Scroll`.
100
+ */
101
+ ui5LoadMore: EventEmitter<void>;
102
+ /**
103
+ Fired when selection is changed by user interaction
104
+ in `SingleSelect` and `MultiSelect` modes.
105
+ */
106
+ ui5SelectionChange: EventEmitter<TableSelectionChangeEventDetail>;
107
+ private elementRef;
108
+ private zone;
109
+ private cdr;
110
+ get element(): Table;
111
+ constructor();
112
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", ["ui5Table"], { "noDataText": { "alias": "noDataText"; "required": false; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; }; "growingButtonSubtext": { "alias": "growingButtonSubtext"; "required": false; }; "hideNoData": { "alias": "hideNoData"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "busy": { "alias": "busy"; "required": false; }; "busyDelay": { "alias": "busyDelay"; "required": false; }; "stickyColumnHeader": { "alias": "stickyColumnHeader"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5RowClick": "ui5RowClick"; "ui5PopinChange": "ui5PopinChange"; "ui5LoadMore": "ui5LoadMore"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
114
+ }
115
+ export { TableComponent };
@@ -1,5 +1,5 @@
1
- import '@ui5/webcomponents/dist/TableCell.js';
2
- import TableCell from '@ui5/webcomponents/dist/TableCell.js';
1
+ import '@ui5/webcomponents-compat/dist/TableCell.js';
2
+ import TableCell from '@ui5/webcomponents-compat/dist/TableCell.js';
3
3
  import * as i0 from "@angular/core";
4
4
  declare class TableCellComponent {
5
5
  private elementRef;
@@ -8,6 +8,6 @@ declare class TableCellComponent {
8
8
  get element(): TableCell;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCellComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "ui5-table-cell", never, {}, {}, never, ["*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "ui5-table-cell", ["ui5TableCell"], {}, {}, never, ["*"], true, never>;
12
12
  }
13
13
  export { TableCellComponent };
@@ -0,0 +1,42 @@
1
+ import '@ui5/webcomponents-compat/dist/TableColumn.js';
2
+ import TableColumn from '@ui5/webcomponents-compat/dist/TableColumn.js';
3
+ import * as i0 from "@angular/core";
4
+ declare class TableColumnComponent {
5
+ /**
6
+ Defines the minimum table width required to display this column. By default it is always displayed.
7
+
8
+ The responsive behavior of the `ui5-table` is determined by this property. As an example, by setting
9
+ `minWidth` property to `400` sets the minimum width to 400 pixels, and shows this column on tablet (and desktop) but hides it on mobile.
10
+
11
+ For further responsive design options, see `demandPopin` property.
12
+ */
13
+ minWidth: number;
14
+ /**
15
+ The text for the column when it pops in.
16
+ */
17
+ popinText: string;
18
+ /**
19
+ According to your `minWidth` settings, the component can be hidden
20
+ in different screen sizes.
21
+
22
+ Setting this property to `true`, shows this column as pop-in instead of hiding it.
23
+ */
24
+ demandPopin: boolean;
25
+ /**
26
+ Defines how the popin row is displayed.
27
+
28
+ **The available values are:**
29
+
30
+ - `Block`
31
+ - `Inline`
32
+ */
33
+ popinDisplay: 'Block' | 'Inline';
34
+ private elementRef;
35
+ private zone;
36
+ private cdr;
37
+ get element(): TableColumn;
38
+ constructor();
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "ui5-table-column", ["ui5TableColumn"], { "minWidth": { "alias": "minWidth"; "required": false; }; "popinText": { "alias": "popinText"; "required": false; }; "demandPopin": { "alias": "demandPopin"; "required": false; }; "popinDisplay": { "alias": "popinDisplay"; "required": false; }; }, {}, never, ["*"], true, never>;
41
+ }
42
+ export { TableColumnComponent };
@@ -1,5 +1,5 @@
1
- import '@ui5/webcomponents/dist/TableGroupRow.js';
2
- import TableGroupRow from '@ui5/webcomponents/dist/TableGroupRow.js';
1
+ import '@ui5/webcomponents-compat/dist/TableGroupRow.js';
2
+ import TableGroupRow from '@ui5/webcomponents-compat/dist/TableGroupRow.js';
3
3
  import * as i0 from "@angular/core";
4
4
  declare class TableGroupRowComponent {
5
5
  private elementRef;
@@ -8,6 +8,6 @@ declare class TableGroupRowComponent {
8
8
  get element(): TableGroupRow;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TableGroupRowComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TableGroupRowComponent, "ui5-table-group-row", never, {}, {}, never, ["*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableGroupRowComponent, "ui5-table-group-row", ["ui5TableGroupRow"], {}, {}, never, ["*"], true, never>;
12
12
  }
13
13
  export { TableGroupRowComponent };
@@ -1,12 +1,12 @@
1
- import '@ui5/webcomponents/dist/TableRow.js';
2
- import TableRow from '@ui5/webcomponents/dist/TableRow.js';
1
+ import '@ui5/webcomponents-compat/dist/TableRow.js';
2
+ import TableRow from '@ui5/webcomponents-compat/dist/TableRow.js';
3
3
  import * as i0 from "@angular/core";
4
4
  declare class TableRowComponent {
5
5
  /**
6
6
  Defines the visual indication and behavior of the component.
7
7
 
8
- <b>Note:</b> When set to <code>Active</code>, the item will provide visual response upon press,
9
- while with type <code>Inactive</code>-will not.
8
+ **Note:** When set to `Active`, the item will provide visual response upon press,
9
+ while with type `Inactive`-will not.
10
10
  */
11
11
  type: 'Inactive' | 'Active';
12
12
  /**
@@ -23,6 +23,6 @@ declare class TableRowComponent {
23
23
  get element(): TableRow;
24
24
  constructor();
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", never, { "type": { "alias": "type"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; }, {}, never, ["*"], true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", ["ui5TableRow"], { "type": { "alias": "type"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; }, {}, never, ["*"], true, never>;
27
27
  }
28
28
  export { TableRowComponent };
@@ -0,0 +1,9 @@
1
+ import { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';
2
+ import * as i0 from "@angular/core";
3
+ declare class Ui5WebcomponentsCompatThemingService extends WebcomponentsThemingProvider {
4
+ name: string;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<Ui5WebcomponentsCompatThemingService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<Ui5WebcomponentsCompatThemingService>;
8
+ }
9
+ export { Ui5WebcomponentsCompatThemingService };
@@ -0,0 +1,15 @@
1
+ import { Ui5WebcomponentsCompatThemingService } from "@ui5/webcomponents-ngx/compat/theming";
2
+ import "@ui5/webcomponents-compat/dist/Assets.js";
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@ui5/webcomponents-ngx/compat/table";
5
+ import * as i2 from "@ui5/webcomponents-ngx/compat/table-cell";
6
+ import * as i3 from "@ui5/webcomponents-ngx/compat/table-column";
7
+ import * as i4 from "@ui5/webcomponents-ngx/compat/table-group-row";
8
+ import * as i5 from "@ui5/webcomponents-ngx/compat/table-row";
9
+ declare class Ui5CompatModule {
10
+ constructor(ui5WebcomponentsCompatThemingService: Ui5WebcomponentsCompatThemingService);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<Ui5CompatModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5CompatModule, never, [typeof i1.TableComponent, typeof i2.TableCellComponent, typeof i3.TableColumnComponent, typeof i4.TableGroupRowComponent, typeof i5.TableRowComponent], [typeof i1.TableComponent, typeof i2.TableCellComponent, typeof i3.TableColumnComponent, typeof i4.TableGroupRowComponent, typeof i5.TableRowComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<Ui5CompatModule>;
14
+ }
15
+ export { Ui5CompatModule };
@@ -0,0 +1,2 @@
1
+ export { Ui5CompatModule } from './ui5-compat.module';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBVaTVDb21wYXRNb2R1bGUgfSBmcm9tICcuL3VpNS1jb21wYXQubW9kdWxlJzsiXX0=
@@ -0,0 +1,70 @@
1
+ import { __decorate, __metadata } from "tslib";
2
+ import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
3
+ import '@ui5/webcomponents-compat/dist/Table.js';
4
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
5
+ import * as i0 from "@angular/core";
6
+ let TableComponent = class TableComponent {
7
+ get element() {
8
+ return this.elementRef.nativeElement;
9
+ }
10
+ constructor() {
11
+ this.elementRef = inject(ElementRef);
12
+ this.zone = inject(NgZone);
13
+ this.cdr = inject(ChangeDetectorRef);
14
+ this.cdr.detach();
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableComponent, isStandalone: true, selector: "ui5-table", inputs: { noDataText: "noDataText", growingButtonText: "growingButtonText", growingButtonSubtext: "growingButtonSubtext", hideNoData: "hideNoData", growing: "growing", busy: "busy", busyDelay: "busyDelay", stickyColumnHeader: "stickyColumnHeader", mode: "mode", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5RowClick: "ui5RowClick", ui5PopinChange: "ui5PopinChange", ui5LoadMore: "ui5LoadMore", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Table"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ };
19
+ TableComponent = __decorate([
20
+ ProxyInputs([
21
+ 'noDataText',
22
+ 'growingButtonText',
23
+ 'growingButtonSubtext',
24
+ 'hideNoData',
25
+ 'growing',
26
+ 'busy',
27
+ 'busyDelay',
28
+ 'stickyColumnHeader',
29
+ 'mode',
30
+ 'accessibleName',
31
+ 'accessibleNameRef',
32
+ ]),
33
+ ProxyOutputs([
34
+ 'row-click: ui5RowClick',
35
+ 'popin-change: ui5PopinChange',
36
+ 'load-more: ui5LoadMore',
37
+ 'selection-change: ui5SelectionChange',
38
+ ]),
39
+ __metadata("design:paramtypes", [])
40
+ ], TableComponent);
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableComponent, decorators: [{
42
+ type: Component,
43
+ args: [{
44
+ standalone: true,
45
+ selector: 'ui5-table',
46
+ template: '<ng-content></ng-content>',
47
+ inputs: [
48
+ 'noDataText',
49
+ 'growingButtonText',
50
+ 'growingButtonSubtext',
51
+ 'hideNoData',
52
+ 'growing',
53
+ 'busy',
54
+ 'busyDelay',
55
+ 'stickyColumnHeader',
56
+ 'mode',
57
+ 'accessibleName',
58
+ 'accessibleNameRef',
59
+ ],
60
+ outputs: [
61
+ 'ui5RowClick',
62
+ 'ui5PopinChange',
63
+ 'ui5LoadMore',
64
+ 'ui5SelectionChange',
65
+ ],
66
+ exportAs: 'ui5Table',
67
+ }]
68
+ }], ctorParameters: () => [] });
69
+ export { TableComponent };
70
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUVWLE1BQU0sRUFDTixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyx5Q0FBeUMsQ0FBQztBQU9qRCxPQUFPLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUN6RSxJQTRDTSxjQUFjLEdBNUNwQixNQTRDTSxjQUFjO0lBcUhsQixJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO0lBQ3ZDLENBQUM7SUFFRDtRQVJRLGVBQVUsR0FBc0IsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ25ELFNBQUksR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDdEIsUUFBRyxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBT3RDLElBQUksQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDcEIsQ0FBQzs4R0EzSEcsY0FBYztrR0FBZCxjQUFjLGdrQkF0QlIsMkJBQTJCOztBQXNCakMsY0FBYztJQTVDbkIsV0FBVyxDQUFDO1FBQ1gsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixzQkFBc0I7UUFDdEIsWUFBWTtRQUNaLFNBQVM7UUFDVCxNQUFNO1FBQ04sV0FBVztRQUNYLG9CQUFvQjtRQUNwQixNQUFNO1FBQ04sZ0JBQWdCO1FBQ2hCLG1CQUFtQjtLQUNwQixDQUFDO0lBQ0QsWUFBWSxDQUFDO1FBQ1osd0JBQXdCO1FBQ3hCLDhCQUE4QjtRQUM5Qix3QkFBd0I7UUFDeEIsc0NBQXNDO0tBQ3ZDLENBQUM7O0dBMEJJLGNBQWMsQ0E0SG5COzJGQTVISyxjQUFjO2tCQXpCbkIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRTt3QkFDTixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsc0JBQXNCO3dCQUN0QixZQUFZO3dCQUNaLFNBQVM7d0JBQ1QsTUFBTTt3QkFDTixXQUFXO3dCQUNYLG9CQUFvQjt3QkFDcEIsTUFBTTt3QkFDTixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGFBQWE7d0JBQ2IsZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLG9CQUFvQjtxQkFDckI7b0JBQ0QsUUFBUSxFQUFFLFVBQVU7aUJBQ3JCOztBQThIRCxPQUFPLEVBQUUsY0FBYyxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIE5nWm9uZSxcbiAgaW5qZWN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlLmpzJztcbmltcG9ydCB7XG4gIGRlZmF1bHQgYXMgVGFibGUsXG4gIFRhYmxlUG9waW5DaGFuZ2VFdmVudERldGFpbCxcbiAgVGFibGVTZWxlY3Rpb25DaGFuZ2VFdmVudERldGFpbCxcbn0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlLmpzJztcbmltcG9ydCB7IFRhYmxlUm93Q2xpY2tFdmVudERldGFpbCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZVJvdy5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cywgUHJveHlPdXRwdXRzIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLW5neC91dGlscyc7XG5AUHJveHlJbnB1dHMoW1xuICAnbm9EYXRhVGV4dCcsXG4gICdncm93aW5nQnV0dG9uVGV4dCcsXG4gICdncm93aW5nQnV0dG9uU3VidGV4dCcsXG4gICdoaWRlTm9EYXRhJyxcbiAgJ2dyb3dpbmcnLFxuICAnYnVzeScsXG4gICdidXN5RGVsYXknLFxuICAnc3RpY2t5Q29sdW1uSGVhZGVyJyxcbiAgJ21vZGUnLFxuICAnYWNjZXNzaWJsZU5hbWUnLFxuICAnYWNjZXNzaWJsZU5hbWVSZWYnLFxuXSlcbkBQcm94eU91dHB1dHMoW1xuICAncm93LWNsaWNrOiB1aTVSb3dDbGljaycsXG4gICdwb3Bpbi1jaGFuZ2U6IHVpNVBvcGluQ2hhbmdlJyxcbiAgJ2xvYWQtbW9yZTogdWk1TG9hZE1vcmUnLFxuICAnc2VsZWN0aW9uLWNoYW5nZTogdWk1U2VsZWN0aW9uQ2hhbmdlJyxcbl0pXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtdGFibGUnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBpbnB1dHM6IFtcbiAgICAnbm9EYXRhVGV4dCcsXG4gICAgJ2dyb3dpbmdCdXR0b25UZXh0JyxcbiAgICAnZ3Jvd2luZ0J1dHRvblN1YnRleHQnLFxuICAgICdoaWRlTm9EYXRhJyxcbiAgICAnZ3Jvd2luZycsXG4gICAgJ2J1c3knLFxuICAgICdidXN5RGVsYXknLFxuICAgICdzdGlja3lDb2x1bW5IZWFkZXInLFxuICAgICdtb2RlJyxcbiAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICdhY2Nlc3NpYmxlTmFtZVJlZicsXG4gIF0sXG4gIG91dHB1dHM6IFtcbiAgICAndWk1Um93Q2xpY2snLFxuICAgICd1aTVQb3BpbkNoYW5nZScsXG4gICAgJ3VpNUxvYWRNb3JlJyxcbiAgICAndWk1U2VsZWN0aW9uQ2hhbmdlJyxcbiAgXSxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZScsXG59KVxuY2xhc3MgVGFibGVDb21wb25lbnQge1xuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgdGV4dCB0aGF0IHdpbGwgYmUgZGlzcGxheWVkIHdoZW4gdGhlcmUgaXMgbm8gZGF0YSBhbmQgYGhpZGVOb0RhdGFgIGlzIG5vdCBwcmVzZW50LlxuICAgICovXG4gIG5vRGF0YVRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIHRleHQgdGhhdCB3aWxsIGJlIGRpc3BsYXllZCBpbnNpZGUgdGhlIGdyb3dpbmcgYnV0dG9uIGF0IHRoZSBib3R0b20gb2YgdGhlIHRhYmxlLFxubWVhbnQgZm9yIGxvYWRpbmcgbW9yZSByb3dzIHVwb24gcHJlc3MuXG5cbioqTm90ZToqKiBJZiBub3Qgc3BlY2lmaWVkIGEgYnVpbHQtaW4gdGV4dCB3aWxsIGJlIGRpc3BsYXllZC5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgdGFrZXMgZWZmZWN0IGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAuXG4gICAgKi9cbiAgZ3Jvd2luZ0J1dHRvblRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIHN1YnRleHQgdGhhdCB3aWxsIGJlIGRpc3BsYXllZCB1bmRlciB0aGUgYGdyb3dpbmdCdXR0b25UZXh0YC5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgdGFrZXMgZWZmZWN0IGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAuXG4gICAgKi9cbiAgZ3Jvd2luZ0J1dHRvblN1YnRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgaWYgdGhlIHZhbHVlIG9mIGBub0RhdGFUZXh0YCB3aWxsIGJlIGRpcGxheWVkIHdoZW4gdGhlcmUgaXMgbm8gcm93cyBwcmVzZW50IGluIHRoZSB0YWJsZS5cbiAgICAqL1xuICBoaWRlTm9EYXRhITogYm9vbGVhbjtcblxuICAvKipcbiAgICAgRGVmaW5lcyB3aGV0aGVyIHRoZSB0YWJsZSB3aWxsIGhhdmUgZ3Jvd2luZyBjYXBhYmlsaXR5IGVpdGhlciBieSBwcmVzc2luZyBhIGBNb3JlYCBidXR0b24sXG5vciB2aWEgdXNlciBzY3JvbGwuIEluIGJvdGggY2FzZXMgYGxvYWQtbW9yZWAgZXZlbnQgaXMgZmlyZWQuXG5cbkF2YWlsYWJsZSBvcHRpb25zOlxuXG5gQnV0dG9uYCAtIFNob3dzIGEgYE1vcmVgIGJ1dHRvbiBhdCB0aGUgYm90dG9tIG9mIHRoZSB0YWJsZSwgcHJlc3Npbmcgb2Ygd2hpY2ggdHJpZ2dlcnMgdGhlIGBsb2FkLW1vcmVgIGV2ZW50LlxuXG5gU2Nyb2xsYCAtIFRoZSBgbG9hZC1tb3JlYCBldmVudCBpcyB0cmlnZ2VyZWQgd2hlbiB0aGUgdXNlciBzY3JvbGxzIHRvIHRoZSBib3R0b20gb2YgdGhlIHRhYmxlO1xuXG5gTm9uZWAgKGRlZmF1bHQpIC0gVGhlIGdyb3dpbmcgaXMgb2ZmLlxuXG4qKlJlc3RyaWN0aW9uczoqKiBgZ3Jvd2luZz1cIlNjcm9sbFwiYCBpcyBub3Qgc3VwcG9ydGVkIGZvciBJbnRlcm5ldCBFeHBsb3JlcixcbmFuZCB0aGUgY29tcG9uZW50IHdpbGwgZmFsbGJhY2sgdG8gYGdyb3dpbmc9XCJCdXR0b25cImAuXG4gICAgKi9cbiAgZ3Jvd2luZyE6ICdCdXR0b24nIHwgJ1Njcm9sbCcgfCAnTm9uZSc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgaWYgdGhlIHRhYmxlIGlzIGluIGJ1c3kgc3RhdGUuXG5cbkluIHRoaXMgc3RhdGUgdGhlIGNvbXBvbmVudCdzIG9wYWNpdHkgaXMgcmVkdWNlZFxuYW5kIGJ1c3kgaW5kaWNhdG9yIGlzIGRpc3BsYXllZCBhdCB0aGUgYm90dG9tIG9mIHRoZSB0YWJsZS5cbiAgICAqL1xuICBidXN5ITogYm9vbGVhbjtcblxuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgZGVsYXkgaW4gbWlsbGlzZWNvbmRzLCBhZnRlciB3aGljaCB0aGUgYnVzeSBpbmRpY2F0b3Igd2lsbCBzaG93IHVwIGZvciB0aGlzIGNvbXBvbmVudC5cbiAgICAqL1xuICBidXN5RGVsYXkhOiBudW1iZXI7XG5cbiAgLyoqXG4gICAgIERldGVybWluZXMgd2hldGhlciB0aGUgY29sdW1uIGhlYWRlcnMgcmVtYWluIGZpeGVkIGF0IHRoZSB0b3Agb2YgdGhlIHBhZ2UgZHVyaW5nXG52ZXJ0aWNhbCBzY3JvbGxpbmcgYXMgbG9uZyBhcyB0aGUgV2ViIENvbXBvbmVudCBpcyBpbiB0aGUgdmlld3BvcnQuXG5cbioqUmVzdHJpY3Rpb25zOioqXG5cbi0gQnJvd3NlcnMgdGhhdCBkbyBub3Qgc3VwcG9ydCB0aGlzIGZlYXR1cmU6XG5cbi0gSW50ZXJuZXQgRXhwbG9yZXJcbi0gTWljcm9zb2Z0IEVkZ2UgbG93ZXIgdGhhbiB2ZXJzaW9uIDQxIChFZGdlSFRNTCAxNilcbi0gTW96aWxsYSBGaXJlZm94IGxvd2VyIHRoYW4gdmVyc2lvbiA1OVxuXG4tIFNjcm9sbGluZyBiZWhhdmlvcjpcblxuLSBJZiB0aGUgV2ViIENvbXBvbmVudCBpcyBwbGFjZWQgaW4gbGF5b3V0IGNvbnRhaW5lcnMgdGhhdCBoYXZlIHRoZSBgb3ZlcmZsb3c6IGhpZGRlbmBcbm9yIGBvdmVyZmxvdzogYXV0b2Agc3R5bGUgZGVmaW5pdGlvbiwgdGhpcyBjYW5cbnByZXZlbnQgdGhlIHN0aWNreSBlbGVtZW50cyBvZiB0aGUgV2ViIENvbXBvbmVudCBmcm9tIGJlY29taW5nIGZpeGVkIGF0IHRoZSB0b3Agb2YgdGhlIHZpZXdwb3J0LlxuICAgICovXG4gIHN0aWNreUNvbHVtbkhlYWRlciE6IGJvb2xlYW47XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIG1vZGUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICAqL1xuICBtb2RlITogJ05vbmUnIHwgJ1NpbmdsZVNlbGVjdCcgfCAnTXVsdGlTZWxlY3QnO1xuXG4gIC8qKlxuICAgICBEZWZpbmVzIHRoZSBhY2Nlc3NpYmxlIEFSSUEgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgICovXG4gIGFjY2Vzc2libGVOYW1lITogc3RyaW5nIHwgdW5kZWZpbmVkO1xuXG4gIC8qKlxuICAgICBSZWNlaXZlcyBpZChvciBtYW55IGlkcykgb2YgdGhlIGVsZW1lbnRzIHRoYXQgbGFiZWwgdGhlIGNvbXBvbmVudC5cbiAgICAqL1xuICBhY2Nlc3NpYmxlTmFtZVJlZiE6IHN0cmluZztcblxuICAvKipcbiAgICAgRmlyZWQgd2hlbiBhIHJvdyBpbiBgQWN0aXZlYCBtb2RlIGlzIGNsaWNrZWQgb3IgYEVudGVyYCBrZXkgaXMgcHJlc3NlZC5cbiAgICAqL1xuICB1aTVSb3dDbGljayE6IEV2ZW50RW1pdHRlcjxUYWJsZVJvd0NsaWNrRXZlbnREZXRhaWw+O1xuICAvKipcbiAgICAgRmlyZWQgd2hlbiBgdWk1LXRhYmxlLWNvbHVtbmAgaXMgc2hvd24gYXMgYSBwb3AtaW4gaW5zdGVhZCBvZiBoaWRpbmcgaXQuXG4gICAgKi9cbiAgdWk1UG9waW5DaGFuZ2UhOiBFdmVudEVtaXR0ZXI8VGFibGVQb3BpbkNoYW5nZUV2ZW50RGV0YWlsPjtcbiAgLyoqXG4gICAgIEZpcmVkIHdoZW4gdGhlIHVzZXIgcHJlc3NlcyB0aGUgYE1vcmVgIGJ1dHRvbiBvciBzY3JvbGxzIHRvIHRoZSB0YWJsZSdzIGVuZC5cblxuKipOb3RlOioqIFRoZSBldmVudCB3aWxsIGJlIGZpcmVkIGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAgb3IgYFNjcm9sbGAuXG4gICAgKi9cbiAgdWk1TG9hZE1vcmUhOiBFdmVudEVtaXR0ZXI8dm9pZD47XG4gIC8qKlxuICAgICBGaXJlZCB3aGVuIHNlbGVjdGlvbiBpcyBjaGFuZ2VkIGJ5IHVzZXIgaW50ZXJhY3Rpb25cbmluIGBTaW5nbGVTZWxlY3RgIGFuZCBgTXVsdGlTZWxlY3RgIG1vZGVzLlxuICAgICovXG4gIHVpNVNlbGVjdGlvbkNoYW5nZSE6IEV2ZW50RW1pdHRlcjxUYWJsZVNlbGVjdGlvbkNoYW5nZUV2ZW50RGV0YWlsPjtcblxuICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8VGFibGU+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVDb21wb25lbnQgfTtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LWFuZ3VsYXIvY29tcGF0L3RhYmxlL3VpNS13ZWJjb21wb25lbnRzLW5neC1jb21wYXQtdGFibGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,27 @@
1
+ import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
2
+ import '@ui5/webcomponents-compat/dist/TableCell.js';
3
+ import * as i0 from "@angular/core";
4
+ class TableCellComponent {
5
+ get element() {
6
+ return this.elementRef.nativeElement;
7
+ }
8
+ constructor() {
9
+ this.elementRef = inject(ElementRef);
10
+ this.zone = inject(NgZone);
11
+ this.cdr = inject(ChangeDetectorRef);
12
+ this.cdr.detach();
13
+ }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableCellComponent, isStandalone: true, selector: "ui5-table-cell", exportAs: ["ui5TableCell"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
+ }
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableCellComponent, decorators: [{
18
+ type: Component,
19
+ args: [{
20
+ standalone: true,
21
+ selector: 'ui5-table-cell',
22
+ template: '<ng-content></ng-content>',
23
+ exportAs: 'ui5TableCell',
24
+ }]
25
+ }], ctorParameters: () => [] });
26
+ export { TableCellComponent };
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jZWxsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNkNBQTZDLENBQUM7O0FBR3JELE1BTU0sa0JBQWtCO0lBS3RCLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVEO1FBUlEsZUFBVSxHQUEwQixNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDdkQsU0FBSSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN0QixRQUFHLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFPdEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQztJQUNwQixDQUFDOzhHQVhHLGtCQUFrQjtrR0FBbEIsa0JBQWtCLHNHQUhaLDJCQUEyQjs7MkZBR2pDLGtCQUFrQjtrQkFOdkIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGNBQWM7aUJBQ3pCOztBQWNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVDZWxsLmpzJztcbmltcG9ydCBUYWJsZUNlbGwgZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlQ2VsbC5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10YWJsZS1jZWxsJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZUNlbGwnLFxufSlcbmNsYXNzIFRhYmxlQ2VsbENvbXBvbmVudCB7XG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUNlbGw+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlQ2VsbCB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5jZHIuZGV0YWNoKCk7XG4gIH1cbn1cbmV4cG9ydCB7IFRhYmxlQ2VsbENvbXBvbmVudCB9O1xuIl19
@@ -2,4 +2,4 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LW1haW4tdGFibGUtY29sdW1uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9tYWluL3RhYmxlLWNvbHVtbi91aTUtd2ViY29tcG9uZW50cy1uZ3gtbWFpbi10YWJsZS1jb2x1bW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jZWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9jb21wYXQvdGFibGUtY2VsbC91aTUtd2ViY29tcG9uZW50cy1uZ3gtY29tcGF0LXRhYmxlLWNlbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,34 @@
1
+ import { __decorate, __metadata } from "tslib";
2
+ import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
3
+ import '@ui5/webcomponents-compat/dist/TableColumn.js';
4
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
5
+ import * as i0 from "@angular/core";
6
+ let TableColumnComponent = class TableColumnComponent {
7
+ get element() {
8
+ return this.elementRef.nativeElement;
9
+ }
10
+ constructor() {
11
+ this.elementRef = inject(ElementRef);
12
+ this.zone = inject(NgZone);
13
+ this.cdr = inject(ChangeDetectorRef);
14
+ this.cdr.detach();
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableColumnComponent, isStandalone: true, selector: "ui5-table-column", inputs: { minWidth: "minWidth", popinText: "popinText", demandPopin: "demandPopin", popinDisplay: "popinDisplay" }, exportAs: ["ui5TableColumn"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ };
19
+ TableColumnComponent = __decorate([
20
+ ProxyInputs(['minWidth', 'popinText', 'demandPopin', 'popinDisplay']),
21
+ __metadata("design:paramtypes", [])
22
+ ], TableColumnComponent);
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableColumnComponent, decorators: [{
24
+ type: Component,
25
+ args: [{
26
+ standalone: true,
27
+ selector: 'ui5-table-column',
28
+ template: '<ng-content></ng-content>',
29
+ inputs: ['minWidth', 'popinText', 'demandPopin', 'popinDisplay'],
30
+ exportAs: 'ui5TableColumn',
31
+ }]
32
+ }], ctorParameters: () => [] });
33
+ export { TableColumnComponent };
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jb2x1bW4vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sK0NBQStDLENBQUM7QUFFdkQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUMzRCxJQVFNLG9CQUFvQixHQVIxQixNQVFNLG9CQUFvQjtJQXNDeEIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQTRCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUN6RCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBNUNHLG9CQUFvQjtrR0FBcEIsb0JBQW9CLDhOQUpkLDJCQUEyQjs7QUFJakMsb0JBQW9CO0lBUnpCLFdBQVcsQ0FBQyxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGNBQWMsQ0FBQyxDQUFDOztHQVFoRSxvQkFBb0IsQ0E2Q3pCOzJGQTdDSyxvQkFBb0I7a0JBUHpCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGNBQWMsQ0FBQztvQkFDaEUsUUFBUSxFQUFFLGdCQUFnQjtpQkFDM0I7O0FBK0NELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVDb2x1bW4uanMnO1xuaW1wb3J0IFRhYmxlQ29sdW1uIGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUNvbHVtbi5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdXRpbHMnO1xuQFByb3h5SW5wdXRzKFsnbWluV2lkdGgnLCAncG9waW5UZXh0JywgJ2RlbWFuZFBvcGluJywgJ3BvcGluRGlzcGxheSddKVxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXRhYmxlLWNvbHVtbicsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGlucHV0czogWydtaW5XaWR0aCcsICdwb3BpblRleHQnLCAnZGVtYW5kUG9waW4nLCAncG9waW5EaXNwbGF5J10sXG4gIGV4cG9ydEFzOiAndWk1VGFibGVDb2x1bW4nLFxufSlcbmNsYXNzIFRhYmxlQ29sdW1uQ29tcG9uZW50IHtcbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIG1pbmltdW0gdGFibGUgd2lkdGggcmVxdWlyZWQgdG8gZGlzcGxheSB0aGlzIGNvbHVtbi4gQnkgZGVmYXVsdCBpdCBpcyBhbHdheXMgZGlzcGxheWVkLlxuXG5UaGUgcmVzcG9uc2l2ZSBiZWhhdmlvciBvZiB0aGUgYHVpNS10YWJsZWAgaXMgZGV0ZXJtaW5lZCBieSB0aGlzIHByb3BlcnR5LiBBcyBhbiBleGFtcGxlLCBieSBzZXR0aW5nXG5gbWluV2lkdGhgIHByb3BlcnR5IHRvIGA0MDBgIHNldHMgdGhlIG1pbmltdW0gd2lkdGggdG8gNDAwIHBpeGVscywgYW5kXHRzaG93cyB0aGlzIGNvbHVtbiBvbiB0YWJsZXQgKGFuZCBkZXNrdG9wKSBidXQgaGlkZXMgaXQgb24gbW9iaWxlLlxuXG5Gb3IgZnVydGhlciByZXNwb25zaXZlIGRlc2lnbiBvcHRpb25zLCBzZWUgYGRlbWFuZFBvcGluYCBwcm9wZXJ0eS5cbiAgICAqL1xuICBtaW5XaWR0aCE6IG51bWJlcjtcblxuICAvKipcbiAgICAgVGhlIHRleHQgZm9yIHRoZSBjb2x1bW4gd2hlbiBpdCBwb3BzIGluLlxuICAgICovXG4gIHBvcGluVGV4dCE6IHN0cmluZztcblxuICAvKipcbiAgICAgQWNjb3JkaW5nIHRvIHlvdXIgYG1pbldpZHRoYCBzZXR0aW5ncywgdGhlIGNvbXBvbmVudCBjYW4gYmUgaGlkZGVuXG5pbiBkaWZmZXJlbnQgc2NyZWVuIHNpemVzLlxuXG5TZXR0aW5nIHRoaXMgcHJvcGVydHkgdG8gYHRydWVgLCBzaG93cyB0aGlzIGNvbHVtbiBhcyBwb3AtaW4gaW5zdGVhZCBvZiBoaWRpbmcgaXQuXG4gICAgKi9cbiAgZGVtYW5kUG9waW4hOiBib29sZWFuO1xuXG4gIC8qKlxuICAgICBEZWZpbmVzIGhvdyB0aGUgcG9waW4gcm93IGlzIGRpc3BsYXllZC5cblxuKipUaGUgYXZhaWxhYmxlIHZhbHVlcyBhcmU6KipcblxuLSBgQmxvY2tgXG4tIGBJbmxpbmVgXG4gICAgKi9cbiAgcG9waW5EaXNwbGF5ITogJ0Jsb2NrJyB8ICdJbmxpbmUnO1xuXG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUNvbHVtbj4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHByaXZhdGUgem9uZSA9IGluamVjdChOZ1pvbmUpO1xuICBwcml2YXRlIGNkciA9IGluamVjdChDaGFuZ2VEZXRlY3RvclJlZik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogVGFibGVDb2x1bW4ge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHRoaXMuY2RyLmRldGFjaCgpO1xuICB9XG59XG5leHBvcnQgeyBUYWJsZUNvbHVtbkNvbXBvbmVudCB9O1xuIl19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jb2x1bW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jb2x1bW4vdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jb2x1bW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,27 @@
1
+ import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
2
+ import '@ui5/webcomponents-compat/dist/TableGroupRow.js';
3
+ import * as i0 from "@angular/core";
4
+ class TableGroupRowComponent {
5
+ get element() {
6
+ return this.elementRef.nativeElement;
7
+ }
8
+ constructor() {
9
+ this.elementRef = inject(ElementRef);
10
+ this.zone = inject(NgZone);
11
+ this.cdr = inject(ChangeDetectorRef);
12
+ this.cdr.detach();
13
+ }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableGroupRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableGroupRowComponent, isStandalone: true, selector: "ui5-table-group-row", exportAs: ["ui5TableGroupRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
+ }
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableGroupRowComponent, decorators: [{
18
+ type: Component,
19
+ args: [{
20
+ standalone: true,
21
+ selector: 'ui5-table-group-row',
22
+ template: '<ng-content></ng-content>',
23
+ exportAs: 'ui5TableGroupRow',
24
+ }]
25
+ }], ctorParameters: () => [] });
26
+ export { TableGroupRowComponent };
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1ncm91cC1yb3cvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUNWLE1BQU0sRUFDTixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxpREFBaUQsQ0FBQzs7QUFHekQsTUFNTSxzQkFBc0I7SUFLMUIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQThCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUMzRCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBWEcsc0JBQXNCO2tHQUF0QixzQkFBc0IsK0dBSGhCLDJCQUEyQjs7MkZBR2pDLHNCQUFzQjtrQkFOM0IsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGtCQUFrQjtpQkFDN0I7O0FBY0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBOZ1pvbmUsXG4gIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUdyb3VwUm93LmpzJztcbmltcG9ydCBUYWJsZUdyb3VwUm93IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUdyb3VwUm93LmpzJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXRhYmxlLWdyb3VwLXJvdycsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1VGFibGVHcm91cFJvdycsXG59KVxuY2xhc3MgVGFibGVHcm91cFJvd0NvbXBvbmVudCB7XG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUdyb3VwUm93PiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHJpdmF0ZSB6b25lID0gaW5qZWN0KE5nWm9uZSk7XG4gIHByaXZhdGUgY2RyID0gaW5qZWN0KENoYW5nZURldGVjdG9yUmVmKTtcblxuICBnZXQgZWxlbWVudCgpOiBUYWJsZUdyb3VwUm93IHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVHcm91cFJvd0NvbXBvbmVudCB9O1xuIl19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1ncm91cC1yb3cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1ncm91cC1yb3cvdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1ncm91cC1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,34 @@
1
+ import { __decorate, __metadata } from "tslib";
2
+ import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
3
+ import '@ui5/webcomponents-compat/dist/TableRow.js';
4
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
5
+ import * as i0 from "@angular/core";
6
+ let TableRowComponent = class TableRowComponent {
7
+ get element() {
8
+ return this.elementRef.nativeElement;
9
+ }
10
+ constructor() {
11
+ this.elementRef = inject(ElementRef);
12
+ this.zone = inject(NgZone);
13
+ this.cdr = inject(ChangeDetectorRef);
14
+ this.cdr.detach();
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableRowComponent, isStandalone: true, selector: "ui5-table-row", inputs: { type: "type", selected: "selected", navigated: "navigated" }, exportAs: ["ui5TableRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ };
19
+ TableRowComponent = __decorate([
20
+ ProxyInputs(['type', 'selected', 'navigated']),
21
+ __metadata("design:paramtypes", [])
22
+ ], TableRowComponent);
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableRowComponent, decorators: [{
24
+ type: Component,
25
+ args: [{
26
+ standalone: true,
27
+ selector: 'ui5-table-row',
28
+ template: '<ng-content></ng-content>',
29
+ inputs: ['type', 'selected', 'navigated'],
30
+ exportAs: 'ui5TableRow',
31
+ }]
32
+ }], ctorParameters: () => [] });
33
+ export { TableRowComponent };
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1yb3cvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNENBQTRDLENBQUM7QUFFcEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUMzRCxJQVFNLGlCQUFpQixHQVJ2QixNQVFNLGlCQUFpQjtJQXVCckIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQXlCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUN0RCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBN0JHLGlCQUFpQjtrR0FBakIsaUJBQWlCLDRLQUpYLDJCQUEyQjs7QUFJakMsaUJBQWlCO0lBUnRCLFdBQVcsQ0FBQyxDQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUUsV0FBVyxDQUFDLENBQUM7O0dBUXpDLGlCQUFpQixDQThCdEI7MkZBOUJLLGlCQUFpQjtrQkFQdEIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGVBQWU7b0JBQ3pCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUUsV0FBVyxDQUFDO29CQUN6QyxRQUFRLEVBQUUsYUFBYTtpQkFDeEI7O0FBZ0NELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVSb3cuanMnO1xuaW1wb3J0IFRhYmxlUm93IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZVJvdy5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdXRpbHMnO1xuQFByb3h5SW5wdXRzKFsndHlwZScsICdzZWxlY3RlZCcsICduYXZpZ2F0ZWQnXSlcbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10YWJsZS1yb3cnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBpbnB1dHM6IFsndHlwZScsICdzZWxlY3RlZCcsICduYXZpZ2F0ZWQnXSxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZVJvdycsXG59KVxuY2xhc3MgVGFibGVSb3dDb21wb25lbnQge1xuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgdmlzdWFsIGluZGljYXRpb24gYW5kIGJlaGF2aW9yIG9mIHRoZSBjb21wb25lbnQuXG5cbioqTm90ZToqKiBXaGVuIHNldCB0byBgQWN0aXZlYCwgdGhlIGl0ZW0gd2lsbCBwcm92aWRlIHZpc3VhbCByZXNwb25zZSB1cG9uIHByZXNzLFxud2hpbGUgd2l0aCB0eXBlIGBJbmFjdGl2ZWAtd2lsbCBub3QuXG4gICAgKi9cbiAgdHlwZSE6ICdJbmFjdGl2ZScgfCAnQWN0aXZlJztcblxuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgcm93J3Mgc2VsZWN0ZWQgc3RhdGUuXG4gICAgKi9cbiAgc2VsZWN0ZWQhOiBib29sZWFuO1xuXG4gIC8qKlxuICAgICBJbmRpY2F0ZXMgaWYgdGhlIHRhYmxlIHJvdyBpcyBuYXZpZ2F0ZWQuXG4gICAgKi9cbiAgbmF2aWdhdGVkITogYm9vbGVhbjtcblxuICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8VGFibGVSb3c+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlUm93IHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVSb3dDb21wb25lbnQgfTtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1yb3cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1yb3cvdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,17 @@
1
+ import { Injectable } from '@angular/core';
2
+ import { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';
3
+ import * as i0 from "@angular/core";
4
+ class Ui5WebcomponentsCompatThemingService extends WebcomponentsThemingProvider {
5
+ constructor() {
6
+ super(() => import('@ui5/webcomponents-compat/dist/generated/json-imports/Themes.js'));
7
+ this.name = 'ui-5-webcomponents-compat-theming-service';
8
+ }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, providedIn: 'root' }); }
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, decorators: [{
13
+ type: Injectable,
14
+ args: [{ providedIn: 'root' }]
15
+ }], ctorParameters: () => [] });
16
+ export { Ui5WebcomponentsCompatThemingService };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90aGVtaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7O0FBRTlFLE1BQ00sb0NBQXFDLFNBQVEsNEJBQTRCO0lBRTdFO1FBQ0UsS0FBSyxDQUNILEdBQUcsRUFBRSxDQUNILE1BQU0sQ0FDSixpRUFBaUUsQ0FDbEUsQ0FDSixDQUFDO1FBUEosU0FBSSxHQUFHLDJDQUEyQyxDQUFDO0lBUW5ELENBQUM7OEdBVEcsb0NBQW9DO2tIQUFwQyxvQ0FBb0MsY0FEaEIsTUFBTTs7MkZBQzFCLG9DQUFvQztrQkFEekMsVUFBVTttQkFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUU7O0FBYWxDLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgV2ViY29tcG9uZW50c1RoZW1pbmdQcm92aWRlciB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdGhlbWluZyc7XG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5jbGFzcyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgZXh0ZW5kcyBXZWJjb21wb25lbnRzVGhlbWluZ1Byb3ZpZGVyIHtcbiAgbmFtZSA9ICd1aS01LXdlYmNvbXBvbmVudHMtY29tcGF0LXRoZW1pbmctc2VydmljZSc7XG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHN1cGVyKFxuICAgICAgKCkgPT5cbiAgICAgICAgaW1wb3J0KFxuICAgICAgICAgICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvZ2VuZXJhdGVkL2pzb24taW1wb3J0cy9UaGVtZXMuanMnXG4gICAgICAgICksXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgeyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgfTtcbiJdfQ==
@@ -2,4 +2,4 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LW1haW4tdGFibGUtcm93LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9tYWluL3RhYmxlLXJvdy91aTUtd2ViY29tcG9uZW50cy1uZ3gtbWFpbi10YWJsZS1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10aGVtaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9jb21wYXQvdGhlbWluZy91aTUtd2ViY29tcG9uZW50cy1uZ3gtY29tcGF0LXRoZW1pbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,41 @@
1
+ import { NgModule } from "@angular/core";
2
+ import { Ui5WebcomponentsCompatThemingService } from "@ui5/webcomponents-ngx/compat/theming";
3
+ import "@ui5/webcomponents-compat/dist/Assets.js";
4
+ import { TableComponent } from "@ui5/webcomponents-ngx/compat/table";
5
+ import { TableCellComponent } from "@ui5/webcomponents-ngx/compat/table-cell";
6
+ import { TableColumnComponent } from "@ui5/webcomponents-ngx/compat/table-column";
7
+ import { TableGroupRowComponent } from "@ui5/webcomponents-ngx/compat/table-group-row";
8
+ import { TableRowComponent } from "@ui5/webcomponents-ngx/compat/table-row";
9
+ import * as i0 from "@angular/core";
10
+ import * as i1 from "@ui5/webcomponents-ngx/compat/theming";
11
+ const imports = [
12
+ TableComponent,
13
+ TableCellComponent,
14
+ TableColumnComponent,
15
+ TableGroupRowComponent,
16
+ TableRowComponent,
17
+ ];
18
+ const exports = [...imports];
19
+ class Ui5CompatModule {
20
+ constructor(ui5WebcomponentsCompatThemingService) { }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, deps: [{ token: i1.Ui5WebcomponentsCompatThemingService }], target: i0.ɵɵFactoryTarget.NgModule }); }
22
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, imports: [TableComponent,
23
+ TableCellComponent,
24
+ TableColumnComponent,
25
+ TableGroupRowComponent,
26
+ TableRowComponent], exports: [TableComponent,
27
+ TableCellComponent,
28
+ TableColumnComponent,
29
+ TableGroupRowComponent,
30
+ TableRowComponent] }); }
31
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, imports: [imports] }); }
32
+ }
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, decorators: [{
34
+ type: NgModule,
35
+ args: [{
36
+ imports: [...imports],
37
+ exports: [...exports],
38
+ }]
39
+ }], ctorParameters: () => [{ type: i1.Ui5WebcomponentsCompatThemingService }] });
40
+ export { Ui5CompatModule };
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LWNvbXBhdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC91aTUtY29tcGF0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzdGLE9BQU8sMENBQTBDLENBQUM7QUFDbEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOzs7QUFFNUUsTUFBTSxPQUFPLEdBQUc7SUFDZCxjQUFjO0lBQ2Qsa0JBQWtCO0lBQ2xCLG9CQUFvQjtJQUNwQixzQkFBc0I7SUFDdEIsaUJBQWlCO0NBQ2xCLENBQUM7QUFDRixNQUFNLE9BQU8sR0FBRyxDQUFDLEdBQUcsT0FBTyxDQUFDLENBQUM7QUFFN0IsTUFJTSxlQUFlO0lBQ25CLFlBQ0Usb0NBQTBFLElBQ3pFLENBQUM7OEdBSEEsZUFBZTsrR0FBZixlQUFlLFlBWm5CLGNBQWM7WUFDZCxrQkFBa0I7WUFDbEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjtZQUN0QixpQkFBaUIsYUFKakIsY0FBYztZQUNkLGtCQUFrQjtZQUNsQixvQkFBb0I7WUFDcEIsc0JBQXNCO1lBQ3RCLGlCQUFpQjsrR0FRYixlQUFlLFlBSE4sT0FBTzs7MkZBR2hCLGVBQWU7a0JBSnBCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsR0FBRyxPQUFPLENBQUM7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDO2lCQUN0Qjs7QUFNRCxPQUFPLEVBQUUsZUFBZSxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGhlbWluZ1wiO1xuaW1wb3J0IFwiQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L0Fzc2V0cy5qc1wiO1xuaW1wb3J0IHsgVGFibGVDb21wb25lbnQgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGFibGVcIjtcbmltcG9ydCB7IFRhYmxlQ2VsbENvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1jZWxsXCI7XG5pbXBvcnQgeyBUYWJsZUNvbHVtbkNvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1jb2x1bW5cIjtcbmltcG9ydCB7IFRhYmxlR3JvdXBSb3dDb21wb25lbnQgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGFibGUtZ3JvdXAtcm93XCI7XG5pbXBvcnQgeyBUYWJsZVJvd0NvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1yb3dcIjtcblxuY29uc3QgaW1wb3J0cyA9IFtcbiAgVGFibGVDb21wb25lbnQsXG4gIFRhYmxlQ2VsbENvbXBvbmVudCxcbiAgVGFibGVDb2x1bW5Db21wb25lbnQsXG4gIFRhYmxlR3JvdXBSb3dDb21wb25lbnQsXG4gIFRhYmxlUm93Q29tcG9uZW50LFxuXTtcbmNvbnN0IGV4cG9ydHMgPSBbLi4uaW1wb3J0c107XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFsuLi5pbXBvcnRzXSxcbiAgZXhwb3J0czogWy4uLmV4cG9ydHNdLFxufSlcbmNsYXNzIFVpNUNvbXBhdE1vZHVsZSB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHVpNVdlYmNvbXBvbmVudHNDb21wYXRUaGVtaW5nU2VydmljZTogVWk1V2ViY29tcG9uZW50c0NvbXBhdFRoZW1pbmdTZXJ2aWNlLFxuICApIHt9XG59XG5leHBvcnQgeyBVaTVDb21wYXRNb2R1bGUgfTtcbiJdfQ==
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LWFuZ3VsYXIvY29tcGF0L3VpNS13ZWJjb21wb25lbnRzLW5neC1jb21wYXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=