@pitcher/js-api 1.25.1 → 1.26.0-beta.10

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 (103) hide show
  1. package/impact-js-api.spec.json +15 -0
  2. package/js-api.esm.js +343 -2
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
  7. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -2
  8. package/lib/apps/browser/stores/api.d.ts +22 -1
  9. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
  10. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
  11. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
  12. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
  13. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
  14. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +30 -0
  15. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +76 -0
  16. package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +21 -0
  17. package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +11 -0
  18. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +4 -0
  19. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +87 -8
  20. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +4 -4
  21. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
  22. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
  23. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
  24. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
  25. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  26. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +368 -202
  27. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +30 -2
  28. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  29. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +28 -0
  30. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +7 -9
  31. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  32. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +18 -18
  33. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  34. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -6
  35. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
  36. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  37. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
  38. package/lib/apps/canvas-builder/types/canvas.d.ts +20 -2
  39. package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -4
  40. package/lib/apps/canvas-selector/stores/app.d.ts +14 -14
  41. package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
  42. package/lib/apps/content-selector/components/Content.vue.d.ts +2 -2
  43. package/lib/components/CCarousel/CCarousel.vue.d.ts +98 -20
  44. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
  45. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
  46. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +3 -3
  47. package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
  48. package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
  49. package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
  50. package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +2 -2
  51. package/lib/components/CImage/CImage.vue.d.ts +99 -20
  52. package/lib/components/CInput/CInput.vue.d.ts +148 -36
  53. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +288 -80
  54. package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
  55. package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
  56. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
  57. package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
  58. package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
  59. package/lib/components/CTags/CTags.vue.d.ts +290 -38
  60. package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
  61. package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
  62. package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
  63. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +108 -30
  64. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +2 -0
  65. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
  66. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -4
  67. package/lib/constants/cdp.const.d.ts +3 -0
  68. package/lib/main.lib.d.ts +5 -0
  69. package/lib/sdk/api/HighLevelApi.d.ts +7 -0
  70. package/lib/sdk/api/modules/query.d.ts +153 -1
  71. package/lib/sdk/interfaces.d.ts +4 -1
  72. package/lib/sdk/main.d.ts +22 -0
  73. package/lib/sdk/payload.types.d.ts +116 -0
  74. package/lib/sdk/peer-connectivity/index.d.ts +3 -0
  75. package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +13 -0
  76. package/lib/sdk/peer-connectivity/peerConnectivity.d.ts +3 -0
  77. package/lib/sdk/peer-connectivity/peerConnectivity.types.d.ts +35 -0
  78. package/lib/theme/light.d.ts +113 -8
  79. package/lib/types/app.d.ts +7 -0
  80. package/lib/types/canvases.d.ts +2 -0
  81. package/lib/types/instanceSettings.types.d.ts +1 -0
  82. package/lib/types/launchDarkly.types.d.ts +1 -1
  83. package/lib/types/organizationSettings.types.d.ts +3 -0
  84. package/lib/util/app.util.d.ts +46 -0
  85. package/lib/util/handlebars.d.ts +35 -0
  86. package/npm-cache/_cacache/content-v2/sha512/3e/27/b4826de89487d07340c5facfb59a809827e65850e472a2d853f7f72dbfc2b4ce5b453253d8c1b11077f5dccb02ea418d8708e7f3f52f756f276b663740a3 +0 -0
  87. package/npm-cache/_cacache/content-v2/sha512/64/5a/421e053f6177ae9816e985e900126bd7808f16ec0cc5f58c3e082c79c37d1610e6d493c0b99e4d09224e84ad12bcefb46b8f4cabd04d0f397fa8a5b999e3 +0 -0
  88. package/npm-cache/_cacache/index-v5/ef/db/1a303888dee96dbf0872b6eb0b16af940d57c22846114d55ac441140c1a2 +3 -0
  89. package/npm-cache/_logs/2025-12-12T08_06_50_883Z-debug-0.log +1194 -0
  90. package/npm-cache/_logs/2025-12-12T08_20_34_296Z-debug-0.log +1218 -0
  91. package/package.json +1 -1
  92. package/types/openapi/models/Account.d.ts +1 -1
  93. package/types/openapi/models/AccountRequest.d.ts +1 -1
  94. package/types/openapi/models/DeletedFolder.d.ts +1 -0
  95. package/types/openapi/models/Folder.d.ts +1 -0
  96. package/types/openapi/models/FolderCreate.d.ts +3 -0
  97. package/types/openapi/models/FolderFile.d.ts +2 -0
  98. package/types/openapi/models/FolderRetrieve.d.ts +4 -0
  99. package/types/openapi/models/FolderUpdate.d.ts +3 -0
  100. package/types/openapi/models/InstanceMembershipUser.d.ts +1 -0
  101. package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
  102. package/types/openapi/models/User.d.ts +4 -1
  103. /package/lib/apps/canvas-builder/components/{ui/SectionList/SectionSearch.vue.d.ts → container/Search/Search.vue.d.ts} +0 -0
