@ailife-dev-vue/uiplus 0.0.1 → 0.0.3
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 +1988 -502
- package/dist/index.mjs +10216 -5788
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7,11 +7,13 @@ import { ComponentProvideOptions } from 'vue';
|
|
|
7
7
|
import { Composer } from 'vue-i18n';
|
|
8
8
|
import { ComputedRef } from 'vue';
|
|
9
9
|
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
10
|
+
import { DefineComponent } from 'vue';
|
|
10
11
|
import { ExtractPropTypes } from 'vue';
|
|
11
12
|
import { GlobalComponents } from 'vue';
|
|
12
13
|
import { GlobalDirectives } from 'vue';
|
|
13
14
|
import { InjectionKey } from 'vue';
|
|
14
|
-
import { MaybeRef
|
|
15
|
+
import { MaybeRef } from 'vue';
|
|
16
|
+
import { MaybeRefOrGetter } from 'vue';
|
|
15
17
|
import { Plugin as Plugin_2 } from 'vue';
|
|
16
18
|
import { PropType } from 'vue';
|
|
17
19
|
import { PublicProps } from 'vue';
|
|
@@ -61,7 +63,7 @@ declare const actionStatusbarProps: {
|
|
|
61
63
|
|
|
62
64
|
export declare type ActionStatusbarState = 0 | 1 | 2;
|
|
63
65
|
|
|
64
|
-
/** 与 `sendHilinkDeviceControl` / `window.hilink.
|
|
66
|
+
/** 与 `sendHilinkDeviceControl` / `window.hilink._deviceControlInner` 约定一致 */
|
|
65
67
|
declare type BoolIconCardCommandPayload = HilinkDeviceControlPayload;
|
|
66
68
|
export { BoolIconCardCommandPayload }
|
|
67
69
|
export { BoolIconCardCommandPayload as BoolSwitchCardCommandPayload }
|
|
@@ -135,7 +137,7 @@ declare const boolIconCardProps: {
|
|
|
135
137
|
};
|
|
136
138
|
};
|
|
137
139
|
|
|
138
|
-
/** 与 `sendHilinkDeviceControl` / `window.hilink.
|
|
140
|
+
/** 与 `sendHilinkDeviceControl` / `window.hilink._deviceControlInner` 约定一致 */
|
|
139
141
|
export declare type BoolPanelCardCommandPayload = HilinkDeviceControlPayload;
|
|
140
142
|
|
|
141
143
|
declare type BoolPanelCardInfoContent = string;
|
|
@@ -227,6 +229,55 @@ export declare interface Characteristic {
|
|
|
227
229
|
report?: number;
|
|
228
230
|
}
|
|
229
231
|
|
|
232
|
+
export declare type CommonBannerNewProps = ExtractPropTypes<typeof commonBannerNewProps>;
|
|
233
|
+
|
|
234
|
+
declare const commonBannerNewProps: {
|
|
235
|
+
subscribes: {
|
|
236
|
+
type: PropType<ProductSubscribe[]>;
|
|
237
|
+
default: () => never[];
|
|
238
|
+
};
|
|
239
|
+
centerImageUrl: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
243
|
+
showBottomWhenOff: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
enableOpenDialog: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
openDialogShowTitle: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
openDialogTitle: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
default: string;
|
|
258
|
+
};
|
|
259
|
+
openDialogContent: {
|
|
260
|
+
type: StringConstructor;
|
|
261
|
+
default: string;
|
|
262
|
+
};
|
|
263
|
+
enableCloseDialog: {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: boolean;
|
|
266
|
+
};
|
|
267
|
+
closeDialogShowTitle: {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: boolean;
|
|
270
|
+
};
|
|
271
|
+
closeDialogTitle: {
|
|
272
|
+
type: StringConstructor;
|
|
273
|
+
default: string;
|
|
274
|
+
};
|
|
275
|
+
closeDialogContent: {
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
|
|
230
281
|
export declare type CommonInfoItem = {
|
|
231
282
|
key: string | number;
|
|
232
283
|
label: string;
|
|
@@ -260,7 +311,34 @@ declare const _default: {
|
|
|
260
311
|
};
|
|
261
312
|
export default _default;
|
|
262
313
|
|
|
263
|
-
|
|
314
|
+
/** UpDelay 组件文案 key(`@uiplus/locale` zh-CN / en-US) */
|
|
315
|
+
export declare const DELAY_I18N_KEYS: {
|
|
316
|
+
readonly titleIdle: "delay.titleIdle";
|
|
317
|
+
readonly titleOn: "delay.titleOn";
|
|
318
|
+
readonly titleOff: "delay.titleOff";
|
|
319
|
+
readonly previewWillOn: "delay.previewWillOn";
|
|
320
|
+
readonly previewWillOff: "delay.previewWillOff";
|
|
321
|
+
readonly closeCountdown: "delay.closeCountdown";
|
|
322
|
+
readonly wheelHour: "delay.wheelHour";
|
|
323
|
+
readonly wheelMinute: "delay.wheelMinute";
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
export declare type DelayCardSize = 'full' | 'half';
|
|
327
|
+
|
|
328
|
+
export declare type DelayProps = ExtractPropTypes<typeof delayProps>;
|
|
329
|
+
|
|
330
|
+
declare const delayProps: {
|
|
331
|
+
readonly recordSettingTime: {
|
|
332
|
+
readonly type: BooleanConstructor;
|
|
333
|
+
readonly default: false;
|
|
334
|
+
};
|
|
335
|
+
readonly cardSize: {
|
|
336
|
+
readonly type: PropType<DelayCardSize>;
|
|
337
|
+
readonly default: "half";
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
export declare const DEVICE_INFO_STATE_KEY: InjectionKey<MaybeRef_2<ProductState>>;
|
|
264
342
|
|
|
265
343
|
/**
|
|
266
344
|
* `设备基础信息字段(宿主可通过 provide 注入)。
|
|
@@ -290,19 +368,6 @@ export declare interface DeviceInfoBase {
|
|
|
290
368
|
quickmenu?: unknown[];
|
|
291
369
|
}
|
|
292
370
|
|
|
293
|
-
export declare type EnumControlProps = ExtractPropTypes<typeof enumControlProps>;
|
|
294
|
-
|
|
295
|
-
declare const enumControlProps: {
|
|
296
|
-
subscribes: {
|
|
297
|
-
type: PropType<ProductSubscribe[]>;
|
|
298
|
-
default: () => never[];
|
|
299
|
-
};
|
|
300
|
-
iconStyle: {
|
|
301
|
-
type: PropType<"chevron" | "caret" | "plus-minus">;
|
|
302
|
-
default: string;
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
|
|
306
371
|
/**
|
|
307
372
|
* 设备产品档案模型与规则判定工具:
|
|
308
373
|
* - 定义 profile/services/characteristics/state 的核心类型;
|
|
@@ -315,13 +380,6 @@ export declare interface EnumItem {
|
|
|
315
380
|
descCh: string;
|
|
316
381
|
}
|
|
317
382
|
|
|
318
|
-
declare interface EnumProfileEmits {
|
|
319
|
-
(e: 'update:modelValue', value: string): void;
|
|
320
|
-
(e: 'change', value: string, item: EnumItem): void;
|
|
321
|
-
}
|
|
322
|
-
export { EnumProfileEmits as EnumControlEmits }
|
|
323
|
-
export { EnumProfileEmits as EnumTileEmits }
|
|
324
|
-
|
|
325
383
|
export declare type EnumStatusEmits = {
|
|
326
384
|
(e: 'expanded-change', expanded: boolean): void;
|
|
327
385
|
};
|
|
@@ -376,19 +434,6 @@ declare const enumStatusProps: {
|
|
|
376
434
|
};
|
|
377
435
|
};
|
|
378
436
|
|
|
379
|
-
export declare type EnumTileProps = ExtractPropTypes<typeof enumTileProps>;
|
|
380
|
-
|
|
381
|
-
declare const enumTileProps: {
|
|
382
|
-
subscribes: {
|
|
383
|
-
type: PropType<ProductSubscribe[]>;
|
|
384
|
-
default: () => never[];
|
|
385
|
-
};
|
|
386
|
-
columns: {
|
|
387
|
-
type: NumberConstructor;
|
|
388
|
-
default: number;
|
|
389
|
-
};
|
|
390
|
-
};
|
|
391
|
-
|
|
392
437
|
export declare const enUS: {
|
|
393
438
|
name: string;
|
|
394
439
|
common: {
|
|
@@ -400,12 +445,10 @@ export declare const enUS: {
|
|
|
400
445
|
'open-dialog-default-content': string;
|
|
401
446
|
'close-dialog-default-title': string;
|
|
402
447
|
'close-dialog-default-content': string;
|
|
403
|
-
'enum-control': {
|
|
404
|
-
prev: string;
|
|
405
|
-
next: string;
|
|
406
|
-
};
|
|
407
448
|
'sheet-dialog-cancel': string;
|
|
408
449
|
'sheet-dialog-confirm': string;
|
|
450
|
+
'numeric-input-placeholder': string;
|
|
451
|
+
'numeric-input-invalid': string;
|
|
409
452
|
};
|
|
410
453
|
pageBarNew: {
|
|
411
454
|
scene: {
|
|
@@ -427,6 +470,10 @@ export declare const enUS: {
|
|
|
427
470
|
expand: string;
|
|
428
471
|
collapse: string;
|
|
429
472
|
};
|
|
473
|
+
enumControl: {
|
|
474
|
+
prev: string;
|
|
475
|
+
next: string;
|
|
476
|
+
};
|
|
430
477
|
timer: {
|
|
431
478
|
cardTitle: string;
|
|
432
479
|
aria: {
|
|
@@ -520,11 +567,81 @@ export declare const enUS: {
|
|
|
520
567
|
dialogSubtitle: string;
|
|
521
568
|
unitSecond: string;
|
|
522
569
|
};
|
|
570
|
+
waterHeaterTime: {
|
|
571
|
+
endConfirmMessage: string;
|
|
572
|
+
endConfirm: string;
|
|
573
|
+
};
|
|
574
|
+
waterHeaterTimeStart: {
|
|
575
|
+
cardTitle: string;
|
|
576
|
+
dialogTitle: string;
|
|
577
|
+
previewToday: string;
|
|
578
|
+
previewTomorrow: string;
|
|
579
|
+
};
|
|
580
|
+
waterHeaterTimeEnd: {
|
|
581
|
+
cardTitle: string;
|
|
582
|
+
dialogTitle: string;
|
|
583
|
+
previewToday: string;
|
|
584
|
+
previewTomorrow: string;
|
|
585
|
+
};
|
|
586
|
+
delay: {
|
|
587
|
+
titleIdle: string;
|
|
588
|
+
titleOn: string;
|
|
589
|
+
titleOff: string;
|
|
590
|
+
previewWillOn: string;
|
|
591
|
+
previewWillOff: string;
|
|
592
|
+
closeCountdown: string;
|
|
593
|
+
wheelHour: string;
|
|
594
|
+
wheelMinute: string;
|
|
595
|
+
};
|
|
523
596
|
generalEnumSlider: {
|
|
524
597
|
placeholderOption1: string;
|
|
525
598
|
placeholderOption2: string;
|
|
526
599
|
placeholderOption3: string;
|
|
527
600
|
};
|
|
601
|
+
generalEnumTile: {
|
|
602
|
+
placeholderOption1: string;
|
|
603
|
+
placeholderOption2: string;
|
|
604
|
+
placeholderOption3: string;
|
|
605
|
+
placeholderOption4: string;
|
|
606
|
+
};
|
|
607
|
+
commonBannerNew: {
|
|
608
|
+
connect: {
|
|
609
|
+
disconnected: string;
|
|
610
|
+
connecting: string;
|
|
611
|
+
failed: string;
|
|
612
|
+
failureDialogContent: string;
|
|
613
|
+
tryLater: string;
|
|
614
|
+
reconnectNow: string;
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
generalMode: {
|
|
618
|
+
actionOpen: string;
|
|
619
|
+
inUse: string;
|
|
620
|
+
placeholderOption1: string;
|
|
621
|
+
placeholderOption2: string;
|
|
622
|
+
placeholderOption3: string;
|
|
623
|
+
placeholderOption4: string;
|
|
624
|
+
};
|
|
625
|
+
generalCombinedDelivery: {
|
|
626
|
+
confirm: string;
|
|
627
|
+
placeholderOption1: string;
|
|
628
|
+
placeholderOption2: string;
|
|
629
|
+
placeholderOption3: string;
|
|
630
|
+
placeholderOption4: string;
|
|
631
|
+
};
|
|
632
|
+
generalIntTile: {
|
|
633
|
+
customOption: string;
|
|
634
|
+
placeholderOption1: string;
|
|
635
|
+
placeholderOption2: string;
|
|
636
|
+
placeholderOption3: string;
|
|
637
|
+
placeholderOption4: string;
|
|
638
|
+
};
|
|
639
|
+
generalIntCard: {
|
|
640
|
+
inputPlaceholder: string;
|
|
641
|
+
};
|
|
642
|
+
firmwareUpdates: {
|
|
643
|
+
title: string;
|
|
644
|
+
};
|
|
528
645
|
generalWarn: {
|
|
529
646
|
detailTitle: string;
|
|
530
647
|
faultReason: string;
|
|
@@ -532,6 +649,25 @@ export declare const enUS: {
|
|
|
532
649
|
servicePhone: string;
|
|
533
650
|
purchaseLink: string;
|
|
534
651
|
};
|
|
652
|
+
generalScreen: {
|
|
653
|
+
cardTitle: string;
|
|
654
|
+
estimatedRemaining: string;
|
|
655
|
+
estimatedUsable: string;
|
|
656
|
+
unitHour: string;
|
|
657
|
+
unitDay: string;
|
|
658
|
+
remainingLabel: string;
|
|
659
|
+
functionSectionTitle: string;
|
|
660
|
+
replaceFilterPrefix: string;
|
|
661
|
+
replaceFilterLink: string;
|
|
662
|
+
replaceFilterSuffix: string;
|
|
663
|
+
servicePhoneLabel: string;
|
|
664
|
+
resetButton: string;
|
|
665
|
+
buyFilterButton: string;
|
|
666
|
+
tutorialTitle: string;
|
|
667
|
+
resetDialogTitle: string;
|
|
668
|
+
resetDialogContentDefault: string;
|
|
669
|
+
ariaBack: string;
|
|
670
|
+
};
|
|
535
671
|
generalHistoricalRecord: {
|
|
536
672
|
cardTitle: string;
|
|
537
673
|
more: string;
|
|
@@ -568,10 +704,91 @@ export declare const enUS: {
|
|
|
568
704
|
clear: string;
|
|
569
705
|
manualInput: string;
|
|
570
706
|
};
|
|
707
|
+
lampColour: {
|
|
708
|
+
cardTitle: string;
|
|
709
|
+
cardSubtitle: string;
|
|
710
|
+
switchToWheel: string;
|
|
711
|
+
switchToPalette: string;
|
|
712
|
+
currentColour: string;
|
|
713
|
+
whiteLight: string;
|
|
714
|
+
dialogClose: string;
|
|
715
|
+
setHexTitle: string;
|
|
716
|
+
setChannelTitle: string;
|
|
717
|
+
channelR: string;
|
|
718
|
+
channelG: string;
|
|
719
|
+
channelB: string;
|
|
720
|
+
channelW: string;
|
|
721
|
+
inputPlaceholderRange: string;
|
|
722
|
+
inputInvalid: string;
|
|
723
|
+
clear: string;
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
export declare type FirmwareUpdatesCardSize = 'full' | 'half';
|
|
728
|
+
|
|
729
|
+
export declare type FirmwareUpdatesEmits = {
|
|
730
|
+
(e: 'click'): void;
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
export declare type FirmwareUpdatesProps = ExtractPropTypes<typeof firmwareUpdatesProps>;
|
|
734
|
+
|
|
735
|
+
declare const firmwareUpdatesProps: {
|
|
736
|
+
cardSize: {
|
|
737
|
+
type: PropType<FirmwareUpdatesCardSize>;
|
|
738
|
+
default: string;
|
|
739
|
+
};
|
|
740
|
+
};
|
|
741
|
+
|
|
742
|
+
export declare const formatNumericDisplay: (value: number, step: number) => string;
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* 将 `Date` 格式化为 UTC 绝对时间字符串。
|
|
746
|
+
* 格式:`yyyyMMddTHHmmssZ`(24h),例如 `20160321T121200Z`。
|
|
747
|
+
* 与 `mockData/profile.json` 中 delay/timer 等特征的 UTC 时间描述一致。
|
|
748
|
+
*/
|
|
749
|
+
export declare function formatUtcAbsoluteTime(date: Date): string;
|
|
750
|
+
|
|
751
|
+
/** 当前时刻起偏移若干毫秒后的 UTC 绝对时间(倒计时、延时等场景常用) */
|
|
752
|
+
export declare function formatUtcAbsoluteTimeAfterOffsetMs(offsetMs: number): string;
|
|
753
|
+
|
|
754
|
+
/** 毫秒时间戳 → `formatUtcAbsoluteTime` */
|
|
755
|
+
export declare function formatUtcAbsoluteTimeFromMs(timestampMs: number): string;
|
|
756
|
+
|
|
757
|
+
export declare type GeneralCombinedDeliveryDisplayItem = {
|
|
758
|
+
enumVal: string;
|
|
759
|
+
label: string;
|
|
760
|
+
isPlaceholder?: boolean;
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
export declare type GeneralCombinedDeliveryModeOptionConfig = {
|
|
764
|
+
enumVal: string | number;
|
|
765
|
+
visible?: boolean;
|
|
766
|
+
secondaryCharacteristicConfigs?: GeneralCombinedDeliverySecondaryConfig[];
|
|
767
|
+
};
|
|
768
|
+
|
|
769
|
+
export declare type GeneralCombinedDeliveryProps = ExtractPropTypes<typeof generalCombinedDeliveryProps>;
|
|
770
|
+
|
|
771
|
+
declare const generalCombinedDeliveryProps: {
|
|
772
|
+
subscribes: {
|
|
773
|
+
type: PropType<ProductSubscribe[]>;
|
|
774
|
+
default: () => never[];
|
|
775
|
+
};
|
|
776
|
+
showTitle: {
|
|
777
|
+
type: BooleanConstructor;
|
|
778
|
+
default: boolean;
|
|
779
|
+
};
|
|
780
|
+
modeOptionConfigs: {
|
|
781
|
+
type: PropType<GeneralCombinedDeliveryModeOptionConfig[]>;
|
|
782
|
+
default: () => never[];
|
|
783
|
+
};
|
|
571
784
|
};
|
|
572
785
|
|
|
573
|
-
|
|
574
|
-
|
|
786
|
+
export declare type GeneralCombinedDeliverySecondaryConfig = {
|
|
787
|
+
cid: string;
|
|
788
|
+
visibleEnumValues?: (string | number)[];
|
|
789
|
+
rangeMin?: number;
|
|
790
|
+
rangeMax?: number;
|
|
791
|
+
};
|
|
575
792
|
|
|
576
793
|
export declare type GeneralEnumDialogCardCommandPayload = HilinkDeviceControlPayload;
|
|
577
794
|
|
|
@@ -634,6 +851,50 @@ declare const generalEnumSliderProps: {
|
|
|
634
851
|
};
|
|
635
852
|
};
|
|
636
853
|
|
|
854
|
+
export declare type GeneralEnumTileDisplayItem = {
|
|
855
|
+
enumVal: string;
|
|
856
|
+
label: string;
|
|
857
|
+
isPlaceholder?: boolean;
|
|
858
|
+
};
|
|
859
|
+
|
|
860
|
+
export declare type GeneralEnumTileOptionConfig = {
|
|
861
|
+
enumVal: string | number;
|
|
862
|
+
visible?: boolean;
|
|
863
|
+
enableOpenDialog?: boolean;
|
|
864
|
+
openDialogShowTitle?: boolean;
|
|
865
|
+
openDialogTitle?: string;
|
|
866
|
+
openDialogContent?: string;
|
|
867
|
+
};
|
|
868
|
+
|
|
869
|
+
export declare type GeneralEnumTileProps = ExtractPropTypes<typeof generalEnumTileProps>;
|
|
870
|
+
|
|
871
|
+
declare const generalEnumTileProps: {
|
|
872
|
+
subscribes: {
|
|
873
|
+
type: PropType<ProductSubscribe[]>;
|
|
874
|
+
default: () => never[];
|
|
875
|
+
};
|
|
876
|
+
showTitle: {
|
|
877
|
+
type: BooleanConstructor;
|
|
878
|
+
default: boolean;
|
|
879
|
+
};
|
|
880
|
+
singleTapDispatch: {
|
|
881
|
+
type: BooleanConstructor;
|
|
882
|
+
default: boolean;
|
|
883
|
+
};
|
|
884
|
+
invertEnabled: {
|
|
885
|
+
type: BooleanConstructor;
|
|
886
|
+
default: boolean;
|
|
887
|
+
};
|
|
888
|
+
invertEnumValue: {
|
|
889
|
+
type: PropType<string | number>;
|
|
890
|
+
default: string;
|
|
891
|
+
};
|
|
892
|
+
enumOptionConfigs: {
|
|
893
|
+
type: PropType<GeneralEnumTileOptionConfig[]>;
|
|
894
|
+
default: () => never[];
|
|
895
|
+
};
|
|
896
|
+
};
|
|
897
|
+
|
|
637
898
|
export declare interface GeneralHistoricalRecordConfigItem {
|
|
638
899
|
/** 对应 historyServices[].serviceId */
|
|
639
900
|
sid: string;
|
|
@@ -667,6 +928,125 @@ declare const generalHistoricalRecordProps: {
|
|
|
667
928
|
};
|
|
668
929
|
};
|
|
669
930
|
|
|
931
|
+
export declare type GeneralIntCardProps = ExtractPropTypes<typeof generalIntCardProps>;
|
|
932
|
+
|
|
933
|
+
declare const generalIntCardProps: {
|
|
934
|
+
subscribes: {
|
|
935
|
+
type: PropType<ProductSubscribe[]>;
|
|
936
|
+
default: () => never[];
|
|
937
|
+
};
|
|
938
|
+
styleType: {
|
|
939
|
+
type: PropType<GeneralIntCardStyleType>;
|
|
940
|
+
default: string;
|
|
941
|
+
};
|
|
942
|
+
unit: {
|
|
943
|
+
type: StringConstructor;
|
|
944
|
+
default: string;
|
|
945
|
+
};
|
|
946
|
+
hasPopup: {
|
|
947
|
+
type: BooleanConstructor;
|
|
948
|
+
default: boolean;
|
|
949
|
+
};
|
|
950
|
+
isDeviceInt: {
|
|
951
|
+
type: BooleanConstructor;
|
|
952
|
+
default: boolean;
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
export declare type GeneralIntCardStyleType = 'slider' | 'stepper';
|
|
957
|
+
|
|
958
|
+
export declare type GeneralIntCircularCardSize = 'full' | 'half';
|
|
959
|
+
|
|
960
|
+
export declare type GeneralIntCircularProps = ExtractPropTypes<typeof generalIntCircularProps>;
|
|
961
|
+
|
|
962
|
+
declare const generalIntCircularProps: {
|
|
963
|
+
subscribes: {
|
|
964
|
+
type: PropType<ProductSubscribe[]>;
|
|
965
|
+
default: () => never[];
|
|
966
|
+
};
|
|
967
|
+
/** 空字符串:不展示弹框副标题(L2 i18n key) */
|
|
968
|
+
dialogSubtitle: {
|
|
969
|
+
type: StringConstructor;
|
|
970
|
+
default: string;
|
|
971
|
+
};
|
|
972
|
+
/** 空字符串:使用 profile unit */
|
|
973
|
+
displayUnit: {
|
|
974
|
+
type: StringConstructor;
|
|
975
|
+
default: string;
|
|
976
|
+
};
|
|
977
|
+
wheelLoop: {
|
|
978
|
+
type: BooleanConstructor;
|
|
979
|
+
default: boolean;
|
|
980
|
+
};
|
|
981
|
+
cardSize: {
|
|
982
|
+
type: PropType<GeneralIntCircularCardSize>;
|
|
983
|
+
default: string;
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
|
|
987
|
+
export declare type GeneralIntTileDisplayItem = {
|
|
988
|
+
id: string;
|
|
989
|
+
label: string;
|
|
990
|
+
kind: 'preset' | 'custom' | 'placeholder';
|
|
991
|
+
presetIndex?: number;
|
|
992
|
+
isPlaceholder?: boolean;
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
export declare type GeneralIntTilePresetOptionConfig = {
|
|
996
|
+
title: string;
|
|
997
|
+
value: number;
|
|
998
|
+
};
|
|
999
|
+
|
|
1000
|
+
export declare type GeneralIntTileProps = ExtractPropTypes<typeof generalIntTileProps>;
|
|
1001
|
+
|
|
1002
|
+
declare const generalIntTileProps: {
|
|
1003
|
+
subscribes: {
|
|
1004
|
+
type: PropType<ProductSubscribe[]>;
|
|
1005
|
+
default: () => never[];
|
|
1006
|
+
};
|
|
1007
|
+
intPresetOptionConfigs: {
|
|
1008
|
+
type: PropType<GeneralIntTilePresetOptionConfig[]>;
|
|
1009
|
+
default: () => never[];
|
|
1010
|
+
};
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
export declare type GeneralModeDisplayItem = {
|
|
1014
|
+
enumVal: string;
|
|
1015
|
+
label: string;
|
|
1016
|
+
descriptionKey: string;
|
|
1017
|
+
resolvedDescription: string;
|
|
1018
|
+
imageUrl: string;
|
|
1019
|
+
selected: boolean;
|
|
1020
|
+
isPlaceholder?: boolean;
|
|
1021
|
+
};
|
|
1022
|
+
|
|
1023
|
+
export declare type GeneralModeLayout = 'list' | 'grid';
|
|
1024
|
+
|
|
1025
|
+
export declare type GeneralModeOptionConfig = {
|
|
1026
|
+
enumVal: string | number;
|
|
1027
|
+
/** i18n key(key-only) */
|
|
1028
|
+
description?: string;
|
|
1029
|
+
imageUrl?: string;
|
|
1030
|
+
};
|
|
1031
|
+
|
|
1032
|
+
export declare type GeneralModeProps = ExtractPropTypes<typeof generalModeProps>;
|
|
1033
|
+
|
|
1034
|
+
declare const generalModeProps: {
|
|
1035
|
+
subscribes: {
|
|
1036
|
+
type: PropType<ProductSubscribe[]>;
|
|
1037
|
+
default: () => never[];
|
|
1038
|
+
};
|
|
1039
|
+
layout: {
|
|
1040
|
+
type: PropType<GeneralModeLayout>;
|
|
1041
|
+
default: string;
|
|
1042
|
+
validator: (v: string) => v is "grid" | "list";
|
|
1043
|
+
};
|
|
1044
|
+
modeOptionConfigs: {
|
|
1045
|
+
type: PropType<GeneralModeOptionConfig[]>;
|
|
1046
|
+
default: () => never[];
|
|
1047
|
+
};
|
|
1048
|
+
};
|
|
1049
|
+
|
|
670
1050
|
export declare interface GeneralReminderEnumConfig {
|
|
671
1051
|
enumVal: string;
|
|
672
1052
|
/** i18n key */
|
|
@@ -689,11 +1069,63 @@ export declare interface GeneralReminderRelation {
|
|
|
689
1069
|
expectedValues: Array<string | number | boolean>;
|
|
690
1070
|
}
|
|
691
1071
|
|
|
692
|
-
export declare
|
|
693
|
-
|
|
694
|
-
|
|
1072
|
+
export declare interface GeneralScreenFilterElementItemConfig {
|
|
1073
|
+
sid: string;
|
|
1074
|
+
name?: string;
|
|
1075
|
+
timeUnit?: GeneralScreenTimeUnit;
|
|
1076
|
+
showUsableTime?: boolean;
|
|
1077
|
+
purchaseLink?: string;
|
|
1078
|
+
functionDescription?: string;
|
|
1079
|
+
servicePhone?: string;
|
|
1080
|
+
showResetButton?: boolean;
|
|
1081
|
+
resetButtonName?: string;
|
|
1082
|
+
resetDialogContent?: string;
|
|
1083
|
+
tutorialImageUrlZhLight?: string;
|
|
1084
|
+
tutorialImageUrlZhDark?: string;
|
|
1085
|
+
tutorialImageUrlEnLight?: string;
|
|
1086
|
+
tutorialImageUrlEnDark?: string;
|
|
1087
|
+
}
|
|
695
1088
|
|
|
696
|
-
export declare type
|
|
1089
|
+
export declare type GeneralScreenProps = ExtractPropTypes<typeof generalScreenProps>;
|
|
1090
|
+
|
|
1091
|
+
declare const generalScreenProps: {
|
|
1092
|
+
filterElementItemConfigs: {
|
|
1093
|
+
type: PropType<GeneralScreenFilterElementItemConfig[]>;
|
|
1094
|
+
default: () => never[];
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
export declare interface GeneralScreenRowModel {
|
|
1099
|
+
sid: string;
|
|
1100
|
+
displayName: string;
|
|
1101
|
+
leftPer: number;
|
|
1102
|
+
timeValue: number;
|
|
1103
|
+
timeUnitLabel: string;
|
|
1104
|
+
showUsableTime: boolean;
|
|
1105
|
+
isDisabled: boolean;
|
|
1106
|
+
config: GeneralScreenFilterElementItemConfig;
|
|
1107
|
+
functionDescriptionDisplay: string;
|
|
1108
|
+
servicePhoneDisplay: string;
|
|
1109
|
+
purchaseHref: string;
|
|
1110
|
+
hasPurchaseLink: boolean;
|
|
1111
|
+
hasTutorialImage: boolean;
|
|
1112
|
+
resetButtonLabel: string;
|
|
1113
|
+
resetDialogTitle: string;
|
|
1114
|
+
resetDialogBody: string;
|
|
1115
|
+
showResetButton: boolean;
|
|
1116
|
+
estimatedRemainingText: string;
|
|
1117
|
+
estimatedUsableText: string;
|
|
1118
|
+
servicePhoneLine: string;
|
|
1119
|
+
telHref: string;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export declare type GeneralScreenTimeUnit = 'hour' | 'day';
|
|
1123
|
+
|
|
1124
|
+
export declare type GeneralWarnEmits = {
|
|
1125
|
+
(e: 'expanded-change', expanded: boolean): void;
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1128
|
+
export declare type GeneralWarnProps = ExtractPropTypes<typeof generalWarnProps>;
|
|
697
1129
|
|
|
698
1130
|
declare const generalWarnProps: {
|
|
699
1131
|
/** 横幅与二级页顶部的故障描述文案 */
|
|
@@ -726,6 +1158,8 @@ declare const generalWarnProps: {
|
|
|
726
1158
|
|
|
727
1159
|
export declare function getHilinkDevHistory(params: HilinkDevHistoryParams): Promise<HilinkDevHistoryRecord[]>;
|
|
728
1160
|
|
|
1161
|
+
export declare const getNumericPrecision: (n: number) => number;
|
|
1162
|
+
|
|
729
1163
|
/**
|
|
730
1164
|
* 主订阅标题的 i18n key:`prodId.sid.cid`(与产品/画布文案表约定一致)。
|
|
731
1165
|
* Int / Enum / Bool 等凡以 `subscribes[0]` 为锚点的卡片均可复用。
|
|
@@ -749,8 +1183,8 @@ export declare interface HilinkDevHistoryRecord {
|
|
|
749
1183
|
timestamp: string;
|
|
750
1184
|
}
|
|
751
1185
|
|
|
752
|
-
/** 与宿主 HiLink 约定:`
|
|
753
|
-
export declare type HilinkDeviceControlFn = (
|
|
1186
|
+
/** 与宿主 HiLink 约定:`_deviceControlInner(deviceId, payloadJson, callbackName)`,其中 payload 为 JSON 字符串。 */
|
|
1187
|
+
export declare type HilinkDeviceControlFn = (deviceId: string, payloadJson: string, callbackName: string | undefined) => void | Promise<unknown>;
|
|
754
1188
|
|
|
755
1189
|
/**
|
|
756
1190
|
* HiLink 设备控制:与宿主约定的 payload 结构(服务 id → 特征名 → 写入值)。
|
|
@@ -758,31 +1192,32 @@ export declare type HilinkDeviceControlFn = (scene: string, payloadJson: string,
|
|
|
758
1192
|
*/
|
|
759
1193
|
export declare type HilinkDeviceControlPayload = Record<string, Record<string, string | number | boolean | Record<string, unknown> | Array<unknown>>> | Array<Record<string, Record<string, string | number | boolean | Record<string, unknown> | Array<unknown>>>>;
|
|
760
1194
|
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
(e: 'change', value: number): void;
|
|
764
|
-
}
|
|
1195
|
+
/** 与宿主约定:`setTitleVisible(visible, callbackName)`,`true` 显示原生标题栏,`false` 隐藏。 */
|
|
1196
|
+
export declare type HilinkSetTitleVisibleFn = (visible: boolean, callbackName: string) => void;
|
|
765
1197
|
|
|
766
|
-
|
|
1198
|
+
/** 与 `sendHilinkDeviceControl` 约定一致 */
|
|
1199
|
+
export declare type LampCCTCommandPayload = HilinkDeviceControlPayload;
|
|
767
1200
|
|
|
768
|
-
declare
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
1201
|
+
export declare type LampCCTProps = ExtractPropTypes<typeof lampCCTProps>;
|
|
1202
|
+
|
|
1203
|
+
declare const lampCCTProps: {
|
|
1204
|
+
/** 是否关联颜色模式:为 true 时根据 `state.colourMode.mode` 控制副标题与图标;主数据仍固定为 `cct.colorTemperature` */
|
|
1205
|
+
linkColourMode: {
|
|
1206
|
+
type: BooleanConstructor;
|
|
1207
|
+
default: boolean;
|
|
772
1208
|
};
|
|
773
|
-
|
|
774
|
-
type:
|
|
1209
|
+
cardSize: {
|
|
1210
|
+
type: PropType<"full" | "half">;
|
|
775
1211
|
default: string;
|
|
776
1212
|
};
|
|
777
1213
|
};
|
|
778
1214
|
|
|
779
|
-
|
|
780
|
-
export declare type LampCCTCommandPayload = HilinkDeviceControlPayload;
|
|
1215
|
+
export declare type LampColourCommandPayload = HilinkDeviceControlPayload;
|
|
781
1216
|
|
|
782
|
-
export declare type
|
|
1217
|
+
export declare type LampColourProps = ExtractPropTypes<typeof lampColourProps>;
|
|
783
1218
|
|
|
784
|
-
declare const
|
|
785
|
-
/** 是否关联颜色模式:为 true
|
|
1219
|
+
declare const lampColourProps: {
|
|
1220
|
+
/** 是否关联颜色模式:为 true 时由 `state.colourMode.mode===0` 控制副标题与圆点(非 0 时白点、无副标题) */
|
|
786
1221
|
linkColourMode: {
|
|
787
1222
|
type: BooleanConstructor;
|
|
788
1223
|
default: boolean;
|
|
@@ -803,7 +1238,121 @@ export declare interface Language {
|
|
|
803
1238
|
*/
|
|
804
1239
|
export declare const localeContextKey: InjectionKey<Ref<Language>>;
|
|
805
1240
|
|
|
806
|
-
declare type
|
|
1241
|
+
declare type MaybeRef_2<T> = T | Ref<T> | ComputedRef<T>;
|
|
1242
|
+
|
|
1243
|
+
declare interface NormalizeNumericOptions {
|
|
1244
|
+
min: number;
|
|
1245
|
+
max: number;
|
|
1246
|
+
step: number;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
/** Clamp to [min, max] then snap to nearest step multiple from min. */
|
|
1250
|
+
export declare const normalizeNumericValue: (raw: number, opts: NormalizeNumericOptions) => number;
|
|
1251
|
+
|
|
1252
|
+
/** 对应 `@uiplus/locale` 中 `zh-CN` / `en-US` 的 `common.numeric-input-*` */
|
|
1253
|
+
export declare const NUMERIC_INPUT_DEFAULT_I18N_KEYS: {
|
|
1254
|
+
readonly placeholder: "common.numeric-input-placeholder";
|
|
1255
|
+
readonly invalid: "common.numeric-input-invalid";
|
|
1256
|
+
};
|
|
1257
|
+
|
|
1258
|
+
export declare type NumericInputFieldEmits = {
|
|
1259
|
+
(e: 'update:modelValue', value: string): void;
|
|
1260
|
+
(e: 'input'): void;
|
|
1261
|
+
(e: 'clear'): void;
|
|
1262
|
+
};
|
|
1263
|
+
|
|
1264
|
+
export declare type NumericInputFieldInputMode = 'decimal' | 'numeric';
|
|
1265
|
+
|
|
1266
|
+
export declare type NumericInputFieldProps = ExtractPropTypes<typeof numericInputFieldProps>;
|
|
1267
|
+
|
|
1268
|
+
declare const numericInputFieldProps: {
|
|
1269
|
+
modelValue: {
|
|
1270
|
+
type: StringConstructor;
|
|
1271
|
+
default: string;
|
|
1272
|
+
};
|
|
1273
|
+
placeholder: {
|
|
1274
|
+
type: StringConstructor;
|
|
1275
|
+
default: string;
|
|
1276
|
+
};
|
|
1277
|
+
error: {
|
|
1278
|
+
type: StringConstructor;
|
|
1279
|
+
default: string;
|
|
1280
|
+
};
|
|
1281
|
+
inputmode: {
|
|
1282
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
1283
|
+
default: string;
|
|
1284
|
+
};
|
|
1285
|
+
disabled: {
|
|
1286
|
+
type: BooleanConstructor;
|
|
1287
|
+
default: boolean;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
|
|
1291
|
+
export declare type NumericInputSheetEmits = {
|
|
1292
|
+
(e: 'cancel'): void;
|
|
1293
|
+
(e: 'confirm', value: number): void;
|
|
1294
|
+
};
|
|
1295
|
+
|
|
1296
|
+
export declare type NumericInputSheetProps = ExtractPropTypes<typeof numericInputSheetProps>;
|
|
1297
|
+
|
|
1298
|
+
declare const numericInputSheetProps: {
|
|
1299
|
+
visible: {
|
|
1300
|
+
type: BooleanConstructor;
|
|
1301
|
+
default: boolean;
|
|
1302
|
+
};
|
|
1303
|
+
title: {
|
|
1304
|
+
type: StringConstructor;
|
|
1305
|
+
default: string;
|
|
1306
|
+
};
|
|
1307
|
+
min: {
|
|
1308
|
+
type: NumberConstructor;
|
|
1309
|
+
required: boolean;
|
|
1310
|
+
};
|
|
1311
|
+
max: {
|
|
1312
|
+
type: NumberConstructor;
|
|
1313
|
+
required: boolean;
|
|
1314
|
+
};
|
|
1315
|
+
step: {
|
|
1316
|
+
type: NumberConstructor;
|
|
1317
|
+
default: number;
|
|
1318
|
+
};
|
|
1319
|
+
initialValue: {
|
|
1320
|
+
type: NumberConstructor;
|
|
1321
|
+
default: number;
|
|
1322
|
+
};
|
|
1323
|
+
placeholder: {
|
|
1324
|
+
type: StringConstructor;
|
|
1325
|
+
default: string;
|
|
1326
|
+
};
|
|
1327
|
+
invalidText: {
|
|
1328
|
+
type: StringConstructor;
|
|
1329
|
+
default: string;
|
|
1330
|
+
};
|
|
1331
|
+
integerOnly: {
|
|
1332
|
+
type: BooleanConstructor;
|
|
1333
|
+
default: boolean;
|
|
1334
|
+
};
|
|
1335
|
+
inputmode: {
|
|
1336
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
1337
|
+
default: string;
|
|
1338
|
+
};
|
|
1339
|
+
cancelText: {
|
|
1340
|
+
type: StringConstructor;
|
|
1341
|
+
default: string;
|
|
1342
|
+
};
|
|
1343
|
+
confirmText: {
|
|
1344
|
+
type: StringConstructor;
|
|
1345
|
+
default: string;
|
|
1346
|
+
};
|
|
1347
|
+
closeOnClickMask: {
|
|
1348
|
+
type: BooleanConstructor;
|
|
1349
|
+
default: boolean;
|
|
1350
|
+
};
|
|
1351
|
+
zIndex: {
|
|
1352
|
+
type: NumberConstructor;
|
|
1353
|
+
default: number;
|
|
1354
|
+
};
|
|
1355
|
+
};
|
|
807
1356
|
|
|
808
1357
|
export declare type PageBarNewEmits = {
|
|
809
1358
|
(e: 'first-card-click'): void;
|
|
@@ -828,9 +1377,10 @@ declare const pageBarNewProps: {
|
|
|
828
1377
|
};
|
|
829
1378
|
};
|
|
830
1379
|
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
1380
|
+
/**
|
|
1381
|
+
* 解析 `yyyyMMddTHHmmssZ` 为 UTC `Date`;非法返回 `null`。
|
|
1382
|
+
*/
|
|
1383
|
+
export declare function parseUtcAbsoluteTime(value: string): Date | null;
|
|
834
1384
|
|
|
835
1385
|
export declare interface ProductProfile {
|
|
836
1386
|
subscribes: ProductSubscribe[];
|
|
@@ -872,24 +1422,23 @@ declare interface ProductSubscribe {
|
|
|
872
1422
|
descEn?: string;
|
|
873
1423
|
}
|
|
874
1424
|
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
enumVal?: string;
|
|
878
|
-
descCh?: string;
|
|
879
|
-
descEn?: string;
|
|
880
|
-
}>;
|
|
881
|
-
};
|
|
1425
|
+
/** 特征级标题:仅 `prodId.sid.cid` 宿主扁平键 */
|
|
1426
|
+
export declare function resolveCharTitleFromHost(resolveKey: (k: string, fb?: string) => string, composer: Composer | undefined, currentLocale: string, pid: string, sid: string, cid: string, zh: boolean): string;
|
|
882
1427
|
|
|
883
|
-
export declare type
|
|
884
|
-
|
|
885
|
-
|
|
1428
|
+
export declare type ResolvedSecondaryItem = {
|
|
1429
|
+
cid: string;
|
|
1430
|
+
characteristicName: string;
|
|
1431
|
+
characteristicType: string;
|
|
1432
|
+
zone: SecondaryZone;
|
|
1433
|
+
visibleEnumValues: (string | number)[];
|
|
1434
|
+
rangeMin: number;
|
|
1435
|
+
rangeMax: number;
|
|
1436
|
+
step: number;
|
|
1437
|
+
unit: string;
|
|
886
1438
|
};
|
|
887
1439
|
|
|
888
|
-
/**
|
|
889
|
-
export declare function
|
|
890
|
-
|
|
891
|
-
/** 枚举取值展示:`prodId.sid.cid.enumVal` 宿主键 → services 中 enumList */
|
|
892
|
-
export declare function resolveEnumFromHostAndServices(resolveKey: (k: string, fb?: string) => string, composer: Composer | undefined, currentLocale: string, pid: string, sid: string, cid: string, enumVal: string, zh: boolean, servicesList: Service[], historyCh?: ProfileCharacteristicLike): string;
|
|
1440
|
+
/** 枚举取值展示:仅 `prodId.sid.cid.enumVal` 宿主扁平键 */
|
|
1441
|
+
export declare function resolveEnumFromHost(resolveKey: (k: string, fb?: string) => string, composer: Composer | undefined, currentLocale: string, pid: string, sid: string, cid: string, enumVal: string, zh: boolean): string;
|
|
893
1442
|
|
|
894
1443
|
/**
|
|
895
1444
|
* 与 `resolveTextByKey` 对齐:当前界面语种与目标语种一致时走完整解析链;
|
|
@@ -897,7 +1446,9 @@ export declare function resolveEnumFromHostAndServices(resolveKey: (k: string, f
|
|
|
897
1446
|
*/
|
|
898
1447
|
export declare function resolveProdHostText(resolveKey: (k: string, fb?: string) => string, composer: Composer | undefined, currentLocale: string, targetLocale: string, key: string): string;
|
|
899
1448
|
|
|
900
|
-
|
|
1449
|
+
export declare type SecondaryZone = 'slider' | 'list' | 'schedule';
|
|
1450
|
+
|
|
1451
|
+
/** 调用宿主注入的 `window.hilink._deviceControlInner`;无实现时为 no-op */
|
|
901
1452
|
export declare function sendHilinkDeviceControl(payload: HilinkDeviceControlPayload): void;
|
|
902
1453
|
|
|
903
1454
|
export declare interface Service {
|
|
@@ -908,6 +1459,8 @@ export declare interface Service {
|
|
|
908
1459
|
characteristics: Characteristic[];
|
|
909
1460
|
}
|
|
910
1461
|
|
|
1462
|
+
export declare function setHilinkTitleVisible(visible: boolean, callbackName?: string): void;
|
|
1463
|
+
|
|
911
1464
|
/** 写入 `state[sid][cid]`;若 `state[sid]` 尚非对象则置为 `{ [cid]: value }`。 */
|
|
912
1465
|
export declare const setStateValue: (state: ProductState, sid: string, cid: string, value: unknown) => void;
|
|
913
1466
|
|
|
@@ -963,7 +1516,7 @@ declare const sheetDialogProps: {
|
|
|
963
1516
|
|
|
964
1517
|
declare type StatusBarBinaryState = 0 | 1;
|
|
965
1518
|
|
|
966
|
-
/** 与 `sendHilinkDeviceControl` / `window.hilink.
|
|
1519
|
+
/** 与 `sendHilinkDeviceControl` / `window.hilink._deviceControlInner` 约定一致 */
|
|
967
1520
|
export declare type StatusBarCommandPayload = HilinkDeviceControlPayload;
|
|
968
1521
|
|
|
969
1522
|
export declare type StatusBarProps = ExtractPropTypes<typeof statusBarProps>;
|
|
@@ -1059,36 +1612,6 @@ declare const tableLampMorningProps: {
|
|
|
1059
1612
|
};
|
|
1060
1613
|
};
|
|
1061
1614
|
|
|
1062
|
-
export declare type TimeCardEmits = {
|
|
1063
|
-
(e: 'update:modelValue', value: number): void;
|
|
1064
|
-
(e: 'change', value: number): void;
|
|
1065
|
-
};
|
|
1066
|
-
|
|
1067
|
-
export declare type TimeCardProps = ExtractPropTypes<typeof timeCardProps>;
|
|
1068
|
-
|
|
1069
|
-
declare const timeCardProps: {
|
|
1070
|
-
subscribes: {
|
|
1071
|
-
type: PropType<ProductSubscribe[]>;
|
|
1072
|
-
default: () => never[];
|
|
1073
|
-
};
|
|
1074
|
-
title: {
|
|
1075
|
-
type: StringConstructor;
|
|
1076
|
-
default: string;
|
|
1077
|
-
};
|
|
1078
|
-
readonly: {
|
|
1079
|
-
type: BooleanConstructor;
|
|
1080
|
-
default: boolean;
|
|
1081
|
-
};
|
|
1082
|
-
minTotalSeconds: {
|
|
1083
|
-
type: NumberConstructor;
|
|
1084
|
-
default: number;
|
|
1085
|
-
};
|
|
1086
|
-
maxTotalSeconds: {
|
|
1087
|
-
type: NumberConstructor;
|
|
1088
|
-
default: number;
|
|
1089
|
-
};
|
|
1090
|
-
};
|
|
1091
|
-
|
|
1092
1615
|
export declare type TimerCardSize = 'full' | 'half';
|
|
1093
1616
|
|
|
1094
1617
|
declare type TimerCommandPayload = HilinkDeviceControlPayload;
|
|
@@ -1147,10 +1670,9 @@ export declare interface TimeWheelPickerColumn {
|
|
|
1147
1670
|
options: Array<string | number>;
|
|
1148
1671
|
/** 为 true 时在首尾循环滚动(至少 2 个选项时生效) */
|
|
1149
1672
|
loop?: boolean;
|
|
1673
|
+
/** 存在时仅在视口中间高亮行后拼接在文案末尾;可与 `optionLabels` 同时使用 */
|
|
1150
1674
|
unit?: string;
|
|
1151
|
-
/**
|
|
1152
|
-
unitOnlyOnCenterRow?: boolean;
|
|
1153
|
-
/** 展示文案映射,键为 `String(option)`;存在时优先于 `option`+`unit` */
|
|
1675
|
+
/** 展示文案映射,键为 `String(option)`;命中时替代 `option` 的展示文本;可与 `unit` 组合,`unit` 仍仅加在高亮行 */
|
|
1154
1676
|
optionLabels?: Record<string, string>;
|
|
1155
1677
|
}
|
|
1156
1678
|
|
|
@@ -1959,32 +2481,64 @@ default: number;
|
|
|
1959
2481
|
collapsedRows: number;
|
|
1960
2482
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
1961
2483
|
|
|
1962
|
-
export declare const
|
|
2484
|
+
export declare const UpCommonBannerNew: {
|
|
1963
2485
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
1964
|
-
|
|
1965
|
-
type: PropType<
|
|
2486
|
+
subscribes: {
|
|
2487
|
+
type: PropType<ProductSubscribe[]>;
|
|
1966
2488
|
default: () => never[];
|
|
1967
2489
|
};
|
|
1968
|
-
|
|
1969
|
-
type:
|
|
1970
|
-
default:
|
|
2490
|
+
centerImageUrl: {
|
|
2491
|
+
type: StringConstructor;
|
|
2492
|
+
default: string;
|
|
1971
2493
|
};
|
|
1972
|
-
|
|
1973
|
-
type:
|
|
1974
|
-
default:
|
|
2494
|
+
showBottomWhenOff: {
|
|
2495
|
+
type: BooleanConstructor;
|
|
2496
|
+
default: boolean;
|
|
1975
2497
|
};
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2498
|
+
enableOpenDialog: {
|
|
2499
|
+
type: BooleanConstructor;
|
|
2500
|
+
default: boolean;
|
|
2501
|
+
};
|
|
2502
|
+
openDialogShowTitle: {
|
|
2503
|
+
type: BooleanConstructor;
|
|
2504
|
+
default: boolean;
|
|
2505
|
+
};
|
|
2506
|
+
openDialogTitle: {
|
|
2507
|
+
type: StringConstructor;
|
|
2508
|
+
default: string;
|
|
2509
|
+
};
|
|
2510
|
+
openDialogContent: {
|
|
2511
|
+
type: StringConstructor;
|
|
2512
|
+
default: string;
|
|
2513
|
+
};
|
|
2514
|
+
enableCloseDialog: {
|
|
2515
|
+
type: BooleanConstructor;
|
|
2516
|
+
default: boolean;
|
|
2517
|
+
};
|
|
2518
|
+
closeDialogShowTitle: {
|
|
2519
|
+
type: BooleanConstructor;
|
|
2520
|
+
default: boolean;
|
|
2521
|
+
};
|
|
2522
|
+
closeDialogTitle: {
|
|
2523
|
+
type: StringConstructor;
|
|
2524
|
+
default: string;
|
|
2525
|
+
};
|
|
2526
|
+
closeDialogContent: {
|
|
2527
|
+
type: StringConstructor;
|
|
2528
|
+
default: string;
|
|
2529
|
+
};
|
|
2530
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2531
|
+
subscribes: ProductSubscribe[];
|
|
2532
|
+
enableOpenDialog: boolean;
|
|
2533
|
+
openDialogShowTitle: boolean;
|
|
2534
|
+
openDialogTitle: string;
|
|
2535
|
+
openDialogContent: string;
|
|
2536
|
+
enableCloseDialog: boolean;
|
|
2537
|
+
closeDialogShowTitle: boolean;
|
|
2538
|
+
closeDialogTitle: string;
|
|
2539
|
+
closeDialogContent: string;
|
|
2540
|
+
centerImageUrl: string;
|
|
2541
|
+
showBottomWhenOff: boolean;
|
|
1988
2542
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
1989
2543
|
P: {};
|
|
1990
2544
|
B: {};
|
|
@@ -1993,35 +2547,188 @@ export declare const UpCommonInfo: {
|
|
|
1993
2547
|
M: {};
|
|
1994
2548
|
Defaults: {};
|
|
1995
2549
|
}, Readonly<ExtractPropTypes< {
|
|
1996
|
-
|
|
1997
|
-
type: PropType<
|
|
2550
|
+
subscribes: {
|
|
2551
|
+
type: PropType<ProductSubscribe[]>;
|
|
1998
2552
|
default: () => never[];
|
|
1999
2553
|
};
|
|
2000
|
-
|
|
2001
|
-
type:
|
|
2002
|
-
default:
|
|
2554
|
+
centerImageUrl: {
|
|
2555
|
+
type: StringConstructor;
|
|
2556
|
+
default: string;
|
|
2003
2557
|
};
|
|
2004
|
-
|
|
2005
|
-
type:
|
|
2006
|
-
default:
|
|
2558
|
+
showBottomWhenOff: {
|
|
2559
|
+
type: BooleanConstructor;
|
|
2560
|
+
default: boolean;
|
|
2007
2561
|
};
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2562
|
+
enableOpenDialog: {
|
|
2563
|
+
type: BooleanConstructor;
|
|
2564
|
+
default: boolean;
|
|
2565
|
+
};
|
|
2566
|
+
openDialogShowTitle: {
|
|
2567
|
+
type: BooleanConstructor;
|
|
2568
|
+
default: boolean;
|
|
2569
|
+
};
|
|
2570
|
+
openDialogTitle: {
|
|
2571
|
+
type: StringConstructor;
|
|
2572
|
+
default: string;
|
|
2573
|
+
};
|
|
2574
|
+
openDialogContent: {
|
|
2575
|
+
type: StringConstructor;
|
|
2576
|
+
default: string;
|
|
2577
|
+
};
|
|
2578
|
+
enableCloseDialog: {
|
|
2579
|
+
type: BooleanConstructor;
|
|
2580
|
+
default: boolean;
|
|
2581
|
+
};
|
|
2582
|
+
closeDialogShowTitle: {
|
|
2583
|
+
type: BooleanConstructor;
|
|
2584
|
+
default: boolean;
|
|
2585
|
+
};
|
|
2586
|
+
closeDialogTitle: {
|
|
2587
|
+
type: StringConstructor;
|
|
2588
|
+
default: string;
|
|
2589
|
+
};
|
|
2590
|
+
closeDialogContent: {
|
|
2591
|
+
type: StringConstructor;
|
|
2592
|
+
default: string;
|
|
2593
|
+
};
|
|
2594
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2595
|
+
subscribes: ProductSubscribe[];
|
|
2596
|
+
enableOpenDialog: boolean;
|
|
2597
|
+
openDialogShowTitle: boolean;
|
|
2598
|
+
openDialogTitle: string;
|
|
2599
|
+
openDialogContent: string;
|
|
2600
|
+
enableCloseDialog: boolean;
|
|
2601
|
+
closeDialogShowTitle: boolean;
|
|
2602
|
+
closeDialogTitle: string;
|
|
2603
|
+
closeDialogContent: string;
|
|
2604
|
+
centerImageUrl: string;
|
|
2605
|
+
showBottomWhenOff: boolean;
|
|
2606
|
+
}>;
|
|
2607
|
+
__isFragment?: never;
|
|
2608
|
+
__isTeleport?: never;
|
|
2609
|
+
__isSuspense?: never;
|
|
2610
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2611
|
+
subscribes: {
|
|
2612
|
+
type: PropType<ProductSubscribe[]>;
|
|
2613
|
+
default: () => never[];
|
|
2614
|
+
};
|
|
2615
|
+
centerImageUrl: {
|
|
2616
|
+
type: StringConstructor;
|
|
2617
|
+
default: string;
|
|
2618
|
+
};
|
|
2619
|
+
showBottomWhenOff: {
|
|
2620
|
+
type: BooleanConstructor;
|
|
2621
|
+
default: boolean;
|
|
2622
|
+
};
|
|
2623
|
+
enableOpenDialog: {
|
|
2624
|
+
type: BooleanConstructor;
|
|
2625
|
+
default: boolean;
|
|
2626
|
+
};
|
|
2627
|
+
openDialogShowTitle: {
|
|
2628
|
+
type: BooleanConstructor;
|
|
2629
|
+
default: boolean;
|
|
2630
|
+
};
|
|
2631
|
+
openDialogTitle: {
|
|
2632
|
+
type: StringConstructor;
|
|
2633
|
+
default: string;
|
|
2634
|
+
};
|
|
2635
|
+
openDialogContent: {
|
|
2636
|
+
type: StringConstructor;
|
|
2637
|
+
default: string;
|
|
2638
|
+
};
|
|
2639
|
+
enableCloseDialog: {
|
|
2640
|
+
type: BooleanConstructor;
|
|
2641
|
+
default: boolean;
|
|
2642
|
+
};
|
|
2643
|
+
closeDialogShowTitle: {
|
|
2644
|
+
type: BooleanConstructor;
|
|
2645
|
+
default: boolean;
|
|
2646
|
+
};
|
|
2647
|
+
closeDialogTitle: {
|
|
2648
|
+
type: StringConstructor;
|
|
2649
|
+
default: string;
|
|
2650
|
+
};
|
|
2651
|
+
closeDialogContent: {
|
|
2652
|
+
type: StringConstructor;
|
|
2653
|
+
default: string;
|
|
2654
|
+
};
|
|
2655
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2656
|
+
subscribes: ProductSubscribe[];
|
|
2657
|
+
enableOpenDialog: boolean;
|
|
2658
|
+
openDialogShowTitle: boolean;
|
|
2659
|
+
openDialogTitle: string;
|
|
2660
|
+
openDialogContent: string;
|
|
2661
|
+
enableCloseDialog: boolean;
|
|
2662
|
+
closeDialogShowTitle: boolean;
|
|
2663
|
+
closeDialogTitle: string;
|
|
2664
|
+
closeDialogContent: string;
|
|
2665
|
+
centerImageUrl: string;
|
|
2666
|
+
showBottomWhenOff: boolean;
|
|
2667
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2668
|
+
|
|
2669
|
+
export declare const UpCommonInfo: {
|
|
2670
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2671
|
+
items: {
|
|
2672
|
+
type: PropType<CommonInfoItem[]>;
|
|
2673
|
+
default: () => never[];
|
|
2674
|
+
};
|
|
2675
|
+
minVisibleItems: {
|
|
2676
|
+
type: NumberConstructor;
|
|
2677
|
+
default: number;
|
|
2678
|
+
};
|
|
2679
|
+
itemsPerPage: {
|
|
2680
|
+
type: NumberConstructor;
|
|
2681
|
+
default: number;
|
|
2682
|
+
};
|
|
2683
|
+
}>> & Readonly<{
|
|
2684
|
+
"onItem-click"?: ((payload: {
|
|
2685
|
+
item: CommonInfoItem;
|
|
2686
|
+
}) => any) | undefined;
|
|
2687
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2688
|
+
"item-click": (payload: {
|
|
2689
|
+
item: CommonInfoItem;
|
|
2690
|
+
}) => any;
|
|
2691
|
+
}, PublicProps, {
|
|
2692
|
+
items: CommonInfoItem[];
|
|
2693
|
+
minVisibleItems: number;
|
|
2694
|
+
itemsPerPage: number;
|
|
2695
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2696
|
+
P: {};
|
|
2697
|
+
B: {};
|
|
2698
|
+
D: {};
|
|
2699
|
+
C: {};
|
|
2700
|
+
M: {};
|
|
2701
|
+
Defaults: {};
|
|
2702
|
+
}, Readonly<ExtractPropTypes< {
|
|
2703
|
+
items: {
|
|
2704
|
+
type: PropType<CommonInfoItem[]>;
|
|
2705
|
+
default: () => never[];
|
|
2706
|
+
};
|
|
2707
|
+
minVisibleItems: {
|
|
2708
|
+
type: NumberConstructor;
|
|
2709
|
+
default: number;
|
|
2710
|
+
};
|
|
2711
|
+
itemsPerPage: {
|
|
2712
|
+
type: NumberConstructor;
|
|
2713
|
+
default: number;
|
|
2714
|
+
};
|
|
2715
|
+
}>> & Readonly<{
|
|
2716
|
+
"onItem-click"?: ((payload: {
|
|
2717
|
+
item: CommonInfoItem;
|
|
2718
|
+
}) => any) | undefined;
|
|
2719
|
+
}>, {}, {}, {}, {}, {
|
|
2720
|
+
items: CommonInfoItem[];
|
|
2721
|
+
minVisibleItems: number;
|
|
2722
|
+
itemsPerPage: number;
|
|
2723
|
+
}>;
|
|
2724
|
+
__isFragment?: never;
|
|
2725
|
+
__isTeleport?: never;
|
|
2726
|
+
__isSuspense?: never;
|
|
2727
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2728
|
+
items: {
|
|
2729
|
+
type: PropType<CommonInfoItem[]>;
|
|
2730
|
+
default: () => never[];
|
|
2731
|
+
};
|
|
2025
2732
|
minVisibleItems: {
|
|
2026
2733
|
type: NumberConstructor;
|
|
2027
2734
|
default: number;
|
|
@@ -2080,26 +2787,20 @@ theme: "dark" | "light";
|
|
|
2080
2787
|
};
|
|
2081
2788
|
}) & Plugin_2;
|
|
2082
2789
|
|
|
2083
|
-
export declare const
|
|
2790
|
+
export declare const UpDelay: {
|
|
2084
2791
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2085
|
-
|
|
2086
|
-
type:
|
|
2087
|
-
default:
|
|
2792
|
+
readonly recordSettingTime: {
|
|
2793
|
+
readonly type: BooleanConstructor;
|
|
2794
|
+
readonly default: false;
|
|
2088
2795
|
};
|
|
2089
|
-
|
|
2090
|
-
type: PropType<
|
|
2091
|
-
default:
|
|
2796
|
+
readonly cardSize: {
|
|
2797
|
+
readonly type: PropType<DelayCardSize>;
|
|
2798
|
+
readonly default: "half";
|
|
2092
2799
|
};
|
|
2093
|
-
}>> & Readonly<{
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
}
|
|
2097
|
-
change: (value: string, item: EnumItem) => any;
|
|
2098
|
-
"update:modelValue": (value: string) => any;
|
|
2099
|
-
}, PublicProps, {
|
|
2100
|
-
subscribes: ProductSubscribe[];
|
|
2101
|
-
iconStyle: "chevron" | "caret" | "plus-minus";
|
|
2102
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2800
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2801
|
+
readonly cardSize: DelayCardSize;
|
|
2802
|
+
readonly recordSettingTime: boolean;
|
|
2803
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2103
2804
|
P: {};
|
|
2104
2805
|
B: {};
|
|
2105
2806
|
D: {};
|
|
@@ -2107,42 +2808,33 @@ export declare const UpEnumControl: {
|
|
|
2107
2808
|
M: {};
|
|
2108
2809
|
Defaults: {};
|
|
2109
2810
|
}, Readonly<ExtractPropTypes< {
|
|
2110
|
-
|
|
2111
|
-
type:
|
|
2112
|
-
default:
|
|
2811
|
+
readonly recordSettingTime: {
|
|
2812
|
+
readonly type: BooleanConstructor;
|
|
2813
|
+
readonly default: false;
|
|
2113
2814
|
};
|
|
2114
|
-
|
|
2115
|
-
type: PropType<
|
|
2116
|
-
default:
|
|
2815
|
+
readonly cardSize: {
|
|
2816
|
+
readonly type: PropType<DelayCardSize>;
|
|
2817
|
+
readonly default: "half";
|
|
2117
2818
|
};
|
|
2118
|
-
}>> & Readonly<{
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
}>, {}, {}, {}, {}, {
|
|
2122
|
-
subscribes: ProductSubscribe[];
|
|
2123
|
-
iconStyle: "chevron" | "caret" | "plus-minus";
|
|
2819
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2820
|
+
readonly cardSize: DelayCardSize;
|
|
2821
|
+
readonly recordSettingTime: boolean;
|
|
2124
2822
|
}>;
|
|
2125
2823
|
__isFragment?: never;
|
|
2126
2824
|
__isTeleport?: never;
|
|
2127
2825
|
__isSuspense?: never;
|
|
2128
2826
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2129
|
-
|
|
2130
|
-
type:
|
|
2131
|
-
default:
|
|
2827
|
+
readonly recordSettingTime: {
|
|
2828
|
+
readonly type: BooleanConstructor;
|
|
2829
|
+
readonly default: false;
|
|
2132
2830
|
};
|
|
2133
|
-
|
|
2134
|
-
type: PropType<
|
|
2135
|
-
default:
|
|
2831
|
+
readonly cardSize: {
|
|
2832
|
+
readonly type: PropType<DelayCardSize>;
|
|
2833
|
+
readonly default: "half";
|
|
2136
2834
|
};
|
|
2137
|
-
}>> & Readonly<{
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2141
|
-
change: (value: string, item: EnumItem) => any;
|
|
2142
|
-
"update:modelValue": (value: string) => any;
|
|
2143
|
-
}, string, {
|
|
2144
|
-
subscribes: ProductSubscribe[];
|
|
2145
|
-
iconStyle: "chevron" | "caret" | "plus-minus";
|
|
2835
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2836
|
+
readonly cardSize: DelayCardSize;
|
|
2837
|
+
readonly recordSettingTime: boolean;
|
|
2146
2838
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2147
2839
|
|
|
2148
2840
|
export declare const UpEnumStatus: {
|
|
@@ -2349,25 +3041,18 @@ statusColor: string;
|
|
|
2349
3041
|
ratio: number;
|
|
2350
3042
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2351
3043
|
|
|
2352
|
-
export declare const
|
|
3044
|
+
export declare const UpFirmwareUpdates: {
|
|
2353
3045
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2354
|
-
|
|
2355
|
-
type: PropType<
|
|
2356
|
-
default:
|
|
2357
|
-
};
|
|
2358
|
-
columns: {
|
|
2359
|
-
type: NumberConstructor;
|
|
2360
|
-
default: number;
|
|
3046
|
+
cardSize: {
|
|
3047
|
+
type: PropType<FirmwareUpdatesCardSize>;
|
|
3048
|
+
default: string;
|
|
2361
3049
|
};
|
|
2362
3050
|
}>> & Readonly<{
|
|
2363
|
-
|
|
2364
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3051
|
+
onClick?: (() => any) | undefined;
|
|
2365
3052
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2366
|
-
|
|
2367
|
-
"update:modelValue": (value: string) => any;
|
|
3053
|
+
click: () => any;
|
|
2368
3054
|
}, PublicProps, {
|
|
2369
|
-
|
|
2370
|
-
columns: number;
|
|
3055
|
+
cardSize: FirmwareUpdatesCardSize;
|
|
2371
3056
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2372
3057
|
P: {};
|
|
2373
3058
|
B: {};
|
|
@@ -2376,62 +3061,49 @@ export declare const UpEnumTile: {
|
|
|
2376
3061
|
M: {};
|
|
2377
3062
|
Defaults: {};
|
|
2378
3063
|
}, Readonly<ExtractPropTypes< {
|
|
2379
|
-
|
|
2380
|
-
type: PropType<
|
|
2381
|
-
default:
|
|
2382
|
-
};
|
|
2383
|
-
columns: {
|
|
2384
|
-
type: NumberConstructor;
|
|
2385
|
-
default: number;
|
|
3064
|
+
cardSize: {
|
|
3065
|
+
type: PropType<FirmwareUpdatesCardSize>;
|
|
3066
|
+
default: string;
|
|
2386
3067
|
};
|
|
2387
3068
|
}>> & Readonly<{
|
|
2388
|
-
|
|
2389
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3069
|
+
onClick?: (() => any) | undefined;
|
|
2390
3070
|
}>, {}, {}, {}, {}, {
|
|
2391
|
-
|
|
2392
|
-
columns: number;
|
|
3071
|
+
cardSize: FirmwareUpdatesCardSize;
|
|
2393
3072
|
}>;
|
|
2394
3073
|
__isFragment?: never;
|
|
2395
3074
|
__isTeleport?: never;
|
|
2396
3075
|
__isSuspense?: never;
|
|
2397
3076
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2398
|
-
|
|
2399
|
-
type: PropType<
|
|
2400
|
-
default:
|
|
2401
|
-
};
|
|
2402
|
-
columns: {
|
|
2403
|
-
type: NumberConstructor;
|
|
2404
|
-
default: number;
|
|
3077
|
+
cardSize: {
|
|
3078
|
+
type: PropType<FirmwareUpdatesCardSize>;
|
|
3079
|
+
default: string;
|
|
2405
3080
|
};
|
|
2406
3081
|
}>> & Readonly<{
|
|
2407
|
-
|
|
2408
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3082
|
+
onClick?: (() => any) | undefined;
|
|
2409
3083
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2410
|
-
|
|
2411
|
-
"update:modelValue": (value: string) => any;
|
|
3084
|
+
click: () => any;
|
|
2412
3085
|
}, string, {
|
|
2413
|
-
|
|
2414
|
-
columns: number;
|
|
3086
|
+
cardSize: FirmwareUpdatesCardSize;
|
|
2415
3087
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2416
3088
|
|
|
2417
|
-
export declare const
|
|
3089
|
+
export declare const UpGeneralCombinedDelivery: {
|
|
2418
3090
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2419
3091
|
subscribes: {
|
|
2420
3092
|
type: PropType<ProductSubscribe[]>;
|
|
2421
3093
|
default: () => never[];
|
|
2422
3094
|
};
|
|
2423
|
-
|
|
2424
|
-
type:
|
|
2425
|
-
default:
|
|
3095
|
+
showTitle: {
|
|
3096
|
+
type: BooleanConstructor;
|
|
3097
|
+
default: boolean;
|
|
2426
3098
|
};
|
|
2427
|
-
|
|
2428
|
-
type: PropType<
|
|
2429
|
-
default:
|
|
3099
|
+
modeOptionConfigs: {
|
|
3100
|
+
type: PropType<GeneralCombinedDeliveryModeOptionConfig[]>;
|
|
3101
|
+
default: () => never[];
|
|
2430
3102
|
};
|
|
2431
3103
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2432
3104
|
subscribes: ProductSubscribe[];
|
|
2433
|
-
|
|
2434
|
-
|
|
3105
|
+
showTitle: boolean;
|
|
3106
|
+
modeOptionConfigs: GeneralCombinedDeliveryModeOptionConfig[];
|
|
2435
3107
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2436
3108
|
P: {};
|
|
2437
3109
|
B: {};
|
|
@@ -2444,18 +3116,18 @@ export declare const UpGeneralEnumDialogCard: {
|
|
|
2444
3116
|
type: PropType<ProductSubscribe[]>;
|
|
2445
3117
|
default: () => never[];
|
|
2446
3118
|
};
|
|
2447
|
-
|
|
2448
|
-
type:
|
|
2449
|
-
default:
|
|
3119
|
+
showTitle: {
|
|
3120
|
+
type: BooleanConstructor;
|
|
3121
|
+
default: boolean;
|
|
2450
3122
|
};
|
|
2451
|
-
|
|
2452
|
-
type: PropType<
|
|
2453
|
-
default:
|
|
3123
|
+
modeOptionConfigs: {
|
|
3124
|
+
type: PropType<GeneralCombinedDeliveryModeOptionConfig[]>;
|
|
3125
|
+
default: () => never[];
|
|
2454
3126
|
};
|
|
2455
3127
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2456
3128
|
subscribes: ProductSubscribe[];
|
|
2457
|
-
|
|
2458
|
-
|
|
3129
|
+
showTitle: boolean;
|
|
3130
|
+
modeOptionConfigs: GeneralCombinedDeliveryModeOptionConfig[];
|
|
2459
3131
|
}>;
|
|
2460
3132
|
__isFragment?: never;
|
|
2461
3133
|
__isTeleport?: never;
|
|
@@ -2465,12 +3137,77 @@ subscribes: {
|
|
|
2465
3137
|
type: PropType<ProductSubscribe[]>;
|
|
2466
3138
|
default: () => never[];
|
|
2467
3139
|
};
|
|
2468
|
-
|
|
2469
|
-
type:
|
|
3140
|
+
showTitle: {
|
|
3141
|
+
type: BooleanConstructor;
|
|
3142
|
+
default: boolean;
|
|
3143
|
+
};
|
|
3144
|
+
modeOptionConfigs: {
|
|
3145
|
+
type: PropType<GeneralCombinedDeliveryModeOptionConfig[]>;
|
|
2470
3146
|
default: () => never[];
|
|
2471
3147
|
};
|
|
2472
|
-
|
|
2473
|
-
|
|
3148
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3149
|
+
subscribes: ProductSubscribe[];
|
|
3150
|
+
showTitle: boolean;
|
|
3151
|
+
modeOptionConfigs: GeneralCombinedDeliveryModeOptionConfig[];
|
|
3152
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3153
|
+
|
|
3154
|
+
export declare const UpGeneralEnumDialogCard: {
|
|
3155
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3156
|
+
subscribes: {
|
|
3157
|
+
type: PropType<ProductSubscribe[]>;
|
|
3158
|
+
default: () => never[];
|
|
3159
|
+
};
|
|
3160
|
+
visibleEnumValues: {
|
|
3161
|
+
type: PropType<Array<string | number>>;
|
|
3162
|
+
default: () => never[];
|
|
3163
|
+
};
|
|
3164
|
+
cardSize: {
|
|
3165
|
+
type: PropType<GeneralEnumDialogCardSize>;
|
|
3166
|
+
default: string;
|
|
3167
|
+
};
|
|
3168
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3169
|
+
subscribes: ProductSubscribe[];
|
|
3170
|
+
cardSize: GeneralEnumDialogCardSize;
|
|
3171
|
+
visibleEnumValues: (string | number)[];
|
|
3172
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3173
|
+
P: {};
|
|
3174
|
+
B: {};
|
|
3175
|
+
D: {};
|
|
3176
|
+
C: {};
|
|
3177
|
+
M: {};
|
|
3178
|
+
Defaults: {};
|
|
3179
|
+
}, Readonly<ExtractPropTypes< {
|
|
3180
|
+
subscribes: {
|
|
3181
|
+
type: PropType<ProductSubscribe[]>;
|
|
3182
|
+
default: () => never[];
|
|
3183
|
+
};
|
|
3184
|
+
visibleEnumValues: {
|
|
3185
|
+
type: PropType<Array<string | number>>;
|
|
3186
|
+
default: () => never[];
|
|
3187
|
+
};
|
|
3188
|
+
cardSize: {
|
|
3189
|
+
type: PropType<GeneralEnumDialogCardSize>;
|
|
3190
|
+
default: string;
|
|
3191
|
+
};
|
|
3192
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3193
|
+
subscribes: ProductSubscribe[];
|
|
3194
|
+
cardSize: GeneralEnumDialogCardSize;
|
|
3195
|
+
visibleEnumValues: (string | number)[];
|
|
3196
|
+
}>;
|
|
3197
|
+
__isFragment?: never;
|
|
3198
|
+
__isTeleport?: never;
|
|
3199
|
+
__isSuspense?: never;
|
|
3200
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3201
|
+
subscribes: {
|
|
3202
|
+
type: PropType<ProductSubscribe[]>;
|
|
3203
|
+
default: () => never[];
|
|
3204
|
+
};
|
|
3205
|
+
visibleEnumValues: {
|
|
3206
|
+
type: PropType<Array<string | number>>;
|
|
3207
|
+
default: () => never[];
|
|
3208
|
+
};
|
|
3209
|
+
cardSize: {
|
|
3210
|
+
type: PropType<GeneralEnumDialogCardSize>;
|
|
2474
3211
|
default: string;
|
|
2475
3212
|
};
|
|
2476
3213
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
@@ -2517,23 +3254,474 @@ export declare const UpGeneralEnumDroplistCard: {
|
|
|
2517
3254
|
type: PropType<ProductSubscribe[]>;
|
|
2518
3255
|
default: () => never[];
|
|
2519
3256
|
};
|
|
2520
|
-
visibleEnumValues: {
|
|
2521
|
-
type: PropType<Array<string | number>>;
|
|
3257
|
+
visibleEnumValues: {
|
|
3258
|
+
type: PropType<Array<string | number>>;
|
|
3259
|
+
default: () => never[];
|
|
3260
|
+
};
|
|
3261
|
+
cardSize: {
|
|
3262
|
+
type: PropType<GeneralEnumDroplistCardSize>;
|
|
3263
|
+
default: string;
|
|
3264
|
+
};
|
|
3265
|
+
hasDefaultValue: {
|
|
3266
|
+
type: BooleanConstructor;
|
|
3267
|
+
default: boolean;
|
|
3268
|
+
};
|
|
3269
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3270
|
+
subscribes: ProductSubscribe[];
|
|
3271
|
+
cardSize: GeneralEnumDroplistCardSize;
|
|
3272
|
+
visibleEnumValues: (string | number)[];
|
|
3273
|
+
hasDefaultValue: boolean;
|
|
3274
|
+
}>;
|
|
3275
|
+
__isFragment?: never;
|
|
3276
|
+
__isTeleport?: never;
|
|
3277
|
+
__isSuspense?: never;
|
|
3278
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3279
|
+
subscribes: {
|
|
3280
|
+
type: PropType<ProductSubscribe[]>;
|
|
3281
|
+
default: () => never[];
|
|
3282
|
+
};
|
|
3283
|
+
visibleEnumValues: {
|
|
3284
|
+
type: PropType<Array<string | number>>;
|
|
3285
|
+
default: () => never[];
|
|
3286
|
+
};
|
|
3287
|
+
cardSize: {
|
|
3288
|
+
type: PropType<GeneralEnumDroplistCardSize>;
|
|
3289
|
+
default: string;
|
|
3290
|
+
};
|
|
3291
|
+
hasDefaultValue: {
|
|
3292
|
+
type: BooleanConstructor;
|
|
3293
|
+
default: boolean;
|
|
3294
|
+
};
|
|
3295
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3296
|
+
subscribes: ProductSubscribe[];
|
|
3297
|
+
cardSize: GeneralEnumDroplistCardSize;
|
|
3298
|
+
visibleEnumValues: (string | number)[];
|
|
3299
|
+
hasDefaultValue: boolean;
|
|
3300
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3301
|
+
|
|
3302
|
+
export declare const UpGeneralEnumSlider: {
|
|
3303
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3304
|
+
subscribes: {
|
|
3305
|
+
type: PropType<ProductSubscribe[]>;
|
|
3306
|
+
default: () => never[];
|
|
3307
|
+
};
|
|
3308
|
+
visibleEnumValues: {
|
|
3309
|
+
type: PropType<Array<string | number>>;
|
|
3310
|
+
default: () => never[];
|
|
3311
|
+
};
|
|
3312
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3313
|
+
subscribes: ProductSubscribe[];
|
|
3314
|
+
visibleEnumValues: (string | number)[];
|
|
3315
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
3316
|
+
sliderWrapRef: HTMLDivElement;
|
|
3317
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
3318
|
+
P: {};
|
|
3319
|
+
B: {};
|
|
3320
|
+
D: {};
|
|
3321
|
+
C: {};
|
|
3322
|
+
M: {};
|
|
3323
|
+
Defaults: {};
|
|
3324
|
+
}, Readonly<ExtractPropTypes< {
|
|
3325
|
+
subscribes: {
|
|
3326
|
+
type: PropType<ProductSubscribe[]>;
|
|
3327
|
+
default: () => never[];
|
|
3328
|
+
};
|
|
3329
|
+
visibleEnumValues: {
|
|
3330
|
+
type: PropType<Array<string | number>>;
|
|
3331
|
+
default: () => never[];
|
|
3332
|
+
};
|
|
3333
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3334
|
+
subscribes: ProductSubscribe[];
|
|
3335
|
+
visibleEnumValues: (string | number)[];
|
|
3336
|
+
}>;
|
|
3337
|
+
__isFragment?: never;
|
|
3338
|
+
__isTeleport?: never;
|
|
3339
|
+
__isSuspense?: never;
|
|
3340
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3341
|
+
subscribes: {
|
|
3342
|
+
type: PropType<ProductSubscribe[]>;
|
|
3343
|
+
default: () => never[];
|
|
3344
|
+
};
|
|
3345
|
+
visibleEnumValues: {
|
|
3346
|
+
type: PropType<Array<string | number>>;
|
|
3347
|
+
default: () => never[];
|
|
3348
|
+
};
|
|
3349
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3350
|
+
subscribes: ProductSubscribe[];
|
|
3351
|
+
visibleEnumValues: (string | number)[];
|
|
3352
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3353
|
+
|
|
3354
|
+
export declare const UpGeneralEnumTile: {
|
|
3355
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3356
|
+
subscribes: {
|
|
3357
|
+
type: PropType<ProductSubscribe[]>;
|
|
3358
|
+
default: () => never[];
|
|
3359
|
+
};
|
|
3360
|
+
showTitle: {
|
|
3361
|
+
type: BooleanConstructor;
|
|
3362
|
+
default: boolean;
|
|
3363
|
+
};
|
|
3364
|
+
singleTapDispatch: {
|
|
3365
|
+
type: BooleanConstructor;
|
|
3366
|
+
default: boolean;
|
|
3367
|
+
};
|
|
3368
|
+
invertEnabled: {
|
|
3369
|
+
type: BooleanConstructor;
|
|
3370
|
+
default: boolean;
|
|
3371
|
+
};
|
|
3372
|
+
invertEnumValue: {
|
|
3373
|
+
type: PropType<string | number>;
|
|
3374
|
+
default: string;
|
|
3375
|
+
};
|
|
3376
|
+
enumOptionConfigs: {
|
|
3377
|
+
type: PropType<GeneralEnumTileOptionConfig[]>;
|
|
3378
|
+
default: () => never[];
|
|
3379
|
+
};
|
|
3380
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3381
|
+
subscribes: ProductSubscribe[];
|
|
3382
|
+
showTitle: boolean;
|
|
3383
|
+
singleTapDispatch: boolean;
|
|
3384
|
+
invertEnabled: boolean;
|
|
3385
|
+
invertEnumValue: string | number;
|
|
3386
|
+
enumOptionConfigs: GeneralEnumTileOptionConfig[];
|
|
3387
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3388
|
+
P: {};
|
|
3389
|
+
B: {};
|
|
3390
|
+
D: {};
|
|
3391
|
+
C: {};
|
|
3392
|
+
M: {};
|
|
3393
|
+
Defaults: {};
|
|
3394
|
+
}, Readonly<ExtractPropTypes< {
|
|
3395
|
+
subscribes: {
|
|
3396
|
+
type: PropType<ProductSubscribe[]>;
|
|
3397
|
+
default: () => never[];
|
|
3398
|
+
};
|
|
3399
|
+
showTitle: {
|
|
3400
|
+
type: BooleanConstructor;
|
|
3401
|
+
default: boolean;
|
|
3402
|
+
};
|
|
3403
|
+
singleTapDispatch: {
|
|
3404
|
+
type: BooleanConstructor;
|
|
3405
|
+
default: boolean;
|
|
3406
|
+
};
|
|
3407
|
+
invertEnabled: {
|
|
3408
|
+
type: BooleanConstructor;
|
|
3409
|
+
default: boolean;
|
|
3410
|
+
};
|
|
3411
|
+
invertEnumValue: {
|
|
3412
|
+
type: PropType<string | number>;
|
|
3413
|
+
default: string;
|
|
3414
|
+
};
|
|
3415
|
+
enumOptionConfigs: {
|
|
3416
|
+
type: PropType<GeneralEnumTileOptionConfig[]>;
|
|
3417
|
+
default: () => never[];
|
|
3418
|
+
};
|
|
3419
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3420
|
+
subscribes: ProductSubscribe[];
|
|
3421
|
+
showTitle: boolean;
|
|
3422
|
+
singleTapDispatch: boolean;
|
|
3423
|
+
invertEnabled: boolean;
|
|
3424
|
+
invertEnumValue: string | number;
|
|
3425
|
+
enumOptionConfigs: GeneralEnumTileOptionConfig[];
|
|
3426
|
+
}>;
|
|
3427
|
+
__isFragment?: never;
|
|
3428
|
+
__isTeleport?: never;
|
|
3429
|
+
__isSuspense?: never;
|
|
3430
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3431
|
+
subscribes: {
|
|
3432
|
+
type: PropType<ProductSubscribe[]>;
|
|
3433
|
+
default: () => never[];
|
|
3434
|
+
};
|
|
3435
|
+
showTitle: {
|
|
3436
|
+
type: BooleanConstructor;
|
|
3437
|
+
default: boolean;
|
|
3438
|
+
};
|
|
3439
|
+
singleTapDispatch: {
|
|
3440
|
+
type: BooleanConstructor;
|
|
3441
|
+
default: boolean;
|
|
3442
|
+
};
|
|
3443
|
+
invertEnabled: {
|
|
3444
|
+
type: BooleanConstructor;
|
|
3445
|
+
default: boolean;
|
|
3446
|
+
};
|
|
3447
|
+
invertEnumValue: {
|
|
3448
|
+
type: PropType<string | number>;
|
|
3449
|
+
default: string;
|
|
3450
|
+
};
|
|
3451
|
+
enumOptionConfigs: {
|
|
3452
|
+
type: PropType<GeneralEnumTileOptionConfig[]>;
|
|
3453
|
+
default: () => never[];
|
|
3454
|
+
};
|
|
3455
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3456
|
+
subscribes: ProductSubscribe[];
|
|
3457
|
+
showTitle: boolean;
|
|
3458
|
+
singleTapDispatch: boolean;
|
|
3459
|
+
invertEnabled: boolean;
|
|
3460
|
+
invertEnumValue: string | number;
|
|
3461
|
+
enumOptionConfigs: GeneralEnumTileOptionConfig[];
|
|
3462
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3463
|
+
$slots: {
|
|
3464
|
+
default?(_: {}): any;
|
|
3465
|
+
};
|
|
3466
|
+
}) & Plugin_2;
|
|
3467
|
+
|
|
3468
|
+
export declare const UpGeneralHistoricalRecord: {
|
|
3469
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3470
|
+
items: {
|
|
3471
|
+
type: PropType<GeneralHistoricalRecordConfigItem[]>;
|
|
3472
|
+
default: () => never[];
|
|
3473
|
+
};
|
|
3474
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3475
|
+
items: GeneralHistoricalRecordConfigItem[];
|
|
3476
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3477
|
+
P: {};
|
|
3478
|
+
B: {};
|
|
3479
|
+
D: {};
|
|
3480
|
+
C: {};
|
|
3481
|
+
M: {};
|
|
3482
|
+
Defaults: {};
|
|
3483
|
+
}, Readonly<ExtractPropTypes< {
|
|
3484
|
+
items: {
|
|
3485
|
+
type: PropType<GeneralHistoricalRecordConfigItem[]>;
|
|
3486
|
+
default: () => never[];
|
|
3487
|
+
};
|
|
3488
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3489
|
+
items: GeneralHistoricalRecordConfigItem[];
|
|
3490
|
+
}>;
|
|
3491
|
+
__isFragment?: never;
|
|
3492
|
+
__isTeleport?: never;
|
|
3493
|
+
__isSuspense?: never;
|
|
3494
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3495
|
+
items: {
|
|
3496
|
+
type: PropType<GeneralHistoricalRecordConfigItem[]>;
|
|
3497
|
+
default: () => never[];
|
|
3498
|
+
};
|
|
3499
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3500
|
+
items: GeneralHistoricalRecordConfigItem[];
|
|
3501
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3502
|
+
|
|
3503
|
+
export declare const UpGeneralIntCard: {
|
|
3504
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3505
|
+
subscribes: {
|
|
3506
|
+
type: PropType<ProductSubscribe[]>;
|
|
3507
|
+
default: () => never[];
|
|
3508
|
+
};
|
|
3509
|
+
styleType: {
|
|
3510
|
+
type: PropType<GeneralIntCardStyleType>;
|
|
3511
|
+
default: string;
|
|
3512
|
+
};
|
|
3513
|
+
unit: {
|
|
3514
|
+
type: StringConstructor;
|
|
3515
|
+
default: string;
|
|
3516
|
+
};
|
|
3517
|
+
hasPopup: {
|
|
3518
|
+
type: BooleanConstructor;
|
|
3519
|
+
default: boolean;
|
|
3520
|
+
};
|
|
3521
|
+
isDeviceInt: {
|
|
3522
|
+
type: BooleanConstructor;
|
|
3523
|
+
default: boolean;
|
|
3524
|
+
};
|
|
3525
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3526
|
+
subscribes: ProductSubscribe[];
|
|
3527
|
+
unit: string;
|
|
3528
|
+
styleType: GeneralIntCardStyleType;
|
|
3529
|
+
hasPopup: boolean;
|
|
3530
|
+
isDeviceInt: boolean;
|
|
3531
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3532
|
+
P: {};
|
|
3533
|
+
B: {};
|
|
3534
|
+
D: {};
|
|
3535
|
+
C: {};
|
|
3536
|
+
M: {};
|
|
3537
|
+
Defaults: {};
|
|
3538
|
+
}, Readonly<ExtractPropTypes< {
|
|
3539
|
+
subscribes: {
|
|
3540
|
+
type: PropType<ProductSubscribe[]>;
|
|
3541
|
+
default: () => never[];
|
|
3542
|
+
};
|
|
3543
|
+
styleType: {
|
|
3544
|
+
type: PropType<GeneralIntCardStyleType>;
|
|
3545
|
+
default: string;
|
|
3546
|
+
};
|
|
3547
|
+
unit: {
|
|
3548
|
+
type: StringConstructor;
|
|
3549
|
+
default: string;
|
|
3550
|
+
};
|
|
3551
|
+
hasPopup: {
|
|
3552
|
+
type: BooleanConstructor;
|
|
3553
|
+
default: boolean;
|
|
3554
|
+
};
|
|
3555
|
+
isDeviceInt: {
|
|
3556
|
+
type: BooleanConstructor;
|
|
3557
|
+
default: boolean;
|
|
3558
|
+
};
|
|
3559
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3560
|
+
subscribes: ProductSubscribe[];
|
|
3561
|
+
unit: string;
|
|
3562
|
+
styleType: GeneralIntCardStyleType;
|
|
3563
|
+
hasPopup: boolean;
|
|
3564
|
+
isDeviceInt: boolean;
|
|
3565
|
+
}>;
|
|
3566
|
+
__isFragment?: never;
|
|
3567
|
+
__isTeleport?: never;
|
|
3568
|
+
__isSuspense?: never;
|
|
3569
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3570
|
+
subscribes: {
|
|
3571
|
+
type: PropType<ProductSubscribe[]>;
|
|
3572
|
+
default: () => never[];
|
|
3573
|
+
};
|
|
3574
|
+
styleType: {
|
|
3575
|
+
type: PropType<GeneralIntCardStyleType>;
|
|
3576
|
+
default: string;
|
|
3577
|
+
};
|
|
3578
|
+
unit: {
|
|
3579
|
+
type: StringConstructor;
|
|
3580
|
+
default: string;
|
|
3581
|
+
};
|
|
3582
|
+
hasPopup: {
|
|
3583
|
+
type: BooleanConstructor;
|
|
3584
|
+
default: boolean;
|
|
3585
|
+
};
|
|
3586
|
+
isDeviceInt: {
|
|
3587
|
+
type: BooleanConstructor;
|
|
3588
|
+
default: boolean;
|
|
3589
|
+
};
|
|
3590
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3591
|
+
subscribes: ProductSubscribe[];
|
|
3592
|
+
unit: string;
|
|
3593
|
+
styleType: GeneralIntCardStyleType;
|
|
3594
|
+
hasPopup: boolean;
|
|
3595
|
+
isDeviceInt: boolean;
|
|
3596
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3597
|
+
|
|
3598
|
+
export declare const UpGeneralIntCircular: {
|
|
3599
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3600
|
+
subscribes: {
|
|
3601
|
+
type: PropType<ProductSubscribe[]>;
|
|
3602
|
+
default: () => never[];
|
|
3603
|
+
};
|
|
3604
|
+
dialogSubtitle: {
|
|
3605
|
+
type: StringConstructor;
|
|
3606
|
+
default: string;
|
|
3607
|
+
};
|
|
3608
|
+
displayUnit: {
|
|
3609
|
+
type: StringConstructor;
|
|
3610
|
+
default: string;
|
|
3611
|
+
};
|
|
3612
|
+
wheelLoop: {
|
|
3613
|
+
type: BooleanConstructor;
|
|
3614
|
+
default: boolean;
|
|
3615
|
+
};
|
|
3616
|
+
cardSize: {
|
|
3617
|
+
type: PropType<GeneralIntCircularCardSize>;
|
|
3618
|
+
default: string;
|
|
3619
|
+
};
|
|
3620
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3621
|
+
subscribes: ProductSubscribe[];
|
|
3622
|
+
cardSize: GeneralIntCircularCardSize;
|
|
3623
|
+
displayUnit: string;
|
|
3624
|
+
dialogSubtitle: string;
|
|
3625
|
+
wheelLoop: boolean;
|
|
3626
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3627
|
+
P: {};
|
|
3628
|
+
B: {};
|
|
3629
|
+
D: {};
|
|
3630
|
+
C: {};
|
|
3631
|
+
M: {};
|
|
3632
|
+
Defaults: {};
|
|
3633
|
+
}, Readonly<ExtractPropTypes< {
|
|
3634
|
+
subscribes: {
|
|
3635
|
+
type: PropType<ProductSubscribe[]>;
|
|
3636
|
+
default: () => never[];
|
|
3637
|
+
};
|
|
3638
|
+
dialogSubtitle: {
|
|
3639
|
+
type: StringConstructor;
|
|
3640
|
+
default: string;
|
|
3641
|
+
};
|
|
3642
|
+
displayUnit: {
|
|
3643
|
+
type: StringConstructor;
|
|
3644
|
+
default: string;
|
|
3645
|
+
};
|
|
3646
|
+
wheelLoop: {
|
|
3647
|
+
type: BooleanConstructor;
|
|
3648
|
+
default: boolean;
|
|
3649
|
+
};
|
|
3650
|
+
cardSize: {
|
|
3651
|
+
type: PropType<GeneralIntCircularCardSize>;
|
|
3652
|
+
default: string;
|
|
3653
|
+
};
|
|
3654
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3655
|
+
subscribes: ProductSubscribe[];
|
|
3656
|
+
cardSize: GeneralIntCircularCardSize;
|
|
3657
|
+
displayUnit: string;
|
|
3658
|
+
dialogSubtitle: string;
|
|
3659
|
+
wheelLoop: boolean;
|
|
3660
|
+
}>;
|
|
3661
|
+
__isFragment?: never;
|
|
3662
|
+
__isTeleport?: never;
|
|
3663
|
+
__isSuspense?: never;
|
|
3664
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3665
|
+
subscribes: {
|
|
3666
|
+
type: PropType<ProductSubscribe[]>;
|
|
3667
|
+
default: () => never[];
|
|
3668
|
+
};
|
|
3669
|
+
dialogSubtitle: {
|
|
3670
|
+
type: StringConstructor;
|
|
3671
|
+
default: string;
|
|
3672
|
+
};
|
|
3673
|
+
displayUnit: {
|
|
3674
|
+
type: StringConstructor;
|
|
3675
|
+
default: string;
|
|
3676
|
+
};
|
|
3677
|
+
wheelLoop: {
|
|
3678
|
+
type: BooleanConstructor;
|
|
3679
|
+
default: boolean;
|
|
3680
|
+
};
|
|
3681
|
+
cardSize: {
|
|
3682
|
+
type: PropType<GeneralIntCircularCardSize>;
|
|
3683
|
+
default: string;
|
|
3684
|
+
};
|
|
3685
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3686
|
+
subscribes: ProductSubscribe[];
|
|
3687
|
+
cardSize: GeneralIntCircularCardSize;
|
|
3688
|
+
displayUnit: string;
|
|
3689
|
+
dialogSubtitle: string;
|
|
3690
|
+
wheelLoop: boolean;
|
|
3691
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3692
|
+
|
|
3693
|
+
export declare const UpGeneralIntTile: {
|
|
3694
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3695
|
+
subscribes: {
|
|
3696
|
+
type: PropType<ProductSubscribe[]>;
|
|
3697
|
+
default: () => never[];
|
|
3698
|
+
};
|
|
3699
|
+
intPresetOptionConfigs: {
|
|
3700
|
+
type: PropType<GeneralIntTilePresetOptionConfig[]>;
|
|
3701
|
+
default: () => never[];
|
|
3702
|
+
};
|
|
3703
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3704
|
+
subscribes: ProductSubscribe[];
|
|
3705
|
+
intPresetOptionConfigs: GeneralIntTilePresetOptionConfig[];
|
|
3706
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3707
|
+
P: {};
|
|
3708
|
+
B: {};
|
|
3709
|
+
D: {};
|
|
3710
|
+
C: {};
|
|
3711
|
+
M: {};
|
|
3712
|
+
Defaults: {};
|
|
3713
|
+
}, Readonly<ExtractPropTypes< {
|
|
3714
|
+
subscribes: {
|
|
3715
|
+
type: PropType<ProductSubscribe[]>;
|
|
3716
|
+
default: () => never[];
|
|
3717
|
+
};
|
|
3718
|
+
intPresetOptionConfigs: {
|
|
3719
|
+
type: PropType<GeneralIntTilePresetOptionConfig[]>;
|
|
2522
3720
|
default: () => never[];
|
|
2523
3721
|
};
|
|
2524
|
-
cardSize: {
|
|
2525
|
-
type: PropType<GeneralEnumDroplistCardSize>;
|
|
2526
|
-
default: string;
|
|
2527
|
-
};
|
|
2528
|
-
hasDefaultValue: {
|
|
2529
|
-
type: BooleanConstructor;
|
|
2530
|
-
default: boolean;
|
|
2531
|
-
};
|
|
2532
3722
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2533
3723
|
subscribes: ProductSubscribe[];
|
|
2534
|
-
|
|
2535
|
-
visibleEnumValues: (string | number)[];
|
|
2536
|
-
hasDefaultValue: boolean;
|
|
3724
|
+
intPresetOptionConfigs: GeneralIntTilePresetOptionConfig[];
|
|
2537
3725
|
}>;
|
|
2538
3726
|
__isFragment?: never;
|
|
2539
3727
|
__isTeleport?: never;
|
|
@@ -2543,41 +3731,35 @@ subscribes: {
|
|
|
2543
3731
|
type: PropType<ProductSubscribe[]>;
|
|
2544
3732
|
default: () => never[];
|
|
2545
3733
|
};
|
|
2546
|
-
|
|
2547
|
-
type: PropType<
|
|
3734
|
+
intPresetOptionConfigs: {
|
|
3735
|
+
type: PropType<GeneralIntTilePresetOptionConfig[]>;
|
|
2548
3736
|
default: () => never[];
|
|
2549
3737
|
};
|
|
2550
|
-
cardSize: {
|
|
2551
|
-
type: PropType<GeneralEnumDroplistCardSize>;
|
|
2552
|
-
default: string;
|
|
2553
|
-
};
|
|
2554
|
-
hasDefaultValue: {
|
|
2555
|
-
type: BooleanConstructor;
|
|
2556
|
-
default: boolean;
|
|
2557
|
-
};
|
|
2558
3738
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2559
3739
|
subscribes: ProductSubscribe[];
|
|
2560
|
-
|
|
2561
|
-
visibleEnumValues: (string | number)[];
|
|
2562
|
-
hasDefaultValue: boolean;
|
|
3740
|
+
intPresetOptionConfigs: GeneralIntTilePresetOptionConfig[];
|
|
2563
3741
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2564
3742
|
|
|
2565
|
-
export declare const
|
|
3743
|
+
export declare const UpGeneralMode: {
|
|
2566
3744
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2567
3745
|
subscribes: {
|
|
2568
3746
|
type: PropType<ProductSubscribe[]>;
|
|
2569
3747
|
default: () => never[];
|
|
2570
3748
|
};
|
|
2571
|
-
|
|
2572
|
-
type: PropType<
|
|
3749
|
+
layout: {
|
|
3750
|
+
type: PropType<GeneralModeLayout>;
|
|
3751
|
+
default: string;
|
|
3752
|
+
validator: (v: string) => v is "grid" | "list";
|
|
3753
|
+
};
|
|
3754
|
+
modeOptionConfigs: {
|
|
3755
|
+
type: PropType<GeneralModeOptionConfig[]>;
|
|
2573
3756
|
default: () => never[];
|
|
2574
3757
|
};
|
|
2575
3758
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2576
3759
|
subscribes: ProductSubscribe[];
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
3760
|
+
layout: GeneralModeLayout;
|
|
3761
|
+
modeOptionConfigs: GeneralModeOptionConfig[];
|
|
3762
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2581
3763
|
P: {};
|
|
2582
3764
|
B: {};
|
|
2583
3765
|
D: {};
|
|
@@ -2589,13 +3771,19 @@ export declare const UpGeneralEnumSlider: {
|
|
|
2589
3771
|
type: PropType<ProductSubscribe[]>;
|
|
2590
3772
|
default: () => never[];
|
|
2591
3773
|
};
|
|
2592
|
-
|
|
2593
|
-
type: PropType<
|
|
3774
|
+
layout: {
|
|
3775
|
+
type: PropType<GeneralModeLayout>;
|
|
3776
|
+
default: string;
|
|
3777
|
+
validator: (v: string) => v is "grid" | "list";
|
|
3778
|
+
};
|
|
3779
|
+
modeOptionConfigs: {
|
|
3780
|
+
type: PropType<GeneralModeOptionConfig[]>;
|
|
2594
3781
|
default: () => never[];
|
|
2595
3782
|
};
|
|
2596
3783
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2597
3784
|
subscribes: ProductSubscribe[];
|
|
2598
|
-
|
|
3785
|
+
layout: GeneralModeLayout;
|
|
3786
|
+
modeOptionConfigs: GeneralModeOptionConfig[];
|
|
2599
3787
|
}>;
|
|
2600
3788
|
__isFragment?: never;
|
|
2601
3789
|
__isTeleport?: never;
|
|
@@ -2605,24 +3793,30 @@ subscribes: {
|
|
|
2605
3793
|
type: PropType<ProductSubscribe[]>;
|
|
2606
3794
|
default: () => never[];
|
|
2607
3795
|
};
|
|
2608
|
-
|
|
2609
|
-
type: PropType<
|
|
3796
|
+
layout: {
|
|
3797
|
+
type: PropType<GeneralModeLayout>;
|
|
3798
|
+
default: string;
|
|
3799
|
+
validator: (v: string) => v is "grid" | "list";
|
|
3800
|
+
};
|
|
3801
|
+
modeOptionConfigs: {
|
|
3802
|
+
type: PropType<GeneralModeOptionConfig[]>;
|
|
2610
3803
|
default: () => never[];
|
|
2611
3804
|
};
|
|
2612
3805
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2613
3806
|
subscribes: ProductSubscribe[];
|
|
2614
|
-
|
|
3807
|
+
layout: GeneralModeLayout;
|
|
3808
|
+
modeOptionConfigs: GeneralModeOptionConfig[];
|
|
2615
3809
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2616
3810
|
|
|
2617
|
-
export declare const
|
|
3811
|
+
export declare const UpGeneralReminder: {
|
|
2618
3812
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2619
|
-
|
|
2620
|
-
type: PropType<
|
|
3813
|
+
enumConfigs: {
|
|
3814
|
+
type: PropType<GeneralReminderEnumConfig[]>;
|
|
2621
3815
|
default: () => never[];
|
|
2622
3816
|
};
|
|
2623
3817
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2624
|
-
|
|
2625
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
3818
|
+
enumConfigs: GeneralReminderEnumConfig[];
|
|
3819
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2626
3820
|
P: {};
|
|
2627
3821
|
B: {};
|
|
2628
3822
|
D: {};
|
|
@@ -2630,33 +3824,33 @@ export declare const UpGeneralHistoricalRecord: {
|
|
|
2630
3824
|
M: {};
|
|
2631
3825
|
Defaults: {};
|
|
2632
3826
|
}, Readonly<ExtractPropTypes< {
|
|
2633
|
-
|
|
2634
|
-
type: PropType<
|
|
3827
|
+
enumConfigs: {
|
|
3828
|
+
type: PropType<GeneralReminderEnumConfig[]>;
|
|
2635
3829
|
default: () => never[];
|
|
2636
3830
|
};
|
|
2637
3831
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2638
|
-
|
|
3832
|
+
enumConfigs: GeneralReminderEnumConfig[];
|
|
2639
3833
|
}>;
|
|
2640
3834
|
__isFragment?: never;
|
|
2641
3835
|
__isTeleport?: never;
|
|
2642
3836
|
__isSuspense?: never;
|
|
2643
3837
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2644
|
-
|
|
2645
|
-
type: PropType<
|
|
3838
|
+
enumConfigs: {
|
|
3839
|
+
type: PropType<GeneralReminderEnumConfig[]>;
|
|
2646
3840
|
default: () => never[];
|
|
2647
3841
|
};
|
|
2648
3842
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2649
|
-
|
|
3843
|
+
enumConfigs: GeneralReminderEnumConfig[];
|
|
2650
3844
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2651
3845
|
|
|
2652
|
-
export declare const
|
|
3846
|
+
export declare const UpGeneralScreen: {
|
|
2653
3847
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2654
|
-
|
|
2655
|
-
type: PropType<
|
|
3848
|
+
filterElementItemConfigs: {
|
|
3849
|
+
type: PropType<GeneralScreenFilterElementItemConfig[]>;
|
|
2656
3850
|
default: () => never[];
|
|
2657
3851
|
};
|
|
2658
3852
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2659
|
-
|
|
3853
|
+
filterElementItemConfigs: GeneralScreenFilterElementItemConfig[];
|
|
2660
3854
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2661
3855
|
P: {};
|
|
2662
3856
|
B: {};
|
|
@@ -2665,23 +3859,23 @@ export declare const UpGeneralReminder: {
|
|
|
2665
3859
|
M: {};
|
|
2666
3860
|
Defaults: {};
|
|
2667
3861
|
}, Readonly<ExtractPropTypes< {
|
|
2668
|
-
|
|
2669
|
-
type: PropType<
|
|
3862
|
+
filterElementItemConfigs: {
|
|
3863
|
+
type: PropType<GeneralScreenFilterElementItemConfig[]>;
|
|
2670
3864
|
default: () => never[];
|
|
2671
3865
|
};
|
|
2672
3866
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2673
|
-
|
|
3867
|
+
filterElementItemConfigs: GeneralScreenFilterElementItemConfig[];
|
|
2674
3868
|
}>;
|
|
2675
3869
|
__isFragment?: never;
|
|
2676
3870
|
__isTeleport?: never;
|
|
2677
3871
|
__isSuspense?: never;
|
|
2678
3872
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2679
|
-
|
|
2680
|
-
type: PropType<
|
|
3873
|
+
filterElementItemConfigs: {
|
|
3874
|
+
type: PropType<GeneralScreenFilterElementItemConfig[]>;
|
|
2681
3875
|
default: () => never[];
|
|
2682
3876
|
};
|
|
2683
3877
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2684
|
-
|
|
3878
|
+
filterElementItemConfigs: GeneralScreenFilterElementItemConfig[];
|
|
2685
3879
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2686
3880
|
|
|
2687
3881
|
export declare const UpGeneralWarn: {
|
|
@@ -2804,26 +3998,22 @@ servicePhone: string;
|
|
|
2804
3998
|
purchaseLink: string;
|
|
2805
3999
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2806
4000
|
|
|
2807
|
-
export declare const
|
|
4001
|
+
export declare const UpLampCCT: {
|
|
2808
4002
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2809
|
-
|
|
2810
|
-
type:
|
|
2811
|
-
default:
|
|
4003
|
+
linkColourMode: {
|
|
4004
|
+
type: BooleanConstructor;
|
|
4005
|
+
default: boolean;
|
|
2812
4006
|
};
|
|
2813
|
-
|
|
2814
|
-
type:
|
|
4007
|
+
cardSize: {
|
|
4008
|
+
type: PropType<"full" | "half">;
|
|
2815
4009
|
default: string;
|
|
2816
4010
|
};
|
|
2817
|
-
}>> & Readonly<{
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
}, PublicProps, {
|
|
2824
|
-
subscribes: ProductSubscribe[];
|
|
2825
|
-
unit: string;
|
|
2826
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
4011
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
4012
|
+
cardSize: "full" | "half";
|
|
4013
|
+
linkColourMode: boolean;
|
|
4014
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
4015
|
+
ringSvgRef: SVGSVGElement;
|
|
4016
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
2827
4017
|
P: {};
|
|
2828
4018
|
B: {};
|
|
2829
4019
|
D: {};
|
|
@@ -2831,45 +4021,36 @@ export declare const UpIntCard: {
|
|
|
2831
4021
|
M: {};
|
|
2832
4022
|
Defaults: {};
|
|
2833
4023
|
}, Readonly<ExtractPropTypes< {
|
|
2834
|
-
|
|
2835
|
-
type:
|
|
2836
|
-
default:
|
|
4024
|
+
linkColourMode: {
|
|
4025
|
+
type: BooleanConstructor;
|
|
4026
|
+
default: boolean;
|
|
2837
4027
|
};
|
|
2838
|
-
|
|
2839
|
-
type:
|
|
4028
|
+
cardSize: {
|
|
4029
|
+
type: PropType<"full" | "half">;
|
|
2840
4030
|
default: string;
|
|
2841
4031
|
};
|
|
2842
|
-
}>> & Readonly<{
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
}>, {}, {}, {}, {}, {
|
|
2846
|
-
subscribes: ProductSubscribe[];
|
|
2847
|
-
unit: string;
|
|
4032
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
4033
|
+
cardSize: "full" | "half";
|
|
4034
|
+
linkColourMode: boolean;
|
|
2848
4035
|
}>;
|
|
2849
4036
|
__isFragment?: never;
|
|
2850
4037
|
__isTeleport?: never;
|
|
2851
4038
|
__isSuspense?: never;
|
|
2852
4039
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2853
|
-
|
|
2854
|
-
type:
|
|
2855
|
-
default:
|
|
4040
|
+
linkColourMode: {
|
|
4041
|
+
type: BooleanConstructor;
|
|
4042
|
+
default: boolean;
|
|
2856
4043
|
};
|
|
2857
|
-
|
|
2858
|
-
type:
|
|
4044
|
+
cardSize: {
|
|
4045
|
+
type: PropType<"full" | "half">;
|
|
2859
4046
|
default: string;
|
|
2860
4047
|
};
|
|
2861
|
-
}>> & Readonly<{
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2865
|
-
change: (value: number) => any;
|
|
2866
|
-
"update:modelValue": (value: number) => any;
|
|
2867
|
-
}, string, {
|
|
2868
|
-
subscribes: ProductSubscribe[];
|
|
2869
|
-
unit: string;
|
|
4048
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4049
|
+
cardSize: "full" | "half";
|
|
4050
|
+
linkColourMode: boolean;
|
|
2870
4051
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2871
4052
|
|
|
2872
|
-
export declare const
|
|
4053
|
+
export declare const UpLampCCTNew: {
|
|
2873
4054
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2874
4055
|
linkColourMode: {
|
|
2875
4056
|
type: BooleanConstructor;
|
|
@@ -2883,7 +4064,7 @@ export declare const UpLampCCT: {
|
|
|
2883
4064
|
cardSize: "full" | "half";
|
|
2884
4065
|
linkColourMode: boolean;
|
|
2885
4066
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2886
|
-
|
|
4067
|
+
sliderTrackRef: HTMLDivElement;
|
|
2887
4068
|
}, HTMLDivElement, ComponentProvideOptions, {
|
|
2888
4069
|
P: {};
|
|
2889
4070
|
B: {};
|
|
@@ -2921,7 +4102,7 @@ cardSize: "full" | "half";
|
|
|
2921
4102
|
linkColourMode: boolean;
|
|
2922
4103
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
2923
4104
|
|
|
2924
|
-
export declare const
|
|
4105
|
+
export declare const UpLampColour: {
|
|
2925
4106
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2926
4107
|
linkColourMode: {
|
|
2927
4108
|
type: BooleanConstructor;
|
|
@@ -2935,7 +4116,7 @@ export declare const UpLampCCTNew: {
|
|
|
2935
4116
|
cardSize: "full" | "half";
|
|
2936
4117
|
linkColourMode: boolean;
|
|
2937
4118
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2938
|
-
|
|
4119
|
+
wheelRef: HTMLDivElement;
|
|
2939
4120
|
}, HTMLDivElement, ComponentProvideOptions, {
|
|
2940
4121
|
P: {};
|
|
2941
4122
|
B: {};
|
|
@@ -2964,14 +4145,207 @@ linkColourMode: {
|
|
|
2964
4145
|
type: BooleanConstructor;
|
|
2965
4146
|
default: boolean;
|
|
2966
4147
|
};
|
|
2967
|
-
cardSize: {
|
|
2968
|
-
type: PropType<"full" | "half">;
|
|
4148
|
+
cardSize: {
|
|
4149
|
+
type: PropType<"full" | "half">;
|
|
4150
|
+
default: string;
|
|
4151
|
+
};
|
|
4152
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4153
|
+
cardSize: "full" | "half";
|
|
4154
|
+
linkColourMode: boolean;
|
|
4155
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
4156
|
+
|
|
4157
|
+
export declare const UpNumericInputField: DefineComponent<ExtractPropTypes< {
|
|
4158
|
+
modelValue: {
|
|
4159
|
+
type: StringConstructor;
|
|
4160
|
+
default: string;
|
|
4161
|
+
};
|
|
4162
|
+
placeholder: {
|
|
4163
|
+
type: StringConstructor;
|
|
4164
|
+
default: string;
|
|
4165
|
+
};
|
|
4166
|
+
error: {
|
|
4167
|
+
type: StringConstructor;
|
|
4168
|
+
default: string;
|
|
4169
|
+
};
|
|
4170
|
+
inputmode: {
|
|
4171
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
4172
|
+
default: string;
|
|
4173
|
+
};
|
|
4174
|
+
disabled: {
|
|
4175
|
+
type: BooleanConstructor;
|
|
4176
|
+
default: boolean;
|
|
4177
|
+
};
|
|
4178
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4179
|
+
clear: () => any;
|
|
4180
|
+
input: () => any;
|
|
4181
|
+
"update:modelValue": (value: string) => any;
|
|
4182
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4183
|
+
modelValue: {
|
|
4184
|
+
type: StringConstructor;
|
|
4185
|
+
default: string;
|
|
4186
|
+
};
|
|
4187
|
+
placeholder: {
|
|
4188
|
+
type: StringConstructor;
|
|
4189
|
+
default: string;
|
|
4190
|
+
};
|
|
4191
|
+
error: {
|
|
4192
|
+
type: StringConstructor;
|
|
4193
|
+
default: string;
|
|
4194
|
+
};
|
|
4195
|
+
inputmode: {
|
|
4196
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
4197
|
+
default: string;
|
|
4198
|
+
};
|
|
4199
|
+
disabled: {
|
|
4200
|
+
type: BooleanConstructor;
|
|
4201
|
+
default: boolean;
|
|
4202
|
+
};
|
|
4203
|
+
}>> & Readonly<{
|
|
4204
|
+
onClear?: (() => any) | undefined;
|
|
4205
|
+
onInput?: (() => any) | undefined;
|
|
4206
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4207
|
+
}>, {
|
|
4208
|
+
error: string;
|
|
4209
|
+
disabled: boolean;
|
|
4210
|
+
placeholder: string;
|
|
4211
|
+
modelValue: string;
|
|
4212
|
+
inputmode: NumericInputFieldInputMode;
|
|
4213
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
4214
|
+
|
|
4215
|
+
export declare const UpNumericInputSheet: DefineComponent<ExtractPropTypes< {
|
|
4216
|
+
visible: {
|
|
4217
|
+
type: BooleanConstructor;
|
|
4218
|
+
default: boolean;
|
|
4219
|
+
};
|
|
4220
|
+
title: {
|
|
4221
|
+
type: StringConstructor;
|
|
4222
|
+
default: string;
|
|
4223
|
+
};
|
|
4224
|
+
min: {
|
|
4225
|
+
type: NumberConstructor;
|
|
4226
|
+
required: boolean;
|
|
4227
|
+
};
|
|
4228
|
+
max: {
|
|
4229
|
+
type: NumberConstructor;
|
|
4230
|
+
required: boolean;
|
|
4231
|
+
};
|
|
4232
|
+
step: {
|
|
4233
|
+
type: NumberConstructor;
|
|
4234
|
+
default: number;
|
|
4235
|
+
};
|
|
4236
|
+
initialValue: {
|
|
4237
|
+
type: NumberConstructor;
|
|
4238
|
+
default: number;
|
|
4239
|
+
};
|
|
4240
|
+
placeholder: {
|
|
4241
|
+
type: StringConstructor;
|
|
4242
|
+
default: string;
|
|
4243
|
+
};
|
|
4244
|
+
invalidText: {
|
|
4245
|
+
type: StringConstructor;
|
|
4246
|
+
default: string;
|
|
4247
|
+
};
|
|
4248
|
+
integerOnly: {
|
|
4249
|
+
type: BooleanConstructor;
|
|
4250
|
+
default: boolean;
|
|
4251
|
+
};
|
|
4252
|
+
inputmode: {
|
|
4253
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
4254
|
+
default: string;
|
|
4255
|
+
};
|
|
4256
|
+
cancelText: {
|
|
4257
|
+
type: StringConstructor;
|
|
4258
|
+
default: string;
|
|
4259
|
+
};
|
|
4260
|
+
confirmText: {
|
|
4261
|
+
type: StringConstructor;
|
|
4262
|
+
default: string;
|
|
4263
|
+
};
|
|
4264
|
+
closeOnClickMask: {
|
|
4265
|
+
type: BooleanConstructor;
|
|
4266
|
+
default: boolean;
|
|
4267
|
+
};
|
|
4268
|
+
zIndex: {
|
|
4269
|
+
type: NumberConstructor;
|
|
4270
|
+
default: number;
|
|
4271
|
+
};
|
|
4272
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4273
|
+
cancel: () => any;
|
|
4274
|
+
confirm: (value: number) => any;
|
|
4275
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4276
|
+
visible: {
|
|
4277
|
+
type: BooleanConstructor;
|
|
4278
|
+
default: boolean;
|
|
4279
|
+
};
|
|
4280
|
+
title: {
|
|
4281
|
+
type: StringConstructor;
|
|
4282
|
+
default: string;
|
|
4283
|
+
};
|
|
4284
|
+
min: {
|
|
4285
|
+
type: NumberConstructor;
|
|
4286
|
+
required: boolean;
|
|
4287
|
+
};
|
|
4288
|
+
max: {
|
|
4289
|
+
type: NumberConstructor;
|
|
4290
|
+
required: boolean;
|
|
4291
|
+
};
|
|
4292
|
+
step: {
|
|
4293
|
+
type: NumberConstructor;
|
|
4294
|
+
default: number;
|
|
4295
|
+
};
|
|
4296
|
+
initialValue: {
|
|
4297
|
+
type: NumberConstructor;
|
|
4298
|
+
default: number;
|
|
4299
|
+
};
|
|
4300
|
+
placeholder: {
|
|
4301
|
+
type: StringConstructor;
|
|
4302
|
+
default: string;
|
|
4303
|
+
};
|
|
4304
|
+
invalidText: {
|
|
4305
|
+
type: StringConstructor;
|
|
4306
|
+
default: string;
|
|
4307
|
+
};
|
|
4308
|
+
integerOnly: {
|
|
4309
|
+
type: BooleanConstructor;
|
|
4310
|
+
default: boolean;
|
|
4311
|
+
};
|
|
4312
|
+
inputmode: {
|
|
4313
|
+
type: PropType<NumericInputFieldInputMode>;
|
|
2969
4314
|
default: string;
|
|
2970
4315
|
};
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
}
|
|
4316
|
+
cancelText: {
|
|
4317
|
+
type: StringConstructor;
|
|
4318
|
+
default: string;
|
|
4319
|
+
};
|
|
4320
|
+
confirmText: {
|
|
4321
|
+
type: StringConstructor;
|
|
4322
|
+
default: string;
|
|
4323
|
+
};
|
|
4324
|
+
closeOnClickMask: {
|
|
4325
|
+
type: BooleanConstructor;
|
|
4326
|
+
default: boolean;
|
|
4327
|
+
};
|
|
4328
|
+
zIndex: {
|
|
4329
|
+
type: NumberConstructor;
|
|
4330
|
+
default: number;
|
|
4331
|
+
};
|
|
4332
|
+
}>> & Readonly<{
|
|
4333
|
+
onCancel?: (() => any) | undefined;
|
|
4334
|
+
onConfirm?: ((value: number) => any) | undefined;
|
|
4335
|
+
}>, {
|
|
4336
|
+
visible: boolean;
|
|
4337
|
+
title: string;
|
|
4338
|
+
cancelText: string;
|
|
4339
|
+
confirmText: string;
|
|
4340
|
+
closeOnClickMask: boolean;
|
|
4341
|
+
zIndex: number;
|
|
4342
|
+
placeholder: string;
|
|
4343
|
+
inputmode: NumericInputFieldInputMode;
|
|
4344
|
+
step: number;
|
|
4345
|
+
initialValue: number;
|
|
4346
|
+
invalidText: string;
|
|
4347
|
+
integerOnly: boolean;
|
|
4348
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2975
4349
|
|
|
2976
4350
|
export declare const UpPageBarNew: {
|
|
2977
4351
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
@@ -3446,8 +4820,8 @@ export declare const UpTableLampFadeTime: {
|
|
|
3446
4820
|
default: string;
|
|
3447
4821
|
};
|
|
3448
4822
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3449
|
-
cardSize: TableLampFadeTimeCardSize;
|
|
3450
4823
|
min: number;
|
|
4824
|
+
cardSize: TableLampFadeTimeCardSize;
|
|
3451
4825
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3452
4826
|
P: {};
|
|
3453
4827
|
B: {};
|
|
@@ -3469,8 +4843,8 @@ export declare const UpTableLampFadeTime: {
|
|
|
3469
4843
|
default: string;
|
|
3470
4844
|
};
|
|
3471
4845
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
3472
|
-
cardSize: TableLampFadeTimeCardSize;
|
|
3473
4846
|
min: number;
|
|
4847
|
+
cardSize: TableLampFadeTimeCardSize;
|
|
3474
4848
|
}>;
|
|
3475
4849
|
__isFragment?: never;
|
|
3476
4850
|
__isTeleport?: never;
|
|
@@ -3489,8 +4863,8 @@ type: PropType<TableLampFadeTimeCardSize>;
|
|
|
3489
4863
|
default: string;
|
|
3490
4864
|
};
|
|
3491
4865
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3492
|
-
cardSize: TableLampFadeTimeCardSize;
|
|
3493
4866
|
min: number;
|
|
4867
|
+
cardSize: TableLampFadeTimeCardSize;
|
|
3494
4868
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3495
4869
|
|
|
3496
4870
|
export declare const UpTableLampMorning: {
|
|
@@ -3553,120 +4927,6 @@ title: string;
|
|
|
3553
4927
|
cardSize: TableLampMorningCardSize;
|
|
3554
4928
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3555
4929
|
|
|
3556
|
-
export declare const UpTimeCard: {
|
|
3557
|
-
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3558
|
-
subscribes: {
|
|
3559
|
-
type: PropType<ProductSubscribe[]>;
|
|
3560
|
-
default: () => never[];
|
|
3561
|
-
};
|
|
3562
|
-
title: {
|
|
3563
|
-
type: StringConstructor;
|
|
3564
|
-
default: string;
|
|
3565
|
-
};
|
|
3566
|
-
readonly: {
|
|
3567
|
-
type: BooleanConstructor;
|
|
3568
|
-
default: boolean;
|
|
3569
|
-
};
|
|
3570
|
-
minTotalSeconds: {
|
|
3571
|
-
type: NumberConstructor;
|
|
3572
|
-
default: number;
|
|
3573
|
-
};
|
|
3574
|
-
maxTotalSeconds: {
|
|
3575
|
-
type: NumberConstructor;
|
|
3576
|
-
default: number;
|
|
3577
|
-
};
|
|
3578
|
-
}>> & Readonly<{
|
|
3579
|
-
onChange?: ((value: number) => any) | undefined;
|
|
3580
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3581
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3582
|
-
change: (value: number) => any;
|
|
3583
|
-
"update:modelValue": (value: number) => any;
|
|
3584
|
-
}, PublicProps, {
|
|
3585
|
-
title: string;
|
|
3586
|
-
subscribes: ProductSubscribe[];
|
|
3587
|
-
readonly: boolean;
|
|
3588
|
-
minTotalSeconds: number;
|
|
3589
|
-
maxTotalSeconds: number;
|
|
3590
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3591
|
-
P: {};
|
|
3592
|
-
B: {};
|
|
3593
|
-
D: {};
|
|
3594
|
-
C: {};
|
|
3595
|
-
M: {};
|
|
3596
|
-
Defaults: {};
|
|
3597
|
-
}, Readonly<ExtractPropTypes< {
|
|
3598
|
-
subscribes: {
|
|
3599
|
-
type: PropType<ProductSubscribe[]>;
|
|
3600
|
-
default: () => never[];
|
|
3601
|
-
};
|
|
3602
|
-
title: {
|
|
3603
|
-
type: StringConstructor;
|
|
3604
|
-
default: string;
|
|
3605
|
-
};
|
|
3606
|
-
readonly: {
|
|
3607
|
-
type: BooleanConstructor;
|
|
3608
|
-
default: boolean;
|
|
3609
|
-
};
|
|
3610
|
-
minTotalSeconds: {
|
|
3611
|
-
type: NumberConstructor;
|
|
3612
|
-
default: number;
|
|
3613
|
-
};
|
|
3614
|
-
maxTotalSeconds: {
|
|
3615
|
-
type: NumberConstructor;
|
|
3616
|
-
default: number;
|
|
3617
|
-
};
|
|
3618
|
-
}>> & Readonly<{
|
|
3619
|
-
onChange?: ((value: number) => any) | undefined;
|
|
3620
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3621
|
-
}>, {}, {}, {}, {}, {
|
|
3622
|
-
title: string;
|
|
3623
|
-
subscribes: ProductSubscribe[];
|
|
3624
|
-
readonly: boolean;
|
|
3625
|
-
minTotalSeconds: number;
|
|
3626
|
-
maxTotalSeconds: number;
|
|
3627
|
-
}>;
|
|
3628
|
-
__isFragment?: never;
|
|
3629
|
-
__isTeleport?: never;
|
|
3630
|
-
__isSuspense?: never;
|
|
3631
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3632
|
-
subscribes: {
|
|
3633
|
-
type: PropType<ProductSubscribe[]>;
|
|
3634
|
-
default: () => never[];
|
|
3635
|
-
};
|
|
3636
|
-
title: {
|
|
3637
|
-
type: StringConstructor;
|
|
3638
|
-
default: string;
|
|
3639
|
-
};
|
|
3640
|
-
readonly: {
|
|
3641
|
-
type: BooleanConstructor;
|
|
3642
|
-
default: boolean;
|
|
3643
|
-
};
|
|
3644
|
-
minTotalSeconds: {
|
|
3645
|
-
type: NumberConstructor;
|
|
3646
|
-
default: number;
|
|
3647
|
-
};
|
|
3648
|
-
maxTotalSeconds: {
|
|
3649
|
-
type: NumberConstructor;
|
|
3650
|
-
default: number;
|
|
3651
|
-
};
|
|
3652
|
-
}>> & Readonly<{
|
|
3653
|
-
onChange?: ((value: number) => any) | undefined;
|
|
3654
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3655
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3656
|
-
change: (value: number) => any;
|
|
3657
|
-
"update:modelValue": (value: number) => any;
|
|
3658
|
-
}, string, {
|
|
3659
|
-
title: string;
|
|
3660
|
-
subscribes: ProductSubscribe[];
|
|
3661
|
-
readonly: boolean;
|
|
3662
|
-
minTotalSeconds: number;
|
|
3663
|
-
maxTotalSeconds: number;
|
|
3664
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3665
|
-
$slots: {
|
|
3666
|
-
icon?(_: {}): any;
|
|
3667
|
-
};
|
|
3668
|
-
}) & Plugin_2;
|
|
3669
|
-
|
|
3670
4930
|
export declare const UpTimer: {
|
|
3671
4931
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3672
4932
|
cardSize: {
|
|
@@ -3826,6 +5086,71 @@ viewHeight: number;
|
|
|
3826
5086
|
centerItemHeight: number;
|
|
3827
5087
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3828
5088
|
|
|
5089
|
+
export declare const UpWaterHeaterTimeEnd: {
|
|
5090
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
5091
|
+
bindStatusEnabled: {
|
|
5092
|
+
type: BooleanConstructor;
|
|
5093
|
+
default: boolean;
|
|
5094
|
+
};
|
|
5095
|
+
bindStatusValue: {
|
|
5096
|
+
type: PropType<string | number>;
|
|
5097
|
+
default: string;
|
|
5098
|
+
};
|
|
5099
|
+
cardSize: {
|
|
5100
|
+
type: PropType<WaterHeaterTimeEndCardSize>;
|
|
5101
|
+
default: string;
|
|
5102
|
+
};
|
|
5103
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
5104
|
+
cardSize: WaterHeaterTimeEndCardSize;
|
|
5105
|
+
bindStatusEnabled: boolean;
|
|
5106
|
+
bindStatusValue: string | number;
|
|
5107
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
5108
|
+
P: {};
|
|
5109
|
+
B: {};
|
|
5110
|
+
D: {};
|
|
5111
|
+
C: {};
|
|
5112
|
+
M: {};
|
|
5113
|
+
Defaults: {};
|
|
5114
|
+
}, Readonly<ExtractPropTypes< {
|
|
5115
|
+
bindStatusEnabled: {
|
|
5116
|
+
type: BooleanConstructor;
|
|
5117
|
+
default: boolean;
|
|
5118
|
+
};
|
|
5119
|
+
bindStatusValue: {
|
|
5120
|
+
type: PropType<string | number>;
|
|
5121
|
+
default: string;
|
|
5122
|
+
};
|
|
5123
|
+
cardSize: {
|
|
5124
|
+
type: PropType<WaterHeaterTimeEndCardSize>;
|
|
5125
|
+
default: string;
|
|
5126
|
+
};
|
|
5127
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
5128
|
+
cardSize: WaterHeaterTimeEndCardSize;
|
|
5129
|
+
bindStatusEnabled: boolean;
|
|
5130
|
+
bindStatusValue: string | number;
|
|
5131
|
+
}>;
|
|
5132
|
+
__isFragment?: never;
|
|
5133
|
+
__isTeleport?: never;
|
|
5134
|
+
__isSuspense?: never;
|
|
5135
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
5136
|
+
bindStatusEnabled: {
|
|
5137
|
+
type: BooleanConstructor;
|
|
5138
|
+
default: boolean;
|
|
5139
|
+
};
|
|
5140
|
+
bindStatusValue: {
|
|
5141
|
+
type: PropType<string | number>;
|
|
5142
|
+
default: string;
|
|
5143
|
+
};
|
|
5144
|
+
cardSize: {
|
|
5145
|
+
type: PropType<WaterHeaterTimeEndCardSize>;
|
|
5146
|
+
default: string;
|
|
5147
|
+
};
|
|
5148
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
5149
|
+
cardSize: WaterHeaterTimeEndCardSize;
|
|
5150
|
+
bindStatusEnabled: boolean;
|
|
5151
|
+
bindStatusValue: string | number;
|
|
5152
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
5153
|
+
|
|
3829
5154
|
export declare const UpWaterHeaterTimeStart: {
|
|
3830
5155
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3831
5156
|
bindStatusEnabled: {
|
|
@@ -3906,6 +5231,11 @@ export declare const useGlobalI18n: () => {
|
|
|
3906
5231
|
resolveTextByKey: (key: string, fallback?: string) => string;
|
|
3907
5232
|
};
|
|
3908
5233
|
|
|
5234
|
+
/**
|
|
5235
|
+
* 全屏二级页打开时隐藏宿主原生标题,关闭时恢复;卸载时强制恢复,避免残留隐藏态。
|
|
5236
|
+
*/
|
|
5237
|
+
export declare function useHilinkSubPageTitleVisibility(isSubPage: MaybeRefOrGetter<boolean>): void;
|
|
5238
|
+
|
|
3909
5239
|
/**
|
|
3910
5240
|
* Hook to access i18n translations for a specific component.
|
|
3911
5241
|
* Usage: const { t } = useLocale('enum-droplist-card')
|
|
@@ -3927,6 +5257,29 @@ export declare const useNamespace: (block: string) => {
|
|
|
3927
5257
|
is: (state: string, active?: boolean) => string;
|
|
3928
5258
|
};
|
|
3929
5259
|
|
|
5260
|
+
export declare const useNumericInputDialog: (options: UseNumericInputDialogOptions) => {
|
|
5261
|
+
draft: Ref<string, string>;
|
|
5262
|
+
error: Ref<string, string>;
|
|
5263
|
+
resolvedPlaceholder: ComputedRef<string>;
|
|
5264
|
+
resolvedInvalidText: ComputedRef<string>;
|
|
5265
|
+
open: (initial: number) => void;
|
|
5266
|
+
close: () => void;
|
|
5267
|
+
clearDraft: () => void;
|
|
5268
|
+
onDraftInput: () => void;
|
|
5269
|
+
tryConfirm: () => number | null;
|
|
5270
|
+
};
|
|
5271
|
+
|
|
5272
|
+
declare interface UseNumericInputDialogOptions {
|
|
5273
|
+
min: MaybeRef<number>;
|
|
5274
|
+
max: MaybeRef<number>;
|
|
5275
|
+
step?: MaybeRef<number>;
|
|
5276
|
+
integerOnly?: MaybeRef<boolean>;
|
|
5277
|
+
/** 非空时优先使用,不再走 common 占位符模板 */
|
|
5278
|
+
placeholder?: MaybeRef<string | undefined>;
|
|
5279
|
+
/** 非空时优先使用,不再走 common.invalid */
|
|
5280
|
+
invalidText?: MaybeRef<string | undefined>;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
3930
5283
|
/**
|
|
3931
5284
|
* 在任意子组件中使用:对 inject 到的设备 `state` 按与 `getStateValue` 相同规则写入嵌套路径 `state[sid][cid]`。
|
|
3932
5285
|
* 返回 `false` 表示当前无注入或目标非法。
|
|
@@ -3938,14 +5291,14 @@ export declare function usePatchInjectedDeviceInfoState(): {
|
|
|
3938
5291
|
/**
|
|
3939
5292
|
* 将主订阅解析为卡片标题展示文案(通过宿主 `resolveTextByKey` 查 `prodId.sid.cid`)。
|
|
3940
5293
|
*/
|
|
3941
|
-
export declare function useResolvedDeviceInfoCardTitle(primarySubscribe: ComputedRef<ProductSubscribe | null | undefined>, resolveTextByKey: (key: string, fallback
|
|
5294
|
+
export declare function useResolvedDeviceInfoCardTitle(primarySubscribe: ComputedRef<ProductSubscribe | null | undefined>, resolveTextByKey: (key: string, fallback?: string) => string): ComputedRef<string>;
|
|
3942
5295
|
|
|
3943
5296
|
/**
|
|
3944
5297
|
* 根据当前主题返回应使用的图片地址。
|
|
3945
5298
|
* - 暗色模式优先返回 darkSrc;
|
|
3946
5299
|
* - darkSrc 为空时回退到 lightSrc。
|
|
3947
5300
|
*/
|
|
3948
|
-
export declare function useThemedImageSrc(lightSrc:
|
|
5301
|
+
export declare function useThemedImageSrc(lightSrc: MaybeRef<string>, darkSrc?: MaybeRef<string>): ComputedRef<string>;
|
|
3949
5302
|
|
|
3950
5303
|
export declare const useTinyEngineI18n: () => {
|
|
3951
5304
|
bridgeLocale: ComputedRef<string>;
|
|
@@ -3953,6 +5306,30 @@ export declare const useTinyEngineI18n: () => {
|
|
|
3953
5306
|
buildText: (keyOrBuilder: string | (() => string), fallbackText?: string, params?: unknown) => ComputedRef<string>;
|
|
3954
5307
|
};
|
|
3955
5308
|
|
|
5309
|
+
/** profile / HiLink 常用 UTC 绝对时间正则:`yyyyMMddTHHmmssZ` */
|
|
5310
|
+
export declare const UTC_ABSOLUTE_TIME_PATTERN: RegExp;
|
|
5311
|
+
|
|
5312
|
+
export declare type WaterHeaterTimeEndCardSize = 'full' | 'half';
|
|
5313
|
+
|
|
5314
|
+
export declare type WaterHeaterTimeEndCommandPayload = HilinkDeviceControlPayload;
|
|
5315
|
+
|
|
5316
|
+
export declare type WaterHeaterTimeEndProps = ExtractPropTypes<typeof waterHeaterTimeEndProps>;
|
|
5317
|
+
|
|
5318
|
+
declare const waterHeaterTimeEndProps: {
|
|
5319
|
+
bindStatusEnabled: {
|
|
5320
|
+
type: BooleanConstructor;
|
|
5321
|
+
default: boolean;
|
|
5322
|
+
};
|
|
5323
|
+
bindStatusValue: {
|
|
5324
|
+
type: PropType<string | number>;
|
|
5325
|
+
default: string;
|
|
5326
|
+
};
|
|
5327
|
+
cardSize: {
|
|
5328
|
+
type: PropType<WaterHeaterTimeEndCardSize>;
|
|
5329
|
+
default: string;
|
|
5330
|
+
};
|
|
5331
|
+
};
|
|
5332
|
+
|
|
3956
5333
|
export declare type WaterHeaterTimeStartCardSize = 'full' | 'half';
|
|
3957
5334
|
|
|
3958
5335
|
export declare type WaterHeaterTimeStartCommandPayload = HilinkDeviceControlPayload;
|
|
@@ -3992,12 +5369,10 @@ export declare const zhCN: {
|
|
|
3992
5369
|
'open-dialog-default-content': string;
|
|
3993
5370
|
'close-dialog-default-title': string;
|
|
3994
5371
|
'close-dialog-default-content': string;
|
|
3995
|
-
'enum-control': {
|
|
3996
|
-
prev: string;
|
|
3997
|
-
next: string;
|
|
3998
|
-
};
|
|
3999
5372
|
'sheet-dialog-cancel': string;
|
|
4000
5373
|
'sheet-dialog-confirm': string;
|
|
5374
|
+
'numeric-input-placeholder': string;
|
|
5375
|
+
'numeric-input-invalid': string;
|
|
4001
5376
|
};
|
|
4002
5377
|
pageBarNew: {
|
|
4003
5378
|
scene: {
|
|
@@ -4019,6 +5394,10 @@ export declare const zhCN: {
|
|
|
4019
5394
|
expand: string;
|
|
4020
5395
|
collapse: string;
|
|
4021
5396
|
};
|
|
5397
|
+
enumControl: {
|
|
5398
|
+
prev: string;
|
|
5399
|
+
next: string;
|
|
5400
|
+
};
|
|
4022
5401
|
timer: {
|
|
4023
5402
|
cardTitle: string;
|
|
4024
5403
|
aria: {
|
|
@@ -4112,11 +5491,81 @@ export declare const zhCN: {
|
|
|
4112
5491
|
dialogSubtitle: string;
|
|
4113
5492
|
unitSecond: string;
|
|
4114
5493
|
};
|
|
5494
|
+
waterHeaterTime: {
|
|
5495
|
+
endConfirmMessage: string;
|
|
5496
|
+
endConfirm: string;
|
|
5497
|
+
};
|
|
5498
|
+
waterHeaterTimeStart: {
|
|
5499
|
+
cardTitle: string;
|
|
5500
|
+
dialogTitle: string;
|
|
5501
|
+
previewToday: string;
|
|
5502
|
+
previewTomorrow: string;
|
|
5503
|
+
};
|
|
5504
|
+
delay: {
|
|
5505
|
+
titleIdle: string;
|
|
5506
|
+
titleOn: string;
|
|
5507
|
+
titleOff: string;
|
|
5508
|
+
previewWillOn: string;
|
|
5509
|
+
previewWillOff: string;
|
|
5510
|
+
closeCountdown: string;
|
|
5511
|
+
wheelHour: string;
|
|
5512
|
+
wheelMinute: string;
|
|
5513
|
+
};
|
|
5514
|
+
waterHeaterTimeEnd: {
|
|
5515
|
+
cardTitle: string;
|
|
5516
|
+
dialogTitle: string;
|
|
5517
|
+
previewToday: string;
|
|
5518
|
+
previewTomorrow: string;
|
|
5519
|
+
};
|
|
4115
5520
|
generalEnumSlider: {
|
|
4116
5521
|
placeholderOption1: string;
|
|
4117
5522
|
placeholderOption2: string;
|
|
4118
5523
|
placeholderOption3: string;
|
|
4119
5524
|
};
|
|
5525
|
+
generalEnumTile: {
|
|
5526
|
+
placeholderOption1: string;
|
|
5527
|
+
placeholderOption2: string;
|
|
5528
|
+
placeholderOption3: string;
|
|
5529
|
+
placeholderOption4: string;
|
|
5530
|
+
};
|
|
5531
|
+
commonBannerNew: {
|
|
5532
|
+
connect: {
|
|
5533
|
+
disconnected: string;
|
|
5534
|
+
connecting: string;
|
|
5535
|
+
failed: string;
|
|
5536
|
+
failureDialogContent: string;
|
|
5537
|
+
tryLater: string;
|
|
5538
|
+
reconnectNow: string;
|
|
5539
|
+
};
|
|
5540
|
+
};
|
|
5541
|
+
generalMode: {
|
|
5542
|
+
actionOpen: string;
|
|
5543
|
+
inUse: string;
|
|
5544
|
+
placeholderOption1: string;
|
|
5545
|
+
placeholderOption2: string;
|
|
5546
|
+
placeholderOption3: string;
|
|
5547
|
+
placeholderOption4: string;
|
|
5548
|
+
};
|
|
5549
|
+
generalCombinedDelivery: {
|
|
5550
|
+
confirm: string;
|
|
5551
|
+
placeholderOption1: string;
|
|
5552
|
+
placeholderOption2: string;
|
|
5553
|
+
placeholderOption3: string;
|
|
5554
|
+
placeholderOption4: string;
|
|
5555
|
+
};
|
|
5556
|
+
generalIntTile: {
|
|
5557
|
+
customOption: string;
|
|
5558
|
+
placeholderOption1: string;
|
|
5559
|
+
placeholderOption2: string;
|
|
5560
|
+
placeholderOption3: string;
|
|
5561
|
+
placeholderOption4: string;
|
|
5562
|
+
};
|
|
5563
|
+
generalIntCard: {
|
|
5564
|
+
inputPlaceholder: string;
|
|
5565
|
+
};
|
|
5566
|
+
firmwareUpdates: {
|
|
5567
|
+
title: string;
|
|
5568
|
+
};
|
|
4120
5569
|
generalWarn: {
|
|
4121
5570
|
detailTitle: string;
|
|
4122
5571
|
faultReason: string;
|
|
@@ -4124,6 +5573,25 @@ export declare const zhCN: {
|
|
|
4124
5573
|
servicePhone: string;
|
|
4125
5574
|
purchaseLink: string;
|
|
4126
5575
|
};
|
|
5576
|
+
generalScreen: {
|
|
5577
|
+
cardTitle: string;
|
|
5578
|
+
estimatedRemaining: string;
|
|
5579
|
+
estimatedUsable: string;
|
|
5580
|
+
unitHour: string;
|
|
5581
|
+
unitDay: string;
|
|
5582
|
+
remainingLabel: string;
|
|
5583
|
+
functionSectionTitle: string;
|
|
5584
|
+
replaceFilterPrefix: string;
|
|
5585
|
+
replaceFilterLink: string;
|
|
5586
|
+
replaceFilterSuffix: string;
|
|
5587
|
+
servicePhoneLabel: string;
|
|
5588
|
+
resetButton: string;
|
|
5589
|
+
buyFilterButton: string;
|
|
5590
|
+
tutorialTitle: string;
|
|
5591
|
+
resetDialogTitle: string;
|
|
5592
|
+
resetDialogContentDefault: string;
|
|
5593
|
+
ariaBack: string;
|
|
5594
|
+
};
|
|
4127
5595
|
generalHistoricalRecord: {
|
|
4128
5596
|
cardTitle: string;
|
|
4129
5597
|
more: string;
|
|
@@ -4160,6 +5628,24 @@ export declare const zhCN: {
|
|
|
4160
5628
|
clear: string;
|
|
4161
5629
|
manualInput: string;
|
|
4162
5630
|
};
|
|
5631
|
+
lampColour: {
|
|
5632
|
+
cardTitle: string;
|
|
5633
|
+
cardSubtitle: string;
|
|
5634
|
+
switchToWheel: string;
|
|
5635
|
+
switchToPalette: string;
|
|
5636
|
+
currentColour: string;
|
|
5637
|
+
whiteLight: string;
|
|
5638
|
+
dialogClose: string;
|
|
5639
|
+
setHexTitle: string;
|
|
5640
|
+
setChannelTitle: string;
|
|
5641
|
+
channelR: string;
|
|
5642
|
+
channelG: string;
|
|
5643
|
+
channelB: string;
|
|
5644
|
+
channelW: string;
|
|
5645
|
+
inputPlaceholderRange: string;
|
|
5646
|
+
inputInvalid: string;
|
|
5647
|
+
clear: string;
|
|
5648
|
+
};
|
|
4163
5649
|
};
|
|
4164
5650
|
|
|
4165
5651
|
export { }
|