@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
@@ -132,7 +132,20 @@ declare const _default: import('vue').DefineComponent<Props, {
132
132
  arrowOffsetVertical: string;
133
133
  arrowHeight: string;
134
134
  padding: string;
135
- }, any>>;
135
+ }, {
136
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
137
+ height: string;
138
+ width: string;
139
+ borderRadius: string;
140
+ color: string;
141
+ colorHover: string;
142
+ railInsetHorizontalBottom: string;
143
+ railInsetHorizontalTop: string;
144
+ railInsetVerticalRight: string;
145
+ railInsetVerticalLeft: string;
146
+ railColor: string;
147
+ }, any>;
148
+ }>>;
136
149
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
137
150
  fontSize: string;
138
151
  borderRadius: string;
@@ -146,7 +159,20 @@ declare const _default: import('vue').DefineComponent<Props, {
146
159
  arrowOffsetVertical: string;
147
160
  arrowHeight: string;
148
161
  padding: string;
149
- }, any>>>;
162
+ }, {
163
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
164
+ height: string;
165
+ width: string;
166
+ borderRadius: string;
167
+ color: string;
168
+ colorHover: string;
169
+ railInsetHorizontalBottom: string;
170
+ railInsetHorizontalTop: string;
171
+ railInsetVerticalRight: string;
172
+ railInsetVerticalLeft: string;
173
+ railColor: string;
174
+ }, any>;
175
+ }>>>;
150
176
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
151
177
  fontSize: string;
152
178
  borderRadius: string;
@@ -160,7 +186,20 @@ declare const _default: import('vue').DefineComponent<Props, {
160
186
  arrowOffsetVertical: string;
161
187
  arrowHeight: string;
162
188
  padding: string;
163
- }, any>>>;
189
+ }, {
190
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
191
+ height: string;
192
+ width: string;
193
+ borderRadius: string;
194
+ color: string;
195
+ colorHover: string;
196
+ railInsetHorizontalBottom: string;
197
+ railInsetHorizontalTop: string;
198
+ railInsetVerticalRight: string;
199
+ railInsetVerticalLeft: string;
200
+ railColor: string;
201
+ }, any>;
202
+ }>>>;
164
203
  }>> & Readonly<{}>, {
165
204
  binderInstRef: import('vue').Ref<{
166
205
  targetRef: HTMLElement | null;
@@ -180,30 +219,30 @@ declare const _default: import('vue').DefineComponent<Props, {
180
219
  handleBlur: () => void;
181
220
  syncPosition: () => void;
182
221
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
183
- to: string | boolean | HTMLElement;
184
222
  disabled: boolean;
185
- show: boolean | undefined;
186
- flip: boolean;
187
- width: number | "trigger";
188
- duration: number;
189
223
  raw: boolean;
224
+ to: string | boolean | HTMLElement;
190
225
  placement: PopoverPlacement;
191
- overlap: boolean;
192
- scrollable: boolean;
193
- trigger: import('naive-ui').PopoverTrigger;
226
+ width: number | "trigger";
227
+ show: boolean | undefined;
194
228
  showArrow: boolean;
229
+ trigger: import('naive-ui').PopoverTrigger;
230
+ arrow: boolean | undefined;
231
+ defaultShow: boolean;
195
232
  delay: number;
233
+ duration: number;
196
234
  arrowPointToCenter: boolean;
197
235
  displayDirective: "show" | "if";
236
+ flip: boolean;
237
+ animated: boolean;
238
+ overlap: boolean;
198
239
  keepAliveOnHover: boolean;
240
+ scrollable: boolean;
199
241
  internalDeactivateImmediately: boolean;
200
- animated: boolean;
201
- internalTrapFocus: boolean;
202
- defaultShow: boolean;
203
242
  internalSyncTargetWithParent: boolean;
204
243
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
244
+ internalTrapFocus: boolean;
205
245
  internalExtraClass: string[];
206
- arrow: boolean | undefined;
207
246
  }, true, {}, import('vue').SlotsType<import('naive-ui').PopoverSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
208
247
  P: {};
209
248
  B: {};
@@ -317,7 +356,20 @@ declare const _default: import('vue').DefineComponent<Props, {
317
356
  arrowOffsetVertical: string;
318
357
  arrowHeight: string;
319
358
  padding: string;
320
- }, any>>;
359
+ }, {
360
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
361
+ height: string;
362
+ width: string;
363
+ borderRadius: string;
364
+ color: string;
365
+ colorHover: string;
366
+ railInsetHorizontalBottom: string;
367
+ railInsetHorizontalTop: string;
368
+ railInsetVerticalRight: string;
369
+ railInsetVerticalLeft: string;
370
+ railColor: string;
371
+ }, any>;
372
+ }>>;
321
373
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
322
374
  fontSize: string;