@@ -114,7 +114,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
114
114
  arrowOffsetVertical: string;
115
115
  arrowHeight: string;
116
116
  padding: string;
117
- }, any>>;
117
+ }, {
118
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
119
+ height: string;
120
+ width: string;
121
+ borderRadius: string;
122
+ color: string;
123
+ colorHover: string;
124
+ railInsetHorizontalBottom: string;
125
+ railInsetHorizontalTop: string;
126
+ railInsetVerticalRight: string;
127
+ railInsetVerticalLeft: string;
128
+ railColor: string;
129
+ }, any>;
130
+ }>>;
118
131
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
119
132
  fontSize: string;
120
133
  borderRadius: string;
@@ -128,7 +141,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
128
141
  arrowOffsetVertical: string;
129
142
  arrowHeight: string;
130
143
  padding: string;
131
- }, any>>>;
144
+ }, {
145
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
146
+ height: string;
147
+ width: string;
148
+ borderRadius: string;
149
+ color: string;
150
+ colorHover: string;
151
+ railInsetHorizontalBottom: string;
152
+ railInsetHorizontalTop: string;
153
+ railInsetVerticalRight: string;
154
+ railInsetVerticalLeft: string;
155
+ railColor: string;
156
+ }, any>;
157
+ }>>>;
132
158
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
133
159
  fontSize: string;
134
160
  borderRadius: string;
@@ -142,7 +168,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
142
168
  arrowOffsetVertical: string;
143
169
  arrowHeight: string;
144
170
  padding: string;
145
- }, any>>>;
171
+ }, {
172
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
173
+ height: string;
174
+ width: string;
175
+ borderRadius: string;
176
+ color: string;
177
+ colorHover: string;
178
+ railInsetHorizontalBottom: string;
179
+ railInsetHorizontalTop: string;
180
+ railInsetVerticalRight: string;
181
+ railInsetVerticalLeft: string;
182
+ railColor: string;
183
+ }, any>;
184
+ }>>>;
146
185
  }>> & Readonly<{}>, {
147
186
  binderInstRef: import('vue').Ref<{
148
187
  targetRef: HTMLElement | null;
@@ -162,30 +201,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
162
201
  handleBlur: () => void;
163
202
  syncPosition: () => void;
164
203
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
165
- to: string | boolean | HTMLElement;
166
204
  disabled: boolean;
167
- show: boolean | undefined;
168
- flip: boolean;
169
- width: number | "trigger";
170
- duration: number;
171
205
  raw: boolean;
206
+ to: string | boolean | HTMLElement;
172
207
  placement: import('naive-ui').PopoverPlacement;
173
- overlap: boolean;
174
- scrollable: boolean;
175
- trigger: import('naive-ui').PopoverTrigger;
208
+ width: number | "trigger";
209
+ show: boolean | undefined;
176
210
  showArrow: boolean;
211
+ trigger: import('naive-ui').PopoverTrigger;
212
+ arrow: boolean | undefined;
213
+ defaultShow: boolean;
177
214
  delay: number;
215
+ duration: number;
178
216
  arrowPointToCenter: boolean;
179
217
  displayDirective: "show" | "if";
218
+ flip: boolean;
219
+ animated: boolean;
220
+ overlap: boolean;
180
221
  keepAliveOnHover: boolean;
222
+ scrollable: boolean;
181
223
  internalDeactivateImmediately: boolean;
182
- animated: boolean;
183
- internalTrapFocus: boolean;
184
- defaultShow: boolean;
185
224
  internalSyncTargetWithParent: boolean;
186
225
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
226
+ internalTrapFocus: boolean;
187
227
  internalExtraClass: string[];
188
- arrow: boolean | undefined;
189
228
  }, true, {}, import('vue').SlotsType<import('naive-ui').PopoverSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
190
229
  P: {};
191
230
  B: {};
@@ -299,7 +338,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
299
338
  arrowOffsetVertical: string;
300
339
  arrowHeight: string;
301
340
  padding: string;
302
- }, any>>;
341
+ }, {
342
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
343
+ height: string;
344
+ width: string;
345
+ borderRadius: string;
346
+ color: string;
347
+ colorHover: string;
348
+ railInsetHorizontalBottom: string;
349
+ railInsetHorizontalTop: string;
350
+ railInsetVerticalRight: string;
351
+ railInsetVerticalLeft: string;
352
+ railColor: string;
353
+ }, any>;
354
+ }>>;
303
355
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
304
356
  fontSize: string;
305
357
  borderRadius: string;
@@ -313,7 +365,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
313
365
  arrowOffsetVertical: string;
314
366
  arrowHeight: string;
315
367
  padding: string;
