@sd-angular/core 19.0.0-beta.99 → 19.0.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 (400) hide show
  1. package/README.md +9 -11
  2. package/assets/images/coming-soon.svg +23 -0
  3. package/assets/images/data-empty.svg +21 -0
  4. package/assets/images/expired.svg +22 -0
  5. package/assets/images/file-error.svg +28 -0
  6. package/assets/images/filter-empty.svg +20 -0
  7. package/assets/images/filter-required.svg +21 -0
  8. package/assets/images/forbidden.svg +15 -0
  9. package/assets/images/image-error.svg +27 -0
  10. package/assets/images/maintenance.svg +23 -0
  11. package/assets/images/not-found.svg +20 -0
  12. package/assets/images/offline.svg +20 -0
  13. package/assets/images/submitted.svg +18 -0
  14. package/assets/images/success.svg +18 -0
  15. package/assets/images/unauthorized.svg +22 -0
  16. package/assets/images/unknown-error.svg +18 -0
  17. package/assets/scss/README.md +433 -353
  18. package/assets/scss/core/_inline-edit.scss +105 -0
  19. package/assets/scss/core/form.scss +58 -1
  20. package/assets/scss/core/image.scss +35 -0
  21. package/assets/scss/core/utilities/_base.scss +6 -6
  22. package/assets/scss/core/utilities/_grid.scss +4 -3
  23. package/assets/scss/core/utilities/_index.scss +1 -1
  24. package/assets/scss/core/utilities/_sizing.scss +2 -2
  25. package/assets/scss/sd-core.scss +1 -2
  26. package/components/autoid-inspector/src/autoid-inspector.component.d.ts +18 -0
  27. package/components/autoid-inspector/src/models/autoid-element.model.d.ts +45 -1
  28. package/components/autoid-inspector/src/models/autoid-export-format.model.d.ts +19 -0
  29. package/components/autoid-inspector/src/services/autoid-export.service.d.ts +10 -2
  30. package/components/autoid-inspector/src/services/autoid-scanner.service.d.ts +26 -3
  31. package/components/badge/src/badge.component.d.ts +20 -3
  32. package/components/button/src/button.component.d.ts +2 -1
  33. package/components/ckeditor-styles/index.d.ts +1 -0
  34. package/components/ckeditor-styles/src/ckeditor-styles.component.d.ts +25 -0
  35. package/components/form-generic/src/components/form-builder/form-builder.component.d.ts +12 -13
  36. package/components/form-generic/src/models/form-generic-component.model.d.ts +5 -6
  37. package/components/form-generic/src/models/form-generic-expression.model.d.ts +1 -1
  38. package/components/history/models/history.model.d.ts +2 -2
  39. package/components/index.d.ts +2 -0
  40. package/components/inform/index.d.ts +2 -0
  41. package/components/inform/src/inform-action.directive.d.ts +9 -0
  42. package/components/inform/src/inform.component.d.ts +59 -0
  43. package/components/modal/src/modal.component.d.ts +2 -1
  44. package/components/modal-resizable/index.d.ts +1 -0
  45. package/components/modal-resizable/src/modal-resizable.component.d.ts +29 -0
  46. package/components/operator/index.d.ts +1 -0
  47. package/components/operator/src/operator.component.d.ts +34 -0
  48. package/components/query-bar/index.d.ts +2 -0
  49. package/components/query-bar/src/components/actions-bar/actions-bar.component.d.ts +28 -0
  50. package/components/query-bar/src/components/build-chip/build-chip.component.d.ts +67 -0
  51. package/components/query-bar/src/components/chip-popover/chip-popover.component.d.ts +73 -0
  52. package/components/query-bar/src/components/field-picker/field-picker.component.d.ts +37 -0
  53. package/components/query-bar/src/components/inline-chip/inline-chip.component.d.ts +76 -0
  54. package/components/query-bar/src/components/inline-value-chip/inline-value-chip.component.d.ts +67 -0
  55. package/components/query-bar/src/components/popover-chip/popover-chip.component.d.ts +35 -0
  56. package/components/query-bar/src/components/saved-filters-menu/saved-filters-menu.component.d.ts +39 -0
  57. package/components/query-bar/src/query-bar.component.d.ts +137 -0
  58. package/components/query-bar/src/query-bar.model.d.ts +136 -0
  59. package/components/section/src/section.component.d.ts +2 -1
  60. package/components/stepper/index.d.ts +2 -0
  61. package/components/stepper/src/step.component.d.ts +17 -0
  62. package/components/stepper/src/stepper.component.d.ts +33 -0
  63. package/components/tab/index.d.ts +2 -0
  64. package/components/tab/src/tab-group.component.d.ts +37 -0
  65. package/components/tab/src/tab.component.d.ts +13 -0
  66. package/components/tab-router/src/decorators/tab.decorator.d.ts +2 -2
  67. package/components/tab-router/src/models/tab-router.model.d.ts +2 -2
  68. package/components/table/index.d.ts +1 -0
  69. package/components/table/src/components/column-title/column-title.component.d.ts +1 -1
  70. package/components/table/src/components/config/config.component.d.ts +3 -1
  71. package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts +3 -3
  72. package/components/table/src/components/filter/column-filter/column-filter.component.d.ts +3 -7
  73. package/components/table/src/components/selector-action/selector-action.component.d.ts +3 -1
  74. package/components/table/src/configurations/table.configuration.d.ts +3 -3
  75. package/components/table/src/directives/index.d.ts +1 -0
  76. package/components/table/src/directives/sd-table-cell-def.directive.d.ts +12 -4
  77. package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts +12 -4
  78. package/components/table/src/directives/sd-table-expand-def.directive.d.ts +10 -4
  79. package/components/table/src/directives/sd-table-filter-def.directive.d.ts +3 -3
  80. package/components/table/src/directives/sd-table-footer-def.directive.d.ts +12 -4
  81. package/components/table/src/directives/sd-table-group-def.directive.d.ts +44 -0
  82. package/components/table/src/directives/sd-table-title-def.directive.d.ts +10 -4
  83. package/components/table/src/models/index.d.ts +1 -0
  84. package/components/table/src/models/table-column.model.d.ts +13 -13
  85. package/components/table/src/models/table-command.model.d.ts +3 -2
  86. package/components/table/src/models/table-item.model.d.ts +19 -4
  87. package/components/table/src/models/table-option-export.model.d.ts +3 -3
  88. package/components/table/src/models/table-option-group.model.d.ts +19 -2
  89. package/components/table/src/models/table-option-selector.model.d.ts +17 -1
  90. package/components/table/src/models/table-option-tree.model.d.ts +96 -8
  91. package/components/table/src/models/table-option.model.d.ts +11 -2
  92. package/components/table/src/pipes/sd-group.pipe.d.ts +15 -1
  93. package/components/table/src/services/table-filter/table-filter.model.d.ts +9 -9
  94. package/components/table/src/services/table-filter/table-filter.service.d.ts +2 -2
  95. package/components/table/src/services/tree/tree.util.d.ts +43 -2
  96. package/components/table/src/table.component.d.ts +36 -11
  97. package/components/view/src/view.component.d.ts +35 -1
  98. package/directives/src/sd-desktop.directive.d.ts +2 -4
  99. package/directives/src/sd-mobile.directive.d.ts +2 -4
  100. package/fesm2022/sd-angular-core-components-anchor.mjs +75 -49
  101. package/fesm2022/sd-angular-core-components-anchor.mjs.map +1 -1
  102. package/fesm2022/sd-angular-core-components-autoid-inspector.mjs +254 -29
  103. package/fesm2022/sd-angular-core-components-autoid-inspector.mjs.map +1 -1
  104. package/fesm2022/sd-angular-core-components-avatar.mjs +2 -2
  105. package/fesm2022/sd-angular-core-components-avatar.mjs.map +1 -1
  106. package/fesm2022/sd-angular-core-components-badge.mjs +18 -3
  107. package/fesm2022/sd-angular-core-components-badge.mjs.map +1 -1
  108. package/fesm2022/sd-angular-core-components-button.mjs +2 -2
  109. package/fesm2022/sd-angular-core-components-button.mjs.map +1 -1
  110. package/fesm2022/sd-angular-core-components-ckeditor-styles.mjs +38 -0
  111. package/fesm2022/sd-angular-core-components-ckeditor-styles.mjs.map +1 -0
  112. package/fesm2022/sd-angular-core-components-document-builder.mjs +10 -8
  113. package/fesm2022/sd-angular-core-components-document-builder.mjs.map +1 -1
  114. package/fesm2022/sd-angular-core-components-editor.mjs +3 -2
  115. package/fesm2022/sd-angular-core-components-editor.mjs.map +1 -1
  116. package/fesm2022/sd-angular-core-components-form-generic.mjs +149 -235
  117. package/fesm2022/sd-angular-core-components-form-generic.mjs.map +1 -1
  118. package/fesm2022/sd-angular-core-components-history.mjs +3 -2
  119. package/fesm2022/sd-angular-core-components-history.mjs.map +1 -1
  120. package/fesm2022/sd-angular-core-components-inform.mjs +190 -0
  121. package/fesm2022/sd-angular-core-components-inform.mjs.map +1 -0
  122. package/fesm2022/sd-angular-core-components-mini-editor.mjs +4 -3
  123. package/fesm2022/sd-angular-core-components-mini-editor.mjs.map +1 -1
  124. package/fesm2022/sd-angular-core-components-modal-resizable.mjs +158 -0
  125. package/fesm2022/sd-angular-core-components-modal-resizable.mjs.map +1 -0
  126. package/fesm2022/sd-angular-core-components-modal.mjs +2 -2
  127. package/fesm2022/sd-angular-core-components-modal.mjs.map +1 -1
  128. package/fesm2022/sd-angular-core-components-operator.mjs +77 -0
  129. package/fesm2022/sd-angular-core-components-operator.mjs.map +1 -0
  130. package/fesm2022/sd-angular-core-components-preview.mjs +4 -4
  131. package/fesm2022/sd-angular-core-components-preview.mjs.map +1 -1
  132. package/fesm2022/sd-angular-core-components-query-bar.mjs +1384 -0
  133. package/fesm2022/sd-angular-core-components-query-bar.mjs.map +1 -0
  134. package/fesm2022/sd-angular-core-components-quick-action.mjs +2 -2
  135. package/fesm2022/sd-angular-core-components-quick-action.mjs.map +1 -1
  136. package/fesm2022/sd-angular-core-components-section.mjs.map +1 -1
  137. package/fesm2022/sd-angular-core-components-side-drawer.mjs +2 -2
  138. package/fesm2022/sd-angular-core-components-side-drawer.mjs.map +1 -1
  139. package/fesm2022/sd-angular-core-components-splitter.mjs +5 -2
  140. package/fesm2022/sd-angular-core-components-splitter.mjs.map +1 -1
  141. package/fesm2022/sd-angular-core-components-stepper.mjs +140 -0
  142. package/fesm2022/sd-angular-core-components-stepper.mjs.map +1 -0
  143. package/fesm2022/sd-angular-core-components-tab-router.mjs +3 -3
  144. package/fesm2022/sd-angular-core-components-tab-router.mjs.map +1 -1
  145. package/fesm2022/sd-angular-core-components-tab.mjs +145 -0
  146. package/fesm2022/sd-angular-core-components-tab.mjs.map +1 -0
  147. package/fesm2022/sd-angular-core-components-table.mjs +576 -222
  148. package/fesm2022/sd-angular-core-components-table.mjs.map +1 -1
  149. package/fesm2022/sd-angular-core-components-upload-file.mjs +23 -23
  150. package/fesm2022/sd-angular-core-components-upload-file.mjs.map +1 -1
  151. package/fesm2022/sd-angular-core-components-view.mjs +44 -9
  152. package/fesm2022/sd-angular-core-components-view.mjs.map +1 -1
  153. package/fesm2022/sd-angular-core-components.mjs +2 -0
  154. package/fesm2022/sd-angular-core-components.mjs.map +1 -1
  155. package/fesm2022/sd-angular-core-directives.mjs +19 -21
  156. package/fesm2022/sd-angular-core-directives.mjs.map +1 -1
  157. package/fesm2022/sd-angular-core-forms-autocomplete.mjs +38 -14
  158. package/fesm2022/sd-angular-core-forms-autocomplete.mjs.map +1 -1
  159. package/fesm2022/sd-angular-core-forms-checkbox.mjs +97 -87
  160. package/fesm2022/sd-angular-core-forms-checkbox.mjs.map +1 -1
  161. package/fesm2022/sd-angular-core-forms-chip-calendar.mjs +92 -61
  162. package/fesm2022/sd-angular-core-forms-chip-calendar.mjs.map +1 -1
  163. package/fesm2022/sd-angular-core-forms-chip.mjs +89 -52
  164. package/fesm2022/sd-angular-core-forms-chip.mjs.map +1 -1
  165. package/fesm2022/sd-angular-core-forms-date-range.mjs +63 -10
  166. package/fesm2022/sd-angular-core-forms-date-range.mjs.map +1 -1
  167. package/fesm2022/sd-angular-core-forms-date.mjs +39 -15
  168. package/fesm2022/sd-angular-core-forms-date.mjs.map +1 -1
  169. package/fesm2022/sd-angular-core-forms-datetime.mjs +33 -14
  170. package/fesm2022/sd-angular-core-forms-datetime.mjs.map +1 -1
  171. package/fesm2022/sd-angular-core-forms-directives.mjs +18 -24
  172. package/fesm2022/sd-angular-core-forms-directives.mjs.map +1 -1
  173. package/fesm2022/sd-angular-core-forms-inline-text.mjs +167 -0
  174. package/fesm2022/sd-angular-core-forms-inline-text.mjs.map +1 -0
  175. package/fesm2022/sd-angular-core-forms-input-color.mjs +119 -0
  176. package/fesm2022/sd-angular-core-forms-input-color.mjs.map +1 -0
  177. package/fesm2022/sd-angular-core-forms-input-number.mjs +66 -14
  178. package/fesm2022/sd-angular-core-forms-input-number.mjs.map +1 -1
  179. package/fesm2022/sd-angular-core-forms-input.mjs +86 -29
  180. package/fesm2022/sd-angular-core-forms-input.mjs.map +1 -1
  181. package/fesm2022/sd-angular-core-forms-models.mjs +44 -2
  182. package/fesm2022/sd-angular-core-forms-models.mjs.map +1 -1
  183. package/fesm2022/sd-angular-core-forms-radio.mjs +130 -175
  184. package/fesm2022/sd-angular-core-forms-radio.mjs.map +1 -1
  185. package/fesm2022/sd-angular-core-forms-select.mjs +66 -23
  186. package/fesm2022/sd-angular-core-forms-select.mjs.map +1 -1
  187. package/fesm2022/sd-angular-core-forms-switch.mjs +95 -98
  188. package/fesm2022/sd-angular-core-forms-switch.mjs.map +1 -1
  189. package/fesm2022/sd-angular-core-forms-textarea.mjs +33 -12
  190. package/fesm2022/sd-angular-core-forms-textarea.mjs.map +1 -1
  191. package/fesm2022/sd-angular-core-i18n.mjs +65 -0
  192. package/fesm2022/sd-angular-core-i18n.mjs.map +1 -1
  193. package/fesm2022/sd-angular-core-modules-auth.mjs +4 -4
  194. package/fesm2022/sd-angular-core-modules-auth.mjs.map +1 -1
  195. package/fesm2022/sd-angular-core-modules-authom.mjs +1 -1
  196. package/fesm2022/sd-angular-core-modules-authom.mjs.map +1 -1
  197. package/fesm2022/sd-angular-core-modules-layout.mjs +23 -23
  198. package/fesm2022/sd-angular-core-modules-layout.mjs.map +1 -1
  199. package/fesm2022/sd-angular-core-modules-permission.mjs +3 -3
  200. package/fesm2022/sd-angular-core-modules-permission.mjs.map +1 -1
  201. package/fesm2022/sd-angular-core-pipes.mjs +2 -2
  202. package/fesm2022/sd-angular-core-pipes.mjs.map +1 -1
  203. package/fesm2022/sd-angular-core-services-api.mjs +3 -3
  204. package/fesm2022/sd-angular-core-services-api.mjs.map +1 -1
  205. package/fesm2022/sd-angular-core-services-cache.mjs +3 -2
  206. package/fesm2022/sd-angular-core-services-cache.mjs.map +1 -1
  207. package/fesm2022/sd-angular-core-services-confirm.mjs +1 -1
  208. package/fesm2022/sd-angular-core-services-confirm.mjs.map +1 -1
  209. package/fesm2022/sd-angular-core-services-excel.mjs +6 -5
  210. package/fesm2022/sd-angular-core-services-excel.mjs.map +1 -1
  211. package/fesm2022/sd-angular-core-services-notify.mjs +18 -5
  212. package/fesm2022/sd-angular-core-services-notify.mjs.map +1 -1
  213. package/fesm2022/sd-angular-core-services-storage.mjs +2 -2
  214. package/fesm2022/sd-angular-core-services-storage.mjs.map +1 -1
  215. package/fesm2022/sd-angular-core-utilities-models.mjs.map +1 -1
  216. package/forms/autocomplete/src/autocomplete.component.d.ts +24 -10
  217. package/forms/checkbox/src/checkbox.component.d.ts +21 -20
  218. package/forms/chip/src/chip.component.d.ts +25 -20
  219. package/forms/chip-calendar/src/chip-calendar.component.d.ts +27 -22
  220. package/forms/date/src/date.component.d.ts +23 -9
  221. package/forms/date-range/src/date-range.component.d.ts +28 -5
  222. package/forms/datetime/src/datetime.component.d.ts +21 -8
  223. package/forms/directives/src/item-def.directive.d.ts +10 -5
  224. package/forms/directives/src/label-def.directive.d.ts +3 -2
  225. package/forms/directives/src/suffix-def.directive.d.ts +3 -2
  226. package/forms/directives/src/view-def.directive.d.ts +9 -9
  227. package/forms/inline-text/index.d.ts +1 -0
  228. package/forms/inline-text/src/inline-text.component.d.ts +76 -0
  229. package/forms/input/src/input.component.d.ts +31 -13
  230. package/forms/input-color/index.d.ts +1 -0
  231. package/forms/input-color/src/input-color.component.d.ts +34 -0
  232. package/forms/input-number/src/input-number.component.d.ts +25 -9
  233. package/forms/models/index.d.ts +1 -0
  234. package/forms/models/src/sd-custom-validator.model.d.ts +13 -1
  235. package/forms/models/src/sd-viewed.d.ts +38 -0
  236. package/forms/radio/src/radio.component.d.ts +37 -38
  237. package/forms/select/src/select.component.d.ts +36 -14
  238. package/forms/switch/src/switch.component.d.ts +22 -23
  239. package/forms/textarea/src/textarea.component.d.ts +18 -8
  240. package/i18n/src/en.d.ts +11 -0
  241. package/modules/auth/configurations/auth.configuration.d.ts +4 -4
  242. package/modules/layout/configurations/layout.configuration.d.ts +3 -3
  243. package/modules/permission/src/configurations/permission.configuration.d.ts +3 -3
  244. package/package.json +92 -56
  245. package/sd-angular-core-19.0.3.tgz +0 -0
  246. package/services/confirm/src/lib/components/dialog-confirm/dialog-confirm.component.d.ts +3 -3
  247. package/services/confirm/src/lib/confirm.service.d.ts +9 -9
  248. package/services/notify/src/components/toast/toast.component.d.ts +4 -0
  249. package/utilities/models/src/icon.model.d.ts +1 -1
  250. package/assets/scss/bootstrap-4.6.2/_alert.scss +0 -52
  251. package/assets/scss/bootstrap-4.6.2/_badge.scss +0 -54
  252. package/assets/scss/bootstrap-4.6.2/_breadcrumb.scss +0 -42
  253. package/assets/scss/bootstrap-4.6.2/_button-group.scss +0 -163
  254. package/assets/scss/bootstrap-4.6.2/_buttons.scss +0 -142
  255. package/assets/scss/bootstrap-4.6.2/_card.scss +0 -286
  256. package/assets/scss/bootstrap-4.6.2/_carousel.scss +0 -200
  257. package/assets/scss/bootstrap-4.6.2/_close.scss +0 -40
  258. package/assets/scss/bootstrap-4.6.2/_code.scss +0 -48
  259. package/assets/scss/bootstrap-4.6.2/_custom-forms.scss +0 -526
  260. package/assets/scss/bootstrap-4.6.2/_dropdown.scss +0 -192
  261. package/assets/scss/bootstrap-4.6.2/_forms.scss +0 -347
  262. package/assets/scss/bootstrap-4.6.2/_functions.scss +0 -190
  263. package/assets/scss/bootstrap-4.6.2/_grid.scss +0 -73
  264. package/assets/scss/bootstrap-4.6.2/_images.scss +0 -42
  265. package/assets/scss/bootstrap-4.6.2/_input-group.scss +0 -211
  266. package/assets/scss/bootstrap-4.6.2/_jumbotron.scss +0 -17
  267. package/assets/scss/bootstrap-4.6.2/_list-group.scss +0 -154
  268. package/assets/scss/bootstrap-4.6.2/_media.scss +0 -8
  269. package/assets/scss/bootstrap-4.6.2/_mixins.scss +0 -47
  270. package/assets/scss/bootstrap-4.6.2/_modal.scss +0 -240
  271. package/assets/scss/bootstrap-4.6.2/_nav.scss +0 -125
  272. package/assets/scss/bootstrap-4.6.2/_navbar.scss +0 -332
  273. package/assets/scss/bootstrap-4.6.2/_pagination.scss +0 -74
  274. package/assets/scss/bootstrap-4.6.2/_popover.scss +0 -170
  275. package/assets/scss/bootstrap-4.6.2/_print.scss +0 -132
  276. package/assets/scss/bootstrap-4.6.2/_progress.scss +0 -47
  277. package/assets/scss/bootstrap-4.6.2/_reboot.scss +0 -484
  278. package/assets/scss/bootstrap-4.6.2/_root.scss +0 -19
  279. package/assets/scss/bootstrap-4.6.2/_spinners.scss +0 -65
  280. package/assets/scss/bootstrap-4.6.2/_tables.scss +0 -185
  281. package/assets/scss/bootstrap-4.6.2/_toasts.scss +0 -46
  282. package/assets/scss/bootstrap-4.6.2/_tooltip.scss +0 -115
  283. package/assets/scss/bootstrap-4.6.2/_transitions.scss +0 -26
  284. package/assets/scss/bootstrap-4.6.2/_type.scss +0 -125
  285. package/assets/scss/bootstrap-4.6.2/_utilities.scss +0 -18
  286. package/assets/scss/bootstrap-4.6.2/_variables.scss +0 -1150
  287. package/assets/scss/bootstrap-4.6.2/bootstrap-grid.scss +0 -30
  288. package/assets/scss/bootstrap-4.6.2/bootstrap-reboot.scss +0 -12
  289. package/assets/scss/bootstrap-4.6.2/bootstrap.scss +0 -44
  290. package/assets/scss/bootstrap-4.6.2/mixins/_alert.scss +0 -13
  291. package/assets/scss/bootstrap-4.6.2/mixins/_background-variant.scss +0 -23
  292. package/assets/scss/bootstrap-4.6.2/mixins/_badge.scss +0 -17
  293. package/assets/scss/bootstrap-4.6.2/mixins/_border-radius.scss +0 -76
  294. package/assets/scss/bootstrap-4.6.2/mixins/_box-shadow.scss +0 -20
  295. package/assets/scss/bootstrap-4.6.2/mixins/_breakpoints.scss +0 -123
  296. package/assets/scss/bootstrap-4.6.2/mixins/_buttons.scss +0 -110
  297. package/assets/scss/bootstrap-4.6.2/mixins/_caret.scss +0 -62
  298. package/assets/scss/bootstrap-4.6.2/mixins/_clearfix.scss +0 -7
  299. package/assets/scss/bootstrap-4.6.2/mixins/_deprecate.scss +0 -10
  300. package/assets/scss/bootstrap-4.6.2/mixins/_float.scss +0 -14
  301. package/assets/scss/bootstrap-4.6.2/mixins/_forms.scss +0 -195
  302. package/assets/scss/bootstrap-4.6.2/mixins/_gradients.scss +0 -45
  303. package/assets/scss/bootstrap-4.6.2/mixins/_grid-framework.scss +0 -80
  304. package/assets/scss/bootstrap-4.6.2/mixins/_grid.scss +0 -69
  305. package/assets/scss/bootstrap-4.6.2/mixins/_hover.scss +0 -37
  306. package/assets/scss/bootstrap-4.6.2/mixins/_image.scss +0 -36
  307. package/assets/scss/bootstrap-4.6.2/mixins/_list-group.scss +0 -21
  308. package/assets/scss/bootstrap-4.6.2/mixins/_lists.scss +0 -7
  309. package/assets/scss/bootstrap-4.6.2/mixins/_nav-divider.scss +0 -11
  310. package/assets/scss/bootstrap-4.6.2/mixins/_pagination.scss +0 -22
  311. package/assets/scss/bootstrap-4.6.2/mixins/_reset-text.scss +0 -17
  312. package/assets/scss/bootstrap-4.6.2/mixins/_resize.scss +0 -6
  313. package/assets/scss/bootstrap-4.6.2/mixins/_screen-reader.scss +0 -34
  314. package/assets/scss/bootstrap-4.6.2/mixins/_size.scss +0 -7
  315. package/assets/scss/bootstrap-4.6.2/mixins/_table-row.scss +0 -39
  316. package/assets/scss/bootstrap-4.6.2/mixins/_text-emphasis.scss +0 -17
  317. package/assets/scss/bootstrap-4.6.2/mixins/_text-hide.scss +0 -11
  318. package/assets/scss/bootstrap-4.6.2/mixins/_text-truncate.scss +0 -8
  319. package/assets/scss/bootstrap-4.6.2/mixins/_transition.scss +0 -26
  320. package/assets/scss/bootstrap-4.6.2/mixins/_visibility.scss +0 -8
  321. package/assets/scss/bootstrap-4.6.2/utilities/_align.scss +0 -8
  322. package/assets/scss/bootstrap-4.6.2/utilities/_background.scss +0 -19
  323. package/assets/scss/bootstrap-4.6.2/utilities/_borders.scss +0 -75
  324. package/assets/scss/bootstrap-4.6.2/utilities/_clearfix.scss +0 -3
  325. package/assets/scss/bootstrap-4.6.2/utilities/_display.scss +0 -26
  326. package/assets/scss/bootstrap-4.6.2/utilities/_embed.scss +0 -39
  327. package/assets/scss/bootstrap-4.6.2/utilities/_flex.scss +0 -51
  328. package/assets/scss/bootstrap-4.6.2/utilities/_float.scss +0 -11
  329. package/assets/scss/bootstrap-4.6.2/utilities/_interactions.scss +0 -5
  330. package/assets/scss/bootstrap-4.6.2/utilities/_overflow.scss +0 -5
  331. package/assets/scss/bootstrap-4.6.2/utilities/_position.scss +0 -32
  332. package/assets/scss/bootstrap-4.6.2/utilities/_screenreaders.scss +0 -11
  333. package/assets/scss/bootstrap-4.6.2/utilities/_shadows.scss +0 -6
  334. package/assets/scss/bootstrap-4.6.2/utilities/_sizing.scss +0 -20
  335. package/assets/scss/bootstrap-4.6.2/utilities/_spacing.scss +0 -73
  336. package/assets/scss/bootstrap-4.6.2/utilities/_stretched-link.scss +0 -19
  337. package/assets/scss/bootstrap-4.6.2/utilities/_text.scss +0 -72
  338. package/assets/scss/bootstrap-4.6.2/utilities/_visibility.scss +0 -13
  339. package/assets/scss/bootstrap-4.6.2/vendor/_rfs.scss +0 -228
  340. package/assets/scss/core/bootstrap.scss +0 -13
  341. package/components/table/index.d.ts.map +0 -1
  342. package/components/table/sd-angular-core-components-table.d.ts.map +0 -1
  343. package/components/table/src/components/column-title/column-title.component.d.ts.map +0 -1
  344. package/components/table/src/components/command/desktop-command.component.d.ts.map +0 -1
  345. package/components/table/src/components/command/pipes/command.pipe.d.ts.map +0 -1
  346. package/components/table/src/components/command/pipes/filter.pipe.d.ts.map +0 -1
  347. package/components/table/src/components/config/config.component.d.ts.map +0 -1
  348. package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts.map +0 -1
  349. package/components/table/src/components/desktop-cell/view/view.component.d.ts.map +0 -1
  350. package/components/table/src/components/filter/column-filter/column-filter.component.d.ts.map +0 -1
  351. package/components/table/src/components/filter/external-filter/external-filter.component.d.ts.map +0 -1
  352. package/components/table/src/components/filter/index.d.ts.map +0 -1
  353. package/components/table/src/components/filter/mobile-filter/mobile-filter.component.d.ts.map +0 -1
  354. package/components/table/src/components/index.d.ts.map +0 -1
  355. package/components/table/src/components/popup-export/popup-export.component.d.ts.map +0 -1
  356. package/components/table/src/components/selector-action/action-filter.pipe.d.ts.map +0 -1
  357. package/components/table/src/components/selector-action/selector-action.component.d.ts.map +0 -1
  358. package/components/table/src/configurations/index.d.ts.map +0 -1
  359. package/components/table/src/configurations/table.configuration.d.ts.map +0 -1
  360. package/components/table/src/directives/index.d.ts.map +0 -1
  361. package/components/table/src/directives/sd-column-resize.directive.d.ts.map +0 -1
  362. package/components/table/src/directives/sd-table-cell-def.directive.d.ts.map +0 -1
  363. package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts.map +0 -1
  364. package/components/table/src/directives/sd-table-expand-def.directive.d.ts.map +0 -1
  365. package/components/table/src/directives/sd-table-filter-def.directive.d.ts.map +0 -1
  366. package/components/table/src/directives/sd-table-footer-def.directive.d.ts.map +0 -1
  367. package/components/table/src/directives/sd-table-title-def.directive.d.ts.map +0 -1
  368. package/components/table/src/directives/sticky-shadow.directive.d.ts.map +0 -1
  369. package/components/table/src/models/index.d.ts.map +0 -1
  370. package/components/table/src/models/table-column.model.d.ts.map +0 -1
  371. package/components/table/src/models/table-command.model.d.ts.map +0 -1
  372. package/components/table/src/models/table-item.model.d.ts.map +0 -1
  373. package/components/table/src/models/table-option-config.model.d.ts.map +0 -1
  374. package/components/table/src/models/table-option-expand.model.d.ts.map +0 -1
  375. package/components/table/src/models/table-option-export.model.d.ts.map +0 -1
  376. package/components/table/src/models/table-option-group.model.d.ts.map +0 -1
  377. package/components/table/src/models/table-option-paginate.model.d.ts.map +0 -1
  378. package/components/table/src/models/table-option-reload.model.d.ts.map +0 -1
  379. package/components/table/src/models/table-option-selector.model.d.ts.map +0 -1
  380. package/components/table/src/models/table-option-sort.model.d.ts.map +0 -1
  381. package/components/table/src/models/table-option-style.model.d.ts.map +0 -1
  382. package/components/table/src/models/table-option-tree.model.d.ts.map +0 -1
  383. package/components/table/src/models/table-option.model.d.ts.map +0 -1
  384. package/components/table/src/pipes/filter-values.pipe.d.ts.map +0 -1
  385. package/components/table/src/pipes/index.d.ts.map +0 -1
  386. package/components/table/src/pipes/sd-group.pipe.d.ts.map +0 -1
  387. package/components/table/src/pipes/sd-tree.pipe.d.ts.map +0 -1
  388. package/components/table/src/pipes/selection-disabled.pipe.d.ts.map +0 -1
  389. package/components/table/src/pipes/selection-visible-select-all.pipe.d.ts.map +0 -1
  390. package/components/table/src/pipes/selection-visible.pipe.d.ts.map +0 -1
  391. package/components/table/src/services/column-width.util.d.ts.map +0 -1
  392. package/components/table/src/services/config.service.d.ts.map +0 -1
  393. package/components/table/src/services/index.d.ts.map +0 -1
  394. package/components/table/src/services/table-export/table-export.service.d.ts.map +0 -1
  395. package/components/table/src/services/table-filter/table-filter.model.d.ts.map +0 -1
  396. package/components/table/src/services/table-filter/table-filter.service.d.ts.map +0 -1
  397. package/components/table/src/services/table-format/table-format.service.d.ts.map +0 -1
  398. package/components/table/src/services/tree/tree.util.d.ts.map +0 -1
  399. package/components/table/src/table.component.d.ts.map +0 -1
  400. package/sd-angular-core-19.0.0-beta.99.tgz +0 -0
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  > **VI** — Thư viện UI nội bộ xây dựng trên Angular Material, hỗ trợ Angular 19+
4
4
  > **EN** — Internal UI component library built on Angular Material, supporting Angular 19+
