@piying-lib/angular-daisyui 1.3.18 → 1.3.19

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.
@@ -1,7 +1,8 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { Signal, Injector, WritableSignal } from '@angular/core';
3
- import { IconConfig, StrOrTemplateComponent, Size, isSchema, CommonSelectOptions, OptionConvert, transformOption, ResolvedOption } from '@piying-lib/angular-core';
4
- import { Params, ActivatedRoute, UrlTree, RouterLinkActive, IsActiveMatchOptions } from '@angular/router';
3
+ import * as _piying_lib_angular_core from '@piying-lib/angular-core';
4
+ import { StrOrTemplateComponent, NavigationItem, Size, isSchema, CommonSelectOptions, OptionConvert, transformOption, ResolvedOption } from '@piying-lib/angular-core';
5
+ export { ExactMatchOptions, NavigationItem, NavigationMode, NavigationPosition, SubsetMatchOptions } from '@piying-lib/angular-core';
5
6
  import * as _piying_lib_angular_daisyui_extension from '@piying-lib/angular-daisyui/extension';
6
7
  import * as _piying_valibot_visit from '@piying/valibot-visit';
7
8
  import * as _piying_view_angular_core from '@piying/view-angular-core';
@@ -10,51 +11,12 @@ import * as _piying_view_angular from '@piying/view-angular';
10
11
  import { PiyingViewGroupBase, BaseControl, PiyingView } from '@piying/view-angular';
11
12
  import { SelectorlessOutlet } from '@cyia/ngx-common/directive';
12
13
  import { OverlayConfig } from '@angular/cdk/overlay';
14
+ import * as _angular_router from '@angular/router';
15
+ import { RouterLinkActive } from '@angular/router';
13
16
  import * as rxjs from 'rxjs';
14
17
  import { Subject } from 'rxjs';
15
18
  import { SelectionModel } from '@angular/cdk/collections';
16
19
 
