@sdcorejs/angular 19.0.10 → 19.0.11
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 +2 -2
- package/assets/STYLE-GUIDE.md +2 -2
- package/assets/scss/core/_inline-edit.scss +1 -1
- package/assets/scss/core/form.scss +1 -1
- package/assets/scss/themes/default.scss +2 -2
- package/components/badge/src/badge.component.d.ts +3 -14
- package/components/button/src/button.component.d.ts +5 -3
- package/components/inform/src/inform.component.d.ts +2 -8
- package/components/query-builder/src/query-builder.component.d.ts +3 -3
- package/components/query-builder/src/query-builder.model.d.ts +3 -3
- package/components/table/src/components/command/desktop-command.component.d.ts +0 -1
- package/components/table/src/models/table-command.model.d.ts +3 -3
- package/components/table/src/models/table-option-selector.model.d.ts +5 -5
- package/components/tree/src/tree.model.d.ts +3 -2
- package/fesm2022/sdcorejs-angular-components-anchor.mjs +5 -6
- package/fesm2022/sdcorejs-angular-components-anchor.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-autoid-inspector.mjs +4 -5
- package/fesm2022/sdcorejs-angular-components-autoid-inspector.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-badge.mjs +14 -12
- package/fesm2022/sdcorejs-angular-components-badge.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-button.mjs +10 -11
- package/fesm2022/sdcorejs-angular-components-button.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-code-editor.mjs +4 -5
- package/fesm2022/sdcorejs-angular-components-code-editor.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-editor.mjs +4 -5
- package/fesm2022/sdcorejs-angular-components-editor.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-form-generic.mjs +7 -13
- package/fesm2022/sdcorejs-angular-components-form-generic.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-history.mjs +2 -2
- package/fesm2022/sdcorejs-angular-components-history.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-import-excel.mjs +5 -7
- package/fesm2022/sdcorejs-angular-components-import-excel.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-inform.mjs +5 -15
- package/fesm2022/sdcorejs-angular-components-inform.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-modal-resizable.mjs +5 -6
- package/fesm2022/sdcorejs-angular-components-modal-resizable.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-modal.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-modal.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-org-chart.mjs +4 -5
- package/fesm2022/sdcorejs-angular-components-org-chart.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-preview.mjs +7 -8
- package/fesm2022/sdcorejs-angular-components-preview.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-query-bar.mjs +24 -28
- package/fesm2022/sdcorejs-angular-components-query-bar.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-query-builder.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-query-builder.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-section.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-section.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-side-drawer.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-side-drawer.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-stepper.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-tab-router.mjs +5 -6
- package/fesm2022/sdcorejs-angular-components-tab-router.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-tab.mjs +3 -4
- package/fesm2022/sdcorejs-angular-components-tab.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-table.mjs +23 -27
- package/fesm2022/sdcorejs-angular-components-table.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-tree.mjs +6 -8
- package/fesm2022/sdcorejs-angular-components-tree.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-components-upload-file.mjs +8 -9
- package/fesm2022/sdcorejs-angular-components-upload-file.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-autocomplete.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-autocomplete.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-chip-calendar.mjs +7 -9
- package/fesm2022/sdcorejs-angular-forms-chip-calendar.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-chip.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-chip.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-date-range.mjs +7 -9
- package/fesm2022/sdcorejs-angular-forms-date-range.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-date.mjs +6 -8
- package/fesm2022/sdcorejs-angular-forms-date.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-datetime.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-datetime.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-inline-text.mjs +4 -5
- package/fesm2022/sdcorejs-angular-forms-inline-text.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-input-number.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-input-number.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-input.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-input.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-label.mjs +4 -5
- package/fesm2022/sdcorejs-angular-forms-label.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-radio.mjs +1 -3
- package/fesm2022/sdcorejs-angular-forms-radio.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-select.mjs +6 -8
- package/fesm2022/sdcorejs-angular-forms-select.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-forms-textarea.mjs +5 -7
- package/fesm2022/sdcorejs-angular-forms-textarea.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-modules-icon.mjs +523 -0
- package/fesm2022/sdcorejs-angular-modules-icon.mjs.map +1 -0
- package/fesm2022/sdcorejs-angular-modules-layout.mjs +24 -26
- package/fesm2022/sdcorejs-angular-modules-layout.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-modules.mjs +1 -0
- package/fesm2022/sdcorejs-angular-modules.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-services-confirm.mjs +3 -4
- package/fesm2022/sdcorejs-angular-services-confirm.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-services-excel.mjs +22 -14
- package/fesm2022/sdcorejs-angular-services-excel.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-utilities-models.mjs +3 -2
- package/fesm2022/sdcorejs-angular-utilities-models.mjs.map +1 -1
- package/modules/icon/index.d.ts +1 -0
- package/modules/icon/src/icon.component.d.ts +101 -0
- package/modules/icon/src/icon.model.d.ts +59 -0
- package/modules/icon/src/icon.provider.d.ts +33 -0
- package/modules/icon/src/index.d.ts +3 -0
- package/modules/index.d.ts +1 -0
- package/package.json +10 -5
- package/services/excel/src/lib/spreadsheet-formula-injection.util.d.ts +5 -0
- package/utilities/models/src/icon.model.d.ts +4 -2
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { type Size } from '@sdcorejs/utils/models';
|
|
2
|
+
import { type SdIconSet, type SdMaterialIconSet } from './icon.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Facade icon dùng chung cho Core UI.
|
|
6
|
+
*
|
|
7
|
+
* Component này giữ template app theo tên icon ổn định, còn renderer có thể đổi giữa Material font và Lucide SVG qua provider hoặc input.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SdIcon {
|
|
10
|
+
private readonly config;
|
|
11
|
+
/**
|
|
12
|
+
* Tên icon theo namespace hiện tại.
|
|
13
|
+
*
|
|
14
|
+
* Khi `set` là `lucide`, tên này sẽ đi qua alias để app có thể tiếp tục dùng tên Material trong template.
|
|
15
|
+
*/
|
|
16
|
+
name: import("@angular/core").InputSignalWithTransform<string | undefined, string | null | undefined>;
|
|
17
|
+
fontIcon: import("@angular/core").InputSignalWithTransform<string | undefined, string | null | undefined>;
|
|
18
|
+
color: import("@angular/core").InputSignalWithTransform<string | undefined, string | null | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Renderer icon của riêng instance này.
|
|
21
|
+
*
|
|
22
|
+
* Deprecated alias for `fontSet`.
|
|
23
|
+
*/
|
|
24
|
+
set: import("@angular/core").InputSignalWithTransform<SdIconSet | undefined, SdIconSet | null | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Escape hatch cho Material icon font set.
|
|
27
|
+
*
|
|
28
|
+
* Prefer this input for both Material font families and Lucide SVG icons.
|
|
29
|
+
*/
|
|
30
|
+
fontSet: import("@angular/core").InputSignalWithTransform<SdIconSet | undefined, SdIconSet | null | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Kích thước icon theo token SDCoreJS hoặc CSS size tùy biến.
|
|
33
|
+
*
|
|
34
|
+
* Token `sm | md | lg` giữ icon đồng bộ với các component Core UI; CSS string xử lý các ngoại lệ layout.
|
|
35
|
+
*/
|
|
36
|
+
size: import("@angular/core").InputSignalWithTransform<Size | (string & {}), Size | (string & {}) | null | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Độ dày stroke riêng cho Lucide SVG.
|
|
39
|
+
*
|
|
40
|
+
* Bỏ trống để nhận giá trị từ `lucideConfig` app-level.
|
|
41
|
+
*/
|
|
42
|
+
strokeWidth: import("@angular/core").InputSignalWithTransform<string | number | undefined, string | number | null | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Giữ stroke width tuyệt đối cho Lucide khi SVG đổi kích thước.
|
|
45
|
+
*
|
|
46
|
+
* Input này đi qua `booleanAttribute` để hỗ trợ cả attribute trần trong template.
|
|
47
|
+
*/
|
|
48
|
+
absoluteStrokeWidth: import("@angular/core").InputSignalWithTransform<boolean | undefined, string | boolean | null | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Nhãn truy cập cho icon có ý nghĩa.
|
|
51
|
+
*
|
|
52
|
+
* Khi không có nhãn, component tự đánh dấu decorative bằng `aria-hidden`.
|
|
53
|
+
*/
|
|
54
|
+
ariaLabel: import("@angular/core").InputSignalWithTransform<string | undefined, string | null | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Set icon cuối cùng sau khi áp dụng input và provider.
|
|
57
|
+
*
|
|
58
|
+
* @returns renderer hiện tại của component.
|
|
59
|
+
*/
|
|
60
|
+
resolvedFontSet: import("@angular/core").Signal<SdIconSet>;
|
|
61
|
+
/** @deprecated Use `resolvedFontSet` instead. */
|
|
62
|
+
resolvedSet: import("@angular/core").Signal<SdIconSet>;
|
|
63
|
+
/**
|
|
64
|
+
* Tên icon cuối cùng theo renderer hiện tại.
|
|
65
|
+
*
|
|
66
|
+
* @returns tên icon đã áp alias nếu renderer yêu cầu.
|
|
67
|
+
*/
|
|
68
|
+
resolvedName: import("@angular/core").Signal<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Font set Material cuối cùng.
|
|
71
|
+
*
|
|
72
|
+
* @returns font set dùng cho `mat-icon`; với Lucide trả về fallback Material để computed luôn có type ổn định.
|
|
73
|
+
*/
|
|
74
|
+
resolvedMaterialFontSet: import("@angular/core").Signal<SdMaterialIconSet>;
|
|
75
|
+
/**
|
|
76
|
+
* Kích thước runtime cho renderer hiện tại.
|
|
77
|
+
*
|
|
78
|
+
* @returns số pixel cho token chuẩn hoặc CSS string nguyên bản cho custom size.
|
|
79
|
+
*/
|
|
80
|
+
resolvedSize: import("@angular/core").Signal<string | number>;
|
|
81
|
+
/**
|
|
82
|
+
* Kích thước CSS cuối cùng cho host element.
|
|
83
|
+
*
|
|
84
|
+
* @returns CSS length dùng cho custom property `--sd-icon-size`.
|
|
85
|
+
*/
|
|
86
|
+
resolvedCssSize: import("@angular/core").Signal<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Stroke width cuối cùng cho Lucide SVG.
|
|
89
|
+
*
|
|
90
|
+
* @returns giá trị input instance hoặc fallback từ provider.
|
|
91
|
+
*/
|
|
92
|
+
resolvedStrokeWidth: import("@angular/core").Signal<string | number | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Absolute stroke width cuối cùng cho Lucide SVG.
|
|
95
|
+
*
|
|
96
|
+
* @returns giá trị input instance hoặc fallback từ provider.
|
|
97
|
+
*/
|
|
98
|
+
resolvedAbsoluteStrokeWidth: import("@angular/core").Signal<boolean | undefined>;
|
|
99
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdIcon, never>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdIcon, "sd-icon", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "fontIcon": { "alias": "fontIcon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "set": { "alias": "set"; "required": false; "isSignal": true; }; "fontSet": { "alias": "fontSet"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; "isSignal": true; }; "absoluteStrokeWidth": { "alias": "absoluteStrokeWidth"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { type LucideConfig, type LucideIcon, type LucideIconData } from '@lucide/angular';
|
|
2
|
+
import { type Size } from '@sdcorejs/utils/models';
|
|
3
|
+
import { type SdIconSet, type SdMaterialIconSet } from '@sdcorejs/angular/utilities/models';
|
|
4
|
+
/**
|
|
5
|
+
* Chọn renderer icon chính cho `SdIcon`.
|
|
6
|
+
*
|
|
7
|
+
* Material dùng đúng tên font set để tránh thêm mapping nội bộ; `lucide` chuyển sang renderer SVG của `@lucide/angular`.
|
|
8
|
+
*/
|
|
9
|
+
export type { SdIconSet, SdMaterialIconSet };
|
|
10
|
+
/** @deprecated Use `SdIconSet` instead. */
|
|
11
|
+
export type SdIconFontSet = SdIconSet;
|
|
12
|
+
/**
|
|
13
|
+
* Một icon Lucide có thể đăng ký bằng class icon Angular hoặc dữ liệu path thuần.
|
|
14
|
+
*/
|
|
15
|
+
export type SdLucideIconRegistration = LucideIcon | LucideIconData;
|
|
16
|
+
/**
|
|
17
|
+
* Danh sách đăng ký Lucide cho provider, hỗ trợ cả array và object map để app có thể giữ cấu trúc import riêng.
|
|
18
|
+
*/
|
|
19
|
+
export type SdLucideIconRegistrations = SdLucideIconRegistration[] | Record<string, SdLucideIconRegistration>;
|
|
20
|
+
/**
|
|
21
|
+
* Cấu hình app-level cho `SdIcon`.
|
|
22
|
+
*
|
|
23
|
+
* Các alias tách riêng theo renderer để app có thể giữ tên Material trong template trong lúc chuyển dần sang Lucide.
|
|
24
|
+
*/
|
|
25
|
+
export interface ISdIconConfiguration {
|
|
26
|
+
/** Default icon font set when component does not pass `fontSet`. */
|
|
27
|
+
defaultFontSet?: SdIconSet;
|
|
28
|
+
/** Alias áp dụng khi renderer hiện tại là Material. */
|
|
29
|
+
materialAliases?: Record<string, string>;
|
|
30
|
+
/** Alias áp dụng khi renderer hiện tại là Lucide. */
|
|
31
|
+
lucideAliases?: Record<string, string>;
|
|
32
|
+
/** Cấu hình stroke toàn cục cho Lucide SVG. */
|
|
33
|
+
lucideConfig?: Partial<LucideConfig>;
|
|
34
|
+
/** Icon Lucide cần đăng ký vào `@lucide/angular`. */
|
|
35
|
+
lucideIcons?: SdLucideIconRegistrations;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Cấu hình đã resolve đầy đủ để component không phải tự xử lý fallback nhiều lần.
|
|
39
|
+
*/
|
|
40
|
+
export interface ISdIconResolvedConfiguration extends Required<Omit<ISdIconConfiguration, 'lucideIcons'>> {
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Quy đổi token `Size` chung của SDCoreJS sang pixel cho icon.
|
|
44
|
+
*/
|
|
45
|
+
export declare const SD_ICON_SIZE_MAP: Record<Size, number>;
|
|
46
|
+
/**
|
|
47
|
+
* Alias mặc định giúp template giữ tên Material trong khi renderer có thể là Lucide.
|
|
48
|
+
*/
|
|
49
|
+
export declare const SD_DEFAULT_LUCIDE_ALIASES: Record<string, string>;
|
|
50
|
+
/**
|
|
51
|
+
* Alias mac dinh giup template dung ten Lucide van render duoc khi quay ve Material font.
|
|
52
|
+
*/
|
|
53
|
+
export declare const SD_DEFAULT_MATERIAL_ALIASES: Record<string, string>;
|
|
54
|
+
/**
|
|
55
|
+
* Cấu hình mặc định của Core UI icon.
|
|
56
|
+
*
|
|
57
|
+
* `material-icons-outlined` được giữ làm mặc định để không đổi visual của các component Material hiện có.
|
|
58
|
+
*/
|
|
59
|
+
export declare const SD_ICON_DEFAULT_CONFIG: ISdIconResolvedConfiguration;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { InjectionToken, type EnvironmentProviders } from '@angular/core';
|
|
2
|
+
import { type ISdIconConfiguration, type ISdIconResolvedConfiguration, type SdLucideIconRegistration, type SdLucideIconRegistrations } from './icon.model';
|
|
3
|
+
/**
|
|
4
|
+
* Injection token chứa cấu hình icon đã resolve cho toàn bộ app.
|
|
5
|
+
*
|
|
6
|
+
* Token có factory mặc định để `SdIcon` vẫn chạy khi app chưa gọi `provideSdIcon`.
|
|
7
|
+
*/
|
|
8
|
+
export declare const SD_ICON_CONFIGURATION: InjectionToken<ISdIconResolvedConfiguration>;
|
|
9
|
+
/**
|
|
10
|
+
* Đăng ký cấu hình icon Core UI ở app-level.
|
|
11
|
+
*
|
|
12
|
+
* Provider này gom cả cấu hình `SdIcon` và registry của `@lucide/angular` để consumer chỉ cần gọi một hàm.
|
|
13
|
+
*
|
|
14
|
+
* @param config - cấu hình app-level cho Material/Lucide icon.
|
|
15
|
+
* @returns environment providers dùng được trong `ApplicationConfig.providers`.
|
|
16
|
+
*/
|
|
17
|
+
export declare function provideSdIcon(config?: ISdIconConfiguration): EnvironmentProviders;
|
|
18
|
+
/**
|
|
19
|
+
* Resolve cấu hình `SdIcon` thành object đầy đủ, không còn field optional.
|
|
20
|
+
*
|
|
21
|
+
* Alias mặc định đứng trước để app có thể override từng key mà không phải copy toàn bộ bảng alias.
|
|
22
|
+
*
|
|
23
|
+
* @param config - cấu hình rời rạc từ consumer hoặc mặc định rỗng.
|
|
24
|
+
* @returns cấu hình đầy đủ dùng trực tiếp trong component.
|
|
25
|
+
*/
|
|
26
|
+
export declare function resolveSdIconConfig(config?: ISdIconConfiguration): ISdIconResolvedConfiguration;
|
|
27
|
+
/**
|
|
28
|
+
* Chuẩn hóa nhiều kiểu khai báo Lucide icon về array cho `provideLucideIcons`.
|
|
29
|
+
*
|
|
30
|
+
* @param registrations - array hoặc object map icon Lucide từ consumer.
|
|
31
|
+
* @returns danh sách icon Lucide đã sẵn sàng để spread vào provider của Lucide.
|
|
32
|
+
*/
|
|
33
|
+
export declare function normalizeSdLucideIcons(registrations?: SdLucideIconRegistrations): SdLucideIconRegistration[];
|
package/modules/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdcorejs/angular",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sdcorejs/utils": "1.1.4",
|
|
13
|
+
"@lucide/angular": "^1.22.0",
|
|
13
14
|
"@ckeditor/ckeditor5-angular": "11.1.2",
|
|
14
15
|
"@omer-go/docx-parser-converter-ts": "^1.0.0",
|
|
15
16
|
"@bjorn3/browser_wasi_shim": "^0.4.2",
|
|
@@ -45,14 +46,14 @@
|
|
|
45
46
|
"types": "./directives/index.d.ts",
|
|
46
47
|
"default": "./fesm2022/sdcorejs-angular-directives.mjs"
|
|
47
48
|
},
|
|
48
|
-
"./forms": {
|
|
49
|
-
"types": "./forms/index.d.ts",
|
|
50
|
-
"default": "./fesm2022/sdcorejs-angular-forms.mjs"
|
|
51
|
-
},
|
|
52
49
|
"./handlers": {
|
|
53
50
|
"types": "./handlers/index.d.ts",
|
|
54
51
|
"default": "./fesm2022/sdcorejs-angular-handlers.mjs"
|
|
55
52
|
},
|
|
53
|
+
"./forms": {
|
|
54
|
+
"types": "./forms/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/sdcorejs-angular-forms.mjs"
|
|
56
|
+
},
|
|
56
57
|
"./i18n": {
|
|
57
58
|
"types": "./i18n/index.d.ts",
|
|
58
59
|
"default": "./fesm2022/sdcorejs-angular-i18n.mjs"
|
|
@@ -297,6 +298,10 @@
|
|
|
297
298
|
"types": "./modules/authom/index.d.ts",
|
|
298
299
|
"default": "./fesm2022/sdcorejs-angular-modules-authom.mjs"
|
|
299
300
|
},
|
|
301
|
+
"./modules/icon": {
|
|
302
|
+
"types": "./modules/icon/index.d.ts",
|
|
303
|
+
"default": "./fesm2022/sdcorejs-angular-modules-icon.mjs"
|
|
304
|
+
},
|
|
300
305
|
"./modules/keycloak": {
|
|
301
306
|
"types": "./modules/keycloak/index.d.ts",
|
|
302
307
|
"default": "./fesm2022/sdcorejs-angular-modules-keycloak.mjs"
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export type
|
|
2
|
-
export
|
|
1
|
+
export type SdIconSet = 'material-icons' | 'material-icons-outlined' | 'material-icons-round' | 'material-icons-sharp' | 'lucide';
|
|
2
|
+
export type SdMaterialIconSet = Exclude<SdIconSet, 'lucide'>;
|
|
3
|
+
export declare const DefaultSdIconSet: SdIconSet;
|
|
4
|
+
export declare const DefaultSdMaterialIconSet: SdMaterialIconSet;
|