cnhis-design-vue 3.2.15-beta.9 → 3.2.16-beta.7
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/branch-notice/src/canstants.js +1 -1
- package/es/components/button-print/index.d.ts +6 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +6 -13
- 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/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +10 -0
- 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/components/table-modal/index.vue.d.ts +0 -3
- 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 +27 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +27 -1
- package/es/components/expand-field/src/index.vue.d.ts +27 -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 +20 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +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.vue2.js +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +1051 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1051 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +10 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +10 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1029 -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/index.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +10 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +9 -1
- package/es/components/form-render/src/components/renderer/input.js +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/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-chat/index.d.ts +477 -102
- package/es/components/iho-chat/src/Index.vue.d.ts +477 -102
- 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/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +133 -45
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +183 -18
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- 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 +45 -17
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +137 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.js +1 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +40 -13
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -7
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -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 +2 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.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 +3 -3
- 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/src/utils/asyncQueue.d.ts +10 -0
- package/es/components/iho-chat/src/utils/asyncQueue.js +1 -0
- 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/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
- package/es/components/iho-table/src/types/index.d.ts +14 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +20 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +20 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +10 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +10 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-person/index.d.ts +27 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +27 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +10 -0
- 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/env.d.ts +25 -25
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +4 -0
- package/package.json +2 -2
@@ -464,6 +464,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
464
464
|
type: import("vue").PropType<"default" | "tooltip">;
|
465
465
|
default: string;
|
466
466
|
};
|
467
|
+
fixMemoLeak: {
|
468
|
+
type: BooleanConstructor;
|
469
|
+
};
|
467
470
|
}, {
|
468
471
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
469
472
|
fieldList: {
|
@@ -663,6 +666,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
663
666
|
type: import("vue").PropType<"default" | "tooltip">;
|
664
667
|
default: string;
|
665
668
|
};
|
669
|
+
fixMemoLeak: {
|
670
|
+
type: BooleanConstructor;
|
671
|
+
};
|
666
672
|
}>> & {
|
667
673
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
668
674
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1220,6 +1226,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
1220
1226
|
type: import("vue").PropType<"default" | "tooltip">;
|
1221
1227
|
default: string;
|
1222
1228
|
};
|
1229
|
+
fixMemoLeak: {
|
1230
|
+
type: BooleanConstructor;
|
1231
|
+
};
|
1223
1232
|
}>> & {
|
1224
1233
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1225
1234
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1253,6 +1262,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
1253
1262
|
feedbackType: "default" | "tooltip";
|
1254
1263
|
operationalFormInit: boolean;
|
1255
1264
|
incrementalRender: boolean;
|
1265
|
+
fixMemoLeak: boolean;
|
1256
1266
|
}>;
|
1257
1267
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1258
1268
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -467,6 +467,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
467
467
|
type: import("vue").PropType<"default" | "tooltip">;
|
468
468
|
default: string;
|
469
469
|
};
|
470
|
+
fixMemoLeak: {
|
471
|
+
type: BooleanConstructor;
|
472
|
+
};
|
470
473
|
}, {
|
471
474
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
472
475
|
fieldList: {
|
@@ -666,6 +669,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
666
669
|
type: import("vue").PropType<"default" | "tooltip">;
|
667
670
|
default: string;
|
668
671
|
};
|
672
|
+
fixMemoLeak: {
|
673
|
+
type: BooleanConstructor;
|
674
|
+
};
|
669
675
|
}>> & {
|
670
676
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
671
677
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1223,6 +1229,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1223
1229
|
type: import("vue").PropType<"default" | "tooltip">;
|
1224
1230
|
default: string;
|
1225
1231
|
};
|
1232
|
+
fixMemoLeak: {
|
1233
|
+
type: BooleanConstructor;
|
1234
|
+
};
|
1226
1235
|
}>> & {
|
1227
1236
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1228
1237
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1256,6 +1265,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1256
1265
|
feedbackType: "default" | "tooltip";
|
1257
1266
|
operationalFormInit: boolean;
|
1258
1267
|
incrementalRender: boolean;
|
1268
|
+
fixMemoLeak: boolean;
|
1259
1269
|
}>;
|
1260
1270
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1261
1271
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -96,6 +96,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
96
96
|
type: StringConstructor;
|
97
97
|
default: string;
|
98
98
|
};
|
99
|
+
isDateDisabled: {
|
100
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
101
|
+
};
|
99
102
|
}, {
|
100
103
|
attrs: {
|
101
104
|
[x: string]: unknown;
|
@@ -128,6 +131,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
128
131
|
type: StringConstructor;
|
129
132
|
default: string;
|
130
133
|
};
|
134
|
+
isDateDisabled: {
|
135
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
136
|
+
};
|
131
137
|
}>> & {
|
132
138
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
133
139
|
}>>;
|
@@ -140,6 +146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
140
146
|
isDateTime: import("vue").ComputedRef<boolean>;
|
141
147
|
formatRef: import("vue").ComputedRef<string>;
|
142
148
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
149
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
143
150
|
focus: () => any;
|
144
151
|
blur: () => any;
|
145
152
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -179,6 +186,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
186
|
type: StringConstructor;
|
180
187
|
default: string;
|
181
188
|
};
|
189
|
+
isDateDisabled: {
|
190
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
191
|
+
};
|
182
192
|
}>> & {
|
183
193
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
184
194
|
}, {
|
@@ -59,6 +59,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
59
59
|
type: StringConstructor;
|
60
60
|
default: string;
|
61
61
|
};
|
62
|
+
isDateDisabled: {
|
63
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
64
|
+
};
|
62
65
|
}, {
|
63
66
|
attrs: {
|
64
67
|
[x: string]: unknown;
|
@@ -91,6 +94,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
91
94
|
type: StringConstructor;
|
92
95
|
default: string;
|
93
96
|
};
|
97
|
+
isDateDisabled: {
|
98
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
99
|
+
};
|
94
100
|
}>> & {
|
95
101
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
96
102
|
}>>;
|
@@ -103,6 +109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
103
109
|
isDateTime: import("vue").ComputedRef<boolean>;
|
104
110
|
formatRef: import("vue").ComputedRef<string>;
|
105
111
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
112
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
106
113
|
focus: () => any;
|
107
114
|
blur: () => any;
|
108
115
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -142,6 +149,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
142
149
|
type: StringConstructor;
|
143
150
|
default: string;
|
144
151
|
};
|
152
|
+
isDateDisabled: {
|
153
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
154
|
+
};
|
145
155
|
}>> & {
|
146
156
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
147
157
|
}, {
|
@@ -59,6 +59,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
59
59
|
type: StringConstructor;
|
60
60
|
default: string;
|
61
61
|
};
|
62
|
+
isDateDisabled: {
|
63
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
64
|
+
};
|
62
65
|
}, {
|
63
66
|
attrs: {
|
64
67
|
[x: string]: unknown;
|
@@ -91,6 +94,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
91
94
|
type: StringConstructor;
|
92
95
|
default: string;
|
93
96
|
};
|
97
|
+
isDateDisabled: {
|
98
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
99
|
+
};
|
94
100
|
}>> & {
|
95
101
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
96
102
|
}>>;
|
@@ -103,6 +109,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
103
109
|
isDateTime: import("vue").ComputedRef<boolean>;
|
104
110
|
formatRef: import("vue").ComputedRef<string>;
|
105
111
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
112
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
106
113
|
focus: () => any;
|
107
114
|
blur: () => any;
|
108
115
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -142,6 +149,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
142
149
|
type: StringConstructor;
|
143
150
|
default: string;
|
144
151
|
};
|
152
|
+
isDateDisabled: {
|
153
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
154
|
+
};
|
145
155
|
}>> & {
|
146
156
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
147
157
|
}, {
|
@@ -214,6 +214,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
214
214
|
type: StringConstructor;
|
215
215
|
default: string;
|
216
216
|
};
|
217
|
+
isDateDisabled: {
|
218
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
219
|
+
};
|
217
220
|
}, {
|
218
221
|
attrs: {
|
219
222
|
[x: string]: unknown;
|
@@ -246,6 +249,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
246
249
|
type: StringConstructor;
|
247
250
|
default: string;
|
248
251
|
};
|
252
|
+
isDateDisabled: {
|
253
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
254
|
+
};
|
249
255
|
}>> & {
|
250
256
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
251
257
|
}>>;
|
@@ -258,6 +264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
258
264
|
isDateTime: import("vue").ComputedRef<boolean>;
|
259
265
|
formatRef: import("vue").ComputedRef<string>;
|
260
266
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
267
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
261
268
|
focus: () => any;
|
262
269
|
blur: () => any;
|
263
270
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -297,6 +304,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
297
304
|
type: StringConstructor;
|
298
305
|
default: string;
|
299
306
|
};
|
307
|
+
isDateDisabled: {
|
308
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
309
|
+
};
|
300
310
|
}>> & {
|
301
311
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
302
312
|
}, {
|
@@ -123,6 +123,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
123
123
|
type: StringConstructor;
|
124
124
|
default: string;
|
125
125
|
};
|
126
|
+
isDateDisabled: {
|
127
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
128
|
+
};
|
126
129
|
}, {
|
127
130
|
attrs: {
|
128
131
|
[x: string]: unknown;
|
@@ -155,6 +158,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
158
|
type: StringConstructor;
|
156
159
|
default: string;
|
157
160
|
};
|
161
|
+
isDateDisabled: {
|
162
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
163
|
+
};
|
158
164
|
}>> & {
|
159
165
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
160
166
|
}>>;
|
@@ -167,6 +173,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
167
173
|
isDateTime: import("vue").ComputedRef<boolean>;
|
168
174
|
formatRef: import("vue").ComputedRef<string>;
|
169
175
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
176
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
170
177
|
focus: () => any;
|
171
178
|
blur: () => any;
|
172
179
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -206,6 +213,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
206
213
|
type: StringConstructor;
|
207
214
|
default: string;
|
208
215
|
};
|
216
|
+
isDateDisabled: {
|
217
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
218
|
+
};
|
209
219
|
}>> & {
|
210
220
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
211
221
|
}, {
|
@@ -814,6 +824,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
814
824
|
type: StringConstructor;
|
815
825
|
default: string;
|
816
826
|
};
|
827
|
+
isDateDisabled: {
|
828
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
829
|
+
};
|
817
830
|
}, {
|
818
831
|
attrs: {
|
819
832
|
[x: string]: unknown;
|
@@ -846,6 +859,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
846
859
|
type: StringConstructor;
|
847
860
|
default: string;
|
848
861
|
};
|
862
|
+
isDateDisabled: {
|
863
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
864
|
+
};
|
849
865
|
}>> & {
|
850
866
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
851
867
|
}>>;
|
@@ -858,6 +874,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
858
874
|
isDateTime: import("vue").ComputedRef<boolean>;
|
859
875
|
formatRef: import("vue").ComputedRef<string>;
|
860
876
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
877
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
861
878
|
focus: () => any;
|
862
879
|
blur: () => any;
|
863
880
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -897,6 +914,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
897
914
|
type: StringConstructor;
|
898
915
|
default: string;
|
899
916
|
};
|
917
|
+
isDateDisabled: {
|
918
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
919
|
+
};
|
900
920
|
}>> & {
|
901
921
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
902
922
|
}, {
|
@@ -80,6 +80,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
80
80
|
type: StringConstructor;
|
81
81
|
default: string;
|
82
82
|
};
|
83
|
+
isDateDisabled: {
|
84
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
85
|
+
};
|
83
86
|
}, {
|
84
87
|
attrs: {
|
85
88
|
[x: string]: unknown;
|
@@ -112,6 +115,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
112
115
|
type: StringConstructor;
|
113
116
|
default: string;
|
114
117
|
};
|
118
|
+
isDateDisabled: {
|
119
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
120
|
+
};
|
115
121
|
}>> & {
|
116
122
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
117
123
|
}>>;
|
@@ -124,6 +130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
124
130
|
isDateTime: import("vue").ComputedRef<boolean>;
|
125
131
|
formatRef: import("vue").ComputedRef<string>;
|
126
132
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
133
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
127
134
|
focus: () => any;
|
128
135
|
blur: () => any;
|
129
136
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -163,6 +170,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
163
170
|
type: StringConstructor;
|
164
171
|
default: string;
|
165
172
|
};
|
173
|
+
isDateDisabled: {
|
174
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
175
|
+
};
|
166
176
|
}>> & {
|
167
177
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
168
178
|
}, {
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
@@ -94,6 +94,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
94
94
|
type: StringConstructor;
|
95
95
|
default: string;
|
96
96
|
};
|
97
|
+
isDateDisabled: {
|
98
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
99
|
+
};
|
97
100
|
}, {
|
98
101
|
attrs: {
|
99
102
|
[x: string]: unknown;
|
@@ -126,6 +129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
126
129
|
type: StringConstructor;
|
127
130
|
default: string;
|
128
131
|
};
|
132
|
+
isDateDisabled: {
|
133
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
134
|
+
};
|
129
135
|
}>> & {
|
130
136
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
131
137
|
}>>;
|
@@ -138,6 +144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
138
144
|
isDateTime: import("vue").ComputedRef<boolean>;
|
139
145
|
formatRef: import("vue").ComputedRef<string>;
|
140
146
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
147
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
141
148
|
focus: () => any;
|
142
149
|
blur: () => any;
|
143
150
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -177,6 +184,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
177
184
|
type: StringConstructor;
|
178
185
|
default: string;
|
179
186
|
};
|
187
|
+
isDateDisabled: {
|
188
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
189
|
+
};
|
180
190
|
}>> & {
|
181
191
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
182
192
|
}, {
|
@@ -80,6 +80,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
80
80
|
type: StringConstructor;
|
81
81
|
default: string;
|
82
82
|
};
|
83
|
+
isDateDisabled: {
|
84
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
85
|
+
};
|
83
86
|
}, {
|
84
87
|
attrs: {
|
85
88
|
[x: string]: unknown;
|
@@ -112,6 +115,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
112
115
|
type: StringConstructor;
|
113
116
|
default: string;
|
114
117
|
};
|
118
|
+
isDateDisabled: {
|
119
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
120
|
+
};
|
115
121
|
}>> & {
|
116
122
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
117
123
|
}>>;
|
@@ -124,6 +130,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
124
130
|
isDateTime: import("vue").ComputedRef<boolean>;
|
125
131
|
formatRef: import("vue").ComputedRef<string>;
|
126
132
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
133
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
127
134
|
focus: () => any;
|
128
135
|
blur: () => any;
|
129
136
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -163,6 +170,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
163
170
|
type: StringConstructor;
|
164
171
|
default: string;
|
165
172
|
};
|
173
|
+
isDateDisabled: {
|
174
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
175
|
+
};
|
166
176
|
}>> & {
|
167
177
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
168
178
|
}, {
|
@@ -771,6 +781,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
771
781
|
type: StringConstructor;
|
772
782
|
default: string;
|
773
783
|
};
|
784
|
+
isDateDisabled: {
|
785
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
786
|
+
};
|
774
787
|
}, {
|
775
788
|
attrs: {
|
776
789
|
[x: string]: unknown;
|
@@ -803,6 +816,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
803
816
|
type: StringConstructor;
|
804
817
|
default: string;
|
805
818
|
};
|
819
|
+
isDateDisabled: {
|
820
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
821
|
+
};
|
806
822
|
}>> & {
|
807
823
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
808
824
|
}>>;
|
@@ -815,6 +831,7 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
815
831
|
isDateTime: import("vue").ComputedRef<boolean>;
|
816
832
|
formatRef: import("vue").ComputedRef<string>;
|
817
833
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
834
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
818
835
|
focus: () => any;
|
819
836
|
blur: () => any;
|
820
837
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -854,6 +871,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
854
871
|
type: StringConstructor;
|
855
872
|
default: string;
|
856
873
|
};
|
874
|
+
isDateDisabled: {
|
875
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
876
|
+
};
|
857
877
|
}>> & {
|
858
878
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
859
879
|
}, {
|
@@ -247,6 +247,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
247
247
|
type: StringConstructor;
|
248
248
|
default: string;
|
249
249
|
};
|
250
|
+
isDateDisabled: {
|
251
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
252
|
+
};
|
250
253
|
}, {
|
251
254
|
attrs: {
|
252
255
|
[x: string]: unknown;
|
@@ -279,6 +282,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
279
282
|
type: StringConstructor;
|
280
283
|
default: string;
|
281
284
|
};
|
285
|
+
isDateDisabled: {
|
286
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
287
|
+
};
|
282
288
|
}>> & {
|
283
289
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
284
290
|
}>>;
|
@@ -291,6 +297,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
291
297
|
isDateTime: import("vue").ComputedRef<boolean>;
|
292
298
|
formatRef: import("vue").ComputedRef<string>;
|
293
299
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
300
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
294
301
|
focus: () => any;
|
295
302
|
blur: () => any;
|
296
303
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -330,6 +337,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
330
337
|
type: StringConstructor;
|
331
338
|
default: string;
|
332
339
|
};
|
340
|
+
isDateDisabled: {
|
341
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
342
|
+
};
|
333
343
|
}>> & {
|
334
344
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
335
345
|
}, {
|
@@ -938,6 +948,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
938
948
|
type: StringConstructor;
|
939
949
|
default: string;
|
940
950
|
};
|
951
|
+
isDateDisabled: {
|
952
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
953
|
+
};
|
941
954
|
}, {
|
942
955
|
attrs: {
|
943
956
|
[x: string]: unknown;
|
@@ -970,6 +983,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
970
983
|
type: StringConstructor;
|
971
984
|
default: string;
|
972
985
|
};
|
986
|
+
isDateDisabled: {
|
987
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
988
|
+
};
|
973
989
|
}>> & {
|
974
990
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
975
991
|
}>>;
|
@@ -982,6 +998,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
982
998
|
isDateTime: import("vue").ComputedRef<boolean>;
|
983
999
|
formatRef: import("vue").ComputedRef<string>;
|
984
1000
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1001
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
985
1002
|
focus: () => any;
|
986
1003
|
blur: () => any;
|
987
1004
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -1021,6 +1038,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1021
1038
|
type: StringConstructor;
|
1022
1039
|
default: string;
|
1023
1040
|
};
|
1041
|
+
isDateDisabled: {
|
1042
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1043
|
+
};
|
1024
1044
|
}>> & {
|
1025
1045
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1026
1046
|
}, {
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
@@ -111,6 +111,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
111
111
|
type: StringConstructor;
|
112
112
|
default: string;
|
113
113
|
};
|
114
|
+
isDateDisabled: {
|
115
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
116
|
+
};
|
114
117
|
}, {
|
115
118
|
attrs: {
|
116
119
|
[x: string]: unknown;
|
@@ -143,6 +146,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
143
146
|
type: StringConstructor;
|
144
147
|
default: string;
|
145
148
|
};
|
149
|
+
isDateDisabled: {
|
150
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
151
|
+
};
|
146
152
|
}>> & {
|
147
153
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
148
154
|
}>>;
|
@@ -155,6 +161,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
161
|
isDateTime: import("vue").ComputedRef<boolean>;
|
156
162
|
formatRef: import("vue").ComputedRef<string>;
|
157
163
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
164
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
158
165
|
focus: () => any;
|
159
166
|
blur: () => any;
|
160
167
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -194,6 +201,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
194
201
|
type: StringConstructor;
|
195
202
|
default: string;
|
196
203
|
};
|
204
|
+
isDateDisabled: {
|
205
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
206
|
+
};
|
197
207
|
}>> & {
|
198
208
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
199
209
|
}, {
|
@@ -94,6 +94,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
94
94
|
type: StringConstructor;
|
95
95
|
default: string;
|
96
96
|
};
|
97
|
+
isDateDisabled: {
|
98
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
99
|
+
};
|
97
100
|
}, {
|
98
101
|
attrs: {
|
99
102
|
[x: string]: unknown;
|
@@ -126,6 +129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
126
129
|
type: StringConstructor;
|
127
130
|
default: string;
|
128
131
|
};
|
132
|
+
isDateDisabled: {
|
133
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
134
|
+
};
|
129
135
|
}>> & {
|
130
136
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
131
137
|
}>>;
|
@@ -138,6 +144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
138
144
|
isDateTime: import("vue").ComputedRef<boolean>;
|
139
145
|
formatRef: import("vue").ComputedRef<string>;
|
140
146
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
147
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
141
148
|
focus: () => any;
|
142
149
|
blur: () => any;
|
143
150
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -177,6 +184,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
177
184
|
type: StringConstructor;
|
178
185
|
default: string;
|
179
186
|
};
|
187
|
+
isDateDisabled: {
|
188
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
189
|
+
};
|
180
190
|
}>> & {
|
181
191
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
182
192
|
}, {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
@@ -129,6 +129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
129
129
|
type: StringConstructor;
|
130
130
|
default: string;
|
131
131
|
};
|
132
|
+
isDateDisabled: {
|
133
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
134
|
+
};
|
132
135
|
}, {
|
133
136
|
attrs: {
|
134
137
|
[x: string]: unknown;
|
@@ -161,6 +164,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
161
164
|
type: StringConstructor;
|
162
165
|
default: string;
|
163
166
|
};
|
167
|
+
isDateDisabled: {
|
168
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
169
|
+
};
|
164
170
|
}>> & {
|
165
171
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
166
172
|
}>>;
|
@@ -173,6 +179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
173
179
|
isDateTime: import("vue").ComputedRef<boolean>;
|
174
180
|
formatRef: import("vue").ComputedRef<string>;
|
175
181
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
182
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
176
183
|
focus: () => any;
|
177
184
|
blur: () => any;
|
178
185
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -212,6 +219,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
212
219
|
type: StringConstructor;
|
213
220
|
default: string;
|
214
221
|
};
|
222
|
+
isDateDisabled: {
|
223
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
224
|
+
};
|
215
225
|
}>> & {
|
216
226
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
217
227
|
}, {
|