@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
@@ -0,0 +1,39 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import { ScPageEvent } from './page-event';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ScPaginator implements OnInit {
6
+ class: import("@angular/core").InputSignal<string>;
7
+ classes: import("@angular/core").Signal<string>;
8
+ /** The one-based page index of the displayed list of items. Defaulted to 1. */
9
+ currentPage: import("@angular/core").InputSignal<number>;
10
+ /** The total number of items that are being paginated. */
11
+ totalSize: import("@angular/core").InputSignal<number>;
12
+ /** The set of provided page size options to display to the user. */
13
+ pageSizeOptions: import("@angular/core").InputSignal<number[]>;
14
+ /** Number of items to display on a page. By default set to 10. */
15
+ pageSize: import("@angular/core").InputSignal<number>;
16
+ /** Whether to hide the page size selection UI from the user. */
17
+ hidePageSize: import("@angular/core").InputSignal<boolean>;
18
+ /** Whether to show the first/last buttons UI to the user. */
19
+ showFirstLastButtons: import("@angular/core").InputSignal<boolean>;
20
+ /** Event emitted when the paginator changes the page index. */
21
+ pageChanged: import("@angular/core").OutputEmitterRef<ScPageEvent>;
22
+ constructor();
23
+ ngOnInit(): void;
24
+ pageSizeFormControl: FormControl<number | null>;
25
+ numberOfPages: import("@angular/core").Signal<number>;
26
+ range(start: number, end: number): number[];
27
+ pageRanges: import("@angular/core").Signal<(number | "...")[]>;
28
+ firstItemPage: import("@angular/core").Signal<number>;
29
+ lastItemPage: import("@angular/core").Signal<number>;
30
+ firstPage(): void;
31
+ nextPage(): void;
32
+ isNextPageDisabled: import("@angular/core").Signal<boolean>;
33
+ lastPage(): void;
34
+ prevPage(): void;
35
+ isPrevPageDisabled: import("@angular/core").Signal<boolean>;
36
+ changePage(page: number): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPaginator, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScPaginator, "sc-paginator", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "totalSize": { "alias": "totalSize"; "required": true; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "hidePageSize": { "alias": "hidePageSize"; "required": false; "isSignal": true; }; "showFirstLastButtons": { "alias": "showFirstLastButtons"; "required": false; "isSignal": true; }; }, { "pageChanged": "pageChanged"; }, never, never, true, never>;
39
+ }
@@ -0,0 +1 @@
1
+ export * from './popover-trigger-for';
@@ -0,0 +1,16 @@
1
+ import { OnDestroy, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScPopoverTriggerFor implements OnDestroy {
4
+ private element;
5
+ private overlay;
6
+ private viewContainer;
7
+ readonly scPopoverTriggerFor: import("@angular/core").InputSignal<TemplateRef<unknown>>;
8
+ private overlayRef;
9
+ open(): void;
10
+ close(): void;
11
+ ngOnDestroy(): void;
12
+ private attachTooltip;
13
+ private getPositionStrategy;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPopoverTriggerFor, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScPopoverTriggerFor, "[scPopoverTriggerFor]", never, { "scPopoverTriggerFor": { "alias": "scPopoverTriggerFor"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScPopover {
4
+ templateRef: import("@angular/core").WritableSignal<TemplateRef<unknown> | null>;
5
+ class: import("@angular/core").InputSignal<string>;
6
+ classes: import("@angular/core").Signal<string>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPopover, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScPopover, "sc-popover", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './progress';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScProgress {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ /** Current value of the progressbar. */
6
+ value: import("@angular/core").InputSignal<number>;
7
+ transform: import("@angular/core").Signal<string>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScProgress, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScProgress, "sc-progress", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export * from './radio-group';
2
+ export * from './radio-item';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScRadioGroupState {
3
+ selectedValue: import("@angular/core").WritableSignal<string | undefined>;
4
+ disabled: import("@angular/core").WritableSignal<boolean>;
5
+ name: import("@angular/core").WritableSignal<string>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScRadioGroupState, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<ScRadioGroupState>;
8
+ }
@@ -0,0 +1,22 @@
1
+ import { ControlValueAccessor } from '@angular/forms';
2
+ import { ScRadioGroupState } from './radio-group-state';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScRadioGroup implements ControlValueAccessor {
5
+ state: ScRadioGroupState;
6
+ private readonly _cdr;
7
+ class: import("@angular/core").InputSignal<string>;
8
+ classes: import("@angular/core").Signal<string>;
9
+ disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
10
+ name: import("@angular/core").InputSignal<string>;
11
+ value: import("@angular/core").ModelSignal<string | undefined>;
12
+ constructor();
13
+ setValue(newValue: string): void;
14
+ writeValue(value: string): void;
15
+ onChange: any;
16
+ onTouch: any;
17
+ registerOnChange(fn: any): void;
18
+ registerOnTouched(fn: any): void;
19
+ setDisabledState?(isDisabled: boolean): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScRadioGroup, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScRadioGroup, "sc-radio-group", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { ScRadioGroupState } from './radio-group-state';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScRadioItem {
5
+ state: ScRadioGroupState;
6
+ id: import("@angular/core").InputSignal<string>;
7
+ value: import("@angular/core").InputSignal<string>;
8
+ checked: import("@angular/core").Signal<boolean>;
9
+ name: import("@angular/core").Signal<string>;
10
+ disabled: import("@angular/core").InputSignal<BooleanInput>;
11
+ class: import("@angular/core").InputSignal<string>;
12
+ classes: import("@angular/core").Signal<string>;
13
+ hostClass: import("@angular/core").InputSignal<string>;
14
+ hostClasses: import("@angular/core").Signal<string>;
15
+ circleHostClass: import("@angular/core").InputSignal<string>;
16
+ circleClass: import("@angular/core").InputSignal<string>;
17
+ circleClasses: import("@angular/core").Signal<string>;
18
+ radioChecked: import("@angular/core").OutputEmitterRef<void>;
19
+ toggle(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScRadioItem, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScRadioItem, "sc-radio-item", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; "circleHostClass": { "alias": "circleHostClass"; "required": false; "isSignal": true; }; "circleClass": { "alias": "circleClass"; "required": false; "isSignal": true; }; }, { "radioChecked": "radioChecked"; }, never, ["*"], true, never>;
22
+ }
@@ -0,0 +1 @@
1
+ export * from './scroll-area';
@@ -0,0 +1,12 @@
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { ScrollbarVisibility } from 'ngx-scrollbar';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScScrollArea implements AfterViewInit {
5
+ private host;
6
+ class: import("@angular/core").InputSignal<string>;
7
+ classes: import("@angular/core").Signal<string>;
8
+ visibility: import("@angular/core").InputSignal<ScrollbarVisibility>;
9
+ ngAfterViewInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScScrollArea, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScScrollArea, "div[sc-scroll-area]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "visibility": { "alias": "visibility"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export * from './select';
2
+ export * from './option';
@@ -0,0 +1,11 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { ScSelectState } from './select-state';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScOption {
5
+ state: ScSelectState;
6
+ value: import("@angular/core").InputSignal<string>;
7
+ label: import("@angular/core").Signal<ElementRef<HTMLSpanElement>>;
8
+ select(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScOption, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScOption, "sc-option", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScSelectState {
3
+ selectedValue: import("@angular/core").WritableSignal<string>;
4
+ selectedLabel: import("@angular/core").WritableSignal<string>;
5
+ isOpen: import("@angular/core").WritableSignal<boolean>;
6
+ closeOverlay: import("@angular/core").WritableSignal<boolean>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSelectState, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<ScSelectState>;
9
+ }
@@ -0,0 +1,40 @@
1
+ import { Directionality } from '@angular/cdk/bidi';
2
+ import { Overlay } from '@angular/cdk/overlay';
3
+ import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core';
4
+ import { ControlValueAccessor } from '@angular/forms';
5
+ import { ScSelectState } from './select-state';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ScSelect implements ControlValueAccessor {
8
+ static nextId: number;
9
+ id: number;
10
+ _getPanelId(): string;
11
+ private readonly _cdr;
12
+ state: ScSelectState;
13
+ _overlay: Overlay;
14
+ _dir: Directionality | null;
15
+ _viewContainerRef: ViewContainerRef;
16
+ private _portal;
17
+ scSelectTrigger: import("@angular/core").Signal<ElementRef<HTMLButtonElement>>;
18
+ _panelTemplate: import("@angular/core").Signal<TemplateRef<unknown>>;
19
+ placeholder: import("@angular/core").InputSignal<string>;
20
+ constructor();
21
+ _value: import("@angular/core").WritableSignal<string>;
22
+ isDisabled: import("@angular/core").WritableSignal<boolean>;
23
+ writeValue(value: string): void;
24
+ setValue(value: string): void;
25
+ _onChange: (value: string) => void;
26
+ _onTouched: () => void;
27
+ registerOnChange(fn: (value: string) => void): void;
28
+ registerOnTouched(fn: () => void): void;
29
+ setDisabledState?(isDisabled: boolean): void;
30
+ label: import("@angular/core").Signal<string>;
31
+ _isExpanded: import("@angular/core").Signal<boolean>;
32
+ private _overlayRef;
33
+ private _getOverlayRef;
34
+ open(): void;
35
+ close(): void;
36
+ /** Handles keyboard events while the overlay is open. */
37
+ private _handleKeydown;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSelect, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSelect, "sc-select", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
40
+ }
@@ -0,0 +1,3 @@
1
+ export * from './sheet';
2
+ export * from './sheet-trigger';
3
+ export * from './sheet-toggler';
@@ -0,0 +1,10 @@
1
+ import { ScSheetTrigger } from './sheet-trigger';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScSheetToggler {
4
+ sidebarState: ScSheetTrigger;
5
+ class: import("@angular/core").InputSignal<string>;
6
+ classes: import("@angular/core").Signal<string>;
7
+ toggle(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSheetToggler, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSheetToggler, "sc-sheet-toggler", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,16 @@
1
+ import { ConnectedPosition } from '@angular/cdk/overlay';
2
+ import { SheetVariants } from './sheet';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScSheetTrigger {
5
+ private _overlayContainer;
6
+ private readonly overlay;
7
+ private overlayRef;
8
+ open: import("@angular/core").WritableSignal<boolean>;
9
+ openSheet(): void;
10
+ toggle(): void;
11
+ private getPositionStrategy;
12
+ getPositions(side: SheetVariants['side']): ConnectedPosition[];
13
+ updateSize(side: SheetVariants['side']): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSheetTrigger, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<ScSheetTrigger>;
16
+ }
@@ -0,0 +1,17 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { ScSheetTrigger } from './sheet-trigger';
3
+ import * as i0 from "@angular/core";
4
+ declare const sheetVariants: (props?: ({
5
+ side?: "left" | "right" | "top" | "bottom" | null | undefined;
6
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
7
+ export type SheetVariants = VariantProps<typeof sheetVariants>;
8
+ export declare class ScSheet {
9
+ sidebarState: ScSheetTrigger;
10
+ state: import("@angular/core").Signal<"open" | "closed">;
11
+ side: import("@angular/core").WritableSignal<"left" | "right" | "top" | "bottom" | null | undefined>;
12
+ class: import("@angular/core").InputSignal<string>;
13
+ classes: import("@angular/core").Signal<string>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSheet, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSheet, "sc-sheet", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
16
+ }
17
+ export {};
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SidebarContent {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarContent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarContent, "app-sidebar-content", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './skeleton';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScSkeleton {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSkeleton, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSkeleton, "div[sc-skeleton]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './slider';
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScSlider {
3
+ private host;
4
+ class: import("@angular/core").InputSignal<string>;
5
+ trackClass: import("@angular/core").WritableSignal<string>;
6
+ thumbClass: import("@angular/core").WritableSignal<string>;
7
+ classes: import("@angular/core").Signal<string>;
8
+ value: import("@angular/core").ModelSignal<number>;
9
+ min: import("@angular/core").InputSignal<number>;
10
+ max: import("@angular/core").InputSignal<number>;
11
+ constructor();
12
+ handleInput(event: KeyboardEvent): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSlider, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSlider, "input[sc-slider]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './switch';
@@ -0,0 +1,24 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScSwitch implements ControlValueAccessor {
5
+ private readonly _cdr;
6
+ hostClass: import("@angular/core").InputSignal<string>;
7
+ hostClasses: import("@angular/core").Signal<string>;
8
+ class: import("@angular/core").InputSignal<string>;
9
+ classes: import("@angular/core").Signal<string>;
10
+ id: import("@angular/core").InputSignal<string>;
11
+ checked: import("@angular/core").ModelSignal<BooleanInput>;
12
+ disabled: import("@angular/core").ModelSignal<BooleanInput>;
13
+ state: import("@angular/core").Signal<"checked" | "unchecked">;
14
+ constructor();
15
+ toggle(): void;
16
+ writeValue(value: boolean): void;
17
+ onChange: any;
18
+ onTouch: any;
19
+ registerOnChange(fn: any): void;
20
+ registerOnTouched(fn: any): void;
21
+ setDisabledState?(isDisabled: boolean): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScSwitch, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScSwitch, "sc-switch", never, { "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "disabled": "disabledChange"; }, never, ["*"], true, never>;
24
+ }
@@ -0,0 +1,9 @@
1
+ export * from './table';
2
+ export * from './table-container';
3
+ export * from './table-header';
4
+ export * from './table-body';
5
+ export * from './table-footer';
6
+ export * from './table-head';
7
+ export * from './table-row';
8
+ export * from './table-cell';
9
+ export * from './table-caption';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableBody {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableBody, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableBody, "tbody[sc-table-body]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableCaption {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableCaption, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableCaption, "caption[sc-table-caption]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableCell {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableCell, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableCell, "td[sc-table-cell]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableContainer {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableContainer, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableContainer, "div[sc-table-container]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableFooter {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableFooter, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableFooter, "tfoot[sc-table-footer]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableHead {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableHead, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableHead, "th[sc-table-head]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableHeader {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableHeader, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableHeader, "thead[sc-table-header]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTableRow {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTableRow, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTableRow, "tr[sc-table-row]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTable {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTable, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTable, "table[sc-table]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,4 @@
1
+ export * from './tabs';
2
+ export * from './tab';
3
+ export * from './tab-label';
4
+ export * from './tab-content';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTabContent {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTabContent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTabContent, "sc-tab-content", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTabLabel {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTabLabel, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTabLabel, "sc-tab-label", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScTab {
4
+ class: import("@angular/core").InputSignal<string>;
5
+ classes: import("@angular/core").Signal<string>;
6
+ active: import("@angular/core").WritableSignal<boolean>;
7
+ label: import("@angular/core").Signal<TemplateRef<unknown>>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTab, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTab, "sc-tab", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["sc-tab-label", "sc-tab-content"], true, never>;
10
+ }
@@ -0,0 +1,13 @@
1
+ import { ScTab } from './tab';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScTabs {
4
+ class: import("@angular/core").InputSignal<string>;
5
+ classes: import("@angular/core").Signal<string>;
6
+ labelsHostClass: import("@angular/core").InputSignal<string>;
7
+ labelsHostClasses: import("@angular/core").Signal<string>;
8
+ readonly tabs: import("@angular/core").Signal<readonly ScTab[]>;
9
+ constructor();
10
+ selectTab(tab: ScTab): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTabs, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTabs, "sc-tabs", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "labelsHostClass": { "alias": "labelsHostClass"; "required": false; "isSignal": true; }; }, {}, ["tabs"], ["*"], true, never>;
13
+ }
@@ -0,0 +1,9 @@
1
+ import { FormControl, FormGroup } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormFieldCustomControlComponent {
4
+ readonly form: FormGroup<{
5
+ tel: FormControl<null>;
6
+ }>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldCustomControlComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldCustomControlComponent, "sc-form-field-custom-control", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export * from './form-field-custom-control.component';
2
+ export * from './tel-input.component';
@@ -0,0 +1,70 @@
1
+ import { DoCheck, OnDestroy } from '@angular/core';
2
+ import { AbstractControl, ControlValueAccessor, FormControl, FormGroup, NgControl } from '@angular/forms';
3
+ import { Subject } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ /** Data structure for holding telephone number. */
6
+ export declare class TelModel {
7
+ area: string;
8
+ exchange: string;
9
+ subscriber: string;
10
+ constructor(area: string, exchange: string, subscriber: string);
11
+ }
12
+ export declare class TelInputComponent implements ControlValueAccessor, DoCheck, OnDestroy {
13
+ private readonly _parentForm;
14
+ private readonly _parentFormGroup;
15
+ static nextId: number;
16
+ readonly areaInput: import("@angular/core").Signal<HTMLInputElement>;
17
+ readonly exchangeInput: import("@angular/core").Signal<HTMLInputElement>;
18
+ readonly subscriberInput: import("@angular/core").Signal<HTMLInputElement>;
19
+ ngControl: NgControl | null;
20
+ readonly parts: FormGroup<{
21
+ area: FormControl<string | null>;
22
+ exchange: FormControl<string | null>;
23
+ subscriber: FormControl<string | null>;
24
+ }>;
25
+ readonly stateChanges: Subject<void>;
26
+ readonly touched: import("@angular/core").WritableSignal<boolean>;
27
+ readonly controlType = "sma-tel-input";
28
+ readonly id: string;
29
+ readonly _userAriaDescribedBy: import("@angular/core").InputSignal<string>;
30
+ readonly _placeholder: import("@angular/core").InputSignal<string>;
31
+ readonly _required: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
32
+ readonly _disabledByInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
33
+ readonly _value: import("@angular/core").ModelSignal<TelModel | null>;
34
+ onChange: (_: any) => void;
35
+ onTouched: () => void;
36
+ getLabelId(): string;
37
+ private readonly _focused;
38
+ private readonly _disabledByCva;
39
+ private readonly _disabled;
40
+ private readonly _focusMonitor;
41
+ private readonly _elementRef;
42
+ get focused(): boolean;
43
+ get empty(): boolean;
44
+ get userAriaDescribedBy(): string;
45
+ get placeholder(): string;
46
+ get required(): boolean;
47
+ get disabled(): boolean;
48
+ get value(): TelModel | null;
49
+ get errorState(): boolean;
50
+ constructor();
51
+ ngOnDestroy(): void;
52
+ onFocusIn(): void;
53
+ onFocusOut(event: FocusEvent): void;
54
+ autoFocusNext(control: AbstractControl, nextElement?: HTMLInputElement): void;
55
+ autoFocusPrev(control: AbstractControl, prevElement: HTMLInputElement): void;
56
+ setDescribedByIds(ids: string[]): void;
57
+ onContainerClick(): void;
58
+ writeValue(tel: TelModel | null): void;
59
+ registerOnChange(fn: any): void;
60
+ registerOnTouched(fn: any): void;
61
+ setDisabledState(isDisabled: boolean): void;
62
+ _handleInput(control: AbstractControl, nextElement?: HTMLInputElement): void;
63
+ private _updateValue;
64
+ /** Whether the component is in an error state. */
65
+ _errorState: boolean | undefined;
66
+ ngDoCheck(): void;
67
+ private updateErrorState;
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<TelInputComponent, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<TelInputComponent, "sc-tel-input", never, { "_userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "_placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "_required": { "alias": "required"; "required": false; "isSignal": true; }; "_disabledByInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "_value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "_value": "valueChange"; }, never, never, true, never>;
70
+ }
@@ -0,0 +1 @@
1
+ export * from './textarea';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ScTextarea {
3
+ class: import("@angular/core").InputSignal<string>;
4
+ classes: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScTextarea, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScTextarea, "textarea[sc-textarea]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from './theme-toggler';
2
+ export * from './theme-provider';
@@ -0,0 +1 @@
1
+ export declare function scThemeProvider(): () => void;