17
- declare const ExactMatchOptions: IsActiveMatchOptions;
18
- declare const SubsetMatchOptions: IsActiveMatchOptions;
19
- interface NavigationItem {
20
- title?: string;
21
- subtitle?: string;
22
- type: 'basic' | 'divider' | 'group';
23
- hidden?: (item: NavigationItem) => boolean;
24
- disabled?: boolean;
25
- tooltip?: string;
26
- function?: (item: NavigationItem) => void;
27
- icon?: IconConfig;
28
- badge?: {
29
- title?: string;
30
- class?: string;
31
- };
32
- children?: NavigationItem[];
33
- router?: {
34
- queryParams?: Params;
35
- fragment?: string;
36
- queryParamsHandling?: string;
37
- state?: {
38
- [k: string]: any;
39
- };
40
- info?: unknown;
41
- relativeTo?: ActivatedRoute | null;
42
- target?: string;
43
- preserveFragment?: boolean;
44
- skipLocationChange?: boolean;
45
- replaceUrl?: boolean;
46
- routerLink?: readonly any[] | string | UrlTree | null;
47
- activate?: {
48
- routerLinkActiveOptions?: RouterLinkActive['routerLinkActiveOptions'];
49
- ariaCurrentWhenActive?: RouterLinkActive['ariaCurrentWhenActive'];
50
- };
51
- };
52
- href?: string;
53
- target?: '_blank' | '_self' | '_parent' | '_top' | string;
54
- }
55
- type NavigationMode = 'over' | 'side';
56
- type NavigationPosition = 'left' | 'right';
57
-
58
20
  declare class MenuTreeNFCC {
59
21
  #private;
60
22
  static __version: number;
@@ -559,8 +521,66 @@ declare class logicGroupFGC extends PiyingViewGroupBase {
559
521
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<logicGroupFGC, "app-logic-group", never, {}, {}, never, never, true, never>;
560
522
  }
561
523
 
524
+ /**
525
+ * 舷窗组
526
+ *
527
+ * 底部导航栏(也称为“Dock”或“底部栏”)是一种用户界面元素,用于向用户提供导航选项。该栏固定在屏幕底部。
528
+ */
529
+ declare class DockTabNFCC {
530
+ #private;
531
+ static __version: number;
532
+ templateRef: _angular_core.Signal<unknown>;
533
+ list: _angular_core.InputSignal<{
534
+ subtitle?: string | undefined;
535
+ hidden?: ((item: NavigationItem) => boolean) | undefined;
536
+ disabled?: boolean | undefined;
537
+ tooltip?: string | undefined;
538
+ function?: ((item: NavigationItem) => void) | undefined;
539
+ badge?: {
540
+ title?: string;
541
+ class?: string;
542
+ } | undefined;
543
+ children?: NavigationItem[] | undefined;
544
+ href?: string | undefined;
545
+ target?: "_blank" | "_self" | "_parent" | "_top" | string | undefined;
546
+ title: string;
547
+ icon: _piying_lib_angular_core.IconConfig;
548
+ router: {
549
+ queryParams?: _angular_router.Params;
550
+ fragment?: string;
551
+ queryParamsHandling?: _angular_router.QueryParamsHandling;
552
+ state?: {
553
+ [k: string]: any;
554
+ };
555
+ info?: unknown;
556
+ relativeTo?: _angular_router.ActivatedRoute | null;
557
+ target?: string;
558
+ preserveFragment?: boolean;
559
+ skipLocationChange?: boolean;
560
+ replaceUrl?: boolean;
561
+ routerLink?: readonly any[] | string | _angular_router.UrlTree | null;
562
+ activate?: {
563
+ routerLinkActiveOptions?: RouterLinkActive["routerLinkActiveOptions"];
564
+ ariaCurrentWhenActive?: RouterLinkActive["ariaCurrentWhenActive"];
565
+ };
566
+ };
567
+ type?: "basic" | "divider" | "group" | undefined;
568
+ }[] | undefined>;
569
+ /** 尺寸大小 */
570
+ size: _angular_core.InputSignal<Size | undefined>;
571
+ /** 当前激活的索引 */
572
+ activatedIndex: _angular_core.InputSignal<number>;
573
+ activatedIndex$: _angular_core.WritableSignal<number>;
574
+ toggleActivate(index: number): void;
575
+ wrapperClass$: _angular_core.Signal<string>;
576
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DockTabNFCC, never>;
577
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DockTabNFCC, "app-dock-tab", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "activatedIndex": { "alias": "activatedIndex"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
578
+ }
579
+
562
580
  type component_index_d_CheckboxListFGC = CheckboxListFGC;
563
581
  declare const component_index_d_CheckboxListFGC: typeof CheckboxListFGC;
582
+ type component_index_d_DockTabNFCC = DockTabNFCC;
583
+ declare const component_index_d_DockTabNFCC: typeof DockTabNFCC;
564
584
  type component_index_d_ListTemplateNFCC = ListTemplateNFCC;
565
585
  declare const component_index_d_ListTemplateNFCC: typeof ListTemplateNFCC;
566
586
  type component_index_d_MenuTreeNFCC = MenuTreeNFCC;
@@ -582,6 +602,7 @@ declare const component_index_d_logicGroupFGC: typeof logicGroupFGC;
582
602
  declare namespace component_index_d {
583
603
  export {
584
604
  component_index_d_CheckboxListFGC as CheckboxListFGC,
605
+ component_index_d_DockTabNFCC as DockTabNFCC,
585
606
  EditableGroupFGC as EditableArrayFGC,
586
607
  component_index_d_ListTemplateNFCC as ListTemplateNFCC,
587
608
  component_index_d_MenuTreeNFCC as MenuTreeNFCC,
@@ -639,5 +660,5 @@ declare namespace wrapper_index_d {
639
660
  };
640
661
  }
641
662
 
642
- export { CheckboxListFGC, CheckboxService, EditableGroupFGC, ExactMatchOptions, ExpandRowDirective, component_index_d as ExtComponentGroup, wrapper_index_d as ExtWrapperGroup, ListTemplateNFCC, MenuTreeNFCC, OptionListFCC, OptionListLocalFilterWC, PaginationNFCC, PickerRefFCC, SortHeaderWC, SortService, SubsetMatchOptions, TableCheckboxAllWC, TableCheckboxOneWC, TableExpandOneTableCell, TableExpandService, TableNFCC, TableResourceService, TableRowFGC, wrapper_index_d$1 as WrapperGroup, createDefaultColDefine, createDefaultColDefineFn, createRowDefine, inputSortDirective, logicGroupFGC, tableInputDefine };
643
- export type { CheckBoxConfig, CheckboxOption, ColumnDefine, CreateTableReturn, DataResolved, ItemCell, ItemCellBase, NavigationItem, NavigationMode, NavigationPosition, RequestFn, RowItem, SortDirection, SortList, TableItemDefine2 };
663
+ export { CheckboxListFGC, CheckboxService, DockTabNFCC, EditableGroupFGC, ExpandRowDirective, component_index_d as ExtComponentGroup, wrapper_index_d as ExtWrapperGroup, ListTemplateNFCC, MenuTreeNFCC, OptionListFCC, OptionListLocalFilterWC, PaginationNFCC, PickerRefFCC, SortHeaderWC, SortService, TableCheckboxAllWC, TableCheckboxOneWC, TableExpandOneTableCell, TableExpandService, TableNFCC, TableResourceService, TableRowFGC, wrapper_index_d$1 as WrapperGroup, createDefaultColDefine, createDefaultColDefineFn, createRowDefine, inputSortDirective, logicGroupFGC, tableInputDefine };
664
+ export type { CheckBoxConfig, CheckboxOption, ColumnDefine, CreateTableReturn, DataResolved, ItemCell, ItemCellBase, RequestFn, RowItem, SortDirection, SortList, TableItemDefine2 };
@@ -1,13 +1,14 @@
1
1
  import { NgTemplateOutlet } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { viewChild, input, inject, computed, Component, model, output, InjectionToken, Injector, untracked, signal, Injectable, ElementRef, HostListener, Directive, effect, resource, NgZone, EventEmitter, TemplateRef, ViewContainerRef, Output, forwardRef, ChangeDetectionStrategy } from '@angular/core';
3
+ import { viewChild, input, inject, computed, Component, model, output, InjectionToken, Injector, untracked, signal, Injectable, ElementRef, HostListener, Directive, effect, resource, NgZone, EventEmitter, TemplateRef, ViewContainerRef, Output, forwardRef, ChangeDetectionStrategy, linkedSignal } from '@angular/core';
4
4
  import { StrOrTemplateComponent, isSchema, computedWithPrev, DefaultOptionConvert, transformOption } from '@piying-lib/angular-core';
5
+ export { ExactMatchOptions, SubsetMatchOptions } from '@piying-lib/angular-core';
5
6
  import { CssPrefixPipe, MergeClassPipe, TwPrefixPipe } from '@piying-lib/angular-daisyui/pipe';
6
7
  import { ThemeService } from '@piying-lib/angular-daisyui/service';
7
8
  import { AttributesDirective, PI_VIEW_FIELD_TOKEN, PiyingViewGroupBase, InsertFieldDirective, BaseControl, PiyingView, PI_INPUT_OPTIONS_TOKEN, EventsDirective } from '@piying/view-angular';
8
- import { RouterLink, RouterLinkActive } from '@angular/router';
9
+ import { RouterLink, RouterLinkActive, RouterOutlet } from '@angular/router';
9
10
  import * as i1 from '@angular/material/icon';
10
- import { MatIconModule } from '@angular/material/icon';
11
+ import { MatIconModule, MatIcon } from '@angular/material/icon';
11
12
  import * as i1$1 from '@angular/forms';
12
13
  import { FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';
13
14
  import { PurePipe } from '@cyia/ngx-common/pipe';
@@ -66,23 +67,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
66
67
  NgTemplateOutlet,
67
68
  MatIconModule,
68
69
  MergeClassPipe,
69
- MergeClassPipe,
70
70
  ], template: "<ng-template #liBaseContent let-item>\n @if (item.icon; as icon) {\n <mat-icon\n [inline]=\"icon.inline\"\n [fontIcon]=\"icon.fontIcon\"\n [fontSet]=\"icon.fontSet\"\n [svgIcon]=\"icon.svgIcon\"\n ></mat-icon>\n }\n <span>\n {{ item.title }}\n </span>\n @if (item.badge; as badge) {\n <span [class]=\"badge.class | mergeClass: 'badge' | cssPrefix\">{{ badge.title }}</span>\n }\n</ng-template>\n\n<ng-template #liBase let-item>\n @if (item.router) {\n @let router = item.router;\n <a\n [queryParams]=\"router.queryParams\"\n [fragment]=\"router.fragment\"\n [queryParamsHandling]=\"router.queryParamsHandling\"\n [state]=\"router.state\"\n [info]=\"router.info\"\n [relativeTo]=\"router.relativeTo\"\n [target]=\"router.target\"\n [preserveFragment]=\"router.preserveFragment\"\n [skipLocationChange]=\"router.skipLocationChange\"\n [replaceUrl]=\"router.replaceUrl\"\n [routerLink]=\"router.routerLink\"\n [preserveFragment]=\"router.preserveFragment\"\n [routerLinkActive]=\"'menu-active'\"\n [routerLinkActiveOptions]=\"\n router.activate?.routerLinkActiveOptions ?? routerLinkActiveOptions\n \"\n [ariaCurrentWhenActive]=\"router.activate?.ariaCurrentWhenActive ?? undefined\"\n class=\"tooltip\"\n [attr.data-tip]=\"item.tooltip || ''\"\n >\n <ng-container *ngTemplateOutlet=\"liBaseContent; context: { $implicit: item }\"></ng-container>\n </a>\n } @else if (item.href) {\n <a [href]=\"item.href\" [target]=\"item.target\">\n <ng-container *ngTemplateOutlet=\"liBaseContent; context: { $implicit: item }\"></ng-container>\n </a>\n } @else {\n <ng-container *ngTemplateOutlet=\"liBaseContent; context: { $implicit: item }\"></ng-container>\n }\n</ng-template>\n<ng-template #liGroup let-item>\n <!-- todo open\u6D4B\u8BD5 -->\n <details open>\n <summary>{{ item.title }}</summary>\n <ul>\n @for (child of item.children; track $index) {\n <ng-container\n *ngTemplateOutlet=\"itemTemplate; context: { $implicit: child }\"\n ></ng-container>\n }\n </ul>\n </details>\n</ng-template>\n\n<ng-template #itemTemplate let-item>\n @if ((item.hidden && !item.hidden(item)) || !item.hidden) {\n @switch (item.type) {\n @case ('group') {\n <li class=\"tooltip\" [attr.data-tip]=\"item.tooltip || ''\">\n <ng-container *ngTemplateOutlet=\"liGroup; context: { $implicit: item }\"></ng-container>\n </li>\n }\n @case ('divider') {\n <li></li>\n }\n @default {\n <li class=\"tooltip\" [attr.data-tip]=\"item.tooltip || ''\">\n <ng-container *ngTemplateOutlet=\"liBase; context: { $implicit: item }\"></ng-container>\n </li>\n }\n }\n }\n</ng-template>\n<ng-template #templateRef let-attr=\"attributes\">\n <ul\n [class]=\"wrapperClass$() | mergeClass: attr()?.class\"\n [attributes]=\"attr()\"\n [excludes]=\"['class']\"\n >\n @for (child of list(); track $index) {\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: child }\"></ng-container>\n }\n </ul>\n</ng-template>\n" }]
71
71
  }], propDecorators: { templateRef: [{ type: i0.ViewChild, args: ['templateRef', { isSignal: true }] }], list: [{ type: i0.Input, args: [{ isSignal: true, alias: "list", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], direction: [{ type: i0.Input, args: [{ isSignal: true, alias: "direction", required: false }] }] } });
72
72
 
73
- const ExactMatchOptions = {
74
- paths: 'exact',
75
- fragment: 'ignored',
76
- matrixParams: 'ignored',
77
- queryParams: 'exact',
78
- };
79
- const SubsetMatchOptions = {
80
- paths: 'subset',
81
- fragment: 'ignored',
82
- matrixParams: 'ignored',
83
- queryParams: 'subset',
84
- };
85
-
86
73
  function goPage(value) {
87
74
  return { type: 'go', value };
88
75
  }
@@ -1661,9 +1648,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
1661
1648
  args: [{ selector: 'app-logic-group', imports: [NgTemplateOutlet], template: "<ng-template #templateRef let-attr=\"attributes\">\n @for (item of activateChildren$$(); track $index) {\n <ng-container *ngTemplateOutlet=\"fieldTemplateRef; context: { $implicit: item }\"></ng-container>\n }\n</ng-template>\n" }]
1662
1649
  }], propDecorators: { templateRef: [{ type: i0.ViewChild, args: ['templateRef', { isSignal: true }] }] } });
