ngx-tethys 20.0.1 → 20.0.2
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 +17 -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 +3 -3
- 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 +11 -11
- 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 +28 -27
- 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-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 +12 -11
- 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 +60 -38
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +82 -79
- 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 +19 -16
- 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 +22 -22
- 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/nav/index.d.ts +12 -12
- package/notify/index.d.ts +1 -1
- package/package.json +1 -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 +21 -21
- package/shared/index.d.ts +29 -29
- 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/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
|
@@ -31,10 +31,10 @@ class ThySkeleton {
|
|
|
31
31
|
*/
|
|
32
32
|
this.thySecondaryColor = input(...(ngDevMode ? [undefined, { debugName: "thySecondaryColor" }] : []));
|
|
33
33
|
}
|
|
34
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
35
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
34
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeleton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
35
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: ThySkeleton, isStandalone: true, selector: "thy-skeleton", inputs: { thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null }, thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeleton, decorators: [{
|
|
38
38
|
type: Component,
|
|
39
39
|
args: [{
|
|
40
40
|
selector: 'thy-skeleton',
|
|
@@ -96,13 +96,13 @@ class ThySkeletonRectangle {
|
|
|
96
96
|
*/
|
|
97
97
|
this.thySecondaryColor = input(...(ngDevMode ? [undefined, { debugName: "thySecondaryColor" }] : []));
|
|
98
98
|
this.animatedInterval = computed(() => {
|
|
99
|
-
return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel
|
|
99
|
+
return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel?.thyAnimatedInterval;
|
|
100
100
|
}, ...(ngDevMode ? [{ debugName: "animatedInterval" }] : []));
|
|
101
101
|
this.primaryColor = computed(() => {
|
|
102
|
-
return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel
|
|
102
|
+
return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel?.thyPrimaryColor;
|
|
103
103
|
}, ...(ngDevMode ? [{ debugName: "primaryColor" }] : []));
|
|
104
104
|
this.secondaryColor = computed(() => {
|
|
105
|
-
return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel
|
|
105
|
+
return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel?.thySecondaryColor;
|
|
106
106
|
}, ...(ngDevMode ? [{ debugName: "secondaryColor" }] : []));
|
|
107
107
|
this.animated = computed(() => {
|
|
108
108
|
if (!isUndefinedOrNull(this.thyAnimated())) {
|
|
@@ -111,7 +111,7 @@ class ThySkeletonRectangle {
|
|
|
111
111
|
if (!isUndefinedOrNull(this.parent?.thyAnimated())) {
|
|
112
112
|
return this.parent.thyAnimated();
|
|
113
113
|
}
|
|
114
|
-
return this.skeletonConfigModel
|
|
114
|
+
return this.skeletonConfigModel?.thyAnimated;
|
|
115
115
|
}, ...(ngDevMode ? [{ debugName: "animated" }] : []));
|
|
116
116
|
this.afterStyles = computed(() => {
|
|
117
117
|
return {
|
|
@@ -122,10 +122,10 @@ class ThySkeletonRectangle {
|
|
|
122
122
|
};
|
|
123
123
|
}, ...(ngDevMode ? [{ debugName: "afterStyles" }] : []));
|
|
124
124
|
}
|
|
125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
126
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonRectangle, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
126
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: ThySkeletonRectangle, isStandalone: true, selector: "thy-skeleton-rectangle", inputs: { thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null }, thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thyBorderRadius: { classPropertyName: "thyBorderRadius", publicName: "thyBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, thyRowWidth: { classPropertyName: "thyRowWidth", publicName: "thyRowWidth", isSignal: true, isRequired: false, transformFunction: null }, thyRowHeight: { classPropertyName: "thyRowHeight", publicName: "thyRowHeight", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-rectangle": "true", "style.background": "primaryColor()", "style.width": "thyRowWidth()", "style.height": "thyRowHeight()", "style.borderRadius": "thyBorderRadius()" } }, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles()"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
127
127
|
}
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonRectangle, decorators: [{
|
|
129
129
|
type: Component,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: 'thy-skeleton-rectangle',
|
|
@@ -205,10 +205,10 @@ class ThySkeletonCircle {
|
|
|
205
205
|
};
|
|
206
206
|
}, ...(ngDevMode ? [{ debugName: "afterStyles" }] : []));
|
|
207
207
|
}
|
|
208
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
209
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
208
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonCircle, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
209
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: ThySkeletonCircle, isStandalone: true, selector: "thy-skeleton-circle", inputs: { thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thySize: { classPropertyName: "thySize", publicName: "thySize", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null }, thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-circle": "true", "style.background": "primaryColor()", "style.width": "thySize()", "style.height": "thySize()" } }, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles()"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
210
210
|
}
|
|
211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonCircle, decorators: [{
|
|
212
212
|
type: Component,
|
|
213
213
|
args: [{
|
|
214
214
|
selector: 'thy-skeleton-circle',
|
|
@@ -265,13 +265,13 @@ class ThySkeletonList {
|
|
|
265
265
|
/**
|
|
266
266
|
* 行数
|
|
267
267
|
*/
|
|
268
|
-
this.thyRowCount = input(...(ngDevMode ? [
|
|
268
|
+
this.thyRowCount = input.required(...(ngDevMode ? [{ debugName: "thyRowCount" }] : []));
|
|
269
269
|
this.rows = computed(() => {
|
|
270
270
|
return Array.from({ length: +this.thyRowCount() });
|
|
271
271
|
}, ...(ngDevMode ? [{ debugName: "rows" }] : []));
|
|
272
272
|
}
|
|
273
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
274
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonList, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
274
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ThySkeletonList, isStandalone: true, selector: "thy-skeleton-list", inputs: { thyRowWidth: { classPropertyName: "thyRowWidth", publicName: "thyRowWidth", isSignal: true, isRequired: false, transformFunction: null }, thyRowHeight: { classPropertyName: "thyRowHeight", publicName: "thyRowHeight", isSignal: true, isRequired: false, transformFunction: null }, thyBorderRadius: { classPropertyName: "thyBorderRadius", publicName: "thyBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null }, thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null }, thyRowCount: { classPropertyName: "thyRowCount", publicName: "thyRowCount", isSignal: true, isRequired: true, transformFunction: null } }, host: { properties: { "class.thy-skeleton-list": "true" } }, ngImport: i0, template: `
|
|
275
275
|
@for (k of rows(); track $index; let i = $index) {
|
|
276
276
|
<thy-skeleton-rectangle
|
|
277
277
|
class="vertical-gap"
|
|
@@ -285,7 +285,7 @@ class ThySkeletonList {
|
|
|
285
285
|
}
|
|
286
286
|
`, isInline: true, dependencies: [{ kind: "component", type: ThySkeletonRectangle, selector: "thy-skeleton-rectangle", inputs: ["thyAnimated", "thyAnimatedInterval", "thyBorderRadius", "thyRowWidth", "thyRowHeight", "thyPrimaryColor", "thySecondaryColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
287
287
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonList, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'thy-skeleton-list',
|
|
@@ -307,7 +307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
307
307
|
encapsulation: ViewEncapsulation.None,
|
|
308
308
|
imports: [ThySkeletonRectangle]
|
|
309
309
|
}]
|
|
310
|
-
}], propDecorators: { thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required:
|
|
310
|
+
}], propDecorators: { thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required: true }] }] } });
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
313
|
* 骨架屏段落组件
|
|
@@ -356,13 +356,13 @@ class ThySkeletonParagraph {
|
|
|
356
356
|
/**
|
|
357
357
|
* 行数
|
|
358
358
|
*/
|
|
359
|
-
this.thyRowCount = input(...(ngDevMode ? [
|
|
359
|
+
this.thyRowCount = input.required(...(ngDevMode ? [{ debugName: "thyRowCount" }] : []));
|
|
360
360
|
this.rows = computed(() => {
|
|
361
361
|
return Array.from({ length: +this.thyRowCount() });
|
|
362
362
|
}, ...(ngDevMode ? [{ debugName: "rows" }] : []));
|
|
363
363
|
}
|
|
364
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
365
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonParagraph, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
365
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ThySkeletonParagraph, isStandalone: true, selector: "thy-skeleton-paragraph", inputs: { thyFirstWidth: { classPropertyName: "thyFirstWidth", publicName: "thyFirstWidth", isSignal: true, isRequired: false, transformFunction: null }, thyLastWidth: { classPropertyName: "thyLastWidth", publicName: "thyLastWidth", isSignal: true, isRequired: false, transformFunction: null }, thyRowWidth: { classPropertyName: "thyRowWidth", publicName: "thyRowWidth", isSignal: true, isRequired: false, transformFunction: null }, thyRowHeight: { classPropertyName: "thyRowHeight", publicName: "thyRowHeight", isSignal: true, isRequired: false, transformFunction: null }, thyBorderRadius: { classPropertyName: "thyBorderRadius", publicName: "thyBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null }, thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null }, thyRowCount: { classPropertyName: "thyRowCount", publicName: "thyRowCount", isSignal: true, isRequired: true, transformFunction: null } }, host: { properties: { "class.thy-skeleton-paragraph": "true" } }, ngImport: i0, template: `
|
|
366
366
|
@for (k of rows(); track $index; let i = $index) {
|
|
367
367
|
<thy-skeleton-rectangle
|
|
368
368
|
class="vertical-gap"
|
|
@@ -376,7 +376,7 @@ class ThySkeletonParagraph {
|
|
|
376
376
|
}
|
|
377
377
|
`, isInline: true, dependencies: [{ kind: "component", type: ThySkeletonRectangle, selector: "thy-skeleton-rectangle", inputs: ["thyAnimated", "thyAnimatedInterval", "thyBorderRadius", "thyRowWidth", "thyRowHeight", "thyPrimaryColor", "thySecondaryColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
378
378
|
}
|
|
379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonParagraph, decorators: [{
|
|
380
380
|
type: Component,
|
|
381
381
|
args: [{
|
|
382
382
|
selector: 'thy-skeleton-paragraph',
|
|
@@ -398,7 +398,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
398
398
|
encapsulation: ViewEncapsulation.None,
|
|
399
399
|
imports: [ThySkeletonRectangle]
|
|
400
400
|
}]
|
|
401
|
-
}], propDecorators: { thyFirstWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyFirstWidth", required: false }] }], thyLastWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyLastWidth", required: false }] }], thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required:
|
|
401
|
+
}], propDecorators: { thyFirstWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyFirstWidth", required: false }] }], thyLastWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyLastWidth", required: false }] }], thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required: true }] }] } });
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* 骨架屏无序列表组件
|
|
@@ -449,13 +449,13 @@ class ThySkeletonBulletList {
|
|
|
449
449
|
/**
|
|
450
450
|
* 行数
|
|
451
451
|
*/
|
|
452
|
-
this.thyRowCount = input(...(ngDevMode ? [
|
|
452
|
+
this.thyRowCount = input.required(...(ngDevMode ? [{ debugName: "thyRowCount" }] : []));
|
|
453
453
|
this.rows = computed(() => {
|
|
454
454
|
return Array.from({ length: +this.thyRowCount() });
|
|
455
455
|
}, ...(ngDevMode ? [{ debugName: "rows" }] : []));
|
|
456
456
|
}
|
|
457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
458
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
457
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonBulletList, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
458
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ThySkeletonBulletList, isStandalone: true, selector: "thy-skeleton-bullet-list", inputs: { thyRowWidth: { classPropertyName: "thyRowWidth", publicName: "thyRowWidth", isSignal: true, isRequired: false, transformFunction: null }, thyRowHeight: { classPropertyName: "thyRowHeight", publicName: "thyRowHeight", isSignal: true, isRequired: false, transformFunction: null }, thyBorderRadius: { classPropertyName: "thyBorderRadius", publicName: "thyBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, thyAnimated: { classPropertyName: "thyAnimated", publicName: "thyAnimated", isSignal: true, isRequired: false, transformFunction: null }, thyAnimatedInterval: { classPropertyName: "thyAnimatedInterval", publicName: "thyAnimatedInterval", isSignal: true, isRequired: false, transformFunction: null }, thyPrimaryColor: { classPropertyName: "thyPrimaryColor", publicName: "thyPrimaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySecondaryColor: { classPropertyName: "thySecondaryColor", publicName: "thySecondaryColor", isSignal: true, isRequired: false, transformFunction: null }, thySize: { classPropertyName: "thySize", publicName: "thySize", isSignal: true, isRequired: false, transformFunction: null }, thyRowCount: { classPropertyName: "thyRowCount", publicName: "thyRowCount", isSignal: true, isRequired: true, transformFunction: null } }, host: { properties: { "class.thy-skeleton-bullet-list": "true" } }, ngImport: i0, template: `
|
|
459
459
|
@for (item of rows(); track $index; let i = $index) {
|
|
460
460
|
<div class="d-flex vertical-gap">
|
|
461
461
|
<thy-skeleton-circle
|
|
@@ -480,7 +480,7 @@ class ThySkeletonBulletList {
|
|
|
480
480
|
}
|
|
481
481
|
`, isInline: true, dependencies: [{ kind: "component", type: ThySkeletonCircle, selector: "thy-skeleton-circle", inputs: ["thyAnimatedInterval", "thySize", "thyPrimaryColor", "thySecondaryColor", "thyAnimated"] }, { kind: "component", type: ThySkeletonRectangle, selector: "thy-skeleton-rectangle", inputs: ["thyAnimated", "thyAnimatedInterval", "thyBorderRadius", "thyRowWidth", "thyRowHeight", "thyPrimaryColor", "thySecondaryColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
482
482
|
}
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonBulletList, decorators: [{
|
|
484
484
|
type: Component,
|
|
485
485
|
args: [{
|
|
486
486
|
selector: 'thy-skeleton-bullet-list',
|
|
@@ -513,15 +513,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
513
513
|
encapsulation: ViewEncapsulation.None,
|
|
514
514
|
imports: [ThySkeletonCircle, ThySkeletonRectangle]
|
|
515
515
|
}]
|
|
516
|
-
}], ctorParameters: () => [], propDecorators: { thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thySize: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySize", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required:
|
|
516
|
+
}], ctorParameters: () => [], propDecorators: { thyRowWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowWidth", required: false }] }], thyRowHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowHeight", required: false }] }], thyBorderRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyBorderRadius", required: false }] }], thyAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimated", required: false }] }], thyAnimatedInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyAnimatedInterval", required: false }] }], thyPrimaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyPrimaryColor", required: false }] }], thySecondaryColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySecondaryColor", required: false }] }], thySize: [{ type: i0.Input, args: [{ isSignal: true, alias: "thySize", required: false }] }], thyRowCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "thyRowCount", required: true }] }] } });
|
|
517
517
|
|
|
518
518
|
const components = [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList];
|
|
519
519
|
class ThySkeletonModule {
|
|
520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
521
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
522
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
520
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
521
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonModule, imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList], exports: [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList] }); }
|
|
522
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonModule, imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule] }); }
|
|
523
523
|
}
|
|
524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ThySkeletonModule, decorators: [{
|
|
525
525
|
type: NgModule,
|
|
526
526
|
args: [{
|
|
527
527
|
imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ...components],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-tethys-skeleton.mjs","sources":["../../../src/skeleton/skeleton.component.ts","../../../src/skeleton/skeleton.config.ts","../../../src/skeleton/skeleton-rectangle.component.ts","../../../src/skeleton/skeleton-circle.component.ts","../../../src/skeleton/stylized/list.component.ts","../../../src/skeleton/stylized/paragraph.component.ts","../../../src/skeleton/stylized/bullet-list.component.ts","../../../src/skeleton/module.ts","../../../src/skeleton/ngx-tethys-skeleton.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, input } from '@angular/core';\nimport { coerceBooleanProperty, ThyBooleanInput } from 'ngx-tethys/util';\n\n/**\n * 骨架屏组件\n * @name thy-skeleton\n * @order 10\n */\n@Component({\n selector: 'thy-skeleton',\n template: ` <ng-content></ng-content> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None\n})\nexport class ThySkeleton {\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色调\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色调\n */\n readonly thySecondaryColor = input<string>();\n}\n","import { InjectionToken } from '@angular/core';\nexport interface ThySkeletonConfigModel {\n thyAnimatedInterval?: string | number;\n thyPrimaryColor?: string;\n thySecondaryColor?: string;\n thyAnimated?: boolean;\n}\n\nexport const THY_SKELETON_CONFIG = new InjectionToken<ThySkeletonConfigModel>('THY_SKELETON_CONFIG', {\n providedIn: 'root',\n factory: () => {\n return {};\n }\n});\n","import { NgStyle } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, inject, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, helpers, isUndefinedOrNull, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeleton } from './skeleton.component';\nimport { THY_SKELETON_CONFIG } from './skeleton.config';\n\n/**\n * 骨架屏矩形组件\n * @name thy-skeleton-rectangle\n * @order 20\n */\n@Component({\n selector: 'thy-skeleton-rectangle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-rectangle]': 'true',\n '[style.background]': 'primaryColor()',\n '[style.width]': 'thyRowWidth()',\n '[style.height]': 'thyRowHeight()',\n '[style.borderRadius]': 'thyBorderRadius()'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles()\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [NgStyle]\n})\nexport class ThySkeletonRectangle {\n private skeletonConfigModel = inject(THY_SKELETON_CONFIG, { optional: true });\n\n private parent = inject(ThySkeleton, { optional: true })!;\n\n /**\n * 是否展示动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架宽度\n * @default 100%\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n * @default 20px\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n readonly animatedInterval = computed(() => {\n return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel.thyAnimatedInterval;\n });\n\n readonly primaryColor = computed(() => {\n return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel.thyPrimaryColor;\n });\n\n readonly secondaryColor = computed(() => {\n return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel.thySecondaryColor;\n });\n\n readonly animated = computed(() => {\n if (!isUndefinedOrNull(this.thyAnimated())) {\n return this.thyAnimated();\n }\n if (!isUndefinedOrNull(this.parent?.thyAnimated())) {\n return this.parent.thyAnimated();\n }\n return this.skeletonConfigModel.thyAnimated;\n });\n\n readonly afterStyles = computed(() => {\n return {\n ...(this.secondaryColor() && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.secondaryColor(), 0)}, ${helpers.hexToRgb(\n this.secondaryColor(),\n 0.15\n )}, ${helpers.hexToRgb(this.secondaryColor(), 0)}`\n }),\n animation: ![false, 'false'].includes(this.animated()) ? `thy-skeleton-animation ${this.animatedInterval()}s infinite` : 'none'\n };\n });\n}\n","import { NgStyle } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, inject, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, helpers, isUndefinedOrNull, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeleton } from './skeleton.component';\nimport { THY_SKELETON_CONFIG } from './skeleton.config';\n\n/**\n * 骨架屏圆形组件\n * @name thy-skeleton-circle\n * @order 30\n */\n@Component({\n selector: 'thy-skeleton-circle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-circle]': 'true',\n '[style.background]': 'primaryColor()',\n '[style.width]': 'thySize()',\n '[style.height]': 'thySize()'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles()\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [NgStyle]\n})\nexport class ThySkeletonCircle {\n private skeletonConfigModel = inject(THY_SKELETON_CONFIG, { optional: true })!;\n\n private parent = inject(ThySkeleton, { optional: true })!;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架尺寸\n * @default 20px\n */\n readonly thySize = input<string, string | number>(`20px`, { transform: coerceCssPixelValue });\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 是否展示动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n readonly animatedInterval = computed(() => {\n return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel.thyAnimatedInterval;\n });\n\n readonly primaryColor = computed(() => {\n return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel.thyPrimaryColor;\n });\n\n readonly secondaryColor = computed(() => {\n return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel.thySecondaryColor;\n });\n\n readonly animated = computed(() => {\n if (!isUndefinedOrNull(this.thyAnimated())) {\n return this.thyAnimated();\n }\n if (!isUndefinedOrNull(this.parent?.thyAnimated())) {\n return this.parent.thyAnimated();\n }\n return this.skeletonConfigModel.thyAnimated;\n });\n\n readonly afterStyles = computed(() => {\n return {\n ...(this.secondaryColor() && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.secondaryColor(), 0)}, ${helpers.hexToRgb(\n this.secondaryColor(),\n 0.15\n )}, ${helpers.hexToRgb(this.secondaryColor(), 0)}`\n }),\n animation: ![false, 'false'].includes(this.animated()) ? `thy-skeleton-animation ${this.animatedInterval()}s infinite` : 'none'\n };\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏列表组件\n * @name thy-skeleton-list\n * @order 40\n */\n@Component({\n selector: 'thy-skeleton-list',\n template: `\n @for (k of rows(); track $index; let i = $index) {\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n }\n `,\n host: { '[class.thy-skeleton-list]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonRectangle]\n})\nexport class ThySkeletonList {\n /**\n * 骨架宽度\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 行数\n */\n readonly thyRowCount = input<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏段落组件\n * @name thy-skeleton-paragraph\n * @order 60\n */\n@Component({\n selector: 'thy-skeleton-paragraph',\n template: `\n @for (k of rows(); track $index; let i = $index) {\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"i === 0 ? thyFirstWidth() : i === rows().length - 1 ? thyLastWidth() : thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n }\n `,\n host: { '[class.thy-skeleton-paragraph]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonRectangle]\n})\nexport class ThySkeletonParagraph {\n /**\n * 首行宽度\n */\n readonly thyFirstWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 尾行宽度\n */\n readonly thyLastWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架宽度\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 行数\n */\n readonly thyRowCount = input<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonCircle } from '../skeleton-circle.component';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏无序列表组件\n * @name thy-skeleton-bullet-list\n * @order 50\n */\n@Component({\n selector: 'thy-skeleton-bullet-list',\n template: `\n @for (item of rows(); track $index; let i = $index) {\n <div class=\"d-flex vertical-gap\">\n <thy-skeleton-circle\n [thyAnimated]=\"thyAnimated()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"\n [thySize]=\"thySize()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\">\n </thy-skeleton-circle>\n <div class=\"horizontal-gap\"></div>\n <div style=\"flex: 1\">\n <thy-skeleton-rectangle\n [thyRowWidth]=\"thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n </div>\n </div>\n }\n `,\n host: { '[class.thy-skeleton-bullet-list]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonCircle, ThySkeletonRectangle]\n})\nexport class ThySkeletonBulletList {\n /**\n * 骨架宽度\n * @default 100%\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n * @default 20px\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n * @default #f7f7f7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * circle类型骨架尺寸\n */\n readonly thySize = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 行数\n */\n readonly thyRowCount = input<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n\n constructor() {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { ThyGridModule } from 'ngx-tethys/grid';\nimport { ThyListModule } from 'ngx-tethys/list';\n\nimport { ThySkeleton } from './skeleton.component';\nimport { ThySkeletonRectangle } from './skeleton-rectangle.component';\nimport { ThySkeletonCircle } from './skeleton-circle.component';\nimport { ThySkeletonList } from './stylized/list.component';\nimport { ThySkeletonParagraph } from './stylized/paragraph.component';\nimport { ThySkeletonBulletList } from './stylized/bullet-list.component';\n\nconst components = [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList];\n@NgModule({\n imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ...components],\n exports: components,\n providers: []\n})\nexport class ThySkeletonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ngx-tethys-skeleton.mjs","sources":["../../../src/skeleton/skeleton.component.ts","../../../src/skeleton/skeleton.config.ts","../../../src/skeleton/skeleton-rectangle.component.ts","../../../src/skeleton/skeleton-circle.component.ts","../../../src/skeleton/stylized/list.component.ts","../../../src/skeleton/stylized/paragraph.component.ts","../../../src/skeleton/stylized/bullet-list.component.ts","../../../src/skeleton/module.ts","../../../src/skeleton/ngx-tethys-skeleton.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, input } from '@angular/core';\nimport { coerceBooleanProperty, ThyBooleanInput } from 'ngx-tethys/util';\n\n/**\n * 骨架屏组件\n * @name thy-skeleton\n * @order 10\n */\n@Component({\n selector: 'thy-skeleton',\n template: ` <ng-content></ng-content> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None\n})\nexport class ThySkeleton {\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色调\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色调\n */\n readonly thySecondaryColor = input<string>();\n}\n","import { InjectionToken } from '@angular/core';\nexport interface ThySkeletonConfigModel {\n thyAnimatedInterval?: string | number;\n thyPrimaryColor?: string;\n thySecondaryColor?: string;\n thyAnimated?: boolean;\n}\n\nexport const THY_SKELETON_CONFIG = new InjectionToken<ThySkeletonConfigModel>('THY_SKELETON_CONFIG', {\n providedIn: 'root',\n factory: () => {\n return {};\n }\n});\n","import { NgStyle } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, inject, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, helpers, isUndefinedOrNull, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeleton } from './skeleton.component';\nimport { THY_SKELETON_CONFIG } from './skeleton.config';\n\n/**\n * 骨架屏矩形组件\n * @name thy-skeleton-rectangle\n * @order 20\n */\n@Component({\n selector: 'thy-skeleton-rectangle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-rectangle]': 'true',\n '[style.background]': 'primaryColor()',\n '[style.width]': 'thyRowWidth()',\n '[style.height]': 'thyRowHeight()',\n '[style.borderRadius]': 'thyBorderRadius()'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles()\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [NgStyle]\n})\nexport class ThySkeletonRectangle {\n private skeletonConfigModel = inject(THY_SKELETON_CONFIG, { optional: true });\n\n private parent = inject(ThySkeleton, { optional: true })!;\n\n /**\n * 是否展示动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架宽度\n * @default 100%\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n * @default 20px\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n readonly animatedInterval = computed(() => {\n return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel?.thyAnimatedInterval;\n });\n\n readonly primaryColor = computed(() => {\n return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel?.thyPrimaryColor;\n });\n\n readonly secondaryColor = computed(() => {\n return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel?.thySecondaryColor;\n });\n\n readonly animated = computed(() => {\n if (!isUndefinedOrNull(this.thyAnimated())) {\n return this.thyAnimated();\n }\n if (!isUndefinedOrNull(this.parent?.thyAnimated())) {\n return this.parent.thyAnimated();\n }\n return this.skeletonConfigModel?.thyAnimated;\n });\n\n readonly afterStyles = computed(() => {\n return {\n ...(this.secondaryColor() && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.secondaryColor()!, 0)}, ${helpers.hexToRgb(\n this.secondaryColor()!,\n 0.15\n )}, ${helpers.hexToRgb(this.secondaryColor()!, 0)}`\n }),\n animation: ![false, 'false'].includes(this.animated()!) ? `thy-skeleton-animation ${this.animatedInterval()}s infinite` : 'none'\n };\n });\n}\n","import { NgStyle } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, inject, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, helpers, isUndefinedOrNull, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeleton } from './skeleton.component';\nimport { THY_SKELETON_CONFIG } from './skeleton.config';\n\n/**\n * 骨架屏圆形组件\n * @name thy-skeleton-circle\n * @order 30\n */\n@Component({\n selector: 'thy-skeleton-circle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-circle]': 'true',\n '[style.background]': 'primaryColor()',\n '[style.width]': 'thySize()',\n '[style.height]': 'thySize()'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles()\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [NgStyle]\n})\nexport class ThySkeletonCircle {\n private skeletonConfigModel = inject(THY_SKELETON_CONFIG, { optional: true })!;\n\n private parent = inject(ThySkeleton, { optional: true })!;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架尺寸\n * @default 20px\n */\n readonly thySize = input<string, string | number>(`20px`, { transform: coerceCssPixelValue });\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 是否展示动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n readonly animatedInterval = computed(() => {\n return this.thyAnimatedInterval() || this.parent?.thyAnimatedInterval() || this.skeletonConfigModel.thyAnimatedInterval;\n });\n\n readonly primaryColor = computed(() => {\n return this.thyPrimaryColor() || this.parent?.thyPrimaryColor() || this.skeletonConfigModel.thyPrimaryColor;\n });\n\n readonly secondaryColor = computed(() => {\n return this.thySecondaryColor() || this.parent?.thySecondaryColor() || this.skeletonConfigModel.thySecondaryColor;\n });\n\n readonly animated = computed(() => {\n if (!isUndefinedOrNull(this.thyAnimated())) {\n return this.thyAnimated();\n }\n if (!isUndefinedOrNull(this.parent?.thyAnimated())) {\n return this.parent.thyAnimated();\n }\n return this.skeletonConfigModel.thyAnimated;\n });\n\n readonly afterStyles = computed(() => {\n return {\n ...(this.secondaryColor() && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.secondaryColor()!, 0)}, ${helpers.hexToRgb(\n this.secondaryColor()!,\n 0.15\n )}, ${helpers.hexToRgb(this.secondaryColor()!, 0)}`\n }),\n animation: ![false, 'false'].includes(this.animated()!) ? `thy-skeleton-animation ${this.animatedInterval()}s infinite` : 'none'\n };\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏列表组件\n * @name thy-skeleton-list\n * @order 40\n */\n@Component({\n selector: 'thy-skeleton-list',\n template: `\n @for (k of rows(); track $index; let i = $index) {\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n }\n `,\n host: { '[class.thy-skeleton-list]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonRectangle]\n})\nexport class ThySkeletonList {\n /**\n * 骨架宽度\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 行数\n */\n readonly thyRowCount = input.required<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏段落组件\n * @name thy-skeleton-paragraph\n * @order 60\n */\n@Component({\n selector: 'thy-skeleton-paragraph',\n template: `\n @for (k of rows(); track $index; let i = $index) {\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"i === 0 ? thyFirstWidth() : i === rows().length - 1 ? thyLastWidth() : thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n }\n `,\n host: { '[class.thy-skeleton-paragraph]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonRectangle]\n})\nexport class ThySkeletonParagraph {\n /**\n * 首行宽度\n */\n readonly thyFirstWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 尾行宽度\n */\n readonly thyLastWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架宽度\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default false\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * 行数\n */\n readonly thyRowCount = input.required<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n}\n","import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, coerceCssPixelValue, ThyBooleanInput } from 'ngx-tethys/util';\nimport { ThySkeletonCircle } from '../skeleton-circle.component';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏无序列表组件\n * @name thy-skeleton-bullet-list\n * @order 50\n */\n@Component({\n selector: 'thy-skeleton-bullet-list',\n template: `\n @for (item of rows(); track $index; let i = $index) {\n <div class=\"d-flex vertical-gap\">\n <thy-skeleton-circle\n [thyAnimated]=\"thyAnimated()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"\n [thySize]=\"thySize()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\">\n </thy-skeleton-circle>\n <div class=\"horizontal-gap\"></div>\n <div style=\"flex: 1\">\n <thy-skeleton-rectangle\n [thyRowWidth]=\"thyRowWidth()\"\n [thyRowHeight]=\"thyRowHeight()\"\n [thyAnimated]=\"thyAnimated()\"\n [thyPrimaryColor]=\"thyPrimaryColor()\"\n [thySecondaryColor]=\"thySecondaryColor()\"\n [thyBorderRadius]=\"thyBorderRadius()\"\n [thyAnimatedInterval]=\"thyAnimatedInterval()\"></thy-skeleton-rectangle>\n </div>\n </div>\n }\n `,\n host: { '[class.thy-skeleton-bullet-list]': 'true' },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [ThySkeletonCircle, ThySkeletonRectangle]\n})\nexport class ThySkeletonBulletList {\n /**\n * 骨架宽度\n * @default 100%\n */\n readonly thyRowWidth = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架高度\n * @default 20px\n */\n readonly thyRowHeight = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n readonly thyBorderRadius = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 是否开启动画\n * @default true\n */\n readonly thyAnimated = input<boolean, ThyBooleanInput>(undefined, { transform: coerceBooleanProperty });\n\n /**\n * 动画速度\n * @default 1.5s\n */\n readonly thyAnimatedInterval = input<string | number>();\n\n /**\n * 骨架主色\n * @default #f7f7f7\n */\n readonly thyPrimaryColor = input<string>();\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n readonly thySecondaryColor = input<string>();\n\n /**\n * circle类型骨架尺寸\n */\n readonly thySize = input<string, string | number>(undefined, { transform: coerceCssPixelValue });\n\n /**\n * 行数\n */\n readonly thyRowCount = input.required<number | string>();\n\n readonly rows = computed(() => {\n return Array.from({ length: +this.thyRowCount() });\n });\n\n constructor() {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { ThyGridModule } from 'ngx-tethys/grid';\nimport { ThyListModule } from 'ngx-tethys/list';\n\nimport { ThySkeleton } from './skeleton.component';\nimport { ThySkeletonRectangle } from './skeleton-rectangle.component';\nimport { ThySkeletonCircle } from './skeleton-circle.component';\nimport { ThySkeletonList } from './stylized/list.component';\nimport { ThySkeletonParagraph } from './stylized/paragraph.component';\nimport { ThySkeletonBulletList } from './stylized/bullet-list.component';\n\nconst components = [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList];\n@NgModule({\n imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ...components],\n exports: components,\n providers: []\n})\nexport class ThySkeletonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|