@ailife-dev-vue/uiplus-dev 0.0.4 → 0.0.6
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 +1 -8
- package/dist/index.mjs +10799 -10842
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -259,10 +259,6 @@ export declare interface Characteristic {
|
|
|
259
259
|
max?: string;
|
|
260
260
|
step?: number;
|
|
261
261
|
unit?: string;
|
|
262
|
-
/** 为 1 时按 min/max(及可选 divisor)换算为百分比展示 */
|
|
263
|
-
percent?: number;
|
|
264
|
-
/** 百分比换算时除数;真值才对 min/max 做除法 */
|
|
265
|
-
divisor?: string | number;
|
|
266
262
|
method?: string;
|
|
267
263
|
permission?: string;
|
|
268
264
|
report?: number;
|
|
@@ -3700,10 +3696,7 @@ export declare const UpCommonBannerNew: {
|
|
|
3700
3696
|
centerImageUrl: string;
|
|
3701
3697
|
logo: string;
|
|
3702
3698
|
showBottomWhenOff: boolean;
|
|
3703
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
3704
|
-
topLeftRef: HTMLDivElement;
|
|
3705
|
-
bottomLeftRef: HTMLDivElement;
|
|
3706
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
3699
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3707
3700
|
P: {};
|
|
3708
3701
|
B: {};
|
|
3709
3702
|
D: {};
|