@semantic-components/ui 0.3.0 → 0.6.0

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 (270) hide show
  1. package/fesm2022/semantic-components-ui.mjs +10934 -1173
  2. package/fesm2022/semantic-components-ui.mjs.map +1 -1
  3. package/index.d.ts +44 -6
  4. package/lib/components/accordion/accordion-content.d.ts +7 -0
  5. package/lib/components/accordion/accordion-header.d.ts +7 -0
  6. package/lib/components/accordion/accordion-item-description.d.ts +7 -0
  7. package/lib/components/accordion/accordion-item.d.ts +7 -0
  8. package/lib/components/accordion/accordion-trigger.d.ts +7 -0
  9. package/lib/components/accordion/accordion.d.ts +7 -0
  10. package/lib/components/accordion/index.d.ts +6 -0
  11. package/lib/components/alert/alert-description.d.ts +7 -0
  12. package/lib/components/alert/alert-title.d.ts +7 -0
  13. package/lib/components/alert/alert.d.ts +8 -0
  14. package/lib/components/alert/index.d.ts +3 -0
  15. package/lib/components/alert-dialog/alert-dialog-content.d.ts +7 -0
  16. package/lib/components/alert-dialog/alert-dialog-description.d.ts +7 -0
  17. package/lib/components/alert-dialog/alert-dialog-footer.d.ts +7 -0
  18. package/lib/components/alert-dialog/alert-dialog-header.d.ts +7 -0
  19. package/lib/components/alert-dialog/alert-dialog-title.d.ts +7 -0
  20. package/lib/components/alert-dialog/alert-dialog.d.ts +8 -0
  21. package/lib/components/alert-dialog/index.d.ts +1 -0
  22. package/lib/components/aspect-ratio/aspect-ratio.d.ts +17 -0
  23. package/lib/components/aspect-ratio/index.d.ts +1 -0
  24. package/lib/components/avatar/avatar-fallback.d.ts +7 -0
  25. package/lib/components/avatar/avatar-image.d.ts +10 -0
  26. package/lib/components/avatar/avatar.d.ts +10 -0
  27. package/lib/components/avatar/index.d.ts +1 -0
  28. package/lib/components/badge/badge.d.ts +8 -0
  29. package/lib/components/badge/index.d.ts +1 -0
  30. package/lib/components/breadcrumb/breadcrumb-ellipsis.d.ts +7 -0
  31. package/lib/components/breadcrumb/breadcrumb-item.d.ts +7 -0
  32. package/lib/components/breadcrumb/breadcrumb-link.d.ts +7 -0
  33. package/lib/components/breadcrumb/breadcrumb-list.d.ts +7 -0
  34. package/lib/components/breadcrumb/breadcrumb-page.d.ts +7 -0
  35. package/lib/components/breadcrumb/breadcrumb-separator.d.ts +7 -0
  36. package/lib/components/breadcrumb/breadcrumb.d.ts +8 -0
  37. package/lib/components/breadcrumb/index.d.ts +7 -0
  38. package/lib/components/button/button.d.ts +15 -0
  39. package/lib/components/button/index.d.ts +1 -0
  40. package/lib/components/card/card-content.d.ts +7 -0
  41. package/lib/components/card/card-description.d.ts +7 -0
  42. package/lib/components/card/card-footer.d.ts +7 -0
  43. package/lib/components/card/card-header.d.ts +7 -0
  44. package/lib/components/card/card-title.d.ts +7 -0
  45. package/lib/components/card/card.d.ts +7 -0
  46. package/lib/components/card/index.d.ts +6 -0
  47. package/lib/components/carousel/carousel-container.d.ts +7 -0
  48. package/lib/components/carousel/carousel-item.d.ts +9 -0
  49. package/lib/components/carousel/carousel-items.d.ts +9 -0
  50. package/lib/components/carousel/carousel-next.d.ts +13 -0
  51. package/lib/components/carousel/carousel-previous.d.ts +13 -0
  52. package/lib/components/carousel/carousel.d.ts +22 -0
  53. package/lib/components/carousel/index.d.ts +6 -0
  54. package/lib/components/checkbox/checkbox.d.ts +25 -0
  55. package/lib/components/checkbox/index.d.ts +1 -0
  56. package/lib/components/collapsible/collapsible-content.d.ts +7 -0
  57. package/lib/components/collapsible/collapsible-state.d.ts +9 -0
  58. package/lib/components/collapsible/collapsible-trigger.d.ts +10 -0
  59. package/lib/components/collapsible/collapsible.d.ts +12 -0
  60. package/lib/components/collapsible/index.d.ts +3 -0
  61. package/lib/components/command/command-dialog.d.ts +7 -0
  62. package/lib/components/command/command-empty.d.ts +7 -0
  63. package/lib/components/command/command-error.d.ts +7 -0
  64. package/lib/components/command/command-group-heading.d.ts +7 -0
  65. package/lib/components/command/command-group.d.ts +8 -0
  66. package/lib/components/command/command-input.d.ts +8 -0
  67. package/lib/components/command/command-item.d.ts +8 -0
  68. package/lib/components/command/command-list.d.ts +7 -0
  69. package/lib/components/command/command-loading.d.ts +7 -0
  70. package/lib/components/command/command-separator.d.ts +7 -0
  71. package/lib/components/command/command-shortcut.d.ts +7 -0
  72. package/lib/components/command/command.d.ts +7 -0
  73. package/lib/components/command/index.d.ts +11 -0
  74. package/lib/components/context-menu/context-menu-trigger-for.d.ts +8 -0
  75. package/lib/components/context-menu/index.d.ts +1 -0
  76. package/lib/components/data-table/data-table.d.ts +5 -0
  77. package/lib/components/data-table/index.d.ts +1 -0
  78. package/{components/date-picker/date-picker.component.d.ts → lib/components/date-picker/date-picker.d.ts} +3 -4
  79. package/lib/components/date-picker/index.d.ts +2 -0
  80. package/{components/date-picker/inline-date-picker.component.d.ts → lib/components/date-picker/inline-date-picker.d.ts} +4 -5
  81. package/lib/components/date-picker/month-days.d.ts +13 -0
  82. package/lib/components/date-picker/month-year-header.d.ts +8 -0
  83. package/lib/components/date-picker/util.d.ts +5 -0
  84. package/lib/components/dialog/dialog-close.d.ts +7 -0
  85. package/lib/components/dialog/dialog-content.d.ts +7 -0
  86. package/lib/components/dialog/dialog-description.d.ts +7 -0
  87. package/lib/components/dialog/dialog-footer.d.ts +7 -0
  88. package/lib/components/dialog/dialog-header.d.ts +7 -0
  89. package/lib/components/dialog/dialog-title.d.ts +7 -0
  90. package/lib/components/dialog/dialog.d.ts +7 -0
  91. package/lib/components/dialog/index.d.ts +7 -0
  92. package/lib/components/editor/colors.d.ts +1 -0
  93. package/lib/components/editor/editor.d.ts +25 -0
  94. package/lib/components/editor/extensions/extension-blockquote.d.ts +12 -0
  95. package/lib/components/editor/extensions/extension-bold.d.ts +12 -0
  96. package/lib/components/editor/extensions/extension-bullet-list.d.ts +12 -0
  97. package/lib/components/editor/extensions/extension-code.d.ts +12 -0
  98. package/lib/components/editor/extensions/extension-color.d.ts +13 -0
  99. package/lib/components/editor/extensions/extension-font-family.d.ts +11 -0
  100. package/lib/components/editor/extensions/extension-heading.d.ts +9 -0
  101. package/lib/components/editor/extensions/extension-highlight.d.ts +12 -0
  102. package/lib/components/editor/extensions/extension-history.d.ts +14 -0
  103. package/lib/components/editor/extensions/extension-horizontal-rule.d.ts +12 -0
  104. package/lib/components/editor/extensions/extension-image.d.ts +15 -0
  105. package/lib/components/editor/extensions/extension-italic.d.ts +12 -0
  106. package/lib/components/editor/extensions/extension-link.d.ts +14 -0
  107. package/lib/components/editor/extensions/extension-ordered-list.d.ts +12 -0
  108. package/lib/components/editor/extensions/extension-paragraph.d.ts +8 -0
  109. package/lib/components/editor/extensions/extension-strike.d.ts +12 -0
  110. package/lib/components/editor/extensions/extension-table.d.ts +30 -0
  111. package/lib/components/editor/extensions/extension-text-align.d.ts +16 -0
  112. package/lib/components/editor/extensions/extension-text-style.d.ts +11 -0
  113. package/lib/components/editor/extensions/extension-underline.d.ts +12 -0
  114. package/lib/components/editor/extensions/extension-youtube.d.ts +15 -0
  115. package/lib/components/editor/extensions/extensions.d.ts +24 -0
  116. package/lib/components/editor/toolbar/add-cell-attribute-dialog.d.ts +18 -0
  117. package/lib/components/editor/toolbar/add-image-dialog.d.ts +21 -0
  118. package/lib/components/editor/toolbar/add-link-dialog.d.ts +15 -0
  119. package/lib/components/editor/toolbar/add-video-dialog.d.ts +26 -0
  120. package/lib/components/editor/toolbar/extensions-group.d.ts +5 -0
  121. package/lib/components/editor/toolbar/extensions-separator.d.ts +7 -0
  122. package/lib/components/hover-card/hover-card-trigger-for.d.ts +16 -0
  123. package/lib/components/hover-card/hover-card.d.ts +9 -0
  124. package/lib/components/hover-card/index.d.ts +2 -0
  125. package/lib/components/input/index.d.ts +1 -0
  126. package/lib/components/input/input.d.ts +7 -0
  127. package/lib/components/input-otp/index.d.ts +4 -0
  128. package/lib/components/input-otp/input-otp-group.d.ts +7 -0
  129. package/lib/components/input-otp/input-otp-handler.d.ts +6 -0
  130. package/lib/components/input-otp/input-otp-separator.d.ts +7 -0
  131. package/lib/components/input-otp/input-otp-slot.d.ts +15 -0
  132. package/lib/components/input-otp/input-otp.d.ts +36 -0
  133. package/lib/components/label/index.d.ts +1 -0
  134. package/lib/components/label/label.d.ts +7 -0
  135. package/lib/components/menu/index.d.ts +11 -0
  136. package/lib/components/menu/menu-checkbox-group.d.ts +8 -0
  137. package/lib/components/menu/menu-checkbox-item.d.ts +8 -0
  138. package/lib/components/menu/menu-group.d.ts +7 -0
  139. package/lib/components/menu/menu-item.d.ts +9 -0
  140. package/lib/components/menu/menu-label.d.ts +8 -0
  141. package/lib/components/menu/menu-radio-group.d.ts +8 -0
  142. package/lib/components/menu/menu-radio-item.d.ts +9 -0
  143. package/lib/components/menu/menu-separator.d.ts +7 -0
  144. package/lib/components/menu/menu-shortcut.d.ts +7 -0
  145. package/lib/components/menu/menu-trigger-for.d.ts +7 -0
  146. package/lib/components/menu/menu.d.ts +8 -0
  147. package/lib/components/menubar/index.d.ts +2 -0
  148. package/lib/components/menubar/menu-bar-item.d.ts +8 -0
  149. package/lib/components/menubar/menu-bar.d.ts +8 -0
  150. package/lib/components/nav/index.d.ts +5 -0
  151. package/lib/components/nav/nav-button-base.d.ts +6 -0
  152. package/lib/components/nav/nav-button.d.ts +8 -0
  153. package/lib/components/nav/nav-item-dropdown.d.ts +6 -0
  154. package/lib/components/nav/nav-item.d.ts +5 -0
  155. package/lib/components/nav/nav-link.d.ts +8 -0
  156. package/lib/components/nav/nav-list.d.ts +7 -0
  157. package/lib/components/nav/nav.d.ts +7 -0
  158. package/lib/components/paginator/index.d.ts +2 -0
  159. package/lib/components/paginator/page-event.d.ts +10 -0
  160. package/lib/components/paginator/page-item.d.ts +10 -0
  161. package/lib/components/paginator/pagination.d.ts +7 -0
  162. package/lib/components/paginator/paginator.d.ts +39 -0
  163. package/lib/components/popover/index.d.ts +1 -0
  164. package/lib/components/popover/popover-trigger-for.d.ts +16 -0
  165. package/lib/components/popover/popover.d.ts +9 -0
  166. package/lib/components/progress/index.d.ts +1 -0
  167. package/lib/components/progress/progress.d.ts +10 -0
  168. package/lib/components/radio-group/index.d.ts +2 -0
  169. package/lib/components/radio-group/radio-group-state.d.ts +8 -0
  170. package/lib/components/radio-group/radio-group.d.ts +22 -0
  171. package/lib/components/radio-group/radio-item.d.ts +22 -0
  172. package/lib/components/scroll-area/index.d.ts +1 -0
  173. package/lib/components/scroll-area/scroll-area.d.ts +12 -0
  174. package/lib/components/select/index.d.ts +2 -0
  175. package/lib/components/select/option.d.ts +11 -0
  176. package/lib/components/select/select-state.d.ts +9 -0
  177. package/lib/components/select/select.d.ts +40 -0
  178. package/lib/components/sheet/index.d.ts +3 -0
  179. package/lib/components/sheet/sheet-toggler.d.ts +10 -0
  180. package/lib/components/sheet/sheet-trigger.d.ts +16 -0
  181. package/lib/components/sheet/sheet.d.ts +17 -0
  182. package/lib/components/sheet/sidebar-content.d.ts +7 -0
  183. package/lib/components/skeleton/index.d.ts +1 -0
  184. package/lib/components/skeleton/skeleton.d.ts +7 -0
  185. package/lib/components/slider/index.d.ts +1 -0
  186. package/lib/components/slider/slider.d.ts +15 -0
  187. package/lib/components/switch/index.d.ts +1 -0
  188. package/lib/components/switch/switch.d.ts +24 -0
  189. package/lib/components/table/index.d.ts +9 -0
  190. package/lib/components/table/table-body.d.ts +7 -0
  191. package/lib/components/table/table-caption.d.ts +7 -0
  192. package/lib/components/table/table-cell.d.ts +7 -0
  193. package/lib/components/table/table-container.d.ts +7 -0
  194. package/lib/components/table/table-footer.d.ts +7 -0
  195. package/lib/components/table/table-head.d.ts +7 -0
  196. package/lib/components/table/table-header.d.ts +7 -0
  197. package/lib/components/table/table-row.d.ts +7 -0
  198. package/lib/components/table/table.d.ts +7 -0
  199. package/lib/components/tabs/index.d.ts +4 -0
  200. package/lib/components/tabs/tab-content.d.ts +7 -0
  201. package/lib/components/tabs/tab-label.d.ts +7 -0
  202. package/lib/components/tabs/tab.d.ts +10 -0
  203. package/lib/components/tabs/tabs.d.ts +13 -0
  204. package/lib/components/tel-input/form-field-custom-control.component.d.ts +9 -0
  205. package/lib/components/tel-input/index.d.ts +2 -0
  206. package/lib/components/tel-input/tel-input.component.d.ts +70 -0
  207. package/lib/components/textarea/index.d.ts +1 -0
  208. package/lib/components/textarea/textarea.d.ts +7 -0
  209. package/lib/components/theme-toggler/index.d.ts +2 -0
  210. package/lib/components/theme-toggler/theme-provider.d.ts +1 -0
  211. package/lib/components/theme-toggler/theme-toggler.d.ts +9 -0
  212. package/lib/components/theme-toggler/theme.d.ts +9 -0
  213. package/lib/components/toast/index.d.ts +3 -0
  214. package/lib/components/toast/toast-action.d.ts +7 -0
  215. package/lib/components/toast/toast-close.d.ts +7 -0
  216. package/lib/components/toast/toast-content.d.ts +7 -0
  217. package/lib/components/toast/toast-description.d.ts +7 -0
  218. package/lib/components/toast/toast-example.d.ts +5 -0
  219. package/lib/components/toast/toast-title.d.ts +7 -0
  220. package/lib/components/toast/toast.d.ts +8 -0
  221. package/lib/components/toast/toaster.d.ts +10 -0
  222. package/lib/components/toggle/index.d.ts +1 -0
  223. package/lib/components/toggle/toggle.d.ts +9 -0
  224. package/lib/components/tooltip/tooltip-container.d.ts +6 -0
  225. package/{components → lib/components}/tooltip/tooltip.d.ts +5 -3
  226. package/lib/utils/index.d.ts +2 -0
  227. package/package.json +41 -10
  228. package/components/date-picker/index.d.ts +0 -2
  229. package/components/date-picker/month-days.component.d.ts +0 -11
  230. package/components/date-picker/month-year-header.component.d.ts +0 -7
  231. package/components/date-picker/week-days-names.component.d.ts +0 -11
  232. package/components/dropdown/dropdown-divider.component.d.ts +0 -5
  233. package/components/dropdown/dropdown-item.component.d.ts +0 -6
  234. package/components/dropdown/dropdown.component.d.ts +0 -5
  235. package/components/dropdown/index.d.ts +0 -3
  236. package/components/editor/editor.d.ts +0 -5
  237. package/components/nav/index.d.ts +0 -3
  238. package/components/nav/nav-item-dropdown.component.d.ts +0 -5
  239. package/components/nav/nav-item.component.d.ts +0 -5
  240. package/components/nav/nav.component.d.ts +0 -5
  241. package/components/select/index.d.ts +0 -2
  242. package/components/select/select-option.component.d.ts +0 -7
  243. package/components/select/select.component.d.ts +0 -55
  244. package/components/tooltip/tooltip-container.d.ts +0 -7
  245. package/esm2022/components/date-picker/date-picker.component.mjs +0 -189
  246. package/esm2022/components/date-picker/index.mjs +0 -3
  247. package/esm2022/components/date-picker/inline-date-picker.component.mjs +0 -185
  248. package/esm2022/components/date-picker/month-days.component.mjs +0 -69
  249. package/esm2022/components/date-picker/month-year-header.component.mjs +0 -124
  250. package/esm2022/components/date-picker/week-days-names.component.mjs +0 -37
  251. package/esm2022/components/dropdown/dropdown-divider.component.mjs +0 -16
  252. package/esm2022/components/dropdown/dropdown-item.component.mjs +0 -33
  253. package/esm2022/components/dropdown/dropdown.component.mjs +0 -85
  254. package/esm2022/components/dropdown/index.mjs +0 -4
  255. package/esm2022/components/editor/editor.mjs +0 -16
  256. package/esm2022/components/editor/index.mjs +0 -2
  257. package/esm2022/components/nav/index.mjs +0 -4
  258. package/esm2022/components/nav/nav-item-dropdown.component.mjs +0 -148
  259. package/esm2022/components/nav/nav-item.component.mjs +0 -16
  260. package/esm2022/components/nav/nav.component.mjs +0 -16
  261. package/esm2022/components/select/index.mjs +0 -3
  262. package/esm2022/components/select/select-option.component.mjs +0 -28
  263. package/esm2022/components/select/select.component.mjs +0 -252
  264. package/esm2022/components/tooltip/index.mjs +0 -2
  265. package/esm2022/components/tooltip/tooltip-container.mjs +0 -58
  266. package/esm2022/components/tooltip/tooltip.mjs +0 -79
  267. package/esm2022/index.mjs +0 -7
  268. package/esm2022/semantic-components-ui.mjs +0 -5
  269. /package/{components → lib/components}/editor/index.d.ts +0 -0
  270. /package/{components → lib/components}/tooltip/index.d.ts +0 -0
