cnhis-design-vue 3.4.0-beta.9 → 3.4.0-release.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.
Files changed (82) hide show
  1. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +4 -2
  2. package/es/components/button-print/src/utils/print.d.ts +1 -0
  3. package/es/components/button-print/src/utils/print.js +9 -6
  4. package/es/components/callback/src/components/render/popupMaps.d.ts +81 -207
  5. package/es/components/classification/index.d.ts +39 -0
  6. package/es/components/classification/src/components/search-filter/index.vue.d.ts +39 -0
  7. package/es/components/classification/src/components/set-classification/index.vue.d.ts +39 -0
  8. package/es/components/classification/src/index.vue.d.ts +39 -0
  9. package/es/components/date-picker/index.d.ts +13 -0
  10. package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
  11. package/es/components/date-picker/src/DatePicker.vue2.js +8 -3
  12. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +3 -1
  13. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +27 -11
  14. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +3 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +15 -7
  16. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +11 -12
  17. package/es/components/fabric-chart/src/interface.d.ts +1 -0
  18. package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
  19. package/es/components/field-set/src/FieldColor.vue2.js +2 -1
  20. package/es/components/field-set/src/FieldFilter.vue2.js +2 -1
  21. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  22. package/es/components/field-set/src/FieldSet.vue2.js +1 -0
  23. package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
  24. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
  25. package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
  26. package/es/components/field-set/src/components/table-row.vue2.js +1 -0
  27. package/es/components/form-render/src/components/renderer/textarea.d.ts +2 -2
  28. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  29. package/es/components/iho-chat/index.d.ts +26 -0
  30. package/es/components/iho-chat/src/Index.vue.d.ts +26 -0
  31. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +13 -0
  32. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
  33. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +13 -0
  34. package/es/components/iho-table/index.d.ts +81 -207
  35. package/es/components/iho-table/src/IhoTable.vue.d.ts +81 -207
  36. package/es/components/iho-table/src/IhoTable.vue2.js +16 -12
  37. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  38. package/es/components/iho-table/src/constants/index.js +0 -21
  39. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  40. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  41. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
  42. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
  43. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  44. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
  45. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  46. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  47. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  48. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  49. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  50. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  51. package/es/components/select-person/src/SelectPerson.vue2.js +2 -1
  52. package/es/components/select-person/src/utils/index.js +11 -9
  53. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  54. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
  55. package/es/components/shortcut-setter/index.d.ts +1 -0
  56. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
  57. package/es/components/table-export-field/index.d.ts +6 -0
  58. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
  59. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +2 -0
  60. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +49 -18
  61. package/es/components/table-export-field/src/index.vue.d.ts +6 -0
  62. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  63. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
  64. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
  65. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
  66. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
  67. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +26 -0
  68. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
  69. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
  70. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +26 -0
  71. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +26 -0
  72. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
  73. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
  74. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
  75. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
  76. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +52 -0
  77. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +52 -0
  78. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  79. package/es/shared/package.json.js +1 -1
  80. package/es/shared/utils/ho-edge.d.ts +12 -0
  81. package/es/shared/utils/ho-edge.js +58 -0
  82. package/package.json +2 -2
