@ailife-dev-vue/uiplus 0.0.13-snapshot → 0.0.14-snapshot
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/dist/index.css +1 -1
- package/dist/index.d.ts +157 -0
- package/dist/index.mjs +9187 -8595
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -746,6 +746,44 @@ export declare const enUS: {
|
|
|
746
746
|
monthSuffix: string;
|
|
747
747
|
};
|
|
748
748
|
};
|
|
749
|
+
tableLampMorning: {
|
|
750
|
+
cardTitle: string;
|
|
751
|
+
aria: {
|
|
752
|
+
back: string;
|
|
753
|
+
};
|
|
754
|
+
field: {
|
|
755
|
+
openTime: string;
|
|
756
|
+
duration: string;
|
|
757
|
+
brightness: string;
|
|
758
|
+
};
|
|
759
|
+
timeUnit: {
|
|
760
|
+
hour: string;
|
|
761
|
+
minute: string;
|
|
762
|
+
};
|
|
763
|
+
rangeUnit: {
|
|
764
|
+
minute: string;
|
|
765
|
+
};
|
|
766
|
+
rangeValue: string;
|
|
767
|
+
};
|
|
768
|
+
tableLampSleepy: {
|
|
769
|
+
cardTitle: string;
|
|
770
|
+
aria: {
|
|
771
|
+
back: string;
|
|
772
|
+
};
|
|
773
|
+
field: {
|
|
774
|
+
openTime: string;
|
|
775
|
+
duration: string;
|
|
776
|
+
brightness: string;
|
|
777
|
+
};
|
|
778
|
+
timeUnit: {
|
|
779
|
+
hour: string;
|
|
780
|
+
minute: string;
|
|
781
|
+
};
|
|
782
|
+
rangeUnit: {
|
|
783
|
+
minute: string;
|
|
784
|
+
};
|
|
785
|
+
rangeValue: string;
|
|
786
|
+
};
|
|
749
787
|
lampCCT: {
|
|
750
788
|
cardTitle: string;
|
|
751
789
|
cool: string;
|
|
@@ -1743,6 +1781,27 @@ declare const tableLampMorningProps: {
|
|
|
1743
1781
|
};
|
|
1744
1782
|
};
|
|
1745
1783
|
|
|
1784
|
+
export declare type TableLampSleepyCardSize = 'full' | 'half';
|
|
1785
|
+
|
|
1786
|
+
export declare type TableLampSleepyCommandPayload = HilinkDeviceControlPayload;
|
|
1787
|
+
|
|
1788
|
+
export declare type TableLampSleepyEmits = {
|
|
1789
|
+
(e: 'expanded-change', expanded: boolean): void;
|
|
1790
|
+
};
|
|
1791
|
+
|
|
1792
|
+
export declare type TableLampSleepyProps = ExtractPropTypes<typeof tableLampSleepyProps>;
|
|
1793
|
+
|
|
1794
|
+
declare const tableLampSleepyProps: {
|
|
1795
|
+
cardSize: {
|
|
1796
|
+
type: PropType<TableLampSleepyCardSize>;
|
|
1797
|
+
default: string;
|
|
1798
|
+
};
|
|
1799
|
+
title: {
|
|
1800
|
+
type: StringConstructor;
|
|
1801
|
+
default: string;
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1804
|
+
|
|
1746
1805
|
export declare type TimerCardSize = 'full' | 'half';
|
|
1747
1806
|
|
|
1748
1807
|
declare type TimerCommandPayload = HilinkDeviceControlPayload;
|
|
@@ -5146,6 +5205,66 @@ title: string;
|
|
|
5146
5205
|
cardSize: TableLampMorningCardSize;
|
|
5147
5206
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
5148
5207
|
|
|
5208
|
+
export declare const UpTableLampSleepy: {
|
|
5209
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
5210
|
+
cardSize: {
|
|
5211
|
+
type: PropType<TableLampSleepyCardSize>;
|
|
5212
|
+
default: string;
|
|
5213
|
+
};
|
|
5214
|
+
title: {
|
|
5215
|
+
type: StringConstructor;
|
|
5216
|
+
default: string;
|
|
5217
|
+
};
|
|
5218
|
+
}>> & Readonly<{
|
|
5219
|
+
"onExpanded-change"?: ((expanded: boolean) => any) | undefined;
|
|
5220
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5221
|
+
"expanded-change": (expanded: boolean) => any;
|
|
5222
|
+
}, PublicProps, {
|
|
5223
|
+
title: string;
|
|
5224
|
+
cardSize: TableLampSleepyCardSize;
|
|
5225
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
5226
|
+
P: {};
|
|
5227
|
+
B: {};
|
|
5228
|
+
D: {};
|
|
5229
|
+
C: {};
|
|
5230
|
+
M: {};
|
|
5231
|
+
Defaults: {};
|
|
5232
|
+
}, Readonly<ExtractPropTypes< {
|
|
5233
|
+
cardSize: {
|
|
5234
|
+
type: PropType<TableLampSleepyCardSize>;
|
|
5235
|
+
default: string;
|
|
5236
|
+
};
|
|
5237
|
+
title: {
|
|
5238
|
+
type: StringConstructor;
|
|
5239
|
+
default: string;
|
|
5240
|
+
};
|
|
5241
|
+
}>> & Readonly<{
|
|
5242
|
+
"onExpanded-change"?: ((expanded: boolean) => any) | undefined;
|
|
5243
|
+
}>, {}, {}, {}, {}, {
|
|
5244
|
+
title: string;
|
|
5245
|
+
cardSize: TableLampSleepyCardSize;
|
|
5246
|
+
}>;
|
|
5247
|
+
__isFragment?: never;
|
|
5248
|
+
__isTeleport?: never;
|
|
5249
|
+
__isSuspense?: never;
|
|
5250
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
5251
|
+
cardSize: {
|
|
5252
|
+
type: PropType<TableLampSleepyCardSize>;
|
|
5253
|
+
default: string;
|
|
5254
|
+
};
|
|
5255
|
+
title: {
|
|
5256
|
+
type: StringConstructor;
|
|
5257
|
+
default: string;
|
|
5258
|
+
};
|
|
5259
|
+
}>> & Readonly<{
|
|
5260
|
+
"onExpanded-change"?: ((expanded: boolean) => any) | undefined;
|
|
5261
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5262
|
+
"expanded-change": (expanded: boolean) => any;
|
|
5263
|
+
}, string, {
|
|
5264
|
+
title: string;
|
|
5265
|
+
cardSize: TableLampSleepyCardSize;
|
|
5266
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
5267
|
+
|
|
5149
5268
|
export declare const UpTimer: {
|
|
5150
5269
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
5151
5270
|
cardSize: {
|
|
@@ -5888,6 +6007,44 @@ export declare const zhCN: {
|
|
|
5888
6007
|
monthSuffix: string;
|
|
5889
6008
|
};
|
|
5890
6009
|
};
|
|
6010
|
+
tableLampMorning: {
|
|
6011
|
+
cardTitle: string;
|
|
6012
|
+
aria: {
|
|
6013
|
+
back: string;
|
|
6014
|
+
};
|
|
6015
|
+
field: {
|
|
6016
|
+
openTime: string;
|
|
6017
|
+
duration: string;
|
|
6018
|
+
brightness: string;
|
|
6019
|
+
};
|
|
6020
|
+
timeUnit: {
|
|
6021
|
+
hour: string;
|
|
6022
|
+
minute: string;
|
|
6023
|
+
};
|
|
6024
|
+
rangeUnit: {
|
|
6025
|
+
minute: string;
|
|
6026
|
+
};
|
|
6027
|
+
rangeValue: string;
|
|
6028
|
+
};
|
|
6029
|
+
tableLampSleepy: {
|
|
6030
|
+
cardTitle: string;
|
|
6031
|
+
aria: {
|
|
6032
|
+
back: string;
|
|
6033
|
+
};
|
|
6034
|
+
field: {
|
|
6035
|
+
openTime: string;
|
|
6036
|
+
duration: string;
|
|
6037
|
+
brightness: string;
|
|
6038
|
+
};
|
|
6039
|
+
timeUnit: {
|
|
6040
|
+
hour: string;
|
|
6041
|
+
minute: string;
|
|
6042
|
+
};
|
|
6043
|
+
rangeUnit: {
|
|
6044
|
+
minute: string;
|
|
6045
|
+
};
|
|
6046
|
+
rangeValue: string;
|
|
6047
|
+
};
|
|
5891
6048
|
lampCCT: {
|
|
5892
6049
|
cardTitle: string;
|
|
5893
6050
|
cool: string;
|