cnhis-design-vue 3.2.15-beta.9 → 3.2.15-release.5
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/es/components/ai-chat/index.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/branch-notice/index.d.ts +32 -3
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +9 -3
- package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/classification/index.d.ts +30 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +30 -0
- package/es/components/classification/src/index.vue.d.ts +30 -0
- package/es/components/date-picker/index.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +1 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +1 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +1 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +21 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +1021 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-chat/index.d.ts +296 -79
- package/es/components/iho-chat/src/Index.vue.d.ts +296 -79
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +109 -33
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +33 -11
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +33 -11
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -10
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +11 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +13 -2
- package/es/components/iho-chat/style/iconfont.ttf +0 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +4 -0
- package/package.json +2 -2
@@ -1,7 +1,6 @@
|
|
1
1
|
import { AnyObject } from '../../../../shared/types';
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
3
3
|
state: {
|
4
|
-
filterable: boolean;
|
5
4
|
orgId: string | number;
|
6
5
|
currentSessionItem: AnyObject;
|
7
6
|
id: string;
|
@@ -71,7 +70,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
71
70
|
}>>;
|
72
71
|
emit: (event: "close", ...args: any[]) => void;
|
73
72
|
state: {
|
74
|
-
filterable: boolean;
|
75
73
|
orgId: string | number;
|
76
74
|
currentSessionItem: AnyObject;
|
77
75
|
id: string;
|
@@ -138,7 +136,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
138
136
|
[x: string]: unknown;
|
139
137
|
};
|
140
138
|
state: {
|
141
|
-
filterable: boolean;
|
142
139
|
orgId: string | number;
|
143
140
|
currentSessionItem: AnyObject;
|
144
141
|
id: string;
|
@@ -213,7 +210,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
213
210
|
}>>;
|
214
211
|
emit: (event: "close", ...args: any[]) => void;
|
215
212
|
state: {
|
216
|
-
filterable: boolean;
|
217
213
|
orgId: string | number;
|
218
214
|
currentSessionItem: AnyObject;
|
219
215
|
id: string;
|
@@ -300,6 +296,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
300
296
|
default: boolean;
|
301
297
|
};
|
302
298
|
}, {
|
299
|
+
initialOptions: AnyObject[];
|
300
|
+
tabList: {
|
301
|
+
key: string;
|
302
|
+
label: string;
|
303
|
+
}[];
|
303
304
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
304
305
|
title: {
|
305
306
|
type: StringConstructor;
|
@@ -329,7 +330,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
329
330
|
}>>;
|
330
331
|
emit: (event: "comfirm", ...args: any[]) => void;
|
331
332
|
state: {
|
332
|
-
filterable: boolean;
|
333
333
|
orgId: string | number;
|
334
334
|
currentSessionItem: AnyObject;
|
335
335
|
id: string;
|
@@ -353,27 +353,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
353
353
|
keyword: import("vue").Ref<string>;
|
354
354
|
showModal: import("vue").Ref<boolean>;
|
355
355
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
356
|
-
options: import("vue").Ref<AnyObject[]>;
|
357
356
|
groupName: import("vue").Ref<string>;
|
358
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
359
357
|
remark: import("vue").Ref<string>;
|
358
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
359
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
360
360
|
userList: import("vue").Ref<AnyObject[]>;
|
361
361
|
handleInput: () => void;
|
362
362
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
363
|
-
|
363
|
+
sessionList: import("vue").ComputedRef<{
|
364
|
+
id: any;
|
365
|
+
name: any;
|
366
|
+
avatar: any;
|
367
|
+
chatType: any;
|
368
|
+
}[]>;
|
369
|
+
friends: import("vue").ComputedRef<{
|
364
370
|
id: any;
|
365
371
|
name: any;
|
366
372
|
avatar: any;
|
373
|
+
chatType: any;
|
374
|
+
}[]>;
|
375
|
+
groups: import("vue").ComputedRef<{
|
376
|
+
id: any;
|
377
|
+
name: any;
|
378
|
+
avatar: any;
|
379
|
+
chatType: any;
|
367
380
|
}[]>;
|
368
381
|
checkedIds: import("vue").ComputedRef<any[]>;
|
369
382
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
370
383
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
384
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
385
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
386
|
+
getDisabled: (id: string | number) => boolean;
|
387
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
388
|
+
toggleTab: (item: AnyObject) => void;
|
389
|
+
handleTabBack: () => void;
|
371
390
|
handlePositiveClick: () => Promise<void>;
|
372
|
-
updateCheckedSourceIds: () => void;
|
373
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
374
|
-
actionType: "check" | "uncheck";
|
375
|
-
value: string | number;
|
376
|
-
}) => void;
|
377
391
|
closeTag: (id: string) => void;
|
378
392
|
NModal: any;
|
379
393
|
NButton: any;
|
@@ -385,8 +399,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
385
399
|
NCheckbox: any;
|
386
400
|
NCheckboxGroup: any;
|
387
401
|
NTooltip: any;
|
402
|
+
NBreadcrumb: any;
|
403
|
+
NBreadcrumbItem: any;
|
388
404
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
389
405
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
406
|
+
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
407
|
+
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
408
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
409
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
390
410
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
391
411
|
title: {
|
392
412
|
type: StringConstructor;
|
@@ -441,7 +461,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
441
461
|
}>> & {}>>;
|
442
462
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
443
463
|
state: {
|
444
|
-
filterable: boolean;
|
445
464
|
orgId: string | number;
|
446
465
|
currentSessionItem: AnyObject;
|
447
466
|
id: string;
|
@@ -520,6 +539,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
520
539
|
default: boolean;
|
521
540
|
};
|
522
541
|
}, {
|
542
|
+
initialOptions: AnyObject[];
|
543
|
+
tabList: {
|
544
|
+
key: string;
|
545
|
+
label: string;
|
546
|
+
}[];
|
523
547
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
524
548
|
title: {
|
525
549
|
type: StringConstructor;
|
@@ -549,7 +573,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
549
573
|
}>>;
|
550
574
|
emit: (event: "comfirm", ...args: any[]) => void;
|
551
575
|
state: {
|
552
|
-
filterable: boolean;
|
553
576
|
orgId: string | number;
|
554
577
|
currentSessionItem: AnyObject;
|
555
578
|
id: string;
|
@@ -573,27 +596,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
573
596
|
keyword: import("vue").Ref<string>;
|
574
597
|
showModal: import("vue").Ref<boolean>;
|
575
598
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
576
|
-
options: import("vue").Ref<AnyObject[]>;
|
577
599
|
groupName: import("vue").Ref<string>;
|
578
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
579
600
|
remark: import("vue").Ref<string>;
|
601
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
602
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
580
603
|
userList: import("vue").Ref<AnyObject[]>;
|
581
604
|
handleInput: () => void;
|
582
605
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
583
|
-
|
606
|
+
sessionList: import("vue").ComputedRef<{
|
584
607
|
id: any;
|
585
608
|
name: any;
|
586
609
|
avatar: any;
|
610
|
+
chatType: any;
|
611
|
+
}[]>;
|
612
|
+
friends: import("vue").ComputedRef<{
|
613
|
+
id: any;
|
614
|
+
name: any;
|
615
|
+
avatar: any;
|
616
|
+
chatType: any;
|
617
|
+
}[]>;
|
618
|
+
groups: import("vue").ComputedRef<{
|
619
|
+
id: any;
|
620
|
+
name: any;
|
621
|
+
avatar: any;
|
622
|
+
chatType: any;
|
587
623
|
}[]>;
|
588
624
|
checkedIds: import("vue").ComputedRef<any[]>;
|
589
625
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
590
626
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
627
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
628
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
629
|
+
getDisabled: (id: string | number) => boolean;
|
630
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
631
|
+
toggleTab: (item: AnyObject) => void;
|
632
|
+
handleTabBack: () => void;
|
591
633
|
handlePositiveClick: () => Promise<void>;
|
592
|
-
updateCheckedSourceIds: () => void;
|
593
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
594
|
-
actionType: "check" | "uncheck";
|
595
|
-
value: string | number;
|
596
|
-
}) => void;
|
597
634
|
closeTag: (id: string) => void;
|
598
635
|
NModal: any;
|
599
636
|
NButton: any;
|
@@ -605,8 +642,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
605
642
|
NCheckbox: any;
|
606
643
|
NCheckboxGroup: any;
|
607
644
|
NTooltip: any;
|
645
|
+
NBreadcrumb: any;
|
646
|
+
NBreadcrumbItem: any;
|
608
647
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
609
648
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
649
|
+
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
650
|
+
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
651
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
652
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
610
653
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
611
654
|
title: {
|
612
655
|
type: StringConstructor;
|
@@ -667,7 +710,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
667
710
|
};
|
668
711
|
}>> & {}>>;
|
669
712
|
state: {
|
670
|
-
filterable: boolean;
|
671
713
|
orgId: string | number;
|
672
714
|
currentSessionItem: AnyObject;
|
673
715
|
id: string;
|
@@ -742,6 +784,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
742
784
|
type: StringConstructor;
|
743
785
|
default: string;
|
744
786
|
};
|
787
|
+
isDateDisabled: {
|
788
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
789
|
+
};
|
745
790
|
}, {
|
746
791
|
attrs: {
|
747
792
|
[x: string]: unknown;
|
@@ -774,6 +819,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
774
819
|
type: StringConstructor;
|
775
820
|
default: string;
|
776
821
|
};
|
822
|
+
isDateDisabled: {
|
823
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
824
|
+
};
|
777
825
|
}>> & {
|
778
826
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
779
827
|
}>>;
|
@@ -786,6 +834,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
786
834
|
isDateTime: import("vue").ComputedRef<boolean>;
|
787
835
|
formatRef: import("vue").ComputedRef<string>;
|
788
836
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
837
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
789
838
|
focus: () => any;
|
790
839
|
blur: () => any;
|
791
840
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -825,6 +874,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
825
874
|
type: StringConstructor;
|
826
875
|
default: string;
|
827
876
|
};
|
877
|
+
isDateDisabled: {
|
878
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
879
|
+
};
|
828
880
|
}>> & {
|
829
881
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
830
882
|
}, {
|
@@ -871,6 +923,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
871
923
|
default: boolean;
|
872
924
|
};
|
873
925
|
}, {
|
926
|
+
initialOptions: AnyObject[];
|
927
|
+
tabList: {
|
928
|
+
key: string;
|
929
|
+
label: string;
|
930
|
+
}[];
|
874
931
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
875
932
|
title: {
|
876
933
|
type: StringConstructor;
|
@@ -900,7 +957,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
900
957
|
}>>;
|
901
958
|
emit: (event: "comfirm", ...args: any[]) => void;
|
902
959
|
state: {
|
903
|
-
filterable: boolean;
|
904
960
|
orgId: string | number;
|
905
961
|
currentSessionItem: AnyObject;
|
906
962
|
id: string;
|
@@ -924,27 +980,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
924
980
|
keyword: import("vue").Ref<string>;
|
925
981
|
showModal: import("vue").Ref<boolean>;
|
926
982
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
927
|
-
options: import("vue").Ref<AnyObject[]>;
|
928
983
|
groupName: import("vue").Ref<string>;
|
929
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
930
984
|
remark: import("vue").Ref<string>;
|
985
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
986
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
931
987
|
userList: import("vue").Ref<AnyObject[]>;
|
932
988
|
handleInput: () => void;
|
933
989
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
934
|
-
|
990
|
+
sessionList: import("vue").ComputedRef<{
|
935
991
|
id: any;
|
936
992
|
name: any;
|
937
993
|
avatar: any;
|
994
|
+
chatType: any;
|
995
|
+
}[]>;
|
996
|
+
friends: import("vue").ComputedRef<{
|
997
|
+
id: any;
|
998
|
+
name: any;
|
999
|
+
avatar: any;
|
1000
|
+
chatType: any;
|
1001
|
+
}[]>;
|
1002
|
+
groups: import("vue").ComputedRef<{
|
1003
|
+
id: any;
|
1004
|
+
name: any;
|
1005
|
+
avatar: any;
|
1006
|
+
chatType: any;
|
938
1007
|
}[]>;
|
939
1008
|
checkedIds: import("vue").ComputedRef<any[]>;
|
940
1009
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
941
1010
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1011
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1012
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1013
|
+
getDisabled: (id: string | number) => boolean;
|
1014
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1015
|
+
toggleTab: (item: AnyObject) => void;
|
1016
|
+
handleTabBack: () => void;
|
942
1017
|
handlePositiveClick: () => Promise<void>;
|
943
|
-
updateCheckedSourceIds: () => void;
|
944
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
945
|
-
actionType: "check" | "uncheck";
|
946
|
-
value: string | number;
|
947
|
-
}) => void;
|
948
1018
|
closeTag: (id: string) => void;
|
949
1019
|
NModal: any;
|
950
1020
|
NButton: any;
|
@@ -956,8 +1026,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
956
1026
|
NCheckbox: any;
|
957
1027
|
NCheckboxGroup: any;
|
958
1028
|
NTooltip: any;
|
1029
|
+
NBreadcrumb: any;
|
1030
|
+
NBreadcrumbItem: any;
|
959
1031
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
960
1032
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1033
|
+
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1034
|
+
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1035
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1036
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
961
1037
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
962
1038
|
title: {
|
963
1039
|
type: StringConstructor;
|
@@ -6,7 +6,6 @@ import { MESSAGE_TYPE } from '../constants';
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{}, {
|
7
7
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
8
8
|
state: {
|
9
|
-
filterable: boolean;
|
10
9
|
orgId: string | number;
|
11
10
|
currentSessionItem: AnyObject;
|
12
11
|
id: string;
|
@@ -97,7 +96,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
97
96
|
}>>;
|
98
97
|
emit: (event: "close", ...args: any[]) => void;
|
99
98
|
state: {
|
100
|
-
filterable: boolean;
|
101
99
|
orgId: string | number;
|
102
100
|
currentSessionItem: AnyObject;
|
103
101
|
id: string;
|
@@ -303,6 +301,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
303
301
|
default: boolean;
|
304
302
|
};
|
305
303
|
}, {
|
304
|
+
initialOptions: AnyObject[];
|
305
|
+
tabList: {
|
306
|
+
key: string;
|
307
|
+
label: string;
|
308
|
+
}[];
|
306
309
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
307
310
|
title: {
|
308
311
|
type: StringConstructor;
|
@@ -332,7 +335,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
332
335
|
}>>;
|
333
336
|
emit: (event: "comfirm", ...args: any[]) => void;
|
334
337
|
state: {
|
335
|
-
filterable: boolean;
|
336
338
|
orgId: string | number;
|
337
339
|
currentSessionItem: AnyObject;
|
338
340
|
id: string;
|
@@ -356,27 +358,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
356
358
|
keyword: import("vue").Ref<string>;
|
357
359
|
showModal: import("vue").Ref<boolean>;
|
358
360
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
359
|
-
options: import("vue").Ref<AnyObject[]>;
|
360
361
|
groupName: import("vue").Ref<string>;
|
361
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
362
362
|
remark: import("vue").Ref<string>;
|
363
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
364
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
363
365
|
userList: import("vue").Ref<AnyObject[]>;
|
364
366
|
handleInput: () => void;
|
365
367
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
366
|
-
|
368
|
+
sessionList: import("vue").ComputedRef<{
|
369
|
+
id: any;
|
370
|
+
name: any;
|
371
|
+
avatar: any;
|
372
|
+
chatType: any;
|
373
|
+
}[]>;
|
374
|
+
friends: import("vue").ComputedRef<{
|
375
|
+
id: any;
|
376
|
+
name: any;
|
377
|
+
avatar: any;
|
378
|
+
chatType: any;
|
379
|
+
}[]>;
|
380
|
+
groups: import("vue").ComputedRef<{
|
367
381
|
id: any;
|
368
382
|
name: any;
|
369
383
|
avatar: any;
|
384
|
+
chatType: any;
|
370
385
|
}[]>;
|
371
386
|
checkedIds: import("vue").ComputedRef<any[]>;
|
372
387
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
373
388
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
389
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
390
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
391
|
+
getDisabled: (id: string | number) => boolean;
|
392
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
393
|
+
toggleTab: (item: AnyObject) => void;
|
394
|
+
handleTabBack: () => void;
|
374
395
|
handlePositiveClick: () => Promise<void>;
|
375
|
-
updateCheckedSourceIds: () => void;
|
376
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
377
|
-
actionType: "check" | "uncheck";
|
378
|
-
value: string | number;
|
379
|
-
}) => void;
|
380
396
|
closeTag: (id: string) => void;
|
381
397
|
NModal: any;
|
382
398
|
NButton: any;
|
@@ -388,8 +404,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
388
404
|
NCheckbox: any;
|
389
405
|
NCheckboxGroup: any;
|
390
406
|
NTooltip: any;
|
407
|
+
NBreadcrumb: any;
|
408
|
+
NBreadcrumbItem: any;
|
391
409
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
392
410
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
411
|
+
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
412
|
+
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
413
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
414
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
393
415
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
394
416
|
title: {
|
395
417
|
type: StringConstructor;
|
@@ -17,7 +17,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
17
17
|
};
|
18
18
|
}>> & {}>>;
|
19
19
|
state: {
|
20
|
-
filterable: boolean;
|
21
20
|
orgId: string | number;
|
22
21
|
currentSessionItem: AnyObject;
|
23
22
|
id: string;
|
@@ -92,6 +91,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
92
91
|
type: StringConstructor;
|
93
92
|
default: string;
|
94
93
|
};
|
94
|
+
isDateDisabled: {
|
95
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
96
|
+
};
|
95
97
|
}, {
|
96
98
|
attrs: {
|
97
99
|
[x: string]: unknown;
|
@@ -124,6 +126,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
124
126
|
type: StringConstructor;
|
125
127
|
default: string;
|
126
128
|
};
|
129
|
+
isDateDisabled: {
|
130
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
131
|
+
};
|
127
132
|
}>> & {
|
128
133
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
129
134
|
}>>;
|
@@ -136,6 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
136
141
|
isDateTime: import("vue").ComputedRef<boolean>;
|
137
142
|
formatRef: import("vue").ComputedRef<string>;
|
138
143
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
144
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
139
145
|
focus: () => any;
|
140
146
|
blur: () => any;
|
141
147
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -175,6 +181,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
175
181
|
type: StringConstructor;
|
176
182
|
default: string;
|
177
183
|
};
|
184
|
+
isDateDisabled: {
|
185
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
186
|
+
};
|
178
187
|
}>> & {
|
179
188
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
180
189
|
}, {
|
@@ -5,7 +5,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
5
5
|
keyword: import("vue").Ref<string>;
|
6
6
|
cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
7
7
|
state: {
|
8
|
-
filterable: boolean;
|
9
8
|
orgId: string | number;
|
10
9
|
currentSessionItem: import("../../../../shared/types").AnyObject;
|
11
10
|
id: string;
|
@@ -5,7 +5,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
5
5
|
[x: string]: unknown;
|
6
6
|
};
|
7
7
|
state: {
|
8
|
-
filterable: boolean;
|
9
8
|
orgId: string | number;
|
10
9
|
currentSessionItem: AnyObject;
|
11
10
|
id: string;
|
@@ -80,7 +79,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
80
79
|
}>>;
|
81
80
|
emit: (event: "close", ...args: any[]) => void;
|
82
81
|
state: {
|
83
|
-
filterable: boolean;
|
84
82
|
orgId: string | number;
|
85
83
|
currentSessionItem: AnyObject;
|
86
84
|
id: string;
|
@@ -167,6 +165,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
167
165
|
default: boolean;
|
168
166
|
};
|
169
167
|
}, {
|
168
|
+
initialOptions: AnyObject[];
|
169
|
+
tabList: {
|
170
|
+
key: string;
|
171
|
+
label: string;
|
172
|
+
}[];
|
170
173
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
171
174
|
title: {
|
172
175
|
type: StringConstructor;
|
@@ -196,7 +199,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
196
199
|
}>>;
|
197
200
|
emit: (event: "comfirm", ...args: any[]) => void;
|
198
201
|
state: {
|
199
|
-
filterable: boolean;
|
200
202
|
orgId: string | number;
|
201
203
|
currentSessionItem: AnyObject;
|
202
204
|
id: string;
|
@@ -220,27 +222,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
220
222
|
keyword: import("vue").Ref<string>;
|
221
223
|
showModal: import("vue").Ref<boolean>;
|
222
224
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
223
|
-
options: import("vue").Ref<AnyObject[]>;
|
224
225
|
groupName: import("vue").Ref<string>;
|
225
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
226
226
|
remark: import("vue").Ref<string>;
|
227
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
228
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
227
229
|
userList: import("vue").Ref<AnyObject[]>;
|
228
230
|
handleInput: () => void;
|
229
231
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
230
|
-
|
232
|
+
sessionList: import("vue").ComputedRef<{
|
233
|
+
id: any;
|
234
|
+
name: any;
|
235
|
+
avatar: any;
|
236
|
+
chatType: any;
|
237
|
+
}[]>;
|
238
|
+
friends: import("vue").ComputedRef<{
|
239
|
+
id: any;
|
240
|
+
name: any;
|
241
|
+
avatar: any;
|
242
|
+
chatType: any;
|
243
|
+
}[]>;
|
244
|
+
groups: import("vue").ComputedRef<{
|
231
245
|
id: any;
|
232
246
|
name: any;
|
233
247
|
avatar: any;
|
248
|
+
chatType: any;
|
234
249
|
}[]>;
|
235
250
|
checkedIds: import("vue").ComputedRef<any[]>;
|
236
251
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
237
252
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
253
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
254
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
255
|
+
getDisabled: (id: string | number) => boolean;
|
256
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
257
|
+
toggleTab: (item: AnyObject) => void;
|
258
|
+
handleTabBack: () => void;
|
238
259
|
handlePositiveClick: () => Promise<void>;
|
239
|
-
updateCheckedSourceIds: () => void;
|
240
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
241
|
-
actionType: "check" | "uncheck";
|
242
|
-
value: string | number;
|
243
|
-
}) => void;
|
244
260
|
closeTag: (id: string) => void;
|
245
261
|
NModal: any;
|
246
262
|
NButton: any;
|
@@ -252,8 +268,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
252
268
|
NCheckbox: any;
|
253
269
|
NCheckboxGroup: any;
|
254
270
|
NTooltip: any;
|
271
|
+
NBreadcrumb: any;
|
272
|
+
NBreadcrumbItem: any;
|
255
273
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
256
274
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
275
|
+
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
276
|
+
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
277
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
278
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
257
279
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
258
280
|
title: {
|
259
281
|
type: StringConstructor;
|