316
- }, any>>>;
368
+ }, {
369
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
370
+ height: string;
371
+ width: string;
372
+ borderRadius: string;
373
+ color: string;
374
+ colorHover: string;
375
+ railInsetHorizontalBottom: string;
376
+ railInsetHorizontalTop: string;
377
+ railInsetVerticalRight: string;
378
+ railInsetVerticalLeft: string;
379
+ railColor: string;
380
+ }, any>;
381
+ }>>>;
317
382
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
318
383
  fontSize: string;
319
384
  borderRadius: string;
@@ -327,7 +392,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
327
392
  arrowOffsetVertical: string;
328
393
  arrowHeight: string;
329
394
  padding: string;
330
- }, any>>>;
395
+ }, {
396
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
397
+ height: string;
398
+ width: string;
399
+ borderRadius: string;
400
+ color: string;
401
+ colorHover: string;
402
+ railInsetHorizontalBottom: string;
403
+ railInsetHorizontalTop: string;
404
+ railInsetVerticalRight: string;
405
+ railInsetVerticalLeft: string;
406
+ railColor: string;
407
+ }, any>;
408
+ }>>>;
331
409
  }>> & Readonly<{}>, {
332
410
  binderInstRef: import('vue').Ref<{
333
411
  targetRef: HTMLElement | null;
@@ -347,30 +425,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
347
425
  handleBlur: () => void;
348
426
  syncPosition: () => void;
349
427
  }, {}, {}, {}, {
350
- to: string | boolean | HTMLElement;
351
428
  disabled: boolean;
352
- show: boolean | undefined;
353
- flip: boolean;
354
- width: number | "trigger";
355
- duration: number;
356
429
  raw: boolean;
430
+ to: string | boolean | HTMLElement;
357
431
  placement: import('naive-ui').PopoverPlacement;
358
- overlap: boolean;
359
- scrollable: boolean;
360
- trigger: import('naive-ui').PopoverTrigger;
432
+ width: number | "trigger";
433
+ show: boolean | undefined;
361
434
  showArrow: boolean;
435
+ trigger: import('naive-ui').PopoverTrigger;
436
+ arrow: boolean | undefined;
437
+ defaultShow: boolean;
362
438
  delay: number;
439
+ duration: number;
363
440
  arrowPointToCenter: boolean;
364
441
  displayDirective: "show" | "if";
442
+ flip: boolean;
443
+ animated: boolean;
444
+ overlap: boolean;
365
445
  keepAliveOnHover: boolean;
446
+ scrollable: boolean;
366
447
  internalDeactivateImmediately: boolean;
367
- animated: boolean;
368
- internalTrapFocus: boolean;
369
- defaultShow: boolean;
370
448
  internalSyncTargetWithParent: boolean;
371
449
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
450
+ internalTrapFocus: boolean;
372
451
  internalExtraClass: string[];
373
- arrow: boolean | undefined;
374
452
  }> | null;
375
453
  formatterSelectRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
376
454
  readonly renderLabel: import('vue').PropType<import('naive-ui').TreeSelectRenderLabel>;
@@ -421,7 +499,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
421
499
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
422
500
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
423
501
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
424
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
502
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
425
503
  readonly bordered: {
426
504
  readonly type: BooleanConstructor;
427
505
  readonly default: true;
@@ -656,7 +734,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
656
734
  arrowOffsetVertical: string;
657
735
  arrowHeight: string;
658
736
  padding: string;
659
- }, any>;
737
+ }, {
738
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
739
+ height: string;
740
+ width: string;
741
+ borderRadius: string;
742
+ color: string;
743
+ colorHover: string;
744
+ railInsetHorizontalBottom: string;
745
+ railInsetHorizontalTop: string;
746
+ railInsetVerticalRight: string;
747
+ railInsetVerticalLeft: string;
748
+ railColor: string;
749
+ }, any>;
750
+ }>;
660
751
  }>;
661
752
  }>>;
662
753
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -829,7 +920,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
829
920
  arrowOffsetVertical: string;
830
921
  arrowHeight: string;
831
922
  padding: string;
832
- }, any>;
923
+ }, {
924
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
925
+ height: string;
926
+ width: string;
927
+ borderRadius: string;
928
+ color: string;
929
+ colorHover: string;
930
+ railInsetHorizontalBottom: string;
931
+ railInsetHorizontalTop: string;
932
+ railInsetVerticalRight: string;
933
+ railInsetVerticalLeft: string;
934
+ railColor: string;
935
+ }, any>;
936
+ }>;
833
937
  }>;
834
938
  }>>>;
835
939
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1002,7 +1106,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1002
1106
  arrowOffsetVertical: string;
1003
1107
  arrowHeight: string;
1004
1108
  padding: string;