5
5
 
6
- [![Version](https://img.shields.io/badge/version-19.0.0--beta.47-blue)](./package.json)
7
6
  [![Angular](https://img.shields.io/badge/Angular-19%2B-red)](https://angular.dev)
8
7
  [![Angular Material](https://img.shields.io/badge/Angular_Material-19%2B-purple)](https://material.angular.io)
9
8
 
@@ -423,19 +422,18 @@ import {
423
422
  SdSelect, // Dropdown
424
423
  SdAutocomplete, // Autocomplete
425
424
  SdDate, // Date picker
426
- SdSearch, // Search với debounce
427
425
  } from '@sd-angular/core/forms';
428
426
  ```
429
427
 
430
428
  ```html
431
- <sd-input [(ngModel)]="form.name" label="Họ tên" [required]="true" />
429
+ <sd-input [(model)]="form.name" label="Họ tên" [required]="true" />
432
430
 
433
- <sd-input-number [(ngModel)]="form.price" label="Đơn giá" [min]="0" suffix="VNĐ" />
431
+ <sd-input-number [(model)]="form.price" label="Đơn giá" [min]="0" suffix="VNĐ" />
434
432
 
435
- <sd-select [(ngModel)]="form.status" label="Trạng thái"
433
+ <sd-select [(model)]="form.status" label="Trạng thái"
436
434
  [items]="statusList" valueField="value" displayField="label" />
437
435
 
438
- <sd-date [(ngModel)]="form.birthday" label="Ngày sinh" />
436
+ <sd-date [(model)]="form.birthday" label="Ngày sinh" />
439
437
  ```
440
438
 
441
439
  ---
@@ -560,17 +558,17 @@ export class ProductListComponent implements OnInit {
560
558
  <sd-section title="Thông tin sản phẩm" icon="inventory">
561
559
  <div class="row">
562
560
  <div class="col-6">
563
- <sd-input [(ngModel)]="formData.code" label="Mã" [required]="true" />
561
+ <sd-input [(model)]="formData.code" label="Mã" [required]="true" />
564
562
  </div>
565
563
  <div class="col-6">
566
- <sd-select [(ngModel)]="formData.status" label="Trạng thái"
564
+ <sd-select [(model)]="formData.status" label="Trạng thái"
567
565
  [items]="STATUS_LIST" valueField="value" displayField="label" />
568
566
  </div>
569
567
  <div class="col-12">
570
- <sd-input [(ngModel)]="formData.name" label="Tên sản phẩm" [required]="true" />
568
+ <sd-input [(model)]="formData.name" label="Tên sản phẩm" [required]="true" />
571
569
  </div>
572
570
  <div class="col-6">
573
- <sd-input-number [(ngModel)]="formData.price" label="Đơn giá" suffix="VNĐ" />
571
+ <sd-input-number [(model)]="formData.price" label="Đơn giá" suffix="VNĐ" />
574
572
  </div>
575
573
  </div>
576
574
  </sd-section>
@@ -714,7 +712,7 @@ Thư viện tuân theo [Semantic Versioning](https://semver.org):
714
712
 
715
713
  ## QA / E2E
716
714
 
717
- Core UI components expose runtime state via lowercase `data-*` attributes. See [`docs/E2E-ATTRIBUTES.md`](docs/E2E-ATTRIBUTES.md) for the full catalog, component matrix, selector cookbook, and YAML schema for AI agents.
715
+ Core UI components expose runtime state via lowercase `data-*` attributes for e2e selectors. The full catalog, component matrix, selector cookbook, and YAML schema for AI agents live in `docs/E2E-ATTRIBUTES.md` in the source repository.
718
716
 
719
717
  ---
720
718
 
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <rect x="44" y="62" width="104" height="84" rx="6" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
7
+
8
+ <path d="M44 78 v-10 a6 6 0 0 1 6 -6 h92 a6 6 0 0 1 6 6 v10 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
9
+
10
+ <rect x="62" y="50" width="6" height="20" rx="2" fill="#52525B"></rect>
11
+ <rect x="124" y="50" width="6" height="20" rx="2" fill="#52525B"></rect>
12
+
13
+ <circle cx="60" cy="92" r="1.6" fill="#D4D4D8"></circle><circle cx="78" cy="92" r="1.6" fill="#D4D4D8"></circle><circle cx="96" cy="92" r="1.6" fill="#D4D4D8"></circle><circle cx="114" cy="92" r="1.6" fill="#D4D4D8"></circle><circle cx="132" cy="92" r="1.6" fill="#D4D4D8"></circle><circle cx="60" cy="104" r="1.6" fill="#D4D4D8"></circle><circle cx="78" cy="104" r="1.6" fill="#D4D4D8"></circle><circle cx="96" cy="104" r="1.6" fill="#D4D4D8"></circle><circle cx="114" cy="104" r="1.6" fill="#D4D4D8"></circle><circle cx="132" cy="104" r="1.6" fill="#D4D4D8"></circle><circle cx="60" cy="116" r="1.6" fill="#D4D4D8"></circle><circle cx="78" cy="116" r="1.6" fill="#D4D4D8"></circle><circle cx="96" cy="116" r="1.6" fill="#D4D4D8"></circle><circle cx="114" cy="116" r="1.6" fill="#D4D4D8"></circle><circle cx="132" cy="116" r="1.6" fill="#D4D4D8"></circle><circle cx="60" cy="128" r="1.6" fill="#D4D4D8"></circle><circle cx="78" cy="128" r="1.6" fill="#D4D4D8"></circle><circle cx="96" cy="128" r="1.6" fill="#D4D4D8"></circle><circle cx="114" cy="128" r="1.6" fill="#D4D4D8"></circle><circle cx="132" cy="128" r="1.6" fill="#D4D4D8"></circle>
14
+
15
+ <g transform="translate(114 122)">
16
+ <path d="M0 -10 L3 -3 L10 -2 L5 3 L6 10 L0 7 L-6 10 L-5 3 L-10 -2 L-3 -3 Z" fill="#52525B" stroke="#52525B" stroke-width="1.5" stroke-linejoin="round"></path>
17
+ </g>
18
+
19
+ <path d="M36 50 l0 -8 M32 46 l8 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
20
+ <circle cx="156" cy="44" r="3" fill="#D4D4D8"></circle>
21
+ <path d="M160 102 l0 -5 M157.5 99.5 l5 0" stroke="#71717A" stroke-width="1.8" stroke-linecap="round"></path>
22
+
23
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <g>
8
+ <rect x="66" y="44" width="60" height="36" rx="5" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
9
+ <line x1="74" y1="56" x2="118" y2="56" stroke="#A1A1AA" stroke-width="1.5" stroke-dasharray="3 3" stroke-linecap="round"></line>
10
+ <line x1="74" y1="64" x2="108" y2="64" stroke="#A1A1AA" stroke-width="1.5" stroke-dasharray="3 3" stroke-linecap="round"></line>
11
+ <line x1="74" y1="72" x2="100" y2="72" stroke="#A1A1AA" stroke-width="1.5" stroke-dasharray="3 3" stroke-linecap="round"></line>
12
+ </g>
13
+ <path d="M36 100 L156 100 L148 142 a4 4 0 0 1 -4 3.6 H48 a4 4 0 0 1 -4 -3.6 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
14
+ <rect x="32" y="94" width="128" height="10" rx="3" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
15
+ <path d="M52 104 L140 104 L136 126 H56 Z" fill="#F4F4F5" stroke="#71717A" stroke-width="1.2" stroke-opacity="0.45"></path>
16
+ <circle cx="46" cy="58" r="2.5" fill="#71717A"></circle>
17
+ <circle cx="150" cy="50" r="3.5" fill="#D4D4D8"></circle>
18
+ <path d="M163 84 l0 -6 M160 81 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
19
+ <circle cx="30" cy="82" r="2" fill="#D4D4D8"></circle>
20
+
21
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <rect x="58" y="46" width="76" height="6" rx="2" fill="#52525B"></rect>
7
+ <rect x="58" y="140" width="76" height="6" rx="2" fill="#52525B"></rect>
8
+
9
+ <path d="M62 52 L130 52 L102 94 L130 140 L62 140 L90 94 Z" fill="#FFFFFF" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
10
+
11
+ <path d="M68 56 L124 56 L100 92 L92 92 Z" fill="#F4F4F5" stroke="#A1A1AA" stroke-width="1.2" stroke-dasharray="3 3" stroke-linejoin="round"></path>
12
+
13
+ <path d="M68 136 L124 136 L100 100 L92 100 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="1.5" stroke-linejoin="round"></path>
14
+
15
+ <circle cx="96" cy="100" r="2" fill="#52525B"></circle>
16
+
17
+ <circle cx="40" cy="58" r="2.5" fill="#71717A"></circle>
18
+ <circle cx="156" cy="64" r="2.8" fill="#D4D4D8"></circle>
19
+ <path d="M36 124 l0 -5 M33.5 121.5 l5 0" stroke="#71717A" stroke-width="1.8" stroke-linecap="round"></path>
20
+ <path d="M158 120 l0 -6 M155 117 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
21
+
22
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <g transform="translate(64 44)">
7
+ <path d="M0 0 H44 L62 18 V96 a4 4 0 0 1 -4 4 H0 a4 4 0 0 1 -4 -4 V4 a4 4 0 0 1 4 -4 Z" fill="#FFFFFF" stroke="#A1A1AA" stroke-width="1.5" stroke-linejoin="round"></path>
8
+ <path d="M44 0 V14 a4 4 0 0 0 4 4 H62" fill="#F4F4F5" stroke="#A1A1AA" stroke-width="1.5" stroke-linejoin="round"></path>
9
+ </g>
10
+
11
+ <g transform="translate(48 56)">
12
+ <path d="M0 0 H48 L68 20 V108 a4 4 0 0 1 -4 4 H0 a4 4 0 0 1 -4 -4 V4 a4 4 0 0 1 4 -4 Z" fill="#FFFFFF" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
13
+
14
+ <path d="M48 0 V16 a4 4 0 0 0 4 4 H68 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
15
+
16
+ <line x1="10" y1="36" x2="50" y2="36" stroke="#D4D4D8" stroke-width="2.5" stroke-linecap="round"></line>
17
+ <line x1="10" y1="48" x2="58" y2="48" stroke="#D4D4D8" stroke-width="2.5" stroke-linecap="round"></line>
18
+ <line x1="10" y1="60" x2="44" y2="60" stroke="#D4D4D8" stroke-width="2.5" stroke-linecap="round"></line>
19
+
20
+ <path d="M16 78 L52 108 M52 78 L16 108" stroke="#52525B" stroke-width="5" stroke-linecap="round"></path>
21
+ </g>
22
+
23
+ <circle cx="32" cy="58" r="2.5" fill="#71717A"></circle>
24
+ <path d="M158 60 l0 -6 M155 57 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
25
+ <circle cx="38" cy="128" r="2.2" fill="#D4D4D8"></circle>
26
+ <circle cx="160" cy="124" r="2.5" fill="#D4D4D8"></circle>
27
+
28
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <circle cx="76" cy="38" r="3" fill="#71717A"></circle>
8
+ <circle cx="92" cy="32" r="2.4" fill="#D4D4D8"></circle>
9
+ <circle cx="108" cy="40" r="3" fill="#52525B"></circle>
10
+ <circle cx="120" cy="34" r="2" fill="#D4D4D8"></circle>
11
+ <path d="M50 54 L142 54 L110 96 V118 a4 4 0 0 1 -2 3.4 l-16 8 a4 4 0 0 1 -6 -3.4 V96 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
12
+ <ellipse cx="96" cy="54" rx="46" ry="6" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></ellipse>
13
+ <ellipse cx="96" cy="54" rx="40" ry="3.5" fill="#F4F4F5"></ellipse>
14
+ <ellipse cx="96" cy="148" rx="34" ry="6" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></ellipse>
15
+ <path d="M62 148 a34 6 0 0 0 68 0" fill="#F4F4F5" stroke="#52525B" stroke-width="2"></path>
16
+ <line x1="84" y1="151" x2="108" y2="151" stroke="#71717A" stroke-width="2" stroke-linecap="round"></line>
17
+ <circle cx="36" cy="70" r="2.2" fill="#D4D4D8"></circle>
18
+ <path d="M160 92 l0 -5 M157.5 89.5 l5 0" stroke="#71717A" stroke-width="1.8" stroke-linecap="round"></path>
19
+
20
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <circle cx="96" cy="90" r="58" stroke="#71717A" stroke-width="1.5" stroke-dasharray="3 4" fill="none" stroke-opacity="0.45"></circle>
8
+ <path d="M50 52 L142 52 L110 94 V118 a4 4 0 0 1 -2 3.4 l-16 8 a4 4 0 0 1 -6 -3.4 V94 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
9
+ <ellipse cx="96" cy="52" rx="46" ry="6" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></ellipse>
10
+ <ellipse cx="96" cy="52" rx="40" ry="3.5" fill="#D4D4D8"></ellipse>
11
+ <line x1="68" y1="74" x2="124" y2="74" stroke="#52525B" stroke-width="1.5" stroke-linecap="round" stroke-opacity="0.4"></line>
12
+ <line x1="76" y1="84" x2="116" y2="84" stroke="#52525B" stroke-width="1.5" stroke-linecap="round" stroke-opacity="0.4"></line>
13
+ <g transform="translate(122 100)">
14
+ <path d="M0 0 L0 18 L4 14 L8 22 L11 20 L7 12 L13 12 Z" fill="#52525B" stroke="#FFFFFF" stroke-width="1.5" stroke-linejoin="round"></path>
15
+ </g>
16
+ <path d="M48 40 l0 -8 M44 36 l8 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
17
+ <path d="M148 38 l0 -6 M145 35 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
18
+ <circle cx="40" cy="100" r="2.5" fill="#D4D4D8"></circle>
19
+ <circle cx="156" cy="76" r="3" fill="#71717A"></circle>
20
+
21
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <path d="M96 38 L138 54 V96 c0 26 -20 44 -42 50 c-22 -6 -42 -24 -42 -50 V54 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
8
+ <path d="M96 50 L128 62 V92 c0 18 -14 32 -32 38 c-18 -6 -32 -20 -32 -38 V62 Z" fill="#FFFFFF" fill-opacity="0.55" stroke="#71717A" stroke-width="1.2" stroke-linejoin="round" stroke-opacity="0.5"></path>
9
+ <path d="M82 76 L110 104 M110 76 L82 104" stroke="#52525B" stroke-width="5" stroke-linecap="round"></path>
10
+ <circle cx="40" cy="60" r="2.5" fill="#71717A"></circle>
11
+ <circle cx="156" cy="50" r="3" fill="#D4D4D8"></circle>
12
+ <path d="M158 116 l0 -6 M155 113 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
13
+ <circle cx="36" cy="124" r="2.2" fill="#D4D4D8"></circle>
14
+
15
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <rect x="40" y="50" width="112" height="92" rx="8" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
7
+
8
+ <rect x="46" y="56" width="100" height="80" rx="5" fill="#F4F4F5" stroke="#52525B" stroke-width="1.2" stroke-opacity="0.35"></rect>
9
+
10
+ <circle cx="120" cy="78" r="6" fill="#D4D4D8" stroke="#52525B" stroke-width="2"></circle>
11
+
12
+ <path d="M46 124 L80 86 L106 116 L118 104 L146 124 L146 136 H46 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
13
+
14
+ <path d="M46 136 L70 110 L90 126 L114 108 L146 136 Z" fill="#D4D4D8" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
15
+
16
+ <path d="M58 70 L76 88 L66 100 L86 116 L78 128" stroke="#52525B" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke-dasharray="6 5"></path>
17
+
18
+ <g transform="translate(146 134)">
19
+ <circle r="14" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></circle>
20
+ <path d="M-5 -5 L5 5 M5 -5 L-5 5" stroke="#52525B" stroke-width="2.6" stroke-linecap="round"></path>
21
+ </g>
22
+
23
+ <circle cx="34" cy="50" r="2.5" fill="#71717A"></circle>
24
+ <path d="M158 50 l0 -6 M155 47 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
25
+ <circle cx="32" cy="120" r="2.2" fill="#D4D4D8"></circle>
26
+
27
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <g transform="translate(96 96)">
7
+ <g fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round">
8
+ <rect x="34" y="-6" width="12" height="12" rx="2" transform="rotate(0 40 0)"></rect><rect x="22.284271247461902" y="22.2842712474619" width="12" height="12" rx="2" transform="rotate(45 28.284271247461902 28.2842712474619)"></rect><rect x="-5.999999999999997" y="34" width="12" height="12" rx="2" transform="rotate(90 2.4492935982947065e-15 40)"></rect><rect x="-34.2842712474619" y="22.284271247461902" width="12" height="12" rx="2" transform="rotate(135 -28.2842712474619 28.284271247461902)"></rect><rect x="-46" y="-5.999999999999995" width="12" height="12" rx="2" transform="rotate(180 -40 4.898587196589413e-15)"></rect><rect x="-34.28427124746191" y="-34.2842712474619" width="12" height="12" rx="2" transform="rotate(225 -28.28427124746191 -28.2842712474619)"></rect><rect x="-6.000000000000007" y="-46" width="12" height="12" rx="2" transform="rotate(270 -7.347880794884118e-15 -40)"></rect><rect x="22.284271247461895" y="-34.28427124746191" width="12" height="12" rx="2" transform="rotate(315 28.284271247461895 -28.28427124746191)"></rect>
9
+ </g>
10
+ <circle r="34" fill="#E4E4E7" stroke="#52525B" stroke-width="2"></circle>
11
+ <circle r="14" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></circle>
12
+ <circle r="6" fill="#52525B"></circle>
13
+ </g>
14
+
15
+ <g transform="translate(132 60) rotate(40)">
16
+ <path d="M0 -8 a10 10 0 1 0 8 17 L34 35 a4 4 0 0 0 6 0 l4 -4 a4 4 0 0 0 0 -6 L18 18 a10 10 0 0 0 -8 -18 a10 10 0 0 0 -10 0 Z" fill="#FFFFFF" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
17
+ </g>
18
+
19
+ <circle cx="40" cy="56" r="2.5" fill="#71717A"></circle>
20
+ <path d="M40 132 l0 -6 M37 129 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
21
+ <circle cx="158" cy="124" r="2.5" fill="#D4D4D8"></circle>
22
+
23
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <rect x="46" y="58" width="80" height="80" rx="8" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
8
+ <path d="M114 58 L126 70 H114 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
9
+ <path d="M76 86 a10 10 0 1 1 16 8 c-2 1.5 -6 4 -6 10" fill="none" stroke="#52525B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"></path>
10
+ <circle cx="86" cy="118" r="3.2" fill="#52525B"></circle>
11
+ <g>
12
+ <circle cx="132" cy="112" r="22" fill="#E4E4E7" fill-opacity="0.65" stroke="#52525B" stroke-width="2.5"></circle>
13
+ <circle cx="132" cy="112" r="14" fill="none" stroke="#52525B" stroke-width="1.2" stroke-opacity="0.4"></circle>
14
+ <line x1="148" y1="128" x2="162" y2="144" stroke="#52525B" stroke-width="5" stroke-linecap="round"></line>
15
+ </g>
16
+ <circle cx="38" cy="50" r="2.5" fill="#71717A"></circle>
17
+ <circle cx="148" cy="44" r="3" fill="#D4D4D8"></circle>
18
+ <path d="M34 110 l0 -5 M31.5 107.5 l5 0" stroke="#71717A" stroke-width="1.8" stroke-linecap="round"></path>
19
+
20
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <path d="M62 110 a18 18 0 0 1 6 -35 a24 24 0 0 1 46 4 a16 16 0 0 1 12 31 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
7
+
8
+ <path d="M72 102 a12 12 0 0 1 4 -22 a16 16 0 0 1 28 2" fill="none" stroke="#71717A" stroke-width="1.2" stroke-opacity="0.4" stroke-linecap="round"></path>
9
+
10
+ <line x1="56" y1="56" x2="138" y2="132" stroke="#FFFFFF" stroke-width="8" stroke-linecap="round"></line>
11
+ <line x1="56" y1="56" x2="138" y2="132" stroke="#52525B" stroke-width="4" stroke-linecap="round"></line>
12
+
13
+ <path d="M40 138 q4 -6 10 -6" stroke="#71717A" stroke-width="2" fill="none" stroke-linecap="round"></path>
14
+ <path d="M148 142 q4 -8 12 -8" stroke="#71717A" stroke-width="2" fill="none" stroke-linecap="round"></path>
15
+
16
+ <circle cx="40" cy="60" r="2.5" fill="#71717A"></circle>
17
+ <circle cx="158" cy="48" r="3" fill="#D4D4D8"></circle>
18
+ <path d="M158 100 l0 -6 M155 97 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
19
+
20
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <path d="M40 138 Q80 110 120 80" stroke="#A1A1AA" stroke-width="2" stroke-dasharray="4 4" stroke-linecap="round" fill="none"></path>
7
+
8
+ <path d="M44 102 L150 50 L130 138 L100 110 L44 102 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
9
+
10
+ <path d="M44 102 L100 110 L150 50" fill="none" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
11
+
12
+ <path d="M100 110 L130 138 L116 96 Z" fill="#D4D4D8" stroke="#52525B" stroke-width="1.5" stroke-linejoin="round"></path>
13
+
14
+ <circle cx="46" cy="50" r="2.5" fill="#71717A"></circle>
15
+ <path d="M152 100 l0 -6 M149 97 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
16
+ <circle cx="156" cy="138" r="2.5" fill="#D4D4D8"></circle>
17
+
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
3
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
4
+
5
+
6
+ <circle cx="96" cy="96" r="44" fill="#E4E4E7" stroke="#52525B" stroke-width="2"></circle>
7
+ <circle cx="96" cy="96" r="32" fill="#FFFFFF" stroke="#52525B" stroke-width="1.5" stroke-opacity="0.45"></circle>
8
+
9
+ <path d="M80 96 L92 108 L114 84" fill="none" stroke="#52525B" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></path>
10
+
11
+ <circle cx="44" cy="50" r="3" fill="#71717A"></circle>
12
+ <rect x="148" y="44" width="6" height="6" rx="1.5" transform="rotate(20 151 47)" fill="#D4D4D8"></rect>
13
+ <circle cx="36" cy="118" r="2.5" fill="#D4D4D8"></circle>
14
+ <rect x="158" y="116" width="5" height="5" rx="1" transform="rotate(35 161 119)" fill="#71717A"></rect>
15
+ <path d="M50 84 l0 -6 M47 81 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
16
+ <path d="M150 90 l0 -5 M147.5 87.5 l5 0" stroke="#71717A" stroke-width="1.8" stroke-linecap="round"></path>
17
+
18
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <path d="M70 84 V64 a26 26 0 0 1 52 0 V84" fill="none" stroke="#52525B" stroke-width="6" stroke-linecap="round"></path>
8
+ <rect x="52" y="82" width="64" height="58" rx="8" fill="#E4E4E7" stroke="#52525B" stroke-width="2"></rect>
9
+ <circle cx="84" cy="106" r="6" fill="#52525B"></circle>
10
+ <path d="M84 108 L82 122 H86 Z" fill="#52525B"></path>
11
+ <g transform="translate(124 102) rotate(28)">
12
+ <circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></circle>
13
+ <circle cx="0" cy="0" r="4" fill="#E4E4E7" stroke="#52525B" stroke-width="1.5"></circle>
14
+ <rect x="8" y="-3" width="28" height="6" rx="1" fill="#FFFFFF" stroke="#52525B" stroke-width="2"></rect>
15
+ <rect x="26" y="3" width="4" height="6" fill="#52525B"></rect>
16
+ <rect x="32" y="3" width="4" height="6" fill="#52525B"></rect>
17
+ </g>
18
+ <circle cx="44" cy="50" r="2.5" fill="#71717A"></circle>
19
+ <circle cx="38" cy="118" r="2.2" fill="#D4D4D8"></circle>
20
+ <path d="M156 56 l0 -6 M153 53 l6 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
21
+
22
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192" fill="none">
2
+
3
+ <circle cx="96" cy="98" r="64" fill="#F4F4F5"></circle>
4
+
5
+ <ellipse cx="96" cy="160" rx="50" ry="4.5" fill="#1C1B1F" fill-opacity="0.05"></ellipse>
6
+
7
+ <path d="M96 44 L150 134 a6 6 0 0 1 -5 9 H51 a6 6 0 0 1 -5 -9 Z" fill="#E4E4E7" stroke="#52525B" stroke-width="2" stroke-linejoin="round"></path>
8
+ <path d="M96 60 L138 130 H54 Z" fill="#FFFFFF" fill-opacity="0.55"></path>
9
+ <path d="M96 80 L96 112" stroke="#52525B" stroke-width="6" stroke-linecap="round"></path>
10
+ <circle cx="96" cy="124" r="4" fill="#52525B"></circle>
11
+ <path d="M30 76 l8 4 l-4 8" stroke="#71717A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"></path>
12
+ <path d="M162 90 l-8 4 l4 8" stroke="#71717A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"></path>
13
+ <path d="M52 46 l0 -8 M48 42 l8 0" stroke="#71717A" stroke-width="2" stroke-linecap="round"></path>
14
+ <circle cx="146" cy="46" r="2.8" fill="#71717A"></circle>
15
+ <circle cx="40" cy="128" r="2.2" fill="#D4D4D8"></circle>
16
+ <circle cx="158" cy="130" r="2.5" fill="#71717A"></circle>
17
+
18
+ </svg>