@ailife-dev-vue/uiplus 0.0.16-snapshot → 0.1.0
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 +22 -0
- package/dist/index.mjs +4962 -4966
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -425,6 +425,8 @@ export declare type EnumStatusCardSize = 'full' | 'half';
|
|
|
425
425
|
|
|
426
426
|
export declare interface EnumStatusConfig {
|
|
427
427
|
status: string | number;
|
|
428
|
+
/** 覆盖卡片副标题与二级页圆环中心上行枚举文案 */
|
|
429
|
+
enumSubtitle?: string;
|
|
428
430
|
enumDesc: string;
|
|
429
431
|
}
|
|
430
432
|
|
|
@@ -1556,6 +1558,11 @@ declare const pageBarNewProps: {
|
|
|
1556
1558
|
default: string;
|
|
1557
1559
|
validator: (v: unknown) => v is "bluetooth" | "wifi";
|
|
1558
1560
|
};
|
|
1561
|
+
/** 客服热线电话;为空时使用默认号码 */
|
|
1562
|
+
hotline: {
|
|
1563
|
+
type: StringConstructor;
|
|
1564
|
+
default: string;
|
|
1565
|
+
};
|
|
1559
1566
|
};
|
|
1560
1567
|
|
|
1561
1568
|
/**
|
|
@@ -4590,6 +4597,10 @@ export declare const UpPageBarNew: {
|
|
|
4590
4597
|
default: string;
|
|
4591
4598
|
validator: (v: unknown) => v is "bluetooth" | "wifi";
|
|
4592
4599
|
};
|
|
4600
|
+
hotline: {
|
|
4601
|
+
type: StringConstructor;
|
|
4602
|
+
default: string;
|
|
4603
|
+
};
|
|
4593
4604
|
}>> & Readonly<{
|
|
4594
4605
|
"onFirst-card-click"?: (() => any) | undefined;
|
|
4595
4606
|
"onSecond-card-click"?: (() => any) | undefined;
|
|
@@ -4601,6 +4612,7 @@ export declare const UpPageBarNew: {
|
|
|
4601
4612
|
}, PublicProps, {
|
|
4602
4613
|
showProductWikiCard: boolean;
|
|
4603
4614
|
productWikiDeviceTransport: PageBarNewProductWikiDeviceTransport;
|
|
4615
|
+
hotline: string;
|
|
4604
4616
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
4605
4617
|
scrollRef: HTMLDivElement;
|
|
4606
4618
|
dropzoneRef: HTMLDivElement;
|
|
@@ -4621,6 +4633,10 @@ export declare const UpPageBarNew: {
|
|
|
4621
4633
|
default: string;
|
|
4622
4634
|
validator: (v: unknown) => v is "bluetooth" | "wifi";
|
|
4623
4635
|
};
|
|
4636
|
+
hotline: {
|
|
4637
|
+
type: StringConstructor;
|
|
4638
|
+
default: string;
|
|
4639
|
+
};
|
|
4624
4640
|
}>> & Readonly<{
|
|
4625
4641
|
"onFirst-card-click"?: (() => any) | undefined;
|
|
4626
4642
|
"onSecond-card-click"?: (() => any) | undefined;
|
|
@@ -4628,6 +4644,7 @@ export declare const UpPageBarNew: {
|
|
|
4628
4644
|
}>, {}, {}, {}, {}, {
|
|
4629
4645
|
showProductWikiCard: boolean;
|
|
4630
4646
|
productWikiDeviceTransport: PageBarNewProductWikiDeviceTransport;
|
|
4647
|
+
hotline: string;
|
|
4631
4648
|
}>;
|
|
4632
4649
|
__isFragment?: never;
|
|
4633
4650
|
__isTeleport?: never;
|
|
@@ -4642,6 +4659,10 @@ type: PropType<PageBarNewProductWikiDeviceTransport>;
|
|
|
4642
4659
|
default: string;
|
|
4643
4660
|
validator: (v: unknown) => v is "bluetooth" | "wifi";
|
|
4644
4661
|
};
|
|
4662
|
+
hotline: {
|
|
4663
|
+
type: StringConstructor;
|
|
4664
|
+
default: string;
|
|
4665
|
+
};
|
|
4645
4666
|
}>> & Readonly<{
|
|
4646
4667
|
"onFirst-card-click"?: (() => any) | undefined;
|
|
4647
4668
|
"onSecond-card-click"?: (() => any) | undefined;
|
|
@@ -4653,6 +4674,7 @@ validator: (v: unknown) => v is "bluetooth" | "wifi";
|
|
|
4653
4674
|
}, string, {
|
|
4654
4675
|
showProductWikiCard: boolean;
|
|
4655
4676
|
productWikiDeviceTransport: PageBarNewProductWikiDeviceTransport;
|
|
4677
|
+
hotline: string;
|
|
4656
4678
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
4657
4679
|
$slots: {
|
|
4658
4680
|
default?(_: {}): any;
|