@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
@@ -123,7 +123,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
123
123
  arrowOffsetVertical: string;
124
124
  arrowHeight: string;
125
125
  padding: string;
126
- }, any>>;
126
+ }, {
127
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
128
+ height: string;
129
+ width: string;
130
+ borderRadius: string;
131
+ color: string;
132
+ colorHover: string;
133
+ railInsetHorizontalBottom: string;
134
+ railInsetHorizontalTop: string;
135
+ railInsetVerticalRight: string;
136
+ railInsetVerticalLeft: string;
137
+ railColor: string;
138
+ }, any>;
139
+ }>>;
127
140
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
128
141
  fontSize: string;
129
142
  borderRadius: string;
@@ -137,7 +150,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
137
150
  arrowOffsetVertical: string;
138
151
  arrowHeight: string;
139
152
  padding: string;
140
- }, any>>>;
153
+ }, {
154
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
155
+ height: string;
156
+ width: string;
157
+ borderRadius: string;
158
+ color: string;
159
+ colorHover: string;
160
+ railInsetHorizontalBottom: string;
161
+ railInsetHorizontalTop: string;
162
+ railInsetVerticalRight: string;
163
+ railInsetVerticalLeft: string;
164
+ railColor: string;
165
+ }, any>;
166
+ }>>>;
141
167
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
142
168
  fontSize: string;
143
169
  borderRadius: string;
@@ -151,7 +177,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
151
177
  arrowOffsetVertical: string;
152
178
  arrowHeight: string;
153
179
  padding: string;
154
- }, any>>>;
180
+ }, {
181
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
182
+ height: string;
183
+ width: string;
184
+ borderRadius: string;
185
+ color: string;
186
+ colorHover: string;
187
+ railInsetHorizontalBottom: string;
188
+ railInsetHorizontalTop: string;
189
+ railInsetVerticalRight: string;
190
+ railInsetVerticalLeft: string;
191
+ railColor: string;
192
+ }, any>;
193
+ }>>>;
155
194
  }>> & Readonly<{}>, {
156
195
  binderInstRef: import('vue').Ref<{
157
196
  targetRef: HTMLElement | null;
@@ -171,30 +210,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
171
210
  handleBlur: () => void;
172
211
  syncPosition: () => void;
173
212
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
174
- to: string | boolean | HTMLElement;
175
213
  disabled: boolean;
176
- show: boolean | undefined;
177
- flip: boolean;
178
- width: number | "trigger";
179
- duration: number;
180
214
  raw: boolean;
215
+ to: string | boolean | HTMLElement;
181
216
  placement: import('naive-ui').PopoverPlacement;
182
- overlap: boolean;
183
- scrollable: boolean;
184
- trigger: import('naive-ui').PopoverTrigger;
217
+ width: number | "trigger";
218
+ show: boolean | undefined;
185
219
  showArrow: boolean;
220
+ trigger: import('naive-ui').PopoverTrigger;
221
+ arrow: boolean | undefined;
222
+ defaultShow: boolean;
186
223
  delay: number;
224
+ duration: number;
187
225
  arrowPointToCenter: boolean;
188
226
  displayDirective: "show" | "if";
227
+ flip: boolean;
228
+ animated: boolean;
229
+ overlap: boolean;
189
230
  keepAliveOnHover: boolean;
231
+ scrollable: boolean;
190
232
  internalDeactivateImmediately: boolean;
191
- animated: boolean;
192
- internalTrapFocus: boolean;
193
- defaultShow: boolean;
194
233
  internalSyncTargetWithParent: boolean;
195
234
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
235
+ internalTrapFocus: boolean;
196
236
  internalExtraClass: string[];
197
- arrow: boolean | undefined;
198
237
  }, true, {}, import('vue').SlotsType<import('naive-ui').PopoverSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
199
238
  P: {};
200
239
  B: {};
@@ -308,7 +347,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
308
347
  arrowOffsetVertical: string;
309
348
  arrowHeight: string;
310
349
  padding: string;
311
- }, any>>;
350
+ }, {
351
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
352
+ height: string;
353
+ width: string;
354
+ borderRadius: string;
355
+ color: string;
356
+ colorHover: string;
357
+ railInsetHorizontalBottom: string;
358
+ railInsetHorizontalTop: string;
359
+ railInsetVerticalRight: string;
360
+ railInsetVerticalLeft: string;
361
+ railColor: string;
362
+ }, any>;
363
+ }>>;
312
364
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
313
365
  fontSize: string;