323
375
  borderRadius: string;
@@ -331,7 +383,20 @@ declare const _default: import('vue').DefineComponent<Props, {
331
383
  arrowOffsetVertical: string;
332
384
  arrowHeight: string;
333
385
  padding: string;
334
- }, any>>>;
386
+ }, {
387
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
388
+ height: string;
389
+ width: string;
390
+ borderRadius: string;
391
+ color: string;
392
+ colorHover: string;
393
+ railInsetHorizontalBottom: string;
394
+ railInsetHorizontalTop: string;
395
+ railInsetVerticalRight: string;
396
+ railInsetVerticalLeft: string;
397
+ railColor: string;
398
+ }, any>;
399
+ }>>>;
335
400
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
336
401
  fontSize: string;
337
402
  borderRadius: string;
@@ -345,7 +410,20 @@ declare const _default: import('vue').DefineComponent<Props, {
345
410
  arrowOffsetVertical: string;
346
411
  arrowHeight: string;
347
412
  padding: string;
348
- }, any>>>;
413
+ }, {
414
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
415
+ height: string;
416
+ width: string;
417
+ borderRadius: string;
418
+ color: string;
419
+ colorHover: string;
420
+ railInsetHorizontalBottom: string;
421
+ railInsetHorizontalTop: string;
422
+ railInsetVerticalRight: string;
423
+ railInsetVerticalLeft: string;
424
+ railColor: string;
425
+ }, any>;
426
+ }>>>;
349
427
  }>> & Readonly<{}>, {
350
428
  binderInstRef: import('vue').Ref<{
351
429
  targetRef: HTMLElement | null;
@@ -365,30 +443,30 @@ declare const _default: import('vue').DefineComponent<Props, {
365
443
  handleBlur: () => void;
366
444
  syncPosition: () => void;
367
445
  }, {}, {}, {}, {
368
- to: string | boolean | HTMLElement;
369
446
  disabled: boolean;
370
- show: boolean | undefined;
371
- flip: boolean;
372
- width: number | "trigger";
373
- duration: number;
374
447
  raw: boolean;
448
+ to: string | boolean | HTMLElement;
375
449
  placement: PopoverPlacement;
376
- overlap: boolean;
377
- scrollable: boolean;
378
- trigger: import('naive-ui').PopoverTrigger;
450
+ width: number | "trigger";
451
+ show: boolean | undefined;
379
452
  showArrow: boolean;
453
+ trigger: import('naive-ui').PopoverTrigger;
454
+ arrow: boolean | undefined;
455
+ defaultShow: boolean;
380
456
  delay: number;
457
+ duration: number;
381
458
  arrowPointToCenter: boolean;
382
459
  displayDirective: "show" | "if";
460
+ flip: boolean;
461
+ animated: boolean;
462
+ overlap: boolean;
383
463
  keepAliveOnHover: boolean;
464
+ scrollable: boolean;
384
465
  internalDeactivateImmediately: boolean;
385
- animated: boolean;
386
- internalTrapFocus: boolean;
387
- defaultShow: boolean;
388
466
  internalSyncTargetWithParent: boolean;
389
467
  internalInheritedEventHandlers: import('naive-ui/es/popover/src/Popover').TriggerEventHandlers[];
468
+ internalTrapFocus: boolean;
390
469
  internalExtraClass: string[];
391
- arrow: boolean | undefined;
392
470
  }> | null;
393
471
  }, HTMLDivElement>;
394
472
  export default _default;
@@ -39,6 +39,7 @@ type __VLS_Props = {
39
39
  folderFetcher?: (params: {
40
40
  folder_id?: string | null;
41
41
  entity: CoreFolderEntityType;
42
+ tags__not_in?: string;
42
43
  }) => Promise<any>;
43
44
  onItemsMove?: (params: {
44
45
  target_folder_id: string;
@@ -47,6 +48,7 @@ type __VLS_Props = {
47
48
  }) => Promise<void>;
48
49
  hideConvert?: boolean;
49
50
  isAnyTypeOfAdmin?: boolean;
51
+ excludedTags?: string[];
50
52
  };
51
53
  declare function __VLS_template(): {
52
54
  attrs: Partial<{}>;
@@ -222,7 +222,20 @@ declare const _default: import('vue').DefineComponent<{
222
222
  arrowOffsetVertical: string;
223
223
  arrowHeight: string;
224
224
  padding: string;
225
- }, any>;
225
+ }, {
226
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
227
+ height: string;
228
+ width: string;
229
+ borderRadius: string;
230
+ color: string;
231
+ colorHover: string;
232
+ railInsetHorizontalBottom: string;
233
+ railInsetHorizontalTop: string;
234
+ railInsetVerticalRight: string;
235
+ railInsetVerticalLeft: string;
236
+ railColor: string;
237
+ }, any>;
238
+ }>;
226
239
  }>;
