@ailife-dev-vue/uiplus-dev 0.0.18 → 0.1.24
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 +8 -0
- package/dist/index.mjs +10002 -9883
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -869,6 +869,7 @@ export declare const enUS: {
|
|
|
869
869
|
resetDialogContentDefault: string;
|
|
870
870
|
ariaBack: string;
|
|
871
871
|
empty: string;
|
|
872
|
+
alarmTextSuffix: string;
|
|
872
873
|
};
|
|
873
874
|
generalHistoricalRecord: {
|
|
874
875
|
cardTitle: string;
|
|
@@ -1546,6 +1547,10 @@ export declare interface GeneralScreenFilterElementItemConfig {
|
|
|
1546
1547
|
tutorialImageUrlZhDark?: string;
|
|
1547
1548
|
tutorialImageUrlEnLight?: string;
|
|
1548
1549
|
tutorialImageUrlEnDark?: string;
|
|
1550
|
+
/** 滤芯告警条文案;空则用「展示名 + 默认后缀」 */
|
|
1551
|
+
alarmText?: string;
|
|
1552
|
+
/** 是否允许进入该滤芯二级详情(列表行与告警条) */
|
|
1553
|
+
enableDetailPage?: boolean;
|
|
1549
1554
|
}
|
|
1550
1555
|
|
|
1551
1556
|
export declare type GeneralScreenProps = ExtractPropTypes<typeof generalScreenProps>;
|
|
@@ -1565,6 +1570,7 @@ export declare interface GeneralScreenRowModel {
|
|
|
1565
1570
|
timeUnitLabel: string;
|
|
1566
1571
|
showUsableTime: boolean;
|
|
1567
1572
|
isDisabled: boolean;
|
|
1573
|
+
enableDetailPage: boolean;
|
|
1568
1574
|
config: GeneralScreenFilterElementItemConfig;
|
|
1569
1575
|
functionDescriptionDisplay: string;
|
|
1570
1576
|
servicePhoneDisplay: string;
|
|
@@ -5537,6 +5543,7 @@ export declare const UpGeneralScreen: {
|
|
|
5537
5543
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
5538
5544
|
filterElementItemConfigs: GeneralScreenFilterElementItemConfig[];
|
|
5539
5545
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
5546
|
+
alarmStripRef: HTMLDivElement;
|
|
5540
5547
|
detailHeaderLeftRef: HTMLDivElement;
|
|
5541
5548
|
tutorialHeaderLeftRef: HTMLDivElement;
|
|
5542
5549
|
}, any, ComponentProvideOptions, {
|
|
@@ -8824,6 +8831,7 @@ export declare const zhCN: {
|
|
|
8824
8831
|
resetDialogContentDefault: string;
|
|
8825
8832
|
ariaBack: string;
|
|
8826
8833
|
empty: string;
|
|
8834
|
+
alarmTextSuffix: string;
|
|
8827
8835
|
};
|
|
8828
8836
|
generalHistoricalRecord: {
|
|
8829
8837
|
cardTitle: string;
|