@semantic-components/ui 0.49.0 → 0.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/fesm2022/semantic-components-ui.mjs +2619 -7324
  2. package/fesm2022/semantic-components-ui.mjs.map +1 -1
  3. package/index.d.ts +0 -1
  4. package/lib/components/alert/alert.d.ts +1 -1
  5. package/lib/components/badge/badge.d.ts +1 -1
  6. package/lib/components/button/button-base.d.ts +3 -3
  7. package/lib/components/carousel/carousel-next.d.ts +1 -1
  8. package/lib/components/carousel/carousel-previous.d.ts +1 -1
  9. package/lib/components/carousel/carousel.d.ts +1 -1
  10. package/lib/components/date-picker/date-picker-toggle.d.ts +1 -1
  11. package/lib/components/link/link.d.ts +1 -1
  12. package/lib/components/paginator/pagination-first.d.ts +1 -1
  13. package/lib/components/paginator/pagination-last.d.ts +1 -1
  14. package/lib/components/paginator/pagination-link.d.ts +1 -1
  15. package/lib/components/paginator/pagination-next.d.ts +1 -1
  16. package/lib/components/paginator/pagination-previous.d.ts +1 -1
  17. package/lib/components/paginator/paginator.d.ts +2 -2
  18. package/lib/components/paginator/paginator.service.d.ts +2 -2
  19. package/lib/components/separator/separator.d.ts +1 -1
  20. package/lib/components/sidebar/sidebar-menu-base.d.ts +1 -1
  21. package/lib/components/sidebar/sidebar-toggler.d.ts +1 -1
  22. package/lib/components/toast/toast.d.ts +1 -1
  23. package/lib/components/toggle/toggle-base.d.ts +2 -2
  24. package/package.json +2 -30
  25. package/lib/components/editor/actions/editor-blockquote.d.ts +0 -11
  26. package/lib/components/editor/actions/editor-bold.d.ts +0 -11
  27. package/lib/components/editor/actions/editor-bullet-list.d.ts +0 -12
  28. package/lib/components/editor/actions/editor-code.d.ts +0 -12
  29. package/lib/components/editor/actions/editor-highlight.d.ts +0 -12
  30. package/lib/components/editor/actions/editor-horizontal-rule.d.ts +0 -12
  31. package/lib/components/editor/actions/editor-italic.d.ts +0 -12
  32. package/lib/components/editor/actions/editor-ordered-list.d.ts +0 -12
  33. package/lib/components/editor/actions/editor-paragraph.d.ts +0 -8
  34. package/lib/components/editor/actions/editor-redo.d.ts +0 -12
  35. package/lib/components/editor/actions/editor-strike.d.ts +0 -12
  36. package/lib/components/editor/actions/editor-text-align-center.d.ts +0 -12
  37. package/lib/components/editor/actions/editor-text-align-left.d.ts +0 -12
  38. package/lib/components/editor/actions/editor-text-align-right.d.ts +0 -12
  39. package/lib/components/editor/actions/editor-underline.d.ts +0 -12
  40. package/lib/components/editor/actions/editor-undo.d.ts +0 -12
  41. package/lib/components/editor/actions/editor-unset-link.d.ts +0 -14
  42. package/lib/components/editor/colors.d.ts +0 -1
  43. package/lib/components/editor/editor-content.d.ts +0 -9
  44. package/lib/components/editor/editor-group.d.ts +0 -7
  45. package/lib/components/editor/editor-toolbar.d.ts +0 -7
  46. package/lib/components/editor/editor.d.ts +0 -26
  47. package/lib/components/editor/extensions/extension-color.d.ts +0 -13
  48. package/lib/components/editor/extensions/extension-font-family.d.ts +0 -11
  49. package/lib/components/editor/extensions/extension-heading.d.ts +0 -9
  50. package/lib/components/editor/extensions/extension-image.d.ts +0 -16
  51. package/lib/components/editor/extensions/extension-link.d.ts +0 -13
  52. package/lib/components/editor/extensions/extension-table.d.ts +0 -30
  53. package/lib/components/editor/extensions/extension-text-style.d.ts +0 -11
  54. package/lib/components/editor/extensions/extension-youtube.d.ts +0 -15
  55. package/lib/components/editor/extensions/extensions.d.ts +0 -31
  56. package/lib/components/editor/index.d.ts +0 -29
  57. package/lib/components/editor/toolbar/add-cell-attribute-dialog.d.ts +0 -18
  58. package/lib/components/editor/toolbar/add-image-dialog.d.ts +0 -21
  59. package/lib/components/editor/toolbar/add-link-dialog.d.ts +0 -15
  60. package/lib/components/editor/toolbar/add-video-dialog.d.ts +0 -26