1005
- }, any>;
1109
+ }, {
1110
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1111
+ height: string;
1112
+ width: string;
1113
+ borderRadius: string;
1114
+ color: string;
1115
+ colorHover: string;
1116
+ railInsetHorizontalBottom: string;
1117
+ railInsetHorizontalTop: string;
1118
+ railInsetVerticalRight: string;
1119
+ railInsetVerticalLeft: string;
1120
+ railColor: string;
1121
+ }, any>;
1122
+ }>;
1006
1123
  }>;
1007
1124
  }>>>;
1008
1125
  }>> & Readonly<{}>, {
@@ -1260,7 +1377,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1260
1377
  arrowOffsetVertical: string;
1261
1378
  arrowHeight: string;
1262
1379
  padding: string;
1263
- }, any>;
1380
+ }, {
1381
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1382
+ height: string;
1383
+ width: string;
1384
+ borderRadius: string;
1385
+ color: string;
1386
+ colorHover: string;
1387
+ railInsetHorizontalBottom: string;
1388
+ railInsetHorizontalTop: string;
1389
+ railInsetVerticalRight: string;
1390
+ railInsetVerticalLeft: string;
1391
+ railColor: string;
1392
+ }, any>;
1393
+ }>;
1264
1394
  }>;
1265
1395
  };
1266
1396
  peerOverrides: {
@@ -1345,7 +1475,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1345
1475
  arrowOffsetVertical: string;
1346
1476
  arrowHeight: string;
1347
1477
  padding: string;
1348
- }, any>> | undefined;
1478
+ }, {
1479
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1480
+ height: string;
1481
+ width: string;
1482
+ borderRadius: string;
1483
+ color: string;
1484
+ colorHover: string;
1485
+ railInsetHorizontalBottom: string;
1486
+ railInsetHorizontalTop: string;
1487
+ railInsetVerticalRight: string;
1488
+ railInsetVerticalLeft: string;
1489
+ railColor: string;
1490
+ }, any>;
1491
+ }>> | undefined;
1349
1492
  } | undefined;
1350
1493
  } | undefined;
1351
1494
  };
@@ -1378,35 +1521,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1378
1521
  blur: () => void;
1379
1522
  blurInput: () => void;
1380
1523
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1381
- readonly options: TreeSelectOption[];
1382
- readonly to: string | boolean | HTMLElement;
1383
1524
  readonly disabled: boolean | undefined;
1384
- readonly show: boolean | undefined;
1385
- readonly separator: string;
1386
- readonly multiple: boolean;
1387
- readonly loading: boolean;
1388
1525
  readonly bordered: boolean;
1526
+ readonly to: string | boolean | HTMLElement;
1527
+ readonly clearable: boolean;
1528
+ readonly defaultValue: string | number | (string | number)[] | null;
1529
+ readonly loading: boolean;
1389
1530
  readonly placement: import('naive-ui').PopoverPlacement;
1390
- readonly keyField: string;
1391
- readonly labelField: string;
1392
- readonly virtualScroll: boolean;
1393
- readonly checkable: boolean;
1531
+ readonly options: TreeSelectOption[];
1532
+ readonly show: boolean | undefined;
1533
+ readonly separator: string;
1394
1534
  readonly defaultShow: boolean;
1535
+ readonly allowCheckingNotLoaded: boolean;
1536
+ readonly multiple: boolean;
1395
1537
  readonly filterable: boolean;
1396
- readonly clearable: boolean;
1538
+ readonly disabledField: string;
1397
1539
  readonly clearFilterAfterSelect: boolean;
1398
- readonly defaultValue: string | number | (string | number)[] | null;
1399
- readonly consistentMenuWidth: boolean;
1400
- readonly childrenField: string;
1401
- readonly defaultExpandAll: boolean;
1402
- readonly allowCheckingNotLoaded: boolean;
1403
1540
  readonly cascade: boolean;
1404
- readonly indent: number;
1405
- readonly checkStrategy: import('treemate').CheckStrategy;
1406
- readonly disabledField: string;
1407
1541
  readonly leafOnly: boolean;
1408
1542
  readonly showPath: boolean;
1543
+ readonly virtualScroll: boolean;
1544
+ readonly checkStrategy: import('treemate').CheckStrategy;
1545
+ readonly labelField: string;
1546
+ readonly childrenField: string;
1547
+ readonly consistentMenuWidth: boolean;
1548
+ readonly defaultExpandAll: boolean;
1549
+ readonly indent: number;
1550
+ readonly keyField: string;
1409
1551
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
1552
+ readonly checkable: boolean;
1410
1553
  }, true, {}, import('vue').SlotsType<import('naive-ui').TreeSelectSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1411
1554
  P: {};
1412
1555
  B: {};
