@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
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
45
45
  pair: BooleanConstructor;
46
46
  separator: StringConstructor;
47
47
  readonly: {
48
- type: (BooleanConstructor | StringConstructor)[];
48
+ type: (StringConstructor | BooleanConstructor)[];
49
49
  default: boolean;
50
50
  };
51
51
  passivelyActivated: BooleanConstructor;
@@ -161,7 +161,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
161
161
  paddingMedium: string;
162
162
  paddingLarge: string;
163
163
  clearSize: string;
164
- }, any>>;
164
+ }, {
165
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
166
+ height: string;
167
+ width: string;
168
+ borderRadius: string;
169
+ color: string;
170
+ colorHover: string;
171
+ railInsetHorizontalBottom: string;
172
+ railInsetHorizontalTop: string;
173
+ railInsetVerticalRight: string;
174
+ railInsetVerticalLeft: string;
175
+ railColor: string;
176
+ }, any>;
177
+ }>>;
165
178
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
166
179
  fontWeight: string;
167
180
  countTextColorDisabled: string;
@@ -223,7 +236,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
223
236
  paddingMedium: string;
224
237
  paddingLarge: string;
225
238
  clearSize: string;
226
- }, any>>>;
239
+ }, {
240
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
241
+ height: string;
242
+ width: string;
243
+ borderRadius: string;
244
+ color: string;
245
+ colorHover: string;
246
+ railInsetHorizontalBottom: string;
247
+ railInsetHorizontalTop: string;
248
+ railInsetVerticalRight: string;
249
+ railInsetVerticalLeft: string;
250
+ railColor: string;
251
+ }, any>;
252
+ }>>>;
227
253
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
228
254
  fontWeight: string;
229
255
  countTextColorDisabled: string;
@@ -285,7 +311,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
285
311
  paddingMedium: string;
286
312
  paddingLarge: string;
287
313
  clearSize: string;
288
- }, any>>>;
314
+ }, {
315
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
316
+ height: string;
317
+ width: string;
318
+ borderRadius: string;
319
+ color: string;
320
+ colorHover: string;
321
+ railInsetHorizontalBottom: string;
322
+ railInsetHorizontalTop: string;
323
+ railInsetVerticalRight: string;
324
+ railInsetVerticalLeft: string;
325
+ railColor: string;
326
+ }, any>;
327
+ }>>>;
289
328
  }>> & Readonly<{}>, {
290
329
  wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
291
330
  inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -320,14 +359,14 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
320
359
  uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
321
360
  mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
322
361
  passwordVisible: import('vue').Ref<boolean, boolean>;
323
- mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
362
+ mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
324
363
  showPlaceholder1: import('vue').ComputedRef<string | false>;
325
364
  showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
326
365
  mergedFocus: import('vue').ComputedRef<boolean>;
327
366
  isComposing: import('vue').Ref<boolean, boolean>;
328
367
  activated: import('vue').Ref<boolean, boolean>;
329
368
  showClearButton: import('vue').ComputedRef<boolean>;
330
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
369
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
331
370
  mergedDisabled: import('vue').ComputedRef<boolean>;
332
371
  textDecorationStyle: import('vue').ComputedRef<string[] | {
333
372
  textDecoration: string;
@@ -428,9 +467,26 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
428
467
  paddingLarge: string;
429
468
  clearSize: string;
430
469
  };
431
- peers: any;
470
+ peers: {
471
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
472
+ height: string;
473
+ width: string;
474
+ borderRadius: string;
475
+ color: string;
476
+ colorHover: string;
477
+ railInsetHorizontalBottom: string;
478
+ railInsetHorizontalTop: string;
479
+ railInsetVerticalRight: string;
480
+ railInsetVerticalLeft: string;
481
+ railColor: string;
482
+ }, any>;
483
+ };
432
484
  peerOverrides: {
433
- [x: string]: any;
485
+ Scrollbar?: {
486
+ peers?: {
487
+ [x: string]: any;
488
+ } | undefined;
489
+ } | undefined;
434
490
  };
435
491
  }>;
436
492
  cssVars: import('vue').ComputedRef<{
@@ -495,24 +551,24 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
495
551
  deactivate: () => void;
496
552
  scrollTo: (options: ScrollToOptions) => void;
497
553
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
498
- type: "textarea" | "text" | "password";
499
- readonly: string | boolean;
500
554
  disabled: boolean | undefined;
501
- round: boolean;
502
- autofocus: boolean;
503
- loading: boolean;
504
- autosize: boolean | {
505
- minRows?: number;
506
- maxRows?: number;
507
- };
555
+ type: "text" | "textarea" | "password";
508
556
  bordered: boolean | undefined;
509
557
  clearable: boolean;
510
558
  defaultValue: string | [string, string] | null;
559
+ loading: boolean;
560
+ round: boolean;
511
561
  resizable: boolean;
562
+ stateful: boolean;
512
563
  pair: boolean;
513
564
  rows: string | number;
565
+ autosize: boolean | {
566
+ minRows?: number;
567
+ maxRows?: number;
568
+ };
569
+ readonly: string | boolean;
514
570
  passivelyActivated: boolean;
515
- stateful: boolean;
571
+ autofocus: boolean;
516
572
  showCount: boolean;
517
573
  attrSize: number;
518
574
  internalDeactivateOnEnter: boolean;
@@ -564,7 +620,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
564
620
  pair: BooleanConstructor;
565
621
  separator: StringConstructor;
566
622
  readonly: {
567
- type: (BooleanConstructor | StringConstructor)[];
623
+ type: (StringConstructor | BooleanConstructor)[];
568
624
  default: boolean;
569
625
  };
570
626
  passivelyActivated: BooleanConstructor;
@@ -680,7 +736,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
680
736
  paddingMedium: string;
681
737
  paddingLarge: string;
682
738
  clearSize: string;
683
- }, any>>;
739
+ }, {
740
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
741
+ height: string;
742
+ width: string;
743
+ borderRadius: string;
744
+ color: string;
745
+ colorHover: string;
746
+ railInsetHorizontalBottom: string;
747
+ railInsetHorizontalTop: string;
748
+ railInsetVerticalRight: string;
749
+ railInsetVerticalLeft: string;
750
+ railColor: string;
751
+ }, any>;
752
+ }>>;
684
753
  themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
