@semantic-components/ui 0.39.0 → 0.41.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.
- package/fesm2022/semantic-components-ui.mjs +3043 -3317
- package/fesm2022/semantic-components-ui.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/lib/components/accordion/accordion-content.d.ts +6 -3
- package/lib/components/accordion/accordion-header.d.ts +3 -3
- package/lib/components/accordion/accordion-item-state.d.ts +7 -0
- package/lib/components/accordion/accordion-item.d.ts +12 -4
- package/lib/components/accordion/accordion-toggle.d.ts +11 -0
- package/lib/components/accordion/accordion.d.ts +4 -3
- package/lib/components/accordion/index.d.ts +1 -2
- package/lib/components/alert-dialog/alert-dialog-manager.d.ts +11 -0
- package/lib/components/alert-dialog/alert-dialog.d.ts +7 -4
- package/lib/components/alert-dialog/index.d.ts +1 -1
- package/lib/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/lib/components/avatar/avatar-fallback.d.ts +5 -3
- package/lib/components/avatar/avatar-image.d.ts +7 -6
- package/lib/components/avatar/avatar-state.d.ts +6 -0
- package/lib/components/avatar/avatar.d.ts +3 -6
- package/lib/components/avatar/index.d.ts +2 -0
- package/lib/components/breadcrumb/breadcrumb-ellipsis.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb-item.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb-link.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb-list.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb-page.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb-separator.d.ts +3 -3
- package/lib/components/breadcrumb/breadcrumb.d.ts +3 -4
- package/lib/components/button/button-base.d.ts +2 -1
- package/lib/components/calendar/calendar.d.ts +6 -12
- package/lib/components/calendar/day-button.d.ts +2 -2
- package/lib/components/calendar/day-selector.d.ts +15 -6
- package/lib/components/calendar/types.d.ts +4 -0
- package/lib/components/checkbox/checkbox.d.ts +13 -20
- package/lib/components/checkbox/index.d.ts +0 -3
- package/lib/components/checkbox-group/checkbox-group.d.ts +18 -5
- package/lib/components/checkbox-group/checkbox-item.d.ts +2 -14
- package/lib/components/code-highlighter/code-highlighter.d.ts +7 -5
- package/lib/components/code-highlighter/shiki.service.d.ts +2 -5
- package/lib/components/code-highlighter/types.d.ts +4 -0
- package/lib/components/collapsible/collapsible-content.d.ts +9 -3
- package/lib/components/collapsible/collapsible-state.d.ts +2 -5
- package/lib/components/collapsible/collapsible-toggle.d.ts +7 -0
- package/lib/components/collapsible/collapsible.d.ts +4 -8
- package/lib/components/collapsible/index.d.ts +1 -1
- package/lib/components/combobox/combobox.d.ts +3 -3
- package/lib/components/date-range-picker/date-range-picker.d.ts +5 -5
- package/lib/components/dialog/dialog-close.d.ts +5 -3
- package/lib/components/dialog/dialog-container.d.ts +11 -0
- package/lib/components/dialog/dialog-content.d.ts +3 -3
- package/lib/components/dialog/dialog-description.d.ts +3 -3
- package/lib/components/dialog/dialog-footer.d.ts +3 -3
- package/lib/components/dialog/dialog-header.d.ts +3 -3
- package/lib/components/dialog/dialog-manager.d.ts +13 -0
- package/lib/components/dialog/dialog-title.d.ts +3 -3
- package/lib/components/dialog/dialog.d.ts +1 -3
- package/lib/components/dialog/index.d.ts +1 -0
- package/lib/components/editor/actions/editor-bullet-list.d.ts +2 -2
- package/lib/components/editor/actions/editor-italic.d.ts +2 -2
- package/lib/components/editor/actions/editor-ordered-list.d.ts +2 -2
- package/lib/components/editor/editor-content.d.ts +9 -0
- package/lib/components/editor/editor-group.d.ts +3 -3
- package/lib/components/editor/editor-toolbar.d.ts +3 -3
- package/lib/components/editor/editor.d.ts +11 -13
- package/lib/components/editor/index.d.ts +1 -0
- package/lib/components/file-upload/file-upload.d.ts +4 -6
- package/lib/components/input-otp/input-otp-slot.d.ts +1 -1
- package/lib/components/link/link.d.ts +1 -1
- package/lib/components/menu/menu-trigger-for.d.ts +1 -1
- package/lib/components/menu/menu.d.ts +3 -3
- package/lib/components/multi-select/multi-select.d.ts +8 -9
- package/lib/components/on-this-page/on-this-page.d.ts +1 -2
- package/lib/components/paginator/paginator.d.ts +2 -2
- package/lib/components/radio-group/index.d.ts +1 -0
- package/lib/components/radio-group/radio-item.d.ts +7 -14
- package/lib/components/radio-group/radio.d.ts +17 -0
- package/lib/components/rating/rating.d.ts +5 -5
- package/lib/components/scroll-area/flexible-scroll-area.component.d.ts +5 -5
- package/lib/components/scroll-area/horizontal-scroll-area.component.d.ts +2 -2
- package/lib/components/scroll-area/hover-scrollbar.component.d.ts +5 -5
- package/lib/components/scroll-area/scroll-area.component.d.ts +2 -2
- package/lib/components/scroll-spy/scroll-spy.d.ts +1 -2
- package/lib/components/scroll-to-top/scroll-to-top.d.ts +0 -3
- package/lib/components/sheet/index.d.ts +1 -1
- package/lib/components/sheet/sheet-close.d.ts +2 -1
- package/lib/components/sheet/{sheet-trigger.d.ts → sheet-manager.d.ts} +4 -3
- package/lib/components/sheet/sheet.d.ts +2 -1
- package/lib/components/skeleton/skeleton.d.ts +3 -3
- package/lib/components/slider/slider.d.ts +1 -1
- package/lib/components/switch/switch.d.ts +2 -1
- package/lib/components/table-of-contents/table-of-contents.d.ts +1 -2
- package/lib/components/tabs/index.d.ts +3 -2
- package/lib/components/tabs/tab-list.d.ts +7 -0
- package/lib/components/tabs/tab-panel-content.d.ts +8 -0
- package/lib/components/tabs/tab-panels.d.ts +11 -0
- package/lib/components/tabs/tab.d.ts +10 -6
- package/lib/components/tabs/tabs.d.ts +3 -3
- package/lib/components/tabs/tabs.service.d.ts +12 -0
- package/lib/components/tags/tags.d.ts +1 -1
- package/lib/components/textarea/textarea.d.ts +3 -3
- package/lib/components/theme-toggler/index.d.ts +1 -1
- package/lib/components/theme-toggler/theme-toggler.d.ts +6 -5
- package/lib/components/theme-toggler/theme.d.ts +6 -2
- package/lib/components/toast/toast-description.d.ts +1 -1
- package/lib/components/toggle/toggle-base.d.ts +15 -0
- package/lib/components/toggle/toggle.d.ts +3 -6
- package/lib/components/toggle-group/index.d.ts +1 -1
- package/lib/components/toggle-group/toggle-group.d.ts +5 -4
- package/lib/components/toggle-group/toggle-item.d.ts +8 -0
- package/lib/components/typography/heading.d.ts +2 -1
- package/package.json +1 -1
- package/styles/all-styles.css +0 -4
- package/styles/styles.css +178 -0
- package/styles/tiptap-styles.css +72 -0
- package/lib/components/accordion/accordion-item-description.d.ts +0 -7
- package/lib/components/accordion/accordion-trigger.d.ts +0 -7
- package/lib/components/alert-dialog/alert-dialog-trigger.d.ts +0 -8
- package/lib/components/checkbox/checkbox-container.d.ts +0 -7
- package/lib/components/checkbox/checkbox-field.d.ts +0 -13
- package/lib/components/checkbox/checkbox2.d.ts +0 -17
- package/lib/components/collapsible/collapsible-trigger.d.ts +0 -10
- package/lib/components/confirmation-dialog/confirmation-dialog-content.d.ts +0 -18
- package/lib/components/confirmation-dialog/confirmation-dialog-description.d.ts +0 -7
- package/lib/components/confirmation-dialog/confirmation-dialog-footer.d.ts +0 -7
- package/lib/components/confirmation-dialog/confirmation-dialog-header.d.ts +0 -7
- package/lib/components/confirmation-dialog/confirmation-dialog-title.d.ts +0 -7
- package/lib/components/confirmation-dialog/confirmation-dialog.d.ts +0 -8
- package/lib/components/confirmation-dialog/index.d.ts +0 -1
- package/lib/components/overlay/index.d.ts +0 -1
- package/lib/components/overlay/utils.d.ts +0 -1
- package/lib/components/tabs/tab-content.d.ts +0 -7
- package/lib/components/tabs/tab-label.d.ts +0 -7
- package/lib/components/tabs/tabs-header.d.ts +0 -7
- package/lib/components/theme-toggler/theme-provider.d.ts +0 -1
- package/lib/components/toggle-group/toggle-group-item.d.ts +0 -5
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
@import url('@angular/cdk/overlay-prebuilt.css');
|
|
2
|
+
|
|
3
|
+
@import 'tailwindcss';
|
|
4
|
+
|
|
5
|
+
@plugin '@tailwindcss/typography';
|
|
6
|
+
|
|
7
|
+
@import 'tw-animate-css';
|
|
8
|
+
|
|
9
|
+
@custom-variant dark (&:is(.dark *));
|
|
10
|
+
|
|
11
|
+
@import './tiptap-styles.css';
|
|
12
|
+
|
|
13
|
+
:root {
|
|
14
|
+
--radius: 0.625rem;
|
|
15
|
+
--background: oklch(1 0 0);
|
|
16
|
+
--foreground: oklch(0.145 0 0);
|
|
17
|
+
--card: oklch(1 0 0);
|
|
18
|
+
--card-foreground: oklch(0.145 0 0);
|
|
19
|
+
--popover: oklch(1 0 0);
|
|
20
|
+
--popover-foreground: oklch(0.145 0 0);
|
|
21
|
+
--primary: oklch(0.205 0 0);
|
|
22
|
+
--primary-foreground: oklch(0.985 0 0);
|
|
23
|
+
--secondary: oklch(0.97 0 0);
|
|
24
|
+
--secondary-foreground: oklch(0.205 0 0);
|
|
25
|
+
--muted: oklch(0.97 0 0);
|
|
26
|
+
--muted-foreground: oklch(0.556 0 0);
|
|
27
|
+
--accent: oklch(0.97 0 0);
|
|
28
|
+
--accent-foreground: oklch(0.205 0 0);
|
|
29
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
30
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
31
|
+
--border: oklch(0.922 0 0);
|
|
32
|
+
--input: oklch(0.922 0 0);
|
|
33
|
+
--ring: oklch(0.708 0 0);
|
|
34
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
35
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
36
|
+
--chart-3: oklch(0.398 0.07 227.392);
|
|
37
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
38
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
39
|
+
--sidebar: oklch(0.985 0 0);
|
|
40
|
+
--sidebar-foreground: oklch(0.145 0 0);
|
|
41
|
+
--sidebar-primary: oklch(0.205 0 0);
|
|
42
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
43
|
+
--sidebar-accent: oklch(0.97 0 0);
|
|
44
|
+
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
45
|
+
--sidebar-border: oklch(0.922 0 0);
|
|
46
|
+
--sidebar-ring: oklch(0.708 0 0);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.dark {
|
|
50
|
+
--background: oklch(0.145 0 0);
|
|
51
|
+
--foreground: oklch(0.985 0 0);
|
|
52
|
+
--card: oklch(0.205 0 0);
|
|
53
|
+
--card-foreground: oklch(0.985 0 0);
|
|
54
|
+
--popover: oklch(0.269 0 0);
|
|
55
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
56
|
+
--primary: oklch(0.922 0 0);
|
|
57
|
+
--primary-foreground: oklch(0.205 0 0);
|
|
58
|
+
--secondary: oklch(0.269 0 0);
|
|
59
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
60
|
+
--muted: oklch(0.269 0 0);
|
|
61
|
+
--muted-foreground: oklch(0.708 0 0);
|
|
62
|
+
--accent: oklch(0.371 0 0);
|
|
63
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
64
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
65
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
66
|
+
--border: oklch(1 0 0 / 10%);
|
|
67
|
+
--input: oklch(1 0 0 / 15%);
|
|
68
|
+
--ring: oklch(0.556 0 0);
|
|
69
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
70
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
71
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
72
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
73
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
74
|
+
--sidebar: oklch(0.205 0 0);
|
|
75
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
76
|
+
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
77
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
78
|
+
--sidebar-accent: oklch(0.269 0 0);
|
|
79
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
80
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
81
|
+
--sidebar-ring: oklch(0.439 0 0);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@theme inline {
|
|
85
|
+
--radius-sm: calc(var(--radius) - 4px);
|
|
86
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
87
|
+
--radius-lg: var(--radius);
|
|
88
|
+
--radius-xl: calc(var(--radius) + 4px);
|
|
89
|
+
--color-background: var(--background);
|
|
90
|
+
--color-foreground: var(--foreground);
|
|
91
|
+
--color-card: var(--card);
|
|
92
|
+
--color-card-foreground: var(--card-foreground);
|
|
93
|
+
--color-popover: var(--popover);
|
|
94
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
95
|
+
--color-primary: var(--primary);
|
|
96
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
97
|
+
--color-secondary: var(--secondary);
|
|
98
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
99
|
+
--color-muted: var(--muted);
|
|
100
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
101
|
+
--color-accent: var(--accent);
|
|
102
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
103
|
+
--color-destructive: var(--destructive);
|
|
104
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
105
|
+
--color-border: var(--border);
|
|
106
|
+
--color-input: var(--input);
|
|
107
|
+
--color-ring: var(--ring);
|
|
108
|
+
--color-chart-1: var(--chart-1);
|
|
109
|
+
--color-chart-2: var(--chart-2);
|
|
110
|
+
--color-chart-3: var(--chart-3);
|
|
111
|
+
--color-chart-4: var(--chart-4);
|
|
112
|
+
--color-chart-5: var(--chart-5);
|
|
113
|
+
--color-sidebar: var(--sidebar);
|
|
114
|
+
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
115
|
+
--color-sidebar-primary: var(--sidebar-primary);
|
|
116
|
+
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
117
|
+
--color-sidebar-accent: var(--sidebar-accent);
|
|
118
|
+
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
119
|
+
--color-sidebar-border: var(--sidebar-border);
|
|
120
|
+
--color-sidebar-ring: var(--sidebar-ring);
|
|
121
|
+
|
|
122
|
+
@keyframes progress {
|
|
123
|
+
0% {
|
|
124
|
+
transform: translateX(0) scaleX(0);
|
|
125
|
+
}
|
|
126
|
+
40% {
|
|
127
|
+
transform: translateX(0) scaleX(0.4);
|
|
128
|
+
}
|
|
129
|
+
100% {
|
|
130
|
+
transform: translateX(100%) scaleX(0.5);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
--animate-progress: progress 1s infinite linear;
|
|
135
|
+
|
|
136
|
+
@keyframes accordion-down {
|
|
137
|
+
0% {
|
|
138
|
+
height: 0;
|
|
139
|
+
}
|
|
140
|
+
100% {
|
|
141
|
+
height: height;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@keyframes accordion-up {
|
|
146
|
+
0% {
|
|
147
|
+
height: height;
|
|
148
|
+
}
|
|
149
|
+
100% {
|
|
150
|
+
height: 0;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
--animate-accordion-down: accordion-down 0.2s ease-out;
|
|
155
|
+
--animate-accordion-up: accordion-up 0.2s ease-out;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@layer base {
|
|
159
|
+
* {
|
|
160
|
+
@apply border-border outline-ring/50;
|
|
161
|
+
}
|
|
162
|
+
body {
|
|
163
|
+
@apply bg-background text-foreground;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
html,
|
|
168
|
+
body {
|
|
169
|
+
height: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
pre.shiki {
|
|
173
|
+
@apply p-6 rounded-md overflow-auto border border-border;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.cdk-overlay-dark-backdrop {
|
|
177
|
+
@apply data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 bg-black/50;
|
|
178
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/* tiptap-styles.css */
|
|
2
|
+
|
|
3
|
+
/* Base styles for the editor content */
|
|
4
|
+
.ProseMirror {
|
|
5
|
+
@apply text-base text-foreground;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
/* Placeholder */
|
|
9
|
+
.ProseMirror p.is-editor-empty:first-child::before {
|
|
10
|
+
content: attr(data-placeholder);
|
|
11
|
+
@apply text-muted-foreground float-left h-0 pointer-events-none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* Headings */
|
|
15
|
+
.ProseMirror h1 {
|
|
16
|
+
@apply text-3xl font-bold mt-6 mb-4;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ProseMirror h2 {
|
|
20
|
+
@apply text-2xl font-bold mt-5 mb-3;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ProseMirror h3 {
|
|
24
|
+
@apply text-xl font-bold mt-4 mb-2;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* Paragraphs and spacing */
|
|
28
|
+
.ProseMirror p {
|
|
29
|
+
@apply my-2;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Lists */
|
|
33
|
+
.ProseMirror ul {
|
|
34
|
+
@apply list-disc pl-6 my-2;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ProseMirror ol {
|
|
38
|
+
@apply list-decimal pl-6 my-2;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Block quotes */
|
|
42
|
+
.ProseMirror blockquote {
|
|
43
|
+
@apply border-l-4 border-muted pl-4 italic my-4;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* Code blocks */
|
|
47
|
+
.ProseMirror pre {
|
|
48
|
+
@apply bg-muted p-2 rounded my-2 text-sm font-mono;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ProseMirror code {
|
|
52
|
+
@apply bg-muted px-1 py-0.5 rounded text-sm font-mono;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Table styles */
|
|
56
|
+
.ProseMirror table {
|
|
57
|
+
@apply border-collapse w-full my-4;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ProseMirror th {
|
|
61
|
+
@apply border border-border bg-muted font-bold p-2;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ProseMirror td {
|
|
65
|
+
@apply border border-border p-2;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Dark mode adjustments - these will be applied when dark mode is active */
|
|
69
|
+
.dark .ProseMirror pre,
|
|
70
|
+
.dark .ProseMirror code {
|
|
71
|
+
@apply bg-muted text-muted-foreground;
|
|
72
|
+
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScAccordionItemDescription {
|
|
3
|
-
class: import("@angular/core").InputSignal<string>;
|
|
4
|
-
classes: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScAccordionItemDescription, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAccordionItemDescription, "sc-accordion-item-description", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScAccordionTrigger {
|
|
3
|
-
class: import("@angular/core").InputSignal<string>;
|
|
4
|
-
classes: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScAccordionTrigger, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAccordionTrigger, "button[sc-accordion-trigger]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ScAlertDialogTrigger {
|
|
4
|
-
readonly dialog: Dialog;
|
|
5
|
-
open(title: string, description: string, action: string): Promise<boolean>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialogTrigger, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ScAlertDialogTrigger>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScCheckboxContainer {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckboxContainer, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckboxContainer, "label[sc-checkbox-container]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ScLabel } from '../label';
|
|
2
|
-
import { ScCheckbox } from './checkbox';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScCheckboxField {
|
|
5
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
6
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
7
|
-
readonly id: import("@angular/core").WritableSignal<string>;
|
|
8
|
-
readonly scLabel: import("@angular/core").Signal<ScLabel | undefined>;
|
|
9
|
-
readonly scCheckbox: import("@angular/core").Signal<ScCheckbox | undefined>;
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckboxField, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckboxField, "sc-checkbox-field", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["scLabel", "scCheckbox"], ["*"], true, never>;
|
|
13
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScCheckbox2 {
|
|
3
|
-
private readonly hostRef;
|
|
4
|
-
readonly idInput: import("@angular/core").InputSignal<string>;
|
|
5
|
-
readonly id: import("@angular/core").WritableSignal<string>;
|
|
6
|
-
readonly type: import("@angular/core").InputSignal<"checkbox">;
|
|
7
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
8
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
9
|
-
readonly indeterminate: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
10
|
-
readonly checkedInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
11
|
-
protected readonly checked: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
-
readonly checkedChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
13
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
14
|
-
constructor();
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckbox2, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckbox2, "input[sc-checkbox2]", never, { "idInput": { "alias": "id"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "checkedInput": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], true, never>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ScCollapsibleState } from './collapsible-state';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ScCollapsibleTrigger {
|
|
4
|
-
state: ScCollapsibleState;
|
|
5
|
-
class: import("@angular/core").InputSignal<string>;
|
|
6
|
-
classes: import("@angular/core").Signal<string>;
|
|
7
|
-
toggle(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScCollapsibleTrigger, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCollapsibleTrigger, "sc-collapsible-trigger", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DialogRef } from '@angular/cdk/dialog';
|
|
2
|
-
import { AfterViewInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScConfirmationDialogContent implements AfterViewInit {
|
|
5
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
6
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
7
|
-
private readonly state;
|
|
8
|
-
private readonly response;
|
|
9
|
-
private readonly animationEnd;
|
|
10
|
-
readonly dialogRef: DialogRef<any, any>;
|
|
11
|
-
readonly data: any;
|
|
12
|
-
constructor();
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
close(b: boolean): void;
|
|
15
|
-
animationend(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogContent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogContent, "sc-confirmation-dialog-content", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScConfirmationDialogDescription {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogDescription, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogDescription, "p[sc-confirmation-dialog-description]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScConfirmationDialogFooter {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogFooter, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogFooter, "div[sc-confirmation-dialog-footer]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScConfirmationDialogHeader {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogHeader, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogHeader, "div[sc-confirmation-dialog-header]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScConfirmationDialogTitle {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogTitle, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogTitle, "h2[sc-confirmation-dialog-title]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ScConfirmationDialog {
|
|
4
|
-
readonly dialog: Dialog;
|
|
5
|
-
confirm(title: string, message: string, actionButtonText?: string, cancelButtonText?: string): Promise<boolean>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialog, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ScConfirmationDialog>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './confirmation-dialog';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './utils';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const scOverlayClasses: import("@angular/core").WritableSignal<string[]>;
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScTabsHeader {
|
|
3
|
-
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
-
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScTabsHeader, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScTabsHeader, "div[sc-tabs-header]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function scThemeProvider(): () => void;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScToggleGroupItem {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScToggleGroupItem, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScToggleGroupItem, "sc-toggle-group-item", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|