227
240
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
228
241
  optionFontSizeTiny: string;
@@ -363,7 +376,20 @@ declare const _default: import('vue').DefineComponent<{
363
376
  arrowOffsetVertical: string;
364
377
  arrowHeight: string;
365
378
  padding: string;
366
- }, any>;
379
+ }, {
380
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
381
+ height: string;
382
+ width: string;
383
+ borderRadius: string;
384
+ color: string;
385
+ colorHover: string;
386
+ railInsetHorizontalBottom: string;
387
+ railInsetHorizontalTop: string;
388
+ railInsetVerticalRight: string;
389
+ railInsetVerticalLeft: string;
390
+ railColor: string;
391
+ }, any>;
392
+ }>;
367
393
  }>;
368
394
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
369
395
  optionFontSizeTiny: string;
@@ -504,7 +530,20 @@ declare const _default: import('vue').DefineComponent<{
504
530
  arrowOffsetVertical: string;
505
531
  arrowHeight: string;
506
532
  padding: string;
507
- }, any>;
533
+ }, {
534
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
535
+ height: string;
536
+ width: string;
537
+ borderRadius: string;
538
+ color: string;
539
+ colorHover: string;
540
+ railInsetHorizontalBottom: string;
541
+ railInsetHorizontalTop: string;
542
+ railInsetVerticalRight: string;
543
+ railInsetVerticalLeft: string;
544
+ railColor: string;
545
+ }, any>;
546
+ }>;
508
547
  }>;
509
548
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
510
549
  optionFontSizeTiny: string;
@@ -616,7 +655,7 @@ declare const _default: import('vue').DefineComponent<{
616
655
  uncontrolledShow: import('vue').Ref<boolean, boolean>;
617
656
  mergedShow: import('vue').ComputedRef<boolean>;
618
657
  adjustedTo: import('vue').ComputedRef<string | HTMLElement>;
619
- uncontrolledValue: import('vue').Ref<string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom | import('naive-ui/es/select/src/interface').ValueAtom[] | null, string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
658
+ uncontrolledValue: import('vue').Ref<import('naive-ui/es/select/src/interface').ValueAtom | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null, string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
620
659
  mergedValue: import('vue').ComputedRef<string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
621
660
  followerRef: import('vue').Ref<{
622
661
  syncPosition: () => void;
@@ -626,7 +665,7 @@ declare const _default: import('vue').DefineComponent<{
626
665
  localizedPlaceholder: import('vue').ComputedRef<string>;
627
666
  selectedOption: import('vue').ComputedRef<SelectOption | null>;
628
667
  selectedOptions: import('vue').ComputedRef<SelectOption[] | null>;
629
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
668
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
630
669
  mergedDisabled: import('vue').ComputedRef<boolean>;
631
670
  focused: import('vue').Ref<boolean, boolean>;
632
671
  activeWithoutMenuOpen: import('vue').Ref<boolean, boolean>;
@@ -724,7 +763,20 @@ declare const _default: import('vue').DefineComponent<{
724
763
  arrowOffsetVertical: string;
725
764
  arrowHeight: string;
726
765
  padding: string;
727
- }, any>;
766
+ }, {
767
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
768
+ height: string;
769
+ width: string;
770
+ borderRadius: string;
771
+ color: string;
772
+ colorHover: string;
773
+ railInsetHorizontalBottom: string;
774
+ railInsetHorizontalTop: string;
775
+ railInsetVerticalRight: string;
776
+ railInsetVerticalLeft: string;
777
+ railColor: string;
778
+ }, any>;
779
+ }>;
728
780
  }>;