314
366
  borderRadius: string;
@@ -322,7 +374,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
322
374
  arrowOffsetVertical: string;
323
375
  arrowHeight: string;
324
376
  padding: string;
325
- }, any>>>;
377
+ }, {
378
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
379
+ height: string;
380
+ width: string;
381
+ borderRadius: string;
382
+ color: string;
383
+ colorHover: string;
384
+ railInsetHorizontalBottom: string;
385
+ railInsetHorizontalTop: string;
386
+ railInsetVerticalRight: string;
387
+ railInsetVerticalLeft: string;
388
+ railColor: string;
389
+ }, any>;
390
+ }>>>;
326
391
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
327
392
  fontSize: string;
328
393
  borderRadius: string;
@@ -336,7 +401,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
336
401
  arrowOffsetVertical: string;
337
402
  arrowHeight: string;
338
403
  padding: string;
339
- }, any>>>;
404
+ }, {
405
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
406
+ height: string;
407
+ width: string;
408
+ borderRadius: string;
409
+ color: string;
410
+ colorHover: string;
411
+ railInsetHorizontalBottom: string;
412
+ railInsetHorizontalTop: string;
413
+ railInsetVerticalRight: string;
414
+ railInsetVerticalLeft: string;
415
+ railColor: string;
416
+ }, any>;
417
+ }>>>;
340
418
  }>> & Readonly<{}>, {
341
419
  binderInstRef: import('vue').Ref<{
342
420
  targetRef: HTMLElement | null;
@@ -356,30 +434,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
356
434
  handleBlur: () => void;
357
435
  syncPosition: () => void;
358
436
  }, {}, {}, {}, {
359
- to: string | boolean | HTMLElement;
360
437
  disabled: boolean;
361
- show: boolean | undefined;
362
- flip: boolean;
363
- width: number | "trigger";
364
- duration: number;
365
438
  raw: boolean;
439
+ to: string | boolean | HTMLElement;
366
440
  placement: import('naive-ui').PopoverPlacement;
367
- overlap: boolean;
368
- scrollable: boolean;
369
- trigger: import('naive-ui').PopoverTrigger;
441
+ width: number | "trigger";
442
+ show: boolean | undefined;
370
443
  showArrow: boolean;
444
+ trigger: import('naive-ui').PopoverTrigger;
445
+ arrow: boolean | undefined;
446
+ defaultShow: boolean;
371
447
  delay: number;
448
+ duration: number;
372
449
  arrowPointToCenter: boolean;
373
450
  displayDirective: "show" | "if";
451
+ flip: boolean;
452
+ animated: boolean;
453
+ overlap: boolean;
374
454
  keepAliveOnHover: boolean;
455
+ scrollable: boolean;
375
456
  internalDeactivateImmediately: boolean;
376
- animated: boolean;
377
- internalTrapFocus: boolean;
378
- defaultShow: boolean;
379
457
  internalSyncTargetWithParent: boolean;
380
458
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
459
+ internalTrapFocus: boolean;
381
460
  internalExtraClass: string[];
382
- arrow: boolean | undefined;
383
461
  }> | null;
384
462
  treeSelectRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
385
463
  readonly renderLabel: import('vue').PropType<import('naive-ui').TreeSelectRenderLabel>;
@@ -430,7 +508,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
430
508
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
431
509
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
432
510
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
433
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
511
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
434
512
  readonly bordered: {
435
513
  readonly type: BooleanConstructor;
436
514
  readonly default: true;
@@ -665,7 +743,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
665
743
  arrowOffsetVertical: string;
666
744
  arrowHeight: string;
667
745
  padding: string;
668
- }, any>;
746
+ }, {
747
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
748
+ height: string;
749
+ width: string;
750
+ borderRadius: string;
751
+ color: string;
752
+ colorHover: string;
753
+ railInsetHorizontalBottom: string;
754
+ railInsetHorizontalTop: string;
755
+ railInsetVerticalRight: string;
756
+ railInsetVerticalLeft: string;
757
+ railColor: string;
758
+ }, any>;
759
+ }>;
669
760
  }>;
