cnhis-design-vue 3.1.45-beta.8 → 3.1.45-beta.9

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 (118) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +2 -0
  3. package/es/components/base-search/src/index.vue.d.ts +2 -0
  4. package/es/components/base-search/style/index.css +1 -1
  5. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  6. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  7. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  8. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  9. package/es/components/classification/index.d.ts +165 -11
  10. package/es/components/classification/src/components/search-filter/index.vue.d.ts +165 -11
  11. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  12. package/es/components/classification/src/components/set-classification/index.vue.d.ts +165 -11
  13. package/es/components/classification/src/index.vue.d.ts +165 -11
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  17. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  18. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  19. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  20. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  21. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  22. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  23. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  24. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  25. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
  26. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  27. package/es/components/index.css +1 -1
  28. package/es/components/quick-search/index.d.ts +2 -0
  29. package/es/components/quick-search/src/index.vue.d.ts +2 -0
  30. package/es/components/quick-search/style/index.css +1 -1
  31. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  32. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  33. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  34. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  35. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  36. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  37. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  38. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  39. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +165 -10
  40. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  41. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +16 -1
  42. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -0
  44. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +128 -10
  46. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  47. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic1.vue.d.ts +61 -0
  48. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -0
  49. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  50. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +163 -10
  51. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +165 -10
  52. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +218 -0
  53. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
  54. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
  56. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
  57. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
  58. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
  59. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
  60. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
  61. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +99 -5
  62. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
  64. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  65. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +7 -5
  66. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  67. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -5
  68. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  69. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +15 -25
  70. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  71. package/es/components/table-filter/src/components/render-widget/components/Select1.vue.d.ts +45 -0
  72. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +175 -0
  73. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
  74. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
  75. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +114 -0
  76. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
  77. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
  78. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +520 -25
  79. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  80. package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
  81. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  82. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
  83. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
  84. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
  85. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
  86. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
  87. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
  88. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
  89. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  90. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  91. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +548 -24
  92. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  93. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
  94. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  95. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  96. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  97. package/es/components/table-filter/src/types/enums.d.ts +2 -0
  98. package/es/components/table-filter/src/types/enums.js +1 -1
  99. package/es/env.d.ts +25 -25
  100. package/es/shared/assets/img/failure.png.js +1 -1
  101. package/es/shared/assets/img/no-permission.png.js +1 -1
  102. package/es/shared/assets/img/nodata.png.js +1 -1
  103. package/es/shared/assets/img/notfound.png.js +1 -1
  104. package/es/shared/assets/img/qr.png.js +1 -1
  105. package/es/shared/assets/img/success.png.js +1 -1
  106. package/es/shared/assets/img/video.png.js +1 -1
  107. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  108. package/es/shared/assets/img/xb_big.png.js +1 -1
  109. package/es/shared/assets/img/xb_small.png.js +1 -1
  110. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  111. package/es/shared/package.json.js +1 -1
  112. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  113. package/es/shared/utils/tapable/index.d.ts +139 -0
  114. package/package.json +2 -2
  115. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
  116. package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
  117. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
  118. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
