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