cnhis-design-vue 3.1.5-beta.5 → 3.1.5-beta.6

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 (212) hide show
  1. package/env.d.ts +23 -11
  2. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  3. package/es/_virtual/inherits.mjs +1 -0
  4. package/es/_virtual/inherits_browser.mjs +1 -0
  5. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  22. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  23. package/es/node_modules/inherits/inherits.mjs +1 -0
  24. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  25. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  26. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  27. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  29. package/es/packages/big-table/index.d.ts +2044 -0
  30. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  31. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  32. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  33. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  34. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  35. package/es/packages/bpmn-workflow/index.mjs +1 -0
  36. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  37. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  38. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  39. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  40. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  43. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  44. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  45. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  46. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  47. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  48. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  49. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  50. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  51. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  52. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  53. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  54. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  55. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  56. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  57. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  58. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  59. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  61. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  63. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  64. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  66. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  67. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  69. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  70. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  72. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  73. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  75. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  76. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  78. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  81. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  82. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  84. package/es/packages/bpmn-workflow/style/index.css +29 -0
  85. package/es/packages/bpmn-workflow/style/index.less +29 -0
  86. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  88. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  89. package/es/packages/button-print/index.d.ts +7373 -0
  90. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  91. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  92. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  93. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  94. package/es/packages/chunk-upload/index.d.ts +1748 -0
  95. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  96. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
  97. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  98. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
  99. package/es/packages/drag-layout/index.d.ts +415 -289
  100. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  101. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  102. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  103. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  104. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
  105. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  106. package/es/packages/editor/index.d.ts +30 -0
  107. package/es/packages/editor/index.mjs +1 -0
  108. package/es/packages/editor/index2.mjs +1 -0
  109. package/es/packages/editor/src/Editor.d.ts +30 -0
  110. package/es/packages/editor/src/Editor.mjs +1 -0
  111. package/es/packages/editor/src/Editor2.mjs +1 -0
  112. package/es/packages/editor/style/index.css +0 -0
  113. package/es/packages/editor/style/index.less +0 -0
  114. package/es/packages/field-set/index.d.ts +2647 -0
  115. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  116. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  117. package/es/packages/form-table/index.d.ts +35903 -0
  118. package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
  119. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  120. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  121. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  122. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
  123. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  124. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  125. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  126. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
  127. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  128. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
  129. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  130. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
  131. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  132. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  133. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  134. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
  135. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  136. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
  137. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  138. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
  139. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  140. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  141. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  142. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
  143. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  144. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  145. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  149. package/es/packages/index.css +61 -0
  150. package/es/packages/index.d.ts +4 -1
  151. package/es/packages/index.less +64 -0
  152. package/es/packages/index.mjs +1 -1
  153. package/es/packages/index2.mjs +1 -1
  154. package/es/packages/info-header/index.d.ts +1823 -0
  155. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  156. package/es/packages/info-header/src/hidden-content.vue.d.ts +359 -0
  157. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  158. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  159. package/es/packages/info-header/src/info-header.vue.d.ts +1824 -0
  160. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
  161. package/es/packages/info-header/style/index.css +1 -0
  162. package/es/packages/info-header/style/index.less +1 -0
  163. package/es/packages/map/index.d.ts +2313 -0
  164. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  165. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
  166. package/es/packages/scale-view/index.d.ts +4297 -0
  167. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  168. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
  169. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  170. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
  171. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  172. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
  173. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  174. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  175. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  176. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  177. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  178. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  179. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  180. package/es/packages/select-label/index.d.ts +12091 -0
  181. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
  182. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
  183. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
  184. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  185. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  186. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  187. package/es/packages/select-person/index.d.ts +3500 -0
  188. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  189. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  190. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  191. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  192. package/es/packages/time-line/index.d.ts +1720 -0
  193. package/es/packages/time-line/index.mjs +1 -0
  194. package/es/packages/time-line/index2.mjs +1 -0
  195. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  196. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  197. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  198. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  199. package/es/packages/time-line/style/index.css +32 -0
  200. package/es/packages/time-line/style/index.less +35 -0
  201. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  202. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  203. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  204. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  205. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  206. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
  207. package/package.json +15 -8
  208. package/yarn-error.log +122 -0
  209. package/CHANGELOG.md +0 -269
  210. package/es/packages/info-header/src/hiddenContent.mjs +0 -1
  211. package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  212. package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
