ngx-tethys 20.0.1 → 20.0.3
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/CHANGELOG.md +35 -0
- package/action/index.d.ts +3 -3
- package/affix/index.d.ts +1 -1
- package/alert/index.d.ts +3 -3
- package/anchor/index.d.ts +12 -6
- package/arrow-switcher/index.d.ts +6 -6
- package/autocomplete/index.d.ts +7 -7
- package/avatar/index.d.ts +9 -9
- package/back-top/index.d.ts +3 -3
- package/badge/index.d.ts +6 -6
- package/breadcrumb/index.d.ts +7 -7
- package/button/index.d.ts +19 -19
- package/calendar/index.d.ts +8 -8
- package/card/index.d.ts +6 -6
- package/carousel/index.d.ts +4 -4
- package/cascader/index.d.ts +24 -24
- package/collapse/index.d.ts +4 -4
- package/color-picker/index.d.ts +16 -16
- package/comment/index.d.ts +3 -3
- package/copy/index.d.ts +2 -2
- package/core/index.d.ts +22 -22
- package/date-picker/index.d.ts +111 -111
- package/date-range/index.d.ts +5 -5
- package/dialog/index.d.ts +18 -18
- package/divider/index.d.ts +3 -3
- package/drag-drop/index.d.ts +7 -7
- package/dropdown/index.d.ts +10 -10
- package/empty/index.d.ts +12 -12
- package/fesm2022/ngx-tethys-action.mjs +14 -12
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-affix.mjs +7 -7
- package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2022/ngx-tethys-alert.mjs +10 -10
- package/fesm2022/ngx-tethys-anchor.mjs +65 -28
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-arrow-switcher.mjs +7 -7
- package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +19 -18
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +23 -22
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-back-top.mjs +7 -7
- package/fesm2022/ngx-tethys-badge.mjs +7 -7
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +10 -10
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +16 -16
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-calendar.mjs +16 -16
- package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-card.mjs +13 -13
- package/fesm2022/ngx-tethys-card.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +15 -15
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +41 -34
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +7 -7
- package/fesm2022/ngx-tethys-collapse.mjs +10 -10
- package/fesm2022/ngx-tethys-color-picker.mjs +65 -57
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-comment.mjs +13 -13
- package/fesm2022/ngx-tethys-copy.mjs +10 -10
- package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2022/ngx-tethys-core.mjs +30 -25
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +184 -174
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +16 -16
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +24 -24
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-divider.mjs +7 -7
- package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dot.mjs +7 -7
- package/fesm2022/ngx-tethys-drag-drop.mjs +24 -24
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +48 -47
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +13 -13
- package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2022/ngx-tethys-flexible-text.mjs +7 -7
- package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
- package/fesm2022/ngx-tethys-form.mjs +64 -61
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-fullscreen.mjs +18 -15
- package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
- package/fesm2022/ngx-tethys-grid.mjs +34 -33
- package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2022/ngx-tethys-guider.mjs +25 -24
- package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-i18n.mjs +3 -3
- package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +15 -13
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +31 -29
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +17 -10
- package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input.mjs +27 -26
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +63 -63
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +21 -18
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +7 -7
- package/fesm2022/ngx-tethys-mention.mjs +35 -31
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +26 -26
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-message.mjs +24 -24
- package/fesm2022/ngx-tethys-message.mjs.map +1 -1
- package/fesm2022/ngx-tethys-native-table.mjs +1119 -0
- package/fesm2022/ngx-tethys-native-table.mjs.map +1 -0
- package/fesm2022/ngx-tethys-nav.mjs +27 -27
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-notify.mjs +20 -20
- package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +18 -18
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +22 -21
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-progress.mjs +17 -17
- package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +11 -11
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +15 -12
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +17 -17
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +12 -12
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +21 -18
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-result.mjs +11 -11
- package/fesm2022/ngx-tethys-result.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +19 -16
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +95 -46
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +85 -81
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +32 -32
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +37 -36
- package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slider.mjs +11 -11
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +10 -10
- package/fesm2022/ngx-tethys-statistic.mjs +7 -7
- package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +22 -22
- package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2022/ngx-tethys-strength.mjs +7 -7
- package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
- package/fesm2022/ngx-tethys-switch.mjs +7 -7
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +28 -28
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +13 -13
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +11 -11
- package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2022/ngx-tethys-testing.mjs +1 -1
- package/fesm2022/ngx-tethys-testing.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +22 -22
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +14 -14
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +36 -29
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-transfer.mjs +15 -15
- package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +17 -17
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +50 -43
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-typography.mjs +16 -16
- package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +26 -25
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-util.mjs +11 -5
- package/fesm2022/ngx-tethys-util.mjs.map +1 -1
- package/fesm2022/ngx-tethys-vote.mjs +7 -7
- package/fesm2022/ngx-tethys-watermark.mjs +18 -15
- package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/flexible-text/index.d.ts +5 -5
- package/form/index.d.ts +26 -22
- package/fullscreen/index.d.ts +4 -4
- package/grid/index.d.ts +12 -12
- package/guider/index.d.ts +10 -10
- package/i18n/index.d.ts +1 -1
- package/icon/index.d.ts +3 -3
- package/image/index.d.ts +12 -12
- package/input/index.d.ts +23 -23
- package/input-number/index.d.ts +4 -4
- package/layout/index.d.ts +16 -16
- package/list/index.d.ts +16 -15
- package/mention/index.d.ts +4 -4
- package/menu/index.d.ts +7 -7
- package/message/index.d.ts +5 -5
- package/native-table/index.d.ts +305 -0
- package/native-table/styles/native-table.scss +174 -0
- package/nav/index.d.ts +12 -12
- package/notify/index.d.ts +1 -1
- package/package.json +5 -1
- package/pagination/index.d.ts +21 -17
- package/popover/index.d.ts +8 -8
- package/progress/index.d.ts +18 -18
- package/property/index.d.ts +6 -6
- package/property-operation/index.d.ts +3 -3
- package/radio/index.d.ts +6 -6
- package/rate/index.d.ts +5 -5
- package/resizable/index.d.ts +2 -2
- package/result/index.d.ts +8 -8
- package/schematics/testing/test-workspace.js +1 -0
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/index.d.ts +9 -9
- package/select/index.d.ts +28 -22
- package/shared/index.d.ts +31 -30
- package/shared/option/styles/select-dropdown.scss +5 -2
- package/skeleton/index.d.ts +52 -52
- package/slide/index.d.ts +5 -5
- package/slider/index.d.ts +6 -6
- package/space/index.d.ts +1 -1
- package/statistic/index.d.ts +18 -18
- package/stepper/index.d.ts +8 -8
- package/styles/index.scss +1 -0
- package/switch/index.d.ts +2 -2
- package/table/index.d.ts +24 -24
- package/tabs/index.d.ts +6 -6
- package/testing/index.d.ts +1 -1
- package/time-picker/index.d.ts +21 -21
- package/timeline/index.d.ts +8 -8
- package/tooltip/index.d.ts +12 -12
- package/transfer/index.d.ts +16 -16
- package/tree/index.d.ts +28 -28
- package/tree-select/index.d.ts +13 -13
- package/typography/index.d.ts +3 -3
- package/upload/index.d.ts +4 -4
- package/util/index.d.ts +17 -7
- package/vote/index.d.ts +2 -2
- package/watermark/index.d.ts +2 -2
package/skeleton/index.d.ts
CHANGED
|
@@ -15,19 +15,19 @@ declare class ThySkeleton {
|
|
|
15
15
|
* 是否开启动画
|
|
16
16
|
* @default false
|
|
17
17
|
*/
|
|
18
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
18
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
19
19
|
/**
|
|
20
20
|
* 动画速度
|
|
21
21
|
*/
|
|
22
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
22
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
23
23
|
/**
|
|
24
24
|
* 骨架主色调
|
|
25
25
|
*/
|
|
26
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
26
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
27
27
|
/**
|
|
28
28
|
* 骨架次色调
|
|
29
29
|
*/
|
|
30
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
30
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
31
31
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeleton, never>;
|
|
32
32
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeleton, "thy-skeleton", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
33
33
|
}
|
|
@@ -44,44 +44,44 @@ declare class ThySkeletonRectangle {
|
|
|
44
44
|
* 是否展示动画
|
|
45
45
|
* @default true
|
|
46
46
|
*/
|
|
47
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
47
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
48
48
|
/**
|
|
49
49
|
* 动画速度
|
|
50
50
|
* @default 1.5s
|
|
51
51
|
*/
|
|
52
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
52
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
53
53
|
/**
|
|
54
54
|
* 骨架边框圆角
|
|
55
55
|
* @default 4px
|
|
56
56
|
*/
|
|
57
|
-
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
57
|
+
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
58
58
|
/**
|
|
59
59
|
* 骨架宽度
|
|
60
60
|
* @default 100%
|
|
61
61
|
*/
|
|
62
|
-
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
62
|
+
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
63
63
|
/**
|
|
64
64
|
* 骨架高度
|
|
65
65
|
* @default 20px
|
|
66
66
|
*/
|
|
67
|
-
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
67
|
+
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
68
68
|
/**
|
|
69
69
|
* 骨架主色
|
|
70
70
|
* @default #F7F7F7
|
|
71
71
|
*/
|
|
72
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
72
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
73
73
|
/**
|
|
74
74
|
* 骨架次色
|
|
75
75
|
* @default #aaaaaa
|
|
76
76
|
*/
|
|
77
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
78
|
-
readonly animatedInterval: _angular_core.Signal<string | number>;
|
|
79
|
-
readonly primaryColor: _angular_core.Signal<string>;
|
|
80
|
-
readonly secondaryColor: _angular_core.Signal<string>;
|
|
81
|
-
readonly animated: _angular_core.Signal<boolean>;
|
|
77
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
78
|
+
readonly animatedInterval: _angular_core.Signal<string | number | undefined>;
|
|
79
|
+
readonly primaryColor: _angular_core.Signal<string | undefined>;
|
|
80
|
+
readonly secondaryColor: _angular_core.Signal<string | undefined>;
|
|
81
|
+
readonly animated: _angular_core.Signal<boolean | undefined>;
|
|
82
82
|
readonly afterStyles: _angular_core.Signal<{
|
|
83
83
|
animation: string;
|
|
84
|
-
background
|
|
84
|
+
background?: string | undefined;
|
|
85
85
|
}>;
|
|
86
86
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeletonRectangle, never>;
|
|
87
87
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonRectangle, "thy-skeleton-rectangle", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -99,7 +99,7 @@ declare class ThySkeletonCircle {
|
|
|
99
99
|
* 动画速度
|
|
100
100
|
* @default 1.5s
|
|
101
101
|
*/
|
|
102
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
102
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
103
103
|
/**
|
|
104
104
|
* 骨架尺寸
|
|
105
105
|
* @default 20px
|
|
@@ -109,24 +109,24 @@ declare class ThySkeletonCircle {
|
|
|
109
109
|
* 骨架主色
|
|
110
110
|
* @default #F7F7F7
|
|
111
111
|
*/
|
|
112
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
112
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
113
113
|
/**
|
|
114
114
|
* 骨架次色
|
|
115
115
|
* @default #aaaaaa
|
|
116
116
|
*/
|
|
117
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
117
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
118
118
|
/**
|
|
119
119
|
* 是否展示动画
|
|
120
120
|
* @default true
|
|
121
121
|
*/
|
|
122
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
123
|
-
readonly animatedInterval: _angular_core.Signal<string | number>;
|
|
124
|
-
readonly primaryColor: _angular_core.Signal<string>;
|
|
125
|
-
readonly secondaryColor: _angular_core.Signal<string>;
|
|
126
|
-
readonly animated: _angular_core.Signal<boolean>;
|
|
122
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
123
|
+
readonly animatedInterval: _angular_core.Signal<string | number | undefined>;
|
|
124
|
+
readonly primaryColor: _angular_core.Signal<string | undefined>;
|
|
125
|
+
readonly secondaryColor: _angular_core.Signal<string | undefined>;
|
|
126
|
+
readonly animated: _angular_core.Signal<boolean | undefined>;
|
|
127
127
|
readonly afterStyles: _angular_core.Signal<{
|
|
128
128
|
animation: string;
|
|
129
|
-
background
|
|
129
|
+
background?: string | undefined;
|
|
130
130
|
}>;
|
|
131
131
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeletonCircle, never>;
|
|
132
132
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonCircle, "thy-skeleton-circle", never, { "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -141,39 +141,39 @@ declare class ThySkeletonList {
|
|
|
141
141
|
/**
|
|
142
142
|
* 骨架宽度
|
|
143
143
|
*/
|
|
144
|
-
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
144
|
+
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
145
145
|
/**
|
|
146
146
|
* 骨架高度
|
|
147
147
|
*/
|
|
148
|
-
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
148
|
+
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
149
149
|
/**
|
|
150
150
|
* 骨架边框圆角
|
|
151
151
|
*/
|
|
152
|
-
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
152
|
+
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
153
153
|
/**
|
|
154
154
|
* 是否开启动画
|
|
155
155
|
* @default false
|
|
156
156
|
*/
|
|
157
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
157
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
158
158
|
/**
|
|
159
159
|
* 动画速度
|
|
160
160
|
*/
|
|
161
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
161
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
162
162
|
/**
|
|
163
163
|
* 骨架主色
|
|
164
164
|
*/
|
|
165
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
165
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
166
166
|
/**
|
|
167
167
|
* 骨架次色
|
|
168
168
|
*/
|
|
169
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
169
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
170
170
|
/**
|
|
171
171
|
* 行数
|
|
172
172
|
*/
|
|
173
173
|
readonly thyRowCount: _angular_core.InputSignal<string | number>;
|
|
174
174
|
readonly rows: _angular_core.Signal<unknown[]>;
|
|
175
175
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeletonList, never>;
|
|
176
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonList, "thy-skeleton-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required":
|
|
176
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonList, "thy-skeleton-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
/**
|
|
@@ -185,47 +185,47 @@ declare class ThySkeletonParagraph {
|
|
|
185
185
|
/**
|
|
186
186
|
* 首行宽度
|
|
187
187
|
*/
|
|
188
|
-
readonly thyFirstWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
188
|
+
readonly thyFirstWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
189
189
|
/**
|
|
190
190
|
* 尾行宽度
|
|
191
191
|
*/
|
|
192
|
-
readonly thyLastWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
192
|
+
readonly thyLastWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
193
193
|
/**
|
|
194
194
|
* 骨架宽度
|
|
195
195
|
*/
|
|
196
|
-
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
196
|
+
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
197
197
|
/**
|
|
198
198
|
* 骨架高度
|
|
199
199
|
*/
|
|
200
|
-
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
200
|
+
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
201
201
|
/**
|
|
202
202
|
* 骨架边框圆角
|
|
203
203
|
*/
|
|
204
|
-
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
204
|
+
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
205
205
|
/**
|
|
206
206
|
* 是否开启动画
|
|
207
207
|
* @default false
|
|
208
208
|
*/
|
|
209
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
209
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
210
210
|
/**
|
|
211
211
|
* 动画速度
|
|
212
212
|
*/
|
|
213
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
213
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
214
214
|
/**
|
|
215
215
|
* 骨架主色
|
|
216
216
|
*/
|
|
217
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
217
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
218
218
|
/**
|
|
219
219
|
* 骨架次色
|
|
220
220
|
*/
|
|
221
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
221
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
222
222
|
/**
|
|
223
223
|
* 行数
|
|
224
224
|
*/
|
|
225
225
|
readonly thyRowCount: _angular_core.InputSignal<string | number>;
|
|
226
226
|
readonly rows: _angular_core.Signal<unknown[]>;
|
|
227
227
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeletonParagraph, never>;
|
|
228
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonParagraph, "thy-skeleton-paragraph", never, { "thyFirstWidth": { "alias": "thyFirstWidth"; "required": false; "isSignal": true; }; "thyLastWidth": { "alias": "thyLastWidth"; "required": false; "isSignal": true; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required":
|
|
228
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonParagraph, "thy-skeleton-paragraph", never, { "thyFirstWidth": { "alias": "thyFirstWidth"; "required": false; "isSignal": true; }; "thyLastWidth": { "alias": "thyLastWidth"; "required": false; "isSignal": true; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
/**
|
|
@@ -238,41 +238,41 @@ declare class ThySkeletonBulletList {
|
|
|
238
238
|
* 骨架宽度
|
|
239
239
|
* @default 100%
|
|
240
240
|
*/
|
|
241
|
-
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
241
|
+
readonly thyRowWidth: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
242
242
|
/**
|
|
243
243
|
* 骨架高度
|
|
244
244
|
* @default 20px
|
|
245
245
|
*/
|
|
246
|
-
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
246
|
+
readonly thyRowHeight: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
247
247
|
/**
|
|
248
248
|
* 骨架边框圆角
|
|
249
249
|
* @default 4px
|
|
250
250
|
*/
|
|
251
|
-
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
251
|
+
readonly thyBorderRadius: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
252
252
|
/**
|
|
253
253
|
* 是否开启动画
|
|
254
254
|
* @default true
|
|
255
255
|
*/
|
|
256
|
-
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
256
|
+
readonly thyAnimated: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
257
257
|
/**
|
|
258
258
|
* 动画速度
|
|
259
259
|
* @default 1.5s
|
|
260
260
|
*/
|
|
261
|
-
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number>;
|
|
261
|
+
readonly thyAnimatedInterval: _angular_core.InputSignal<string | number | undefined>;
|
|
262
262
|
/**
|
|
263
263
|
* 骨架主色
|
|
264
264
|
* @default #f7f7f7
|
|
265
265
|
*/
|
|
266
|
-
readonly thyPrimaryColor: _angular_core.InputSignal<string>;
|
|
266
|
+
readonly thyPrimaryColor: _angular_core.InputSignal<string | undefined>;
|
|
267
267
|
/**
|
|
268
268
|
* 骨架次色
|
|
269
269
|
* @default #aaaaaa
|
|
270
270
|
*/
|
|
271
|
-
readonly thySecondaryColor: _angular_core.InputSignal<string>;
|
|
271
|
+
readonly thySecondaryColor: _angular_core.InputSignal<string | undefined>;
|
|
272
272
|
/**
|
|
273
273
|
* circle类型骨架尺寸
|
|
274
274
|
*/
|
|
275
|
-
readonly thySize: _angular_core.InputSignalWithTransform<string, string | number>;
|
|
275
|
+
readonly thySize: _angular_core.InputSignalWithTransform<string | undefined, string | number>;
|
|
276
276
|
/**
|
|
277
277
|
* 行数
|
|
278
278
|
*/
|
|
@@ -280,7 +280,7 @@ declare class ThySkeletonBulletList {
|
|
|
280
280
|
readonly rows: _angular_core.Signal<unknown[]>;
|
|
281
281
|
constructor();
|
|
282
282
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThySkeletonBulletList, never>;
|
|
283
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonBulletList, "thy-skeleton-bullet-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required":
|
|
283
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThySkeletonBulletList, "thy-skeleton-bullet-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; "isSignal": true; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; "isSignal": true; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; "isSignal": true; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; "isSignal": true; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyRowCount": { "alias": "thyRowCount"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
declare class ThySkeletonModule {
|
package/slide/index.d.ts
CHANGED
|
@@ -149,22 +149,22 @@ declare class ThySlideHeader implements OnInit {
|
|
|
149
149
|
/**
|
|
150
150
|
* 标题
|
|
151
151
|
*/
|
|
152
|
-
readonly thyTitle: i0.InputSignal<string>;
|
|
152
|
+
readonly thyTitle: i0.InputSignal<string | undefined>;
|
|
153
153
|
/**
|
|
154
154
|
* 标题的图标
|
|
155
155
|
*/
|
|
156
|
-
readonly thyIcon: i0.InputSignal<string>;
|
|
156
|
+
readonly thyIcon: i0.InputSignal<string | undefined>;
|
|
157
157
|
readonly isIconFont: i0.Signal<boolean>;
|
|
158
158
|
/**
|
|
159
159
|
* 自定义头模板
|
|
160
160
|
* @type TemplateRef
|
|
161
161
|
*/
|
|
162
|
-
readonly headerTemplate: i0.Signal<TemplateRef<any
|
|
162
|
+
readonly headerTemplate: i0.Signal<TemplateRef<any> | undefined>;
|
|
163
163
|
/**
|
|
164
164
|
* 头部操作区域模板
|
|
165
165
|
* @type TemplateRef
|
|
166
166
|
*/
|
|
167
|
-
readonly headerOperateTemplate: i0.Signal<TemplateRef<any
|
|
167
|
+
readonly headerOperateTemplate: i0.Signal<TemplateRef<any> | undefined>;
|
|
168
168
|
ngOnInit(): void;
|
|
169
169
|
closeModal(event: Event): void;
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideHeader, never>;
|
|
@@ -256,7 +256,7 @@ declare class ThySlideService extends ThyAbstractOverlayService<ThySlideConfig,
|
|
|
256
256
|
/**
|
|
257
257
|
* 打开滑动弹出框
|
|
258
258
|
*/
|
|
259
|
-
open<T, TData = unknown, TResult = unknown>(componentOrTemplateRef: ComponentTypeOrTemplateRef<T>, config: ThySlideConfig<TData>): ThySlideRef<T, TResult
|
|
259
|
+
open<T, TData = unknown, TResult = unknown>(componentOrTemplateRef: ComponentTypeOrTemplateRef<T>, config: ThySlideConfig<TData>): ThySlideRef<T, TResult> | undefined;
|
|
260
260
|
ngOnDestroy(): void;
|
|
261
261
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideService, never>;
|
|
262
262
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThySlideService>;
|
package/slider/index.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ declare class ThySlider extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
52
52
|
/**
|
|
53
53
|
* 通过变量设置颜色
|
|
54
54
|
*/
|
|
55
|
-
readonly thyColor: _angular_core.InputSignal<string>;
|
|
55
|
+
readonly thyColor: _angular_core.InputSignal<string | undefined>;
|
|
56
56
|
/**
|
|
57
57
|
* 滑动输入条大小
|
|
58
58
|
* @type sm | md | lg
|
|
@@ -65,12 +65,12 @@ declare class ThySlider extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
65
65
|
value: number;
|
|
66
66
|
}>;
|
|
67
67
|
value: number;
|
|
68
|
-
private dragStartListener
|
|
69
|
-
private dragMoveListener
|
|
68
|
+
private dragStartListener?;
|
|
69
|
+
private dragMoveListener?;
|
|
70
70
|
private dragEndListener;
|
|
71
|
-
private dragStartHandler
|
|
72
|
-
private dragMoveHandler
|
|
73
|
-
private dragEndHandler
|
|
71
|
+
private dragStartHandler?;
|
|
72
|
+
private dragMoveHandler?;
|
|
73
|
+
private dragEndHandler?;
|
|
74
74
|
private hostRenderer;
|
|
75
75
|
private onChangeCallback;
|
|
76
76
|
private onTouchedCallback;
|
package/space/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare class ThySpace {
|
|
|
32
32
|
/**
|
|
33
33
|
* 对齐方式,可选择 `start` | `end` | `baseline` | `center`
|
|
34
34
|
*/
|
|
35
|
-
readonly thyAlign: i0.InputSignal<string>;
|
|
35
|
+
readonly thyAlign: i0.InputSignal<string | undefined>;
|
|
36
36
|
readonly items: i0.Signal<readonly TemplateRef<any>[]>;
|
|
37
37
|
constructor();
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySpace, never>;
|
package/statistic/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ declare class ThyStatistic {
|
|
|
17
17
|
* @description 展示数据
|
|
18
18
|
* @type number | string
|
|
19
19
|
*/
|
|
20
|
-
readonly thyValue: _angular_core.InputSignal<string | number>;
|
|
20
|
+
readonly thyValue: _angular_core.InputSignal<string | number | undefined>;
|
|
21
21
|
/**
|
|
22
22
|
* @description 展示数据的 css 样式
|
|
23
23
|
* @type { [key: string]: string; }
|
|
@@ -29,17 +29,17 @@ declare class ThyStatistic {
|
|
|
29
29
|
* @description 展示数据的前缀
|
|
30
30
|
* @type string
|
|
31
31
|
*/
|
|
32
|
-
readonly thyPrefix: _angular_core.InputSignal<string>;
|
|
32
|
+
readonly thyPrefix: _angular_core.InputSignal<string | undefined>;
|
|
33
33
|
/**
|
|
34
34
|
* @description 展示数据的后缀
|
|
35
35
|
* @type string
|
|
36
36
|
*/
|
|
37
|
-
readonly thySuffix: _angular_core.InputSignal<string>;
|
|
37
|
+
readonly thySuffix: _angular_core.InputSignal<string | undefined>;
|
|
38
38
|
/**
|
|
39
39
|
* @description 展示数据的标题
|
|
40
40
|
* @type string
|
|
41
41
|
*/
|
|
42
|
-
readonly thyTitle: _angular_core.InputSignal<string>;
|
|
42
|
+
readonly thyTitle: _angular_core.InputSignal<string | undefined>;
|
|
43
43
|
/**
|
|
44
44
|
* @description 展示数据标题的位置,可设置 `top`|`bottom`
|
|
45
45
|
* @type ThyStatisticTitlePosition
|
|
@@ -50,12 +50,12 @@ declare class ThyStatistic {
|
|
|
50
50
|
* @type ThyStatisticShape
|
|
51
51
|
* @default card
|
|
52
52
|
*/
|
|
53
|
-
readonly thyShape: _angular_core.InputSignal<"card">;
|
|
53
|
+
readonly thyShape: _angular_core.InputSignal<"card" | undefined>;
|
|
54
54
|
/**
|
|
55
55
|
* @description 主题颜色,可以使用提供的主题色,也可以自定义颜色。 `ThyStatisticColorType` 中包含 `primary` | `success` | `warning` | `danger` | `info`
|
|
56
56
|
* @type ThyStatisticColorType | string
|
|
57
57
|
*/
|
|
58
|
-
readonly thyColor: _angular_core.InputSignal<string>;
|
|
58
|
+
readonly thyColor: _angular_core.InputSignal<string | undefined>;
|
|
59
59
|
/**
|
|
60
60
|
* @description 前缀和展示数据字体大小
|
|
61
61
|
* @type ThyStatisticSizes
|
|
@@ -66,46 +66,46 @@ declare class ThyStatistic {
|
|
|
66
66
|
* @description 自定义展示数据模板
|
|
67
67
|
* @type TemplateRef<void>
|
|
68
68
|
*/
|
|
69
|
-
readonly thyValueTemplate: _angular_core.InputSignal<TemplateRef<void
|
|
69
|
+
readonly thyValueTemplate: _angular_core.InputSignal<TemplateRef<void> | undefined>;
|
|
70
70
|
/**
|
|
71
71
|
* @description 自定义标题模板
|
|
72
72
|
* @type TemplateRef<void>
|
|
73
73
|
*/
|
|
74
|
-
readonly thyTitleTemplate: _angular_core.InputSignal<TemplateRef<void
|
|
74
|
+
readonly thyTitleTemplate: _angular_core.InputSignal<TemplateRef<void> | undefined>;
|
|
75
75
|
/**
|
|
76
76
|
* @description 自定义前缀模板
|
|
77
77
|
* @type TemplateRef<void>
|
|
78
78
|
*/
|
|
79
|
-
readonly thyPrefixTemplate: _angular_core.InputSignal<TemplateRef<void
|
|
79
|
+
readonly thyPrefixTemplate: _angular_core.InputSignal<TemplateRef<void> | undefined>;
|
|
80
80
|
/**
|
|
81
81
|
* @description 自定义后缀模板
|
|
82
82
|
* @type TemplateRef<void>
|
|
83
83
|
*/
|
|
84
|
-
readonly thySuffixTemplate: _angular_core.InputSignal<TemplateRef<void
|
|
84
|
+
readonly thySuffixTemplate: _angular_core.InputSignal<TemplateRef<void> | undefined>;
|
|
85
85
|
/**
|
|
86
86
|
* @description 自定义展示数据模板
|
|
87
87
|
* @type TemplateRef<void>
|
|
88
88
|
*/
|
|
89
|
-
readonly contentValueTemplate: _angular_core.Signal<TemplateRef<void
|
|
89
|
+
readonly contentValueTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
90
90
|
/**
|
|
91
91
|
* @description 自定义标题模板
|
|
92
92
|
* @type TemplateRef<void>
|
|
93
93
|
*/
|
|
94
|
-
readonly contentTitleTemplate: _angular_core.Signal<TemplateRef<void
|
|
94
|
+
readonly contentTitleTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
95
95
|
/**
|
|
96
96
|
* @description 自定义前缀模板
|
|
97
97
|
* @type TemplateRef<void>
|
|
98
98
|
*/
|
|
99
|
-
readonly contentPrefixTemplate: _angular_core.Signal<TemplateRef<void
|
|
99
|
+
readonly contentPrefixTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
100
100
|
/**
|
|
101
101
|
* @description 自定义后缀模板
|
|
102
102
|
* @type TemplateRef<void>
|
|
103
103
|
*/
|
|
104
|
-
readonly contentSuffixTemplate: _angular_core.Signal<TemplateRef<void
|
|
105
|
-
readonly valueTemplate: _angular_core.Signal<TemplateRef<void
|
|
106
|
-
readonly titleTemplate: _angular_core.Signal<TemplateRef<void
|
|
107
|
-
readonly prefixTemplate: _angular_core.Signal<TemplateRef<void
|
|
108
|
-
readonly suffixTemplate: _angular_core.Signal<TemplateRef<void
|
|
104
|
+
readonly contentSuffixTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
105
|
+
readonly valueTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
106
|
+
readonly titleTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
107
|
+
readonly prefixTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
108
|
+
readonly suffixTemplate: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
109
109
|
private hostRenderer;
|
|
110
110
|
constructor();
|
|
111
111
|
private setClassesByType;
|
package/stepper/index.d.ts
CHANGED
|
@@ -8,13 +8,13 @@ import * as i1 from '@angular/common';
|
|
|
8
8
|
* @order 25
|
|
9
9
|
*/
|
|
10
10
|
declare class ThyStepHeader {
|
|
11
|
-
readonly label: _angular_core.InputSignal<string>;
|
|
12
|
-
readonly icon: _angular_core.InputSignal<string>;
|
|
11
|
+
readonly label: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
13
13
|
readonly index: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
14
14
|
readonly selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
15
|
readonly active: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
16
16
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThyStepHeader, never>;
|
|
17
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyStepHeader, "thy-step-header", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required":
|
|
17
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyStepHeader, "thy-step-header", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": true; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
interface IThyStepperComponent {
|
|
@@ -28,17 +28,17 @@ declare const THY_STEPPER_COMPONENT: InjectionToken<IThyStepperComponent>;
|
|
|
28
28
|
*/
|
|
29
29
|
declare class ThyStep {
|
|
30
30
|
stepper: IThyStepperComponent;
|
|
31
|
-
readonly content: _angular_core.Signal<TemplateRef<any
|
|
32
|
-
readonly label: _angular_core.InputSignal<string>;
|
|
31
|
+
readonly content: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
32
|
+
readonly label: _angular_core.InputSignal<string | undefined>;
|
|
33
33
|
/**
|
|
34
34
|
* 步骤条中每个步骤的label文本
|
|
35
35
|
*/
|
|
36
|
-
readonly thyLabel: _angular_core.InputSignal<string>;
|
|
36
|
+
readonly thyLabel: _angular_core.InputSignal<string | undefined>;
|
|
37
37
|
/**
|
|
38
38
|
* 步骤条中每个步骤完成的图标
|
|
39
39
|
* @default check-circle
|
|
40
40
|
*/
|
|
41
|
-
readonly thyIcon: _angular_core.InputSignal<string>;
|
|
41
|
+
readonly thyIcon: _angular_core.InputSignal<string | undefined>;
|
|
42
42
|
select(): void;
|
|
43
43
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThyStep, never>;
|
|
44
44
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThyStep, "thy-step", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "thyLabel": { "alias": "thyLabel"; "required": false; "isSignal": true; }; "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -57,7 +57,7 @@ declare class ThyStepper implements IThyStepperComponent {
|
|
|
57
57
|
/**
|
|
58
58
|
* 当前处于激活状态的步骤实例
|
|
59
59
|
*/
|
|
60
|
-
readonly thySelected: _angular_core.InputSignal<ThyStep>;
|
|
60
|
+
readonly thySelected: _angular_core.InputSignal<ThyStep | undefined>;
|
|
61
61
|
/**
|
|
62
62
|
* 步骤条导航是否展示,默认展示
|
|
63
63
|
*/
|
package/styles/index.scss
CHANGED
package/switch/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare class ThySwitch extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
32
32
|
* 数据变化的回调事件,即将被弃用,请使用 ngModelChange
|
|
33
33
|
* @deprecated
|
|
34
34
|
*/
|
|
35
|
-
thyChange: _angular_core.OutputEmitterRef<Event>;
|
|
35
|
+
readonly thyChange: _angular_core.OutputEmitterRef<Event>;
|
|
36
36
|
model: _angular_core.WritableSignal<boolean>;
|
|
37
37
|
disabled: _angular_core.WritableSignal<boolean>;
|
|
38
38
|
get thyDisabled(): boolean;
|
|
@@ -48,7 +48,7 @@ declare class ThySwitch extends TabIndexDisabledControlValueAccessorMixin implem
|
|
|
48
48
|
}>;
|
|
49
49
|
onModelChange: Function;
|
|
50
50
|
onModelTouched: Function;
|
|
51
|
-
readonly switchElementRef: _angular_core.Signal<ElementRef<HTMLElement
|
|
51
|
+
readonly switchElementRef: _angular_core.Signal<ElementRef<HTMLElement> | undefined>;
|
|
52
52
|
private cdr;
|
|
53
53
|
constructor();
|
|
54
54
|
writeValue(value: boolean): void;
|