729
781
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
730
782
  optionFontSizeTiny: string;
@@ -810,7 +862,20 @@ declare const _default: import('vue').DefineComponent<{
810
862
  arrowOffsetVertical: string;
811
863
  arrowHeight: string;
812
864
  padding: string;
813
- }, any>> | undefined;
865
+ }, {
866
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
867
+ height: string;
868
+ width: string;
869
+ borderRadius: string;
870
+ color: string;
871
+ colorHover: string;
872
+ railInsetHorizontalBottom: string;
873
+ railInsetHorizontalTop: string;
874
+ railInsetVerticalRight: string;
875
+ railInsetVerticalLeft: string;
876
+ railColor: string;
877
+ }, any>;
878
+ }>> | undefined;
814
879
  } | undefined;
815
880
  } | undefined;
816
881
  InternalSelectMenu?: {
@@ -856,34 +921,34 @@ declare const _default: import('vue').DefineComponent<{
856
921
  focusInput: () => void;
857
922
  blurInput: () => void;
858
923
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
859
- readonly options: import('naive-ui/es/select/src/interface').SelectMixedOption[];
860
- readonly tag: boolean;
861
- readonly to: string | boolean | HTMLElement;
862
924
  readonly disabled: boolean | undefined;
863
- readonly show: boolean | undefined;
864
- readonly multiple: boolean;
865
- readonly loading: boolean;
866
925
  readonly bordered: boolean | undefined;
926
+ readonly to: string | boolean | HTMLElement;
927
+ readonly clearable: boolean;
928
+ readonly defaultValue: import('naive-ui/es/select/src/interface').Value | null;
929
+ readonly loading: boolean;
867
930
  readonly placement: import('naive-ui').PopoverPlacement;
868
- readonly labelField: string;
869
- readonly showCheckmark: boolean;
870
- readonly virtualScroll: boolean;
871
- readonly valueField: string;
872
- readonly resetMenuOnOptionsChange: boolean;
931
+ readonly options: import('naive-ui/es/select/src/interface').SelectMixedOption[];
932
+ readonly show: boolean | undefined;
933
+ readonly keyboard: boolean;
934
+ readonly tag: boolean;
873
935
  readonly showArrow: boolean;
874
936
  readonly displayDirective: "show" | "if";
937
+ readonly multiple: boolean;
875
938
  readonly filterable: boolean;
876
- readonly clearable: boolean;
877
- readonly ignoreComposition: boolean;
878
939
  readonly clearFilterAfterSelect: boolean;
879
- readonly defaultValue: import('naive-ui/es/select/src/interface').Value | null;
880
- readonly keyboard: boolean;
881
940
  readonly remote: boolean;
941
+ readonly virtualScroll: boolean;
942
+ readonly valueField: string;
943
+ readonly labelField: string;
944
+ readonly childrenField: string;
882
945
  readonly widthMode: string;
883
946
  readonly fallbackOption: false | import('naive-ui/es/select/src/interface').SelectFallbackOption | undefined;
884
947
  readonly consistentMenuWidth: boolean;
885
- readonly childrenField: string;
948
+ readonly ignoreComposition: boolean;
886
949
  readonly showOnFocus: boolean;
950
+ readonly resetMenuOnOptionsChange: boolean;
951
+ readonly showCheckmark: boolean;
887
952
  }, true, {}, import('vue').SlotsType<import('naive-ui').SelectSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
888
953
  P: {};
889
954
  B: {};
@@ -1082,7 +1147,20 @@ declare const _default: import('vue').DefineComponent<{
1082
1147
  arrowOffsetVertical: string;
1083
1148
  arrowHeight: string;
1084
1149
  padding: string;
1085
- }, any>;
1150
+ }, {
1151
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1152
+ height: string;
1153
+ width: string;
1154
+ borderRadius: string;
1155
+ color: string;
1156
+ colorHover: string;
1157
+ railInsetHorizontalBottom: string;
1158
+ railInsetHorizontalTop: string;
1159
+ railInsetVerticalRight: string;
1160
+ railInsetVerticalLeft: string;
1161
+ railColor: string;
1162
+ }, any>;
1163
+ }>;
1086
1164
  }>;
