@pitcher/js-api 1.25.0-beta.2 → 1.25.0

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 (163) hide show
  1. package/impact-js-api.spec.json +7 -1
  2. package/js-api.esm.js +25 -4
  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/browser/App.vue.d.ts +10 -9
  7. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +195 -132
  8. package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +96 -0
  9. package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +17 -0
  10. package/lib/apps/browser/components/FileSmartFolders.vue.d.ts +209 -0
  11. package/lib/apps/browser/stores/api.d.ts +6 -0
  12. package/lib/apps/browser/stores/app.d.ts +7 -2
  13. package/lib/apps/browser/stores/upload.d.ts +4 -4
  14. package/lib/apps/browser/stores/upload.types.d.ts +0 -1
  15. package/lib/apps/canvas-builder/App.vue.d.ts +356 -11
  16. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +5 -1
  17. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +10 -0
  18. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -1
  19. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
  20. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +1230 -0
  21. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +22 -0
  22. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +3 -0
  23. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +2 -0
  24. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridList.vue.d.ts +12 -0
  25. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +12 -0
  26. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +7 -2
  27. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +9 -1
  28. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +6 -2
  29. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +4 -0
  30. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +2 -1
  31. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +1 -0
  32. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +6 -1
  33. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +31 -0
  34. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +31 -0
  35. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +1 -6
  36. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +1 -0
  37. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +2 -0
  38. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +12 -6
  39. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +111 -0
  40. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +206 -31
  41. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +46 -6
  42. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +44 -6
  43. package/lib/apps/canvas-builder/composables/useCanvasHooks.d.ts +2 -0
  44. package/lib/apps/canvas-builder/composables/useCanvasNodes.d.ts +16 -0
  45. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +2 -1
  46. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +120 -3
  47. package/lib/apps/canvas-builder/composables/useCanvasThemeAssets.d.ts +31 -0
  48. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +4 -1
  49. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -0
  50. package/lib/apps/canvas-builder/composables/useDataTablePrint.d.ts +5 -0
  51. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -1
  52. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +4 -0
  53. package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -2
  54. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +1 -0
  55. package/lib/apps/canvas-builder/types/canvas.d.ts +45 -11
  56. package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -1
  57. package/lib/apps/canvas-builder/util/print.util.d.ts +1 -1
  58. package/lib/apps/canvas-builder/util/tiptap-table.util.d.ts +20 -0
  59. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  60. package/lib/apps/collection-player/components/AppFooter.vue.d.ts +56 -1
  61. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +15 -0
  62. package/lib/apps/collection-player/components/MainImage.vue.d.ts +3 -1
  63. package/lib/apps/collection-player/composables/annotation-layer.use.d.ts +13 -0
  64. package/lib/apps/collection-player/composables/laser-pointer-marker.use.d.ts +166 -0
  65. package/lib/apps/collection-player/composables/markerjs.use.d.ts +8 -0
  66. package/lib/apps/collection-player/composables/new-zoom.use.d.ts +12 -0
  67. package/lib/apps/collection-player/stores/app.store.d.ts +4 -1
  68. package/lib/apps/collection-selector/App.vue.d.ts +33 -0
  69. package/lib/apps/content-selector/appTypes.d.ts +1 -0
  70. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +195 -132
  71. package/lib/apps/content-selector/components/MultimediaSelectorApp.vue.d.ts +12 -0
  72. package/lib/apps/content-selector/components/ThemeImages.vue.d.ts +2 -0
  73. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +4 -0
  74. package/lib/apps/content-selector/composables/useMultimediaSelectorApps.d.ts +21 -0
  75. package/lib/apps/content-selector/composables/useStore.d.ts +4 -0
  76. package/lib/apps/content-selector/stores/api.d.ts +19 -228
  77. package/lib/apps/content-selector/stores/app.d.ts +45 -66
  78. package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +2 -0
  79. package/lib/canvas-comments/components/CommentButton.vue.d.ts +6 -0
  80. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +21 -0
  81. package/lib/canvas-comments/components/SimpleComments.vue.d.ts +14 -0
  82. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +1 -1
  83. package/lib/components/CButton/CButton.vue.d.ts +3 -3
  84. package/lib/components/CCreateThemeModal/steps/CThemeAssetsStep.vue.d.ts +19 -0
  85. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +1 -1
  86. package/lib/components/CFileViewer/CFileViewer.types.d.ts +8 -0
  87. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +18 -0
  88. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +3 -0
  89. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +1 -0
  90. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +5 -0
  91. package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +69 -0
  92. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +2 -0
  93. package/lib/components/CInput/CInput.vue.d.ts +3 -3
  94. package/lib/components/CList/CList.vue.d.ts +1 -1
  95. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +4 -4
  96. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +90 -1
  97. package/lib/components/CTable/CTable.vue.d.ts +3 -1
  98. package/lib/components/CTableTag/CTableTag.vue.d.ts +4687 -0
  99. package/lib/components/CTags/CTags.vue.d.ts +3 -3
  100. package/lib/components/CThemePreview/CThemePreview.vue.d.ts +1 -1
  101. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +43 -0
  102. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -9
  103. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +6 -2
  104. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +582 -266
  105. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +195 -132
  106. package/lib/components/filters/CSearchFilter.vue.d.ts +2 -0
  107. package/lib/components/savedCanvases/CCanvasAccountModal.vue.d.ts +23 -0
  108. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +20 -5
  109. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +21 -2
  110. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -0
  111. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +3 -1
  112. package/lib/components/sections/CSectionManagement.vue.d.ts +6 -2
  113. package/lib/components/themes/CThemeManagement.vue.d.ts +6 -2
  114. package/lib/composables/useCanvasLocks.d.ts +3 -4
  115. package/lib/composables/useCommentTracking.d.ts +25 -0
  116. package/lib/composables/useCommentsStorage.d.ts +70 -0
  117. package/lib/composables/useFileDisplayHelpers.d.ts +2 -0
  118. package/lib/composables/useInstalledApps.d.ts +1 -0
  119. package/lib/composables/useMetadataFilters.d.ts +2 -2
  120. package/lib/composables/useMetadataSearch.d.ts +2 -1
  121. package/lib/composables/useSharedCommentsStorage.d.ts +32 -0
  122. package/lib/constants/cdp.const.d.ts +6 -0
  123. package/lib/constants/roles.const.d.ts +16 -0
  124. package/lib/directives/element-mounted.d.ts +4 -0
  125. package/lib/main.lib.d.ts +6 -0
  126. package/lib/sdk/api/HighLevelApi.d.ts +2 -0
  127. package/lib/sdk/api/modules/admin/index.d.ts +1 -0
  128. package/lib/sdk/api/modules/admin/types.admin.d.ts +1 -0
  129. package/lib/sdk/api/modules/admin/users.admin.d.ts +14 -0
  130. package/lib/sdk/api/modules/env.d.ts +1 -0
  131. package/lib/sdk/api/modules/query.d.ts +2 -1
  132. package/lib/sdk/api/modules/ui/types.ui.d.ts +4 -0
  133. package/lib/sdk/interfaces.d.ts +1 -0
  134. package/lib/sdk/main.d.ts +8 -0
  135. package/lib/sdk/payload.types.d.ts +14 -0
  136. package/lib/types/app.d.ts +12 -1
  137. package/lib/types/call.d.ts +1 -2
  138. package/lib/types/canvasTheme.d.ts +12 -0
  139. package/lib/types/core/MetadataFilter.d.ts +1 -0
  140. package/lib/types/i18n.types.d.ts +1 -1
  141. package/lib/types/instanceSettings.types.d.ts +2 -0
  142. package/lib/types/launchDarkly.types.d.ts +1 -1
  143. package/lib/types/organizationSettings.types.d.ts +19 -0
  144. package/lib/util/image.d.ts +4 -0
  145. package/lib/util/style.util.d.ts +1 -0
  146. package/lib/util/userAgents.d.ts +1 -0
  147. package/package.json +1 -1
  148. package/types/openapi/models/App.d.ts +1 -0
  149. package/types/openapi/models/CanvasCreate.d.ts +1 -0
  150. package/types/openapi/models/CanvasRecommendedFile.d.ts +2 -0
  151. package/types/openapi/models/CanvasRetrieve.d.ts +1 -0
  152. package/types/openapi/models/CanvasUpdate.d.ts +1 -0
  153. package/types/openapi/models/CanvasUpdateRequest.d.ts +1 -0
  154. package/types/openapi/models/DeletedFile.d.ts +2 -0
  155. package/types/openapi/models/File.d.ts +2 -0
  156. package/types/openapi/models/FileCreate.d.ts +2 -0
  157. package/types/openapi/models/FileCreateRequest.d.ts +1 -0
  158. package/types/openapi/models/FileRetrieve.d.ts +2 -0
  159. package/types/openapi/models/FileUpdate.d.ts +2 -0
  160. package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
  161. package/types/openapi/models/InstanceMembershipUser.d.ts +2 -0
  162. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +1 -0
  163. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