@@ -16,6 +16,13 @@ const _hoisted_2 = {
16
16
  const _hoisted_3 = {
17
17
  class: "save-project-content"
18
18
  };
19
+ const _hoisted_4 = {
20
+ style: {
21
+ "width": "100%",
22
+ "display": "flex",
23
+ "flex-direction": "column"
24
+ }
25
+ };
19
26
  const defaultKey = "default";
20
27
  var _sfc_main = /* @__PURE__ */ defineComponent({
21
28
  __name: "SaveProjectModal",
@@ -67,7 +74,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
67
74
  const emits = __emit;
68
75
  const formRef = ref(null);
69
76
  const formValue = reactive({
70
- projectName: ""
77
+ projectName: "",
78
+ exportPath: ""
71
79
  });
72
80
  const selectProject = ref();
73
81
  const projectList = ref([]);
@@ -96,6 +104,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
96
104
  }
97
105
  function getParams() {
98
106
  const schemeName = formValue.projectName.trim();
107
+ const exportPath = formValue.exportPath.trim();
99
108
  const {
100
109
  fieldKeys,
101
110
  schemeId
@@ -105,6 +114,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
105
114
  lastUsedSchemeName: schemeName,
106
115
  schemeId: "",
107
116
  schemeName,
117
+ exportPath,
108
118
  tableListId: props.tableListId
109
119
  };
110
120
  if (selectProject.value === "updateProject") {
@@ -124,29 +134,34 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
124
134
  let res = await saveTableListExportScheme(params, exportApiConfig);
125
135
  if (res) {
126
136
  message.success(i18n("10010.1.438", "\u4FDD\u5B58\u5E76\u5BFC\u51FA\u6210\u529F"));
127
- emits("cancelSaveModal");
137
+ cancelSaveToCalss();
128
138
  }
129
139
  });
130
140
  }
131
141
  function cancelSaveToCalss() {
142
+ formValue.projectName = "";
143
+ formValue.exportPath = "";
132
144
  emits("cancelSaveModal");
133
145
  }
134
- watch(() => props.curProgram, async (program) => {
135
- switch (program.schemeId) {
136
- case defaultKey:
137
- projectList.value = modeList.filter((mode) => mode.value === "addProject");
138
- selectProject.value = "addProject";
139
- formValue.projectName = "";
140
- break;
141
- default:
142
- projectList.value = cloneDeep(modeList);
143
- selectProject.value = "updateProject";
144
- formValue.projectName = program.schemeName;
145
- break;
146
+ watch(() => props.visible, async (isShow) => {
147
+ if (isShow) {
148
+ const program = props.curProgram;
149
+ formValue.exportPath = (program == null ? void 0 : program.exportPath) || "";
150
+ switch (program.schemeId) {
151
+ case defaultKey:
152
+ projectList.value = modeList.filter((mode) => mode.value === "addProject");
153
+ selectProject.value = "addProject";
154
+ formValue.projectName = "";
155
+ break;
156
+ default:
157
+ projectList.value = cloneDeep(modeList);
158
+ selectProject.value = "updateProject";
159
+ formValue.projectName = program.schemeName;
160
+ break;
161
+ }
146
162
  }
147
163
  }, {
148
- immediate: true,
149
- deep: true
164
+ immediate: true
150
165
  });
151
166
  return (_ctx, _cache) => {
152
167
  return openBlock(), createBlock(unref(NModal), {
@@ -176,13 +191,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
176
191
  footer: withCtx(() => [createElementVNode("div", _hoisted_2, [createVNode(unref(NButton), {
177
192
  onClick: cancelSaveToCalss
178
193
  }, {
179
- default: withCtx(() => [..._cache[2] || (_cache[2] = [createTextVNode(i18n("10010.1.28", "\u53D6\u6D88"), -1)])]),
194
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode(i18n("10010.1.28", "\u53D6\u6D88"), -1)])]),
180
195
  _: 1
181
196
  }), createVNode(unref(NButton), {
182
197
  type: "info",
183
198
  onClick: saveToCalss
184
199
  }, {
185
- default: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode(i18n("10010.1.428", "\u786E\u8BA4"), -1)])]),
200
+ default: withCtx(() => [..._cache[4] || (_cache[4] = [createTextVNode(i18n("10010.1.428", "\u786E\u8BA4"), -1)])]),
186
201
  _: 1
187
202
  })])]),
188
203
  default: withCtx(() => [createElementVNode("div", _hoisted_3, [createVNode(unref(NRadioGroup), {
@@ -219,6 +234,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
219
234
  maxlength: "100"
220
235
  }, null, 8, ["value"])]),
221
236
  _: 1
237
+ }), createVNode(unref(NFormItem), {
238
+ label: i18n("10010.1.683", "\u5BFC\u51FA\u8DEF\u5F84"),
239
+ path: "exportPath"
240
+ }, {
241
+ default: withCtx(() => [createElementVNode("div", _hoisted_4, [createVNode(unref(NInput), {
242
+ value: formValue.exportPath,
243
+ "onUpdate:value": _cache[2] || (_cache[2] = ($event) => formValue.exportPath = $event),
244
+ placeholder: i18n("10010.1.684", "\u8BF7\u8F93\u5165\u5BFC\u51FA\u8DEF\u5F84"),
245
+ clearable: ""
246
+ }, null, 8, ["value"]), _cache[5] || (_cache[5] = createElementVNode("span", {
247
+ style: {
248
+ "margin-top": "3px",
249
+ "color": "#d03050"
250
+ }
251
+ }, "\u5F53\u524D\u914D\u7F6E\u4EC5\u7528\u4E8E\u5C01\u88C5\u6D4F\u89C8\u5668", -1))])]),
252
+ _: 1
222
253
  })]),