1087
1165
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1088
1166
  optionFontSizeTiny: string;
@@ -1223,7 +1301,20 @@ declare const _default: import('vue').DefineComponent<{
1223
1301
  arrowOffsetVertical: string;
1224
1302
  arrowHeight: string;
1225
1303
  padding: string;
1226
- }, any>;
1304
+ }, {
1305
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1306
+ height: string;
1307
+ width: string;
1308
+ borderRadius: string;
1309
+ color: string;
1310
+ colorHover: string;
1311
+ railInsetHorizontalBottom: string;
1312
+ railInsetHorizontalTop: string;
1313
+ railInsetVerticalRight: string;
1314
+ railInsetVerticalLeft: string;
1315
+ railColor: string;
1316
+ }, any>;
1317
+ }>;
1227
1318
  }>;
1228
1319
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1229
1320
  optionFontSizeTiny: string;
@@ -1364,7 +1455,20 @@ declare const _default: import('vue').DefineComponent<{
1364
1455
  arrowOffsetVertical: string;
1365
1456
  arrowHeight: string;
1366
1457
  padding: string;
1367
- }, any>;
1458
+ }, {
1459
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1460
+ height: string;
1461
+ width: string;
1462
+ borderRadius: string;
1463
+ color: string;
1464
+ colorHover: string;
1465
+ railInsetHorizontalBottom: string;
1466
+ railInsetHorizontalTop: string;
1467
+ railInsetVerticalRight: string;
1468
+ railInsetVerticalLeft: string;
1469
+ railColor: string;
1470
+ }, any>;
1471
+ }>;
1368
1472
  }>;
1369
1473
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1370
1474
  optionFontSizeTiny: string;
@@ -1476,7 +1580,7 @@ declare const _default: import('vue').DefineComponent<{
1476
1580
  uncontrolledShow: import('vue').Ref<boolean, boolean>;
1477
1581
  mergedShow: import('vue').ComputedRef<boolean>;
1478
1582
  adjustedTo: import('vue').ComputedRef<string | HTMLElement>;
1479
- uncontrolledValue: import('vue').Ref<string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom | import('naive-ui/es/select/src/interface').ValueAtom[] | null, string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
1583
+ uncontrolledValue: import('vue').Ref<import('naive-ui/es/select/src/interface').ValueAtom | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null, string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
1480
1584
  mergedValue: import('vue').ComputedRef<string | number | string[] | number[] | import('naive-ui/es/select/src/interface').ValueAtom[] | import('naive-ui/es/select/src/interface').ValueAtom[] | null>;
1481
1585
  followerRef: import('vue').Ref<{
1482
1586
  syncPosition: () => void;
@@ -1486,7 +1590,7 @@ declare const _default: import('vue').DefineComponent<{
1486
1590
  localizedPlaceholder: import('vue').ComputedRef<string>;
1487
1591
  selectedOption: import('vue').ComputedRef<SelectOption | null>;
1488
1592
  selectedOptions: import('vue').ComputedRef<SelectOption[] | null>;
1489
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
1593
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
1490
1594
  mergedDisabled: import('vue').ComputedRef<boolean>;
1491
1595
  focused: import('vue').Ref<boolean, boolean>;
1492
1596
  activeWithoutMenuOpen: import('vue').Ref<boolean, boolean>;
@@ -1584,7 +1688,20 @@ declare const _default: import('vue').DefineComponent<{
1584
1688
  arrowOffsetVertical: string;
1585
1689
  arrowHeight: string;
1586
1690
  padding: string;
1587
- }, any>;
1691
+ }, {
1692
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1693
+ height: string;
1694
+ width: string;
1695
+ borderRadius: string;
1696
+ color: string;
1697
+ colorHover: string;
1698
+ railInsetHorizontalBottom: string;
1699
+ railInsetHorizontalTop: string;
1700
+ railInsetVerticalRight: string;
1701
+ railInsetVerticalLeft: string;
1702
+ railColor: string;
1703
+ }, any>;
1704
+ }>;
1588
1705
  }>;