670
761
  }>>;
671
762
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -838,7 +929,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
838
929
  arrowOffsetVertical: string;
839
930
  arrowHeight: string;
840
931
  padding: string;
841
- }, any>;
932
+ }, {
933
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
934
+ height: string;
935
+ width: string;
936
+ borderRadius: string;
937
+ color: string;
938
+ colorHover: string;
939
+ railInsetHorizontalBottom: string;
940
+ railInsetHorizontalTop: string;
941
+ railInsetVerticalRight: string;
942
+ railInsetVerticalLeft: string;
943
+ railColor: string;
944
+ }, any>;
945
+ }>;
842
946
  }>;
843
947
  }>>>;
844
948
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1011,7 +1115,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1011
1115
  arrowOffsetVertical: string;
1012
1116
  arrowHeight: string;
1013
1117
  padding: string;
1014
- }, any>;
1118
+ }, {
1119
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1120
+ height: string;
1121
+ width: string;
1122
+ borderRadius: string;
1123
+ color: string;
1124
+ colorHover: string;
1125
+ railInsetHorizontalBottom: string;
1126
+ railInsetHorizontalTop: string;
1127
+ railInsetVerticalRight: string;
1128
+ railInsetVerticalLeft: string;
1129
+ railColor: string;
1130
+ }, any>;
1131
+ }>;
1015
1132
  }>;
1016
1133
  }>>>;
1017
1134
  }>> & Readonly<{}>, {
@@ -1269,7 +1386,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1269
1386
  arrowOffsetVertical: string;
1270
1387
  arrowHeight: string;
1271
1388
  padding: string;
1272
- }, any>;
1389
+ }, {
1390
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1391
+ height: string;
1392
+ width: string;
1393
+ borderRadius: string;
1394
+ color: string;
1395
+ colorHover: string;
1396
+ railInsetHorizontalBottom: string;
1397
+ railInsetHorizontalTop: string;
1398
+ railInsetVerticalRight: string;
1399
+ railInsetVerticalLeft: string;
1400
+ railColor: string;
1401
+ }, any>;
1402
+ }>;
1273
1403
  }>;
1274
1404
  };
1275
1405
  peerOverrides: {
@@ -1354,7 +1484,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1354
1484
  arrowOffsetVertical: string;
1355
1485
  arrowHeight: string;
1356
1486
  padding: string;
1357
- }, any>> | undefined;
1487
+ }, {
1488
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1489
+ height: string;
1490
+ width: string;
1491
+ borderRadius: string;
1492
+ color: string;
1493
+ colorHover: string;
1494
+ railInsetHorizontalBottom: string;
1495
+ railInsetHorizontalTop: string;
1496
+ railInsetVerticalRight: string;
1497
+ railInsetVerticalLeft: string;
1498
+ railColor: string;
1499
+ }, any>;
1500
+ }>> | undefined;
1358
1501
  } | undefined;
1359
1502
  } | undefined;
1360
1503
  };
@@ -1387,35 +1530,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1387
1530
  blur: () => void;
1388
1531
  blurInput: () => void;
1389
1532
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1390
- readonly options: import('naive-ui').TreeSelectOption[];
1391
- readonly to: string | boolean | HTMLElement;
1392
1533
  readonly disabled: boolean | undefined;
1393
- readonly show: boolean | undefined;
1394
- readonly separator: string;
1395
- readonly multiple: boolean;
1396
- readonly loading: boolean;
1397
1534
  readonly bordered: boolean;
1535
+ readonly to: string | boolean | HTMLElement;
1536
+ readonly clearable: boolean;
1537
+ readonly defaultValue: string | number | (string | number)[] | null;
1538
+ readonly loading: boolean;
1398
1539
  readonly placement: import('naive-ui').PopoverPlacement;
1399
- readonly keyField: string;
1400
- readonly labelField: string;
1401
- readonly virtualScroll: boolean;
1402
- readonly checkable: boolean;
1540
+ readonly options: import('naive-ui').TreeSelectOption[];
1541
+ readonly show: boolean | undefined;
1542
+ readonly separator: string;
1403
1543
  readonly defaultShow: boolean;