@@ -0,0 +1,61 @@
1
+ import { SelectOption } from 'naive-ui';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ paramCfg: {
4
+ type: ObjectConstructor;
5
+ default: null;
6
+ };
7
+ modelValue: {
8
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
9
+ default: null;
10
+ };
11
+ }, {
12
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13
+ paramCfg: {
14
+ type: ObjectConstructor;
15
+ default: null;
16
+ };
17
+ modelValue: {
18
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
19
+ default: null;
20
+ };
21
+ }>> & {
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ }>>;
24
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
25
+ $attrs: {
26
+ [x: string]: unknown;
27
+ };
28
+ emit: (event: "update:modelValue", ...args: any[]) => void;
29
+ selectOptions: import("vue").Ref<any[]>;
30
+ isLoading: import("vue").Ref<boolean>;
31
+ filterApiConfig: import("../../../../..").AnyObject;
32
+ valueCp: import("vue").WritableComputedRef<any>;
33
+ optionSetting: import("vue").ComputedRef<any>;
34
+ isMultiple: import("vue").ComputedRef<boolean>;
35
+ searchOptions: (keyword: string) => Promise<any>;
36
+ _handleSearch: (query: string) => Promise<void>;
37
+ handleSearch: (query: string) => Promise<void>;
38
+ handleInitData: () => Promise<void>;
39
+ renderLabel: (option: SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>;
42
+ renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>;
45
+ NSelect: any;
46
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
+ paramCfg: {
48
+ type: ObjectConstructor;
49
+ default: null;
50
+ };
51
+ modelValue: {
52
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
53
+ default: null;
54
+ };
55
+ }>> & {
56
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
57
+ }, {
58
+ modelValue: string | number | unknown[];
59
+ paramCfg: Record<string, any>;
60
+ }>;
61
+ export default _default;
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  };
11
11
  }, {
12
12
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
13
+ message: import("naive-ui").MessageApi;
13
14
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
14
15
  paramCfg: {
15
16
  type: ObjectConstructor;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,inject as t,computed as a,openBlock as o,createBlock as u,unref as s,isRef as i}from"vue";import{NSelect as n}from"naive-ui";import r from"../../../hooks/useMixins.js";import{InjectionFilterApiConfig as p}from"../../../constants/index.js";var m=e({__name:"SelectLabel",props:{paramCfg:{type:Object,default:null},modelValue:{type:String,default:null}},emits:["update:modelValue"],setup(e,{emit:m}){const f=e,{handleGetConfigApi:d}=r(),c=l([]),h=t(p),v=a({set(e){const l=e?e.join("|#|"):e;m("update:modelValue",l)},get:()=>f.modelValue?f.modelValue.split("|#|"):[]}),b=a((()=>{if(c.value&&c.value.length>0){let e=[],l=[];return c.value.forEach((t=>{t.labelList.forEach((t=>{e.includes(t.labelShowText)||(e.push(t.labelShowText),l.push({label:t.labelShowText,value:t.labelShowText}))}))})),l}return[]}));return(async()=>{try{const{defaultValue:e={}}=f.paramCfg._rawData,{classifyStr:l=""}=e;let t=await d({classifyStr:l},"requestListByClassify",{},h);if(t){const{data:e}=t,{list:l=[]}=e;c.value=l}}catch(e){console.log(e)}})(),(e,l)=>(o(),u(s(n),{to:"body",multiple:"",clearable:"",filterable:"",maxTagCount:"responsive",value:s(v),"onUpdate:value":l[0]||(l[0]=e=>i(v)?v.value=e:null),options:s(b),style:{width:"200px"}},null,8,["value","options"]))}});export{m as default};
1
+ import{defineComponent as e,ref as l,inject as t,computed as a,openBlock as o,createBlock as u,unref as s,isRef as r}from"vue";import{useMessage as i,NSelect as n}from"naive-ui";import p from"../../../hooks/useMixins.js";import{InjectionFilterApiConfig as m}from"../../../constants/index.js";var f=e({__name:"SelectLabel",props:{paramCfg:{type:Object,default:null},modelValue:{type:String,default:null}},emits:["update:modelValue"],setup(e,{emit:f}){const c=e,{handleGetConfigApi:d}=p(),h=i(),v=l([]),b=t(m),y=a({set(e){const l=e?e.join("|#|"):e;f("update:modelValue",l)},get:()=>c.modelValue?c.modelValue.split("|#|"):[]}),x=a((()=>{if(v.value&&v.value.length>0){let e=[],l=[];return v.value.forEach((t=>{t.labelList.forEach((t=>{e.includes(t.labelShowText)||(e.push(t.labelShowText),l.push({label:t.labelShowText,value:t.labelShowText}))}))})),l}return[]}));return(async()=>{try{const{defaultValue:e={}}=c.paramCfg._rawData,{classifyStr:l=""}=e;let t=await d({classifyStr:l},"requestListByClassify",{},b);if(t){const{list:e=[]}=t;v.value=e}}catch(e){h.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(o(),u(s(n),{to:"body",multiple:"",clearable:"",filterable:"",maxTagCount:"responsive",value:s(y),"onUpdate:value":l[0]||(l[0]=e=>r(y)?y.value=e:null),options:s(x),style:{width:"200px"}},null,8,["value","options"]))}});export{f as default};
@@ -1,4 +1,7 @@
1
1
  declare const Date: import("vue").DefineComponent<{
2
+ componentCfg: {
3
+ type: ObjectConstructor;
4
+ };
2
5
  paramCfg: {
3
6
  type: ObjectConstructor;
4
7
  default: null;
@@ -13,6 +16,9 @@ declare const Date: import("vue").DefineComponent<{
13
16
  };
14
17
  }, {
15
18
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
19
+ componentCfg: {
20
+ type: ObjectConstructor;
21
+ };
16
22
  paramCfg: {
17
23
  type: ObjectConstructor;
18
24
  default: null;
@@ -35,11 +41,17 @@ declare const Date: import("vue").DefineComponent<{
35
41
  dateType: any;
36
42
  valueFormat: import("vue").ComputedRef<string>;
37
43
  compType: import("vue").ComputedRef<any>;
38
- mappingConfig: import("vue").ComputedRef<any>;
44
+ optionSetting: import("vue").ComputedRef<any>;
39
45
  widgetOptions: import("vue").ComputedRef<{
40
46
  label: string;
41
47
  value: string;
42
48
  }[]>;
49
+ isDateDisabled: (ts: number) => boolean;
50
+ timeDisabled: (ts: number) => {
51
+ isHourDisabled(hour: number): boolean | undefined;
52
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
53
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
54
+ };
43
55
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
44
56
  updateUnchangedValue: {
45
57
  type: BooleanConstructor;
@@ -111,6 +123,9 @@ declare const Date: import("vue").DefineComponent<{
111
123
  LAST_YEAR: string;
112
124
  };
113
125
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
126
+ componentCfg: {
127
+ type: ObjectConstructor;
128
+ };
114
129
  paramCfg: {
115
130
  type: ObjectConstructor;
116
131
  default: null;
@@ -262,6 +277,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
262
277
  default: null;
263
278
  };
264
279
  }, {
280
+ message: import("naive-ui").MessageApi;
265
281
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
266
282
  paramCfg: {
267
283
  type: ObjectConstructor;
@@ -275,27 +291,145 @@ declare const SelectDynamic: import("vue").DefineComponent<{
275
291
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
276
292
  }>>;
277
293
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
278
- $attrs: {
279
- [x: string]: unknown;
280
- };
281
294
  emit: (event: "update:modelValue", ...args: any[]) => void;
282
- selectOptions: import("vue").Ref<any[]>;
283
295
  isLoading: import("vue").Ref<boolean>;
284
296
  filterApiConfig: import("../../../../..").AnyObject;
285
- valueCp: import("vue").WritableComputedRef<any>;
297
+ totalPage: import("vue").Ref<number>;
298
+ menuProps: {
299
+ class: string;
300
+ };
301
+ curPage: import("vue").Ref<number>;
302
+ fieldTitleList: import("vue").Ref<any>;
303
+ selectOptions: import("vue").Ref<any[]>;
304
+ keywordVal: import("vue").Ref<any>;
286
305
  optionSetting: import("vue").ComputedRef<any>;
287
306
  isMultiple: import("vue").ComputedRef<boolean>;
288
- searchOptions: (keyword: string) => Promise<any>;
307
+ dynamicOptionInfos: import("vue").ComputedRef<any>;
308
+ isLastPage: import("vue").ComputedRef<boolean>;
309
+ valueCp: import("vue").ComputedRef<string | number | any[]>;
310
+ setOptionActive: (selectIds: string[]) => void;
311
+ handleUpdateSelect: (value: string[] | null) => void;
312
+ handleUpdatePage: (page: number) => Promise<void>;
313
+ getOptionsData: (keyword: string, curPage: number) => Promise<any>;
289
314
  _handleSearch: (query: string) => Promise<void>;
290
315
  handleSearch: (query: string) => Promise<void>;
291
316
  handleInitData: () => Promise<void>;
292
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
293
- [key: string]: any;
294
- }>;
317
+ handleClear: () => Promise<void>;
295
318
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
296
319
  [key: string]: any;
297
320
  }>;
298
321
  NSelect: any;
322
+ SelectDynamicOption: import("vue").DefineComponent<{
323
+ dynamicOptionInfo: {
324
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
325
+ default: () => {};
326
+ };
327
+ fieldTitleList: {
328
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
329
+ default: () => never[];
330
+ };
331
+ optionList: {
332
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
333
+ default: () => never[];
334
+ };
335
+ isMultiple: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
339
+ curPage: {
340
+ type: NumberConstructor;
341
+ default: number;
342
+ };
343
+ isLastPage: {
344
+ type: BooleanConstructor;
345
+ default: boolean;
346
+ };
347
+ }, {
348
+ selectMinWidth: number;
349
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
350
+ dynamicOptionInfo: {
351
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
352
+ default: () => {};
353
+ };
354
+ fieldTitleList: {
355
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
356
+ default: () => never[];
357
+ };
358
+ optionList: {
359
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
360
+ default: () => never[];
361
+ };
362
+ isMultiple: {
363
+ type: BooleanConstructor;
364
+ default: boolean;
365
+ };
366
+ curPage: {
367
+ type: NumberConstructor;
368
+ default: number;
369
+ };
370
+ isLastPage: {
371
+ type: BooleanConstructor;
372
+ default: boolean;
373
+ };
374
+ }>> & {
375
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
376
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
377
+ }>>;
378
+ emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
379
+ dragEndWidth: import("vue").Ref<number>;
380
+ showKeys: import("vue").ComputedRef<any>;
381
+ titleList: import("vue").ComputedRef<string[]>;
382
+ handleSelect: (option: any) => void;
383
+ searchByPage: (onePage: number) => void;
384
+ changeWidth: ({ distance }: any) => void;
385
+ saveWidth: () => void;
386
+ NEmpty: any;
387
+ NButtonGroup: any;
388
+ NButton: any;
389
+ NIcon: any;
390
+ NPopover: any;
391
+ vFlexibleResize: {
392
+ mounted(el: any, { value }: any): void;
393
+ beforeUnmount(el: any): void;
394
+ };
395
+ ArrowBack: 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<{}>>, {}>;
396
+ ArrowForward: 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<{}>>, {}>;
397
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
398
+ dynamicOptionInfo: {
399
+ type: import("vue").PropType<import("../../../../..").AnyObject>;
400
+ default: () => {};
401
+ };
402
+ fieldTitleList: {
403
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
404
+ default: () => never[];
405
+ };
406
+ optionList: {
407
+ type: import("vue").PropType<import("../../../../..").AnyObject[]>;
408
+ default: () => never[];
409
+ };
410
+ isMultiple: {
411
+ type: BooleanConstructor;
412
+ default: boolean;
413
+ };
414
+ curPage: {
415
+ type: NumberConstructor;
416
+ default: number;
417
+ };
418
+ isLastPage: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ }>> & {
423
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
424
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
425
+ }, {
426
+ dynamicOptionInfo: import("../../../../..").AnyObject;
427
+ fieldTitleList: import("../../../../..").AnyObject[];
428
+ optionList: import("../../../../..").AnyObject[];
429
+ isMultiple: boolean;
430
+ curPage: number;
431
+ isLastPage: boolean;
432
+ }>;
299
433
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
300
434
  paramCfg: {
301
435
  type: ObjectConstructor;
@@ -401,8 +535,15 @@ declare const DateRange: import("vue").DefineComponent<{
401
535
  valueFormat: import("vue").ComputedRef<string>;
402
536
  dateFormat: import("vue").ComputedRef<string>;
403
537
  compType: import("vue").ComputedRef<any>;
538
+ optionSetting: import("vue").ComputedRef<any>;
539
+ isPastTime: import("vue").ComputedRef<boolean>;
540
+ isFutureTime: import("vue").ComputedRef<boolean>;
404
541
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
405
542
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
543
+ startDefault: import("vue").ComputedRef<string>;
544
+ endDefault: import("vue").ComputedRef<string>;
545
+ startDateFormat: import("vue").ComputedRef<string | null>;
546
+ endDateFormat: import("vue").ComputedRef<string | null>;
406
547
  dateType: any;
407
548
  widgetOptions: import("vue").ComputedRef<{
408
549
  label: string;
@@ -411,8 +552,19 @@ declare const DateRange: import("vue").DefineComponent<{
411
552
  presetValCp: import("vue").WritableComputedRef<string>;
412
553
  handleChange: (val: any, type: "end" | "start") => void;
413
554
  isStartDateDisabled: (ts: number) => boolean;
555
+ timeStartDisabled: (ts: number) => {
556
+ isHourDisabled(hour: number): boolean | 0;
557
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
558
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
559
+ };
414
560
  isEndDateDisabled: (ts: number) => boolean;
561
+ timeEndDisabled: (ts: number) => {
562
+ isHourDisabled(hour: number): boolean | 0;
563
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
564
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
565
+ };
415
566
  NSelect: any;
567
+ NPopover: any;
416
568
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
417
569
  updateUnchangedValue: {
418
570
  type: BooleanConstructor;
@@ -514,6 +666,7 @@ declare const SelectLabel: import("vue").DefineComponent<{
514
666
  };
515
667
  }, {
516
668
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
669
+ message: import("naive-ui").MessageApi;
517
670
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
518
671
  paramCfg: {
519
672
  type: ObjectConstructor;
@@ -154,6 +154,9 @@ declare const _default: import("vue").DefineComponent<{
154
154
  presetValCp: import("vue").WritableComputedRef<string>;
155
155
  widgetType: import("vue").ComputedRef<any>;
156
156
  Date: import("vue").DefineComponent<{
157
+ componentCfg: {
158
+ type: ObjectConstructor;
159
+ };
157
160
  paramCfg: {
158
161
  type: ObjectConstructor;
159
162
  default: null;
@@ -168,6 +171,9 @@ declare const _default: import("vue").DefineComponent<{
168
171
  };
169
172
  }, {
170
173
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
174
+ componentCfg: {
175
+ type: ObjectConstructor;
176
+ };
171
177
  paramCfg: {
172
178
  type: ObjectConstructor;
173
179
  default: null;
@@ -190,11 +196,17 @@ declare const _default: import("vue").DefineComponent<{
190
196
  dateType: any;
191
197
  valueFormat: import("vue").ComputedRef<string>;
192
198
  compType: import("vue").ComputedRef<any>;
193
- mappingConfig: import("vue").ComputedRef<any>;
199
+ optionSetting: import("vue").ComputedRef<any>;
194
200
  widgetOptions: import("vue").ComputedRef<{
195
201
  label: string;
196
202
  value: string;
197
203
  }[]>;
204
+ isDateDisabled: (ts: number) => boolean;
205
+ timeDisabled: (ts: number) => {
206
+ isHourDisabled(hour: number): boolean | undefined;
207
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
208
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
209
+ };
198
210
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
199
211
  updateUnchangedValue: {
200
212
  type: BooleanConstructor;
@@ -266,6 +278,9 @@ declare const _default: import("vue").DefineComponent<{
266
278
  LAST_YEAR: string;
267
279
  };
268
280
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
281
+ componentCfg: {
282
+ type: ObjectConstructor;
283
+ };
269
284
  paramCfg: {
270
285
  type: ObjectConstructor;
271
286
  default: null;
@@ -417,6 +432,7 @@ declare const _default: import("vue").DefineComponent<{
417
432
  default: null;
418
433
  };
419
434
  }, {
435
+ message: import("naive-ui").MessageApi;
420
436
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
421
437
  paramCfg: {
422
438
  type: ObjectConstructor;
@@ -430,27 +446,145 @@ declare const _default: import("vue").DefineComponent<{
430
446
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
431
447
  }>>;
432
448
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
433
- $attrs: {
434
- [x: string]: unknown;
435
- };
436
449
  emit: (event: "update:modelValue", ...args: any[]) => void;
437
- selectOptions: import("vue").Ref<any[]>;
438
450
  isLoading: import("vue").Ref<boolean>;
439
451
  filterApiConfig: import("../../../..").AnyObject;
440
- valueCp: import("vue").WritableComputedRef<any>;
452
+ totalPage: import("vue").Ref<number>;
453
+ menuProps: {
454
+ class: string;
455
+ };
456
+ curPage: import("vue").Ref<number>;
457
+ fieldTitleList: import("vue").Ref<any>;
458
+ selectOptions: import("vue").Ref<any[]>;
459
+ keywordVal: import("vue").Ref<any>;
441
460
  optionSetting: import("vue").ComputedRef<any>;
442
461
  isMultiple: import("vue").ComputedRef<boolean>;
443
- searchOptions: (keyword: string) => Promise<any>;
462
+ dynamicOptionInfos: import("vue").ComputedRef<any>;
463
+ isLastPage: import("vue").ComputedRef<boolean>;
464
+ valueCp: import("vue").ComputedRef<string | number | any[]>;
465
+ setOptionActive: (selectIds: string[]) => void;
466
+ handleUpdateSelect: (value: string[] | null) => void;
467
+ handleUpdatePage: (page: number) => Promise<void>;
468
+ getOptionsData: (keyword: string, curPage: number) => Promise<any>;
444
469
  _handleSearch: (query: string) => Promise<void>;
445
470
  handleSearch: (query: string) => Promise<void>;
446
471
  handleInitData: () => Promise<void>;
447
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
448
- [key: string]: any;
449
- }>;
472
+ handleClear: () => Promise<void>;
450
473
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
451
474
  [key: string]: any;
452
475
  }>;
453
476
  NSelect: any;
477
+ SelectDynamicOption: import("vue").DefineComponent<{
478
+ dynamicOptionInfo: {
479
+ type: PropType<import("../../../..").AnyObject>;
480
+ default: () => {};
481
+ };
482
+ fieldTitleList: {
483
+ type: PropType<import("../../../..").AnyObject[]>;
484
+ default: () => never[];
485
+ };
486
+ optionList: {
487
+ type: PropType<import("../../../..").AnyObject[]>;
488
+ default: () => never[];
489
+ };
490
+ isMultiple: {
491
+ type: BooleanConstructor;
492
+ default: boolean;
493
+ };
494
+ curPage: {
495
+ type: NumberConstructor;
496
+ default: number;
497
+ };
498
+ isLastPage: {
499
+ type: BooleanConstructor;
500
+ default: boolean;
501
+ };
502
+ }, {
503
+ selectMinWidth: number;
504
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
505
+ dynamicOptionInfo: {
506
+ type: PropType<import("../../../..").AnyObject>;
507
+ default: () => {};
508
+ };
509
+ fieldTitleList: {
510
+ type: PropType<import("../../../..").AnyObject[]>;
511
+ default: () => never[];
512
+ };
513
+ optionList: {
514
+ type: PropType<import("../../../..").AnyObject[]>;
515
+ default: () => never[];
516
+ };
517
+ isMultiple: {
518
+ type: BooleanConstructor;
519
+ default: boolean;
520
+ };
521
+ curPage: {
522
+ type: NumberConstructor;
523
+ default: number;
524
+ };
525
+ isLastPage: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ }>> & {
530
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
531
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
532
+ }>>;
533
+ emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
534
+ dragEndWidth: import("vue").Ref<number>;
535
+ showKeys: import("vue").ComputedRef<any>;
536
+ titleList: import("vue").ComputedRef<string[]>;
537
+ handleSelect: (option: any) => void;
538
+ searchByPage: (onePage: number) => void;
539
+ changeWidth: ({ distance }: any) => void;
540
+ saveWidth: () => void;
541
+ NEmpty: any;
542
+ NButtonGroup: any;
543
+ NButton: any;
544
+ NIcon: any;
545
+ NPopover: any;
546
+ vFlexibleResize: {
547
+ mounted(el: any, { value }: any): void;
548
+ beforeUnmount(el: any): void;
549
+ };
550
+ ArrowBack: 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<{}>>, {}>;
551
+ ArrowForward: 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<{}>>, {}>;
552
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
553
+ dynamicOptionInfo: {
554
+ type: PropType<import("../../../..").AnyObject>;
555
+ default: () => {};
556
+ };
557
+ fieldTitleList: {
558
+ type: PropType<import("../../../..").AnyObject[]>;
559
+ default: () => never[];
560
+ };
561
+ optionList: {
562
+ type: PropType<import("../../../..").AnyObject[]>;
563
+ default: () => never[];
564
+ };
565
+ isMultiple: {
566
+ type: BooleanConstructor;
567
+ default: boolean;
568
+ };
569
+ curPage: {
570
+ type: NumberConstructor;
571
+ default: number;
572
+ };
573
+ isLastPage: {
574
+ type: BooleanConstructor;
575
+ default: boolean;
576
+ };
577
+ }>> & {
578
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
579
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
580
+ }, {
581
+ dynamicOptionInfo: import("../../../..").AnyObject;
582
+ fieldTitleList: import("../../../..").AnyObject[];
583
+ optionList: import("../../../..").AnyObject[];
584
+ isMultiple: boolean;
585
+ curPage: number;
586
+ isLastPage: boolean;
587
+ }>;
454
588
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
455
589
  paramCfg: {
456
590
  type: ObjectConstructor;
@@ -556,8 +690,15 @@ declare const _default: import("vue").DefineComponent<{
556
690
  valueFormat: import("vue").ComputedRef<string>;
557
691
  dateFormat: import("vue").ComputedRef<string>;
558
692
  compType: import("vue").ComputedRef<any>;
693
+ optionSetting: import("vue").ComputedRef<any>;
694
+ isPastTime: import("vue").ComputedRef<boolean>;
695
+ isFutureTime: import("vue").ComputedRef<boolean>;
559
696
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
560
697
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
698
+ startDefault: import("vue").ComputedRef<string>;
699
+ endDefault: import("vue").ComputedRef<string>;
700
+ startDateFormat: import("vue").ComputedRef<string | null>;
701
+ endDateFormat: import("vue").ComputedRef<string | null>;
561
702
  dateType: any;
562
703
  widgetOptions: import("vue").ComputedRef<{
563
704
  label: string;
@@ -566,8 +707,19 @@ declare const _default: import("vue").DefineComponent<{
566
707
  presetValCp: import("vue").WritableComputedRef<string>;
567
708
  handleChange: (val: any, type: "end" | "start") => void;
568
709
  isStartDateDisabled: (ts: number) => boolean;
710
+ timeStartDisabled: (ts: number) => {
711
+ isHourDisabled(hour: number): boolean | 0;
712
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
713
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
714
+ };
569
715
  isEndDateDisabled: (ts: number) => boolean;
716
+ timeEndDisabled: (ts: number) => {
717
+ isHourDisabled(hour: number): boolean | 0;
718
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
719
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
720
+ };
570
721
  NSelect: any;
722
+ NPopover: any;
571
723
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
572
724
  updateUnchangedValue: {
573
725
  type: BooleanConstructor;
@@ -669,6 +821,7 @@ declare const _default: import("vue").DefineComponent<{
669
821
  };
670
822
  }, {
671
823
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
824
+ message: import("naive-ui").MessageApi;
672
825
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
673
826
  paramCfg: {
674
827
  type: ObjectConstructor;
@@ -708,7 +861,9 @@ declare const _default: import("vue").DefineComponent<{
708
861
  INPUT: string;
709
862
  SELECT: string;
710
863
  DATE: string;
864
+ DATE_OUT: string;
711
865
  DATE_TIME: string;
866
+ DATETIME_OUT: string;
712
867
  CHECKBOX_GROUP: string;
713
868
  INPUTNUMBER_RANGE: string;
714
869
  DATE_RANGE_OUT: string;