@sd-angular/core 19.0.0-beta.97 → 19.0.0-beta.99
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/README.md +722 -716
- package/components/anchor/src/components/anchor/anchor.component.d.ts +5 -5
- package/components/anchor/src/components/anchor-nav/anchor-nav.component.d.ts +21 -0
- package/components/autoid-inspector/index.d.ts +8 -0
- package/components/autoid-inspector/src/autoid-inspector.component.d.ts +37 -0
- package/components/autoid-inspector/src/models/autoid-element.model.d.ts +22 -0
- package/components/autoid-inspector/src/models/autoid-export-format.model.d.ts +6 -0
- package/components/autoid-inspector/src/models/autoid-inspector-config.model.d.ts +8 -0
- package/components/autoid-inspector/src/services/autoid-audit.service.d.ts +19 -0
- package/components/autoid-inspector/src/services/autoid-export.service.d.ts +19 -0
- package/components/autoid-inspector/src/services/autoid-highlight.service.d.ts +12 -0
- package/components/autoid-inspector/src/services/autoid-scanner.service.d.ts +13 -0
- package/components/editor/src/editor.component.d.ts +2 -0
- package/components/index.d.ts +1 -0
- package/components/modal/src/modal.component.d.ts +1 -0
- package/components/side-drawer/src/side-drawer.component.d.ts +7 -3
- package/components/table/index.d.ts.map +1 -0
- package/components/table/sd-angular-core-components-table.d.ts.map +1 -0
- package/components/table/src/components/column-title/column-title.component.d.ts.map +1 -0
- package/components/table/src/components/command/desktop-command.component.d.ts +14 -0
- package/components/table/src/components/command/desktop-command.component.d.ts.map +1 -0
- package/components/table/src/components/command/pipes/command.pipe.d.ts +30 -0
- package/components/table/src/components/command/pipes/command.pipe.d.ts.map +1 -0
- package/components/table/src/components/command/pipes/filter.pipe.d.ts +35 -0
- package/components/table/src/components/command/pipes/filter.pipe.d.ts.map +1 -0
- package/components/table/src/components/config/config.component.d.ts +7 -14
- package/components/table/src/components/config/config.component.d.ts.map +1 -0
- package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts +2 -2
- package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts.map +1 -0
- package/components/table/src/components/desktop-cell/view/view.component.d.ts.map +1 -0
- package/components/table/src/components/filter/column-filter/column-filter.component.d.ts +36 -0
- package/components/table/src/components/filter/column-filter/column-filter.component.d.ts.map +1 -0
- package/components/table/src/components/filter/external-filter/external-filter.component.d.ts +27 -0
- package/components/table/src/components/filter/external-filter/external-filter.component.d.ts.map +1 -0
- package/components/table/src/components/filter/index.d.ts +3 -0
- package/components/table/src/components/filter/index.d.ts.map +1 -0
- package/components/table/src/components/filter/mobile-filter/mobile-filter.component.d.ts +42 -0
- package/components/table/src/components/filter/mobile-filter/mobile-filter.component.d.ts.map +1 -0
- package/components/table/src/components/index.d.ts +1 -2
- package/components/table/src/components/index.d.ts.map +1 -0
- package/components/table/src/components/popup-export/popup-export.component.d.ts.map +1 -0
- package/components/table/src/components/selector-action/action-filter.pipe.d.ts.map +1 -0
- package/components/table/src/components/selector-action/selector-action.component.d.ts +2 -4
- package/components/table/src/components/selector-action/selector-action.component.d.ts.map +1 -0
- package/components/table/src/configurations/index.d.ts.map +1 -0
- package/components/table/src/configurations/table.configuration.d.ts.map +1 -0
- package/components/table/src/directives/index.d.ts.map +1 -0
- package/components/table/src/directives/sd-column-resize.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-cell-def.directive.d.ts +4 -4
- package/components/table/src/directives/sd-table-cell-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts +2 -2
- package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-expand-def.directive.d.ts +3 -3
- package/components/table/src/directives/sd-table-expand-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-filter-def.directive.d.ts +2 -2
- package/components/table/src/directives/sd-table-filter-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-footer-def.directive.d.ts +2 -2
- package/components/table/src/directives/sd-table-footer-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sd-table-title-def.directive.d.ts +2 -2
- package/components/table/src/directives/sd-table-title-def.directive.d.ts.map +1 -0
- package/components/table/src/directives/sticky-shadow.directive.d.ts.map +1 -0
- package/components/table/src/models/index.d.ts.map +1 -0
- package/components/table/src/models/table-column.model.d.ts.map +1 -0
- package/components/table/src/models/table-command.model.d.ts.map +1 -0
- package/components/table/src/models/table-item.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-config.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-expand.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-export.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-group.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-paginate.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-reload.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-selector.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-sort.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-style.model.d.ts.map +1 -0
- package/components/table/src/models/table-option-tree.model.d.ts.map +1 -0
- package/components/table/src/models/table-option.model.d.ts +13 -0
- package/components/table/src/models/table-option.model.d.ts.map +1 -0
- package/components/table/src/pipes/filter-values.pipe.d.ts.map +1 -0
- package/components/table/src/pipes/index.d.ts.map +1 -0
- package/components/table/src/pipes/sd-group.pipe.d.ts.map +1 -0
- package/components/table/src/pipes/sd-tree.pipe.d.ts.map +1 -0
- package/components/table/src/pipes/selection-disabled.pipe.d.ts.map +1 -0
- package/components/table/src/pipes/selection-visible-select-all.pipe.d.ts.map +1 -0
- package/components/table/src/pipes/selection-visible.pipe.d.ts.map +1 -0
- package/components/table/src/services/column-width.util.d.ts.map +1 -0
- package/components/table/src/services/config.service.d.ts.map +1 -0
- package/components/table/src/services/index.d.ts.map +1 -0
- package/components/table/src/services/table-export/table-export.service.d.ts.map +1 -0
- package/components/table/src/services/table-filter/table-filter.model.d.ts.map +1 -0
- package/components/table/src/services/table-filter/table-filter.service.d.ts.map +1 -0
- package/components/table/src/services/table-format/table-format.service.d.ts.map +1 -0
- package/components/table/src/services/tree/tree.util.d.ts.map +1 -0
- package/components/table/src/table.component.d.ts +10 -7
- package/components/table/src/table.component.d.ts.map +1 -0
- package/components/upload-file/src/upload-file.component.d.ts +3 -0
- package/fesm2022/sd-angular-core-components-anchor.mjs +23 -16
- package/fesm2022/sd-angular-core-components-anchor.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-autoid-inspector.mjs +585 -0
- package/fesm2022/sd-angular-core-components-autoid-inspector.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-button.mjs +2 -2
- package/fesm2022/sd-angular-core-components-button.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-editor.mjs +5 -2
- package/fesm2022/sd-angular-core-components-editor.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-form-generic.mjs +3 -3
- package/fesm2022/sd-angular-core-components-form-generic.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-modal.mjs +3 -2
- package/fesm2022/sd-angular-core-components-modal.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-side-drawer.mjs +17 -11
- package/fesm2022/sd-angular-core-components-side-drawer.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-table.mjs +631 -572
- package/fesm2022/sd-angular-core-components-table.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-upload-file.mjs +7 -2
- package/fesm2022/sd-angular-core-components-upload-file.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components.mjs +1 -0
- package/fesm2022/sd-angular-core-components.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-autocomplete.mjs +11 -3
- package/fesm2022/sd-angular-core-forms-autocomplete.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-checkbox.mjs +8 -2
- package/fesm2022/sd-angular-core-forms-checkbox.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-chip-calendar.mjs +12 -3
- package/fesm2022/sd-angular-core-forms-chip-calendar.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-chip.mjs +12 -3
- package/fesm2022/sd-angular-core-forms-chip.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-date-range.mjs +13 -3
- package/fesm2022/sd-angular-core-forms-date-range.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-date.mjs +9 -3
- package/fesm2022/sd-angular-core-forms-date.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-datetime.mjs +9 -3
- package/fesm2022/sd-angular-core-forms-datetime.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-input-number.mjs +9 -3
- package/fesm2022/sd-angular-core-forms-input-number.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-input.mjs +13 -3
- package/fesm2022/sd-angular-core-forms-input.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-models.mjs +65 -2
- package/fesm2022/sd-angular-core-forms-models.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-radio.mjs +8 -3
- package/fesm2022/sd-angular-core-forms-radio.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-select.mjs +11 -3
- package/fesm2022/sd-angular-core-forms-select.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-switch.mjs +8 -3
- package/fesm2022/sd-angular-core-forms-switch.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-textarea.mjs +9 -3
- package/fesm2022/sd-angular-core-forms-textarea.mjs.map +1 -1
- package/fesm2022/sd-angular-core-i18n.mjs +205 -20
- package/fesm2022/sd-angular-core-i18n.mjs.map +1 -1
- package/fesm2022/sd-angular-core-utilities-data-state.mjs +38 -0
- package/fesm2022/sd-angular-core-utilities-data-state.mjs.map +1 -0
- package/fesm2022/sd-angular-core-utilities.mjs +1 -0
- package/fesm2022/sd-angular-core-utilities.mjs.map +1 -1
- package/forms/autocomplete/src/autocomplete.component.d.ts +5 -0
- package/forms/checkbox/src/checkbox.component.d.ts +3 -0
- package/forms/chip/src/chip.component.d.ts +4 -0
- package/forms/chip-calendar/src/chip-calendar.component.d.ts +4 -0
- package/forms/date/src/date.component.d.ts +4 -0
- package/forms/date-range/src/date-range.component.d.ts +4 -0
- package/forms/datetime/src/datetime.component.d.ts +4 -0
- package/forms/input/src/input.component.d.ts +4 -0
- package/forms/input-number/src/input-number.component.d.ts +6 -2
- package/forms/models/index.d.ts +1 -0
- package/forms/models/src/form-control-state.d.ts +23 -0
- package/forms/radio/src/radio.component.d.ts +3 -0
- package/forms/select/src/select.component.d.ts +5 -0
- package/forms/switch/src/switch.component.d.ts +3 -0
- package/forms/textarea/src/textarea.component.d.ts +4 -0
- package/i18n/src/en.d.ts +39 -3
- package/package.json +49 -41
- package/sd-angular-core-19.0.0-beta.99.tgz +0 -0
- package/utilities/data-state/index.d.ts +1 -0
- package/utilities/data-state/src/data-state.d.ts +11 -0
- package/utilities/index.d.ts +1 -0
- package/components/anchor/src/components/anchor-vertical/anchor-vertical-list.component.d.ts +0 -18
- package/components/table/src/components/column-filter/column-filter.component.d.ts +0 -40
- package/components/table/src/components/desktop-command/desktop-command.component.d.ts +0 -15
- package/components/table/src/components/external-filter/external-filter.component.d.ts +0 -36
- package/components/table/src/pipes/command-disable.pipe.d.ts +0 -9
- package/components/table/src/pipes/command-filter.pipe.d.ts +0 -25
- package/components/table/src/pipes/command-title.pipe.d.ts +0 -9
- package/sd-angular-core-19.0.0-beta.97.tgz +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Color } from '@sdcorejs/utils/models';
|
|
2
3
|
import { SdAnchorItem } from '../anchor-item/anchor-item.component';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class SdAnchor implements OnDestroy {
|
|
@@ -7,16 +8,15 @@ export declare class SdAnchor implements OnDestroy {
|
|
|
7
8
|
sections: import("@angular/core").Signal<readonly SdAnchorItem[]>;
|
|
8
9
|
readonly autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
9
10
|
readonly autoId: import("@angular/core").Signal<string | undefined>;
|
|
10
|
-
readonly itemAutoId: (key: string | undefined) => string | undefined;
|
|
11
|
-
type: import("@angular/core").InputSignal<"vertical" | "horizontal">;
|
|
12
11
|
sidebarWidth: import("@angular/core").InputSignal<string>;
|
|
13
12
|
ellipsis: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
overScroll: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
hideNav: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
color: import("@angular/core").InputSignal<Color>;
|
|
16
16
|
activeSectionId: import("@angular/core").WritableSignal<string>;
|
|
17
17
|
constructor();
|
|
18
18
|
scrollSectionByClick(idSectionTarget: string): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdAnchor, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SdAnchor, "sd-anchor", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdAnchor, "sd-anchor", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "sidebarWidth": { "alias": "sidebarWidth"; "required": false; "isSignal": true; }; "ellipsis": { "alias": "ellipsis"; "required": false; "isSignal": true; }; "overScroll": { "alias": "overScroll"; "required": false; "isSignal": true; }; "hideNav": { "alias": "hideNav"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, ["sections"], ["*"], true, never>;
|
|
22
22
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Color } from '@sdcorejs/utils/models';
|
|
3
|
+
import { SdAnchorItem } from '../anchor-item/anchor-item.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AnchorNav implements OnDestroy {
|
|
6
|
+
#private;
|
|
7
|
+
sections: import("@angular/core").InputSignal<readonly SdAnchorItem[]>;
|
|
8
|
+
activeSectionId: import("@angular/core").InputSignal<string>;
|
|
9
|
+
ellipsis: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
sidebarWidth: import("@angular/core").InputSignal<string>;
|
|
11
|
+
parentAutoId: import("@angular/core").InputSignal<string | null | undefined>;
|
|
12
|
+
color: import("@angular/core").InputSignal<Color>;
|
|
13
|
+
cssActiveVar: import("@angular/core").Signal<string>;
|
|
14
|
+
itemAutoId(section: SdAnchorItem): string | undefined;
|
|
15
|
+
clickSection: import("@angular/core").OutputEmitterRef<string>;
|
|
16
|
+
constructor();
|
|
17
|
+
onClickSection: (id: string) => void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorNav, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorNav, "anchor-nav", never, { "sections": { "alias": "sections"; "required": true; "isSignal": true; }; "activeSectionId": { "alias": "activeSectionId"; "required": false; "isSignal": true; }; "ellipsis": { "alias": "ellipsis"; "required": false; "isSignal": true; }; "sidebarWidth": { "alias": "sidebarWidth"; "required": false; "isSignal": true; }; "parentAutoId": { "alias": "parentAutoId"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, { "clickSection": "clickSection"; }, never, never, true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './src/autoid-inspector.component';
|
|
2
|
+
export * from './src/models/autoid-element.model';
|
|
3
|
+
export * from './src/models/autoid-inspector-config.model';
|
|
4
|
+
export * from './src/models/autoid-export-format.model';
|
|
5
|
+
export * from './src/services/autoid-scanner.service';
|
|
6
|
+
export * from './src/services/autoid-audit.service';
|
|
7
|
+
export * from './src/services/autoid-highlight.service';
|
|
8
|
+
export * from './src/services/autoid-export.service';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { SdAutoidElement, SdAutoidAuditResult } from './models/autoid-element.model';
|
|
3
|
+
import { SdAutoidInspectorConfig } from './models/autoid-inspector-config.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
type Segment = 'audit' | 'elements' | 'export';
|
|
6
|
+
export declare class SdAutoidInspector implements OnDestroy {
|
|
7
|
+
#private;
|
|
8
|
+
enabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
9
|
+
config: import("@angular/core").InputSignal<SdAutoidInspectorConfig | undefined>;
|
|
10
|
+
open: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
+
segment: import("@angular/core").WritableSignal<Segment>;
|
|
12
|
+
filter: import("@angular/core").WritableSignal<string>;
|
|
13
|
+
elements: import("@angular/core").WritableSignal<SdAutoidElement[]>;
|
|
14
|
+
audit: import("@angular/core").WritableSignal<SdAutoidAuditResult | null>;
|
|
15
|
+
copyOk: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
+
highlightOn: import("@angular/core").WritableSignal<boolean>;
|
|
17
|
+
dismissed: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
+
filteredElements: import("@angular/core").Signal<SdAutoidElement[]>;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
togglePanel: () => void;
|
|
21
|
+
openPanel: () => void;
|
|
22
|
+
closePanel: () => void;
|
|
23
|
+
refresh: () => void;
|
|
24
|
+
dismissFab: (event: Event) => void;
|
|
25
|
+
toggleHighlight: () => void;
|
|
26
|
+
setSegment: (seg: Segment) => void;
|
|
27
|
+
copyJson: () => Promise<void>;
|
|
28
|
+
copyXpath: (autoid: string) => Promise<void>;
|
|
29
|
+
exportCsv: () => void;
|
|
30
|
+
exportJson: () => void;
|
|
31
|
+
exportMdPom: () => void;
|
|
32
|
+
exportMdTable: () => void;
|
|
33
|
+
onEscape(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdAutoidInspector, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdAutoidInspector, "sd-autoid-inspector", never, { "enabled": { "alias": "enabled"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface SdAutoidElement {
|
|
2
|
+
stt: number;
|
|
3
|
+
name: string;
|
|
4
|
+
autoid: string;
|
|
5
|
+
tag: string;
|
|
6
|
+
value: string;
|
|
7
|
+
xpath: string;
|
|
8
|
+
duplicate: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface SdAutoidMissing {
|
|
11
|
+
tag: string;
|
|
12
|
+
selector: string;
|
|
13
|
+
outerHtmlPreview: string;
|
|
14
|
+
nameHint: string;
|
|
15
|
+
}
|
|
16
|
+
export interface SdAutoidAuditResult {
|
|
17
|
+
total: number;
|
|
18
|
+
duplicates: Record<string, number>;
|
|
19
|
+
duplicateCount: number;
|
|
20
|
+
missing: SdAutoidMissing[];
|
|
21
|
+
missingCount: number;
|
|
22
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface SdAutoidInspectorConfig {
|
|
2
|
+
/** Selector phụ thêm cần audit (mặc định component đã cover sd-* form + sd-button). */
|
|
3
|
+
extraRequireSelectors?: string[];
|
|
4
|
+
/** Root scan, mặc định document.body. */
|
|
5
|
+
root?: HTMLElement;
|
|
6
|
+
}
|
|
7
|
+
/** Selector mặc định coi là phải có data-autoid. */
|
|
8
|
+
export declare const SD_AUTOID_DEFAULT_REQUIRE_SELECTORS: ReadonlyArray<string>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SdAutoidElement, SdAutoidAuditResult } from '../models/autoid-element.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SdAutoidAuditService {
|
|
4
|
+
/**
|
|
5
|
+
* Audit kết quả scan + DOM:
|
|
6
|
+
* - duplicates: map autoid → count khi count > 1
|
|
7
|
+
* - missing: element khớp selector yêu cầu nhưng KHÔNG có [data-autoid]
|
|
8
|
+
*/
|
|
9
|
+
audit(elements: SdAutoidElement[], options?: {
|
|
10
|
+
requireSelectors?: ReadonlyArray<string>;
|
|
11
|
+
root?: HTMLElement;
|
|
12
|
+
}): SdAutoidAuditResult;
|
|
13
|
+
private findMissing;
|
|
14
|
+
private buildSelectorPath;
|
|
15
|
+
private shortHtml;
|
|
16
|
+
private resolveNameHint;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdAutoidAuditService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SdAutoidAuditService>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SdAutoidElement } from '../models/autoid-element.model';
|
|
2
|
+
import { SdAutoidExportMeta } from '../models/autoid-export-format.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SdAutoidExportService {
|
|
5
|
+
toJson(elements: SdAutoidElement[]): string;
|
|
6
|
+
toCsv(elements: SdAutoidElement[]): string;
|
|
7
|
+
/** POM TypeScript skeleton — copy ngay vào file Playwright/Cypress. */
|
|
8
|
+
toMarkdownPom(elements: SdAutoidElement[], meta: SdAutoidExportMeta): string;
|
|
9
|
+
/** Markdown reference table, group theo tag sd-*. */
|
|
10
|
+
toMarkdownTable(elements: SdAutoidElement[], meta: SdAutoidExportMeta): string;
|
|
11
|
+
download(content: string, filename: string, mime: string): void;
|
|
12
|
+
copyToClipboard(content: string): Promise<void>;
|
|
13
|
+
private q;
|
|
14
|
+
private mdCell;
|
|
15
|
+
private toCamel;
|
|
16
|
+
private toPascal;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdAutoidExportService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SdAutoidExportService>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SdAutoidHighlightService {
|
|
3
|
+
#private;
|
|
4
|
+
/** Apply outline cho mọi [data-autoid]: xanh nếu unique, đỏ nếu duplicate. Idempotent. */
|
|
5
|
+
apply(root?: HTMLElement): void;
|
|
6
|
+
/** Highlight tập element không có autoid (missing) bằng outline cam dashed. */
|
|
7
|
+
applyMissing(nodes: HTMLElement[]): void;
|
|
8
|
+
/** Restore inline style như trước khi apply. */
|
|
9
|
+
clear(root?: HTMLElement): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdAutoidHighlightService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SdAutoidHighlightService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SdAutoidElement } from '../models/autoid-element.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SdAutoidScannerService {
|
|
4
|
+
/** Quét toàn bộ element có [data-autoid] trong root, gắn thông tin name/tag/value/xpath. */
|
|
5
|
+
scan(root?: HTMLElement): SdAutoidElement[];
|
|
6
|
+
/** Group element theo autoid để consumer lấy duplicate map. */
|
|
7
|
+
groupByAutoid(elements: SdAutoidElement[]): Record<string, SdAutoidElement[]>;
|
|
8
|
+
private resolveName;
|
|
9
|
+
private resolveSdTag;
|
|
10
|
+
private resolveValue;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdAutoidScannerService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SdAutoidScannerService>;
|
|
13
|
+
}
|
|
@@ -22,6 +22,8 @@ export declare class SdEditor {
|
|
|
22
22
|
readonly key: import("@angular/core").InputSignal<string | undefined>;
|
|
23
23
|
readonly autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
24
24
|
readonly autoId: import("@angular/core").Signal<string | undefined>;
|
|
25
|
+
readonly dataDisabled: import("@angular/core").Signal<"true" | "false">;
|
|
26
|
+
readonly dataEmpty: import("@angular/core").Signal<"true" | "false">;
|
|
25
27
|
readonly name: import("@angular/core").InputSignal<string>;
|
|
26
28
|
readonly valueModel: import("@angular/core").ModelSignal<string>;
|
|
27
29
|
readonly sdChange: import("@angular/core").OutputEmitterRef<string>;
|
package/components/index.d.ts
CHANGED
|
@@ -19,3 +19,4 @@ export * from '@sd-angular/core/components/chart';
|
|
|
19
19
|
export * from '@sd-angular/core/components/editor';
|
|
20
20
|
export * from '@sd-angular/core/components/splitter';
|
|
21
21
|
export * from '@sd-angular/core/components/preview';
|
|
22
|
+
export * from '@sd-angular/core/components/autoid-inspector';
|
|
@@ -8,6 +8,7 @@ export declare class SdModal {
|
|
|
8
8
|
readonly autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
9
9
|
readonly autoId: import("@angular/core").Signal<string | undefined>;
|
|
10
10
|
readonly closeButtonAutoId: import("@angular/core").Signal<string | undefined>;
|
|
11
|
+
readonly dataOpened: import("@angular/core").Signal<"true" | "false">;
|
|
11
12
|
title: import("@angular/core").InputSignalWithTransform<string, string | null | undefined>;
|
|
12
13
|
color: import("@angular/core").InputSignalWithTransform<import("@sdcorejs/utils/models").Color, import("@sdcorejs/utils/models").Color | null | undefined>;
|
|
13
14
|
width: import("@angular/core").InputSignalWithTransform<string, string | null | undefined>;
|
|
@@ -11,9 +11,13 @@ export declare class SdSideDrawer extends SdBaseSecureComponent {
|
|
|
11
11
|
hideClose: import("@angular/core").InputSignalWithTransform<boolean, boolean | "">;
|
|
12
12
|
disableBackdropClose: import("@angular/core").InputSignalWithTransform<boolean, boolean | "">;
|
|
13
13
|
drawerClass: import("@angular/core").InputSignal<any>;
|
|
14
|
+
readonly autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
15
|
+
readonly autoId: import("@angular/core").Signal<string | undefined>;
|
|
14
16
|
sdClosed: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
-
isOpened: boolean
|
|
16
|
-
isLoading: boolean
|
|
17
|
+
readonly isOpened: import("@angular/core").Signal<boolean>;
|
|
18
|
+
readonly isLoading: import("@angular/core").Signal<boolean>;
|
|
19
|
+
readonly dataOpened: import("@angular/core").Signal<"true" | "false">;
|
|
20
|
+
readonly dataLoading: import("@angular/core").Signal<"true" | "false">;
|
|
17
21
|
isHovered$: Observable<boolean>;
|
|
18
22
|
constructor();
|
|
19
23
|
open: () => void;
|
|
@@ -22,5 +26,5 @@ export declare class SdSideDrawer extends SdBaseSecureComponent {
|
|
|
22
26
|
stopLoading: () => void;
|
|
23
27
|
preventScroll: (event: Event) => void;
|
|
24
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdSideDrawer, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SdSideDrawer, "sd-side-drawer", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "hideClose": { "alias": "hideClose"; "required": false; "isSignal": true; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "required": false; "isSignal": true; }; "drawerClass": { "alias": "drawerClass"; "required": false; "isSignal": true; }; }, { "sdClosed": "sdClosed"; }, never, ["[sdHeaderLeft]", "[sdHeaderRight]", "*", "[sdFooter]"], true, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdSideDrawer, "sd-side-drawer", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "hideClose": { "alias": "hideClose"; "required": false; "isSignal": true; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "required": false; "isSignal": true; }; "drawerClass": { "alias": "drawerClass"; "required": false; "isSignal": true; }; "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; }, { "sdClosed": "sdClosed"; }, never, ["[sdHeaderLeft]", "[sdHeaderRight]", "*", "[sdFooter]"], true, never>;
|
|
26
30
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/sd-angular/components/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC;AACtC,cAAc,gDAAgD,CAAC;AAC/D,YAAY,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-angular-core-components-table.d.ts","sourceRoot":"","sources":["../../../../projects/sd-angular/components/table/sd-angular-core-components-table.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column-title.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/column-title/column-title.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;;AAGhE,qBAOa,oBAAoB;IAC/B,MAAM,qDAAmC;IACzC,QAAQ,4EAA0D;IAElE,WAAW,uFAMR;yCAVQ,oBAAoB;2CAApB,oBAAoB;CAWhC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SdTableCommand } from '../../models/table-command.model';
|
|
2
|
+
import { SdTableItem } from '../../models/table-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DesktopCommand {
|
|
5
|
+
autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
6
|
+
item: import("@angular/core").InputSignal<SdTableItem<any>>;
|
|
7
|
+
itemIndex: import("@angular/core").InputSignal<number>;
|
|
8
|
+
commands: import("@angular/core").InputSignal<SdTableCommand[] | null | undefined>;
|
|
9
|
+
itemKey: import("@angular/core").Signal<string>;
|
|
10
|
+
autoId: import("@angular/core").Signal<string>;
|
|
11
|
+
_commands: import("@angular/core").Signal<SdTableCommand[]>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesktopCommand, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesktopCommand, "desktop-command", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": true; "isSignal": true; }; "itemIndex": { "alias": "itemIndex"; "required": true; "isSignal": true; }; "commands": { "alias": "commands"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"desktop-command.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/command/desktop-command.component.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;;AAI5D,qBAYa,cAAc;IAIzB,WAAW,iEAAoE;IAC/E,IAAI,wDAAiC;IACrC,SAAS,8CAA4B;IACrC,QAAQ,2EAAkD;IAM1D,OAAO,yCAGJ;IAIH,MAAM,yCAGH;IAGH,SAAS,mDAAyC;yCA1BvC,cAAc;2CAAd,cAAc;CA2B1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { SdTableCommand } from '../../../models/table-command.model';
|
|
3
|
+
import { SdTableItem } from '../../../models/table-item.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Pipe gộp resolve metadata của 1 command theo row hiện tại — return 1 object
|
|
7
|
+
* chứa `disabled`, `title`, `icon`, và `htmlTemplate` (khi command là child có
|
|
8
|
+
* htmlTemplate). Một lần gọi cho cả 4 truy vấn, template dùng `@let` để alias.
|
|
9
|
+
*
|
|
10
|
+
* Trước đây tách thành 3 pipe `commandDisable` / `commandTitle` / `commandIcon`.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* @let meta = item | command:cmd;
|
|
14
|
+
* <button [disabled]="meta.disabled" [matTooltip]="meta.title">
|
|
15
|
+
* <mat-icon>{{ meta.icon }}</mat-icon>
|
|
16
|
+
* <div [innerHTML]="meta.htmlTemplate"></div>
|
|
17
|
+
* </button>
|
|
18
|
+
*/
|
|
19
|
+
export declare class CommandPipe implements PipeTransform {
|
|
20
|
+
#private;
|
|
21
|
+
transform(item: SdTableItem, command: SdTableCommand): CommandMeta;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommandPipe, never>;
|
|
23
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CommandPipe, "command", true>;
|
|
24
|
+
}
|
|
25
|
+
export interface CommandMeta {
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
title: string;
|
|
28
|
+
icon: string;
|
|
29
|
+
htmlTemplate: string | undefined;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/command/pipes/command.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,cAAc,EAAwB,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D;;;;;;;;;;;;;GAaG;AACH,qBACa,WAAY,YAAW,aAAa;;IAC/C,SAAS,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,cAAc,GAAG,WAAW;yCADvD,WAAW;uCAAX,WAAW;CAgCvB;AAED,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { SdTableCommand, SdTableCommandChildren, SdTableCommandNormal } from '../../../models/table-command.model';
|
|
3
|
+
import { SdTableItem } from '../../../models/table-item.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Lọc danh sách commands theo `hidden` (sync / async) + pre-resolve `icon`, `title`, `key`
|
|
7
|
+
* cho từng row. Output dùng trực tiếp trong template không cần thêm pipe phụ.
|
|
8
|
+
*
|
|
9
|
+
* Đã rename từ `commandFilter` → `filter` sau khi gom toàn bộ pipe command vào
|
|
10
|
+
* `components/command/pipes/`.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* @let filteredCommands = item | filter:commands | async;
|
|
14
|
+
*/
|
|
15
|
+
export declare class CommandFilterPipe implements PipeTransform {
|
|
16
|
+
#private;
|
|
17
|
+
transform(item: SdTableItem, commands: SdTableCommand[]): Promise<Command[]>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommandFilterPipe, never>;
|
|
19
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CommandFilterPipe, "filter", true>;
|
|
20
|
+
}
|
|
21
|
+
type Command<T = any> = CommandNormal<T> | CommandChildren<T>;
|
|
22
|
+
interface CommandNormal<T = any> extends SdTableCommandNormal<T> {
|
|
23
|
+
type: 'normal';
|
|
24
|
+
key: string;
|
|
25
|
+
title: string;
|
|
26
|
+
icon: string;
|
|
27
|
+
}
|
|
28
|
+
interface CommandChildren<T = any> extends SdTableCommandChildren<T> {
|
|
29
|
+
type: 'children';
|
|
30
|
+
key: string;
|
|
31
|
+
title: string;
|
|
32
|
+
icon: string;
|
|
33
|
+
children: CommandNormal<T>[];
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/command/pipes/filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AACnH,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D;;;;;;;;;GASG;AACH,qBACa,iBAAkB,YAAW,aAAa;;IAC/C,SAAS,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;yCADvE,iBAAiB;uCAAjB,iBAAiB;CAsE7B;AAED,KAAK,OAAO,CAAC,CAAC,GAAG,GAAG,IAAI,aAAa,CAAC,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC;AAE9D,UAAU,aAAa,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,oBAAoB,CAAC,CAAC,CAAC;IAC9D,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,eAAe,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,sBAAsB,CAAC,CAAC,CAAC;IAClE,IAAI,EAAE,UAAU,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC;CAC9B"}
|
|
@@ -1,25 +1,18 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
1
|
import { MatTable } from '@angular/material/table';
|
|
3
2
|
import { SdModal } from '@sd-angular/core/components/modal';
|
|
4
|
-
import { SdConfirmService } from '@sd-angular/core/services/confirm';
|
|
5
3
|
import { SdTableColumn } from '../../models/table-column.model';
|
|
6
4
|
import { ConfiguredTable, ConfiguredTableResult } from '../../models/table-option-config.model';
|
|
7
5
|
import { SdTableOption } from '../../models/table-option.model';
|
|
8
|
-
import { ConfigService } from '../../services/config.service';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
10
7
|
export declare class ConfigComponent {
|
|
11
8
|
#private;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
table: MatTable<SdTableColumn>;
|
|
18
|
-
readonly changes: EventEmitter<ConfiguredTableResult>;
|
|
19
|
-
configuration?: ConfiguredTable;
|
|
9
|
+
tableOption: import("@angular/core").InputSignal<SdTableOption | undefined>;
|
|
10
|
+
changes: import("@angular/core").OutputEmitterRef<ConfiguredTableResult>;
|
|
11
|
+
modal: import("@angular/core").Signal<SdModal | undefined>;
|
|
12
|
+
table: import("@angular/core").Signal<MatTable<SdTableColumn>>;
|
|
13
|
+
configuration: import("@angular/core").WritableSignal<ConfiguredTable | undefined>;
|
|
20
14
|
dragDisabled: boolean;
|
|
21
|
-
constructor(
|
|
22
|
-
mouseUp(): void;
|
|
15
|
+
constructor();
|
|
23
16
|
open: () => Promise<void>;
|
|
24
17
|
close: () => void;
|
|
25
18
|
onSave: () => void;
|
|
@@ -28,5 +21,5 @@ export declare class ConfigComponent {
|
|
|
28
21
|
handleMouseDown(): void;
|
|
29
22
|
handleMouseUp(): void;
|
|
30
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigComponent, "config", never, { "tableOption": { "alias": "tableOption"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigComponent, "config", never, { "tableOption": { "alias": "tableOption"; "required": false; "isSignal": true; }; }, { "changes": "changes"; }, never, never, true, never>;
|
|
32
25
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/config/config.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,QAAQ,EAAkB,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAK5D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAChG,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;;AAGhE,qBAqBa,eAAe;;IAI1B,WAAW,iEAA+C;IAC1D,OAAO,kEAAmC;IAK1C,KAAK,sDAA+B;IACpC,KAAK,0DAAyD;IAa9D,aAAa,sEAAkD;IAE/D,YAAY,UAAQ;;IAiBpB,IAAI,sBAMF;IAEF,KAAK,aAEH;IAEF,MAAM,aAKJ;IAEF,OAAO,sBAML;IAEF,SAAS,CAAC,KAAK,EAAE,GAAG;IAOpB,eAAe;IAIf,aAAa;yCAjFF,eAAe;2CAAf,eAAe;CAoF3B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { SdTableCellDefDirective } from '../../directives/sd-table-cell-def.directive';
|
|
3
3
|
import { SdTableColumn } from '../../models/table-column.model';
|
|
4
4
|
import { SdTableItem } from '../../models/table-item.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -8,7 +8,7 @@ export declare class DesktopCellComponent {
|
|
|
8
8
|
contentContainer: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
9
9
|
column: import("@angular/core").InputSignal<SdTableColumn>;
|
|
10
10
|
item: import("@angular/core").InputSignal<SdTableItem<any>>;
|
|
11
|
-
cellDef: import("@angular/core").InputSignal<Record<string,
|
|
11
|
+
cellDef: import("@angular/core").InputSignal<Record<string, SdTableCellDefDirective>>;
|
|
12
12
|
value: import("@angular/core").Signal<any>;
|
|
13
13
|
key: import("@angular/core").Signal<any>;
|
|
14
14
|
autoId: import("@angular/core").Signal<string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"desktop-cell.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/desktop-cell/desktop-cell.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAQX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;;AAO5D,qBAQa,oBAAoB;;IAK/B,gBAAgB,sEAA0D;IAG1E,MAAM,qDAAmC;IACzC,IAAI,wDAAiC;IACrC,OAAO,+EAA+D;IAEtE,KAAK,sCAEF;IAEH,GAAG,sCAGA;IAEH,MAAM,yCAIH;IAEH,cAAc,sDAEX;IAEH,aAAa,qDAEV;IAEH,WAAW,2EAIR;IAEH,WAAW,kDAAyB;IACpC,aAAa,kDAA0B;;IAYvC,MAAM,aAEJ;yCAxDS,oBAAoB;2CAApB,oBAAoB;CAoEhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/desktop-cell/view/view.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,UAAU,EAEV,aAAa,EAOd,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAG/D,qBAIa,YAAa,YAAW,aAAa;IAChD,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;yCADlB,YAAY;uCAAZ,YAAY;CAIxB;AAED,qBAQa,aAAa;;IAIxB,gBAAgB,sEAA0D;IAE1E,WAAW,kDAAyB;IACpC,aAAa,kDAA0B;IAGvC,MAAM,iEAA+C;IACrD,MAAM,qDAAmC;IACzC,IAAI,wDAAiC;IAErC,cAAc,sDAEX;IAEH,aAAa,qDAEV;;IAuBH,MAAM,aAEJ;yCA7CS,aAAa;2CAAb,aAAa;CA8CzB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Signal } from '@angular/core';
|
|
2
|
+
import { SdSearch } from '@sd-angular/core/forms';
|
|
3
|
+
import { Operator } from '@sdcorejs/utils/models';
|
|
4
|
+
import { SdTableColumn } from '../../../models/table-column.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ColumnFilterComponent {
|
|
7
|
+
autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
8
|
+
column: import("@angular/core").InputSignal<SdTableColumn>;
|
|
9
|
+
columnFilter: import("@angular/core").InputSignal<Record<string, any>>;
|
|
10
|
+
cacheValues: import("@angular/core").InputSignal<Record<string, any[]> | undefined>;
|
|
11
|
+
value: import("@angular/core").InputSignal<any>;
|
|
12
|
+
operator: import("@angular/core").ModelSignal<Operator | undefined>;
|
|
13
|
+
isMobile: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
filterChange: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
+
filterCommit: import("@angular/core").OutputEmitterRef<void>;
|
|
16
|
+
autoId: Signal<string>;
|
|
17
|
+
templateRef: Signal<import("@angular/core").TemplateRef<any> | undefined>;
|
|
18
|
+
label: Signal<string | undefined>;
|
|
19
|
+
operators: Signal<{
|
|
20
|
+
value: Operator;
|
|
21
|
+
symbol?: string;
|
|
22
|
+
display: string;
|
|
23
|
+
}[]>;
|
|
24
|
+
inlineSymbol: Signal<string>;
|
|
25
|
+
items: Signal<any[] | SdSearch | Signal<any[]>>;
|
|
26
|
+
constructor();
|
|
27
|
+
onFilterChange: () => void;
|
|
28
|
+
onFilterCommit: () => void;
|
|
29
|
+
onChangeOperator: (operator: {
|
|
30
|
+
value: Operator;
|
|
31
|
+
symbol?: string;
|
|
32
|
+
display: string;
|
|
33
|
+
} | undefined) => void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnFilterComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnFilterComponent, "column-filter", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "columnFilter": { "alias": "columnFilter"; "required": false; "isSignal": true; }; "cacheValues": { "alias": "cacheValues"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "operator": { "alias": "operator"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; }, { "operator": "operatorChange"; "filterChange": "filterChange"; "filterCommit": "filterCommit"; }, never, never, true, never>;
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/filter/column-filter/column-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAUL,MAAM,EACP,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAkC,QAAQ,EAAY,MAAM,wBAAwB,CAAC;AAG5F,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAEnE,qBAQa,qBAAqB;IAIhC,WAAW,iEAAoE;IAC/E,MAAM,qDAAmC;IACzC,YAAY,2DAAkC;IAC9C,WAAW,yEAAuD;IAElE,KAAK,2CAAgB;IAErB,QAAQ,4DAA0C;IAGlD,QAAQ,qEAAiD;IAKzD,YAAY,iDAAkB;IAC9B,YAAY,iDAAkB;IAM9B,MAAM,iBAIH;IAGH,WAAW,+DAAoD;IAI/D,KAAK,6BAMF;IAGH,SAAS;;;;SAMN;IAGH,YAAY,iBAGT;IAGH,KAAK,2CAaF;;IAuBH,cAAc,aAAkC;IAGhD,cAAc,aAAkC;IAEhD,gBAAgB,aAAc;QAAE,KAAK,EAAE,QAAQ,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,UAE7F;yCAxGS,qBAAqB;2CAArB,qBAAqB;CAyGjC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { SdTableExternalFilter, SdTableOptionFilter, TableFilterRegister } from '../../../services/table-filter/table-filter.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ExternalFilterComponent {
|
|
5
|
+
#private;
|
|
6
|
+
autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
7
|
+
filter: import("@angular/core").InputSignal<SdTableOptionFilter<any> | undefined>;
|
|
8
|
+
externalFilters: import("@angular/core").InputSignal<SdTableExternalFilter[] | null | undefined>;
|
|
9
|
+
filterRegister: import("@angular/core").InputSignal<TableFilterRegister | undefined>;
|
|
10
|
+
externalFilter: import("@angular/core").WritableSignal<Record<string, any>>;
|
|
11
|
+
inlineExternal: import("@angular/core").WritableSignal<Record<string, boolean>>;
|
|
12
|
+
filtered: import("@angular/core").WritableSignal<boolean>;
|
|
13
|
+
isMobileOrTablet: boolean;
|
|
14
|
+
readonly form: FormGroup<{}>;
|
|
15
|
+
autoId: import("@angular/core").Signal<string>;
|
|
16
|
+
col: import("@angular/core").Signal<2 | 3>;
|
|
17
|
+
filterItems: import("@angular/core").Signal<SdTableExternalFilter[]>;
|
|
18
|
+
constructor();
|
|
19
|
+
onKeyupEnter: () => void;
|
|
20
|
+
onFilter: (externalFilter: SdTableExternalFilter) => void;
|
|
21
|
+
onSubmit: () => void;
|
|
22
|
+
updateFilter: () => void;
|
|
23
|
+
clearFilter: (event?: Event) => void;
|
|
24
|
+
onCheckboxChange: (event: Event, externalFilter: SdTableExternalFilter) => void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExternalFilterComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExternalFilterComponent, "external-filter", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "externalFilters": { "alias": "externalFilters"; "required": false; "isSignal": true; }; "filterRegister": { "alias": "filterRegister"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
package/components/table/src/components/filter/external-filter/external-filter.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/filter/external-filter/external-filter.component.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAS3C,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAEpI,qBAwBa,uBAAuB;;IAIlC,WAAW,iEAAoE;IAC/E,MAAM,4EAAqD;IAC3D,eAAe,kFAAyD;IACxE,cAAc,uEAAqD;IAUnE,cAAc,8DAAmC;IACjD,cAAc,kEAAuC;IACrD,QAAQ,kDAA0B;IAClC,gBAAgB,UAA+B;IAE/C,QAAQ,CAAC,IAAI,gBAAqB;IAMlC,MAAM,yCAGH;IAGH,GAAG,wCAA8E;IAGjF,WAAW,0DAAgD;;IAiC3D,YAAY,aAEV;IAEF,QAAQ,mBAAoB,qBAAqB,UAM/C;IAEF,QAAQ,aAQN;IAGF,YAAY,aAKV;IAEF,WAAW,WAAY,KAAK,UAI1B;IAEF,gBAAgB,UAAW,KAAK,kBAAkB,qBAAqB,UAQrE;yCAlHS,uBAAuB;2CAAvB,uBAAuB;CAoInC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { SdSideDrawer } from '@sd-angular/core/components/side-drawer';
|
|
2
|
+
import { Operator } from '@sdcorejs/utils/models';
|
|
3
|
+
import { SdTableFilterDefDirective } from '../../../directives/sd-table-filter-def.directive';
|
|
4
|
+
import { SdTableColumn } from '../../../models/table-column.model';
|
|
5
|
+
import { SdTableExternalFilter, SdTableOptionFilter, TableFilterRegister } from '../../../services/table-filter/table-filter.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Mobile-filter — side-drawer chiếm ~90% width thiết bị. Dùng cho table khi
|
|
9
|
+
* render trên màn hình điện thoại (inline filter bị ẩn).
|
|
10
|
+
*
|
|
11
|
+
* Layout (mỗi filter 1 hàng, size='sm'):
|
|
12
|
+
* 1. External filter (render inline — KHÔNG reuse external-filter component
|
|
13
|
+
* vì component đó dùng grid 2/3 cột + có chọn ẩn/hiện không phù hợp mobile).
|
|
14
|
+
* 2. filterDefs — custom templates do app khai báo qua `[sdTableFilterDef]`.
|
|
15
|
+
* 3. Column filter — 1 column-filter / column.
|
|
16
|
+
*
|
|
17
|
+
* State: local working copy. Cancel = đóng (không ghi). Apply = flush vào
|
|
18
|
+
* filterRegister + đóng.
|
|
19
|
+
*/
|
|
20
|
+
export declare class MobileFilterComponent {
|
|
21
|
+
autoIdInput: import("@angular/core").InputSignal<string | null | undefined>;
|
|
22
|
+
filter: import("@angular/core").InputSignal<SdTableOptionFilter<any> | undefined>;
|
|
23
|
+
externalFilters: import("@angular/core").InputSignal<SdTableExternalFilter[] | null | undefined>;
|
|
24
|
+
columns: import("@angular/core").InputSignal<SdTableColumn[] | null | undefined>;
|
|
25
|
+
filterDefs: import("@angular/core").InputSignal<readonly SdTableFilterDefDirective[] | null | undefined>;
|
|
26
|
+
filterRegister: import("@angular/core").InputSignal<TableFilterRegister | undefined>;
|
|
27
|
+
cacheValues: import("@angular/core").InputSignal<Record<string, any[]> | undefined>;
|
|
28
|
+
drawer: import("@angular/core").Signal<SdSideDrawer>;
|
|
29
|
+
workingColumnFilter: import("@angular/core").WritableSignal<Record<string, any>>;
|
|
30
|
+
workingColumnOperator: import("@angular/core").WritableSignal<Record<string, Operator>>;
|
|
31
|
+
workingExternalFilter: import("@angular/core").WritableSignal<Record<string, any>>;
|
|
32
|
+
autoId: import("@angular/core").Signal<string>;
|
|
33
|
+
externalFilterItems: import("@angular/core").Signal<SdTableExternalFilter[]>;
|
|
34
|
+
columnItems: import("@angular/core").Signal<SdTableColumn[]>;
|
|
35
|
+
filterDefItems: import("@angular/core").Signal<readonly SdTableFilterDefDirective[]>;
|
|
36
|
+
open: () => void;
|
|
37
|
+
close: () => void;
|
|
38
|
+
onApply: () => void;
|
|
39
|
+
onCancel: () => void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MobileFilterComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MobileFilterComponent, "mobile-filter", never, { "autoIdInput": { "alias": "autoId"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "externalFilters": { "alias": "externalFilters"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "filterDefs": { "alias": "filterDefs"; "required": false; "isSignal": true; }; "filterRegister": { "alias": "filterRegister"; "required": false; "isSignal": true; }; "cacheValues": { "alias": "cacheValues"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mobile-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/sd-angular/components/table/src/components/filter/mobile-filter/mobile-filter.component.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAGvE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEnE,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAGpI;;;;;;;;;;;;GAYG;AACH,qBAqBa,qBAAqB;IAIhC,WAAW,iEAAoE;IAC/E,MAAM,4EAAqD;IAC3D,eAAe,kFAAyD;IACxE,OAAO,0EAAiD;IACxD,UAAU,+FAAsE;IAChF,cAAc,uEAAqD;IACnE,WAAW,yEAAuD;IAKlE,MAAM,+CAAoC;IAK1C,mBAAmB,8DAAmC;IACtD,qBAAqB,mEAAwC;IAC7D,qBAAqB,8DAAmC;IAKxD,MAAM,yCAGH;IAEH,mBAAmB,0DAAgD;IACnE,WAAW,kDAAwC;IACnD,cAAc,uEAA2C;IAKzD,IAAI,aAQF;IAEF,KAAK,aAA+B;IAKpC,OAAO,aAOL;IAEF,QAAQ,aAGN;yCAlES,qBAAqB;2CAArB,qBAAqB;CAmEjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/sd-angular/components/table/src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,cAAc,6CAA6C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popup-export.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/sd-angular/components/table/src/components/popup-export/popup-export.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,iBAAiB,EAAa,YAAY,EAAoC,MAAM,eAAe,CAAC;AAItI,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAG1D,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,cAAc,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE/H,OAAO,EAAiB,aAAa,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;;AAIpF,qBASa,aAAa;;IAmFtB,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IAtFxB,WAAW,EAAG,aAAa,CAAC;IAC5B,OAAO,EAAE,aAAa,EAAE,CAAM;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,cAAc,UAAS;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IACX,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAEvD,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAM;IACvC,KAAK,EAAE,GAAG,EAAE,CAAM;IAER,MAAM;cACR,GAAG,GAAG,IAAI;iBACP,aAAa,EAAE;gBAChB,OAAO;OACZ;IACL,IAAI,gBAAqB;IAEzB,YAAY,CAAC,EAAE,0BAA0B,CAAC;IAC1C,IAA0B,YAAY,CAAC,MAAM,EAAE,aAAa,EAM3D;IACQ,aAAa,CAAC,EAAE,qBAAqB,CAAC;IAC/C,OAAO,KAAK,GAAG,GASd;IAED,OAAO,KAAK,YAAY,GA6BvB;IACD,OAAO,KAAK,iBAAiB,GAO5B;gBAQS,GAAG,EAAE,iBAAiB,EACtB,cAAc,EAAE,gBAAgB,EAChC,YAAY,EAAE,cAAc,EAC5B,aAAa,EAAE,eAAe,EAC9B,cAAc,EAAE,gBAAgB;IAG1C,IAAI,sBASF;IA6BF,aAAa,aAMX;IAEF,SAAS,aAMP;IAEF,SAAS,WAAiB,MAAM,GAAG,SAAS,mBAO1C;IA8BF,gBAAgB,sBAGd;IAEF,yBAAyB,cAAqB,MAAM,mBA8BlD;IAEF,QAAQ,SAAU,GAAG,UAMnB;IAEF,cAAc,sBASZ;IAEF,UAAU,SAAU,GAAG,UAYrB;IAEF,cAAc,sBA4BZ;IAEF,qBAAqB,QAAS,MAAM,KAAG,MAAM,CAY3C;yCArSS,aAAa;2CAAb,aAAa;CAsSzB"}
|