1589
1706
  InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1590
1707
  optionFontSizeTiny: string;
@@ -1670,7 +1787,20 @@ declare const _default: import('vue').DefineComponent<{
1670
1787
  arrowOffsetVertical: string;
1671
1788
  arrowHeight: string;
1672
1789
  padding: string;
1673
- }, any>> | undefined;
1790
+ }, {
1791
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1792
+ height: string;
1793
+ width: string;
1794
+ borderRadius: string;
1795
+ color: string;
1796
+ colorHover: string;
1797
+ railInsetHorizontalBottom: string;
1798
+ railInsetHorizontalTop: string;
1799
+ railInsetVerticalRight: string;
1800
+ railInsetVerticalLeft: string;
1801
+ railColor: string;
1802
+ }, any>;
1803
+ }>> | undefined;
1674
1804
  } | undefined;
1675
1805
  } | undefined;
1676
1806
  InternalSelectMenu?: {
@@ -1716,34 +1846,34 @@ declare const _default: import('vue').DefineComponent<{
1716
1846
  focusInput: () => void;
1717
1847
  blurInput: () => void;
1718
1848
  }, {}, {}, {}, {
1719
- readonly options: import('naive-ui/es/select/src/interface').SelectMixedOption[];
1720
- readonly tag: boolean;
1721
- readonly to: string | boolean | HTMLElement;
1722
1849
  readonly disabled: boolean | undefined;
1723
- readonly show: boolean | undefined;
1724
- readonly multiple: boolean;
1725
- readonly loading: boolean;
1726
1850
  readonly bordered: boolean | undefined;
1851
+ readonly to: string | boolean | HTMLElement;
1852
+ readonly clearable: boolean;
1853
+ readonly defaultValue: import('naive-ui/es/select/src/interface').Value | null;
1854
+ readonly loading: boolean;
1727
1855
  readonly placement: import('naive-ui').PopoverPlacement;
1728
- readonly labelField: string;
1729
- readonly showCheckmark: boolean;
1730
- readonly virtualScroll: boolean;
1731
- readonly valueField: string;
1732
- readonly resetMenuOnOptionsChange: boolean;
1856
+ readonly options: import('naive-ui/es/select/src/interface').SelectMixedOption[];
1857
+ readonly show: boolean | undefined;
1858
+ readonly keyboard: boolean;
1859
+ readonly tag: boolean;
1733
1860
  readonly showArrow: boolean;
1734
1861
  readonly displayDirective: "show" | "if";
1862
+ readonly multiple: boolean;
1735
1863
  readonly filterable: boolean;
1736
- readonly clearable: boolean;
1737
- readonly ignoreComposition: boolean;
1738
1864
  readonly clearFilterAfterSelect: boolean;
1739
- readonly defaultValue: import('naive-ui/es/select/src/interface').Value | null;
1740
- readonly keyboard: boolean;
1741
1865
  readonly remote: boolean;
1866
+ readonly virtualScroll: boolean;
1867
+ readonly valueField: string;
1868
+ readonly labelField: string;
1869
+ readonly childrenField: string;
1742
1870
  readonly widthMode: string;
1743
1871
  readonly fallbackOption: false | import('naive-ui/es/select/src/interface').SelectFallbackOption | undefined;
1744
1872
  readonly consistentMenuWidth: boolean;
1745
- readonly childrenField: string;
1873
+ readonly ignoreComposition: boolean;
1746
1874
  readonly showOnFocus: boolean;
1875
+ readonly resetMenuOnOptionsChange: boolean;
1876
+ readonly showCheckmark: boolean;
1747
1877
  }> | null;
1748
1878
  }, HTMLDivElement>;