1663
1650
 
1651
+ /**
1652
+ * 舷窗组
1653
+ *
1654
+ * 底部导航栏(也称为“Dock”或“底部栏”)是一种用户界面元素,用于向用户提供导航选项。该栏固定在屏幕底部。
1655
+ */
1656
+ class DockTabNFCC {
1657
+ static __version = 2;
1658
+ templateRef = viewChild.required('templateRef');
1659
+ list = input(...(ngDevMode ? [undefined, { debugName: "list" }] : []));
1660
+ /** 尺寸大小 */
1661
+ size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
1662
+ /** 当前激活的索引 */
1663
+ activatedIndex = input(0, ...(ngDevMode ? [{ debugName: "activatedIndex" }] : []));
1664
+ activatedIndex$ = linkedSignal(this.activatedIndex, ...(ngDevMode ? [{ debugName: "activatedIndex$" }] : []));
1665
+ toggleActivate(index) {
1666
+ this.activatedIndex$.set(index);
1667
+ }
1668
+ #theme = inject(ThemeService);
1669
+ wrapperClass$ = computed(() => {
1670
+ return this.#theme.setClass(this.#theme.setSize('dock', this.size()));
1671
+ }, ...(ngDevMode ? [{ debugName: "wrapperClass$" }] : []));
1672
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: DockTabNFCC, deps: [], target: i0.ɵɵFactoryTarget.Component });
1673
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.14", type: DockTabNFCC, isStandalone: true, selector: "app-dock-tab", inputs: { list: { classPropertyName: "list", publicName: "list", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, activatedIndex: { classPropertyName: "activatedIndex", publicName: "activatedIndex", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["templateRef"], descendants: true, isSignal: true }], ngImport: i0, template: "<ng-template #templateRef let-attr=\"attributes\">\n <router-outlet></router-outlet>\n\n <div\n [attributes]=\"attr()\"\n [excludes]=\"['class']\"\n [class]=\"attr()?.class | mergeClass: ('dock' | cssPrefix) : wrapperClass$()\"\n >\n @for (option of list(); track $index) {\n @let router = option.router;\n <button\n (click)=\"toggleActivate($index)\"\n [queryParams]=\"router.queryParams\"\n [fragment]=\"router.fragment\"\n [queryParamsHandling]=\"router.queryParamsHandling\"\n [state]=\"router.state\"\n [info]=\"router.info\"\n [relativeTo]=\"router.relativeTo\"\n [target]=\"router.target\"\n [preserveFragment]=\"router.preserveFragment\"\n [skipLocationChange]=\"router.skipLocationChange\"\n [replaceUrl]=\"router.replaceUrl\"\n [routerLink]=\"router.routerLink\"\n [preserveFragment]=\"router.preserveFragment\"\n routerLinkActive=\"dock-active\"\n [routerLinkActiveOptions]=\"router.activate?.routerLinkActiveOptions ?? { exact: false }\"\n [ariaCurrentWhenActive]=\"router.activate?.ariaCurrentWhenActive ?? undefined\"\n >\n @let icon = option['icon']!;\n <mat-icon\n [inline]=\"icon.inline\"\n [fontIcon]=\"icon.fontIcon!\"\n [fontSet]=\"icon.fontSet!\"\n [svgIcon]=\"icon.svgIcon!\"\n ></mat-icon>\n @let title = option['title'];\n\n @if (title) {\n <span [class]=\"'dock-label' | cssPrefix\">{{ title }}</span>\n }\n </button>\n }\n </div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: AttributesDirective, selector: "[attributes]", inputs: ["attributes", "excludes"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "pipe", type: CssPrefixPipe, name: "cssPrefix" }, { kind: "pipe", type: MergeClassPipe, name: "mergeClass" }] });
1674
+ }
1675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: DockTabNFCC, decorators: [{
1676
+ type: Component,
1677
+ args: [{ selector: 'app-dock-tab', imports: [
1678
+ AttributesDirective,
1679
+ MatIcon,
1680
+ CssPrefixPipe,
1681
+ MergeClassPipe,
1682
+ RouterLink,
1683
+ RouterOutlet,
1684
+ RouterLinkActive,
1685
+ ], template: "<ng-template #templateRef let-attr=\"attributes\">\n <router-outlet></router-outlet>\n\n <div\n [attributes]=\"attr()\"\n [excludes]=\"['class']\"\n [class]=\"attr()?.class | mergeClass: ('dock' | cssPrefix) : wrapperClass$()\"\n >\n @for (option of list(); track $index) {\n @let router = option.router;\n <button\n (click)=\"toggleActivate($index)\"\n [queryParams]=\"router.queryParams\"\n [fragment]=\"router.fragment\"\n [queryParamsHandling]=\"router.queryParamsHandling\"\n [state]=\"router.state\"\n [info]=\"router.info\"\n [relativeTo]=\"router.relativeTo\"\n [target]=\"router.target\"\n [preserveFragment]=\"router.preserveFragment\"\n [skipLocationChange]=\"router.skipLocationChange\"\n [replaceUrl]=\"router.replaceUrl\"\n [routerLink]=\"router.routerLink\"\n [preserveFragment]=\"router.preserveFragment\"\n routerLinkActive=\"dock-active\"\n [routerLinkActiveOptions]=\"router.activate?.routerLinkActiveOptions ?? { exact: false }\"\n [ariaCurrentWhenActive]=\"router.activate?.ariaCurrentWhenActive ?? undefined\"\n >\n @let icon = option['icon']!;\n <mat-icon\n [inline]=\"icon.inline\"\n [fontIcon]=\"icon.fontIcon!\"\n [fontSet]=\"icon.fontSet!\"\n [svgIcon]=\"icon.svgIcon!\"\n ></mat-icon>\n @let title = option['title'];\n\n @if (title) {\n <span [class]=\"'dock-label' | cssPrefix\">{{ title }}</span>\n }\n </button>\n }\n </div>\n</ng-template>\n" }]
1686
+ }], propDecorators: { templateRef: [{ type: i0.ViewChild, args: ['templateRef', { isSignal: true }] }], list: [{ type: i0.Input, args: [{ isSignal: true, alias: "list", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], activatedIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "activatedIndex", required: false }] }] } });
1687
+
1664
1688
  var component_index = /*#__PURE__*/Object.freeze({
1665
1689
  __proto__: null,
1666
1690
  CheckboxListFGC: CheckboxListFGC,
1691
+ DockTabNFCC: DockTabNFCC,
1667
1692
  EditableArrayFGC: EditableGroupFGC,
1668
1693
  ListTemplateNFCC: ListTemplateNFCC,
1669
1694
  MenuTreeNFCC: MenuTreeNFCC,
@@ -1783,5 +1808,5 @@ var wrapper_index = /*#__PURE__*/Object.freeze({
1783
1808
  * Generated bundle index. Do not edit.
1784
1809
  */
1785
1810
 
1786
- export { CheckboxListFGC, CheckboxService, EditableGroupFGC, ExactMatchOptions, ExpandRowDirective, component_index as ExtComponentGroup, wrapper_index as ExtWrapperGroup, ListTemplateNFCC, MenuTreeNFCC, OptionListFCC, OptionListLocalFilterWC, PaginationNFCC, PickerRefFCC, SortHeaderWC, SortService, SubsetMatchOptions, TableCheckboxAllWC, TableCheckboxOneWC, TableExpandOneTableCell, TableExpandService, TableNFCC, TableResourceService, TableRowFGC, wrapper_index$1 as WrapperGroup, createDefaultColDefine, createDefaultColDefineFn, createRowDefine, inputSortDirective, logicGroupFGC, tableInputDefine };
1811
+ export { CheckboxListFGC, CheckboxService, DockTabNFCC, EditableGroupFGC, ExpandRowDirective, component_index as ExtComponentGroup, wrapper_index as ExtWrapperGroup, ListTemplateNFCC, MenuTreeNFCC, OptionListFCC, OptionListLocalFilterWC, PaginationNFCC, PickerRefFCC, SortHeaderWC, SortService, TableCheckboxAllWC, TableCheckboxOneWC, TableExpandOneTableCell, TableExpandService, TableNFCC, TableResourceService, TableRowFGC, wrapper_index$1 as WrapperGroup, createDefaultColDefine, createDefaultColDefineFn, createRowDefine, inputSortDirective, logicGroupFGC, tableInputDefine };
1787
1812
  //# sourceMappingURL=piying-lib-angular-daisyui-extension.mjs.map