@@ -0,0 +1,1566 @@
1
+ import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
2
+ import { PropType } from 'vue';
3
+ import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ mainForm: {
6
+ type: PropObject;
7
+ default: () => {};
8
+ };
9
+ userInfo: {
10
+ type: PropObject;
11
+ default: () => {};
12
+ };
13
+ styleSetting: {
14
+ type: PropObject;
15
+ default: () => {};
16
+ };
17
+ defaultValue: {
18
+ type: PropObject;
19
+ default: () => {};
20
+ };
21
+ dbParams: {
22
+ type: PropType<AnyObject>;
23
+ };
24
+ row: {
25
+ type: PropObject;
26
+ default: () => {};
27
+ };
28
+ item: {
29
+ type: PropObject;
30
+ default: () => {
31
+ _own: {};
32
+ };
33
+ };
34
+ defaultFieldList: {
35
+ type: PropType<any[]>;
36
+ default: () => never[];
37
+ };
38
+ cacheUniqueKey: {
39
+ type: PropObject;
40
+ default: () => {
41
+ _own: {};
42
+ };
43
+ };
44
+ params_formId: (NumberConstructor | StringConstructor)[];
45
+ formType: {
46
+ type: PropObject;
47
+ default: () => {
48
+ _own: {};
49
+ };
50
+ };
51
+ isDetail: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ handleFormTableValue: PropType<Func<any[], any>>;
56
+ }, {
57
+ $message: import("naive-ui").MessageApi;
58
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
59
+ mainForm: {
60
+ type: PropObject;
61
+ default: () => {};
62
+ };
63
+ userInfo: {
64
+ type: PropObject;
65
+ default: () => {};
66
+ };
67
+ styleSetting: {
68
+ type: PropObject;
69
+ default: () => {};
70
+ };
71
+ defaultValue: {
72
+ type: PropObject;
73
+ default: () => {};
74
+ };
75
+ dbParams: {
76
+ type: PropType<AnyObject>;
77
+ };
78
+ row: {
79
+ type: PropObject;
80
+ default: () => {};
81
+ };
82
+ item: {
83
+ type: PropObject;
84
+ default: () => {
85
+ _own: {};
86
+ };
87
+ };
88
+ defaultFieldList: {
89
+ type: PropType<any[]>;
90
+ default: () => never[];
91
+ };
92
+ cacheUniqueKey: {
93
+ type: PropObject;
94
+ default: () => {
95
+ _own: {};
96
+ };
97
+ };
98
+ params_formId: (NumberConstructor | StringConstructor)[];
99
+ formType: {
100
+ type: PropObject;
101
+ default: () => {
102
+ _own: {};
103
+ };
104
+ };
105
+ isDetail: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ handleFormTableValue: PropType<Func<any[], any>>;
110
+ }>> & {
111
+ onTableBlur?: ((...args: any[]) => any) | undefined;
112
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
113
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
114
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
115
+ }>>;
116
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
117
+ $t: () => void;
118
+ formTable: AnyObject;
119
+ hasErr: import("vue").ComputedRef<any>;
120
+ handleGetJsonStr: (str: string | AnyObject) => AnyObject;
121
+ handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
122
+ handleGetUniqueKey: (id: string) => any;
123
+ handleSysParams: (str: string) => string;
124
+ defaultInit: () => void;
125
+ handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
126
+ handleFormParams: (str: string) => string;
127
+ radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
128
+ handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
129
+ handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
130
+ changeAgeSelect: (val: string, item: AnyObject) => void;
131
+ handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
132
+ getInputCheck: (validate?: string | undefined) => {
133
+ pattern: RegExp;
134
+ message: string;
135
+ } | undefined;
136
+ getCustomRegular: (item: AnyObject) => {
137
+ pattern: RegExp;
138
+ message: any;
139
+ } | null;
140
+ checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
141
+ checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
142
+ checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
143
+ checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
144
+ checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
145
+ checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
146
+ checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
147
+ checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
148
+ handleDateClearBtn: (v: any, item: AnyObject) => void;
149
+ handleStartDateEndDate: (item: AnyObject) => void;
150
+ showTimePanel: (item: AnyObject) => boolean;
151
+ momentLib: (date_format: string) => any;
152
+ judgeTimeBoundary: (time: any, item: AnyObject) => void;
153
+ setTimeValue: (time: any, item: AnyObject) => void;
154
+ judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
155
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
156
+ setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
157
+ handleDefaultRimeRange: (time: any, item: AnyObject) => void;
158
+ judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
159
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
160
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
161
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
162
+ open: import("vue").Ref<boolean>;
163
+ isMultiple: import("vue").ComputedRef<boolean>;
164
+ NSelect: import("vue").DefineComponent<{
165
+ readonly to: {
166
+ type: PropType<string | boolean | HTMLElement>;
167
+ default: undefined;
168
+ };
169
+ readonly bordered: {
170
+ readonly type: PropType<boolean | undefined>;
171
+ readonly default: undefined;
172
+ };
173
+ readonly clearable: BooleanConstructor;
174
+ readonly clearFilterAfterSelect: {
175
+ readonly type: BooleanConstructor;
176
+ readonly default: true;
177
+ };
178
+ readonly options: {
179
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
180
+ readonly default: () => never[];
181
+ };
182
+ readonly defaultValue: {
183
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
184
+ readonly default: null;
185
+ };
186
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
187
+ readonly placeholder: StringConstructor;
188
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
189
+ readonly multiple: BooleanConstructor;
190
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
191
+ readonly filterable: BooleanConstructor;
192
+ readonly disabled: {
193
+ readonly type: PropType<boolean | undefined>;
194
+ readonly default: undefined;
195
+ };
196
+ readonly remote: BooleanConstructor;
197
+ readonly loading: BooleanConstructor;
198
+ readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
199
+ readonly placement: {
200
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
201
+ readonly default: "bottom-start";
202
+ };
203
+ readonly widthMode: {
204
+ readonly type: StringConstructor;
205
+ readonly default: "trigger";
206
+ };
207
+ readonly tag: BooleanConstructor;
208
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
209
+ readonly fallbackOption: {
210
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
211
+ readonly default: undefined;
212
+ };
213
+ readonly show: {
214
+ readonly type: PropType<boolean | undefined>;
215
+ readonly default: undefined;
216
+ };
217
+ readonly showArrow: {
218
+ readonly type: BooleanConstructor;
219
+ readonly default: true;
220
+ };
221
+ readonly maxTagCount: PropType<number | "responsive">;
222
+ readonly consistentMenuWidth: {
223
+ readonly type: BooleanConstructor;
224
+ readonly default: true;
225
+ };
226
+ readonly virtualScroll: {
227
+ readonly type: BooleanConstructor;
228
+ readonly default: true;
229
+ };
230
+ readonly labelField: {
231
+ readonly type: StringConstructor;
232
+ readonly default: "label";
233
+ };
234
+ readonly valueField: {
235
+ readonly type: StringConstructor;
236
+ readonly default: "value";
237
+ };
238
+ readonly childrenField: {
239
+ readonly type: StringConstructor;
240
+ readonly default: "children";
241
+ };
242
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
243
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
244
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
245
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
246
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
247
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
248
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
249
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
250
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
251
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
252
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
253
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
254
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
255
+ readonly displayDirective: {
256
+ readonly type: PropType<"show" | "if">;
257
+ readonly default: "show";
258
+ };
259
+ readonly resetMenuOnOptionsChange: {
260
+ readonly type: BooleanConstructor;
261
+ readonly default: true;
262
+ };
263
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
264
+ readonly internalShowCheckmark: {
265
+ readonly type: BooleanConstructor;
266
+ readonly default: true;
267
+ };
268
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
269
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
270
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
271
+ menuBoxShadow: string;
272
+ }, {
273
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
274
+ fontSizeTiny: string;
275
+ fontSizeSmall: string;
276
+ fontSizeMedium: string;
277
+ fontSizeLarge: string;
278
+ heightTiny: string;
279
+ heightSmall: string;
280
+ heightMedium: string;
281
+ heightLarge: string;
282
+ borderRadius: string;
283
+ textColor: string;
284
+ textColorDisabled: string;
285
+ placeholderColor: string;
286
+ placeholderColorDisabled: string;
287
+ color: string;
288
+ colorDisabled: string;
289
+ colorActive: string;
290
+ border: string;
291
+ borderHover: string;
292
+ borderActive: string;
293
+ borderFocus: string;
294
+ boxShadowHover: string;
295
+ boxShadowActive: string;
296
+ boxShadowFocus: string;
297
+ caretColor: string;
298
+ arrowColor: string;
299
+ arrowColorDisabled: string;
300
+ loadingColor: string;
301
+ borderWarning: string;
302
+ borderHoverWarning: string;
303
+ borderActiveWarning: string;
304
+ borderFocusWarning: string;
305
+ boxShadowHoverWarning: string;
306
+ boxShadowActiveWarning: string;
307
+ boxShadowFocusWarning: string;
308
+ colorActiveWarning: string;
309
+ caretColorWarning: string;
310
+ borderError: string;
311
+ borderHoverError: string;
312
+ borderActiveError: string;
313
+ borderFocusError: string;
314
+ boxShadowHoverError: string;
315
+ boxShadowActiveError: string;
316
+ boxShadowFocusError: string;
317
+ colorActiveError: string;
318
+ caretColorError: string;
319
+ clearColor: string;
320
+ clearColorHover: string;
321
+ clearColorPressed: string;
322
+ paddingSingle: string;
323
+ paddingMultiple: string;
324
+ clearSize: string;
325
+ arrowSize: string;
326
+ }, {
327
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
328
+ fontSize: string;
329
+ borderRadius: string;
330
+ color: string;
331
+ dividerColor: string;
332
+ textColor: string;
333
+ boxShadow: string;
334
+ space: string;
335
+ spaceArrow: string;
336
+ arrowOffset: string;
337
+ arrowOffsetVertical: string;
338
+ arrowHeight: string;
339
+ padding: string;
340
+ }, any>;
341
+ }>;
342
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
343
+ optionFontSizeSmall: string;
344
+ optionFontSizeMedium: string;
345
+ optionFontSizeLarge: string;
346
+ optionFontSizeHuge: string;
347
+ optionHeightSmall: string;
348
+ optionHeightMedium: string;
349
+ optionHeightLarge: string;
350
+ optionHeightHuge: string;
351
+ borderRadius: string;
352
+ color: string;
353
+ groupHeaderTextColor: string;
354
+ actionDividerColor: string;
355
+ optionTextColor: string;
356
+ optionTextColorPressed: string;
357
+ optionTextColorDisabled: string;
358
+ optionTextColorActive: string;
359
+ optionOpacityDisabled: string;
360
+ optionCheckColor: string;
361
+ optionColorPending: string;
362
+ optionColorActive: string;
363
+ optionColorActivePending: string;
364
+ actionTextColor: string;
365
+ loadingColor: string;
366
+ height: string;
367
+ paddingSmall: string;
368
+ paddingMedium: string;
369
+ paddingLarge: string;
370
+ paddingHuge: string;
371
+ optionPaddingSmall: string;
372
+ optionPaddingMedium: string;
373
+ optionPaddingLarge: string;
374
+ optionPaddingHuge: string;
375
+ loadingSize: string;
376
+ }, {
377
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
378
+ color: string;
379
+ colorHover: string;
380
+ }, any>;
381
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
382
+ fontSizeSmall: string;
383
+ fontSizeMedium: string;
384
+ fontSizeLarge: string;
385
+ fontSizeHuge: string;
386
+ textColor: string;
387
+ iconColor: string;
388
+ extraTextColor: string;
389
+ iconSizeSmall: string;
390
+ iconSizeMedium: string;
391
+ iconSizeLarge: string;
392
+ iconSizeHuge: string;
393
+ }, any>;
394
+ }>;
395
+ }>>;
396
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
397
+ menuBoxShadow: string;
398
+ }, {
399
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
400
+ fontSizeTiny: string;
401
+ fontSizeSmall: string;
402
+ fontSizeMedium: string;
403
+ fontSizeLarge: string;
404
+ heightTiny: string;
405
+ heightSmall: string;
406
+ heightMedium: string;
407
+ heightLarge: string;
408
+ borderRadius: string;
409
+ textColor: string;
410
+ textColorDisabled: string;
411
+ placeholderColor: string;
412
+ placeholderColorDisabled: string;
413
+ color: string;
414
+ colorDisabled: string;
415
+ colorActive: string;
416
+ border: string;
417
+ borderHover: string;
418
+ borderActive: string;
419
+ borderFocus: string;
420
+ boxShadowHover: string;
421
+ boxShadowActive: string;
422
+ boxShadowFocus: string;
423
+ caretColor: string;
424
+ arrowColor: string;
425
+ arrowColorDisabled: string;
426
+ loadingColor: string;
427
+ borderWarning: string;
428
+ borderHoverWarning: string;
429
+ borderActiveWarning: string;
430
+ borderFocusWarning: string;
431
+ boxShadowHoverWarning: string;
432
+ boxShadowActiveWarning: string;
433
+ boxShadowFocusWarning: string;
434
+ colorActiveWarning: string;
435
+ caretColorWarning: string;
436
+ borderError: string;
437
+ borderHoverError: string;
438
+ borderActiveError: string;
439
+ borderFocusError: string;
440
+ boxShadowHoverError: string;
441
+ boxShadowActiveError: string;
442
+ boxShadowFocusError: string;
443
+ colorActiveError: string;
444
+ caretColorError: string;
445
+ clearColor: string;
446
+ clearColorHover: string;
447
+ clearColorPressed: string;
448
+ paddingSingle: string;
449
+ paddingMultiple: string;
450
+ clearSize: string;
451
+ arrowSize: string;
452
+ }, {
453
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
454
+ fontSize: string;
455
+ borderRadius: string;
456
+ color: string;
457
+ dividerColor: string;
458
+ textColor: string;
459
+ boxShadow: string;
460
+ space: string;
461
+ spaceArrow: string;
462
+ arrowOffset: string;
463
+ arrowOffsetVertical: string;
464
+ arrowHeight: string;
465
+ padding: string;
466
+ }, any>;
467
+ }>;
468
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
469
+ optionFontSizeSmall: string;
470
+ optionFontSizeMedium: string;
471
+ optionFontSizeLarge: string;
472
+ optionFontSizeHuge: string;
473
+ optionHeightSmall: string;
474
+ optionHeightMedium: string;
475
+ optionHeightLarge: string;
476
+ optionHeightHuge: string;
477
+ borderRadius: string;
478
+ color: string;
479
+ groupHeaderTextColor: string;
480
+ actionDividerColor: string;
481
+ optionTextColor: string;
482
+ optionTextColorPressed: string;
483
+ optionTextColorDisabled: string;
484
+ optionTextColorActive: string;
485
+ optionOpacityDisabled: string;
486
+ optionCheckColor: string;
487
+ optionColorPending: string;
488
+ optionColorActive: string;
489
+ optionColorActivePending: string;
490
+ actionTextColor: string;
491
+ loadingColor: string;
492
+ height: string;
493
+ paddingSmall: string;
494
+ paddingMedium: string;
495
+ paddingLarge: string;
496
+ paddingHuge: string;
497
+ optionPaddingSmall: string;
498
+ optionPaddingMedium: string;
499
+ optionPaddingLarge: string;
500
+ optionPaddingHuge: string;
501
+ loadingSize: string;
502
+ }, {
503
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
504
+ color: string;
505
+ colorHover: string;
506
+ }, any>;
507
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
508
+ fontSizeSmall: string;
509
+ fontSizeMedium: string;
510
+ fontSizeLarge: string;
511
+ fontSizeHuge: string;
512
+ textColor: string;
513
+ iconColor: string;
514
+ extraTextColor: string;
515
+ iconSizeSmall: string;
516
+ iconSizeMedium: string;
517
+ iconSizeLarge: string;
518
+ iconSizeHuge: string;
519
+ }, any>;
520
+ }>;
521
+ }>>>;
522
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
523
+ menuBoxShadow: string;
524
+ }, {
525
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
526
+ fontSizeTiny: string;
527
+ fontSizeSmall: string;
528
+ fontSizeMedium: string;
529
+ fontSizeLarge: string;
530
+ heightTiny: string;
531
+ heightSmall: string;
532
+ heightMedium: string;
533
+ heightLarge: string;
534
+ borderRadius: string;
535
+ textColor: string;
536
+ textColorDisabled: string;
537
+ placeholderColor: string;
538
+ placeholderColorDisabled: string;
539
+ color: string;
540
+ colorDisabled: string;
541
+ colorActive: string;
542
+ border: string;
543
+ borderHover: string;
544
+ borderActive: string;
545
+ borderFocus: string;
546
+ boxShadowHover: string;
547
+ boxShadowActive: string;
548
+ boxShadowFocus: string;
549
+ caretColor: string;
550
+ arrowColor: string;
551
+ arrowColorDisabled: string;
552
+ loadingColor: string;
553
+ borderWarning: string;
554
+ borderHoverWarning: string;
555
+ borderActiveWarning: string;
556
+ borderFocusWarning: string;
557
+ boxShadowHoverWarning: string;
558
+ boxShadowActiveWarning: string;
559
+ boxShadowFocusWarning: string;
560
+ colorActiveWarning: string;
561
+ caretColorWarning: string;
562
+ borderError: string;
563
+ borderHoverError: string;
564
+ borderActiveError: string;
565
+ borderFocusError: string;
566
+ boxShadowHoverError: string;
567
+ boxShadowActiveError: string;
568
+ boxShadowFocusError: string;
569
+ colorActiveError: string;
570
+ caretColorError: string;
571
+ clearColor: string;
572
+ clearColorHover: string;
573
+ clearColorPressed: string;
574
+ paddingSingle: string;
575
+ paddingMultiple: string;
576
+ clearSize: string;
577
+ arrowSize: string;
578
+ }, {
579
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
580
+ fontSize: string;
581
+ borderRadius: string;
582
+ color: string;
583
+ dividerColor: string;
584
+ textColor: string;
585
+ boxShadow: string;
586
+ space: string;
587
+ spaceArrow: string;
588
+ arrowOffset: string;
589
+ arrowOffsetVertical: string;
590
+ arrowHeight: string;
591
+ padding: string;
592
+ }, any>;
593
+ }>;
594
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
595
+ optionFontSizeSmall: string;
596
+ optionFontSizeMedium: string;
597
+ optionFontSizeLarge: string;
598
+ optionFontSizeHuge: string;
599
+ optionHeightSmall: string;
600
+ optionHeightMedium: string;
601
+ optionHeightLarge: string;
602
+ optionHeightHuge: string;
603
+ borderRadius: string;
604
+ color: string;
605
+ groupHeaderTextColor: string;
606
+ actionDividerColor: string;
607
+ optionTextColor: string;
608
+ optionTextColorPressed: string;
609
+ optionTextColorDisabled: string;
610
+ optionTextColorActive: string;
611
+ optionOpacityDisabled: string;
612
+ optionCheckColor: string;
613
+ optionColorPending: string;
614
+ optionColorActive: string;
615
+ optionColorActivePending: string;
616
+ actionTextColor: string;
617
+ loadingColor: string;
618
+ height: string;
619
+ paddingSmall: string;
620
+ paddingMedium: string;
621
+ paddingLarge: string;
622
+ paddingHuge: string;
623
+ optionPaddingSmall: string;
624
+ optionPaddingMedium: string;
625
+ optionPaddingLarge: string;
626
+ optionPaddingHuge: string;
627
+ loadingSize: string;
628
+ }, {
629
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
630
+ color: string;
631
+ colorHover: string;
632
+ }, any>;
633
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
634
+ fontSizeSmall: string;
635
+ fontSizeMedium: string;
636
+ fontSizeLarge: string;
637
+ fontSizeHuge: string;
638
+ textColor: string;
639
+ iconColor: string;
640
+ extraTextColor: string;
641
+ iconSizeSmall: string;
642
+ iconSizeMedium: string;
643
+ iconSizeLarge: string;
644
+ iconSizeHuge: string;
645
+ }, any>;
646
+ }>;
647
+ }>>>;
648
+ }, {
649
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
650
+ mergedClsPrefix: import("vue").ComputedRef<string>;
651
+ mergedBordered: import("vue").ComputedRef<boolean>;
652
+ namespace: import("vue").ComputedRef<string | undefined>;
653
+ treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
654
+ isMounted: Readonly<import("vue").Ref<boolean>>;
655
+ triggerRef: import("vue").Ref<{
656
+ isCompositing: boolean;
657
+ focus: () => void;
658
+ focusInput: () => void;
659
+ blur: () => void;
660
+ $el: HTMLElement;
661
+ } | null>;
662
+ menuRef: import("vue").Ref<{
663
+ selfRef: HTMLElement | null;
664
+ getPendingTmNode: () => import("treemate").TreeNode<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>> | null;
665
+ prev: () => void;
666
+ next: () => void;
667
+ } | null>;
668
+ pattern: import("vue").Ref<string>;
669
+ uncontrolledShow: import("vue").Ref<boolean>;
670
+ mergedShow: import("vue").ComputedRef<boolean>;
671
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
672
+ uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
673
+ mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
674
+ followerRef: import("vue").Ref<{
675
+ syncPosition: () => void;
676
+ } | null>;
677
+ localizedPlaceholder: import("vue").ComputedRef<string>;
678
+ selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
679
+ selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
680
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
681
+ mergedDisabled: import("vue").ComputedRef<boolean>;
682
+ focused: import("vue").Ref<boolean>;
683
+ activeWithoutMenuOpen: import("vue").Ref<boolean>;
684
+ inlineThemeDisabled: boolean | undefined;
685
+ onTriggerInputFocus: () => void;
686
+ onTriggerInputBlur: () => void;
687
+ handleTriggerOrMenuResize: () => void;
688
+ handleMenuFocus: (e: FocusEvent) => void;
689
+ handleMenuBlur: (e: FocusEvent) => void;
690
+ handleMenuTabOut: () => void;
691
+ handleTriggerClick: () => void;
692
+ handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
693
+ handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
694
+ handlePatternInput: (e: InputEvent) => void;
695
+ handleClear: (e: MouseEvent) => void;
696
+ handleTriggerBlur: (e: FocusEvent) => void;
697
+ handleTriggerFocus: (e: FocusEvent) => void;
698
+ handleKeydown: (e: KeyboardEvent) => void;
699
+ handleMenuAfterLeave: () => void;
700
+ handleMenuClickOutside: (e: MouseEvent) => void;
701
+ handleMenuScroll: (e: Event) => void;
702
+ handleMenuKeydown: (e: KeyboardEvent) => void;
703
+ handleMenuMousedown: (e: MouseEvent) => void;
704
+ mergedTheme: import("vue").ComputedRef<{
705
+ common: {
706
+ baseColor: string;
707
+ primaryColor: string;
708
+ primaryColorHover: string;
709
+ primaryColorPressed: string;
710
+ primaryColorSuppl: string;
711
+ infoColor: string;
712
+ infoColorHover: string;
713
+ infoColorPressed: string;
714
+ infoColorSuppl: string;
715
+ successColor: string;
716
+ successColorHover: string;
717
+ successColorPressed: string;
718
+ successColorSuppl: string;
719
+ warningColor: string;
720
+ warningColorHover: string;
721
+ warningColorPressed: string;
722
+ warningColorSuppl: string;
723
+ errorColor: string;
724
+ errorColorHover: string;
725
+ errorColorPressed: string;
726
+ errorColorSuppl: string;
727
+ textColorBase: string;
728
+ textColor1: string;
729
+ textColor2: string;
730
+ textColor3: string;
731
+ textColorDisabled: string;
732
+ placeholderColor: string;
733
+ placeholderColorDisabled: string;
734
+ iconColor: string;
735
+ iconColorHover: string;
736
+ iconColorPressed: string;
737
+ iconColorDisabled: string;
738
+ opacity1: string;
739
+ opacity2: string;
740
+ opacity3: string;
741
+ opacity4: string;
742
+ opacity5: string;
743
+ dividerColor: string;
744
+ borderColor: string;
745
+ closeIconColor: string;
746
+ closeIconColorHover: string;
747
+ closeIconColorPressed: string;
748
+ closeColorHover: string;
749
+ closeColorPressed: string;
750
+ clearColor: string;
751
+ clearColorHover: string;
752
+ clearColorPressed: string;
753
+ scrollbarColor: string;
754
+ scrollbarColorHover: string;
755
+ scrollbarWidth: string;
756
+ scrollbarHeight: string;
757
+ scrollbarBorderRadius: string;
758
+ progressRailColor: string;
759
+ railColor: string;
760
+ popoverColor: string;
761
+ tableColor: string;
762
+ cardColor: string;
763
+ modalColor: string;
764
+ bodyColor: string;
765
+ tagColor: string;
766
+ avatarColor: string;
767
+ invertedColor: string;
768
+ inputColor: string;
769
+ codeColor: string;
770
+ tabColor: string;
771
+ actionColor: string;
772
+ tableHeaderColor: string;
773
+ hoverColor: string;
774
+ tableColorHover: string;
775
+ tableColorStriped: string;
776
+ pressedColor: string;
777
+ opacityDisabled: string;
778
+ inputColorDisabled: string;
779
+ buttonColor2: string;
780
+ buttonColor2Hover: string;
781
+ buttonColor2Pressed: string;
782
+ boxShadow1: string;
783
+ boxShadow2: string;
784
+ boxShadow3: string;
785
+ fontFamily: string;
786
+ fontFamilyMono: string;
787
+ fontWeight: string;
788
+ fontWeightStrong: string;
789
+ cubicBezierEaseInOut: string;
790
+ cubicBezierEaseOut: string;
791
+ cubicBezierEaseIn: string;
792
+ borderRadius: string;
793
+ borderRadiusSmall: string;
794
+ fontSize: string;
795
+ fontSizeMini: string;
796
+ fontSizeTiny: string;
797
+ fontSizeSmall: string;
798
+ fontSizeMedium: string;
799
+ fontSizeLarge: string;
800
+ fontSizeHuge: string;
801
+ lineHeight: string;
802
+ heightMini: string;
803
+ heightTiny: string;
804
+ heightSmall: string;
805
+ heightMedium: string;
806
+ heightLarge: string;
807
+ heightHuge: string;
808
+ name: "common";
809
+ };
810
+ self: {
811
+ menuBoxShadow: string;
812
+ };
813
+ peers: {
814
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
815
+ fontSizeTiny: string;
816
+ fontSizeSmall: string;
817
+ fontSizeMedium: string;
818
+ fontSizeLarge: string;
819
+ heightTiny: string;
820
+ heightSmall: string;
821
+ heightMedium: string;
822
+ heightLarge: string;
823
+ borderRadius: string;
824
+ textColor: string;
825
+ textColorDisabled: string;
826
+ placeholderColor: string;
827
+ placeholderColorDisabled: string;
828
+ color: string;
829
+ colorDisabled: string;
830
+ colorActive: string;
831
+ border: string;
832
+ borderHover: string;
833
+ borderActive: string;
834
+ borderFocus: string;
835
+ boxShadowHover: string;
836
+ boxShadowActive: string;
837
+ boxShadowFocus: string;
838
+ caretColor: string;
839
+ arrowColor: string;
840
+ arrowColorDisabled: string;
841
+ loadingColor: string;
842
+ borderWarning: string;
843
+ borderHoverWarning: string;
844
+ borderActiveWarning: string;
845
+ borderFocusWarning: string;
846
+ boxShadowHoverWarning: string;
847
+ boxShadowActiveWarning: string;
848
+ boxShadowFocusWarning: string;
849
+ colorActiveWarning: string;
850
+ caretColorWarning: string;
851
+ borderError: string;
852
+ borderHoverError: string;
853
+ borderActiveError: string;
854
+ borderFocusError: string;
855
+ boxShadowHoverError: string;
856
+ boxShadowActiveError: string;
857
+ boxShadowFocusError: string;
858
+ colorActiveError: string;
859
+ caretColorError: string;
860
+ clearColor: string;
861
+ clearColorHover: string;
862
+ clearColorPressed: string;
863
+ paddingSingle: string;
864
+ paddingMultiple: string;
865
+ clearSize: string;
866
+ arrowSize: string;
867
+ }, {
868
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
869
+ fontSize: string;
870
+ borderRadius: string;
871
+ color: string;
872
+ dividerColor: string;
873
+ textColor: string;
874
+ boxShadow: string;
875
+ space: string;
876
+ spaceArrow: string;
877
+ arrowOffset: string;
878
+ arrowOffsetVertical: string;
879
+ arrowHeight: string;
880
+ padding: string;
881
+ }, any>;
882
+ }>;
883
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
884
+ optionFontSizeSmall: string;
885
+ optionFontSizeMedium: string;
886
+ optionFontSizeLarge: string;
887
+ optionFontSizeHuge: string;
888
+ optionHeightSmall: string;
889
+ optionHeightMedium: string;
890
+ optionHeightLarge: string;
891
+ optionHeightHuge: string;
892
+ borderRadius: string;
893
+ color: string;
894
+ groupHeaderTextColor: string;
895
+ actionDividerColor: string;
896
+ optionTextColor: string;
897
+ optionTextColorPressed: string;
898
+ optionTextColorDisabled: string;
899
+ optionTextColorActive: string;
900
+ optionOpacityDisabled: string;
901
+ optionCheckColor: string;
902
+ optionColorPending: string;
903
+ optionColorActive: string;
904
+ optionColorActivePending: string;
905
+ actionTextColor: string;
906
+ loadingColor: string;
907
+ height: string;
908
+ paddingSmall: string;
909
+ paddingMedium: string;
910
+ paddingLarge: string;
911
+ paddingHuge: string;
912
+ optionPaddingSmall: string;
913
+ optionPaddingMedium: string;
914
+ optionPaddingLarge: string;
915
+ optionPaddingHuge: string;
916
+ loadingSize: string;
917
+ }, {
918
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
919
+ color: string;
920
+ colorHover: string;
921
+ }, any>;
922
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
923
+ fontSizeSmall: string;
924
+ fontSizeMedium: string;
925
+ fontSizeLarge: string;
926
+ fontSizeHuge: string;
927
+ textColor: string;
928
+ iconColor: string;
929
+ extraTextColor: string;
930
+ iconSizeSmall: string;
931
+ iconSizeMedium: string;
932
+ iconSizeLarge: string;
933
+ iconSizeHuge: string;
934
+ }, any>;
935
+ }>;
936
+ };
937
+ peerOverrides: {
938
+ InternalSelection?: {
939
+ peers?: {
940
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
941
+ fontSize: string;
942
+ borderRadius: string;
943
+ color: string;
944
+ dividerColor: string;
945
+ textColor: string;
946
+ boxShadow: string;
947
+ space: string;
948
+ spaceArrow: string;
949
+ arrowOffset: string;
950
+ arrowOffsetVertical: string;
951
+ arrowHeight: string;
952
+ padding: string;
953
+ }, any>> | undefined;
954
+ } | undefined;
955
+ } | undefined;
956
+ InternalSelectMenu?: {
957
+ peers?: {
958
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
959
+ color: string;
960
+ colorHover: string;
961
+ }, any>> | undefined;
962
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
963
+ fontSizeSmall: string;
964
+ fontSizeMedium: string;
965
+ fontSizeLarge: string;
966
+ fontSizeHuge: string;
967
+ textColor: string;
968
+ iconColor: string;
969
+ extraTextColor: string;
970
+ iconSizeSmall: string;
971
+ iconSizeMedium: string;
972
+ iconSizeLarge: string;
973
+ iconSizeHuge: string;
974
+ }, any>> | undefined;
975
+ } | undefined;
976
+ } | undefined;
977
+ };
978
+ }>;
979
+ cssVars: import("vue").ComputedRef<{
980
+ '--n-menu-box-shadow': string;
981
+ }> | undefined;
982
+ themeClass: import("vue").Ref<string> | undefined;
983
+ onRender: (() => void) | undefined;
984
+ focus: () => void;
985
+ blur: () => void;
986
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
987
+ readonly to: {
988
+ type: PropType<string | boolean | HTMLElement>;
989
+ default: undefined;
990
+ };
991
+ readonly bordered: {
992
+ readonly type: PropType<boolean | undefined>;
993
+ readonly default: undefined;
994
+ };
995
+ readonly clearable: BooleanConstructor;
996
+ readonly clearFilterAfterSelect: {
997
+ readonly type: BooleanConstructor;
998
+ readonly default: true;
999
+ };
1000
+ readonly options: {
1001
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1002
+ readonly default: () => never[];
1003
+ };
1004
+ readonly defaultValue: {
1005
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1006
+ readonly default: null;
1007
+ };
1008
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1009
+ readonly placeholder: StringConstructor;
1010
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
1011
+ readonly multiple: BooleanConstructor;
1012
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
1013
+ readonly filterable: BooleanConstructor;
1014
+ readonly disabled: {
1015
+ readonly type: PropType<boolean | undefined>;
1016
+ readonly default: undefined;
1017
+ };
1018
+ readonly remote: BooleanConstructor;
1019
+ readonly loading: BooleanConstructor;
1020
+ readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1021
+ readonly placement: {
1022
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
1023
+ readonly default: "bottom-start";
1024
+ };
1025
+ readonly widthMode: {
1026
+ readonly type: StringConstructor;
1027
+ readonly default: "trigger";
1028
+ };
1029
+ readonly tag: BooleanConstructor;
1030
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
1031
+ readonly fallbackOption: {
1032
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1033
+ readonly default: undefined;
1034
+ };
1035
+ readonly show: {
1036
+ readonly type: PropType<boolean | undefined>;
1037
+ readonly default: undefined;
1038
+ };
1039
+ readonly showArrow: {
1040
+ readonly type: BooleanConstructor;
1041
+ readonly default: true;
1042
+ };
1043
+ readonly maxTagCount: PropType<number | "responsive">;
1044
+ readonly consistentMenuWidth: {
1045
+ readonly type: BooleanConstructor;
1046
+ readonly default: true;
1047
+ };
1048
+ readonly virtualScroll: {
1049
+ readonly type: BooleanConstructor;
1050
+ readonly default: true;
1051
+ };
1052
+ readonly labelField: {
1053
+ readonly type: StringConstructor;
1054
+ readonly default: "label";
1055
+ };
1056
+ readonly valueField: {
1057
+ readonly type: StringConstructor;
1058
+ readonly default: "value";
1059
+ };
1060
+ readonly childrenField: {
1061
+ readonly type: StringConstructor;
1062
+ readonly default: "children";
1063
+ };
1064
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1065
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1066
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
1067
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1068
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
1069
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1070
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1071
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
1072
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1073
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
1074
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
1075
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1076
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1077
+ readonly displayDirective: {
1078
+ readonly type: PropType<"show" | "if">;
1079
+ readonly default: "show";
1080
+ };
1081
+ readonly resetMenuOnOptionsChange: {
1082
+ readonly type: BooleanConstructor;
1083
+ readonly default: true;
1084
+ };
1085
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1086
+ readonly internalShowCheckmark: {
1087
+ readonly type: BooleanConstructor;
1088
+ readonly default: true;
1089
+ };
1090
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1091
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1092
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
1093
+ menuBoxShadow: string;
1094
+ }, {
1095
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1096
+ fontSizeTiny: string;
1097
+ fontSizeSmall: string;
1098
+ fontSizeMedium: string;
1099
+ fontSizeLarge: string;
1100
+ heightTiny: string;
1101
+ heightSmall: string;
1102
+ heightMedium: string;
1103
+ heightLarge: string;
1104
+ borderRadius: string;
1105
+ textColor: string;
1106
+ textColorDisabled: string;
1107
+ placeholderColor: string;
1108
+ placeholderColorDisabled: string;
1109
+ color: string;
1110
+ colorDisabled: string;
1111
+ colorActive: string;
1112
+ border: string;
1113
+ borderHover: string;
1114
+ borderActive: string;
1115
+ borderFocus: string;
1116
+ boxShadowHover: string;
1117
+ boxShadowActive: string;
1118
+ boxShadowFocus: string;
1119
+ caretColor: string;
1120
+ arrowColor: string;
1121
+ arrowColorDisabled: string;
1122
+ loadingColor: string;
1123
+ borderWarning: string;
1124
+ borderHoverWarning: string;
1125
+ borderActiveWarning: string;
1126
+ borderFocusWarning: string;
1127
+ boxShadowHoverWarning: string;
1128
+ boxShadowActiveWarning: string;
1129
+ boxShadowFocusWarning: string;
1130
+ colorActiveWarning: string;
1131
+ caretColorWarning: string;
1132
+ borderError: string;
1133
+ borderHoverError: string;
1134
+ borderActiveError: string;
1135
+ borderFocusError: string;
1136
+ boxShadowHoverError: string;
1137
+ boxShadowActiveError: string;
1138
+ boxShadowFocusError: string;
1139
+ colorActiveError: string;
1140
+ caretColorError: string;
1141
+ clearColor: string;
1142
+ clearColorHover: string;
1143
+ clearColorPressed: string;
1144
+ paddingSingle: string;
1145
+ paddingMultiple: string;
1146
+ clearSize: string;
1147
+ arrowSize: string;
1148
+ }, {
1149
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1150
+ fontSize: string;
1151
+ borderRadius: string;
1152
+ color: string;
1153
+ dividerColor: string;
1154
+ textColor: string;
1155
+ boxShadow: string;
1156
+ space: string;
1157
+ spaceArrow: string;
1158
+ arrowOffset: string;
1159
+ arrowOffsetVertical: string;
1160
+ arrowHeight: string;
1161
+ padding: string;
1162
+ }, any>;
1163
+ }>;
1164
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1165
+ optionFontSizeSmall: string;
1166
+ optionFontSizeMedium: string;
1167
+ optionFontSizeLarge: string;
1168
+ optionFontSizeHuge: string;
1169
+ optionHeightSmall: string;
1170
+ optionHeightMedium: string;
1171
+ optionHeightLarge: string;
1172
+ optionHeightHuge: string;
1173
+ borderRadius: string;
1174
+ color: string;
1175
+ groupHeaderTextColor: string;
1176
+ actionDividerColor: string;
1177
+ optionTextColor: string;
1178
+ optionTextColorPressed: string;
1179
+ optionTextColorDisabled: string;
1180
+ optionTextColorActive: string;
1181
+ optionOpacityDisabled: string;
1182
+ optionCheckColor: string;
1183
+ optionColorPending: string;
1184
+ optionColorActive: string;
1185
+ optionColorActivePending: string;
1186
+ actionTextColor: string;
1187
+ loadingColor: string;
1188
+ height: string;
1189
+ paddingSmall: string;
1190
+ paddingMedium: string;
1191
+ paddingLarge: string;
1192
+ paddingHuge: string;
1193
+ optionPaddingSmall: string;
1194
+ optionPaddingMedium: string;
1195
+ optionPaddingLarge: string;
1196
+ optionPaddingHuge: string;
1197
+ loadingSize: string;
1198
+ }, {
1199
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1200
+ color: string;
1201
+ colorHover: string;
1202
+ }, any>;
1203
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1204
+ fontSizeSmall: string;
1205
+ fontSizeMedium: string;
1206
+ fontSizeLarge: string;
1207
+ fontSizeHuge: string;
1208
+ textColor: string;
1209
+ iconColor: string;
1210
+ extraTextColor: string;
1211
+ iconSizeSmall: string;
1212
+ iconSizeMedium: string;
1213
+ iconSizeLarge: string;
1214
+ iconSizeHuge: string;
1215
+ }, any>;
1216
+ }>;
1217
+ }>>;
1218
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1219
+ menuBoxShadow: string;
1220
+ }, {
1221
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1222
+ fontSizeTiny: string;
1223
+ fontSizeSmall: string;
1224
+ fontSizeMedium: string;
1225
+ fontSizeLarge: string;
1226
+ heightTiny: string;
1227
+ heightSmall: string;
1228
+ heightMedium: string;
1229
+ heightLarge: string;
1230
+ borderRadius: string;
1231
+ textColor: string;
1232
+ textColorDisabled: string;
1233
+ placeholderColor: string;
1234
+ placeholderColorDisabled: string;
1235
+ color: string;
1236
+ colorDisabled: string;
1237
+ colorActive: string;
1238
+ border: string;
1239
+ borderHover: string;
1240
+ borderActive: string;
1241
+ borderFocus: string;
1242
+ boxShadowHover: string;
1243
+ boxShadowActive: string;
1244
+ boxShadowFocus: string;
1245
+ caretColor: string;
1246
+ arrowColor: string;
1247
+ arrowColorDisabled: string;
1248
+ loadingColor: string;
1249
+ borderWarning: string;
1250
+ borderHoverWarning: string;
1251
+ borderActiveWarning: string;
1252
+ borderFocusWarning: string;
1253
+ boxShadowHoverWarning: string;
1254
+ boxShadowActiveWarning: string;
1255
+ boxShadowFocusWarning: string;
1256
+ colorActiveWarning: string;
1257
+ caretColorWarning: string;
1258
+ borderError: string;
1259
+ borderHoverError: string;
1260
+ borderActiveError: string;
1261
+ borderFocusError: string;
1262
+ boxShadowHoverError: string;
1263
+ boxShadowActiveError: string;
1264
+ boxShadowFocusError: string;
1265
+ colorActiveError: string;
1266
+ caretColorError: string;
1267
+ clearColor: string;
1268
+ clearColorHover: string;
1269
+ clearColorPressed: string;
1270
+ paddingSingle: string;
1271
+ paddingMultiple: string;
1272
+ clearSize: string;
1273
+ arrowSize: string;
1274
+ }, {
1275
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1276
+ fontSize: string;
1277
+ borderRadius: string;
1278
+ color: string;
1279
+ dividerColor: string;
1280
+ textColor: string;
1281
+ boxShadow: string;
1282
+ space: string;
1283
+ spaceArrow: string;
1284
+ arrowOffset: string;
1285
+ arrowOffsetVertical: string;
1286
+ arrowHeight: string;
1287
+ padding: string;
1288
+ }, any>;
1289
+ }>;
1290
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1291
+ optionFontSizeSmall: string;
1292
+ optionFontSizeMedium: string;
1293
+ optionFontSizeLarge: string;
1294
+ optionFontSizeHuge: string;
1295
+ optionHeightSmall: string;
1296
+ optionHeightMedium: string;
1297
+ optionHeightLarge: string;
1298
+ optionHeightHuge: string;
1299
+ borderRadius: string;
1300
+ color: string;
1301
+ groupHeaderTextColor: string;
1302
+ actionDividerColor: string;
1303
+ optionTextColor: string;
1304
+ optionTextColorPressed: string;
1305
+ optionTextColorDisabled: string;
1306
+ optionTextColorActive: string;
1307
+ optionOpacityDisabled: string;
1308
+ optionCheckColor: string;
1309
+ optionColorPending: string;
1310
+ optionColorActive: string;
1311
+ optionColorActivePending: string;
1312
+ actionTextColor: string;
1313
+ loadingColor: string;
1314
+ height: string;
1315
+ paddingSmall: string;
1316
+ paddingMedium: string;
1317
+ paddingLarge: string;
1318
+ paddingHuge: string;
1319
+ optionPaddingSmall: string;
1320
+ optionPaddingMedium: string;
1321
+ optionPaddingLarge: string;
1322
+ optionPaddingHuge: string;
1323
+ loadingSize: string;
1324
+ }, {
1325
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1326
+ color: string;
1327
+ colorHover: string;
1328
+ }, any>;
1329
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1330
+ fontSizeSmall: string;
1331
+ fontSizeMedium: string;
1332
+ fontSizeLarge: string;
1333
+ fontSizeHuge: string;
1334
+ textColor: string;
1335
+ iconColor: string;
1336
+ extraTextColor: string;
1337
+ iconSizeSmall: string;
1338
+ iconSizeMedium: string;
1339
+ iconSizeLarge: string;
1340
+ iconSizeHuge: string;
1341
+ }, any>;
1342
+ }>;
1343
+ }>>>;
1344
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1345
+ menuBoxShadow: string;
1346
+ }, {
1347
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1348
+ fontSizeTiny: string;
1349
+ fontSizeSmall: string;
1350
+ fontSizeMedium: string;
1351
+ fontSizeLarge: string;
1352
+ heightTiny: string;
1353
+ heightSmall: string;
1354
+ heightMedium: string;
1355
+ heightLarge: string;
1356
+ borderRadius: string;
1357
+ textColor: string;
1358
+ textColorDisabled: string;
1359
+ placeholderColor: string;
1360
+ placeholderColorDisabled: string;
1361
+ color: string;
1362
+ colorDisabled: string;
1363
+ colorActive: string;
1364
+ border: string;
1365
+ borderHover: string;
1366
+ borderActive: string;
1367
+ borderFocus: string;
1368
+ boxShadowHover: string;
1369
+ boxShadowActive: string;
1370
+ boxShadowFocus: string;
1371
+ caretColor: string;
1372
+ arrowColor: string;
1373
+ arrowColorDisabled: string;
1374
+ loadingColor: string;
1375
+ borderWarning: string;
1376
+ borderHoverWarning: string;
1377
+ borderActiveWarning: string;
1378
+ borderFocusWarning: string;
1379
+ boxShadowHoverWarning: string;
1380
+ boxShadowActiveWarning: string;
1381
+ boxShadowFocusWarning: string;
1382
+ colorActiveWarning: string;
1383
+ caretColorWarning: string;
1384
+ borderError: string;
1385
+ borderHoverError: string;
1386
+ borderActiveError: string;
1387
+ borderFocusError: string;
1388
+ boxShadowHoverError: string;
1389
+ boxShadowActiveError: string;
1390
+ boxShadowFocusError: string;
1391
+ colorActiveError: string;
1392
+ caretColorError: string;
1393
+ clearColor: string;
1394
+ clearColorHover: string;
1395
+ clearColorPressed: string;
1396
+ paddingSingle: string;
1397
+ paddingMultiple: string;
1398
+ clearSize: string;
1399
+ arrowSize: string;
1400
+ }, {
1401
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1402
+ fontSize: string;
1403
+ borderRadius: string;
1404
+ color: string;
1405
+ dividerColor: string;
1406
+ textColor: string;
1407
+ boxShadow: string;
1408
+ space: string;
1409
+ spaceArrow: string;
1410
+ arrowOffset: string;
1411
+ arrowOffsetVertical: string;
1412
+ arrowHeight: string;
1413
+ padding: string;
1414
+ }, any>;
1415
+ }>;
1416
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1417
+ optionFontSizeSmall: string;
1418
+ optionFontSizeMedium: string;
1419
+ optionFontSizeLarge: string;
1420
+ optionFontSizeHuge: string;
1421
+ optionHeightSmall: string;
1422
+ optionHeightMedium: string;
1423
+ optionHeightLarge: string;
1424
+ optionHeightHuge: string;
1425
+ borderRadius: string;
1426
+ color: string;
1427
+ groupHeaderTextColor: string;
1428
+ actionDividerColor: string;
1429
+ optionTextColor: string;
1430
+ optionTextColorPressed: string;
1431
+ optionTextColorDisabled: string;
1432
+ optionTextColorActive: string;
1433
+ optionOpacityDisabled: string;
1434
+ optionCheckColor: string;
1435
+ optionColorPending: string;
1436
+ optionColorActive: string;
1437
+ optionColorActivePending: string;
1438
+ actionTextColor: string;
1439
+ loadingColor: string;
1440
+ height: string;
1441
+ paddingSmall: string;
1442
+ paddingMedium: string;
1443
+ paddingLarge: string;
1444
+ paddingHuge: string;
1445
+ optionPaddingSmall: string;
1446
+ optionPaddingMedium: string;
1447
+ optionPaddingLarge: string;
1448
+ optionPaddingHuge: string;
1449
+ loadingSize: string;
1450
+ }, {
1451
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1452
+ color: string;
1453
+ colorHover: string;
1454
+ }, any>;
1455
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1456
+ fontSizeSmall: string;
1457
+ fontSizeMedium: string;
1458
+ fontSizeLarge: string;
1459
+ fontSizeHuge: string;
1460
+ textColor: string;
1461
+ iconColor: string;
1462
+ extraTextColor: string;
1463
+ iconSizeSmall: string;
1464
+ iconSizeMedium: string;
1465
+ iconSizeLarge: string;
1466
+ iconSizeHuge: string;
1467
+ }, any>;
1468
+ }>;
1469
+ }>>>;
1470
+ }>>, {
1471
+ readonly tag: boolean;
1472
+ readonly show: boolean | undefined;
1473
+ readonly multiple: boolean;
1474
+ readonly disabled: boolean | undefined;
1475
+ readonly to: string | boolean | HTMLElement;
1476
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1477
+ readonly loading: boolean;
1478
+ readonly bordered: boolean | undefined;
1479
+ readonly placement: import("naive-ui").PopoverPlacement;
1480
+ readonly labelField: string;
1481
+ readonly virtualScroll: boolean;
1482
+ readonly valueField: string;
1483
+ readonly resetMenuOnOptionsChange: boolean;
1484
+ readonly showArrow: boolean;
1485
+ readonly displayDirective: "show" | "if";
1486
+ readonly filterable: boolean;
1487
+ readonly clearable: boolean;
1488
+ readonly clearFilterAfterSelect: boolean;
1489
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1490
+ readonly remote: boolean;
1491
+ readonly widthMode: string;
1492
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
1493
+ readonly consistentMenuWidth: boolean;
1494
+ readonly childrenField: string;
1495
+ readonly internalShowCheckmark: boolean;
1496
+ }>;
1497
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1498
+ mainForm: {
1499
+ type: PropObject;
1500
+ default: () => {};
1501
+ };
1502
+ userInfo: {
1503
+ type: PropObject;
1504
+ default: () => {};
1505
+ };
1506
+ styleSetting: {
1507
+ type: PropObject;
1508
+ default: () => {};
1509
+ };
1510
+ defaultValue: {
1511
+ type: PropObject;
1512
+ default: () => {};
1513
+ };
1514
+ dbParams: {
1515
+ type: PropType<AnyObject>;
1516
+ };
1517
+ row: {
1518
+ type: PropObject;
1519
+ default: () => {};
1520
+ };
1521
+ item: {
1522
+ type: PropObject;
1523
+ default: () => {
1524
+ _own: {};
1525
+ };
1526
+ };
1527
+ defaultFieldList: {
1528
+ type: PropType<any[]>;
1529
+ default: () => never[];
1530
+ };
1531
+ cacheUniqueKey: {
1532
+ type: PropObject;
1533
+ default: () => {
1534
+ _own: {};
1535
+ };
1536
+ };
1537
+ params_formId: (NumberConstructor | StringConstructor)[];
1538
+ formType: {
1539
+ type: PropObject;
1540
+ default: () => {
1541
+ _own: {};
1542
+ };
1543
+ };
1544
+ isDetail: {
1545
+ type: BooleanConstructor;
1546
+ default: boolean;
1547
+ };
1548
+ handleFormTableValue: PropType<Func<any[], any>>;
1549
+ }>> & {
1550
+ onTableBlur?: ((...args: any[]) => any) | undefined;
1551
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
1552
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1553
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
1554
+ }, {
1555
+ styleSetting: AnyObject;
1556
+ userInfo: AnyObject;
1557
+ cacheUniqueKey: AnyObject;
1558
+ row: AnyObject;
1559
+ defaultValue: AnyObject;
1560
+ isDetail: boolean;
1561
+ item: AnyObject;
1562
+ formType: AnyObject;
1563
+ mainForm: AnyObject;
1564
+ defaultFieldList: any[];
1565
+ }>;
1566
+ export default _default;