@@ -1463,7 +1606,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1463
1606
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
1464
1607
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1465
1608
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1466
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
1609
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
1467
1610
  readonly bordered: {
1468
1611
  readonly type: BooleanConstructor;
1469
1612
  readonly default: true;
@@ -1698,7 +1841,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1698
1841
  arrowOffsetVertical: string;
1699
1842
  arrowHeight: string;
1700
1843
  padding: string;
1701
- }, any>;
1844
+ }, {
1845
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1846
+ height: string;
1847
+ width: string;
1848
+ borderRadius: string;
1849
+ color: string;
1850
+ colorHover: string;
1851
+ railInsetHorizontalBottom: string;
1852
+ railInsetHorizontalTop: string;
1853
+ railInsetVerticalRight: string;
1854
+ railInsetVerticalLeft: string;
1855
+ railColor: string;
1856
+ }, any>;
1857
+ }>;
1702
1858
  }>;
1703
1859
  }>>;
1704
1860
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1871,7 +2027,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1871
2027
  arrowOffsetVertical: string;
1872
2028
  arrowHeight: string;
1873
2029
  padding: string;
1874
- }, any>;
2030
+ }, {
2031
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2032
+ height: string;
2033
+ width: string;
2034
+ borderRadius: string;
2035
+ color: string;
2036
+ colorHover: string;
2037
+ railInsetHorizontalBottom: string;
2038
+ railInsetHorizontalTop: string;
2039
+ railInsetVerticalRight: string;
2040
+ railInsetVerticalLeft: string;
2041
+ railColor: string;
2042
+ }, any>;
2043
+ }>;
1875
2044
  }>;
1876
2045
  }>>>;
1877
2046
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -2044,7 +2213,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2044
2213
  arrowOffsetVertical: string;
2045
2214
  arrowHeight: string;
2046
2215
  padding: string;
2047
- }, any>;
2216
+ }, {
2217
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2218
+ height: string;
2219
+ width: string;
2220
+ borderRadius: string;
2221
+ color: string;
2222
+ colorHover: string;
2223
+ railInsetHorizontalBottom: string;
2224
+ railInsetHorizontalTop: string;
2225
+ railInsetVerticalRight: string;
2226
+ railInsetVerticalLeft: string;
2227
+ railColor: string;
2228
+ }, any>;
2229
+ }>;
2048
2230
  }>;
2049
2231
  }>>>;
2050
2232
  }>> & Readonly<{}>, {
@@ -2302,7 +2484,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2302
2484
  arrowOffsetVertical: string;
2303
2485
  arrowHeight: string;
2304
2486
  padding: string;
2305
- }, any>;
2487
+ }, {
2488
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2489
+ height: string;
2490
+ width: string;
2491
+ borderRadius: string;
2492
+ color: string;
2493
+ colorHover: string;
2494
+ railInsetHorizontalBottom: string;
2495
+ railInsetHorizontalTop: string;
2496
+ railInsetVerticalRight: string;
2497
+ railInsetVerticalLeft: string;
2498
+ railColor: string;
2499
+ }, any>;
2500
+ }>;
2306
2501
  }>;
2307
2502
  };
2308
2503
  peerOverrides: {
@@ -2387,7 +2582,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2387
2582
  arrowOffsetVertical: string;
2388
2583
  arrowHeight: string;
2389
2584
  padding: string;
2390
- }, any>> | undefined;
2585
+ }, {
2586
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2587
+ height: string;
2588
+ width: string;
2589
+ borderRadius: string;
2590
+ color: string;
2591
+ colorHover: string;
2592
+ railInsetHorizontalBottom: string;
2593
+ railInsetHorizontalTop: string;
2594
+ railInsetVerticalRight: string;
2595
+ railInsetVerticalLeft: string;
2596
+ railColor: string;
2597
+ }, any>;
2598
+ }>> | undefined;
2391
2599
  } | undefined;
2392
2600
  } | undefined;
2393
2601
  };
@@ -2420,35 +2628,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2420
2628
  blur: () => void;
2421
2629
  blurInput: () => void;