@@ -1,9 +0,0 @@
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
- }
@@ -1,16 +0,0 @@
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
- ariaLabel: string;
7
- private readonly parent;
8
- dialog: Dialog;
9
- extensions: ScExtensions;
10
- constructor();
11
- get editor(): import("@tiptap/core").Editor;
12
- setImage(image: ImageData | undefined): void;
13
- openDialog(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionImage, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionImage, "sc-extension-image", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,13 +0,0 @@
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
- static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionLink, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionLink, "sc-extension-link", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,30 +0,0 @@
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
- }
@@ -1,11 +0,0 @@
1
- import { ScExtensions } from './extensions';
2
- import * as i0 from "@angular/core";
3
- export declare class ScExtensionTextStyle {
4
- private readonly parent;
5
- extensions: ScExtensions;
6
- constructor();
7
- get editor(): import("@tiptap/core").Editor;
8
- setTextSize(fontSize: string): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionTextStyle, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionTextStyle, "sc-extension-text-style", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,15 +0,0 @@
1
- import { Dialog } from '@angular/cdk/dialog';
2
- import { VideoData } from '../toolbar/add-video-dialog';
3
- import { ScExtensions } from './extensions';
4
- import * as i0 from "@angular/core";
5
- export declare class ScExtensionYoutube {
6
- private readonly parent;
7
- dialog: Dialog;
8
- extensions: ScExtensions;
9
- constructor();
10
- get editor(): import("@tiptap/core").Editor;
11
- setYoutubeVideo(video: VideoData | undefined): void;
12
- openDialog(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensionYoutube, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ScExtensionYoutube, "sc-extension-youtube", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,31 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ScExtensions {
3
- undo: import("@angular/core").WritableSignal<boolean>;
4
- redo: import("@angular/core").WritableSignal<boolean>;
5
- history: import("@angular/core").Signal<boolean>;
6
- setLink: import("@angular/core").WritableSignal<boolean>;
7
- unsetLink: import("@angular/core").WritableSignal<boolean>;
8
- link: import("@angular/core").Signal<boolean>;
9
- textAlignRight: import("@angular/core").WritableSignal<boolean>;
10
- textAlignLeft: import("@angular/core").WritableSignal<boolean>;
11
- textAlignCenter: import("@angular/core").WritableSignal<boolean>;
12
- textAlign: import("@angular/core").Signal<boolean>;
13
- highlight: import("@angular/core").WritableSignal<boolean>;
14
- color: import("@angular/core").WritableSignal<boolean>;
15
- underline: import("@angular/core").WritableSignal<boolean>;
16
- fontFamily: import("@angular/core").WritableSignal<boolean>;
17
- bold: import("@angular/core").WritableSignal<boolean>;
18
- youtube: import("@angular/core").WritableSignal<boolean>;
19
- image: import("@angular/core").WritableSignal<boolean>;
20
- code: import("@angular/core").WritableSignal<boolean>;
21
- strike: import("@angular/core").WritableSignal<boolean>;
22
- italic: import("@angular/core").WritableSignal<boolean>;
23
- blockquote: import("@angular/core").WritableSignal<boolean>;
24
- bulletList: import("@angular/core").WritableSignal<boolean>;
25
- orderedList: import("@angular/core").WritableSignal<boolean>;
26
- horizontalRule: import("@angular/core").WritableSignal<boolean>;
27
- textStyle: import("@angular/core").WritableSignal<boolean>;
28
- table: import("@angular/core").WritableSignal<boolean>;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<ScExtensions, never>;
30
- static ɵprov: i0.ɵɵInjectableDeclaration<ScExtensions>;
31
- }
@@ -1,29 +0,0 @@
1
- export * from './editor';
2
- export * from './editor-content';
3
- export * from './actions/editor-blockquote';
4
- export * from './actions/editor-bold';
5
- export * from './actions/editor-bullet-list';
6
- export * from './actions/editor-code';
7
- export * from './actions/editor-highlight';
8
- export * from './actions/editor-horizontal-rule';
9
- export * from './actions/editor-italic';
10
- export * from './actions/editor-ordered-list';
11
- export * from './actions/editor-paragraph';
12
- export * from './actions/editor-redo';
13
- export * from './actions/editor-strike';
14
- export * from './actions/editor-text-align-center';
15
- export * from './actions/editor-text-align-left';
16
- export * from './actions/editor-text-align-right';
17
- export * from './actions/editor-underline';
18
- export * from './actions/editor-undo';
19
- export * from './actions/editor-unset-link';
20
- export * from './editor-group';
21
- export * from './editor-toolbar';
22
- export * from './extensions/extension-color';
23
- export * from './extensions/extension-font-family';
24
- export * from './extensions/extension-heading';
25
- export * from './extensions/extension-image';
26
- export * from './extensions/extension-link';
27
- export * from './extensions/extension-table';
28
- export * from './extensions/extension-text-style';
29
- export * from './extensions/extension-youtube';
@@ -1,18 +0,0 @@
1
- import { DialogRef } from '@angular/cdk/dialog';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export interface AttributeData {
5
- name: string | null | undefined;
6
- value: string | null | undefined;
7
- }
8
- export declare class ScAddCellAttributeDialog {
9
- dialogRef: DialogRef<AttributeData, unknown>;
10
- attributeForm: FormGroup<{
11
- name: FormControl<string | null>;
12
- value: FormControl<string | null>;
13
- }>;
14
- get name(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
15
- get value(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ScAddCellAttributeDialog, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ScAddCellAttributeDialog, "sc-add-cell-attribute-dialog", never, {}, {}, never, never, true, never>;
18
- }
@@ -1,21 +0,0 @@
1
- import { DialogRef } from '@angular/cdk/dialog';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export interface ImageData {
5
- url: string | null | undefined;
6
- alt: string | null | undefined;
7
- title: string | null | undefined;
8
- }
9
- export declare class ScAddImageDialog {
10
- dialogRef: DialogRef<ImageData, unknown>;
11
- imageForm: FormGroup<{
12
- url: FormControl<string | null>;
13
- alt: FormControl<string | null>;
14
- title: FormControl<string | null>;
15
- }>;
16
- get url(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
17
- get alt(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
18
- get title(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ScAddImageDialog, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ScAddImageDialog, "sc-add-image-dialog", never, {}, {}, never, never, true, never>;
21
- }
@@ -1,15 +0,0 @@
1
- import { DialogRef } from '@angular/cdk/dialog';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export interface LinkData {
5
- url: string | null | undefined;
6
- }
7
- export declare class ScAddLinkDialog {
8
- dialogRef: DialogRef<LinkData, unknown>;
9
- linkForm: FormGroup<{
10
- url: FormControl<string | null>;
11
- }>;
12
- get url(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ScAddLinkDialog, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ScAddLinkDialog, "sc-add-link-dialog", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,26 +0,0 @@
1
- import { DialogRef } from '@angular/cdk/dialog';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export interface VideoData {
5
- url: string | null | undefined;
6
- width: number | null | undefined;
7
- height: number | null | undefined;
8
- }
9
- export declare class ScAddVideoDialog {
10
- dialogRef: DialogRef<VideoData, unknown>;
11
- videoForm: FormGroup<{
12
- url: FormControl<string | null>;
13
- width: FormControl<string | null>;
14
- height: FormControl<string | null>;
15
- }>;
16
- get url(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
17
- get width(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
18
- get height(): import("@angular/forms").AbstractControl<string | null, string | null> | null;
19
- getVideoInfo(): {
20
- url: string | null | undefined;
21
- width: number;
22
- height: number;
23
- };
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ScAddVideoDialog, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ScAddVideoDialog, "sc-add-video-dialog", never, {}, {}, never, never, true, never>;
26
- }