@ethlete/components 0.1.0-beta.4 → 0.1.0-next.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/components",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-next.10",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -31,11 +31,12 @@ declare class ButtonDirective {
31
31
  type: _angular_core.InputSignal<ButtonType>;
32
32
  pressed: _angular_core.InputSignalWithTransform<boolean, unknown>;
33
33
  emitAriaPressed: _angular_core.InputSignalWithTransform<boolean, unknown>;
34
+ mutedUntilPressed: _angular_core.InputSignalWithTransform<boolean, unknown>;
34
35
  readonly IS_BUTTON: boolean;
35
36
  readonly IS_ANCHOR: boolean;
36
37
  isInactive: _angular_core.Signal<boolean>;
37
38
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonDirective, never>;
38
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonDirective, "[etButton]", ["etButton"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "pressed": { "alias": "pressed"; "required": false; "isSignal": true; }; "emitAriaPressed": { "alias": "emitAriaPressed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
39
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonDirective, "[etButton]", ["etButton"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "pressed": { "alias": "pressed"; "required": false; "isSignal": true; }; "emitAriaPressed": { "alias": "emitAriaPressed"; "required": false; "isSignal": true; }; "mutedUntilPressed": { "alias": "mutedUntilPressed"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof _ethlete_core.SurfaceInteractiveDirective; inputs: {}; outputs: {}; }]>;
39
40
  }
40
41
 
41
42
  declare class FocusRingDirective {
@@ -85,7 +86,7 @@ declare class ButtonComponent {
85
86
  }>;
86
87
  pressedVariant: _angular_core.Signal<string | null>;
87
88
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonComponent, never>;
88
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "[et-button]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[etIcon]"], true, [{ directive: typeof ButtonDirective; inputs: { "disabled": "disabled"; "loading": "loading"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }, { directive: typeof ButtonStylesDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ColorInteractiveDirective; inputs: {}; outputs: {}; }, { directive: typeof FocusRingDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ProvideColorDirective; inputs: { "etProvideColor": "color"; }; outputs: {}; }]>;
89
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "[et-button]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[etIcon]"], true, [{ directive: typeof ButtonDirective; inputs: { "disabled": "disabled"; "loading": "loading"; "type": "type"; "pressed": "pressed"; "mutedUntilPressed": "mutedUntilPressed"; }; outputs: {}; }, { directive: typeof ButtonStylesDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ColorInteractiveDirective; inputs: {}; outputs: {}; }, { directive: typeof FocusRingDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ProvideColorDirective; inputs: { "etProvideColor": "color"; }; outputs: {}; }]>;
89
90
  }
90
91
 
91
92
  type FabVariant = (typeof BUTTON_VARIANTS)[keyof typeof BUTTON_VARIANTS];
@@ -121,7 +122,7 @@ declare class IconButtonComponent {
121
122
  }>;
122
123
  pressedVariant: _angular_core.Signal<string | null>;
123
124
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconButtonComponent, never>;
124
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconButtonComponent, "[et-icon-button]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["[etIcon]"], true, [{ directive: typeof ButtonDirective; inputs: { "disabled": "disabled"; "loading": "loading"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }, { directive: typeof ButtonStylesDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ColorInteractiveDirective; inputs: {}; outputs: {}; }, { directive: typeof FocusRingDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ProvideColorDirective; inputs: { "etProvideColor": "color"; }; outputs: {}; }]>;
125
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconButtonComponent, "[et-icon-button]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["[etIcon]"], true, [{ directive: typeof ButtonDirective; inputs: { "disabled": "disabled"; "loading": "loading"; "type": "type"; "pressed": "pressed"; "mutedUntilPressed": "mutedUntilPressed"; }; outputs: {}; }, { directive: typeof ButtonStylesDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ColorInteractiveDirective; inputs: {}; outputs: {}; }, { directive: typeof FocusRingDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ProvideColorDirective; inputs: { "etProvideColor": "color"; }; outputs: {}; }]>;
125
126
  }
126
127
 
