@ailife-dev-vue/uiplus-dev 0.0.7 → 0.0.9
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 +26 -4
- package/dist/index.mjs +13637 -13516
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2494,13 +2494,20 @@ export declare type TableLampFadeTimeCommandPayload = HilinkDeviceControlPayload
|
|
|
2494
2494
|
export declare type TableLampFadeTimeProps = ExtractPropTypes<typeof tableLampFadeTimeProps>;
|
|
2495
2495
|
|
|
2496
2496
|
declare const tableLampFadeTimeProps: {
|
|
2497
|
+
/** 必传:绑定首项 `{ sid, cid }` */
|
|
2498
|
+
subscribes: {
|
|
2499
|
+
type: PropType<ProductSubscribe[]>;
|
|
2500
|
+
required: true;
|
|
2501
|
+
};
|
|
2502
|
+
/** 仅 string 特性(如 fadeTime/value)生效;数值特性忽略,改用 profile */
|
|
2497
2503
|
min: {
|
|
2498
2504
|
type: NumberConstructor;
|
|
2499
2505
|
default: number;
|
|
2500
2506
|
};
|
|
2507
|
+
/** 仅 string 特性(如 fadeTime/value)生效;数值特性忽略,改用 profile */
|
|
2501
2508
|
max: {
|
|
2502
2509
|
type: NumberConstructor;
|
|
2503
|
-
|
|
2510
|
+
default: number;
|
|
2504
2511
|
};
|
|
2505
2512
|
cardSize: {
|
|
2506
2513
|
type: PropType<TableLampFadeTimeCardSize>;
|
|
@@ -7546,13 +7553,17 @@ dialogSubtitle: string;
|
|
|
7546
7553
|
|
|
7547
7554
|
export declare const UpTableLampFadeTime: {
|
|
7548
7555
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
7556
|
+
subscribes: {
|
|
7557
|
+
type: PropType<ProductSubscribe[]>;
|
|
7558
|
+
required: true;
|
|
7559
|
+
};
|
|
7549
7560
|
min: {
|
|
7550
7561
|
type: NumberConstructor;
|
|
7551
7562
|
default: number;
|
|
7552
7563
|
};
|
|
7553
7564
|
max: {
|
|
7554
7565
|
type: NumberConstructor;
|
|
7555
|
-
|
|
7566
|
+
default: number;
|
|
7556
7567
|
};
|
|
7557
7568
|
cardSize: {
|
|
7558
7569
|
type: PropType<TableLampFadeTimeCardSize>;
|
|
@@ -7560,6 +7571,7 @@ export declare const UpTableLampFadeTime: {
|
|
|
7560
7571
|
};
|
|
7561
7572
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
7562
7573
|
min: number;
|
|
7574
|
+
max: number;
|
|
7563
7575
|
cardSize: TableLampFadeTimeCardSize;
|
|
7564
7576
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
7565
7577
|
P: {};
|
|
@@ -7569,13 +7581,17 @@ export declare const UpTableLampFadeTime: {
|
|
|
7569
7581
|
M: {};
|
|
7570
7582
|
Defaults: {};
|
|
7571
7583
|
}, Readonly<ExtractPropTypes< {
|
|
7584
|
+
subscribes: {
|
|
7585
|
+
type: PropType<ProductSubscribe[]>;
|
|
7586
|
+
required: true;
|
|
7587
|
+
};
|
|
7572
7588
|
min: {
|
|
7573
7589
|
type: NumberConstructor;
|
|
7574
7590
|
default: number;
|
|
7575
7591
|
};
|
|
7576
7592
|
max: {
|
|
7577
7593
|
type: NumberConstructor;
|
|
7578
|
-
|
|
7594
|
+
default: number;
|
|
7579
7595
|
};
|
|
7580
7596
|
cardSize: {
|
|
7581
7597
|
type: PropType<TableLampFadeTimeCardSize>;
|
|
@@ -7583,19 +7599,24 @@ export declare const UpTableLampFadeTime: {
|
|
|
7583
7599
|
};
|
|
7584
7600
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
7585
7601
|
min: number;
|
|
7602
|
+
max: number;
|
|
7586
7603
|
cardSize: TableLampFadeTimeCardSize;
|
|
7587
7604
|
}>;
|
|
7588
7605
|
__isFragment?: never;
|
|
7589
7606
|
__isTeleport?: never;
|
|
7590
7607
|
__isSuspense?: never;
|
|
7591
7608
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7609
|
+
subscribes: {
|
|
7610
|
+
type: PropType<ProductSubscribe[]>;
|
|
7611
|
+
required: true;
|
|
7612
|
+
};
|
|
7592
7613
|
min: {
|
|
7593
7614
|
type: NumberConstructor;
|
|
7594
7615
|
default: number;
|
|
7595
7616
|
};
|
|
7596
7617
|
max: {
|
|
7597
7618
|
type: NumberConstructor;
|
|
7598
|
-
|
|
7619
|
+
default: number;
|
|
7599
7620
|
};
|
|
7600
7621
|
cardSize: {
|
|
7601
7622
|
type: PropType<TableLampFadeTimeCardSize>;
|
|
@@ -7603,6 +7624,7 @@ default: string;
|
|
|
7603
7624
|
};
|
|
7604
7625
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
7605
7626
|
min: number;
|
|
7627
|
+
max: number;
|
|
7606
7628
|
cardSize: TableLampFadeTimeCardSize;
|
|
7607
7629
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
7608
7630
|
|