2422
2630
  }, {}, {}, {}, {
2423
- readonly options: TreeSelectOption[];
2424
- readonly to: string | boolean | HTMLElement;
2425
2631
  readonly disabled: boolean | undefined;
2426
- readonly show: boolean | undefined;
2427
- readonly separator: string;
2428
- readonly multiple: boolean;
2429
- readonly loading: boolean;
2430
2632
  readonly bordered: boolean;
2633
+ readonly to: string | boolean | HTMLElement;
2634
+ readonly clearable: boolean;
2635
+ readonly defaultValue: string | number | (string | number)[] | null;
2636
+ readonly loading: boolean;
2431
2637
  readonly placement: import('naive-ui').PopoverPlacement;
2432
- readonly keyField: string;
2433
- readonly labelField: string;
2434
- readonly virtualScroll: boolean;
2435
- readonly checkable: boolean;
2638
+ readonly options: TreeSelectOption[];
2639
+ readonly show: boolean | undefined;
2640
+ readonly separator: string;
2436
2641
  readonly defaultShow: boolean;
2642
+ readonly allowCheckingNotLoaded: boolean;
2643
+ readonly multiple: boolean;
2437
2644
  readonly filterable: boolean;
2438
- readonly clearable: boolean;
2645
+ readonly disabledField: string;
2439
2646
  readonly clearFilterAfterSelect: boolean;
2440
- readonly defaultValue: string | number | (string | number)[] | null;
2441
- readonly consistentMenuWidth: boolean;
2442
- readonly childrenField: string;
2443
- readonly defaultExpandAll: boolean;
2444
- readonly allowCheckingNotLoaded: boolean;
2445
2647
  readonly cascade: boolean;
2446
- readonly indent: number;
2447
- readonly checkStrategy: import('treemate').CheckStrategy;
2448
- readonly disabledField: string;
2449
2648
  readonly leafOnly: boolean;
2450
2649
  readonly showPath: boolean;
2650
+ readonly virtualScroll: boolean;
2651
+ readonly checkStrategy: import('treemate').CheckStrategy;
2652
+ readonly labelField: string;
2653
+ readonly childrenField: string;
2654
+ readonly consistentMenuWidth: boolean;
2655
+ readonly defaultExpandAll: boolean;
2656
+ readonly indent: number;
2657
+ readonly keyField: string;
2451
2658
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
2659
+ readonly checkable: boolean;
2452
2660
  }> | null;
2453
2661
  fieldSelectRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2454
2662
  readonly renderLabel: import('vue').PropType<import('naive-ui').TreeSelectRenderLabel>;
@@ -2499,7 +2707,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2499
2707
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
2500
2708
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
2501
2709
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
2502
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
2710
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
2503
2711
  readonly bordered: {
2504
2712
  readonly type: BooleanConstructor;
2505
2713
  readonly default: true;
@@ -2734,7 +2942,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2734
2942
  arrowOffsetVertical: string;
2735
2943
  arrowHeight: string;
2736
2944
  padding: string;
2737
- }, any>;
2945
+ }, {
2946
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2947
+ height: string;
2948
+ width: string;
2949
+ borderRadius: string;
2950
+ color: string;
2951
+ colorHover: string;
2952
+ railInsetHorizontalBottom: string;
2953
+ railInsetHorizontalTop: string;
2954
+ railInsetVerticalRight: string;
2955
+ railInsetVerticalLeft: string;
2956
+ railColor: string;
2957
+ }, any>;
2958
+ }>;
2738
2959
  }>;
2739
2960
  }>>;
2740
2961
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -2907,7 +3128,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2907
3128
  arrowOffsetVertical: string;
2908
3129
  arrowHeight: string;
2909
3130
  padding: string;
2910
- }, any>;
3131
+ }, {
3132
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3133
+ height: string;
3134
+ width: string;
3135
+ borderRadius: string;
3136
+ color: string;
3137
+ colorHover: string;
3138
+ railInsetHorizontalBottom: string;
3139
+ railInsetHorizontalTop: string;
3140
+ railInsetVerticalRight: string;
3141
+ railInsetVerticalLeft: string;
3142
+ railColor: string;
3143
+ }, any>;
3144
+ }>;
2911
3145
  }>;
2912
3146
  }>>>;
2913
3147
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -3080,7 +3314,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3080
3314
  arrowOffsetVertical: string;
3081
3315
  arrowHeight: string;
3082
3316
  padding: string;
3083
- }, any>;
3317
+ }, {
3318
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3319
+ height: string;
3320
+ width: string;
3321
+ borderRadius: string;
3322
+ color: string;
3323
+ colorHover: string;
3324
+ railInsetHorizontalBottom: string;
3325
+ railInsetHorizontalTop: string;
3326
+ railInsetVerticalRight: string;
3327
+ railInsetVerticalLeft: string;
3328
+ railColor: string;
3329
+ }, any>;
3330
+ }>;
3084
3331
  }>;
3085
3332
  }>>>;
3086
3333
  }>> & Readonly<{}>, {
@@ -3338,7 +3585,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3338
3585
  arrowOffsetVertical: string;
3339
3586
  arrowHeight: string;
3340
3587
  padding: string;
3341
- }, any>;
3588
+ }, {
3589
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3590
+ height: string;
3591
+ width: string;
3592
+ borderRadius: string;
3593
+ color: string;
3594
+ colorHover: string;
3595
+ railInsetHorizontalBottom: string;
3596
+ railInsetHorizontalTop: string;
3597
+ railInsetVerticalRight: string;
3598
+ railInsetVerticalLeft: string;
3599
+ railColor: string;
3600
+ }, any>;
3601
+ }>;
3342
3602
  }>;
3343
3603
  };