685
754
  fontWeight: string;
686
755
  countTextColorDisabled: string;
@@ -742,7 +811,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
742
811
  paddingMedium: string;
743
812
  paddingLarge: string;
744
813
  clearSize: string;
745
- }, any>>>;
814
+ }, {
815
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
816
+ height: string;
817
+ width: string;
818
+ borderRadius: string;
819
+ color: string;
820
+ colorHover: string;
821
+ railInsetHorizontalBottom: string;
822
+ railInsetHorizontalTop: string;
823
+ railInsetVerticalRight: string;
824
+ railInsetVerticalLeft: string;
825
+ railColor: string;
826
+ }, any>;
827
+ }>>>;
746
828
  builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
747
829
  fontWeight: string;
748
830
  countTextColorDisabled: string;
@@ -804,7 +886,20 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
804
886
  paddingMedium: string;
805
887
  paddingLarge: string;
806
888
  clearSize: string;
807
- }, any>>>;
889
+ }, {
890
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
891
+ height: string;
892
+ width: string;
893
+ borderRadius: string;
894
+ color: string;
895
+ colorHover: string;
896
+ railInsetHorizontalBottom: string;
897
+ railInsetHorizontalTop: string;
898
+ railInsetVerticalRight: string;
899
+ railInsetVerticalLeft: string;
900
+ railColor: string;
901
+ }, any>;
902
+ }>>>;
808
903
  }>> & Readonly<{}>, {
809
904
  wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
810
905
  inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -839,14 +934,14 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
839
934
  uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
840
935
  mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
841
936
  passwordVisible: import('vue').Ref<boolean, boolean>;
842
- mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
937
+ mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>;
843
938
  showPlaceholder1: import('vue').ComputedRef<string | false>;
844
939
  showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
845
940
  mergedFocus: import('vue').ComputedRef<boolean>;
846
941
  isComposing: import('vue').Ref<boolean, boolean>;
847
942
  activated: import('vue').Ref<boolean, boolean>;
848
943
  showClearButton: import('vue').ComputedRef<boolean>;
849
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
944
+ mergedSize: import('vue').ComputedRef<"tiny" | "small" | "medium" | "large">;
850
945
  mergedDisabled: import('vue').ComputedRef<boolean>;
851
946
  textDecorationStyle: import('vue').ComputedRef<string[] | {
852
947
  textDecoration: string;
@@ -947,9 +1042,26 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
947
1042
  paddingLarge: string;
948
1043
  clearSize: string;
949
1044
  };
950
- peers: any;
1045
+ peers: {
1046
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1047
+ height: string;
1048
+ width: string;
1049
+ borderRadius: string;
1050
+ color: string;
1051
+ colorHover: string;
1052
+ railInsetHorizontalBottom: string;
1053
+ railInsetHorizontalTop: string;
1054
+ railInsetVerticalRight: string;
1055
+ railInsetVerticalLeft: string;
1056
+ railColor: string;
1057
+ }, any>;
1058
+ };
951
1059
  peerOverrides: {
952
- [x: string]: any;
1060
+ Scrollbar?: {
1061
+ peers?: {
1062
+ [x: string]: any;
1063
+ } | undefined;
1064
+ } | undefined;
953
1065
  };
954
1066
  }>;
955
1067
  cssVars: import('vue').ComputedRef<{
@@ -1014,24 +1126,24 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
1014
1126
  deactivate: () => void;
1015
1127
  scrollTo: (options: ScrollToOptions) => void;
1016
1128
  }, {}, {}, {}, {
1017
- type: "textarea" | "text" | "password";
1018
- readonly: string | boolean;
1019
1129
  disabled: boolean | undefined;
1020
- round: boolean;
1021
- autofocus: boolean;
1022
- loading: boolean;
1023
- autosize: boolean | {
1024
- minRows?: number;
1025
- maxRows?: number;
1026
- };
1130
+ type: "text" | "textarea" | "password";
1027
1131
  bordered: boolean | undefined;
1028
1132
  clearable: boolean;
1029
1133
  defaultValue: string | [string, string] | null;
1134
+ loading: boolean;
1135
+ round: boolean;
1030
1136
  resizable: boolean;
1137
+ stateful: boolean;
1031
1138
  pair: boolean;
1032
1139
  rows: string | number;
1140
+ autosize: boolean | {
1141
+ minRows?: number;
1142
+ maxRows?: number;
1143
+ };
1144
+ readonly: string | boolean;
1033
1145
  passivelyActivated: boolean;
1034
- stateful: boolean;
1146
+ autofocus: boolean;
1035
1147
  showCount: boolean;
1036
1148
  attrSize: number;
1037
1149
  internalDeactivateOnEnter: boolean;