@@ -0,0 +1,1230 @@
1
+ type __VLS_Props = {
2
+ isFullscreenNavigator?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ isFullscreenNavigator: boolean;
6
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
7
+ searchRef: ({
8
+ $: import('vue').ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {
11
+ readonly type?: "text" | "textarea" | "password" | undefined;
12
+ readonly size?: import('naive-ui/es/input/src/interface').Size | undefined;
13
+ readonly status?: import('naive-ui/es/form/src/interface').FormValidationStatus | undefined;
14
+ readonly value?: string | [string, string] | null | undefined;
15
+ readonly disabled?: boolean | undefined;
16
+ readonly onFocus?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
17
+ readonly onBlur?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
18
+ readonly themeOverrides?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
19
+ fontWeight: string;
20
+ countTextColorDisabled: string;
21
+ countTextColor: string;
22
+ heightTiny: string;
23
+ heightSmall: string;
24
+ heightMedium: string;
25
+ heightLarge: string;
26
+ fontSizeTiny: string;
27
+ fontSizeSmall: string;
28
+ fontSizeMedium: string;
29
+ fontSizeLarge: string;
30
+ lineHeight: string;
31
+ lineHeightTextarea: string;
32
+ borderRadius: string;
33
+ iconSize: string;
34
+ groupLabelColor: string;
35
+ groupLabelTextColor: string;
36
+ textColor: string;
37
+ textColorDisabled: string;
38
+ textDecorationColor: string;
39
+ caretColor: string;
40
+ placeholderColor: string;
41
+ placeholderColorDisabled: string;
42
+ color: string;
43
+ colorDisabled: string;
44
+ colorFocus: string;
45
+ groupLabelBorder: string;
46
+ border: string;
47
+ borderHover: string;
48
+ borderDisabled: string;
49
+ borderFocus: string;
50
+ boxShadowFocus: string;
51
+ loadingColor: string;
52
+ loadingColorWarning: string;
53
+ borderWarning: string;
54
+ borderHoverWarning: string;
55
+ colorFocusWarning: string;
56
+ borderFocusWarning: string;
57
+ boxShadowFocusWarning: string;
58
+ caretColorWarning: string;
59
+ loadingColorError: string;
60
+ borderError: string;
61
+ borderHoverError: string;
62
+ colorFocusError: string;
63
+ borderFocusError: string;
64
+ boxShadowFocusError: string;
65
+ caretColorError: string;
66
+ clearColor: string;
67
+ clearColorHover: string;
68
+ clearColorPressed: string;
69
+ iconColor: string;
70
+ iconColorDisabled: string;
71
+ iconColorHover: string;
72
+ iconColorPressed: string;
73
+ suffixTextColor: string;
74
+ paddingTiny: string;
75
+ paddingSmall: string;
76
+ paddingMedium: string;
77
+ paddingLarge: string;
78
+ clearSize: string;
79
+ }, any>> | undefined;
80
+ readonly bordered?: boolean | undefined;
81
+ readonly clearable?: boolean | undefined;
82
+ readonly defaultValue?: string | [string, string] | null | undefined;
83
+ readonly placeholder?: string | [string, string] | undefined;
84
+ readonly loading?: boolean | undefined;
85
+ readonly 'onUpdate:value'?: import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue> | undefined;
86
+ readonly inputProps?: import('vue').InputHTMLAttributes | import('vue').TextareaHTMLAttributes | undefined;
87
+ readonly onUpdateValue?: import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue> | undefined;
88
+ readonly onClear?: import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void> | undefined;
89
+ readonly onChange?: import('naive-ui/es/input/src/interface').OnUpdateValue | undefined;
90
+ readonly onInput?: import('naive-ui/es/input/src/interface').OnUpdateValue | undefined;
91
+ readonly onKeydown?: ((e: KeyboardEvent) => void) | undefined;
92
+ readonly onKeyup?: ((e: KeyboardEvent) => void) | undefined;
93
+ readonly onClick?: import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void> | undefined;
94
+ readonly onMousedown?: ((e: MouseEvent) => void) | undefined;
95
+ readonly round?: boolean | undefined;
96
+ readonly resizable?: boolean | undefined;
97
+ readonly rows?: string | number | undefined;
98
+ readonly minlength?: string | number | undefined;
99
+ readonly maxlength?: string | number | undefined;
100
+ readonly autosize?: boolean | {
101
+ minRows?: number;
102
+ maxRows?: number;
103
+ } | undefined;
104
+ readonly pair?: boolean | undefined;
105
+ readonly separator?: string | undefined;
106
+ readonly readonly?: string | boolean | undefined;
107
+ readonly passivelyActivated?: boolean | undefined;
108
+ readonly showPasswordOn?: "click" | "mousedown" | undefined;
109
+ readonly stateful?: boolean | undefined;
110
+ readonly autofocus?: boolean | undefined;
111
+ readonly showCount?: boolean | undefined;
112
+ readonly allowInput?: ((value: string) => boolean) | undefined;
113
+ readonly renderCount?: ((props: {
114
+ value: string;
115
+ }) => import('vue').VNodeChild) | undefined;
116
+ readonly countGraphemes?: ((value: string) => number) | undefined;
117
+ readonly textDecoration?: string | [string, string] | undefined;
118
+ readonly attrSize?: number | undefined;
119
+ readonly onInputBlur?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
120
+ readonly onInputFocus?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
121
+ readonly onDeactivate?: import('naive-ui/es/_utils').MaybeArray<() => void> | undefined;
122
+ readonly onActivate?: import('naive-ui/es/_utils').MaybeArray<() => void> | undefined;
123
+ readonly onWrapperFocus?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
124
+ readonly onWrapperBlur?: import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void> | undefined;
125
+ readonly showPasswordToggle?: boolean | undefined;
126
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
127
+ $attrs: {
128
+ [x: string]: unknown;
129
+ };
130
+ $refs: {
131
+ [x: string]: unknown;
132
+ } & {
133
+ inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
134
+ bordered: {
135
+ type: import('vue').PropType<boolean | undefined>;
136
+ default: undefined;
137
+ };
138
+ type: {
139
+ type: import('vue').PropType<"text" | "textarea" | "password">;
140
+ default: string;
141
+ };
142
+ placeholder: import('vue').PropType<string | [string, string]>;
143
+ defaultValue: {
144
+ type: import('vue').PropType<null | string | [string, string]>;
145
+ default: null;
146
+ };
147
+ value: import('vue').PropType<null | string | [string, string]>;
148
+ disabled: {
149
+ type: import('vue').PropType<boolean | undefined>;
150
+ default: undefined;
151
+ };
152
+ size: import('vue').PropType<import('naive-ui/es/input/src/interface').Size>;
153
+ rows: {
154
+ type: import('vue').PropType<number | string>;
155
+ default: number;
156
+ };
157
+ round: BooleanConstructor;
158
+ minlength: import('vue').PropType<number | string>;
159
+ maxlength: import('vue').PropType<number | string>;
160
+ clearable: BooleanConstructor;
161
+ autosize: {
162
+ type: import('vue').PropType<boolean | {
163
+ minRows?: number;
164
+ maxRows?: number;
165
+ }>;
166
+ default: boolean;
167
+ };
168
+ pair: BooleanConstructor;
169
+ separator: StringConstructor;
170
+ readonly: {
171
+ type: (BooleanConstructor | StringConstructor)[];
172
+ default: boolean;
173
+ };
174
+ passivelyActivated: BooleanConstructor;
175
+ showPasswordOn: import('vue').PropType<"mousedown" | "click">;
176
+ stateful: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ autofocus: BooleanConstructor;
181
+ inputProps: import('vue').PropType<import('vue').TextareaHTMLAttributes | import('vue').InputHTMLAttributes>;
182
+ resizable: {
183
+ type: BooleanConstructor;
184
+ default: boolean;
185
+ };
186
+ showCount: BooleanConstructor;
187
+ loading: {
188
+ type: BooleanConstructor;
189
+ default: undefined;
190
+ };
191
+ allowInput: import('vue').PropType<(value: string) => boolean>;
192
+ renderCount: import('vue').PropType<(props: {
193
+ value: string;
194
+ }) => import('vue').VNodeChild>;
195
+ onMousedown: import('vue').PropType<(e: MouseEvent) => void>;
196
+ onKeydown: import('vue').PropType<(e: KeyboardEvent) => void>;
197
+ onKeyup: import('vue').PropType<(e: KeyboardEvent) => void>;
198
+ onInput: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
199
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
200
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
201
+ onClick: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
202
+ onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
203
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
204
+ countGraphemes: import('vue').PropType<(value: string) => number>;
205
+ status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
206
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
207
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
208
+ textDecoration: import('vue').PropType<string | [string, string]>;
209
+ attrSize: {
210
+ type: NumberConstructor;
211
+ default: number;
212
+ };
213
+ onInputBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
214
+ onInputFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
215
+ onDeactivate: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<() => void>>;
216
+ onActivate: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<() => void>>;
217
+ onWrapperFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
218
+ onWrapperBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
219
+ internalDeactivateOnEnter: BooleanConstructor;
220
+ internalForceFocus: BooleanConstructor;
221
+ internalLoadingBeforeSuffix: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ showPasswordToggle: BooleanConstructor;
226
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Input", {
227
+ fontWeight: string;
228
+ countTextColorDisabled: string;
229
+ countTextColor: string;
230
+ heightTiny: string;
231
+ heightSmall: string;
232
+ heightMedium: string;
233
+ heightLarge: string;
234
+ fontSizeTiny: string;
235
+ fontSizeSmall: string;
236
+ fontSizeMedium: string;
237
+ fontSizeLarge: string;
238
+ lineHeight: string;
239
+ lineHeightTextarea: string;
240
+ borderRadius: string;
241
+ iconSize: string;
242
+ groupLabelColor: string;
243
+ groupLabelTextColor: string;
244
+ textColor: string;
245
+ textColorDisabled: string;
246
+ textDecorationColor: string;
247
+ caretColor: string;
248
+ placeholderColor: string;
249
+ placeholderColorDisabled: string;
250
+ color: string;
251
+ colorDisabled: string;
252
+ colorFocus: string;
253
+ groupLabelBorder: string;
254
+ border: string;
255
+ borderHover: string;
256
+ borderDisabled: string;
257
+ borderFocus: string;
258
+ boxShadowFocus: string;
259
+ loadingColor: string;
260
+ loadingColorWarning: string;
261
+ borderWarning: string;
262
+ borderHoverWarning: string;
263
+ colorFocusWarning: string;
264
+ borderFocusWarning: string;
265
+ boxShadowFocusWarning: string;
266
+ caretColorWarning: string;
267
+ loadingColorError: string;
268
+ borderError: string;
269
+ borderHoverError: string;
270
+ colorFocusError: string;
271
+ borderFocusError: string;
272
+ boxShadowFocusError: string;
273
+ caretColorError: string;
274
+ clearColor: string;
275
+ clearColorHover: string;
276
+ clearColorPressed: string;
277
+ iconColor: string;
278
+ iconColorDisabled: string;
279
+ iconColorHover: string;
280
+ iconColorPressed: string;
281
+ suffixTextColor: string;
282
+ paddingTiny: string;
283
+ paddingSmall: string;
284
+ paddingMedium: string;
285
+ paddingLarge: string;
286
+ clearSize: string;
287
+ }, any>>;
288
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
289
+ fontWeight: string;
290
+ countTextColorDisabled: string;
291
+ countTextColor: string;
292
+ heightTiny: string;
293
+ heightSmall: string;
294
+ heightMedium: string;
295
+ heightLarge: string;
296
+ fontSizeTiny: string;
297
+ fontSizeSmall: string;
298
+ fontSizeMedium: string;
299
+ fontSizeLarge: string;
300
+ lineHeight: string;
301
+ lineHeightTextarea: string;
302
+ borderRadius: string;
303
+ iconSize: string;
304
+ groupLabelColor: string;
305
+ groupLabelTextColor: string;
306
+ textColor: string;
307
+ textColorDisabled: string;
308
+ textDecorationColor: string;
309
+ caretColor: string;
310
+ placeholderColor: string;
311
+ placeholderColorDisabled: string;
312
+ color: string;
313
+ colorDisabled: string;
314
+ colorFocus: string;
315
+ groupLabelBorder: string;
316
+ border: string;
317
+ borderHover: string;
318
+ borderDisabled: string;
319
+ borderFocus: string;
320
+ boxShadowFocus: string;
321
+ loadingColor: string;
322
+ loadingColorWarning: string;
323
+ borderWarning: string;
324
+ borderHoverWarning: string;
325
+ colorFocusWarning: string;
326
+ borderFocusWarning: string;
327
+ boxShadowFocusWarning: string;
328
+ caretColorWarning: string;
329
+ loadingColorError: string;
330
+ borderError: string;
331
+ borderHoverError: string;
332
+ colorFocusError: string;
333
+ borderFocusError: string;
334
+ boxShadowFocusError: string;
335
+ caretColorError: string;
336
+ clearColor: string;
337
+ clearColorHover: string;
338
+ clearColorPressed: string;
339
+ iconColor: string;
340
+ iconColorDisabled: string;
341
+ iconColorHover: string;
342
+ iconColorPressed: string;
343
+ suffixTextColor: string;
344
+ paddingTiny: string;
345
+ paddingSmall: string;
346
+ paddingMedium: string;
347
+ paddingLarge: string;
348
+ clearSize: string;
349
+ }, any>>>;
350
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
351
+ fontWeight: string;
352
+ countTextColorDisabled: string;
353
+ countTextColor: string;
354
+ heightTiny: string;
355
+ heightSmall: string;
356
+ heightMedium: string;
357
+ heightLarge: string;
358
+ fontSizeTiny: string;
359
+ fontSizeSmall: string;
360
+ fontSizeMedium: string;
361
+ fontSizeLarge: string;
362
+ lineHeight: string;
363
+ lineHeightTextarea: string;
364
+ borderRadius: string;
365
+ iconSize: string;
366
+ groupLabelColor: string;
367
+ groupLabelTextColor: string;
368
+ textColor: string;
369
+ textColorDisabled: string;
370
+ textDecorationColor: string;
371
+ caretColor: string;
372
+ placeholderColor: string;
373
+ placeholderColorDisabled: string;
374
+ color: string;
375
+ colorDisabled: string;
376
+ colorFocus: string;
377
+ groupLabelBorder: string;
378
+ border: string;
379
+ borderHover: string;
380
+ borderDisabled: string;
381
+ borderFocus: string;
382
+ boxShadowFocus: string;
383
+ loadingColor: string;
384
+ loadingColorWarning: string;
385
+ borderWarning: string;
386
+ borderHoverWarning: string;
387
+ colorFocusWarning: string;
388
+ borderFocusWarning: string;
389
+ boxShadowFocusWarning: string;
390
+ caretColorWarning: string;
391
+ loadingColorError: string;
392
+ borderError: string;
393
+ borderHoverError: string;
394
+ colorFocusError: string;
395
+ borderFocusError: string;
396
+ boxShadowFocusError: string;
397
+ caretColorError: string;
398
+ clearColor: string;
399
+ clearColorHover: string;
400
+ clearColorPressed: string;
401
+ iconColor: string;
402
+ iconColorDisabled: string;
403
+ iconColorHover: string;
404
+ iconColorPressed: string;
405
+ suffixTextColor: string;
406
+ paddingTiny: string;
407
+ paddingSmall: string;
408
+ paddingMedium: string;
409
+ paddingLarge: string;
410
+ clearSize: string;
411
+ }, any>>>;
412
+ }>> & Readonly<{}>, {
413
+ wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
414
+ inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
415
+ inputMirrorElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
416
+ inputEl2Ref: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
417
+ textareaElRef: import('vue').Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
418
+ textareaMirrorElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
419
+ textareaScrollbarInstRef: import('vue').Ref<{
420
+ $el: HTMLElement;
421
+ containerRef: HTMLElement | null;
422
+ contentRef: HTMLElement | null;
423
+ containerScrollTop: number;
424
+ syncUnifiedContainer: () => void;
425
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
426
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
427
+ sync: () => void;
428
+ handleMouseEnterWrapper: () => void;
429
+ handleMouseLeaveWrapper: () => void;
430
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
431
+ $el: HTMLElement;
432
+ containerRef: HTMLElement | null;
433
+ contentRef: HTMLElement | null;
434
+ containerScrollTop: number;
435
+ syncUnifiedContainer: () => void;
436
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
437
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
438
+ sync: () => void;
439
+ handleMouseEnterWrapper: () => void;
440
+ handleMouseLeaveWrapper: () => void;
441
+ } | null>;
442
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
443
+ uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
444
+ mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
445
+ passwordVisible: import('vue').Ref<boolean, boolean>;
446
+ mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
447
+ showPlaceholder1: import('vue').ComputedRef<string | false>;
448
+ showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
449
+ mergedFocus: import('vue').ComputedRef<boolean>;
450
+ isComposing: import('vue').Ref<boolean, boolean>;
451
+ activated: import('vue').Ref<boolean, boolean>;
452
+ showClearButton: import('vue').ComputedRef<boolean>;
453
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
454
+ mergedDisabled: import('vue').ComputedRef<boolean>;
455
+ textDecorationStyle: import('vue').ComputedRef<string[] | {
456
+ textDecoration: string;
457
+ }[]>;
458
+ mergedClsPrefix: import('vue').Ref<string, string>;
459
+ mergedBordered: import('vue').ComputedRef<boolean>;
460
+ mergedShowPasswordOn: import('vue').ComputedRef<"click" | "mousedown" | undefined>;
461
+ placeholderStyle: import('vue').Ref<{
462
+ top: string;
463
+ }, {
464
+ top: string;
465
+ } | {
466
+ top: string;
467
+ }>;
468
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
469
+ textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
470
+ handleTextAreaScroll: (e: Event) => void;
471
+ handleCompositionStart: () => void;
472
+ handleCompositionEnd: (e: CompositionEvent) => void;
473
+ handleInput: (e: InputEvent | CompositionEvent | Event, index?: 0 | 1, event?: string) => void;
474
+ handleInputBlur: (e: FocusEvent) => void;
475
+ handleInputFocus: (e: FocusEvent, index: number) => void;
476
+ handleWrapperBlur: (e: FocusEvent) => void;
477
+ handleWrapperFocus: (e: FocusEvent) => void;
478
+ handleMouseEnter: () => void;
479
+ handleMouseLeave: () => void;
480
+ handleMouseDown: (e: MouseEvent) => void;
481
+ handleChange: (e: Event, index?: 0 | 1) => void;
482
+ handleClick: (e: MouseEvent) => void;
483
+ handleClear: (e: MouseEvent) => void;
484
+ handlePasswordToggleClick: () => void;
485
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
486
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
487
+ handleWrapperKeyup: (e: KeyboardEvent) => void;
488
+ handleTextAreaMirrorResize: () => void;
489
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
490
+ mergedTheme: import('vue').ComputedRef<{
491
+ common: import('naive-ui').ThemeCommonVars;
492
+ self: {
493
+ fontWeight: string;
494
+ countTextColorDisabled: string;
495
+ countTextColor: string;
496
+ heightTiny: string;
497
+ heightSmall: string;
498
+ heightMedium: string;
499
+ heightLarge: string;
500
+ fontSizeTiny: string;
501
+ fontSizeSmall: string;
502
+ fontSizeMedium: string;
503
+ fontSizeLarge: string;
504
+ lineHeight: string;
505
+ lineHeightTextarea: string;
506
+ borderRadius: string;
507
+ iconSize: string;
508
+ groupLabelColor: string;
509
+ groupLabelTextColor: string;
510
+ textColor: string;
511
+ textColorDisabled: string;
512
+ textDecorationColor: string;
513
+ caretColor: string;
514
+ placeholderColor: string;
515
+ placeholderColorDisabled: string;
516
+ color: string;
517
+ colorDisabled: string;
518
+ colorFocus: string;
519
+ groupLabelBorder: string;
520
+ border: string;
521
+ borderHover: string;
522
+ borderDisabled: string;
523
+ borderFocus: string;
524
+ boxShadowFocus: string;
525
+ loadingColor: string;
526
+ loadingColorWarning: string;
527
+ borderWarning: string;
528
+ borderHoverWarning: string;
529
+ colorFocusWarning: string;
530
+ borderFocusWarning: string;
531
+ boxShadowFocusWarning: string;
532
+ caretColorWarning: string;
533
+ loadingColorError: string;
534
+ borderError: string;
535
+ borderHoverError: string;
536
+ colorFocusError: string;
537
+ borderFocusError: string;
538
+ boxShadowFocusError: string;
539
+ caretColorError: string;
540
+ clearColor: string;
541
+ clearColorHover: string;
542
+ clearColorPressed: string;
543
+ iconColor: string;
544
+ iconColorDisabled: string;
545
+ iconColorHover: string;
546
+ iconColorPressed: string;
547
+ suffixTextColor: string;
548
+ paddingTiny: string;
549
+ paddingSmall: string;
550
+ paddingMedium: string;
551
+ paddingLarge: string;
552
+ clearSize: string;
553
+ };
554
+ peers: any;
555
+ peerOverrides: {
556
+ [x: string]: any;
557
+ };
558
+ }>;
559
+ cssVars: import('vue').ComputedRef<{
560
+ "--n-bezier": string;
561
+ "--n-count-text-color": string;
562
+ "--n-count-text-color-disabled": string;
563
+ "--n-color": string;
564
+ "--n-font-size": string;
565
+ "--n-font-weight": string;
566
+ "--n-border-radius": string;
567
+ "--n-height": string;
568
+ "--n-padding-left": string;
569
+ "--n-padding-right": string;
570
+ "--n-text-color": string;
571
+ "--n-caret-color": string;
572
+ "--n-text-decoration-color": string;
573
+ "--n-border": string;
574
+ "--n-border-disabled": string;
575
+ "--n-border-hover": string;
576
+ "--n-border-focus": string;
577
+ "--n-placeholder-color": string;
578
+ "--n-placeholder-color-disabled": string;
579
+ "--n-icon-size": string;
580
+ "--n-line-height-textarea": string;
581
+ "--n-color-disabled": string;
582
+ "--n-color-focus": string;
583
+ "--n-text-color-disabled": string;
584
+ "--n-box-shadow-focus": string;
585
+ "--n-loading-color": string;
586
+ "--n-caret-color-warning": string;
587
+ "--n-color-focus-warning": string;
588
+ "--n-box-shadow-focus-warning": string;
589
+ "--n-border-warning": string;
590
+ "--n-border-focus-warning": string;
591
+ "--n-border-hover-warning": string;
592
+ "--n-loading-color-warning": string;
593
+ "--n-caret-color-error": string;
594
+ "--n-color-focus-error": string;
595
+ "--n-box-shadow-focus-error": string;
596
+ "--n-border-error": string;
597
+ "--n-border-focus-error": string;
598
+ "--n-border-hover-error": string;
599
+ "--n-loading-color-error": string;
600
+ "--n-clear-color": string;
601
+ "--n-clear-size": string;
602
+ "--n-clear-color-hover": string;
603
+ "--n-clear-color-pressed": string;
604
+ "--n-icon-color": string;
605
+ "--n-icon-color-hover": string;
606
+ "--n-icon-color-pressed": string;
607
+ "--n-icon-color-disabled": string;
608
+ "--n-suffix-text-color": string;
609
+ }> | undefined;
610
+ themeClass: import('vue').Ref<string, string> | undefined;
611
+ onRender: (() => void) | undefined;
612
+ isCompositing: import('vue').Ref<boolean>;
613
+ blur: () => void;
614
+ clear: () => void;
615
+ focus: () => void;
616
+ select: () => void;
617
+ activate: () => void;
618
+ deactivate: () => void;
619
+ scrollTo: (options: ScrollToOptions) => void;
620
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
621
+ type: "textarea" | "text" | "password";
622
+ readonly: string | boolean;
623
+ disabled: boolean | undefined;
624
+ round: boolean;
625
+ autofocus: boolean;
626
+ loading: boolean;
627
+ autosize: boolean | {
628
+ minRows?: number;
629
+ maxRows?: number;
630
+ };
631
+ bordered: boolean | undefined;
632
+ clearable: boolean;
633
+ defaultValue: string | [string, string] | null;
634
+ resizable: boolean;
635
+ pair: boolean;
636
+ rows: string | number;
637
+ passivelyActivated: boolean;
638
+ stateful: boolean;
639
+ showCount: boolean;
640
+ attrSize: number;
641
+ internalDeactivateOnEnter: boolean;
642
+ internalForceFocus: boolean;
643
+ internalLoadingBeforeSuffix: boolean;
644
+ showPasswordToggle: boolean;
645
+ }, true, {}, import('vue').SlotsType<import('naive-ui').InputSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
646
+ P: {};
647
+ B: {};
648
+ D: {};
649
+ C: {};
650
+ M: {};
651
+ Defaults: {};
652
+ }, Readonly<import('vue').ExtractPropTypes<{
653
+ bordered: {
654
+ type: import('vue').PropType<boolean | undefined>;
655
+ default: undefined;
656
+ };
657
+ type: {
658
+ type: import('vue').PropType<"text" | "textarea" | "password">;
659
+ default: string;
660
+ };
661
+ placeholder: import('vue').PropType<string | [string, string]>;
662
+ defaultValue: {
663
+ type: import('vue').PropType<null | string | [string, string]>;
664
+ default: null;
665
+ };
666
+ value: import('vue').PropType<null | string | [string, string]>;
667
+ disabled: {
668
+ type: import('vue').PropType<boolean | undefined>;
669
+ default: undefined;
670
+ };
671
+ size: import('vue').PropType<import('naive-ui/es/input/src/interface').Size>;
672
+ rows: {
673
+ type: import('vue').PropType<number | string>;
674
+ default: number;
675
+ };
676
+ round: BooleanConstructor;
677
+ minlength: import('vue').PropType<number | string>;
678
+ maxlength: import('vue').PropType<number | string>;
679
+ clearable: BooleanConstructor;
680
+ autosize: {
681
+ type: import('vue').PropType<boolean | {
682
+ minRows?: number;
683
+ maxRows?: number;
684
+ }>;
685
+ default: boolean;
686
+ };
687
+ pair: BooleanConstructor;
688
+ separator: StringConstructor;
689
+ readonly: {
690
+ type: (BooleanConstructor | StringConstructor)[];
691
+ default: boolean;
692
+ };
693
+ passivelyActivated: BooleanConstructor;
694
+ showPasswordOn: import('vue').PropType<"mousedown" | "click">;
695
+ stateful: {
696
+ type: BooleanConstructor;
697
+ default: boolean;
698
+ };
699
+ autofocus: BooleanConstructor;
700
+ inputProps: import('vue').PropType<import('vue').TextareaHTMLAttributes | import('vue').InputHTMLAttributes>;
701
+ resizable: {
702
+ type: BooleanConstructor;
703
+ default: boolean;
704
+ };
705
+ showCount: BooleanConstructor;
706
+ loading: {
707
+ type: BooleanConstructor;
708
+ default: undefined;
709
+ };
710
+ allowInput: import('vue').PropType<(value: string) => boolean>;
711
+ renderCount: import('vue').PropType<(props: {
712
+ value: string;
713
+ }) => import('vue').VNodeChild>;
714
+ onMousedown: import('vue').PropType<(e: MouseEvent) => void>;
715
+ onKeydown: import('vue').PropType<(e: KeyboardEvent) => void>;
716
+ onKeyup: import('vue').PropType<(e: KeyboardEvent) => void>;
717
+ onInput: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
718
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
719
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
720
+ onClick: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
721
+ onChange: import('vue').PropType<import('naive-ui/es/input/src/interface').OnUpdateValue>;
722
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
723
+ countGraphemes: import('vue').PropType<(value: string) => number>;
724
+ status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
725
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
726
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input/src/interface').OnUpdateValue>>;
727
+ textDecoration: import('vue').PropType<string | [string, string]>;
728
+ attrSize: {
729
+ type: NumberConstructor;
730
+ default: number;
731
+ };
732
+ onInputBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
733
+ onInputFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
734
+ onDeactivate: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<() => void>>;
735
+ onActivate: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<() => void>>;
736
+ onWrapperFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
737
+ onWrapperBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
738
+ internalDeactivateOnEnter: BooleanConstructor;
739
+ internalForceFocus: BooleanConstructor;
740
+ internalLoadingBeforeSuffix: {
741
+ type: BooleanConstructor;
742
+ default: boolean;
743
+ };
744
+ showPasswordToggle: BooleanConstructor;
745
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Input", {
746
+ fontWeight: string;
747
+ countTextColorDisabled: string;
748
+ countTextColor: string;
749
+ heightTiny: string;
750
+ heightSmall: string;
751
+ heightMedium: string;
752
+ heightLarge: string;
753
+ fontSizeTiny: string;
754
+ fontSizeSmall: string;
755
+ fontSizeMedium: string;
756
+ fontSizeLarge: string;
757
+ lineHeight: string;
758
+ lineHeightTextarea: string;
759
+ borderRadius: string;
760
+ iconSize: string;
761
+ groupLabelColor: string;
762
+ groupLabelTextColor: string;
763
+ textColor: string;
764
+ textColorDisabled: string;
765
+ textDecorationColor: string;
766
+ caretColor: string;
767
+ placeholderColor: string;
768
+ placeholderColorDisabled: string;
769
+ color: string;
770
+ colorDisabled: string;
771
+ colorFocus: string;
772
+ groupLabelBorder: string;
773
+ border: string;
774
+ borderHover: string;
775
+ borderDisabled: string;
776
+ borderFocus: string;
777
+ boxShadowFocus: string;
778
+ loadingColor: string;
779
+ loadingColorWarning: string;
780
+ borderWarning: string;
781
+ borderHoverWarning: string;
782
+ colorFocusWarning: string;
783
+ borderFocusWarning: string;
784
+ boxShadowFocusWarning: string;
785
+ caretColorWarning: string;
786
+ loadingColorError: string;
787
+ borderError: string;
788
+ borderHoverError: string;
789
+ colorFocusError: string;
790
+ borderFocusError: string;
791
+ boxShadowFocusError: string;
792
+ caretColorError: string;
793
+ clearColor: string;
794
+ clearColorHover: string;
795
+ clearColorPressed: string;
796
+ iconColor: string;
797
+ iconColorDisabled: string;
798
+ iconColorHover: string;
799
+ iconColorPressed: string;
800
+ suffixTextColor: string;
801
+ paddingTiny: string;
802
+ paddingSmall: string;
803
+ paddingMedium: string;
804
+ paddingLarge: string;
805
+ clearSize: string;
806
+ }, any>>;
807
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
808
+ fontWeight: string;
809
+ countTextColorDisabled: string;
810
+ countTextColor: string;
811
+ heightTiny: string;
812
+ heightSmall: string;
813
+ heightMedium: string;
814
+ heightLarge: string;
815
+ fontSizeTiny: string;
816
+ fontSizeSmall: string;
817
+ fontSizeMedium: string;
818
+ fontSizeLarge: string;
819
+ lineHeight: string;
820
+ lineHeightTextarea: string;
821
+ borderRadius: string;
822
+ iconSize: string;
823
+ groupLabelColor: string;
824
+ groupLabelTextColor: string;
825
+ textColor: string;
826
+ textColorDisabled: string;
827
+ textDecorationColor: string;
828
+ caretColor: string;
829
+ placeholderColor: string;
830
+ placeholderColorDisabled: string;
831
+ color: string;
832
+ colorDisabled: string;
833
+ colorFocus: string;
834
+ groupLabelBorder: string;
835
+ border: string;
836
+ borderHover: string;
837
+ borderDisabled: string;
838
+ borderFocus: string;
839
+ boxShadowFocus: string;
840
+ loadingColor: string;
841
+ loadingColorWarning: string;
842
+ borderWarning: string;
843
+ borderHoverWarning: string;
844
+ colorFocusWarning: string;
845
+ borderFocusWarning: string;
846
+ boxShadowFocusWarning: string;
847
+ caretColorWarning: string;
848
+ loadingColorError: string;
849
+ borderError: string;
850
+ borderHoverError: string;
851
+ colorFocusError: string;
852
+ borderFocusError: string;
853
+ boxShadowFocusError: string;
854
+ caretColorError: string;
855
+ clearColor: string;
856
+ clearColorHover: string;
857
+ clearColorPressed: string;
858
+ iconColor: string;
859
+ iconColorDisabled: string;
860
+ iconColorHover: string;
861
+ iconColorPressed: string;
862
+ suffixTextColor: string;
863
+ paddingTiny: string;
864
+ paddingSmall: string;
865
+ paddingMedium: string;
866
+ paddingLarge: string;
867
+ clearSize: string;
868
+ }, any>>>;
869
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
870
+ fontWeight: string;
871
+ countTextColorDisabled: string;
872
+ countTextColor: string;
873
+ heightTiny: string;
874
+ heightSmall: string;
875
+ heightMedium: string;
876
+ heightLarge: string;
877
+ fontSizeTiny: string;
878
+ fontSizeSmall: string;
879
+ fontSizeMedium: string;
880
+ fontSizeLarge: string;
881
+ lineHeight: string;
882
+ lineHeightTextarea: string;
883
+ borderRadius: string;
884
+ iconSize: string;
885
+ groupLabelColor: string;
886
+ groupLabelTextColor: string;
887
+ textColor: string;
888
+ textColorDisabled: string;
889
+ textDecorationColor: string;
890
+ caretColor: string;
891
+ placeholderColor: string;
892
+ placeholderColorDisabled: string;
893
+ color: string;
894
+ colorDisabled: string;
895
+ colorFocus: string;
896
+ groupLabelBorder: string;
897
+ border: string;
898
+ borderHover: string;
899
+ borderDisabled: string;
900
+ borderFocus: string;
901
+ boxShadowFocus: string;
902
+ loadingColor: string;
903
+ loadingColorWarning: string;
904
+ borderWarning: string;
905
+ borderHoverWarning: string;
906
+ colorFocusWarning: string;
907
+ borderFocusWarning: string;
908
+ boxShadowFocusWarning: string;
909
+ caretColorWarning: string;
910
+ loadingColorError: string;
911
+ borderError: string;
912
+ borderHoverError: string;
913
+ colorFocusError: string;
914
+ borderFocusError: string;
915
+ boxShadowFocusError: string;
916
+ caretColorError: string;
917
+ clearColor: string;
918
+ clearColorHover: string;
919
+ clearColorPressed: string;
920
+ iconColor: string;
921
+ iconColorDisabled: string;
922
+ iconColorHover: string;
923
+ iconColorPressed: string;
924
+ suffixTextColor: string;
925
+ paddingTiny: string;
926
+ paddingSmall: string;
927
+ paddingMedium: string;
928
+ paddingLarge: string;
929
+ clearSize: string;
930
+ }, any>>>;
931
+ }>> & Readonly<{}>, {
932
+ wrapperElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
933
+ inputElRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
934
+ inputMirrorElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
935
+ inputEl2Ref: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
936
+ textareaElRef: import('vue').Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
937
+ textareaMirrorElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
938
+ textareaScrollbarInstRef: import('vue').Ref<{
939
+ $el: HTMLElement;
940
+ containerRef: HTMLElement | null;
941
+ contentRef: HTMLElement | null;
942
+ containerScrollTop: number;
943
+ syncUnifiedContainer: () => void;
944
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
945
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
946
+ sync: () => void;
947
+ handleMouseEnterWrapper: () => void;
948
+ handleMouseLeaveWrapper: () => void;
949
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
950
+ $el: HTMLElement;
951
+ containerRef: HTMLElement | null;
952
+ contentRef: HTMLElement | null;
953
+ containerScrollTop: number;
954
+ syncUnifiedContainer: () => void;
955
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
956
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
957
+ sync: () => void;
958
+ handleMouseEnterWrapper: () => void;
959
+ handleMouseLeaveWrapper: () => void;
960
+ } | null>;
961
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
962
+ uncontrolledValue: import('vue').Ref<string | [string, string] | null, string | [string, string] | null>;
963
+ mergedValue: import('vue').ComputedRef<string | [string, string] | null>;
964
+ passwordVisible: import('vue').Ref<boolean, boolean>;
965
+ mergedPlaceholder: import('vue').ComputedRef<[string] | [string, string]>;
966
+ showPlaceholder1: import('vue').ComputedRef<string | false>;
967
+ showPlaceholder2: import('vue').ComputedRef<boolean | "" | undefined>;
968
+ mergedFocus: import('vue').ComputedRef<boolean>;
969
+ isComposing: import('vue').Ref<boolean, boolean>;
970
+ activated: import('vue').Ref<boolean, boolean>;
971
+ showClearButton: import('vue').ComputedRef<boolean>;
972
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
973
+ mergedDisabled: import('vue').ComputedRef<boolean>;
974
+ textDecorationStyle: import('vue').ComputedRef<string[] | {
975
+ textDecoration: string;
976
+ }[]>;
977
+ mergedClsPrefix: import('vue').Ref<string, string>;
978
+ mergedBordered: import('vue').ComputedRef<boolean>;
979
+ mergedShowPasswordOn: import('vue').ComputedRef<"click" | "mousedown" | undefined>;
980
+ placeholderStyle: import('vue').Ref<{
981
+ top: string;
982
+ }, {
983
+ top: string;
984
+ } | {
985
+ top: string;
986
+ }>;
987
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
988
+ textAreaScrollContainerWidth: import('vue').Ref<number | undefined, number | undefined>;
989
+ handleTextAreaScroll: (e: Event) => void;
990
+ handleCompositionStart: () => void;
991
+ handleCompositionEnd: (e: CompositionEvent) => void;
992
+ handleInput: (e: InputEvent | CompositionEvent | Event, index?: 0 | 1, event?: string) => void;
993
+ handleInputBlur: (e: FocusEvent) => void;
994
+ handleInputFocus: (e: FocusEvent, index: number) => void;
995
+ handleWrapperBlur: (e: FocusEvent) => void;
996
+ handleWrapperFocus: (e: FocusEvent) => void;
997
+ handleMouseEnter: () => void;
998
+ handleMouseLeave: () => void;
999
+ handleMouseDown: (e: MouseEvent) => void;
1000
+ handleChange: (e: Event, index?: 0 | 1) => void;
1001
+ handleClick: (e: MouseEvent) => void;
1002
+ handleClear: (e: MouseEvent) => void;
1003
+ handlePasswordToggleClick: () => void;
1004
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1005
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1006
+ handleWrapperKeyup: (e: KeyboardEvent) => void;
1007
+ handleTextAreaMirrorResize: () => void;
1008
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1009
+ mergedTheme: import('vue').ComputedRef<{
1010
+ common: import('naive-ui').ThemeCommonVars;
1011
+ self: {
1012
+ fontWeight: string;
1013
+ countTextColorDisabled: string;
1014
+ countTextColor: string;
1015
+ heightTiny: string;
1016
+ heightSmall: string;
1017
+ heightMedium: string;
1018
+ heightLarge: string;
1019
+ fontSizeTiny: string;
1020
+ fontSizeSmall: string;
1021
+ fontSizeMedium: string;
1022
+ fontSizeLarge: string;
1023
+ lineHeight: string;
1024
+ lineHeightTextarea: string;
1025
+ borderRadius: string;
1026
+ iconSize: string;
1027
+ groupLabelColor: string;
1028
+ groupLabelTextColor: string;
1029
+ textColor: string;
1030
+ textColorDisabled: string;
1031
+ textDecorationColor: string;
1032
+ caretColor: string;
1033
+ placeholderColor: string;
1034
+ placeholderColorDisabled: string;
1035
+ color: string;
1036
+ colorDisabled: string;
1037
+ colorFocus: string;
1038
+ groupLabelBorder: string;
1039
+ border: string;
1040
+ borderHover: string;
1041
+ borderDisabled: string;
1042
+ borderFocus: string;
1043
+ boxShadowFocus: string;
1044
+ loadingColor: string;
1045
+ loadingColorWarning: string;
1046
+ borderWarning: string;
1047
+ borderHoverWarning: string;
1048
+ colorFocusWarning: string;
1049
+ borderFocusWarning: string;
1050
+ boxShadowFocusWarning: string;
1051
+ caretColorWarning: string;
1052
+ loadingColorError: string;
1053
+ borderError: string;
1054
+ borderHoverError: string;
1055
+ colorFocusError: string;
1056
+ borderFocusError: string;
1057
+ boxShadowFocusError: string;
1058
+ caretColorError: string;
1059
+ clearColor: string;
1060
+ clearColorHover: string;
1061
+ clearColorPressed: string;
1062
+ iconColor: string;
1063
+ iconColorDisabled: string;
1064
+ iconColorHover: string;
1065
+ iconColorPressed: string;
1066
+ suffixTextColor: string;
1067
+ paddingTiny: string;
1068
+ paddingSmall: string;
1069
+ paddingMedium: string;
1070
+ paddingLarge: string;
1071
+ clearSize: string;
1072
+ };
1073
+ peers: any;
1074
+ peerOverrides: {
1075
+ [x: string]: any;
1076
+ };
1077
+ }>;
1078
+ cssVars: import('vue').ComputedRef<{
1079
+ "--n-bezier": string;
1080
+ "--n-count-text-color": string;
1081
+ "--n-count-text-color-disabled": string;
1082
+ "--n-color": string;
1083
+ "--n-font-size": string;
1084
+ "--n-font-weight": string;
1085
+ "--n-border-radius": string;
1086
+ "--n-height": string;
1087
+ "--n-padding-left": string;
1088
+ "--n-padding-right": string;
1089
+ "--n-text-color": string;
1090
+ "--n-caret-color": string;
1091
+ "--n-text-decoration-color": string;
1092
+ "--n-border": string;
1093
+ "--n-border-disabled": string;
1094
+ "--n-border-hover": string;
1095
+ "--n-border-focus": string;
1096
+ "--n-placeholder-color": string;
1097
+ "--n-placeholder-color-disabled": string;
1098
+ "--n-icon-size": string;
1099
+ "--n-line-height-textarea": string;
1100
+ "--n-color-disabled": string;
1101
+ "--n-color-focus": string;
1102
+ "--n-text-color-disabled": string;
1103
+ "--n-box-shadow-focus": string;
1104
+ "--n-loading-color": string;
1105
+ "--n-caret-color-warning": string;
1106
+ "--n-color-focus-warning": string;
1107
+ "--n-box-shadow-focus-warning": string;
1108
+ "--n-border-warning": string;
1109
+ "--n-border-focus-warning": string;
1110
+ "--n-border-hover-warning": string;
1111
+ "--n-loading-color-warning": string;
1112
+ "--n-caret-color-error": string;
1113
+ "--n-color-focus-error": string;
1114
+ "--n-box-shadow-focus-error": string;
1115
+ "--n-border-error": string;
1116
+ "--n-border-focus-error": string;
1117
+ "--n-border-hover-error": string;
1118
+ "--n-loading-color-error": string;
1119
+ "--n-clear-color": string;
1120
+ "--n-clear-size": string;
1121
+ "--n-clear-color-hover": string;
1122
+ "--n-clear-color-pressed": string;
1123
+ "--n-icon-color": string;
1124
+ "--n-icon-color-hover": string;
1125
+ "--n-icon-color-pressed": string;
1126
+ "--n-icon-color-disabled": string;
1127
+ "--n-suffix-text-color": string;
1128
+ }> | undefined;
1129
+ themeClass: import('vue').Ref<string, string> | undefined;
1130
+ onRender: (() => void) | undefined;
1131
+ isCompositing: import('vue').Ref<boolean>;
1132
+ blur: () => void;
1133
+ clear: () => void;
1134
+ focus: () => void;
1135
+ select: () => void;
1136
+ activate: () => void;
1137
+ deactivate: () => void;
1138
+ scrollTo: (options: ScrollToOptions) => void;
1139
+ }, {}, {}, {}, {
1140
+ type: "textarea" | "text" | "password";
1141
+ readonly: string | boolean;
1142
+ disabled: boolean | undefined;
1143
+ round: boolean;
1144
+ autofocus: boolean;
1145
+ loading: boolean;
1146
+ autosize: boolean | {
1147
+ minRows?: number;
1148
+ maxRows?: number;
1149
+ };
1150
+ bordered: boolean | undefined;
1151
+ clearable: boolean;
1152
+ defaultValue: string | [string, string] | null;
1153
+ resizable: boolean;
1154
+ pair: boolean;
1155
+ rows: string | number;
1156
+ passivelyActivated: boolean;
1157
+ stateful: boolean;
1158
+ showCount: boolean;
1159
+ attrSize: number;
1160
+ internalDeactivateOnEnter: boolean;
1161
+ internalForceFocus: boolean;
1162
+ internalLoadingBeforeSuffix: boolean;
1163
+ showPasswordToggle: boolean;
1164
+ }> | null;
1165
+ };
1166
+ $slots: Readonly<{
1167
+ [name: string]: import('vue').Slot<any> | undefined;
1168
+ }>;
1169
+ $root: import('vue').ComponentPublicInstance | null;
1170
+ $parent: import('vue').ComponentPublicInstance | null;
1171
+ $host: Element | null;
1172
+ $emit: (event: string, ...args: any[]) => void;
1173
+ $el: any;
1174
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../../../../components/CInput/CInput.vue').CInputProps> & Readonly<{}>, {
1175
+ focus: () => void;
1176
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1177
+ beforeCreate?: (() => void) | (() => void)[];
1178
+ created?: (() => void) | (() => void)[];
1179
+ beforeMount?: (() => void) | (() => void)[];
1180
+ mounted?: (() => void) | (() => void)[];
1181
+ beforeUpdate?: (() => void) | (() => void)[];
1182
+ updated?: (() => void) | (() => void)[];
1183
+ activated?: (() => void) | (() => void)[];
1184
+ deactivated?: (() => void) | (() => void)[];
1185
+ beforeDestroy?: (() => void) | (() => void)[];
1186
+ beforeUnmount?: (() => void) | (() => void)[];
1187
+ destroyed?: (() => void) | (() => void)[];
1188
+ unmounted?: (() => void) | (() => void)[];
1189
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1190
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1191
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1192
+ };
1193
+ $forceUpdate: () => void;
1194
+ $nextTick: typeof import('vue').nextTick;
1195
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1196
+ } & Readonly<{}> & Omit<Readonly<import('../../../../../components/CInput/CInput.vue').CInputProps> & Readonly<{}>, "focus"> & import('vue').ShallowUnwrapRef<{
1197
+ focus: () => void;
1198
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1199
+ $slots: Readonly<Record<string, any>> & Record<string, any>;
1200
+ }) | null;
1201
+ navigatorPresentationRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
1202
+ search?: string;
1203
+ mode: "thumbnails" | "list";
1204
+ isFullscreenNavigator?: boolean;
1205
+ }> & Readonly<{}>, {
1206
+ goToFirstResult: () => void;
1207
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1208
+ search: string;
1209
+ isFullscreenNavigator: boolean;
1210
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
1211
+ dynamicScrollerRef: unknown;
1212
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
1213
+ P: {};
1214
+ B: {};
1215
+ D: {};
1216
+ C: {};
1217
+ M: {};
1218
+ Defaults: {};
1219
+ }, Readonly<{
1220
+ search?: string;
1221
+ mode: "thumbnails" | "list";
1222
+ isFullscreenNavigator?: boolean;
1223
+ }> & Readonly<{}>, {
1224
+ goToFirstResult: () => void;
1225
+ }, {}, {}, {}, {
1226
+ search: string;
1227
+ isFullscreenNavigator: boolean;
1228
+ }> | null;
1229
+ }, HTMLDivElement>;
1230
+ export default _default;