3344
3604
  peerOverrides: {
@@ -3423,7 +3683,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3423
3683
  arrowOffsetVertical: string;
3424
3684
  arrowHeight: string;
3425
3685
  padding: string;
3426
- }, any>> | undefined;
3686
+ }, {
3687
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3688
+ height: string;
3689
+ width: string;
3690
+ borderRadius: string;
3691
+ color: string;
3692
+ colorHover: string;
3693
+ railInsetHorizontalBottom: string;
3694
+ railInsetHorizontalTop: string;
3695
+ railInsetVerticalRight: string;
3696
+ railInsetVerticalLeft: string;
3697
+ railColor: string;
3698
+ }, any>;
3699
+ }>> | undefined;
3427
3700
  } | undefined;
3428
3701
  } | undefined;
3429
3702
  };
@@ -3456,35 +3729,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3456
3729
  blur: () => void;
3457
3730
  blurInput: () => void;
3458
3731
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
3459
- readonly options: TreeSelectOption[];
3460
- readonly to: string | boolean | HTMLElement;
3461
3732
  readonly disabled: boolean | undefined;
3462
- readonly show: boolean | undefined;
3463
- readonly separator: string;
3464
- readonly multiple: boolean;
3465
- readonly loading: boolean;
3466
3733
  readonly bordered: boolean;
3734
+ readonly to: string | boolean | HTMLElement;
3735
+ readonly clearable: boolean;
3736
+ readonly defaultValue: string | number | (string | number)[] | null;
3737
+ readonly loading: boolean;
3467
3738
  readonly placement: import('naive-ui').PopoverPlacement;
3468
- readonly keyField: string;
3469
- readonly labelField: string;
3470
- readonly virtualScroll: boolean;
3471
- readonly checkable: boolean;
3739
+ readonly options: TreeSelectOption[];
3740
+ readonly show: boolean | undefined;
3741
+ readonly separator: string;
3472
3742
  readonly defaultShow: boolean;
3743
+ readonly allowCheckingNotLoaded: boolean;
3744
+ readonly multiple: boolean;
3473
3745
  readonly filterable: boolean;
3474
- readonly clearable: boolean;
3746
+ readonly disabledField: string;
3475
3747
  readonly clearFilterAfterSelect: boolean;
3476
- readonly defaultValue: string | number | (string | number)[] | null;
3477
- readonly consistentMenuWidth: boolean;
3478
- readonly childrenField: string;
3479
- readonly defaultExpandAll: boolean;
3480
- readonly allowCheckingNotLoaded: boolean;
3481
3748
  readonly cascade: boolean;
3482
- readonly indent: number;
3483
- readonly checkStrategy: import('treemate').CheckStrategy;
3484
- readonly disabledField: string;
3485
3749
  readonly leafOnly: boolean;
3486
3750
  readonly showPath: boolean;
3751
+ readonly virtualScroll: boolean;
3752
+ readonly checkStrategy: import('treemate').CheckStrategy;
3753
+ readonly labelField: string;
3754
+ readonly childrenField: string;
3755
+ readonly consistentMenuWidth: boolean;
3756
+ readonly defaultExpandAll: boolean;
3757
+ readonly indent: number;
3758
+ readonly keyField: string;
3487
3759
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
3760
+ readonly checkable: boolean;
3488
3761
  }, true, {}, import('vue').SlotsType<import('naive-ui').TreeSelectSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3489
3762
  P: {};
3490
3763
  B: {};
@@ -3541,7 +3814,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3541
3814
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
3542
3815
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
3543
3816
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
3544
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
3817
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
3545
3818
  readonly bordered: {
3546
3819
  readonly type: BooleanConstructor;
3547
3820
  readonly default: true;
@@ -3776,7 +4049,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3776
4049
  arrowOffsetVertical: string;
3777
4050
  arrowHeight: string;
3778
4051
  padding: string;
3779
- }, any>;
4052
+ }, {
4053
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4054
+ height: string;
4055
+ width: string;
4056
+ borderRadius: string;
4057
+ color: string;
4058
+ colorHover: string;
4059
+ railInsetHorizontalBottom: string;
4060
+ railInsetHorizontalTop: string;
4061
+ railInsetVerticalRight: string;
4062
+ railInsetVerticalLeft: string;
4063
+ railColor: string;
4064
+ }, any>;
4065
+ }>;
3780
4066
  }>;
3781
4067
  }>>;
3782
4068
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -3949,7 +4235,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
3949
4235
  arrowOffsetVertical: string;
3950
4236
  arrowHeight: string;
3951
4237
  padding: string;
3952
- }, any>;
4238
+ }, {
4239
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4240
+ height: string;
4241
+ width: string;
4242
+ borderRadius: string;
4243
+ color: string;
4244
+ colorHover: string;
4245
+ railInsetHorizontalBottom: string;
4246
+ railInsetHorizontalTop: string;
4247
+ railInsetVerticalRight: string;
4248
+ railInsetVerticalLeft: string;
4249
+ railColor: string;
4250
+ }, any>;
4251
+ }>;
3953
4252
  }>;
3954
4253
  }>>>;