223
254
  _: 1
224
255
  }, 8, ["model"])])]),
@@ -51,22 +51,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
51
51
  schemeName: string;
52
52
  fieldKeys: string[];
53
53
  updatedTime?: string | undefined;
54
+ exportPath?: string | undefined;
54
55
  }, IExportSchemeType | {
55
56
  schemeId: string;
56
57
  schemeName: string;
57
58
  fieldKeys: string[];
58
59
  updatedTime?: string | undefined;
60
+ exportPath?: string | undefined;
59
61
  }>;
60
62
  programOptions: import("vue").Ref<{
61
63
  schemeId: string;
62
64
  schemeName: string;
63
65
  fieldKeys: string[];
64
66
  updatedTime?: string | undefined;
67
+ exportPath?: string | undefined;
65
68
  }[], IExportSchemeType[] | {
66
69
  schemeId: string;
67
70
  schemeName: string;
68
71
  fieldKeys: string[];
69
72
  updatedTime?: string | undefined;
73
+ exportPath?: string | undefined;
70
74
  }[]>;
71
75
  downLoadFieldList: import("vue").Ref<any[], any[]>;
72
76
  showAllFieldList: import("vue").Ref<any[], any[]>;
@@ -367,6 +371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
367
371
  formRef: import("vue").Ref<any, any>;
368
372
  formValue: {
369
373
  projectName: string;
374
+ exportPath: string;
370
375
  };
371
376
  selectProject: import("vue").Ref<any, any>;
372
377
  projectList: import("vue").Ref<any[], any[]>;
@@ -378,6 +383,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
378
383
  lastUsedSchemeName: string;
379
384
  schemeId: string;
380
385
  schemeName: string;
386
+ exportPath: string;
381
387
  tableListId: string;
382
388
  };
383
389
  saveToCalss: () => void;
@@ -3,4 +3,5 @@ export type IExportSchemeType = {
3
3
  schemeName: string;
4
4
  fieldKeys: string[];
5
5
  updatedTime?: string;
6
+ exportPath?: string;
6
7
  };
@@ -96,6 +96,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  type: StringConstructor;
97
97
  default: string;
98
98
  };
99
+ updateValueOnClose: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
99
103
  isDateDisabled: {
100
104
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
101
105
  };
@@ -131,6 +135,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
131
135
  type: StringConstructor;
132
136
  default: string;
133
137
  };
138
+ updateValueOnClose: {
139
+ type: BooleanConstructor;
140
+ default: boolean;
141
+ };
134
142
  isDateDisabled: {
135
143
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
136
144
  };
@@ -186,6 +194,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
186
194
  type: StringConstructor;
187
195
  default: string;
188
196
  };
197
+ updateValueOnClose: {
198
+ type: BooleanConstructor;
199
+ default: boolean;
200
+ };
189
201
  isDateDisabled: {
190
202
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
191
203
  };
@@ -196,6 +208,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
196
208
  updateUnchangedValue: boolean;
197
209
  to: string | false | HTMLElement;
198
210
  holidays: Date[];
211
+ updateValueOnClose: boolean;
199
212
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
200
213
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
201
214
  componentCfg: {
@@ -59,6 +59,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
59
  type: StringConstructor;
60
60
  default: string;
61
61
  };
62
+ updateValueOnClose: {
63
+ type: BooleanConstructor;
64
+ default: boolean;
65
+ };
62
66
  isDateDisabled: {
63
67
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
64
68
  };
@@ -94,6 +98,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
98
  type: StringConstructor;
95
99
  default: string;