127
128
  declare class TextButtonComponent {
@@ -179,6 +180,7 @@ declare const FORM_FIELD_ERROR_CODES: {
179
180
 
180
181
  declare const FORM_FIELD_CONTROL_TYPES: {
181
182
  readonly TEXT_INPUT: "text-input";
183
+ readonly RICH_TEXT: "rich-text";
182
184
  readonly CHECKBOX: "checkbox";
183
185
  readonly RADIO: "radio";
184
186
  readonly SWITCH: "switch";
@@ -573,6 +575,99 @@ declare class InputComponent {
573
575
 
574
576
  declare const INPUT_IMPORTS: readonly [typeof InputComponent, typeof InputDirective];
575
577
 
578
+ type InlineTag = 'strong' | 'em' | 'del';
579
+ type ListTag = 'ul' | 'ol';
580
+ type EditableSelection = {
581
+ selection: Selection;
582
+ range: Range;
583
+ };
584
+ type RichTextMarkStates = {
585
+ bold: boolean;
586
+ italic: boolean;
587
+ strike: boolean;
588
+ unorderedList: boolean;
589
+ orderedList: boolean;
590
+ link: boolean;
591
+ };
592
+
593
+ declare class RichTextEditorDirective implements FormValueControl<string>, FormFieldControl {
594
+ private formField;
595
+ private destroyRef;
596
+ value: _angular_core.ModelSignal<string>;
597
+ touched: _angular_core.ModelSignal<boolean>;
598
+ disabled: _angular_core.InputSignal<boolean>;
599
+ readonly: _angular_core.InputSignal<boolean>;
600
+ hidden: _angular_core.InputSignal<boolean>;
601
+ invalid: _angular_core.InputSignal<boolean>;
602
+ errors: _angular_core.InputSignal<readonly ValidationError.WithOptionalFieldTree[]>;
603
+ required: _angular_core.InputSignal<boolean>;
604
+ name: _angular_core.InputSignal<string>;
605
+ placeholder: _angular_core.InputSignal<string>;
606
+ shouldDisplayError: _angular_core.Signal<boolean>;
607
+ hasValue: _angular_core.Signal<boolean>;
608
+ describedBy: _angular_core.WritableSignal<string | null>;
609
+ controlType: _angular_core.WritableSignal<"rich-text">;
610
+ focused: _angular_core.WritableSignal<boolean>;
611
+ labelId: _angular_core.Signal<string | null>;
612
+ describedById: _angular_core.Signal<string | null>;
613
+ boldActive: _angular_core.WritableSignal<boolean>;
614
+ italicActive: _angular_core.WritableSignal<boolean>;
615
+ strikeActive: _angular_core.WritableSignal<boolean>;
616
+ unorderedListActive: _angular_core.WritableSignal<boolean>;
617
+ orderedListActive: _angular_core.WritableSignal<boolean>;
618
+ linkActive: _angular_core.WritableSignal<boolean>;
619
+ /** @internal */
620
+ lastEmittedMarkdown: string | null;
621
+ /** @internal */
622
+ editorDom: {
623
+ root: _angular_core.WritableSignal<HTMLElement | null>;
624
+ getSelection: () => EditableSelection | null;
625
+ closestWithin: (node: Node | null, selector: string) => HTMLElement | null;
626
+ markStates: () => RichTextMarkStates | null;
627
+ toggleInline: (tag: InlineTag) => void;
628
+ toggleList: (listTag: ListTag) => void;
629
+ applyLink: (href: string) => void;
630
+ removeLink: () => void;
631
+ insertToken: (node: Node) => void;
632
+ handleBackspace: () => boolean;
633
+ };
634
+ constructor();
635
+ activate(): void;
636
+ syncFromDom(): void;
637
+ refreshActiveMarks(): void;
638
+ toggleBold(): void;
639
+ toggleItalic(): void;
640
+ toggleStrikethrough(): void;
641
+ toggleUnorderedList(): void;
642
+ toggleOrderedList(): void;
643
+ setLink(href: string): void;
644
+ handleBackspace(): boolean;
645
+ /**
646
+ * @internal Extension seam for the follow-up `@`/`#` autocomplete: inserts an atomic inline
647
+ * node (a mention/placeholder token) at the caret, then re-syncs.
648
+ */
649
+ insertAtomicToken(node: Node): void;
650
+ private runCommand;
651
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RichTextEditorDirective, never>;
652
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RichTextEditorDirective, "[etRichTextEditor]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "hidden": { "alias": "hidden"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "touched": "touchedChange"; }, never, never, true, never>;
653
+ }
654
+
655
+ declare class RichTextEditorComponent {
656
+ protected dir: RichTextEditorDirective;
657
+ private document;
658
+ private editable;
659
+ constructor();
660
+ protected onInput(): void;
661
+ protected onKeydown(event: KeyboardEvent): void;
662
+ protected onBeforeInput(event: InputEvent): void;
663
+ protected promptForLink(): void;
664
+ private renderExternalValue;
665
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
666
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RichTextEditorComponent, "et-rich-text-editor", never, {}, {}, never, never, true, [{ directive: typeof RichTextEditorDirective; inputs: { "value": "value"; "disabled": "disabled"; "readonly": "readonly"; "hidden": "hidden"; "invalid": "invalid"; "errors": "errors"; "required": "required"; "name": "name"; "placeholder": "placeholder"; }; outputs: { "valueChange": "valueChange"; "touchedChange": "touchedChange"; }; }]>;
667
+ }
668
+
669
+ declare const RICH_TEXT_EDITOR_IMPORTS: readonly [typeof RichTextEditorComponent, typeof RichTextEditorDirective];
670
+
576
671
  declare const SELECTION_LIST_TOKEN: InjectionToken<SelectionListDirectiveBase<unknown>>;
577
672
  declare const SELECTION_LIST_MULTIPLE: InjectionToken<boolean>;
578
673
  type SelectionListItem<TValue = unknown> = {
@@ -934,6 +1029,8 @@ declare class GridDirective {
934
1029
  restoreState(state: GridSerializedState): void;
935
1030
  private placeItem;
936
1031
  private shrinkNeighbors;
1032
+ /** Compact all visited breakpoints (layoutOverrides entries) after an item is removed. */
1033
+ private compactOtherBreakpoints;
937
1034
  private updateLayoutForCurrentBreakpoint;
938
1035
  private updateItemLayout;
939
1036
  private emitLayoutChange;
@@ -957,13 +1054,8 @@ declare class GridItemDirective {
957
1054
  currentRow: _angular_core.Signal<number>;
958
1055
  currentColSpan: _angular_core.Signal<number>;
959
1056
  currentRowSpan: _angular_core.Signal<number>;
960
- hostStyles: {
961
- remove: (tokens: string) => void;
962
- removeMany: (tokens: string[]) => void;
963
- has: (tokens: string) => boolean;
964
- push: (tokens: string, signal: _angular_core.Signal<unknown>) => void;
965
- pushMany: (map: Record<string, _angular_core.Signal<unknown>>) => void;
966
- };
1057
+ protected gridColumn: _angular_core.Signal<string>;
1058
+ protected gridRow: _angular_core.Signal<string>;
967
1059
  constructor();
968
1060
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GridItemDirective, never>;
969
1061
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GridItemDirective, "[etGridItem]", ["etGridItem"], { "itemId": { "alias": "itemId"; "required": true; "isSignal": true; }; "minColSpan": { "alias": "minColSpan"; "required": false; "isSignal": true; }; "maxColSpan": { "alias": "maxColSpan"; "required": false; "isSignal": true; }; "minRowSpan": { "alias": "minRowSpan"; "required": false; "isSignal": true; }; "maxRowSpan": { "alias": "maxRowSpan"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -978,13 +1070,7 @@ declare class GridDragDirective {
978
1070
  private renderer;
979
1071
  private dragStartClient;
980
1072
  private dragPixelOffset;
981
- hostStyles: {
982
- remove: (tokens: string) => void;
983
- removeMany: (tokens: string[]) => void;
984
- has: (tokens: string) => boolean;
985
- push: (tokens: string, signal: _angular_core.Signal<unknown>) => void;
986
- pushMany: (map: Record<string, _angular_core.Signal<unknown>>) => void;
987
- };
1073
+ protected dragTransform: _angular_core.Signal<string>;
988
1074
  constructor();
989
1075
  private applyFixed;
990
1076
  private releaseFixed;
@@ -1013,6 +1099,10 @@ type GridConfig = {
1013
1099
  readonlyAriaLabel: string;
1014
1100
  dragHandleAriaLabel: string;
1015
1101
  transformer: (text: string, locale: string) => string;
1102
+ /** Replaces the default drag handle for all registered items. Receives `data` and `itemId` as inputs. */
1103
+ dragHandleComponent?: Type<unknown>;
1104
+ /** Replaces the default ✕ button for all registered items. Receives `data` and `itemId` as inputs. */
1105
+ actionsComponent?: Type<unknown>;
1016
1106
  };
1017
1107
  declare const provideGridConfig: (valueOverride?: Partial<GridConfig> | undefined) => _angular_core.Provider[];
1018
1108
  declare const injectGridConfig: {
@@ -1048,14 +1138,17 @@ declare class GridComponent {
1048
1138
  private ghostRef;
1049
1139
  private gridConfig;
1050
1140
  private locale;
1141
+ protected isReadOnly: _angular_core.Signal<boolean>;
1142
+ protected dragHandleComponent: _angular_core.Signal<_angular_core.Type<unknown> | undefined>;
1143
+ protected actionsComponent: _angular_core.Signal<_angular_core.Type<unknown> | undefined>;
1144
+ protected registeredItems: _angular_core.Signal<{
1145
+ item: _ethlete_components.GridItemConfig;
1146
+ reg: _ethlete_components.GridComponentRegistration;
1147
+ }[]>;
1051
1148
  protected ariaLabel: _angular_core.Signal<string>;
1052
- hostStyles: {
1053
- remove: (tokens: string) => void;
1054
- removeMany: (tokens: string[]) => void;
1055
- has: (tokens: string) => boolean;
1056
- push: (tokens: string, signal: _angular_core.Signal<unknown>) => void;
1057
- pushMany: (map: Record<string, _angular_core.Signal<unknown>>) => void;
1058
- };
1149
+ protected gridColumns: _angular_core.Signal<number>;
1150
+ protected gridGap: _angular_core.Signal<string>;
1151
+ protected gridRowHeight: _angular_core.Signal<string>;
1059
1152
  constructor();
1060
1153
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GridComponent, never>;
1061
1154
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<GridComponent, "et-grid, [et-grid]", never, {}, {}, never, ["*"], true, [{ directive: typeof GridDirective; inputs: { "breakpoints": "breakpoints"; "rowHeight": "rowHeight"; "gap": "gap"; "initialItems": "initialItems"; "readOnly": "readOnly"; }; outputs: { "layoutChange": "layoutChange"; }; }]>;
@@ -1064,17 +1157,65 @@ declare class GridComponent {
1064
1157
  declare class GridItemComponent {
1065
1158
  private grid;
1066
1159
  private gridItem;
1160
+ private provideSurface;
1161
+ private parentSurfaceProvider;
1067
1162
  gridDrag: GridDragDirective;
1068
1163
  gridResize: GridResizeDirective;
1069
1164
  ariaLabel: _angular_core.InputSignal<string>;
1070
1165
  removed: _angular_core.OutputEmitterRef<void>;
1166
+ private surfaceThemes;
1071
1167
  private gridConfig;
1072
1168
  private locale;
1073
1169
  protected isReadOnly: _angular_core.Signal<boolean>;
1074
1170
  protected dragHandleAriaLabel: _angular_core.Signal<string>;
1171
+ private resolvedSurface;
1172
+ constructor();
1075
1173
  applyKeyboardShortcut(event: KeyboardEvent): void;
1076
1174
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GridItemComponent, never>;
1077
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<GridItemComponent, "et-grid-item, [et-grid-item]", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "removed": "removed"; }, never, ["[etGridItemDragHandle]", "*", "[etGridItemAction]"], true, [{ directive: typeof GridItemDirective; inputs: { "itemId": "itemId"; "minColSpan": "minColSpan"; "maxColSpan": "maxColSpan"; "minRowSpan": "minRowSpan"; "maxRowSpan": "maxRowSpan"; }; outputs: {}; }, { directive: typeof GridDragDirective; inputs: {}; outputs: {}; }, { directive: typeof GridResizeDirective; inputs: {}; outputs: {}; }]>;
1175
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GridItemComponent, "et-grid-item, [et-grid-item]", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "removed": "removed"; }, never, ["[etGridItemDragHandle]", "*", "[etGridItemAction]"], true, [{ directive: typeof GridItemDirective; inputs: { "itemId": "itemId"; "minColSpan": "minColSpan"; "maxColSpan": "maxColSpan"; "minRowSpan": "minRowSpan"; "maxRowSpan": "maxRowSpan"; }; outputs: {}; }, { directive: typeof GridDragDirective; inputs: {}; outputs: {}; }, { directive: typeof GridResizeDirective; inputs: {}; outputs: {}; }, { directive: typeof _ethlete_core.ProvideSurfaceDirective; inputs: {}; outputs: {}; }]>;
1176
+ }
1177
+
1178
+ /**
1179
+ * Development-only debug overlay for an `et-grid` instance.
1180
+ *
1181
+ * ```html
1182
+ * <et-grid #myGrid [initialItems]="items()" ...></et-grid>
1183
+ * <et-grid-debug [grid]="myGrid" [externalItems]="items()" />
1184
+ * ```
1185
+ *
1186
+ * Pass `externalItems` to detect divergence between the host signal
1187
+ * and the grid's internal itemConfigs. The **Copy JSON** button writes
1188
+ * a full diagnostic snapshot to the clipboard without any console output.
1189
+ */
1190
+ declare class GridDebugComponent {
1191
+ private destroyRef;
1192
+ grid: _angular_core.InputSignal<GridComponent>;
1193
+ externalItems: _angular_core.InputSignal<GridItemConfig[] | null>;
1194
+ activeBreakpoint: _angular_core.Signal<string>;
1195
+ containerWidth: _angular_core.Signal<number>;
1196
+ breakpoints: _angular_core.Signal<_ethlete_components.GridBreakpointConfig[]>;
1197
+ items: _angular_core.Signal<GridItemConfig[]>;
1198
+ layout: _angular_core.Signal<_ethlete_components.GridLayoutEntry[]>;
1199
+ hasDrag: _angular_core.Signal<boolean>;
1200
+ hasExternal: _angular_core.Signal<boolean>;
1201
+ copied: _angular_core.WritableSignal<boolean>;
1202
+ rows: _angular_core.Signal<{
1203
+ id: string;
1204
+ type: string;
1205
+ cells: {
1206
+ bp: string;
1207
+ int: GridItemPosition | undefined;
1208
+ ext: GridItemPosition | undefined;
1209
+ intMissing: boolean;
1210
+ extMissing: boolean;
1211
+ mismatch: boolean;
1212
+ }[];
1213
+ }[]>;
1214
+ issueCount: _angular_core.Signal<number>;
1215
+ fmtPos(pos: GridItemPosition | undefined): string;
1216
+ copyJson($event: Event): void;
1217
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<GridDebugComponent, never>;
1218
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GridDebugComponent, "et-grid-debug", never, { "grid": { "alias": "grid"; "required": true; "isSignal": true; }; "externalItems": { "alias": "externalItems"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1078
1219
  }
1079
1220
 
1080
1221
  declare const GRID_ERROR_CODES: {
@@ -1084,7 +1225,7 @@ declare const GRID_ERROR_CODES: {
1084
1225
  readonly INVALID_LAYOUT_STATE: 1903;
1085
1226
  };
1086
1227
 
1087
- declare const GridImports: readonly [typeof GridComponent, typeof GridItemComponent];
1228
+ declare const GridImports: readonly [typeof GridComponent, typeof GridItemComponent, typeof GridDebugComponent];
1088
1229
 
1089
1230
  type IconDefinition = {
1090
1231
  name: string;
@@ -1100,6 +1241,8 @@ declare const ARROW_OUT_UP_RIGHT_ICON: IconDefinition;
1100
1241
 
1101
1242
  declare const ARROW_RIGHT_ICON: IconDefinition;
1102
1243
 
1244
+ declare const BOLD_ICON: IconDefinition;
1245
+
1103
1246
  declare const CHEVRON_ICON: IconDefinition;
1104
1247
 
1105
1248
  declare const CLIPBOARD_CHECK_ICON: IconDefinition;
@@ -1133,12 +1276,22 @@ declare class IconDirective {
1133
1276
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IconDirective, "[etIcon]", never, { "iconNameToUse": { "alias": "etIcon"; "required": true; "isSignal": true; }; "allowHardcodedColor": { "alias": "allowHardcodedColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1134
1277
  }
1135
1278
 
1279
+ declare const ITALIC_ICON: IconDefinition;
1280
+
1281
+ declare const LINK_ICON: IconDefinition;
1282
+
1283
+ declare const LIST_BULLETED_ICON: IconDefinition;
1284
+
1285
+ declare const LIST_NUMBERED_ICON: IconDefinition;
1286
+
1136
1287
  declare const LOCK_ICON: IconDefinition;
1137
1288
 
1138
1289
  declare const PENCIL_ICON: IconDefinition;
1139
1290
 
1140
1291
  declare const PLUS_ICON: IconDefinition;
1141
1292
 
1293
+ declare const STRIKETHROUGH_ICON: IconDefinition;
1294
+
1142
1295
  declare const TIMES_ICON: IconDefinition;
1143
1296
 
1144
1297
  declare const TRIANGLE_EXCLAMATION_ICON: IconDefinition;
@@ -3698,5 +3851,5 @@ declare const TOOLTIP_ERROR_CODES: {
3698
3851
 
3699
3852
  declare const TOOLTIP_IMPORTS: readonly [typeof TooltipDirective, typeof TooltipComponent];
3700
3853
 
3701
- export { ARROW_OUT_UP_RIGHT_ICON, ARROW_RIGHT_ICON, BUTTON_ICON_ALIGNMENTS, BUTTON_IMPORTS, BUTTON_SIZES, BUTTON_SPINNER_CONFIG, BUTTON_TYPES, BUTTON_VARIANTS, BrandLoaderComponent, ButtonComponent, ButtonDirective, ButtonStylesDirective, CHECKBOX_IMPORTS, CHEVRON_ICON, CHOICE_FIELD_IMPORTS, CLIPBOARD_CHECK_ICON, CheckboxComponent, CheckboxDirective, CheckboxGroupComponent, CheckboxOptionComponent, ChoiceFieldComponent, DAILYMOTION_PLAYER_TOKEN, DEFAULT_NOTIFICATION_MANAGER_CONFIG, DEFAULT_PIP_WINDOW_CONFIG, DEFAULT_STREAM_PLAYER_STATE, DailymotionPlayerComponent, DailymotionPlayerDirective, DailymotionPlayerParamsDirective, DailymotionPlayerSlotComponent, DescriptionComponent, FACEBOOK_PLAYER_TOKEN, FLOPPY_DISK_ICON, FOCUS_FRAME_ICON, FORM_FIELD_APPEARANCES, FORM_FIELD_CONTROL_TYPES, FORM_FIELD_ERROR_CODES, FORM_FIELD_FILLS, FORM_FIELD_IMPORTS, FORM_FIELD_LABEL_MODES, FORM_FIELD_SIZES, FORM_FIELD_TOKEN, FabComponent, FacebookPlayerComponent, FacebookPlayerDirective, FacebookPlayerParamsDirective, FacebookPlayerSlotComponent, FocusRingDirective, FormErrorComponent, FormFieldComponent, FormFieldDirective, GRID_2X2_ICON, GRID_ERROR_CODES, GRID_TOKEN, GridComponent, GridDirective, GridDragDirective, GridImports, GridItemComponent, GridItemDirective, GridItemRef, GridResizeDirective, HintComponent, ICONS_TOKEN, ICON_DIRECTIVE_TOKEN, ICON_ERROR_CODES, ICON_IMPORTS, INPUT_IMPORTS, INPUT_TEXT_ALIGNMENTS, INPUT_TYPES, IconButtonComponent, IconDirective, InputComponent, InputDirective, InputPrefixDirective, InputSuffixDirective, KICK_PLAYER_TOKEN, KickPlayerComponent, KickPlayerDirective, KickPlayerParamsDirective, KickPlayerSlotComponent, LOCK_ICON, LabelDirective, NAV_TABS_TOKEN, NOTIFICATION_ERROR_CODES, NOTIFICATION_IMPORTS, NOTIFICATION_STACK_CONTEXT_TOKEN, NOTIFICATION_STATUS, NavTabImports, NavTabLinkComponent, NavTabLinkDirective, NavTabsComponent, NavTabsDirective, NavTabsOutletComponent, NavTabsOutletDirective, NotificationActionDirective, NotificationComponent, NotificationDirective, NotificationDismissDirective, NotificationItemDirective, NotificationStackDirective, OVERLAY_ERROR_CODES, OVERLAY_IMPORTS, OVERLAY_REF, OverlayAnchorDirective, OverlayDirective, OverlaySurfaceDirective, OverlayTriggerDirective, PENCIL_ICON, PIP_CHROME_REF_TOKEN, PIP_ENTRY_TOKEN, PIP_WINDOW_ASPECT_RATIO_TOKEN, PLUS_ICON, PipBackDirective, PipBringBackDirective, PipCellDirective, PipCloseDirective, PipCollapseOverlayDirective, PipGridToggleDirective, PipPlayerComponent, PipSlotPlaceholderComponent, PipStageDirective, PipTitleBarDirective, PipTitleBarTemplateDirective, PipWindowComponent, PipWindowParamsDirective, ProgressBarComponent, RadioComponent, RadioGroupComponent, SCROLLABLE_IMPORTS, SELECTION_LIST_MULTIPLE, SELECTION_LIST_TOKEN, SOOP_PLAYER_TOKEN, STREAM_CONSENT_TOKEN, STREAM_PLAYER_COMPONENT_TOKEN, STREAM_PLAYER_ERROR_CONTEXT_TOKEN, STREAM_PLAYER_ERROR_TOKEN, STREAM_PLAYER_PARAMS_TOKEN, STREAM_PLAYER_SLOT_TOKEN, STREAM_PLAYER_TOKEN, STREAM_SLOT_PLAYER_ID_TOKEN, STREAM_USER_CONSENT_PROVIDER_TOKEN, SWITCH_IMPORTS, ScrollableActiveChildDirective, ScrollableButtonsDirective, ScrollableComponent, ScrollableDarkenDirective, ScrollableDirective, ScrollableDragDirective, ScrollableErrorCode, ScrollableIgnoreChildDirective, ScrollableLoadingTemplateDirective, ScrollableMasksDirective, ScrollableNavigationDirective, ScrollableSnapDirective, SegmentedButtonComponent, SegmentedButtonGroupComponent, SelectionListControlDirective, SelectionListDirective, SelectionOptionDirective, SoopPlayerComponent, SoopPlayerDirective, SoopPlayerParamsDirective, SoopPlayerSlotComponent, SpinnerComponent, StreamConsentAcceptDirective, StreamConsentComponent, StreamConsentDirective, StreamImports, StreamPipChromeComponent, StreamPlayerErrorComponent, StreamPlayerErrorDirective, StreamPlayerLoadingComponent, StreamPlayerSlotDirective, SwitchComponent, SwitchDirective, TAB_BAR_FITS, TAB_BAR_ORIENTATIONS, TAB_BAR_TOKEN, TAB_BAR_TRIGGER_TOKEN, TAB_BAR_VARIANTS, TAB_ERROR_CODES, TAB_GROUP_TOKEN, TAB_PANEL_TOKEN, TAB_SIZES, TIKTOK_PLAYER_TOKEN, TIMES_ICON, TOGGLETIP_ERROR_CODES, TOGGLETIP_IMPORTS, TOOLTIP_ERROR_CODES, TOOLTIP_IMPORTS, TRIANGLE_EXCLAMATION_ICON, TWITCH_PLAYER_TOKEN, TabBarDirective, TabBarTriggerDirective, TabBarUnderlineDirective, TabComponent, TabGroupComponent, TabGroupDirective, TabImports, TabLabelDirective, TabPanelDirective, TabTriggerDirective, TextButtonComponent, TikTokPlayerComponent, TikTokPlayerDirective, TikTokPlayerParamsDirective, TikTokPlayerSlotComponent, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipTriggerDirective, TooltipComponent, TooltipDirective, TwitchPlayerComponent, TwitchPlayerDirective, TwitchPlayerParamsDirective, TwitchPlayerSlotComponent, VIMEO_PLAYER_TOKEN, VimeoPlayerComponent, VimeoPlayerDirective, VimeoPlayerParamsDirective, VimeoPlayerSlotComponent, WINDOW_CONTROL_BUTTON_KINDS, WINDOW_CONTROL_BUTTON_SIZES, WindowControlButtonComponent, YOUTUBE_PLAYER_SLOT_TOKEN, YOUTUBE_PLAYER_TOKEN, YoutubePlayerComponent, YoutubePlayerDirective, YoutubePlayerParamsDirective, YoutubePlayerSlotComponent, YoutubePlayerSlotDirective, createGridAdapter, createNotificationRef, createOverlayRef, createPipChromeAnimations, createPipChromeState, createStreamConfig, createStreamPlayerSlot, fromGridPosition, injectFormSupport, injectGridConfig, injectNotificationManager, injectNotificationManagerConfig, injectOverlayManager, injectPipChromeManager, injectPipManager, injectPipSlotPlaceholderConfig, injectStreamConfig, injectStreamConsentConfig, injectStreamManager, injectStreamPlayerErrorConfig, injectStreamPlayerLoadingConfig, injectStreamScriptLoader, injectStreamUserConsentProvider, provideFormSupport, provideGridConfig, provideIcons, provideNotificationManager, provideNotificationManagerConfig, provideNotificationManagerInstance, provideOverlayManager, providePipChromeManager, providePipManager, providePipSlotPlaceholderConfig, provideStreamConfig, provideStreamConsentConfig, provideStreamManager, provideStreamPlayerErrorConfig, provideStreamPlayerLoadingConfig, toGridPosition };
3854
+ export { ARROW_OUT_UP_RIGHT_ICON, ARROW_RIGHT_ICON, BOLD_ICON, BUTTON_ICON_ALIGNMENTS, BUTTON_IMPORTS, BUTTON_SIZES, BUTTON_SPINNER_CONFIG, BUTTON_TYPES, BUTTON_VARIANTS, BrandLoaderComponent, ButtonComponent, ButtonDirective, ButtonStylesDirective, CHECKBOX_IMPORTS, CHEVRON_ICON, CHOICE_FIELD_IMPORTS, CLIPBOARD_CHECK_ICON, CheckboxComponent, CheckboxDirective, CheckboxGroupComponent, CheckboxOptionComponent, ChoiceFieldComponent, DAILYMOTION_PLAYER_TOKEN, DEFAULT_NOTIFICATION_MANAGER_CONFIG, DEFAULT_PIP_WINDOW_CONFIG, DEFAULT_STREAM_PLAYER_STATE, DailymotionPlayerComponent, DailymotionPlayerDirective, DailymotionPlayerParamsDirective, DailymotionPlayerSlotComponent, DescriptionComponent, FACEBOOK_PLAYER_TOKEN, FLOPPY_DISK_ICON, FOCUS_FRAME_ICON, FORM_FIELD_APPEARANCES, FORM_FIELD_CONTROL_TYPES, FORM_FIELD_ERROR_CODES, FORM_FIELD_FILLS, FORM_FIELD_IMPORTS, FORM_FIELD_LABEL_MODES, FORM_FIELD_SIZES, FORM_FIELD_TOKEN, FabComponent, FacebookPlayerComponent, FacebookPlayerDirective, FacebookPlayerParamsDirective, FacebookPlayerSlotComponent, FocusRingDirective, FormErrorComponent, FormFieldComponent, FormFieldDirective, GRID_2X2_ICON, GRID_ERROR_CODES, GRID_TOKEN, GridComponent, GridDebugComponent, GridDirective, GridDragDirective, GridImports, GridItemComponent, GridItemDirective, GridItemRef, GridResizeDirective, HintComponent, ICONS_TOKEN, ICON_DIRECTIVE_TOKEN, ICON_ERROR_CODES, ICON_IMPORTS, INPUT_IMPORTS, INPUT_TEXT_ALIGNMENTS, INPUT_TYPES, ITALIC_ICON, IconButtonComponent, IconDirective, InputComponent, InputDirective, InputPrefixDirective, InputSuffixDirective, KICK_PLAYER_TOKEN, KickPlayerComponent, KickPlayerDirective, KickPlayerParamsDirective, KickPlayerSlotComponent, LINK_ICON, LIST_BULLETED_ICON, LIST_NUMBERED_ICON, LOCK_ICON, LabelDirective, NAV_TABS_TOKEN, NOTIFICATION_ERROR_CODES, NOTIFICATION_IMPORTS, NOTIFICATION_STACK_CONTEXT_TOKEN, NOTIFICATION_STATUS, NavTabImports, NavTabLinkComponent, NavTabLinkDirective, NavTabsComponent, NavTabsDirective, NavTabsOutletComponent, NavTabsOutletDirective, NotificationActionDirective, NotificationComponent, NotificationDirective, NotificationDismissDirective, NotificationItemDirective, NotificationStackDirective, OVERLAY_ERROR_CODES, OVERLAY_IMPORTS, OVERLAY_REF, OverlayAnchorDirective, OverlayDirective, OverlaySurfaceDirective, OverlayTriggerDirective, PENCIL_ICON, PIP_CHROME_REF_TOKEN, PIP_ENTRY_TOKEN, PIP_WINDOW_ASPECT_RATIO_TOKEN, PLUS_ICON, PipBackDirective, PipBringBackDirective, PipCellDirective, PipCloseDirective, PipCollapseOverlayDirective, PipGridToggleDirective, PipPlayerComponent, PipSlotPlaceholderComponent, PipStageDirective, PipTitleBarDirective, PipTitleBarTemplateDirective, PipWindowComponent, PipWindowParamsDirective, ProgressBarComponent, RICH_TEXT_EDITOR_IMPORTS, RadioComponent, RadioGroupComponent, RichTextEditorComponent, RichTextEditorDirective, SCROLLABLE_IMPORTS, SELECTION_LIST_MULTIPLE, SELECTION_LIST_TOKEN, SOOP_PLAYER_TOKEN, STREAM_CONSENT_TOKEN, STREAM_PLAYER_COMPONENT_TOKEN, STREAM_PLAYER_ERROR_CONTEXT_TOKEN, STREAM_PLAYER_ERROR_TOKEN, STREAM_PLAYER_PARAMS_TOKEN, STREAM_PLAYER_SLOT_TOKEN, STREAM_PLAYER_TOKEN, STREAM_SLOT_PLAYER_ID_TOKEN, STREAM_USER_CONSENT_PROVIDER_TOKEN, STRIKETHROUGH_ICON, SWITCH_IMPORTS, ScrollableActiveChildDirective, ScrollableButtonsDirective, ScrollableComponent, ScrollableDarkenDirective, ScrollableDirective, ScrollableDragDirective, ScrollableErrorCode, ScrollableIgnoreChildDirective, ScrollableLoadingTemplateDirective, ScrollableMasksDirective, ScrollableNavigationDirective, ScrollableSnapDirective, SegmentedButtonComponent, SegmentedButtonGroupComponent, SelectionListControlDirective, SelectionListDirective, SelectionOptionDirective, SoopPlayerComponent, SoopPlayerDirective, SoopPlayerParamsDirective, SoopPlayerSlotComponent, SpinnerComponent, StreamConsentAcceptDirective, StreamConsentComponent, StreamConsentDirective, StreamImports, StreamPipChromeComponent, StreamPlayerErrorComponent, StreamPlayerErrorDirective, StreamPlayerLoadingComponent, StreamPlayerSlotDirective, SwitchComponent, SwitchDirective, TAB_BAR_FITS, TAB_BAR_ORIENTATIONS, TAB_BAR_TOKEN, TAB_BAR_TRIGGER_TOKEN, TAB_BAR_VARIANTS, TAB_ERROR_CODES, TAB_GROUP_TOKEN, TAB_PANEL_TOKEN, TAB_SIZES, TIKTOK_PLAYER_TOKEN, TIMES_ICON, TOGGLETIP_ERROR_CODES, TOGGLETIP_IMPORTS, TOOLTIP_ERROR_CODES, TOOLTIP_IMPORTS, TRIANGLE_EXCLAMATION_ICON, TWITCH_PLAYER_TOKEN, TabBarDirective, TabBarTriggerDirective, TabBarUnderlineDirective, TabComponent, TabGroupComponent, TabGroupDirective, TabImports, TabLabelDirective, TabPanelDirective, TabTriggerDirective, TextButtonComponent, TikTokPlayerComponent, TikTokPlayerDirective, TikTokPlayerParamsDirective, TikTokPlayerSlotComponent, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipTriggerDirective, TooltipComponent, TooltipDirective, TwitchPlayerComponent, TwitchPlayerDirective, TwitchPlayerParamsDirective, TwitchPlayerSlotComponent, VIMEO_PLAYER_TOKEN, VimeoPlayerComponent, VimeoPlayerDirective, VimeoPlayerParamsDirective, VimeoPlayerSlotComponent, WINDOW_CONTROL_BUTTON_KINDS, WINDOW_CONTROL_BUTTON_SIZES, WindowControlButtonComponent, YOUTUBE_PLAYER_SLOT_TOKEN, YOUTUBE_PLAYER_TOKEN, YoutubePlayerComponent, YoutubePlayerDirective, YoutubePlayerParamsDirective, YoutubePlayerSlotComponent, YoutubePlayerSlotDirective, createGridAdapter, createNotificationRef, createOverlayRef, createPipChromeAnimations, createPipChromeState, createStreamConfig, createStreamPlayerSlot, fromGridPosition, injectFormSupport, injectGridConfig, injectNotificationManager, injectNotificationManagerConfig, injectOverlayManager, injectPipChromeManager, injectPipManager, injectPipSlotPlaceholderConfig, injectStreamConfig, injectStreamConsentConfig, injectStreamManager, injectStreamPlayerErrorConfig, injectStreamPlayerLoadingConfig, injectStreamScriptLoader, injectStreamUserConsentProvider, provideFormSupport, provideGridConfig, provideIcons, provideNotificationManager, provideNotificationManagerConfig, provideNotificationManagerInstance, provideOverlayManager, providePipChromeManager, providePipManager, providePipSlotPlaceholderConfig, provideStreamConfig, provideStreamConsentConfig, provideStreamManager, provideStreamPlayerErrorConfig, provideStreamPlayerLoadingConfig, toGridPosition };
3702
3855
  export type { ButtonIconAlignment, ButtonSize, FacebookVideoPlayer, FacebookWindow, FormFieldAppearance, FormFieldControl, FormFieldControlType, FormFieldDirectiveBase, FormFieldFill, FormFieldLabelMode, FormFieldSize, GridAdapter, GridBreakpointConfig, GridBreakpointName, GridComponentRegistration, GridConfig, GridItemConfig, GridItemConstraints, GridItemPosition, GridLayoutEntry, GridSerializedState, HintComponentBase, IconDefinition, InputTextAlignment, LabelDirectiveBase, NotificationAction, NotificationConfig, NotificationEntry, NotificationManager, NotificationManagerConfig, NotificationRef, NotificationStackContext, NotificationStatus, OverlayAutoFocusTarget, OverlayConfig, OverlayManager, OverlayMode, OverlayPositionStrategy, OverlayRef, OverlayRole, OverlaySurfaceContext, PipCellData, PipChromeAnimations, PipChromeRef, PipChromeState, PipManager, PipSlotPlaceholderConfig, ScrollableActiveChildRef, ScrollableButtonPosition, ScrollableDirection, ScrollableIntersectionChange, ScrollableItemSize, ScrollableLoadingTemplatePosition, ScrollableLoadingTemplateRef, ScrollableMaskVariant, ScrollableNavigation, ScrollableNavigationItem, ScrollableScrollMode, ScrollableScrollOrigin, ScrollableScrollState, SelectionListDirectiveBase, SelectionListItem, StreamConfig, StreamConsentConfig, StreamManager, StreamPipEntry, StreamPipWindowConfig, StreamPlayer, StreamPlayerCapabilities, StreamPlayerEntry, StreamPlayerErrorConfig, StreamPlayerErrorContext, StreamPlayerId, StreamPlayerLoadingConfig, StreamPlayerParams, StreamPlayerSlotHandle, StreamPlayerSlotOptions, StreamPlayerState, StreamScriptLoader, StreamSlotEntry, TabBarFit, TabBarOrientation, TabBarVariant, TabSize, ToggletipContent, TooltipContent, TwitchEmbed, TwitchEmbedConstructor, TwitchEmbedPlayer, TwitchPlayerParams, TwitchWindow, VimeoDurationChangeEvent, VimeoPlaybackEvent, VimeoPlayer, VimeoPlayerOptions, VimeoWindow, WindowControlButtonKind, WindowControlButtonSize, YtPlayer, YtPlayerConfig, YtPlayerErrorEvent, YtPlayerEvent, YtPlayerStateChangeEvent, YtPlayerVars, YtWindow };