@@ -1,79 +0,0 @@
1
- import { Overlay, OverlayPositionBuilder, } from '@angular/cdk/overlay';
2
- import { ComponentPortal } from '@angular/cdk/portal';
3
- import { Directive, ElementRef, HostListener, inject, input, } from '@angular/core';
4
- import { ScTooltipContainer } from './tooltip-container';
5
- import * as i0 from "@angular/core";
6
- export class ScTooltip {
7
- overlayPositionBuilder = inject(OverlayPositionBuilder);
8
- elementRef = inject(ElementRef);
9
- overlay = inject(Overlay);
10
- text = input('', { alias: 'scTooltip' });
11
- overlayRef;
12
- ngOnInit() {
13
- const positionStrategy = this.getPositionStrategy();
14
- this.overlayRef = this.overlay.create({ positionStrategy });
15
- }
16
- ngOnDestroy() {
17
- this.overlayRef?.dispose();
18
- }
19
- showTooltip() {
20
- if (this.overlayRef?.hasAttached() === true) {
21
- return;
22
- }
23
- this.attachTooltip();
24
- }
25
- hideTooltip() {
26
- if (this.overlayRef?.hasAttached() === true) {
27
- this.overlayRef?.detach();
28
- }
29
- }
30
- attachTooltip() {
31
- // Create tooltip portal
32
- const tooltipPortal = new ComponentPortal(ScTooltipContainer);
33
- // Attach tooltip portal to overlay
34
- const tooltipRef = this.overlayRef.attach(tooltipPortal);
35
- // Pass content to tooltip component instance
36
- tooltipRef.instance.text = this.text;
37
- }
38
- getPositionStrategy() {
39
- return this.overlay
40
- .position()
41
- .flexibleConnectedTo(this.elementRef)
42
- .withPositions([
43
- {
44
- originX: 'center',
45
- originY: 'bottom',
46
- overlayX: 'center',
47
- overlayY: 'top',
48
- },
49
- {
50
- originX: 'center',
51
- originY: 'top',
52
- overlayX: 'center',
53
- overlayY: 'bottom',
54
- },
55
- ]);
56
- }
57
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScTooltip, deps: [], target: i0.ɵɵFactoryTarget.Directive });
58
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.11", type: ScTooltip, isStandalone: true, selector: "[scTooltip]", inputs: { text: { classPropertyName: "text", publicName: "scTooltip", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "mouseover": "showTooltip()", "focus": "showTooltip()", "mouseleave": "hideTooltip()", "blur": "hideTooltip()" } }, ngImport: i0 });
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ScTooltip, decorators: [{
61
- type: Directive,
62
- args: [{
63
- selector: '[scTooltip]',
64
- standalone: true,
65
- }]
66
- }], propDecorators: { showTooltip: [{
67
- type: HostListener,
68
- args: ['mouseover']
69
- }, {
70
- type: HostListener,
71
- args: ['focus']
72
- }], hideTooltip: [{
73
- type: HostListener,
74
- args: ['mouseleave']
75
- }, {
76
- type: HostListener,
77
- args: ['blur']
78
- }] } });
79
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc3JjL2NvbXBvbmVudHMvdG9vbHRpcC90b29sdGlwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1Asc0JBQXNCLEdBR3ZCLE1BQU0sc0JBQXNCLENBQUM7QUFDOUIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFFTCxTQUFTLEVBQ1QsVUFBVSxFQUNWLFlBQVksRUFHWixNQUFNLEVBQ04sS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQU16RCxNQUFNLE9BQU8sU0FBUztJQUNILHNCQUFzQixHQUFHLE1BQU0sQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDO0lBQ3hELFVBQVUsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDaEMsT0FBTyxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUVsQyxJQUFJLEdBQUcsS0FBSyxDQUFDLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsQ0FBQyxDQUFDO0lBQzFDLFVBQVUsQ0FBYztJQUVoQyxRQUFRO1FBQ04sTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUNwRCxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUUsZ0JBQWdCLEVBQUUsQ0FBQyxDQUFDO0lBQzlELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsRUFBRSxPQUFPLEVBQUUsQ0FBQztJQUM3QixDQUFDO0lBSUQsV0FBVztRQUNULElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsS0FBSyxJQUFJLEVBQUUsQ0FBQztZQUM1QyxPQUFPO1FBQ1QsQ0FBQztRQUVELElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBSUQsV0FBVztRQUNULElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsS0FBSyxJQUFJLEVBQUUsQ0FBQztZQUM1QyxJQUFJLENBQUMsVUFBVSxFQUFFLE1BQU0sRUFBRSxDQUFDO1FBQzVCLENBQUM7SUFDSCxDQUFDO0lBRU8sYUFBYTtRQUNuQix3QkFBd0I7UUFDeEIsTUFBTSxhQUFhLEdBQUcsSUFBSSxlQUFlLENBQUMsa0JBQWtCLENBQUMsQ0FBQztRQUU5RCxtQ0FBbUM7UUFDbkMsTUFBTSxVQUFVLEdBQXFDLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBRTNGLDZDQUE2QztRQUM3QyxVQUFVLENBQUMsUUFBUSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDO0lBQ3ZDLENBQUM7SUFFTyxtQkFBbUI7UUFDekIsT0FBTyxJQUFJLENBQUMsT0FBTzthQUNoQixRQUFRLEVBQUU7YUFDVixtQkFBbUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDO2FBQ3BDLGFBQWEsQ0FBQztZQUNiO2dCQUNFLE9BQU8sRUFBRSxRQUFRO2dCQUNqQixPQUFPLEVBQUUsUUFBUTtnQkFDakIsUUFBUSxFQUFFLFFBQVE7Z0JBQ2xCLFFBQVEsRUFBRSxLQUFLO2FBQ2hCO1lBQ0Q7Z0JBQ0UsT0FBTyxFQUFFLFFBQVE7Z0JBQ2pCLE9BQU8sRUFBRSxLQUFLO2dCQUNkLFFBQVEsRUFBRSxRQUFRO2dCQUNsQixRQUFRLEVBQUUsUUFBUTthQUNuQjtTQUNGLENBQUMsQ0FBQztJQUNQLENBQUM7d0dBaEVVLFNBQVM7NEZBQVQsU0FBUzs7NEZBQVQsU0FBUztrQkFKckIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsYUFBYTtvQkFDdkIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzhCQW9CQyxXQUFXO3NCQUZWLFlBQVk7dUJBQUMsV0FBVzs7c0JBQ3hCLFlBQVk7dUJBQUMsT0FBTztnQkFXckIsV0FBVztzQkFGVixZQUFZO3VCQUFDLFlBQVk7O3NCQUN6QixZQUFZO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBPdmVybGF5LFxuICBPdmVybGF5UG9zaXRpb25CdWlsZGVyLFxuICBPdmVybGF5UmVmLFxuICBQb3NpdGlvblN0cmF0ZWd5LFxufSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7XG4gIENvbXBvbmVudFJlZixcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBIb3N0TGlzdGVuZXIsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBpbmplY3QsXG4gIGlucHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgU2NUb29sdGlwQ29udGFpbmVyIH0gZnJvbSAnLi90b29sdGlwLWNvbnRhaW5lcic7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tzY1Rvb2x0aXBdJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgU2NUb29sdGlwIGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuICBwcml2YXRlIHJlYWRvbmx5IG92ZXJsYXlQb3NpdGlvbkJ1aWxkZXIgPSBpbmplY3QoT3ZlcmxheVBvc2l0aW9uQnVpbGRlcik7XG4gIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudFJlZiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHJpdmF0ZSByZWFkb25seSBvdmVybGF5ID0gaW5qZWN0KE92ZXJsYXkpO1xuXG4gIHJlYWRvbmx5IHRleHQgPSBpbnB1dCgnJywgeyBhbGlhczogJ3NjVG9vbHRpcCcgfSk7XG4gIHByaXZhdGUgb3ZlcmxheVJlZiE6IE92ZXJsYXlSZWY7XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgY29uc3QgcG9zaXRpb25TdHJhdGVneSA9IHRoaXMuZ2V0UG9zaXRpb25TdHJhdGVneSgpO1xuICAgIHRoaXMub3ZlcmxheVJlZiA9IHRoaXMub3ZlcmxheS5jcmVhdGUoeyBwb3NpdGlvblN0cmF0ZWd5IH0pO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5vdmVybGF5UmVmPy5kaXNwb3NlKCk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCdtb3VzZW92ZXInKVxuICBASG9zdExpc3RlbmVyKCdmb2N1cycpXG4gIHNob3dUb29sdGlwKCkge1xuICAgIGlmICh0aGlzLm92ZXJsYXlSZWY/Lmhhc0F0dGFjaGVkKCkgPT09IHRydWUpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLmF0dGFjaFRvb2x0aXAoKTtcbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ21vdXNlbGVhdmUnKVxuICBASG9zdExpc3RlbmVyKCdibHVyJylcbiAgaGlkZVRvb2x0aXAoKSB7XG4gICAgaWYgKHRoaXMub3ZlcmxheVJlZj8uaGFzQXR0YWNoZWQoKSA9PT0gdHJ1ZSkge1xuICAgICAgdGhpcy5vdmVybGF5UmVmPy5kZXRhY2goKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGF0dGFjaFRvb2x0aXAoKTogdm9pZCB7XG4gICAgLy8gQ3JlYXRlIHRvb2x0aXAgcG9ydGFsXG4gICAgY29uc3QgdG9vbHRpcFBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWwoU2NUb29sdGlwQ29udGFpbmVyKTtcblxuICAgIC8vIEF0dGFjaCB0b29sdGlwIHBvcnRhbCB0byBvdmVybGF5XG4gICAgY29uc3QgdG9vbHRpcFJlZjogQ29tcG9uZW50UmVmPFNjVG9vbHRpcENvbnRhaW5lcj4gPSB0aGlzLm92ZXJsYXlSZWYuYXR0YWNoKHRvb2x0aXBQb3J0YWwpO1xuXG4gICAgLy8gUGFzcyBjb250ZW50IHRvIHRvb2x0aXAgY29tcG9uZW50IGluc3RhbmNlXG4gICAgdG9vbHRpcFJlZi5pbnN0YW5jZS50ZXh0ID0gdGhpcy50ZXh0O1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRQb3NpdGlvblN0cmF0ZWd5KCk6IFBvc2l0aW9uU3RyYXRlZ3kge1xuICAgIHJldHVybiB0aGlzLm92ZXJsYXlcbiAgICAgIC5wb3NpdGlvbigpXG4gICAgICAuZmxleGlibGVDb25uZWN0ZWRUbyh0aGlzLmVsZW1lbnRSZWYpXG4gICAgICAud2l0aFBvc2l0aW9ucyhbXG4gICAgICAgIHtcbiAgICAgICAgICBvcmlnaW5YOiAnY2VudGVyJyxcbiAgICAgICAgICBvcmlnaW5ZOiAnYm90dG9tJyxcbiAgICAgICAgICBvdmVybGF5WDogJ2NlbnRlcicsXG4gICAgICAgICAgb3ZlcmxheVk6ICd0b3AnLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgb3JpZ2luWDogJ2NlbnRlcicsXG4gICAgICAgICAgb3JpZ2luWTogJ3RvcCcsXG4gICAgICAgICAgb3ZlcmxheVg6ICdjZW50ZXInLFxuICAgICAgICAgIG92ZXJsYXlZOiAnYm90dG9tJyxcbiAgICAgICAgfSxcbiAgICAgIF0pO1xuICB9XG59XG4iXX0=
package/esm2022/index.mjs DELETED
@@ -1,7 +0,0 @@
1
- export * from './components/date-picker';
2
- export * from './components/dropdown';
3
- export * from './components/editor';
4
- export * from './components/nav';
5
- export * from './components/tooltip';
6
- export * from './components/select';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL3VpL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9kYXRlLXBpY2tlcic7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvZHJvcGRvd24nO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2VkaXRvcic7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvbmF2JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy90b29sdGlwJztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9zZWxlY3QnO1xuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VtYW50aWMtY29tcG9uZW50cy11aS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvdWkvc3JjL3NlbWFudGljLWNvbXBvbmVudHMtdWkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=