1544
+ readonly allowCheckingNotLoaded: boolean;
1545
+ readonly multiple: boolean;
1404
1546
  readonly filterable: boolean;
1405
- readonly clearable: boolean;
1547
+ readonly disabledField: string;
1406
1548
  readonly clearFilterAfterSelect: boolean;
1407
- readonly defaultValue: string | number | (string | number)[] | null;
1408
- readonly consistentMenuWidth: boolean;
1409
- readonly childrenField: string;
1410
- readonly defaultExpandAll: boolean;
1411
- readonly allowCheckingNotLoaded: boolean;
1412
1549
  readonly cascade: boolean;
1413
- readonly indent: number;
1414
- readonly checkStrategy: import('treemate').CheckStrategy;
1415
- readonly disabledField: string;
1416
1550
  readonly leafOnly: boolean;
1417
1551
  readonly showPath: boolean;
1552
+ readonly virtualScroll: boolean;
1553
+ readonly checkStrategy: import('treemate').CheckStrategy;
1554
+ readonly labelField: string;
1555
+ readonly childrenField: string;
1556
+ readonly consistentMenuWidth: boolean;
1557
+ readonly defaultExpandAll: boolean;
1558
+ readonly indent: number;
1559
+ readonly keyField: string;
1418
1560
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
1561
+ readonly checkable: boolean;
1419
1562
  }, true, {}, import('vue').SlotsType<import('naive-ui').TreeSelectSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1420
1563
  P: {};
1421
1564
  B: {};
@@ -1472,7 +1615,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1472
1615
  readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
1473
1616
  readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1474
1617
  readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1475
- readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree').TreeOverrideNodeClickBehavior>;
1618
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui/es/tree-select').TreeSelectOverrideNodeClickBehavior>;
1476
1619
  readonly bordered: {
1477
1620
  readonly type: BooleanConstructor;
1478
1621
  readonly default: true;
@@ -1707,7 +1850,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1707
1850
  arrowOffsetVertical: string;
1708
1851
  arrowHeight: string;
1709
1852
  padding: string;
1710
- }, any>;
1853
+ }, {
1854
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1855
+ height: string;
1856
+ width: string;
1857
+ borderRadius: string;
1858
+ color: string;
1859
+ colorHover: string;
1860
+ railInsetHorizontalBottom: string;
1861
+ railInsetHorizontalTop: string;
1862
+ railInsetVerticalRight: string;
1863
+ railInsetVerticalLeft: string;
1864
+ railColor: string;
1865
+ }, any>;
1866
+ }>;
1711
1867
  }>;
1712
1868
  }>>;
1713
1869
  readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -1880,7 +2036,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
1880
2036
  arrowOffsetVertical: string;
1881
2037
  arrowHeight: string;
1882
2038
  padding: string;
1883
- }, any>;
2039
+ }, {
2040
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2041
+ height: string;
2042
+ width: string;
2043
+ borderRadius: string;
2044
+ color: string;
2045
+ colorHover: string;
2046
+ railInsetHorizontalBottom: string;
2047
+ railInsetHorizontalTop: string;
2048
+ railInsetVerticalRight: string;
2049
+ railInsetVerticalLeft: string;
2050
+ railColor: string;
2051
+ }, any>;
2052
+ }>;
1884
2053
  }>;
1885
2054
  }>>>;
1886
2055
  readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"TreeSelect", {
@@ -2053,7 +2222,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2053
2222
  arrowOffsetVertical: string;
2054
2223
  arrowHeight: string;
2055
2224
  padding: string;
2056
- }, any>;
2225
+ }, {
2226
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2227
+ height: string;
2228
+ width: string;
2229
+ borderRadius: string;
2230
+ color: string;
2231
+ colorHover: string;
2232
+ railInsetHorizontalBottom: string;
2233
+ railInsetHorizontalTop: string;
2234
+ railInsetVerticalRight: string;
2235
+ railInsetVerticalLeft: string;
2236
+ railColor: string;
2237
+ }, any>;
2238
+ }>;
2057
2239
  }>;
2058
2240
  }>>>;