1749
1879
  export default _default;
@@ -91,7 +91,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
91
91
  short_url?: string | null | undefined;
92
92
  };
93
93
  account?: {
94
- id: string;
94
+ id?: string | undefined;
95
95
  name?: string | undefined;
96
96
  } | null | undefined;
97
97
  readonly events: {
@@ -174,7 +174,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
174
174
  short_url?: string | null | undefined;
175
175
  };
176
176
  account?: {
177
- id: string;
177
+ id?: string | undefined;
178
178
  name?: string | undefined;
179
179
  } | null | undefined;
180
180
  readonly events: {
@@ -237,7 +237,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
237
237
  short_url?: string | null | undefined;
238
238
  };
239
239
  account?: {
240
- id: string;
240
+ id?: string | undefined;
241
241
  name?: string | undefined;
242
242
  } | null | undefined;
243
243
  readonly events: {
@@ -301,7 +301,7 @@ export default function useSmartFolders(emit?: (event: 'open', ...args: any[]) =
301
301
  short_url?: string | null | undefined;
302
302
  };
303
303
  account?: {
304
- id: string;
304
+ id?: string | undefined;
305
305
  name?: string | undefined;
306
306
  } | null | undefined;
307
307
  readonly events: {
@@ -30,6 +30,9 @@ export declare const CDP_EVENT_TYPE: {
30
30
  readonly commentAssigned: "Comment Assigned";
31
31
  readonly commentResolved: "Comment Resolved";
32
32
  readonly commentDeleted: "Comment Deleted";
33
+ readonly algoliaSearchPerformed: "Algolia Search Performed";
34
+ readonly algoliaSearchNoResults: "Algolia Search No Results";
35
+ readonly algoliaSearchResultClicked: "Algolia Search Result Clicked";
33
36
  };
34
37
  export declare const CLIENT_TYPE: {
35
38
  readonly admin: "admin";
package/lib/main.lib.d.ts CHANGED
@@ -88,6 +88,8 @@ export { default as CTable } from './components/CTable/CTable.vue';
88
88
  export { default as CEntitySelector } from './components/CEntitySelector/CEntitySelector.vue';
89
89
  export { default as CUsersGroupsAccessManage } from './components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue';
90
90
  export { default as CFilesAccessManage } from './components/CFilesAccessManage/CFilesAccessManage.vue';
91
+ export { default as CTemplateAccessManage } from './components/CTemplateAccessManage/CTemplateAccessManage.vue';
92
+ export { default as CTemplateAccessInfo } from './components/CTemplateAccessInfo/CTemplateAccessInfo.vue';
91
93
  export { default as CGroupsAccessInfo } from './components/CGroupsAccessInfo/CGroupsAccessInfo.vue';
92
94
  export { default as CUsersAccessInfo } from './components/CUsersAccessInfo/CUsersAccessInfo.vue';
93
95
  export { default as CFilesAccessInfo } from './components/CFilesAccessInfo/CFilesAccessInfo.vue';
@@ -191,10 +193,13 @@ export * from './util/userAgents';
191
193
  export * from './util/pitcher-settings.util';
192
194
  export * from './util/eval';
193
195
  export * from './util/storage.util';
196
+ export * from './util/handlebars';
194
197
  export * from './apps/collection-selector/utils/content-selector-adapter.util';
195
198
  export * from './util/soql.util.ts';
199
+ export * from './util/app.util';
196
200
  export * from './utils/iframeInitialize';
197
201
  export * from './sdk/main';
202
+ export * from './sdk/peer-connectivity';
198
203
  export * from '../types/openapi';
199
204
  export * from './types/core';
200
205
  export * from './components/CGlobalSearch/CGlobalSearch.types';