@ailife-dev-vue/uiplus-dev 0.0.14 → 0.0.16

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