@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.
- package/fesm2022/semantic-components-ui.mjs +10934 -1173
- package/fesm2022/semantic-components-ui.mjs.map +1 -1
- package/index.d.ts +44 -6
- package/lib/components/accordion/accordion-content.d.ts +7 -0
- package/lib/components/accordion/accordion-header.d.ts +7 -0
- package/lib/components/accordion/accordion-item-description.d.ts +7 -0
- package/lib/components/accordion/accordion-item.d.ts +7 -0
- package/lib/components/accordion/accordion-trigger.d.ts +7 -0
- package/lib/components/accordion/accordion.d.ts +7 -0
- package/lib/components/accordion/index.d.ts +6 -0
- package/lib/components/alert/alert-description.d.ts +7 -0
- package/lib/components/alert/alert-title.d.ts +7 -0
- package/lib/components/alert/alert.d.ts +8 -0
- package/lib/components/alert/index.d.ts +3 -0
- package/lib/components/alert-dialog/alert-dialog-content.d.ts +7 -0
- package/lib/components/alert-dialog/alert-dialog-description.d.ts +7 -0
- package/lib/components/alert-dialog/alert-dialog-footer.d.ts +7 -0
- package/lib/components/alert-dialog/alert-dialog-header.d.ts +7 -0
- package/lib/components/alert-dialog/alert-dialog-title.d.ts +7 -0
- package/lib/components/alert-dialog/alert-dialog.d.ts +8 -0
- package/lib/components/alert-dialog/index.d.ts +1 -0
- package/lib/components/aspect-ratio/aspect-ratio.d.ts +17 -0
- package/lib/components/aspect-ratio/index.d.ts +1 -0
- package/lib/components/avatar/avatar-fallback.d.ts +7 -0
- package/lib/components/avatar/avatar-image.d.ts +10 -0
- package/lib/components/avatar/avatar.d.ts +10 -0
- package/lib/components/avatar/index.d.ts +1 -0
- package/lib/components/badge/badge.d.ts +8 -0
- package/lib/components/badge/index.d.ts +1 -0
- package/lib/components/breadcrumb/breadcrumb-ellipsis.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb-item.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb-link.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb-list.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb-page.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb-separator.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb.d.ts +8 -0
- package/lib/components/breadcrumb/index.d.ts +7 -0
- package/lib/components/button/button.d.ts +15 -0
- package/lib/components/button/index.d.ts +1 -0
- package/lib/components/card/card-content.d.ts +7 -0
- package/lib/components/card/card-description.d.ts +7 -0
- package/lib/components/card/card-footer.d.ts +7 -0
- package/lib/components/card/card-header.d.ts +7 -0
- package/lib/components/card/card-title.d.ts +7 -0
- package/lib/components/card/card.d.ts +7 -0
- package/lib/components/card/index.d.ts +6 -0
- package/lib/components/carousel/carousel-container.d.ts +7 -0
- package/lib/components/carousel/carousel-item.d.ts +9 -0
- package/lib/components/carousel/carousel-items.d.ts +9 -0
- package/lib/components/carousel/carousel-next.d.ts +13 -0
- package/lib/components/carousel/carousel-previous.d.ts +13 -0
- package/lib/components/carousel/carousel.d.ts +22 -0
- package/lib/components/carousel/index.d.ts +6 -0
- package/lib/components/checkbox/checkbox.d.ts +25 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/collapsible/collapsible-content.d.ts +7 -0
- package/lib/components/collapsible/collapsible-state.d.ts +9 -0
- package/lib/components/collapsible/collapsible-trigger.d.ts +10 -0
- package/lib/components/collapsible/collapsible.d.ts +12 -0
- package/lib/components/collapsible/index.d.ts +3 -0
- package/lib/components/command/command-dialog.d.ts +7 -0
- package/lib/components/command/command-empty.d.ts +7 -0
- package/lib/components/command/command-error.d.ts +7 -0
- package/lib/components/command/command-group-heading.d.ts +7 -0
- package/lib/components/command/command-group.d.ts +8 -0
- package/lib/components/command/command-input.d.ts +8 -0
- package/lib/components/command/command-item.d.ts +8 -0
- package/lib/components/command/command-list.d.ts +7 -0
- package/lib/components/command/command-loading.d.ts +7 -0
- package/lib/components/command/command-separator.d.ts +7 -0
- package/lib/components/command/command-shortcut.d.ts +7 -0
- package/lib/components/command/command.d.ts +7 -0
- package/lib/components/command/index.d.ts +11 -0
- package/lib/components/context-menu/context-menu-trigger-for.d.ts +8 -0
- package/lib/components/context-menu/index.d.ts +1 -0
- package/lib/components/data-table/data-table.d.ts +5 -0
- package/lib/components/data-table/index.d.ts +1 -0
- package/{components/date-picker/date-picker.component.d.ts → lib/components/date-picker/date-picker.d.ts} +3 -4
- package/lib/components/date-picker/index.d.ts +2 -0
- package/{components/date-picker/inline-date-picker.component.d.ts → lib/components/date-picker/inline-date-picker.d.ts} +4 -5
- package/lib/components/date-picker/month-days.d.ts +13 -0
- package/lib/components/date-picker/month-year-header.d.ts +8 -0
- package/lib/components/date-picker/util.d.ts +5 -0
- package/lib/components/dialog/dialog-close.d.ts +7 -0
- package/lib/components/dialog/dialog-content.d.ts +7 -0
- package/lib/components/dialog/dialog-description.d.ts +7 -0
- package/lib/components/dialog/dialog-footer.d.ts +7 -0
- package/lib/components/dialog/dialog-header.d.ts +7 -0
- package/lib/components/dialog/dialog-title.d.ts +7 -0
- package/lib/components/dialog/dialog.d.ts +7 -0
- package/lib/components/dialog/index.d.ts +7 -0
- package/lib/components/editor/colors.d.ts +1 -0
- package/lib/components/editor/editor.d.ts +25 -0
- package/lib/components/editor/extensions/extension-blockquote.d.ts +12 -0
- package/lib/components/editor/extensions/extension-bold.d.ts +12 -0
- package/lib/components/editor/extensions/extension-bullet-list.d.ts +12 -0
- package/lib/components/editor/extensions/extension-code.d.ts +12 -0
- package/lib/components/editor/extensions/extension-color.d.ts +13 -0
- package/lib/components/editor/extensions/extension-font-family.d.ts +11 -0
- package/lib/components/editor/extensions/extension-heading.d.ts +9 -0
- package/lib/components/editor/extensions/extension-highlight.d.ts +12 -0
- package/lib/components/editor/extensions/extension-history.d.ts +14 -0
- package/lib/components/editor/extensions/extension-horizontal-rule.d.ts +12 -0
- package/lib/components/editor/extensions/extension-image.d.ts +15 -0
- package/lib/components/editor/extensions/extension-italic.d.ts +12 -0
- package/lib/components/editor/extensions/extension-link.d.ts +14 -0
- package/lib/components/editor/extensions/extension-ordered-list.d.ts +12 -0
- package/lib/components/editor/extensions/extension-paragraph.d.ts +8 -0
- package/lib/components/editor/extensions/extension-strike.d.ts +12 -0
- package/lib/components/editor/extensions/extension-table.d.ts +30 -0
- package/lib/components/editor/extensions/extension-text-align.d.ts +16 -0
- package/lib/components/editor/extensions/extension-text-style.d.ts +11 -0
- package/lib/components/editor/extensions/extension-underline.d.ts +12 -0
- package/lib/components/editor/extensions/extension-youtube.d.ts +15 -0
- package/lib/components/editor/extensions/extensions.d.ts +24 -0
- package/lib/components/editor/toolbar/add-cell-attribute-dialog.d.ts +18 -0
- package/lib/components/editor/toolbar/add-image-dialog.d.ts +21 -0
- package/lib/components/editor/toolbar/add-link-dialog.d.ts +15 -0
- package/lib/components/editor/toolbar/add-video-dialog.d.ts +26 -0
- package/lib/components/editor/toolbar/extensions-group.d.ts +5 -0
- package/lib/components/editor/toolbar/extensions-separator.d.ts +7 -0
- package/lib/components/hover-card/hover-card-trigger-for.d.ts +16 -0
- package/lib/components/hover-card/hover-card.d.ts +9 -0
- package/lib/components/hover-card/index.d.ts +2 -0
- package/lib/components/input/index.d.ts +1 -0
- package/lib/components/input/input.d.ts +7 -0
- package/lib/components/input-otp/index.d.ts +4 -0
- package/lib/components/input-otp/input-otp-group.d.ts +7 -0
- package/lib/components/input-otp/input-otp-handler.d.ts +6 -0
- package/lib/components/input-otp/input-otp-separator.d.ts +7 -0
- package/lib/components/input-otp/input-otp-slot.d.ts +15 -0
- package/lib/components/input-otp/input-otp.d.ts +36 -0
- package/lib/components/label/index.d.ts +1 -0
- package/lib/components/label/label.d.ts +7 -0
- package/lib/components/menu/index.d.ts +11 -0
- package/lib/components/menu/menu-checkbox-group.d.ts +8 -0
- package/lib/components/menu/menu-checkbox-item.d.ts +8 -0
- package/lib/components/menu/menu-group.d.ts +7 -0
- package/lib/components/menu/menu-item.d.ts +9 -0
- package/lib/components/menu/menu-label.d.ts +8 -0
- package/lib/components/menu/menu-radio-group.d.ts +8 -0
- package/lib/components/menu/menu-radio-item.d.ts +9 -0
- package/lib/components/menu/menu-separator.d.ts +7 -0
- package/lib/components/menu/menu-shortcut.d.ts +7 -0
- package/lib/components/menu/menu-trigger-for.d.ts +7 -0
- package/lib/components/menu/menu.d.ts +8 -0
- package/lib/components/menubar/index.d.ts +2 -0
- package/lib/components/menubar/menu-bar-item.d.ts +8 -0
- package/lib/components/menubar/menu-bar.d.ts +8 -0
- package/lib/components/nav/index.d.ts +5 -0
- package/lib/components/nav/nav-button-base.d.ts +6 -0
- package/lib/components/nav/nav-button.d.ts +8 -0
- package/lib/components/nav/nav-item-dropdown.d.ts +6 -0
- package/lib/components/nav/nav-item.d.ts +5 -0
- package/lib/components/nav/nav-link.d.ts +8 -0
- package/lib/components/nav/nav-list.d.ts +7 -0
- package/lib/components/nav/nav.d.ts +7 -0
- package/lib/components/paginator/index.d.ts +2 -0
- package/lib/components/paginator/page-event.d.ts +10 -0
- package/lib/components/paginator/page-item.d.ts +10 -0
- package/lib/components/paginator/pagination.d.ts +7 -0
- package/lib/components/paginator/paginator.d.ts +39 -0
- package/lib/components/popover/index.d.ts +1 -0
- package/lib/components/popover/popover-trigger-for.d.ts +16 -0
- package/lib/components/popover/popover.d.ts +9 -0
- package/lib/components/progress/index.d.ts +1 -0
- package/lib/components/progress/progress.d.ts +10 -0
- package/lib/components/radio-group/index.d.ts +2 -0
- package/lib/components/radio-group/radio-group-state.d.ts +8 -0
- package/lib/components/radio-group/radio-group.d.ts +22 -0
- package/lib/components/radio-group/radio-item.d.ts +22 -0
- package/lib/components/scroll-area/index.d.ts +1 -0
- package/lib/components/scroll-area/scroll-area.d.ts +12 -0
- package/lib/components/select/index.d.ts +2 -0
- package/lib/components/select/option.d.ts +11 -0
- package/lib/components/select/select-state.d.ts +9 -0
- package/lib/components/select/select.d.ts +40 -0
- package/lib/components/sheet/index.d.ts +3 -0
- package/lib/components/sheet/sheet-toggler.d.ts +10 -0
- package/lib/components/sheet/sheet-trigger.d.ts +16 -0
- package/lib/components/sheet/sheet.d.ts +17 -0
- package/lib/components/sheet/sidebar-content.d.ts +7 -0
- package/lib/components/skeleton/index.d.ts +1 -0
- package/lib/components/skeleton/skeleton.d.ts +7 -0
- package/lib/components/slider/index.d.ts +1 -0
- package/lib/components/slider/slider.d.ts +15 -0
- package/lib/components/switch/index.d.ts +1 -0
- package/lib/components/switch/switch.d.ts +24 -0
- package/lib/components/table/index.d.ts +9 -0
- package/lib/components/table/table-body.d.ts +7 -0
- package/lib/components/table/table-caption.d.ts +7 -0
- package/lib/components/table/table-cell.d.ts +7 -0
- package/lib/components/table/table-container.d.ts +7 -0
- package/lib/components/table/table-footer.d.ts +7 -0
- package/lib/components/table/table-head.d.ts +7 -0
- package/lib/components/table/table-header.d.ts +7 -0
- package/lib/components/table/table-row.d.ts +7 -0
- package/lib/components/table/table.d.ts +7 -0
- package/lib/components/tabs/index.d.ts +4 -0
- package/lib/components/tabs/tab-content.d.ts +7 -0
- package/lib/components/tabs/tab-label.d.ts +7 -0
- package/lib/components/tabs/tab.d.ts +10 -0
- package/lib/components/tabs/tabs.d.ts +13 -0
- package/lib/components/tel-input/form-field-custom-control.component.d.ts +9 -0
- package/lib/components/tel-input/index.d.ts +2 -0
- package/lib/components/tel-input/tel-input.component.d.ts +70 -0
- package/lib/components/textarea/index.d.ts +1 -0
- package/lib/components/textarea/textarea.d.ts +7 -0
- package/lib/components/theme-toggler/index.d.ts +2 -0
- package/lib/components/theme-toggler/theme-provider.d.ts +1 -0
- package/lib/components/theme-toggler/theme-toggler.d.ts +9 -0
- package/lib/components/theme-toggler/theme.d.ts +9 -0
- package/lib/components/toast/index.d.ts +3 -0
- package/lib/components/toast/toast-action.d.ts +7 -0
- package/lib/components/toast/toast-close.d.ts +7 -0
- package/lib/components/toast/toast-content.d.ts +7 -0
- package/lib/components/toast/toast-description.d.ts +7 -0
- package/lib/components/toast/toast-example.d.ts +5 -0
- package/lib/components/toast/toast-title.d.ts +7 -0
- package/lib/components/toast/toast.d.ts +8 -0
- package/lib/components/toast/toaster.d.ts +10 -0
- package/lib/components/toggle/index.d.ts +1 -0
- package/lib/components/toggle/toggle.d.ts +9 -0
- package/lib/components/tooltip/tooltip-container.d.ts +6 -0
- package/{components → lib/components}/tooltip/tooltip.d.ts +5 -3
- package/lib/utils/index.d.ts +2 -0
- package/package.json +41 -10
- package/components/date-picker/index.d.ts +0 -2
- package/components/date-picker/month-days.component.d.ts +0 -11
- package/components/date-picker/month-year-header.component.d.ts +0 -7
- package/components/date-picker/week-days-names.component.d.ts +0 -11
- package/components/dropdown/dropdown-divider.component.d.ts +0 -5
- package/components/dropdown/dropdown-item.component.d.ts +0 -6
- package/components/dropdown/dropdown.component.d.ts +0 -5
- package/components/dropdown/index.d.ts +0 -3
- package/components/editor/editor.d.ts +0 -5
- package/components/nav/index.d.ts +0 -3
- package/components/nav/nav-item-dropdown.component.d.ts +0 -5
- package/components/nav/nav-item.component.d.ts +0 -5
- package/components/nav/nav.component.d.ts +0 -5
- package/components/select/index.d.ts +0 -2
- package/components/select/select-option.component.d.ts +0 -7
- package/components/select/select.component.d.ts +0 -55
- package/components/tooltip/tooltip-container.d.ts +0 -7
- package/esm2022/components/date-picker/date-picker.component.mjs +0 -189
- package/esm2022/components/date-picker/index.mjs +0 -3
- package/esm2022/components/date-picker/inline-date-picker.component.mjs +0 -185
- package/esm2022/components/date-picker/month-days.component.mjs +0 -69
- package/esm2022/components/date-picker/month-year-header.component.mjs +0 -124
- package/esm2022/components/date-picker/week-days-names.component.mjs +0 -37
- package/esm2022/components/dropdown/dropdown-divider.component.mjs +0 -16
- package/esm2022/components/dropdown/dropdown-item.component.mjs +0 -33
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -85
- package/esm2022/components/dropdown/index.mjs +0 -4
- package/esm2022/components/editor/editor.mjs +0 -16
- package/esm2022/components/editor/index.mjs +0 -2
- package/esm2022/components/nav/index.mjs +0 -4
- package/esm2022/components/nav/nav-item-dropdown.component.mjs +0 -148
- package/esm2022/components/nav/nav-item.component.mjs +0 -16
- package/esm2022/components/nav/nav.component.mjs +0 -16
- package/esm2022/components/select/index.mjs +0 -3
- package/esm2022/components/select/select-option.component.mjs +0 -28
- package/esm2022/components/select/select.component.mjs +0 -252
- package/esm2022/components/tooltip/index.mjs +0 -2
- package/esm2022/components/tooltip/tooltip-container.mjs +0 -58
- package/esm2022/components/tooltip/tooltip.mjs +0 -79
- package/esm2022/index.mjs +0 -7
- package/esm2022/semantic-components-ui.mjs +0 -5
- /package/{components → lib/components}/editor/index.d.ts +0 -0
- /package/{components → lib/components}/tooltip/index.d.ts +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CdkAccordionItem } from '@angular/cdk/accordion';
|
|
2
|
+
import { ScCollapsibleState } from './collapsible-state';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScCollapsible {
|
|
5
|
+
state: ScCollapsibleState;
|
|
6
|
+
class: import("@angular/core").InputSignal<string>;
|
|
7
|
+
classes: import("@angular/core").Signal<string>;
|
|
8
|
+
accordionItem: import("@angular/core").Signal<CdkAccordionItem>;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCollapsible, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCollapsible, "sc-collapsible", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*", "sc-collapsible-content"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScCommandDialog {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandDialog, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandDialog, "sc-command-dialog", 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 ScCommandEmpty {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandEmpty, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandEmpty, "sc-command-empty", 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 ScCommandError {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandError, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandError, "sc-command-error", 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 ScCommandGroupHeading {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandGroupHeading, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandGroupHeading, "sc-command-group-heading", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScCommandGroup {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
heading: import("@angular/core").InputSignal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandGroup, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandGroup, "sc-command-group", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScCommandInput {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
placeholder: import("@angular/core").InputSignal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandInput, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandInput, "sc-command-input", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScCommandItem {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandItem, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandItem, "sc-command-item", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScCommandList {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandList, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandList, "sc-command-list", 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 ScCommandLoading {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandLoading, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandLoading, "sc-command-loading", 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 ScCommandSeparator {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandSeparator, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandSeparator, "sc-command-separator", 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 ScCommandShortcut {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommandShortcut, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommandShortcut, "sc-command-shortcut", 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 ScCommand {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScCommand, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScCommand, "sc-command", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './command';
|
|
2
|
+
export * from './command-input';
|
|
3
|
+
export * from './command-list';
|
|
4
|
+
export * from './command-empty';
|
|
5
|
+
export * from './command-group';
|
|
6
|
+
export * from './command-item';
|
|
7
|
+
export * from './command-shortcut';
|
|
8
|
+
export * from './command-separator';
|
|
9
|
+
export * from './command-dialog';
|
|
10
|
+
export * from './command-error';
|
|
11
|
+
export * from './command-loading';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/cdk/menu";
|
|
4
|
+
export declare class ScContextMenuTriggerFor {
|
|
5
|
+
readonly scContextMenuTriggerFor: import("@angular/core").InputSignal<TemplateRef<unknown>>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScContextMenuTriggerFor, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ScContextMenuTriggerFor, "[scContextMenuTriggerFor]", never, { "scContextMenuTriggerFor": { "alias": "scContextMenuTriggerFor"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.CdkContextMenuTrigger; inputs: { "cdkContextMenuTriggerFor": "scContextMenuTriggerFor"; }; outputs: {}; }]>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './context-menu-trigger-for';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './data-table';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { OnInit, OutputEmitterRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class ScDatePicker implements OnInit {
|
|
4
4
|
private readonly localeId;
|
|
5
5
|
dateFormatPattern: import("@angular/core").WritableSignal<string>;
|
|
6
|
-
constructor(localeId: string);
|
|
7
6
|
ngOnInit(): void;
|
|
8
7
|
getDateFormatPattern(localeId: string): string;
|
|
9
8
|
private readonly _injector;
|
|
@@ -28,6 +27,6 @@ export declare class DatePickerComponent implements OnInit {
|
|
|
28
27
|
private _getOverlayRef;
|
|
29
28
|
/** Selects a specific date value. */
|
|
30
29
|
protected _selectValue(value: string): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDatePicker, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDatePicker, "sc-date-picker", never, {}, { "opened": "opened"; "closed": "closed"; "selected": "selected"; }, never, never, true, never>;
|
|
33
32
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { WeekDayName } from './
|
|
2
|
+
import { WeekDayName } from './util';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class ScInlineDatePicker implements OnInit {
|
|
5
5
|
private readonly localeId;
|
|
6
6
|
year: import("@angular/core").WritableSignal<number>;
|
|
7
7
|
month: import("@angular/core").WritableSignal<number>;
|
|
@@ -10,7 +10,6 @@ export declare class InlineDatePickerComponent implements OnInit {
|
|
|
10
10
|
monthDays: import("@angular/core").Signal<string[]>;
|
|
11
11
|
firstDayMonth: import("@angular/core").Signal<number>;
|
|
12
12
|
selectedDay: import("@angular/core").WritableSignal<string>;
|
|
13
|
-
constructor(localeId: string);
|
|
14
13
|
ngOnInit(): void;
|
|
15
14
|
init(): void;
|
|
16
15
|
setSelectedDay(day: string): void;
|
|
@@ -18,6 +17,6 @@ export declare class InlineDatePickerComponent implements OnInit {
|
|
|
18
17
|
private getFirstDayOfWeek;
|
|
19
18
|
setMonthYear(n: number): void;
|
|
20
19
|
twoDigits(n: number): string;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScInlineDatePicker, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScInlineDatePicker, "sc-inline-date-picker", never, {}, {}, never, never, true, never>;
|
|
23
22
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { WeekDayName } from './util';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScMonthDays {
|
|
4
|
+
weekDaysNames: import("@angular/core").InputSignal<WeekDayName[]>;
|
|
5
|
+
days: import("@angular/core").InputSignal<string[]>;
|
|
6
|
+
firstDayMonth: import("@angular/core").InputSignal<number>;
|
|
7
|
+
selectedDay: import("@angular/core").InputSignal<string>;
|
|
8
|
+
selectedDayChange: import("@angular/core").OutputEmitterRef<string>;
|
|
9
|
+
isSelected(day: string): boolean;
|
|
10
|
+
setSelectedDay(event: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScMonthDays, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScMonthDays, "sc-month-days", never, { "weekDaysNames": { "alias": "weekDaysNames"; "required": true; "isSignal": true; }; "days": { "alias": "days"; "required": true; "isSignal": true; }; "firstDayMonth": { "alias": "firstDayMonth"; "required": true; "isSignal": true; }; "selectedDay": { "alias": "selectedDay"; "required": false; "isSignal": true; }; }, { "selectedDayChange": "selectedDayChange"; }, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScMonthYearHeader {
|
|
3
|
+
classes: import("@angular/core").WritableSignal<string>;
|
|
4
|
+
monthYear: import("@angular/core").InputSignal<string>;
|
|
5
|
+
monthYearChange: import("@angular/core").OutputEmitterRef<number>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScMonthYearHeader, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScMonthYearHeader, "sc-month-year-header", never, { "monthYear": { "alias": "monthYear"; "required": true; "isSignal": true; }; }, { "monthYearChange": "monthYearChange"; }, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScDialogClose {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogClose, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogClose, "button[sc-dialog-close]", 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 ScDialogContent {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogContent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogContent, "div[sc-dialog-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 ScDialogDescription {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogDescription, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogDescription, "p[sc-dialog-description]", 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 ScDialogFooter {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogFooter, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogFooter, "div[sc-dialog-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 ScDialogHeader {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogHeader, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogHeader, "div[sc-dialog-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 ScDialogTitle {
|
|
3
|
+
class: import("@angular/core").InputSignal<string>;
|
|
4
|
+
classes: import("@angular/core").Signal<string>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialogTitle, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialogTitle, "h2[sc-dialog-title]", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScDialog {
|
|
4
|
+
dialogRef: DialogRef<any, any>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScDialog, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScDialog, "sc-dialog", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const colors: string[];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Editor } from '@tiptap/core';
|
|
4
|
+
import { ScExtensions } from './extensions/extensions';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ScEditor implements ControlValueAccessor {
|
|
7
|
+
private readonly _cdr;
|
|
8
|
+
readonly editorDiv: import("@angular/core").Signal<ElementRef<any>>;
|
|
9
|
+
_value: import("@angular/core").WritableSignal<string>;
|
|
10
|
+
_isEditable: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
+
class: import("@angular/core").InputSignal<string>;
|
|
12
|
+
_onChange: (value: string) => void;
|
|
13
|
+
_onTouched: () => void;
|
|
14
|
+
editor: Editor;
|
|
15
|
+
extensions: ScExtensions;
|
|
16
|
+
constructor();
|
|
17
|
+
createEditor(): Promise<void>;
|
|
18
|
+
writeValue(value: string): void;
|
|
19
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
20
|
+
registerOnTouched(fn: () => void): void;
|
|
21
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
22
|
+
setHtmlContent(htmlContent: string): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScEditor, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScEditor, "sc-editor", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionBlockquote {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleBlockquote(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionBlockquote, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionBlockquote, "sc-extension-blockquote", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionBold {
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
private readonly parent;
|
|
6
|
+
extensions: ScExtensions;
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
toggleBold(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionBold, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionBold, "sc-extension-bold", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionBulletList {
|
|
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<ScExtensionBulletList, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionBulletList, "sc-extension-bullet-list", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionCode {
|
|
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<ScExtensionCode, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionCode, "sc-extension-code", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionColor {
|
|
4
|
+
private readonly parent;
|
|
5
|
+
extensions: ScExtensions;
|
|
6
|
+
colors: string[];
|
|
7
|
+
constructor();
|
|
8
|
+
get editor(): import("@tiptap/core").Editor;
|
|
9
|
+
resetColor(): void;
|
|
10
|
+
setHexColor(e: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionColor, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionColor, "sc-extension-color", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionFontFamily {
|
|
4
|
+
private readonly parent;
|
|
5
|
+
extensions: ScExtensions;
|
|
6
|
+
constructor();
|
|
7
|
+
get editor(): import("@tiptap/core").Editor;
|
|
8
|
+
setFontFamily(e: Event): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionFontFamily, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionFontFamily, "sc-extension-font-family", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Level } from '@tiptap/extension-heading';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionHeading {
|
|
4
|
+
private readonly parent;
|
|
5
|
+
get editor(): import("@tiptap/core").Editor;
|
|
6
|
+
setHeadingLevel(level: Level): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionHeading, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionHeading, "sc-extension-heading", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionHighlight {
|
|
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<ScExtensionHighlight, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionHighlight, "sc-extension-highlight", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionHistory {
|
|
4
|
+
ariaLabel1: string;
|
|
5
|
+
ariaLabel2: string;
|
|
6
|
+
private readonly parent;
|
|
7
|
+
extensions: ScExtensions;
|
|
8
|
+
constructor();
|
|
9
|
+
get editor(): import("@tiptap/core").Editor;
|
|
10
|
+
undo(): void;
|
|
11
|
+
redo(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionHistory, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionHistory, "sc-extension-history", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionHorizontalRule {
|
|
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<ScExtensionHorizontalRule, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionHorizontalRule, "sc-extension-horizontal-rule", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
+
import { ImageData } from '../toolbar/add-image-dialog';
|
|
3
|
+
import { ScExtensions } from './extensions';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ScExtensionImage {
|
|
6
|
+
private readonly parent;
|
|
7
|
+
dialog: Dialog;
|
|
8
|
+
extensions: ScExtensions;
|
|
9
|
+
constructor();
|
|
10
|
+
get editor(): import("@tiptap/core").Editor;
|
|
11
|
+
setImage(image: ImageData | undefined): void;
|
|
12
|
+
openDialog(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionImage, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionImage, "sc-extension-image", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionItalic {
|
|
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<ScExtensionItalic, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionItalic, "sc-extension-italic", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
+
import { ScExtensions } from './extensions';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScExtensionLink {
|
|
5
|
+
private readonly parent;
|
|
6
|
+
dialog: Dialog;
|
|
7
|
+
extensions: ScExtensions;
|
|
8
|
+
constructor();
|
|
9
|
+
get editor(): import("@tiptap/core").Editor;
|
|
10
|
+
openDialog(): void;
|
|
11
|
+
removeLink(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionLink, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionLink, "sc-extension-link", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionOrderedList {
|
|
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<ScExtensionOrderedList, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionOrderedList, "sc-extension-ordered-list", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ScExtensionParagraph {
|
|
3
|
+
private readonly parent;
|
|
4
|
+
get editor(): import("@tiptap/core").Editor;
|
|
5
|
+
setParagraph(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionParagraph, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionParagraph, "sc-extension-paragraph", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScExtensions } from './extensions';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScExtensionStrike {
|
|
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<ScExtensionStrike, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionStrike, "sc-extension-strike", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
+
import { ScExtensions } from './extensions';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScExtensionTable {
|
|
5
|
+
private readonly parent;
|
|
6
|
+
dialog: Dialog;
|
|
7
|
+
extensions: ScExtensions;
|
|
8
|
+
constructor();
|
|
9
|
+
get editor(): import("@tiptap/core").Editor;
|
|
10
|
+
insertTable(): void;
|
|
11
|
+
deleteTable(): void;
|
|
12
|
+
addColumnBefore(): void;
|
|
13
|
+
addColumnAfter(): void;
|
|
14
|
+
deleteColumn(): void;
|
|
15
|
+
addRowBefore(): void;
|
|
16
|
+
addRowAfter(): void;
|
|
17
|
+
deleteRow(): void;
|
|
18
|
+
mergeCells(): void;
|
|
19
|
+
splitCell(): void;
|
|
20
|
+
mergeOrSplit(): void;
|
|
21
|
+
toggleHeaderColumn(): void;
|
|
22
|
+
toggleHeaderRow(): void;
|
|
23
|
+
toggleHeaderCell(): void;
|
|
24
|
+
fixTables(): void;
|
|
25
|
+
goToPreviousCell(): void;
|
|
26
|
+
goToNextCell(): void;
|
|
27
|
+
openDialog(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionTable, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionTable, "sc-extension-table", never, {}, {}, never, never, true, never>;
|
|
30
|
+
}
|