96
100
  };
101
+ updateValueOnClose: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
97
105
  isDateDisabled: {
98
106
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
99
107
  };
@@ -149,6 +157,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
149
157
  type: StringConstructor;
150
158
  default: string;
151
159
  };
160
+ updateValueOnClose: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
152
164
  isDateDisabled: {
153
165
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
154
166
  };
@@ -159,6 +171,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
159
171
  updateUnchangedValue: boolean;
160
172
  to: string | false | HTMLElement;
161
173
  holidays: Date[];
174
+ updateValueOnClose: boolean;
162
175
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
163
176
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
164
177
  componentCfg: {
@@ -59,6 +59,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
59
59
  type: StringConstructor;
60
60
  default: string;
61
61
  };
62
+ updateValueOnClose: {
63
+ type: BooleanConstructor;
64
+ default: boolean;
65
+ };
62
66
  isDateDisabled: {
63
67
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
64
68
  };
@@ -94,6 +98,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
94
98
  type: StringConstructor;
95
99
  default: string;
96
100
  };
101
+ updateValueOnClose: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
97
105
  isDateDisabled: {
98
106
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
99
107
  };
@@ -149,6 +157,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
149
157
  type: StringConstructor;
150
158
  default: string;
151
159
  };
160
+ updateValueOnClose: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
152
164
  isDateDisabled: {
153
165
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
154
166
  };
@@ -159,6 +171,7 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
159
171
  updateUnchangedValue: boolean;
160
172
  to: string | false | HTMLElement;
161
173
  holidays: Date[];
174
+ updateValueOnClose: boolean;
162
175
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
163
176
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
164
177
  componentCfg: {
@@ -214,6 +214,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
214
214
  type: StringConstructor;
215
215
  default: string;
216
216
  };
217
+ updateValueOnClose: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
217
221
  isDateDisabled: {
218
222
  type: PropType<(current: number, ...arg: any[]) => boolean>;
219
223
  };
@@ -249,6 +253,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
249
253
  type: StringConstructor;
250
254
  default: string;
251
255
  };
256
+ updateValueOnClose: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
252
260
  isDateDisabled: {
253
261
  type: PropType<(current: number, ...arg: any[]) => boolean>;
254
262
  };
@@ -304,6 +312,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
304
312
  type: StringConstructor;
305
313
  default: string;
306
314
  };
315
+ updateValueOnClose: {
316
+ type: BooleanConstructor;
317
+ default: boolean;
318
+ };
307
319
  isDateDisabled: {
308
320
  type: PropType<(current: number, ...arg: any[]) => boolean>;
309
321
  };
@@ -314,6 +326,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
314
326
  updateUnchangedValue: boolean;
315
327
  to: string | false | HTMLElement;
316
328
  holidays: Date[];
329
+ updateValueOnClose: boolean;
317
330
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
318
331
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
319
332
  componentCfg: {
@@ -159,6 +159,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
159
159
  type: StringConstructor;
160
160
  default: string;
161
161
  };
162
+ updateValueOnClose: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
162
166
  isDateDisabled: {
163
167
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
164
168
  };
@@ -194,6 +198,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
194
198
  type: StringConstructor;
195
199
  default: string;
196
200
  };
201
+ updateValueOnClose: {
202
+ type: BooleanConstructor;
203
+ default: boolean;
204
+ };
197
205
  isDateDisabled: {
198
206
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
199
207
  };
@@ -249,6 +257,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
249
257
  type: StringConstructor;
250
258
  default: string;
251
259
  };
260
+ updateValueOnClose: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
252
264
  isDateDisabled: {
253
265
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
254
266
  };
@@ -259,6 +271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
259
271
  updateUnchangedValue: boolean;
260
272
  to: string | false | HTMLElement;
261
273
  holidays: Date[];
274
+ updateValueOnClose: boolean;
262
275
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
263
276
  readonly NSelect: any;
264
277
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -999,6 +1012,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
999
1012
  type: StringConstructor;
1000
1013
  default: string;
1001
1014
  };
1015
+ updateValueOnClose: {
1016
+ type: BooleanConstructor;
1017
+ default: boolean;
1018
+ };
1002
1019
  isDateDisabled: {
1003
1020
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1004
1021
  };