3955
4254
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -4122,7 +4421,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4122
4421
  arrowOffsetVertical: string;
4123
4422
  arrowHeight: string;
4124
4423
  padding: string;
4125
- }, any>;
4424
+ }, {
4425
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4426
+ height: string;
4427
+ width: string;
4428
+ borderRadius: string;
4429
+ color: string;
4430
+ colorHover: string;
4431
+ railInsetHorizontalBottom: string;
4432
+ railInsetHorizontalTop: string;
4433
+ railInsetVerticalRight: string;
4434
+ railInsetVerticalLeft: string;
4435
+ railColor: string;
4436
+ }, any>;
4437
+ }>;
4126
4438
  }>;
4127
4439
  }>>>;
4128
4440
  }>> & Readonly<{}>, {
@@ -4380,7 +4692,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4380
4692
  arrowOffsetVertical: string;
4381
4693
  arrowHeight: string;
4382
4694
  padding: string;
4383
- }, any>;
4695
+ }, {
4696
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4697
+ height: string;
4698
+ width: string;
4699
+ borderRadius: string;
4700
+ color: string;
4701
+ colorHover: string;
4702
+ railInsetHorizontalBottom: string;
4703
+ railInsetHorizontalTop: string;
4704
+ railInsetVerticalRight: string;
4705
+ railInsetVerticalLeft: string;
4706
+ railColor: string;
4707
+ }, any>;
4708
+ }>;
4384
4709
  }>;
4385
4710
  };
4386
4711
  peerOverrides: {
@@ -4465,7 +4790,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4465
4790
  arrowOffsetVertical: string;
4466
4791
  arrowHeight: string;
4467
4792
  padding: string;
4468
- }, any>> | undefined;
4793
+ }, {
4794
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4795
+ height: string;
4796
+ width: string;
4797
+ borderRadius: string;
4798
+ color: string;
4799
+ colorHover: string;
4800
+ railInsetHorizontalBottom: string;
4801
+ railInsetHorizontalTop: string;
4802
+ railInsetVerticalRight: string;
4803
+ railInsetVerticalLeft: string;
4804
+ railColor: string;
4805
+ }, any>;
4806
+ }>> | undefined;
4469
4807
  } | undefined;
4470
4808
  } | undefined;
4471
4809
  };
@@ -4498,35 +4836,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
4498
4836
  blur: () => void;
4499
4837
  blurInput: () => void;
4500
4838
  }, {}, {}, {}, {
4501
- readonly options: TreeSelectOption[];
4502
- readonly to: string | boolean | HTMLElement;
4503
4839
  readonly disabled: boolean | undefined;
4504
- readonly show: boolean | undefined;
4505
- readonly separator: string;
4506
- readonly multiple: boolean;
4507
- readonly loading: boolean;
4508
4840
  readonly bordered: boolean;
4841
+ readonly to: string | boolean | HTMLElement;
4842
+ readonly clearable: boolean;
4843
+ readonly defaultValue: string | number | (string | number)[] | null;
4844
+ readonly loading: boolean;
4509
4845
  readonly placement: import('naive-ui').PopoverPlacement;
4510
- readonly keyField: string;
4511
- readonly labelField: string;
4512
- readonly virtualScroll: boolean;
4513
- readonly checkable: boolean;
4846
+ readonly options: TreeSelectOption[];
4847
+ readonly show: boolean | undefined;
4848
+ readonly separator: string;
4514
4849
  readonly defaultShow: boolean;
4850
+ readonly allowCheckingNotLoaded: boolean;
4851
+ readonly multiple: boolean;
4515
4852
  readonly filterable: boolean;
4516
- readonly clearable: boolean;
4853
+ readonly disabledField: string;
4517
4854
  readonly clearFilterAfterSelect: boolean;
4518
- readonly defaultValue: string | number | (string | number)[] | null;
4519
- readonly consistentMenuWidth: boolean;
4520
- readonly childrenField: string;
4521
- readonly defaultExpandAll: boolean;
4522
- readonly allowCheckingNotLoaded: boolean;
4523
4855
  readonly cascade: boolean;
4524
- readonly indent: number;
4525
- readonly checkStrategy: import('treemate').CheckStrategy;
4526
- readonly disabledField: string;
4527
4856
  readonly leafOnly: boolean;
4528
4857
  readonly showPath: boolean;
4858
+ readonly virtualScroll: boolean;
4859
+ readonly checkStrategy: import('treemate').CheckStrategy;
4860
+ readonly labelField: string;
4861
+ readonly childrenField: string;
4862
+ readonly consistentMenuWidth: boolean;
4863
+ readonly defaultExpandAll: boolean;
4864
+ readonly indent: number;
4865
+ readonly keyField: string;
4529
4866
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
4867
+ readonly checkable: boolean;
4530
4868
  }> | null;
4531
4869
  }, any>;
4532
4870
  export default _default;