@semantic-components/ui 0.13.0 → 0.15.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 +8592 -8121
- package/fesm2022/semantic-components-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/components/alert/alert-description.d.ts +3 -3
- package/lib/components/alert/alert-title.d.ts +3 -3
- package/lib/components/alert/alert.d.ts +4 -4
- package/lib/components/alert-dialog/alert-dialog-description.d.ts +5 -5
- package/lib/components/alert-dialog/alert-dialog-footer.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-header.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-title.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-trigger.d.ts +8 -0
- package/lib/components/alert-dialog/alert-dialog.d.ts +6 -2
- package/lib/components/alert-dialog/index.d.ts +1 -1
- package/lib/components/calendar/calendar.d.ts +1 -1
- package/lib/components/carousel/carousel-container.d.ts +3 -3
- package/lib/components/carousel/carousel-item.d.ts +4 -5
- package/lib/components/carousel/carousel-items.d.ts +4 -5
- package/lib/components/carousel/carousel-next.d.ts +8 -9
- package/lib/components/carousel/carousel-previous.d.ts +8 -9
- package/lib/components/carousel/carousel.d.ts +11 -12
- package/lib/components/checkbox/checkbox.d.ts +27 -20
- package/lib/components/checkbox-group/checkbox-group.d.ts +10 -0
- package/lib/components/checkbox-group/checkbox-item.d.ts +19 -0
- package/lib/components/checkbox-group/index.d.ts +2 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-content.d.ts +12 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-description.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-footer.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-header.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-title.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog.d.ts +8 -0
- package/lib/components/confirmation-dialog/index.d.ts +1 -0
- package/lib/components/editor/actions/editor-blockquote.d.ts +11 -0
- package/lib/components/editor/actions/editor-bold.d.ts +11 -0
- package/lib/components/editor/actions/editor-bullet-list.d.ts +12 -0
- package/lib/components/editor/actions/editor-code.d.ts +12 -0
- package/lib/components/editor/actions/editor-highlight.d.ts +12 -0
- package/lib/components/editor/actions/editor-horizontal-rule.d.ts +12 -0
- package/lib/components/editor/actions/editor-italic.d.ts +12 -0
- package/lib/components/editor/actions/editor-ordered-list.d.ts +12 -0
- package/lib/components/editor/actions/editor-paragraph.d.ts +8 -0
- package/lib/components/editor/actions/editor-strike.d.ts +12 -0
- package/lib/components/editor/actions/editor-underline.d.ts +12 -0
- package/lib/components/editor/extensions/extension-image.d.ts +1 -0
- package/lib/components/hover-card/hover-card.d.ts +4 -4
- package/lib/components/input-otp/input-otp.d.ts +3 -3
- package/lib/components/label/label.d.ts +3 -3
- package/lib/components/radio-group/radio-group.d.ts +9 -11
- package/lib/components/radio-group/radio-item.d.ts +10 -10
- package/lib/components/select/option.d.ts +8 -10
- package/lib/components/select/select.d.ts +18 -20
- package/lib/components/separator/separator.d.ts +4 -4
- package/lib/components/table/table-body.d.ts +3 -3
- package/lib/components/table/table-caption.d.ts +3 -3
- package/lib/components/table/table-cell.d.ts +3 -3
- package/lib/components/table/table-container.d.ts +3 -3
- package/lib/components/table/table-footer.d.ts +3 -3
- package/lib/components/table/table-head.d.ts +3 -3
- package/lib/components/table/table-header.d.ts +3 -3
- package/lib/components/table/table-row.d.ts +3 -3
- package/lib/components/table/table.d.ts +3 -3
- package/lib/components/tabs/tabs-header.d.ts +7 -0
- package/lib/components/tabs/tabs.d.ts +4 -5
- package/lib/components/tel-input/tel-input.component.d.ts +1 -1
- package/lib/components/tooltip/tooltip-container.d.ts +6 -2
- package/lib/components/tooltip/tooltip.d.ts +5 -4
- package/package.json +3 -3
- package/lib/components/alert-dialog/alert-dialog-content.d.ts +0 -7
- package/lib/components/editor/extensions/extension-blockquote.d.ts +0 -12
- package/lib/components/editor/extensions/extension-bold.d.ts +0 -12
- package/lib/components/editor/extensions/extension-bullet-list.d.ts +0 -12
- package/lib/components/editor/extensions/extension-code.d.ts +0 -12
- package/lib/components/editor/extensions/extension-highlight.d.ts +0 -12
- package/lib/components/editor/extensions/extension-horizontal-rule.d.ts +0 -12
- package/lib/components/editor/extensions/extension-italic.d.ts +0 -12
- package/lib/components/editor/extensions/extension-ordered-list.d.ts +0 -12
- package/lib/components/editor/extensions/extension-paragraph.d.ts +0 -8
- package/lib/components/editor/extensions/extension-strike.d.ts +0 -12
- package/lib/components/editor/extensions/extension-underline.d.ts +0 -12
- package/lib/components/radio-group/radio-group-state.d.ts +0 -8
- package/lib/components/select/select-state.d.ts +0 -7
package/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './lib/components/toggle-group';
|
|
|
20
20
|
export * from './lib/components/dialog';
|
|
21
21
|
export * from './lib/components/alert';
|
|
22
22
|
export * from './lib/components/alert-dialog';
|
|
23
|
+
export * from './lib/components/confirmation-dialog';
|
|
23
24
|
export * from './lib/components/badge';
|
|
24
25
|
export * from './lib/components/scroll-area';
|
|
25
26
|
export * from './lib/components/tabs';
|
|
@@ -29,6 +30,7 @@ export * from './lib/components/toast';
|
|
|
29
30
|
export * from './lib/components/slider';
|
|
30
31
|
export * from './lib/components/carousel';
|
|
31
32
|
export * from './lib/components/checkbox';
|
|
33
|
+
export * from './lib/components/checkbox-group';
|
|
32
34
|
export * from './lib/components/accordion';
|
|
33
35
|
export * from './lib/components/switch';
|
|
34
36
|
export * from './lib/components/radio-group';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlertDescription {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDescription, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDescription, "p[sc-alert-description]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDescription, "p[sc-alert-description]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlertTitle {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertTitle, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertTitle, "h5[sc-alert-title]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertTitle, "h5[sc-alert-title]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlert {
|
|
3
|
-
variant: import("@angular/core").InputSignal<"default" | "destructive" | null | undefined>;
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
readonly variant: import("@angular/core").InputSignal<"default" | "destructive" | null | undefined>;
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlert, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlert, "div[sc-alert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlert, "div[sc-alert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
2
|
+
export declare class ScAlertDialogDescription {
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialogDescription, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogDescription, "p[sc-alert-dialog-description]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlertDialogFooter {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialogFooter, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogFooter, "div[sc-alert-dialog-footer]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogFooter, "div[sc-alert-dialog-footer]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlertDialogHeader {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialogHeader, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogHeader, "div[sc-alert-dialog-header]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogHeader, "div[sc-alert-dialog-header]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScAlertDialogTitle {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialogTitle, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogTitle, "h2[sc-alert-dialog-title]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialogTitle, "h2[sc-alert-dialog-title]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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,8 +1,12 @@
|
|
|
1
1
|
import { DialogRef } from '@angular/cdk/dialog';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ScAlertDialog {
|
|
4
|
-
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
6
|
+
readonly state: import("@angular/core").WritableSignal<"open" | "closed">;
|
|
7
|
+
readonly dialogRef: DialogRef<any, any>;
|
|
8
|
+
readonly data: any;
|
|
5
9
|
constructor();
|
|
6
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScAlertDialog, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialog, "sc-alert-dialog", never, {}, {}, never, never, true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScAlertDialog, "sc-alert-dialog", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './alert-dialog';
|
|
1
|
+
export * from './alert-dialog-trigger';
|
|
@@ -21,7 +21,7 @@ export declare class ScCalendar implements OnInit, ControlValueAccessor {
|
|
|
21
21
|
writeValue(value: string): void;
|
|
22
22
|
registerOnChange(fn: (value: string) => void): void;
|
|
23
23
|
registerOnTouched(fn: () => void): void;
|
|
24
|
-
private readonly
|
|
24
|
+
private readonly disabledByCva;
|
|
25
25
|
setDisabledState?(isDisabled: boolean): void;
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
private setLocaleDayNames;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ScCarouselContainer {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
4
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarouselContainer, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselContainer, "div[sc-carousel-container]", never, { "
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselContainer, "div[sc-carousel-container]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { ScCarousel } from './carousel';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class ScCarouselItem {
|
|
4
|
-
scCarousel
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
private readonly scCarousel;
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarouselItem, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselItem, "div[sc-carousel-item]", never, { "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselItem, "div[sc-carousel-item]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
9
8
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { ScCarousel } from './carousel';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class ScCarouselItems {
|
|
4
|
-
scCarousel
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
private readonly scCarousel;
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarouselItems, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselItems, "div[sc-carousel-items]", never, { "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselItems, "div[sc-carousel-items]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
9
8
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { ScCarousel } from './carousel';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class ScCarouselNext {
|
|
4
|
-
scCarousel
|
|
5
|
-
variant: import("@angular/core").InputSignal<"outline" | "link" | "primary" | "destructive" | "secondary" | "ghost" | null | undefined>;
|
|
6
|
-
size: import("@angular/core").InputSignal<"default" | "sm" | "lg" | "icon" | null | undefined>;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
disabled()
|
|
10
|
-
scrollNext(): void;
|
|
3
|
+
private readonly scCarousel;
|
|
4
|
+
readonly variant: import("@angular/core").InputSignal<"outline" | "link" | "primary" | "destructive" | "secondary" | "ghost" | null | undefined>;
|
|
5
|
+
readonly size: import("@angular/core").InputSignal<"default" | "sm" | "lg" | "icon" | null | undefined>;
|
|
6
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
7
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
8
|
+
protected readonly disabled: import("@angular/core").Signal<boolean>;
|
|
9
|
+
protected scrollNext(): void;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarouselNext, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselNext, "button[sc-carousel-next]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselNext, "button[sc-carousel-next]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
13
12
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { ScCarousel } from './carousel';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class ScCarouselPrevious {
|
|
4
|
-
scCarousel
|
|
5
|
-
variant: import("@angular/core").InputSignal<"outline" | "link" | "primary" | "destructive" | "secondary" | "ghost" | null | undefined>;
|
|
6
|
-
size: import("@angular/core").InputSignal<"default" | "sm" | "lg" | "icon" | null | undefined>;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
disabled()
|
|
10
|
-
scrollPrev(): void;
|
|
3
|
+
private readonly scCarousel;
|
|
4
|
+
readonly variant: import("@angular/core").InputSignal<"outline" | "link" | "primary" | "destructive" | "secondary" | "ghost" | null | undefined>;
|
|
5
|
+
readonly size: import("@angular/core").InputSignal<"default" | "sm" | "lg" | "icon" | null | undefined>;
|
|
6
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
7
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
8
|
+
protected readonly disabled: import("@angular/core").Signal<boolean>;
|
|
9
|
+
protected scrollPrev(): void;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarouselPrevious, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselPrevious, "button[sc-carousel-previous]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarouselPrevious, "button[sc-carousel-previous]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
13
12
|
}
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
1
|
import { EmblaCarouselType } from 'embla-carousel';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ScCarousel {
|
|
5
|
-
emblaNode
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
options: import("@angular/core").InputSignal<Partial<import("embla-carousel/components/Options").OptionsType>>;
|
|
9
|
-
plugins: import("@angular/core").InputSignal<import("embla-carousel").CreatePluginType<import("embla-carousel/components/Plugins").LoosePluginType, {}>[]>;
|
|
10
|
-
canScrollPrev: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
canScrollNext: import("@angular/core").WritableSignal<boolean>;
|
|
4
|
+
private readonly emblaNode;
|
|
5
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
6
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
7
|
+
readonly options: import("@angular/core").InputSignal<Partial<import("embla-carousel/components/Options").OptionsType>>;
|
|
8
|
+
readonly plugins: import("@angular/core").InputSignal<import("embla-carousel").CreatePluginType<import("embla-carousel/components/Plugins").LoosePluginType, {}>[]>;
|
|
9
|
+
readonly canScrollPrev: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
readonly canScrollNext: import("@angular/core").WritableSignal<boolean>;
|
|
12
11
|
private emblaApi;
|
|
13
12
|
get carouselApi(): EmblaCarouselType;
|
|
14
|
-
orientation: import("@angular/core").Signal<"horizontal" | "vertical">;
|
|
13
|
+
readonly orientation: import("@angular/core").Signal<"horizontal" | "vertical">;
|
|
15
14
|
constructor();
|
|
16
15
|
togglePrevNextBtnsState: () => void;
|
|
17
16
|
handleKeyDown(event: KeyboardEvent): void;
|
|
18
|
-
scrollPrev
|
|
19
|
-
scrollNext
|
|
17
|
+
private scrollPrev;
|
|
18
|
+
private scrollNext;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCarousel, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarousel, "div[sc-carousel]", never, { "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCarousel, "div[sc-carousel]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
22
21
|
}
|
|
@@ -1,30 +1,37 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ScCheckbox implements ControlValueAccessor {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
readonly
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
4
|
+
protected readonly id: import("@angular/core").WritableSignal<string>;
|
|
5
|
+
private readonly hostRef;
|
|
6
|
+
private readonly changeDetectorRef;
|
|
7
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
8
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
9
|
+
readonly wrapperClassInput: import("@angular/core").InputSignal<string>;
|
|
10
|
+
protected readonly wrapperClass: import("@angular/core").Signal<string>;
|
|
11
|
+
readonly checkboxClassInput: import("@angular/core").InputSignal<string>;
|
|
12
|
+
protected readonly checkboxClass: import("@angular/core").Signal<string>;
|
|
13
|
+
readonly svgClassInput: import("@angular/core").InputSignal<string>;
|
|
14
|
+
protected readonly svgClass: import("@angular/core").Signal<string>;
|
|
15
|
+
readonly labelClassInput: import("@angular/core").InputSignal<string>;
|
|
16
|
+
protected readonly labelClass: import("@angular/core").Signal<string>;
|
|
17
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string | null>;
|
|
18
|
+
readonly indeterminateInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
protected readonly indeterminate: import("@angular/core").WritableSignal<boolean>;
|
|
20
|
+
readonly checkedInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
21
|
+
protected readonly checked: import("@angular/core").WritableSignal<boolean>;
|
|
22
|
+
readonly disabledInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
protected readonly disabled: import("@angular/core").WritableSignal<boolean>;
|
|
24
|
+
readonly change: import("@angular/core").OutputEmitterRef<boolean>;
|
|
25
|
+
protected readonly state: import("@angular/core").Signal<"indeterminate" | "checked" | "unchecked">;
|
|
19
26
|
constructor();
|
|
20
|
-
toggle(): void;
|
|
21
|
-
writeValue(
|
|
27
|
+
protected toggle(): void;
|
|
28
|
+
writeValue(checked: boolean): void;
|
|
22
29
|
onChange: any;
|
|
23
30
|
onTouch: any;
|
|
24
31
|
registerOnChange(fn: any): void;
|
|
25
32
|
registerOnTouched(fn: any): void;
|
|
26
|
-
setDisabledState
|
|
27
|
-
|
|
33
|
+
setDisabledState(isDisabled: boolean): void;
|
|
34
|
+
protected onInteractionEvent(event: Event): void;
|
|
28
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckbox, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckbox, "sc-checkbox", never, { "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckbox, "sc-checkbox", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "wrapperClassInput": { "alias": "wrapperClass"; "required": false; "isSignal": true; }; "checkboxClassInput": { "alias": "checkboxClass"; "required": false; "isSignal": true; }; "svgClassInput": { "alias": "svgClass"; "required": false; "isSignal": true; }; "labelClassInput": { "alias": "labelClass"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "indeterminateInput": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "checkedInput": { "alias": "checked"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
30
37
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/cdk/listbox";
|
|
3
|
+
export declare class ScCheckboxGroup {
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
6
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
7
|
+
protected readonly multiple: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckboxGroup, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckboxGroup, "sc-checkbox-group", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.CdkListbox; inputs: { "cdkListboxDisabled": "disabled"; "cdkListboxMultiple": "multiple"; }; outputs: {}; }]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/cdk/listbox";
|
|
4
|
+
export declare class ScCheckboxItem implements OnInit {
|
|
5
|
+
private readonly changeDetectorRef;
|
|
6
|
+
protected readonly id: import("@angular/core").WritableSignal<string>;
|
|
7
|
+
private readonly cdkOption;
|
|
8
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
9
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
10
|
+
readonly value: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly disabledInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
13
|
+
protected readonly disabled: import("@angular/core").WritableSignal<boolean>;
|
|
14
|
+
protected readonly checked: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
+
protected readonly state: import("@angular/core").Signal<"checked" | "unchecked">;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCheckboxItem, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCheckboxItem, "sc-checkbox-item", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionDisabled": "disabled"; }; outputs: {}; }]>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScConfirmationDialogContent {
|
|
4
|
+
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
|
+
protected readonly class: import("@angular/core").Signal<string>;
|
|
6
|
+
readonly state: import("@angular/core").WritableSignal<"open" | "closed">;
|
|
7
|
+
readonly dialogRef: DialogRef<any, any>;
|
|
8
|
+
readonly data: any;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogContent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogContent, "sc-confirmation-dialog-content", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './confirmation-dialog';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScEditorBlockquote {
|
|
3
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
4
|
+
private readonly parent;
|
|
5
|
+
private readonly extensions;
|
|
6
|
+
constructor();
|
|
7
|
+
private get editor();
|
|
8
|
+
protected toggleBlockquote(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorBlockquote, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorBlockquote, "sc-editor-blockquote", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScEditorBold {
|
|
3
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
4
|
+
private readonly parent;
|
|
5
|
+
private readonly extensions;
|
|
6
|
+
constructor();
|
|
7
|
+
private get editor();
|
|
8
|
+
protected toggleBold(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorBold, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorBold, "sc-editor-bold", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorBulletList {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleBulletList(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorBulletList, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorBulletList, "sc-editor-bullet-list", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorCode {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleCode(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorCode, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorCode, "sc-editor-code", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorHighlight {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleHighlight(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorHighlight, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorHighlight, "sc-editor-highlight", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorHorizontalRule {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
setHorizontalRule(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorHorizontalRule, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorHorizontalRule, "sc-editor-horizontal-rule", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorItalic {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleItalic(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorItalic, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorItalic, "sc-editor-italic", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorOrderedList {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleOrderedList(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorOrderedList, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorOrderedList, "sc-editor-ordered-list", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScEditorParagraph {
|
|
3
|
+
private readonly parent;
|
|
4
|
+
get editor(): import("@tiptap/core").Editor;
|
|
5
|
+
setParagraph(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorParagraph, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorParagraph, "sc-editor-paragraph", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorStrike {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleStrike(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorStrike, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorStrike, "sc-editor-strike", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from '../extensions/extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScEditorUnderline {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleUnderline(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditorUnderline, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditorUnderline, "sc-editor-underline", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|