@@ -1034,6 +1051,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1034
1051
  type: StringConstructor;
1035
1052
  default: string;
1036
1053
  };
1054
+ updateValueOnClose: {
1055
+ type: BooleanConstructor;
1056
+ default: boolean;
1057
+ };
1037
1058
  isDateDisabled: {
1038
1059
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1039
1060
  };
@@ -1089,6 +1110,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1089
1110
  type: StringConstructor;
1090
1111
  default: string;
1091
1112
  };
1113
+ updateValueOnClose: {
1114
+ type: BooleanConstructor;
1115
+ default: boolean;
1116
+ };
1092
1117
  isDateDisabled: {
1093
1118
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1094
1119
  };
@@ -1099,6 +1124,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1099
1124
  updateUnchangedValue: boolean;
1100
1125
  to: string | false | HTMLElement;
1101
1126
  holidays: Date[];
1127
+ updateValueOnClose: boolean;
1102
1128
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1103
1129
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1104
1130
  filterType: {
@@ -98,6 +98,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
98
  type: StringConstructor;
99
99
  default: string;
100
100
  };
101
+ updateValueOnClose: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
101
105
  isDateDisabled: {
102
106
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
103
107
  };
@@ -133,6 +137,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
133
137
  type: StringConstructor;
134
138
  default: string;
135
139
  };
140
+ updateValueOnClose: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
136
144
  isDateDisabled: {
137
145
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
138
146
  };
@@ -188,6 +196,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
188
196
  type: StringConstructor;
189
197
  default: string;
190
198
  };
199
+ updateValueOnClose: {
200
+ type: BooleanConstructor;
201
+ default: boolean;
202
+ };
191
203
  isDateDisabled: {
192
204
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
193
205
  };
@@ -198,6 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
198
210
  updateUnchangedValue: boolean;
199
211
  to: string | false | HTMLElement;
200
212
  holidays: Date[];
213
+ updateValueOnClose: boolean;
201
214
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
202
215
  readonly NSelect: any;
203
216
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -113,6 +113,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
113
113
  type: StringConstructor;
114
114
  default: string;
115
115
  };
116
+ updateValueOnClose: {
117
+ type: BooleanConstructor;
118
+ default: boolean;
119
+ };
116
120
  isDateDisabled: {
117
121
  type: PropType<(current: number, ...arg: any[]) => boolean>;
118
122
  };
@@ -148,6 +152,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
148
152
  type: StringConstructor;
149
153
  default: string;
150
154
  };
155
+ updateValueOnClose: {
156
+ type: BooleanConstructor;
157
+ default: boolean;
158
+ };
151
159
  isDateDisabled: {
152
160
  type: PropType<(current: number, ...arg: any[]) => boolean>;
153
161
  };
@@ -203,6 +211,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
203
211
  type: StringConstructor;
204
212
  default: string;
205
213
  };
214
+ updateValueOnClose: {
215
+ type: BooleanConstructor;
216
+ default: boolean;
217
+ };
206
218
  isDateDisabled: {
207
219
  type: PropType<(current: number, ...arg: any[]) => boolean>;
208
220
  };
@@ -213,6 +225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
213
225
  updateUnchangedValue: boolean;
214
226
  to: string | false | HTMLElement;
215
227
  holidays: Date[];
228
+ updateValueOnClose: boolean;
216
229
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
217
230
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
218
231
  filterType: {
@@ -98,6 +98,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
98
98
  type: StringConstructor;
99
99
  default: string;
100
100
  };
101
+ updateValueOnClose: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
101
105
  isDateDisabled: {
102
106
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
103
107
  };
@@ -133,6 +137,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
133
137
  type: StringConstructor;
134
138
  default: string;
135
139
  };
140
+ updateValueOnClose: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
136
144
  isDateDisabled: {
137
145
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
138
146
  };
@@ -188,6 +196,10 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
188
196
  type: StringConstructor;
189
197
  default: string;
190
198
  };
199
+ updateValueOnClose: {
200
+ type: BooleanConstructor;
201
+ default: boolean;
202
+ };
191
203
  isDateDisabled: {
192
204
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
193
205
  };