2059
2241
  }>> & Readonly<{}>, {
@@ -2311,7 +2493,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2311
2493
  arrowOffsetVertical: string;
2312
2494
  arrowHeight: string;
2313
2495
  padding: string;
2314
- }, any>;
2496
+ }, {
2497
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2498
+ height: string;
2499
+ width: string;
2500
+ borderRadius: string;
2501
+ color: string;
2502
+ colorHover: string;
2503
+ railInsetHorizontalBottom: string;
2504
+ railInsetHorizontalTop: string;
2505
+ railInsetVerticalRight: string;
2506
+ railInsetVerticalLeft: string;
2507
+ railColor: string;
2508
+ }, any>;
2509
+ }>;
2315
2510
  }>;
2316
2511
  };
2317
2512
  peerOverrides: {
@@ -2396,7 +2591,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2396
2591
  arrowOffsetVertical: string;
2397
2592
  arrowHeight: string;
2398
2593
  padding: string;
2399
- }, any>> | undefined;
2594
+ }, {
2595
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2596
+ height: string;
2597
+ width: string;
2598
+ borderRadius: string;
2599
+ color: string;
2600
+ colorHover: string;
2601
+ railInsetHorizontalBottom: string;
2602
+ railInsetHorizontalTop: string;
2603
+ railInsetVerticalRight: string;
2604
+ railInsetVerticalLeft: string;
2605
+ railColor: string;
2606
+ }, any>;
2607
+ }>> | undefined;
2400
2608
  } | undefined;
2401
2609
  } | undefined;
2402
2610
  };
@@ -2429,35 +2637,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
2429
2637
  blur: () => void;
2430
2638
  blurInput: () => void;
2431
2639
  }, {}, {}, {}, {
2432
- readonly options: import('naive-ui').TreeSelectOption[];
2433
- readonly to: string | boolean | HTMLElement;
2434
2640
  readonly disabled: boolean | undefined;
2435
- readonly show: boolean | undefined;
2436
- readonly separator: string;
2437
- readonly multiple: boolean;
2438
- readonly loading: boolean;
2439
2641
  readonly bordered: boolean;
2642
+ readonly to: string | boolean | HTMLElement;
2643
+ readonly clearable: boolean;
2644
+ readonly defaultValue: string | number | (string | number)[] | null;
2645
+ readonly loading: boolean;
2440
2646
  readonly placement: import('naive-ui').PopoverPlacement;
2441
- readonly keyField: string;
2442
- readonly labelField: string;
2443
- readonly virtualScroll: boolean;
2444
- readonly checkable: boolean;
2647
+ readonly options: import('naive-ui').TreeSelectOption[];
2648
+ readonly show: boolean | undefined;
2649
+ readonly separator: string;
2445
2650
  readonly defaultShow: boolean;
2651
+ readonly allowCheckingNotLoaded: boolean;
2652
+ readonly multiple: boolean;
2446
2653
  readonly filterable: boolean;
2447
- readonly clearable: boolean;
2654
+ readonly disabledField: string;
2448
2655
  readonly clearFilterAfterSelect: boolean;
2449
- readonly defaultValue: string | number | (string | number)[] | null;
2450
- readonly consistentMenuWidth: boolean;
2451
- readonly childrenField: string;
2452
- readonly defaultExpandAll: boolean;
2453
- readonly allowCheckingNotLoaded: boolean;
2454
2656
  readonly cascade: boolean;
2455
- readonly indent: number;
2456
- readonly checkStrategy: import('treemate').CheckStrategy;
2457
- readonly disabledField: string;
2458
2657
  readonly leafOnly: boolean;
2459
2658
  readonly showPath: boolean;
2659
+ readonly virtualScroll: boolean;
2660
+ readonly checkStrategy: import('treemate').CheckStrategy;
2661
+ readonly labelField: string;
2662
+ readonly childrenField: string;
2663
+ readonly consistentMenuWidth: boolean;
2664
+ readonly defaultExpandAll: boolean;
2665
+ readonly indent: number;
2666
+ readonly keyField: string;
2460
2667
  readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
2668
+ readonly checkable: boolean;
2461
2669
  }> | null;
2462
2670
  }, any>;
2463
2671
  export default _default;