cnhis-design-vue 3.1.18-beta.8 → 3.1.18-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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -1,4 +1,3 @@
1
- /// <reference types="lodash" />
2
1
  import { Func } from '../../../../es/shared/types';
3
2
  import { ShortcutSignatureInfo } from '../../../../es/components/shortcut-provider';
4
3
  import { FieldItem } from '../../../../es/components/form-render';
@@ -2130,270 +2129,7 @@ declare const _default: import("vue").DefineComponent<{
2130
2129
  FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
2131
2130
  form: any;
2132
2131
  }>;
2133
- NForm: import("vue").DefineComponent<{
2134
- readonly inline: BooleanConstructor;
2135
- readonly labelWidth: import("vue").PropType<string | number>;
2136
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
2137
- readonly labelPlacement: {
2138
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
2139
- readonly default: "top";
2140
- };
2141
- readonly model: {
2142
- readonly type: import("vue").PropType<Record<string, any>>;
2143
- readonly default: () => void;
2144
- };
2145
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
2146
- readonly disabled: BooleanConstructor;
2147
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
2148
- readonly showRequireMark: {
2149
- readonly type: import("vue").PropType<boolean | undefined>;
2150
- readonly default: undefined;
2151
- };
2152
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
2153
- readonly showFeedback: {
2154
- readonly type: BooleanConstructor;
2155
- readonly default: true;
2156
- };
2157
- readonly onSubmit: {
2158
- readonly type: import("vue").PropType<(e: Event) => void>;
2159
- readonly default: (e: Event) => void;
2160
- };
2161
- readonly showLabel: {
2162
- readonly type: import("vue").PropType<boolean | undefined>;
2163
- readonly default: undefined;
2164
- };
2165
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
2166
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
2167
- blankHeightSmall: string;
2168
- blankHeightMedium: string;
2169
- blankHeightLarge: string;
2170
- lineHeight: string;
2171
- labelTextColor: string;
2172
- asteriskColor: string;
2173
- feedbackTextColorError: string;
2174
- feedbackTextColorWarning: string;
2175
- feedbackTextColor: string;
2176
- feedbackPadding: string;
2177
- feedbackHeightSmall: string;
2178
- feedbackHeightMedium: string;
2179
- feedbackHeightLarge: string;
2180
- feedbackFontSizeSmall: string;
2181
- feedbackFontSizeMedium: string;
2182
- feedbackFontSizeLarge: string;
2183
- labelFontSizeLeftSmall: string;
2184
- labelFontSizeLeftMedium: string;
2185
- labelFontSizeLeftLarge: string;
2186
- labelFontSizeTopSmall: string;
2187
- labelFontSizeTopMedium: string;
2188
- labelFontSizeTopLarge: string;
2189
- labelHeightSmall: string;
2190
- labelHeightMedium: string;
2191
- labelHeightLarge: string;
2192
- labelPaddingVertical: string;
2193
- labelPaddingHorizontal: string;
2194
- labelTextAlignVertical: string;
2195
- labelTextAlignHorizontal: string;
2196
- }, any>>;
2197
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2198
- blankHeightSmall: string;
2199
- blankHeightMedium: string;
2200
- blankHeightLarge: string;
2201
- lineHeight: string;
2202
- labelTextColor: string;
2203
- asteriskColor: string;
2204
- feedbackTextColorError: string;
2205
- feedbackTextColorWarning: string;
2206
- feedbackTextColor: string;
2207
- feedbackPadding: string;
2208
- feedbackHeightSmall: string;
2209
- feedbackHeightMedium: string;
2210
- feedbackHeightLarge: string;
2211
- feedbackFontSizeSmall: string;
2212
- feedbackFontSizeMedium: string;
2213
- feedbackFontSizeLarge: string;
2214
- labelFontSizeLeftSmall: string;
2215
- labelFontSizeLeftMedium: string;
2216
- labelFontSizeLeftLarge: string;
2217
- labelFontSizeTopSmall: string;
2218
- labelFontSizeTopMedium: string;
2219
- labelFontSizeTopLarge: string;
2220
- labelHeightSmall: string;
2221
- labelHeightMedium: string;
2222
- labelHeightLarge: string;
2223
- labelPaddingVertical: string;
2224
- labelPaddingHorizontal: string;
2225
- labelTextAlignVertical: string;
2226
- labelTextAlignHorizontal: string;
2227
- }, any>>>;
2228
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2229
- blankHeightSmall: string;
2230
- blankHeightMedium: string;
2231
- blankHeightLarge: string;
2232
- lineHeight: string;
2233
- labelTextColor: string;
2234
- asteriskColor: string;
2235
- feedbackTextColorError: string;
2236
- feedbackTextColorWarning: string;
2237
- feedbackTextColor: string;
2238
- feedbackPadding: string;
2239
- feedbackHeightSmall: string;
2240
- feedbackHeightMedium: string;
2241
- feedbackHeightLarge: string;
2242
- feedbackFontSizeSmall: string;
2243
- feedbackFontSizeMedium: string;
2244
- feedbackFontSizeLarge: string;
2245
- labelFontSizeLeftSmall: string;
2246
- labelFontSizeLeftMedium: string;
2247
- labelFontSizeLeftLarge: string;
2248
- labelFontSizeTopSmall: string;
2249
- labelFontSizeTopMedium: string;
2250
- labelFontSizeTopLarge: string;
2251
- labelHeightSmall: string;
2252
- labelHeightMedium: string;
2253
- labelHeightLarge: string;
2254
- labelPaddingVertical: string;
2255
- labelPaddingHorizontal: string;
2256
- labelTextAlignVertical: string;
2257
- labelTextAlignHorizontal: string;
2258
- }, any>>>;
2259
- }, import("naive-ui").FormInst & {
2260
- mergedClsPrefix: import("vue").ComputedRef<string>;
2261
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2262
- readonly inline: BooleanConstructor;
2263
- readonly labelWidth: import("vue").PropType<string | number>;
2264
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
2265
- readonly labelPlacement: {
2266
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
2267
- readonly default: "top";
2268
- };
2269
- readonly model: {
2270
- readonly type: import("vue").PropType<Record<string, any>>;
2271
- readonly default: () => void;
2272
- };
2273
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
2274
- readonly disabled: BooleanConstructor;
2275
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
2276
- readonly showRequireMark: {
2277
- readonly type: import("vue").PropType<boolean | undefined>;
2278
- readonly default: undefined;
2279
- };
2280
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
2281
- readonly showFeedback: {
2282
- readonly type: BooleanConstructor;
2283
- readonly default: true;
2284
- };
2285
- readonly onSubmit: {
2286
- readonly type: import("vue").PropType<(e: Event) => void>;
2287
- readonly default: (e: Event) => void;
2288
- };
2289
- readonly showLabel: {
2290
- readonly type: import("vue").PropType<boolean | undefined>;
2291
- readonly default: undefined;
2292
- };
2293
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
2294
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
2295
- blankHeightSmall: string;
2296
- blankHeightMedium: string;
2297
- blankHeightLarge: string;
2298
- lineHeight: string;
2299
- labelTextColor: string;
2300
- asteriskColor: string;
2301
- feedbackTextColorError: string;
2302
- feedbackTextColorWarning: string;
2303
- feedbackTextColor: string;
2304
- feedbackPadding: string;
2305
- feedbackHeightSmall: string;
2306
- feedbackHeightMedium: string;
2307
- feedbackHeightLarge: string;
2308
- feedbackFontSizeSmall: string;
2309
- feedbackFontSizeMedium: string;
2310
- feedbackFontSizeLarge: string;
2311
- labelFontSizeLeftSmall: string;
2312
- labelFontSizeLeftMedium: string;
2313
- labelFontSizeLeftLarge: string;
2314
- labelFontSizeTopSmall: string;
2315
- labelFontSizeTopMedium: string;
2316
- labelFontSizeTopLarge: string;
2317
- labelHeightSmall: string;
2318
- labelHeightMedium: string;
2319
- labelHeightLarge: string;
2320
- labelPaddingVertical: string;
2321
- labelPaddingHorizontal: string;
2322
- labelTextAlignVertical: string;
2323
- labelTextAlignHorizontal: string;
2324
- }, any>>;
2325
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2326
- blankHeightSmall: string;
2327
- blankHeightMedium: string;
2328
- blankHeightLarge: string;
2329
- lineHeight: string;
2330
- labelTextColor: string;
2331
- asteriskColor: string;
2332
- feedbackTextColorError: string;
2333
- feedbackTextColorWarning: string;
2334
- feedbackTextColor: string;
2335
- feedbackPadding: string;
2336
- feedbackHeightSmall: string;
2337
- feedbackHeightMedium: string;
2338
- feedbackHeightLarge: string;
2339
- feedbackFontSizeSmall: string;
2340
- feedbackFontSizeMedium: string;
2341
- feedbackFontSizeLarge: string;
2342
- labelFontSizeLeftSmall: string;
2343
- labelFontSizeLeftMedium: string;
2344
- labelFontSizeLeftLarge: string;
2345
- labelFontSizeTopSmall: string;
2346
- labelFontSizeTopMedium: string;
2347
- labelFontSizeTopLarge: string;
2348
- labelHeightSmall: string;
2349
- labelHeightMedium: string;
2350
- labelHeightLarge: string;
2351
- labelPaddingVertical: string;
2352
- labelPaddingHorizontal: string;
2353
- labelTextAlignVertical: string;
2354
- labelTextAlignHorizontal: string;
2355
- }, any>>>;
2356
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2357
- blankHeightSmall: string;
2358
- blankHeightMedium: string;
2359
- blankHeightLarge: string;
2360
- lineHeight: string;
2361
- labelTextColor: string;
2362
- asteriskColor: string;
2363
- feedbackTextColorError: string;
2364
- feedbackTextColorWarning: string;
2365
- feedbackTextColor: string;
2366
- feedbackPadding: string;
2367
- feedbackHeightSmall: string;
2368
- feedbackHeightMedium: string;
2369
- feedbackHeightLarge: string;
2370
- feedbackFontSizeSmall: string;
2371
- feedbackFontSizeMedium: string;
2372
- feedbackFontSizeLarge: string;
2373
- labelFontSizeLeftSmall: string;
2374
- labelFontSizeLeftMedium: string;
2375
- labelFontSizeLeftLarge: string;
2376
- labelFontSizeTopSmall: string;
2377
- labelFontSizeTopMedium: string;
2378
- labelFontSizeTopLarge: string;
2379
- labelHeightSmall: string;
2380
- labelHeightMedium: string;
2381
- labelHeightLarge: string;
2382
- labelPaddingVertical: string;
2383
- labelPaddingHorizontal: string;
2384
- labelTextAlignVertical: string;
2385
- labelTextAlignHorizontal: string;
2386
- }, any>>>;
2387
- }>>, {
2388
- readonly inline: boolean;
2389
- readonly disabled: boolean;
2390
- readonly onSubmit: (e: Event) => void;
2391
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
2392
- readonly model: Record<string, any>;
2393
- readonly showRequireMark: boolean | undefined;
2394
- readonly showFeedback: boolean;
2395
- readonly showLabel: boolean | undefined;
2396
- }>;
2132
+ NForm: any;
2397
2133
  NTabPane: import("vue").DefineComponent<{
2398
2134
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2399
2135
  [key: string]: any;
@@ -2404,7 +2140,7 @@ declare const _default: import("vue").DefineComponent<{
2404
2140
  };
2405
2141
  readonly disabled: BooleanConstructor;
2406
2142
  readonly displayDirective: {
2407
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2143
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
2408
2144
  readonly default: "if";
2409
2145
  };
2410
2146
  readonly closable: {
@@ -2429,7 +2165,7 @@ declare const _default: import("vue").DefineComponent<{
2429
2165
  };
2430
2166
  readonly disabled: BooleanConstructor;
2431
2167
  readonly displayDirective: {
2432
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2168
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
2433
2169
  readonly default: "if";
2434
2170
  };
2435
2171
  readonly closable: {
@@ -2443,894 +2179,10 @@ declare const _default: import("vue").DefineComponent<{
2443
2179
  }>>, {
2444
2180
  readonly disabled: boolean;
2445
2181
  readonly closable: boolean | undefined;
2446
- readonly displayDirective: "show" | "if" | "show:lazy";
2447
- }>;
2448
- NTabs: import("vue").DefineComponent<{
2449
- readonly value: import("vue").PropType<string | number>;
2450
- readonly defaultValue: import("vue").PropType<string | number>;
2451
- readonly trigger: {
2452
- readonly type: import("vue").PropType<"click" | "hover">;
2453
- readonly default: "click";
2454
- };
2455
- readonly type: {
2456
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
2457
- readonly default: "bar";
2458
- };
2459
- readonly closable: BooleanConstructor;
2460
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
2461
- readonly size: {
2462
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
2463
- readonly default: "medium";
2464
- };
2465
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2466
- readonly barWidth: NumberConstructor;
2467
- readonly paneClass: StringConstructor;
2468
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2469
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
2470
- readonly tabsPadding: {
2471
- readonly type: NumberConstructor;
2472
- readonly default: 0;
2473
- };
2474
- readonly animated: BooleanConstructor;
2475
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
2476
- readonly onAdd: import("vue").PropType<() => void>;
2477
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2478
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2479
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
2480
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
2481
- readonly activeName: import("vue").PropType<string | number>;
2482
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
2483
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
2484
- colorSegment: string;
2485
- tabFontSizeCard: string;
2486
- tabTextColorLine: string;
2487
- tabTextColorActiveLine: string;
2488
- tabTextColorHoverLine: string;
2489
- tabTextColorDisabledLine: string;
2490
- tabTextColorSegment: string;
2491
- tabTextColorActiveSegment: string;
2492
- tabTextColorHoverSegment: string;
2493
- tabTextColorDisabledSegment: string;
2494
- tabTextColorBar: string;
2495
- tabTextColorActiveBar: string;
2496
- tabTextColorHoverBar: string;
2497
- tabTextColorDisabledBar: string;
2498
- tabTextColorCard: string;
2499
- tabTextColorHoverCard: string;
2500
- tabTextColorActiveCard: string;
2501
- tabTextColorDisabledCard: string;
2502
- barColor: string;
2503
- closeIconColor: string;
2504
- closeIconColorHover: string;
2505
- closeIconColorPressed: string;
2506
- closeColorHover: string;
2507
- closeColorPressed: string;
2508
- closeBorderRadius: string;
2509
- tabColor: string;
2510
- tabColorSegment: string;
2511
- tabBorderColor: string;
2512
- tabFontWeightActive: string;
2513
- tabFontWeight: string;
2514
- tabBorderRadius: string;
2515
- paneTextColor: string;
2516
- fontWeightStrong: string;
2517
- tabFontSizeSmall: string;
2518
- tabFontSizeMedium: string;
2519
- tabFontSizeLarge: string;
2520
- tabGapSmallLine: string;
2521
- tabGapMediumLine: string;
2522
- tabGapLargeLine: string;
2523
- tabPaddingSmallLine: string;
2524
- tabPaddingMediumLine: string;
2525
- tabPaddingLargeLine: string;
2526
- tabGapSmallBar: string;
2527
- tabGapMediumBar: string;
2528
- tabGapLargeBar: string;
2529
- tabPaddingSmallBar: string;
2530
- tabPaddingMediumBar: string;
2531
- tabPaddingLargeBar: string;
2532
- tabGapSmallCard: string;
2533
- tabGapMediumCard: string;
2534
- tabGapLargeCard: string;
2535
- tabPaddingSmallCard: string;
2536
- tabPaddingMediumCard: string;
2537
- tabPaddingLargeCard: string;
2538
- tabPaddingSmallSegment: string;
2539
- tabPaddingMediumSegment: string;
2540
- tabPaddingLargeSegment: string;
2541
- tabGapSmallSegment: string;
2542
- tabGapMediumSegment: string;
2543
- tabGapLargeSegment: string;
2544
- panePaddingSmall: string;
2545
- panePaddingMedium: string;
2546
- panePaddingLarge: string;
2547
- closeSize: string;
2548
- closeIconSize: string;
2549
- }, any>>;
2550
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2551
- colorSegment: string;
2552
- tabFontSizeCard: string;
2553
- tabTextColorLine: string;
2554
- tabTextColorActiveLine: string;
2555
- tabTextColorHoverLine: string;
2556
- tabTextColorDisabledLine: string;
2557
- tabTextColorSegment: string;
2558
- tabTextColorActiveSegment: string;
2559
- tabTextColorHoverSegment: string;
2560
- tabTextColorDisabledSegment: string;
2561
- tabTextColorBar: string;
2562
- tabTextColorActiveBar: string;
2563
- tabTextColorHoverBar: string;
2564
- tabTextColorDisabledBar: string;
2565
- tabTextColorCard: string;
2566
- tabTextColorHoverCard: string;
2567
- tabTextColorActiveCard: string;
2568
- tabTextColorDisabledCard: string;
2569
- barColor: string;
2570
- closeIconColor: string;
2571
- closeIconColorHover: string;
2572
- closeIconColorPressed: string;
2573
- closeColorHover: string;
2574
- closeColorPressed: string;
2575
- closeBorderRadius: string;
2576
- tabColor: string;
2577
- tabColorSegment: string;
2578
- tabBorderColor: string;
2579
- tabFontWeightActive: string;
2580
- tabFontWeight: string;
2581
- tabBorderRadius: string;
2582
- paneTextColor: string;
2583
- fontWeightStrong: string;
2584
- tabFontSizeSmall: string;
2585
- tabFontSizeMedium: string;
2586
- tabFontSizeLarge: string;
2587
- tabGapSmallLine: string;
2588
- tabGapMediumLine: string;
2589
- tabGapLargeLine: string;
2590
- tabPaddingSmallLine: string;
2591
- tabPaddingMediumLine: string;
2592
- tabPaddingLargeLine: string;
2593
- tabGapSmallBar: string;
2594
- tabGapMediumBar: string;
2595
- tabGapLargeBar: string;
2596
- tabPaddingSmallBar: string;
2597
- tabPaddingMediumBar: string;
2598
- tabPaddingLargeBar: string;
2599
- tabGapSmallCard: string;
2600
- tabGapMediumCard: string;
2601
- tabGapLargeCard: string;
2602
- tabPaddingSmallCard: string;
2603
- tabPaddingMediumCard: string;
2604
- tabPaddingLargeCard: string;
2605
- tabPaddingSmallSegment: string;
2606
- tabPaddingMediumSegment: string;
2607
- tabPaddingLargeSegment: string;
2608
- tabGapSmallSegment: string;
2609
- tabGapMediumSegment: string;
2610
- tabGapLargeSegment: string;
2611
- panePaddingSmall: string;
2612
- panePaddingMedium: string;
2613
- panePaddingLarge: string;
2614
- closeSize: string;
2615
- closeIconSize: string;
2616
- }, any>>>;
2617
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2618
- colorSegment: string;
2619
- tabFontSizeCard: string;
2620
- tabTextColorLine: string;
2621
- tabTextColorActiveLine: string;
2622
- tabTextColorHoverLine: string;
2623
- tabTextColorDisabledLine: string;
2624
- tabTextColorSegment: string;
2625
- tabTextColorActiveSegment: string;
2626
- tabTextColorHoverSegment: string;
2627
- tabTextColorDisabledSegment: string;
2628
- tabTextColorBar: string;
2629
- tabTextColorActiveBar: string;
2630
- tabTextColorHoverBar: string;
2631
- tabTextColorDisabledBar: string;
2632
- tabTextColorCard: string;
2633
- tabTextColorHoverCard: string;
2634
- tabTextColorActiveCard: string;
2635
- tabTextColorDisabledCard: string;
2636
- barColor: string;
2637
- closeIconColor: string;
2638
- closeIconColorHover: string;
2639
- closeIconColorPressed: string;
2640
- closeColorHover: string;
2641
- closeColorPressed: string;
2642
- closeBorderRadius: string;
2643
- tabColor: string;
2644
- tabColorSegment: string;
2645
- tabBorderColor: string;
2646
- tabFontWeightActive: string;
2647
- tabFontWeight: string;
2648
- tabBorderRadius: string;
2649
- paneTextColor: string;
2650
- fontWeightStrong: string;
2651
- tabFontSizeSmall: string;
2652
- tabFontSizeMedium: string;
2653
- tabFontSizeLarge: string;
2654
- tabGapSmallLine: string;
2655
- tabGapMediumLine: string;
2656
- tabGapLargeLine: string;
2657
- tabPaddingSmallLine: string;
2658
- tabPaddingMediumLine: string;
2659
- tabPaddingLargeLine: string;
2660
- tabGapSmallBar: string;
2661
- tabGapMediumBar: string;
2662
- tabGapLargeBar: string;
2663
- tabPaddingSmallBar: string;
2664
- tabPaddingMediumBar: string;
2665
- tabPaddingLargeBar: string;
2666
- tabGapSmallCard: string;
2667
- tabGapMediumCard: string;
2668
- tabGapLargeCard: string;
2669
- tabPaddingSmallCard: string;
2670
- tabPaddingMediumCard: string;
2671
- tabPaddingLargeCard: string;
2672
- tabPaddingSmallSegment: string;
2673
- tabPaddingMediumSegment: string;
2674
- tabPaddingLargeSegment: string;
2675
- tabGapSmallSegment: string;
2676
- tabGapMediumSegment: string;
2677
- tabGapLargeSegment: string;
2678
- panePaddingSmall: string;
2679
- panePaddingMedium: string;
2680
- panePaddingLarge: string;
2681
- closeSize: string;
2682
- closeIconSize: string;
2683
- }, any>>>;
2684
- }, {
2685
- syncBarPosition: () => void;
2686
- mergedClsPrefix: import("vue").ComputedRef<string>;
2687
- mergedValue: import("vue").ComputedRef<string | number | null>;
2688
- renderedNames: Set<string | number>;
2689
- tabsRailElRef: import("vue").Ref<HTMLElement | null>;
2690
- tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
2691
- tabsElRef: import("vue").Ref<HTMLElement | null>;
2692
- barElRef: import("vue").Ref<HTMLElement | null>;
2693
- addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
2694
- xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
2695
- $: import("vue").ComponentInternalInstance;
2696
- $data: {};
2697
- $props: {};
2698
- $attrs: {
2699
- [x: string]: unknown;
2700
- };
2701
- $refs: {
2702
- [x: string]: unknown;
2703
- };
2704
- $slots: Readonly<{
2705
- [name: string]: import("vue").Slot | undefined;
2706
- }>;
2707
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2708
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2709
- $emit: (event: string, ...args: any[]) => void;
2710
- $el: any;
2711
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
2712
- beforeCreate?: (() => void) | (() => void)[] | undefined;
2713
- created?: (() => void) | (() => void)[] | undefined;
2714
- beforeMount?: (() => void) | (() => void)[] | undefined;
2715
- mounted?: (() => void) | (() => void)[] | undefined;
2716
- beforeUpdate?: (() => void) | (() => void)[] | undefined;
2717
- updated?: (() => void) | (() => void)[] | undefined;
2718
- activated?: (() => void) | (() => void)[] | undefined;
2719
- deactivated?: (() => void) | (() => void)[] | undefined;
2720
- beforeDestroy?: (() => void) | (() => void)[] | undefined;
2721
- beforeUnmount?: (() => void) | (() => void)[] | undefined;
2722
- destroyed?: (() => void) | (() => void)[] | undefined;
2723
- unmounted?: (() => void) | (() => void)[] | undefined;
2724
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
2725
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
2726
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
2727
- };
2728
- $forceUpdate: () => void;
2729
- $nextTick: typeof import("vue").nextTick;
2730
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
2731
- } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
2732
- scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
2733
- addTabFixed: import("vue").Ref<boolean>;
2734
- tabWrapperStyle: import("vue").ComputedRef<{
2735
- display: string;
2736
- justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
2737
- } | undefined>;
2738
- handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
2739
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
2740
- handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
2741
- handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
2742
- cssVars: import("vue").ComputedRef<{
2743
- '--n-bezier': string;
2744
- '--n-color-segment': string;
2745
- '--n-bar-color': string;
2746
- '--n-tab-font-size': string;
2747
- '--n-tab-text-color': string;
2748
- '--n-tab-text-color-active': string;
2749
- '--n-tab-text-color-disabled': string;
2750
- '--n-tab-text-color-hover': string;
2751
- '--n-pane-text-color': string;
2752
- '--n-tab-border-color': string;
2753
- '--n-tab-border-radius': string;
2754
- '--n-close-size': string;
2755
- '--n-close-icon-size': string;
2756
- '--n-close-color-hover': string;
2757
- '--n-close-color-pressed': string;
2758
- '--n-close-border-radius': string;
2759
- '--n-close-icon-color': string;
2760
- '--n-close-icon-color-hover': string;
2761
- '--n-close-icon-color-pressed': string;
2762
- '--n-tab-color': string;
2763
- '--n-tab-font-weight': string;
2764
- '--n-tab-font-weight-active': string;
2765
- '--n-tab-padding': string;
2766
- '--n-tab-gap': string;
2767
- '--n-pane-padding': string;
2768
- '--n-font-weight-strong': string;
2769
- '--n-tab-color-segment': string;
2770
- }> | undefined;
2771
- themeClass: import("vue").Ref<string> | undefined;
2772
- animationDirection: import("vue").Ref<"prev" | "next">;
2773
- renderNameListRef: {
2774
- value: (string | number)[];
2775
- };
2776
- onAnimationBeforeLeave: (el: HTMLElement) => void;
2777
- onAnimationEnter: (el: HTMLElement) => void;
2778
- onAnimationAfterEnter: () => void;
2779
- onRender: (() => void) | undefined;
2780
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2781
- readonly value: import("vue").PropType<string | number>;
2782
- readonly defaultValue: import("vue").PropType<string | number>;
2783
- readonly trigger: {
2784
- readonly type: import("vue").PropType<"click" | "hover">;
2785
- readonly default: "click";
2786
- };
2787
- readonly type: {
2788
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
2789
- readonly default: "bar";
2790
- };
2791
- readonly closable: BooleanConstructor;
2792
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
2793
- readonly size: {
2794
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
2795
- readonly default: "medium";
2796
- };
2797
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2798
- readonly barWidth: NumberConstructor;
2799
- readonly paneClass: StringConstructor;
2800
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2801
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
2802
- readonly tabsPadding: {
2803
- readonly type: NumberConstructor;
2804
- readonly default: 0;
2805
- };
2806
- readonly animated: BooleanConstructor;
2807
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
2808
- readonly onAdd: import("vue").PropType<() => void>;
2809
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2810
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2811
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
2812
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
2813
- readonly activeName: import("vue").PropType<string | number>;
2814
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
2815
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
2816
- colorSegment: string;
2817
- tabFontSizeCard: string;
2818
- tabTextColorLine: string;
2819
- tabTextColorActiveLine: string;
2820
- tabTextColorHoverLine: string;
2821
- tabTextColorDisabledLine: string;
2822
- tabTextColorSegment: string;
2823
- tabTextColorActiveSegment: string;
2824
- tabTextColorHoverSegment: string;
2825
- tabTextColorDisabledSegment: string;
2826
- tabTextColorBar: string;
2827
- tabTextColorActiveBar: string;
2828
- tabTextColorHoverBar: string;
2829
- tabTextColorDisabledBar: string;
2830
- tabTextColorCard: string;
2831
- tabTextColorHoverCard: string;
2832
- tabTextColorActiveCard: string;
2833
- tabTextColorDisabledCard: string;
2834
- barColor: string;
2835
- closeIconColor: string;
2836
- closeIconColorHover: string;
2837
- closeIconColorPressed: string;
2838
- closeColorHover: string;
2839
- closeColorPressed: string;
2840
- closeBorderRadius: string;
2841
- tabColor: string;
2842
- tabColorSegment: string;
2843
- tabBorderColor: string;
2844
- tabFontWeightActive: string;
2845
- tabFontWeight: string;
2846
- tabBorderRadius: string;
2847
- paneTextColor: string;
2848
- fontWeightStrong: string;
2849
- tabFontSizeSmall: string;
2850
- tabFontSizeMedium: string;
2851
- tabFontSizeLarge: string;
2852
- tabGapSmallLine: string;
2853
- tabGapMediumLine: string;
2854
- tabGapLargeLine: string;
2855
- tabPaddingSmallLine: string;
2856
- tabPaddingMediumLine: string;
2857
- tabPaddingLargeLine: string;
2858
- tabGapSmallBar: string;
2859
- tabGapMediumBar: string;
2860
- tabGapLargeBar: string;
2861
- tabPaddingSmallBar: string;
2862
- tabPaddingMediumBar: string;
2863
- tabPaddingLargeBar: string;
2864
- tabGapSmallCard: string;
2865
- tabGapMediumCard: string;
2866
- tabGapLargeCard: string;
2867
- tabPaddingSmallCard: string;
2868
- tabPaddingMediumCard: string;
2869
- tabPaddingLargeCard: string;
2870
- tabPaddingSmallSegment: string;
2871
- tabPaddingMediumSegment: string;
2872
- tabPaddingLargeSegment: string;
2873
- tabGapSmallSegment: string;
2874
- tabGapMediumSegment: string;
2875
- tabGapLargeSegment: string;
2876
- panePaddingSmall: string;
2877
- panePaddingMedium: string;
2878
- panePaddingLarge: string;
2879
- closeSize: string;
2880
- closeIconSize: string;
2881
- }, any>>;
2882
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2883
- colorSegment: string;
2884
- tabFontSizeCard: string;
2885
- tabTextColorLine: string;
2886
- tabTextColorActiveLine: string;
2887
- tabTextColorHoverLine: string;
2888
- tabTextColorDisabledLine: string;
2889
- tabTextColorSegment: string;
2890
- tabTextColorActiveSegment: string;
2891
- tabTextColorHoverSegment: string;
2892
- tabTextColorDisabledSegment: string;
2893
- tabTextColorBar: string;
2894
- tabTextColorActiveBar: string;
2895
- tabTextColorHoverBar: string;
2896
- tabTextColorDisabledBar: string;
2897
- tabTextColorCard: string;
2898
- tabTextColorHoverCard: string;
2899
- tabTextColorActiveCard: string;
2900
- tabTextColorDisabledCard: string;
2901
- barColor: string;
2902
- closeIconColor: string;
2903
- closeIconColorHover: string;
2904
- closeIconColorPressed: string;
2905
- closeColorHover: string;
2906
- closeColorPressed: string;
2907
- closeBorderRadius: string;
2908
- tabColor: string;
2909
- tabColorSegment: string;
2910
- tabBorderColor: string;
2911
- tabFontWeightActive: string;
2912
- tabFontWeight: string;
2913
- tabBorderRadius: string;
2914
- paneTextColor: string;
2915
- fontWeightStrong: string;
2916
- tabFontSizeSmall: string;
2917
- tabFontSizeMedium: string;
2918
- tabFontSizeLarge: string;
2919
- tabGapSmallLine: string;
2920
- tabGapMediumLine: string;
2921
- tabGapLargeLine: string;
2922
- tabPaddingSmallLine: string;
2923
- tabPaddingMediumLine: string;
2924
- tabPaddingLargeLine: string;
2925
- tabGapSmallBar: string;
2926
- tabGapMediumBar: string;
2927
- tabGapLargeBar: string;
2928
- tabPaddingSmallBar: string;
2929
- tabPaddingMediumBar: string;
2930
- tabPaddingLargeBar: string;
2931
- tabGapSmallCard: string;
2932
- tabGapMediumCard: string;
2933
- tabGapLargeCard: string;
2934
- tabPaddingSmallCard: string;
2935
- tabPaddingMediumCard: string;
2936
- tabPaddingLargeCard: string;
2937
- tabPaddingSmallSegment: string;
2938
- tabPaddingMediumSegment: string;
2939
- tabPaddingLargeSegment: string;
2940
- tabGapSmallSegment: string;
2941
- tabGapMediumSegment: string;
2942
- tabGapLargeSegment: string;
2943
- panePaddingSmall: string;
2944
- panePaddingMedium: string;
2945
- panePaddingLarge: string;
2946
- closeSize: string;
2947
- closeIconSize: string;
2948
- }, any>>>;
2949
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2950
- colorSegment: string;
2951
- tabFontSizeCard: string;
2952
- tabTextColorLine: string;
2953
- tabTextColorActiveLine: string;
2954
- tabTextColorHoverLine: string;
2955
- tabTextColorDisabledLine: string;
2956
- tabTextColorSegment: string;
2957
- tabTextColorActiveSegment: string;
2958
- tabTextColorHoverSegment: string;
2959
- tabTextColorDisabledSegment: string;
2960
- tabTextColorBar: string;
2961
- tabTextColorActiveBar: string;
2962
- tabTextColorHoverBar: string;
2963
- tabTextColorDisabledBar: string;
2964
- tabTextColorCard: string;
2965
- tabTextColorHoverCard: string;
2966
- tabTextColorActiveCard: string;
2967
- tabTextColorDisabledCard: string;
2968
- barColor: string;
2969
- closeIconColor: string;
2970
- closeIconColorHover: string;
2971
- closeIconColorPressed: string;
2972
- closeColorHover: string;
2973
- closeColorPressed: string;
2974
- closeBorderRadius: string;
2975
- tabColor: string;
2976
- tabColorSegment: string;
2977
- tabBorderColor: string;
2978
- tabFontWeightActive: string;
2979
- tabFontWeight: string;
2980
- tabBorderRadius: string;
2981
- paneTextColor: string;
2982
- fontWeightStrong: string;
2983
- tabFontSizeSmall: string;
2984
- tabFontSizeMedium: string;
2985
- tabFontSizeLarge: string;
2986
- tabGapSmallLine: string;
2987
- tabGapMediumLine: string;
2988
- tabGapLargeLine: string;
2989
- tabPaddingSmallLine: string;
2990
- tabPaddingMediumLine: string;
2991
- tabPaddingLargeLine: string;
2992
- tabGapSmallBar: string;
2993
- tabGapMediumBar: string;
2994
- tabGapLargeBar: string;
2995
- tabPaddingSmallBar: string;
2996
- tabPaddingMediumBar: string;
2997
- tabPaddingLargeBar: string;
2998
- tabGapSmallCard: string;
2999
- tabGapMediumCard: string;
3000
- tabGapLargeCard: string;
3001
- tabPaddingSmallCard: string;
3002
- tabPaddingMediumCard: string;
3003
- tabPaddingLargeCard: string;
3004
- tabPaddingSmallSegment: string;
3005
- tabPaddingMediumSegment: string;
3006
- tabPaddingLargeSegment: string;
3007
- tabGapSmallSegment: string;
3008
- tabGapMediumSegment: string;
3009
- tabGapLargeSegment: string;
3010
- panePaddingSmall: string;
3011
- panePaddingMedium: string;
3012
- panePaddingLarge: string;
3013
- closeSize: string;
3014
- closeIconSize: string;
3015
- }, any>>>;
3016
- }>>, {
3017
- readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
3018
- readonly size: "small" | "medium" | "large";
3019
- readonly closable: boolean;
3020
- readonly trigger: "click" | "hover";
3021
- readonly animated: boolean;
3022
- readonly tabsPadding: number;
3023
- }>;
3024
- NConfigProvider: import("vue").DefineComponent<{
3025
- readonly abstract: BooleanConstructor;
3026
- readonly bordered: {
3027
- readonly type: import("vue").PropType<boolean | undefined>;
3028
- readonly default: undefined;
3029
- };
3030
- readonly clsPrefix: StringConstructor;
3031
- readonly locale: import("vue").PropType<{
3032
- name: string;
3033
- global: {
3034
- undo: string;
3035
- redo: string;
3036
- confirm: string;
3037
- };
3038
- Popconfirm: {
3039
- positiveText: string;
3040
- negativeText: string;
3041
- };
3042
- Cascader: {
3043
- placeholder: string;
3044
- loading: string;
3045
- loadingRequiredMessage: (label: string) => string;
3046
- };
3047
- Time: {
3048
- dateFormat: string;
3049
- dateTimeFormat: string;
3050
- };
3051
- DatePicker: {
3052
- yearFormat: string;
3053
- monthFormat: string;
3054
- dayFormat: string;
3055
- yearTypeFormat: string;
3056
- monthTypeFormat: string;
3057
- dateFormat: string;
3058
- dateTimeFormat: string;
3059
- quarterFormat: string;
3060
- clear: string;
3061
- now: string;
3062
- confirm: string;
3063
- selectTime: string;
3064
- selectDate: string;
3065
- datePlaceholder: string;
3066
- datetimePlaceholder: string;
3067
- monthPlaceholder: string;
3068
- yearPlaceholder: string;
3069
- quarterPlaceholder: string;
3070
- startDatePlaceholder: string;
3071
- endDatePlaceholder: string;
3072
- startDatetimePlaceholder: string;
3073
- endDatetimePlaceholder: string;
3074
- startMonthPlaceholder: string;
3075
- endMonthPlaceholder: string;
3076
- monthBeforeYear: boolean;
3077
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
3078
- today: string;
3079
- };
3080
- DataTable: {
3081
- checkTableAll: string;
3082
- uncheckTableAll: string;
3083
- confirm: string;
3084
- clear: string;
3085
- };
3086
- LegacyTransfer: {
3087
- sourceTitle: string;
3088
- targetTitle: string;
3089
- };
3090
- Transfer: {
3091
- selectAll: string;
3092
- unselectAll: string;
3093
- clearAll: string;
3094
- total: (num: number) => string;
3095
- selected: (num: number) => string;
3096
- };
3097
- Empty: {
3098
- description: string;
3099
- };
3100
- Select: {
3101
- placeholder: string;
3102
- };
3103
- TimePicker: {
3104
- placeholder: string;
3105
- positiveText: string;
3106
- negativeText: string;
3107
- now: string;
3108
- };
3109
- Pagination: {
3110
- goto: string;
3111
- selectionSuffix: string;
3112
- };
3113
- DynamicTags: {
3114
- add: string;
3115
- };
3116
- Log: {
3117
- loading: string;
3118
- };
3119
- Input: {
3120
- placeholder: string;
3121
- };
3122
- InputNumber: {
3123
- placeholder: string;
3124
- };
3125
- DynamicInput: {
3126
- create: string;
3127
- };
3128
- ThemeEditor: {
3129
- title: string;
3130
- clearAllVars: string;
3131
- clearSearch: string;
3132
- filterCompName: string;
3133
- filterVarName: string;
3134
- import: string;
3135
- export: string;
3136
- restore: string;
3137
- };
3138
- Image: {
3139
- tipPrevious: string;
3140
- tipNext: string;
3141
- tipCounterclockwise: string;
3142
- tipClockwise: string;
3143
- tipZoomOut: string;
3144
- tipZoomIn: string;
3145
- tipClose: string;
3146
- tipOriginalSize: string;
3147
- };
3148
- } | null>;
3149
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
3150
- readonly namespace: StringConstructor;
3151
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
3152
- readonly tag: {
3153
- readonly type: StringConstructor;
3154
- readonly default: "div";
3155
- };
3156
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
3157
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
3158
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
3159
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
3160
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
3161
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
3162
- readonly preflightStyleDisabled: BooleanConstructor;
3163
- readonly inlineThemeDisabled: {
3164
- readonly type: BooleanConstructor;
3165
- readonly default: undefined;
3166
- };
3167
- readonly as: {
3168
- readonly type: import("vue").PropType<string | undefined>;
3169
- readonly validator: () => boolean;
3170
- readonly default: undefined;
3171
- };
3172
- }, {
3173
- mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
3174
- mergedBordered: import("vue").ComputedRef<boolean | undefined>;
3175
- mergedNamespace: import("vue").ComputedRef<string | undefined>;
3176
- mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
3177
- mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
3178
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3179
- readonly abstract: BooleanConstructor;
3180
- readonly bordered: {
3181
- readonly type: import("vue").PropType<boolean | undefined>;
3182
- readonly default: undefined;
3183
- };
3184
- readonly clsPrefix: StringConstructor;
3185
- readonly locale: import("vue").PropType<{
3186
- name: string;
3187
- global: {
3188
- undo: string;
3189
- redo: string;
3190
- confirm: string;
3191
- };
3192
- Popconfirm: {
3193
- positiveText: string;
3194
- negativeText: string;
3195
- };
3196
- Cascader: {
3197
- placeholder: string;
3198
- loading: string;
3199
- loadingRequiredMessage: (label: string) => string;
3200
- };
3201
- Time: {
3202
- dateFormat: string;
3203
- dateTimeFormat: string;
3204
- };
3205
- DatePicker: {
3206
- yearFormat: string;
3207
- monthFormat: string;
3208
- dayFormat: string;
3209
- yearTypeFormat: string;
3210
- monthTypeFormat: string;
3211
- dateFormat: string;
3212
- dateTimeFormat: string;
3213
- quarterFormat: string;
3214
- clear: string;
3215
- now: string;
3216
- confirm: string;
3217
- selectTime: string;
3218
- selectDate: string;
3219
- datePlaceholder: string;
3220
- datetimePlaceholder: string;
3221
- monthPlaceholder: string;
3222
- yearPlaceholder: string;
3223
- quarterPlaceholder: string;
3224
- startDatePlaceholder: string;
3225
- endDatePlaceholder: string;
3226
- startDatetimePlaceholder: string;
3227
- endDatetimePlaceholder: string;
3228
- startMonthPlaceholder: string;
3229
- endMonthPlaceholder: string;
3230
- monthBeforeYear: boolean;
3231
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
3232
- today: string;
3233
- };
3234
- DataTable: {
3235
- checkTableAll: string;
3236
- uncheckTableAll: string;
3237
- confirm: string;
3238
- clear: string;
3239
- };
3240
- LegacyTransfer: {
3241
- sourceTitle: string;
3242
- targetTitle: string;
3243
- };
3244
- Transfer: {
3245
- selectAll: string;
3246
- unselectAll: string;
3247
- clearAll: string;
3248
- total: (num: number) => string;
3249
- selected: (num: number) => string;
3250
- };
3251
- Empty: {
3252
- description: string;
3253
- };
3254
- Select: {
3255
- placeholder: string;
3256
- };
3257
- TimePicker: {
3258
- placeholder: string;
3259
- positiveText: string;
3260
- negativeText: string;
3261
- now: string;
3262
- };
3263
- Pagination: {
3264
- goto: string;
3265
- selectionSuffix: string;
3266
- };
3267
- DynamicTags: {
3268
- add: string;
3269
- };
3270
- Log: {
3271
- loading: string;
3272
- };
3273
- Input: {
3274
- placeholder: string;
3275
- };
3276
- InputNumber: {
3277
- placeholder: string;
3278
- };
3279
- DynamicInput: {
3280
- create: string;
3281
- };
3282
- ThemeEditor: {
3283
- title: string;
3284
- clearAllVars: string;
3285
- clearSearch: string;
3286
- filterCompName: string;
3287
- filterVarName: string;
3288
- import: string;
3289
- export: string;
3290
- restore: string;
3291
- };
3292
- Image: {
3293
- tipPrevious: string;
3294
- tipNext: string;
3295
- tipCounterclockwise: string;
3296
- tipClockwise: string;
3297
- tipZoomOut: string;
3298
- tipZoomIn: string;
3299
- tipClose: string;
3300
- tipOriginalSize: string;
3301
- };
3302
- } | null>;
3303
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
3304
- readonly namespace: StringConstructor;
3305
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
3306
- readonly tag: {
3307
- readonly type: StringConstructor;
3308
- readonly default: "div";
3309
- };
3310
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
3311
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
3312
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
3313
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
3314
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
3315
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
3316
- readonly preflightStyleDisabled: BooleanConstructor;
3317
- readonly inlineThemeDisabled: {
3318
- readonly type: BooleanConstructor;
3319
- readonly default: undefined;
3320
- };
3321
- readonly as: {
3322
- readonly type: import("vue").PropType<string | undefined>;
3323
- readonly validator: () => boolean;
3324
- readonly default: undefined;
3325
- };
3326
- }>>, {
3327
- readonly abstract: boolean;
3328
- readonly tag: string;
3329
- readonly as: string | undefined;
3330
- readonly bordered: boolean | undefined;
3331
- readonly preflightStyleDisabled: boolean;
3332
- readonly inlineThemeDisabled: boolean;
2182
+ readonly displayDirective: "if" | "show" | "show:lazy";
3333
2183
  }>;
2184
+ NTabs: any;
2185
+ NConfigProvider: any;
3334
2186
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3335
2187
  fieldList: {
3336
2188
  type: import("vue").PropType<FieldItem[]>;