@@ -198,6 +210,7 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
198
210
  updateUnchangedValue: boolean;
199
211
  to: string | false | HTMLElement;
200
212
  holidays: Date[];
213
+ updateValueOnClose: boolean;
201
214
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
202
215
  readonly NSelect: any;
203
216
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -938,6 +951,10 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
938
951
  type: StringConstructor;
939
952
  default: string;
940
953
  };
954
+ updateValueOnClose: {
955
+ type: BooleanConstructor;
956
+ default: boolean;
957
+ };
941
958
  isDateDisabled: {
942
959
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
943
960
  };
@@ -973,6 +990,10 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
973
990
  type: StringConstructor;
974
991
  default: string;
975
992
  };
993
+ updateValueOnClose: {
994
+ type: BooleanConstructor;
995
+ default: boolean;
996
+ };
976
997
  isDateDisabled: {
977
998
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
978
999
  };
@@ -1028,6 +1049,10 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
1028
1049
  type: StringConstructor;
1029
1050
  default: string;
1030
1051
  };
1052
+ updateValueOnClose: {
1053
+ type: BooleanConstructor;
1054
+ default: boolean;
1055
+ };
1031
1056
  isDateDisabled: {
1032
1057
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1033
1058
  };
@@ -1038,6 +1063,7 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
1038
1063
  updateUnchangedValue: boolean;
1039
1064
  to: string | false | HTMLElement;
1040
1065
  holidays: Date[];
1066
+ updateValueOnClose: boolean;
1041
1067
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1042
1068
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1043
1069
  filterType: {
@@ -291,6 +291,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
291
291
  type: StringConstructor;
292
292
  default: string;
293
293
  };
294
+ updateValueOnClose: {
295
+ type: BooleanConstructor;
296
+ default: boolean;
297
+ };
294
298
  isDateDisabled: {
295
299
  type: PropType<(current: number, ...arg: any[]) => boolean>;
296
300
  };
@@ -326,6 +330,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
326
330
  type: StringConstructor;
327
331
  default: string;
328
332
  };
333
+ updateValueOnClose: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
329
337
  isDateDisabled: {
330
338
  type: PropType<(current: number, ...arg: any[]) => boolean>;
331
339
  };
@@ -381,6 +389,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
381
389
  type: StringConstructor;
382
390
  default: string;
383
391
  };
392
+ updateValueOnClose: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
384
396
  isDateDisabled: {
385
397
  type: PropType<(current: number, ...arg: any[]) => boolean>;
386
398
  };
@@ -391,6 +403,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
391
403
  updateUnchangedValue: boolean;
392
404
  to: string | false | HTMLElement;
393
405
  holidays: Date[];
406
+ updateValueOnClose: boolean;
394
407
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
395
408
  readonly NSelect: any;
396
409
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1131,6 +1144,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1131
1144
  type: StringConstructor;
1132
1145
  default: string;
1133
1146
  };
1147
+ updateValueOnClose: {
1148
+ type: BooleanConstructor;
1149
+ default: boolean;
1150
+ };
1134
1151
  isDateDisabled: {
1135
1152
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1136
1153
  };
@@ -1166,6 +1183,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1166
1183
  type: StringConstructor;
1167
1184
  default: string;
1168
1185
  };
1186
+ updateValueOnClose: {
1187
+ type: BooleanConstructor;
1188
+ default: boolean;
1189
+ };
1169
1190
  isDateDisabled: {
1170
1191
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1171
1192
  };
@@ -1221,6 +1242,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1221
1242
  type: StringConstructor;
1222
1243
  default: string;
1223
1244
  };
1245
+ updateValueOnClose: {
1246
+ type: BooleanConstructor;
1247
+ default: boolean;
1248
+ };
1224
1249
  isDateDisabled: {
1225
1250
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1226
1251
  };
@@ -1231,6 +1256,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1231
1256
  updateUnchangedValue: boolean;
1232
1257
  to: string | false | HTMLElement;
1233
1258
  holidays: Date[];
1259
+ updateValueOnClose: boolean;
1234
1260
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1235
1261
  DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1236
1262
  filterType: {