@unizhen/ui 0.0.1

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 (202) hide show
  1. package/README.md +39 -0
  2. package/lib/components/actionButton/factory.d.ts +41 -0
  3. package/lib/components/actionButton/function.d.ts +15 -0
  4. package/lib/components/actionButton/index.d.ts +4 -0
  5. package/lib/components/actionButton/index.vue.d.ts +60 -0
  6. package/lib/components/actionButton/interface.d.ts +23 -0
  7. package/lib/components/api.d.ts +6 -0
  8. package/lib/components/back/index.d.ts +1 -0
  9. package/lib/components/back/index.vue.d.ts +1503 -0
  10. package/lib/components/camera/index.d.ts +1 -0
  11. package/lib/components/camera/index.vue.d.ts +3484 -0
  12. package/lib/components/circle/index.d.ts +1 -0
  13. package/lib/components/circle/index.vue.d.ts +398 -0
  14. package/lib/components/common.d.ts +15 -0
  15. package/lib/components/components.d.ts +14 -0
  16. package/lib/components/create.d.ts +18 -0
  17. package/lib/components/fetch.d.ts +8 -0
  18. package/lib/components/form/draggable.vue.d.ts +24818 -0
  19. package/lib/components/form/image.vue.d.ts +885 -0
  20. package/lib/components/form/index.d.ts +6 -0
  21. package/lib/components/form/index.vue.d.ts +24742 -0
  22. package/lib/components/form/interface.d.ts +262 -0
  23. package/lib/components/form/item.vue.d.ts +17896 -0
  24. package/lib/components/form/upload.vue.d.ts +5901 -0
  25. package/lib/components/hooks/index.d.ts +4 -0
  26. package/lib/components/hooks/memoryCache.d.ts +50 -0
  27. package/lib/components/hooks/useDebounceFn.d.ts +15 -0
  28. package/lib/components/hooks/useLocalStorage.d.ts +29 -0
  29. package/lib/components/hooks/useQuery.d.ts +77 -0
  30. package/lib/components/hooks/useThrottleFn.d.ts +15 -0
  31. package/lib/components/icon/factory.d.ts +125 -0
  32. package/lib/components/icon/index.d.ts +4 -0
  33. package/lib/components/icon/index.vue.d.ts +17 -0
  34. package/lib/components/icon/svg/AccessPoint.vue.d.ts +3 -0
  35. package/lib/components/icon/svg/Activity.vue.d.ts +3 -0
  36. package/lib/components/icon/svg/Adjustments.vue.d.ts +3 -0
  37. package/lib/components/icon/svg/AdjustmentsHorizontal.vue.d.ts +3 -0
  38. package/lib/components/icon/svg/Affiliate.vue.d.ts +3 -0
  39. package/lib/components/icon/svg/Alarm.vue.d.ts +3 -0
  40. package/lib/components/icon/svg/AlertCircle.vue.d.ts +3 -0
  41. package/lib/components/icon/svg/ApiApp.vue.d.ts +3 -0
  42. package/lib/components/icon/svg/AppWindow.vue.d.ts +3 -0
  43. package/lib/components/icon/svg/Apps.vue.d.ts +3 -0
  44. package/lib/components/icon/svg/Archive.vue.d.ts +3 -0
  45. package/lib/components/icon/svg/ArrowNarrowLeft.vue.d.ts +3 -0
  46. package/lib/components/icon/svg/AspectRatio.vue.d.ts +3 -0
  47. package/lib/components/icon/svg/Atom.vue.d.ts +3 -0
  48. package/lib/components/icon/svg/Atom2.vue.d.ts +3 -0
  49. package/lib/components/icon/svg/Award.vue.d.ts +3 -0
  50. package/lib/components/icon/svg/Barcode.vue.d.ts +3 -0
  51. package/lib/components/icon/svg/Basket.vue.d.ts +3 -0
  52. package/lib/components/icon/svg/Bell.vue.d.ts +3 -0
  53. package/lib/components/icon/svg/Bluetooth.vue.d.ts +3 -0
  54. package/lib/components/icon/svg/Book2.vue.d.ts +3 -0
  55. package/lib/components/icon/svg/Books.vue.d.ts +3 -0
  56. package/lib/components/icon/svg/Box.vue.d.ts +3 -0
  57. package/lib/components/icon/svg/BrandAsana.vue.d.ts +3 -0
  58. package/lib/components/icon/svg/BrandStackoverflow.vue.d.ts +3 -0
  59. package/lib/components/icon/svg/Briefcase.vue.d.ts +3 -0
  60. package/lib/components/icon/svg/Building.vue.d.ts +3 -0
  61. package/lib/components/icon/svg/BuildingArch.vue.d.ts +3 -0
  62. package/lib/components/icon/svg/BuildingWarehouse.vue.d.ts +3 -0
  63. package/lib/components/icon/svg/Calculator.vue.d.ts +3 -0
  64. package/lib/components/icon/svg/Calendar.vue.d.ts +3 -0
  65. package/lib/components/icon/svg/CalendarPlus.vue.d.ts +3 -0
  66. package/lib/components/icon/svg/CalendarStats.vue.d.ts +3 -0
  67. package/lib/components/icon/svg/Camera.vue.d.ts +3 -0
  68. package/lib/components/icon/svg/CaretDown.vue.d.ts +3 -0
  69. package/lib/components/icon/svg/CaretUp.vue.d.ts +3 -0
  70. package/lib/components/icon/svg/ChartArea.vue.d.ts +3 -0
  71. package/lib/components/icon/svg/ChartBar.vue.d.ts +3 -0
  72. package/lib/components/icon/svg/ChartBubble.vue.d.ts +3 -0
  73. package/lib/components/icon/svg/ChartDonut.vue.d.ts +3 -0
  74. package/lib/components/icon/svg/ChartLine.vue.d.ts +3 -0
  75. package/lib/components/icon/svg/ChartPie.vue.d.ts +3 -0
  76. package/lib/components/icon/svg/ChartRadar.vue.d.ts +3 -0
  77. package/lib/components/icon/svg/Checkbox.vue.d.ts +3 -0
  78. package/lib/components/icon/svg/CheckupList.vue.d.ts +3 -0
  79. package/lib/components/icon/svg/CircleMinus.vue.d.ts +3 -0
  80. package/lib/components/icon/svg/Clipboard.vue.d.ts +3 -0
  81. package/lib/components/icon/svg/ClipboardCheck.vue.d.ts +3 -0
  82. package/lib/components/icon/svg/ClipboardList.vue.d.ts +3 -0
  83. package/lib/components/icon/svg/ClipboardPlus.vue.d.ts +3 -0
  84. package/lib/components/icon/svg/Clock.vue.d.ts +3 -0
  85. package/lib/components/icon/svg/Cloud.vue.d.ts +3 -0
  86. package/lib/components/icon/svg/CloudDownload.vue.d.ts +3 -0
  87. package/lib/components/icon/svg/CloudUpload.vue.d.ts +3 -0
  88. package/lib/components/icon/svg/Command.vue.d.ts +3 -0
  89. package/lib/components/icon/svg/Confetti.vue.d.ts +3 -0
  90. package/lib/components/icon/svg/Container.vue.d.ts +3 -0
  91. package/lib/components/icon/svg/Copy.vue.d.ts +3 -0
  92. package/lib/components/icon/svg/CreditCard.vue.d.ts +3 -0
  93. package/lib/components/icon/svg/Crosshair.vue.d.ts +3 -0
  94. package/lib/components/icon/svg/CurrencyYen.vue.d.ts +3 -0
  95. package/lib/components/icon/svg/Dashboard.vue.d.ts +3 -0
  96. package/lib/components/icon/svg/Database.vue.d.ts +3 -0
  97. package/lib/components/icon/svg/DatabaseExport.vue.d.ts +3 -0
  98. package/lib/components/icon/svg/DatabaseImport.vue.d.ts +3 -0
  99. package/lib/components/icon/svg/DeviceAnalytics.vue.d.ts +3 -0
  100. package/lib/components/icon/svg/DeviceDesktop.vue.d.ts +3 -0
  101. package/lib/components/icon/svg/DeviceDesktopAnalytics.vue.d.ts +3 -0
  102. package/lib/components/icon/svg/DeviceLaptop.vue.d.ts +3 -0
  103. package/lib/components/icon/svg/DeviceMobile.vue.d.ts +3 -0
  104. package/lib/components/icon/svg/Diamond.vue.d.ts +3 -0
  105. package/lib/components/icon/svg/Dots.vue.d.ts +3 -0
  106. package/lib/components/icon/svg/DotsVertical.vue.d.ts +3 -0
  107. package/lib/components/icon/svg/Edit.vue.d.ts +3 -0
  108. package/lib/components/icon/svg/Eraser.vue.d.ts +3 -0
  109. package/lib/components/icon/svg/Eye.vue.d.ts +3 -0
  110. package/lib/components/icon/svg/File.vue.d.ts +3 -0
  111. package/lib/components/icon/svg/FileAlert.vue.d.ts +3 -0
  112. package/lib/components/icon/svg/FileAnalytics.vue.d.ts +3 -0
  113. package/lib/components/icon/svg/FileText.vue.d.ts +3 -0
  114. package/lib/components/icon/svg/Filter.vue.d.ts +3 -0
  115. package/lib/components/icon/svg/GitCompare.vue.d.ts +3 -0
  116. package/lib/components/icon/svg/GitPullRequest.vue.d.ts +3 -0
  117. package/lib/components/icon/svg/GridDots.vue.d.ts +3 -0
  118. package/lib/components/icon/svg/Home.vue.d.ts +3 -0
  119. package/lib/components/icon/svg/Id.vue.d.ts +3 -0
  120. package/lib/components/icon/svg/LayoutSidebarLeftCollapse.vue.d.ts +3 -0
  121. package/lib/components/icon/svg/LayoutSidebarLeftExpand.vue.d.ts +3 -0
  122. package/lib/components/icon/svg/Link.vue.d.ts +3 -0
  123. package/lib/components/icon/svg/List.vue.d.ts +3 -0
  124. package/lib/components/icon/svg/ListCheck.vue.d.ts +3 -0
  125. package/lib/components/icon/svg/ListDetails.vue.d.ts +3 -0
  126. package/lib/components/icon/svg/Mail.vue.d.ts +3 -0
  127. package/lib/components/icon/svg/Map.vue.d.ts +3 -0
  128. package/lib/components/icon/svg/MapPin.vue.d.ts +3 -0
  129. package/lib/components/icon/svg/Menu2.vue.d.ts +3 -0
  130. package/lib/components/icon/svg/Message2.vue.d.ts +3 -0
  131. package/lib/components/icon/svg/MinusRound.vue.d.ts +3 -0
  132. package/lib/components/icon/svg/MoonStars.vue.d.ts +3 -0
  133. package/lib/components/icon/svg/Paperclip.vue.d.ts +3 -0
  134. package/lib/components/icon/svg/Photo.vue.d.ts +3 -0
  135. package/lib/components/icon/svg/PhotoOff.vue.d.ts +3 -0
  136. package/lib/components/icon/svg/Plus.vue.d.ts +3 -0
  137. package/lib/components/icon/svg/Presentation.vue.d.ts +3 -0
  138. package/lib/components/icon/svg/PresentationAnalytics.vue.d.ts +3 -0
  139. package/lib/components/icon/svg/Printer.vue.d.ts +3 -0
  140. package/lib/components/icon/svg/Qrcode.vue.d.ts +3 -0
  141. package/lib/components/icon/svg/Refresh.vue.d.ts +3 -0
  142. package/lib/components/icon/svg/Report.vue.d.ts +3 -0
  143. package/lib/components/icon/svg/ReportAnalytics.vue.d.ts +3 -0
  144. package/lib/components/icon/svg/ReportMoney.vue.d.ts +3 -0
  145. package/lib/components/icon/svg/ReportSearch.vue.d.ts +3 -0
  146. package/lib/components/icon/svg/Search.vue.d.ts +3 -0
  147. package/lib/components/icon/svg/Settings.vue.d.ts +3 -0
  148. package/lib/components/icon/svg/SmartHome.vue.d.ts +3 -0
  149. package/lib/components/icon/svg/Sun.vue.d.ts +3 -0
  150. package/lib/components/icon/svg/TransferIn.vue.d.ts +3 -0
  151. package/lib/components/icon/svg/TransferOut.vue.d.ts +3 -0
  152. package/lib/components/icon/svg/Trash.vue.d.ts +3 -0
  153. package/lib/components/icon/svg/User.vue.d.ts +3 -0
  154. package/lib/components/icon/svg/UserCircle.vue.d.ts +3 -0
  155. package/lib/components/icon/svg/UserMinus.vue.d.ts +3 -0
  156. package/lib/components/icon/svg/UserPlus.vue.d.ts +3 -0
  157. package/lib/components/icon/svg/Users.vue.d.ts +3 -0
  158. package/lib/components/icon/svg/X.vue.d.ts +3 -0
  159. package/lib/components/index.d.ts +11 -0
  160. package/lib/components/interface.d.ts +34 -0
  161. package/lib/components/local/en-US.d.ts +33 -0
  162. package/lib/components/local/index.d.ts +68 -0
  163. package/lib/components/local/zh-CN.d.ts +33 -0
  164. package/lib/components/localStorage.d.ts +13 -0
  165. package/lib/components/monitor.d.ts +2 -0
  166. package/lib/components/numberRoll/index.d.ts +1 -0
  167. package/lib/components/numberRoll/index.vue.d.ts +47 -0
  168. package/lib/components/preset.d.ts +5 -0
  169. package/lib/components/router.d.ts +3 -0
  170. package/lib/components/scale.d.ts +6 -0
  171. package/lib/components/searchBar/components/index.d.ts +1 -0
  172. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2540 -0
  173. package/lib/components/searchBar/index.d.ts +3 -0
  174. package/lib/components/searchBar/index.vue.d.ts +22710 -0
  175. package/lib/components/searchBar/interface.d.ts +45 -0
  176. package/lib/components/searchBar/mobile.vue.d.ts +21554 -0
  177. package/lib/components/spin/index.d.ts +1 -0
  178. package/lib/components/spin/index.vue.d.ts +1806 -0
  179. package/lib/components/store/common.d.ts +13 -0
  180. package/lib/components/store/index.d.ts +2 -0
  181. package/lib/components/store/thumbnail.d.ts +29 -0
  182. package/lib/components/table/child.vue.d.ts +8391 -0
  183. package/lib/components/table/child_quest.vue.d.ts +6568 -0
  184. package/lib/components/table/drawer.vue.d.ts +5809 -0
  185. package/lib/components/table/factory.d.ts +220 -0
  186. package/lib/components/table/index.d.ts +7 -0
  187. package/lib/components/table/index.vue.d.ts +16622 -0
  188. package/lib/components/table/interface.d.ts +105 -0
  189. package/lib/components/table/list.vue.d.ts +36 -0
  190. package/lib/components/table/mobile.vue.d.ts +4080 -0
  191. package/lib/components/table/ocr.vue.d.ts +3454 -0
  192. package/lib/components/theme.d.ts +4 -0
  193. package/lib/components/thumbnail/index.d.ts +1 -0
  194. package/lib/components/thumbnail/index.vue.d.ts +4275 -0
  195. package/lib/components/version.d.ts +1 -0
  196. package/lib/components/wrap/index.d.ts +1 -0
  197. package/lib/components/wrap/index.vue.d.ts +223 -0
  198. package/lib/index.d.ts +6 -0
  199. package/lib/ui.css +1 -0
  200. package/lib/ui.js +10690 -0
  201. package/package.json +93 -0
  202. package/volar.d.ts +26 -0
@@ -0,0 +1,4275 @@
1
+ import { PropType, DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, CSSProperties, ComputedRef, ComponentPublicInstance, ComponentInternalInstance, Slot, ComponentOptionsBase, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, SlotsType, VNode, VNodeChild, HTMLAttributes, Component } from 'vue';
2
+ import { TabsType, Addable, OnBeforeLeave, OnUpdateValue, OnClose } from 'naive-ui/es/tabs/src/interface';
3
+ import { MaybeArray } from 'naive-ui/es/_utils';
4
+ import { Theme } from 'naive-ui/es/_mixins';
5
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
6
+ import { VXScrollInst } from 'vueuc';
7
+ import { OnCleanup } from '@vue/reactivity';
8
+ import { DebouncedFuncLeading } from 'lodash';
9
+ import { TabsSlots, TabPaneSlots, ButtonSlots, PopoverTrigger, ButtonProps, Placement, ThemeCommonVars, PopconfirmSlots, FlexAlign, FlexJustify } from 'naive-ui';
10
+ import { Size, Type } from 'naive-ui/es/button/src/interface';
11
+ import { BaseWaveRef } from 'naive-ui/es/_internal';
12
+ import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
13
+ import { Depth } from 'naive-ui/es/icon/src/Icon';
14
+ import { TriggerEventHandlers } from 'naive-ui/es/popover/src/Popover';
15
+ import { InternalPopoverInst } from 'naive-ui/es/popover/src/interface';
16
+ interface IOption {
17
+ label: string;
18
+ key: string;
19
+ cache: string;
20
+ }
21
+ declare const _default: DefineComponent<ExtractPropTypes<{
22
+ option: {
23
+ type: PropType<IOption>;
24
+ default: () => {
25
+ label: string;
26
+ key: string;
27
+ cache: string;
28
+ };
29
+ };
30
+ }>, {
31
+ thumbnailStore: {
32
+ page: {
33
+ label: string;
34
+ key: string;
35
+ path: string;
36
+ closable?: boolean | undefined;
37
+ };
38
+ cache: string;
39
+ active: string;
40
+ thumbnail: {
41
+ label: string;
42
+ key: string;
43
+ path: string;
44
+ closable?: boolean | undefined;
45
+ }[];
46
+ };
47
+ isSlotPrefix: Ref<boolean, boolean>;
48
+ handleClose: (name: string) => void;
49
+ handleChange: (name: string) => void;
50
+ handleClear: () => void;
51
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
52
+ option: {
53
+ type: PropType<IOption>;
54
+ default: () => {
55
+ label: string;
56
+ key: string;
57
+ cache: string;
58
+ };
59
+ };
60
+ }>> & Readonly<{}>, {
61
+ option: IOption;
62
+ }, {}, {
63
+ NTabs: DefineComponent<ExtractPropTypes<{
64
+ readonly value: PropType<string | number>;
65
+ readonly defaultValue: PropType<string | number>;
66
+ readonly trigger: {
67
+ readonly type: PropType<"click" | "hover">;
68
+ readonly default: "click";
69
+ };
70
+ readonly type: {
71
+ readonly type: PropType< TabsType>;
72
+ readonly default: "bar";
73
+ };
74
+ readonly closable: BooleanConstructor;
75
+ readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
76
+ readonly size: {
77
+ readonly type: PropType<"small" | "medium" | "large">;
78
+ readonly default: "medium";
79
+ };
80
+ readonly placement: {
81
+ readonly type: PropType<"top" | "left" | "right" | "bottom">;
82
+ readonly default: "top";
83
+ };
84
+ readonly tabStyle: PropType<string | CSSProperties>;
85
+ readonly tabClass: StringConstructor;
86
+ readonly addTabStyle: PropType<string | CSSProperties>;
87
+ readonly addTabClass: StringConstructor;
88
+ readonly barWidth: NumberConstructor;
89
+ readonly paneClass: StringConstructor;
90
+ readonly paneStyle: PropType<string | CSSProperties>;
91
+ readonly paneWrapperClass: StringConstructor;
92
+ readonly paneWrapperStyle: PropType<string | CSSProperties>;
93
+ readonly addable: PropType< Addable>;
94
+ readonly tabsPadding: {
95
+ readonly type: NumberConstructor;
96
+ readonly default: 0;
97
+ };
98
+ readonly animated: BooleanConstructor;
99
+ readonly onBeforeLeave: PropType< OnBeforeLeave>;
100
+ readonly onAdd: PropType<() => void>;
101
+ readonly 'onUpdate:value': PropType< MaybeArray<OnUpdateValue>>;
102
+ readonly onUpdateValue: PropType< MaybeArray<OnUpdateValue>>;
103
+ readonly onClose: PropType< MaybeArray<OnClose>>;
104
+ readonly labelSize: PropType<"small" | "medium" | "large">;
105
+ readonly activeName: PropType<string | number>;
106
+ readonly onActiveNameChange: PropType< MaybeArray<(value: string & number) => void>>;
107
+ readonly theme: PropType< Theme<"Tabs", {
108
+ colorSegment: string;
109
+ tabFontSizeCard: string;
110
+ tabTextColorLine: string;
111
+ tabTextColorActiveLine: string;
112
+ tabTextColorHoverLine: string;
113
+ tabTextColorDisabledLine: string;
114
+ tabTextColorSegment: string;
115
+ tabTextColorActiveSegment: string;
116
+ tabTextColorHoverSegment: string;
117
+ tabTextColorDisabledSegment: string;
118
+ tabTextColorBar: string;
119
+ tabTextColorActiveBar: string;
120
+ tabTextColorHoverBar: string;
121
+ tabTextColorDisabledBar: string;
122
+ tabTextColorCard: string;
123
+ tabTextColorHoverCard: string;
124
+ tabTextColorActiveCard: string;
125
+ tabTextColorDisabledCard: string;
126
+ barColor: string;
127
+ closeIconColor: string;
128
+ closeIconColorHover: string;
129
+ closeIconColorPressed: string;
130
+ closeColorHover: string;
131
+ closeColorPressed: string;
132
+ closeBorderRadius: string;
133
+ tabColor: string;
134
+ tabColorSegment: string;
135
+ tabBorderColor: string;
136
+ tabFontWeightActive: string;
137
+ tabFontWeight: string;
138
+ tabBorderRadius: string;
139
+ paneTextColor: string;
140
+ fontWeightStrong: string;
141
+ tabFontSizeSmall: string;
142
+ tabFontSizeMedium: string;
143
+ tabFontSizeLarge: string;
144
+ tabGapSmallLine: string;
145
+ tabGapMediumLine: string;
146
+ tabGapLargeLine: string;
147
+ tabGapSmallLineVertical: string;
148
+ tabGapMediumLineVertical: string;
149
+ tabGapLargeLineVertical: string;
150
+ tabPaddingSmallLine: string;
151
+ tabPaddingMediumLine: string;
152
+ tabPaddingLargeLine: string;
153
+ tabPaddingVerticalSmallLine: string;
154
+ tabPaddingVerticalMediumLine: string;
155
+ tabPaddingVerticalLargeLine: string;
156
+ tabGapSmallBar: string;
157
+ tabGapMediumBar: string;
158
+ tabGapLargeBar: string;
159
+ tabGapSmallBarVertical: string;
160
+ tabGapMediumBarVertical: string;
161
+ tabGapLargeBarVertical: string;
162
+ tabPaddingSmallBar: string;
163
+ tabPaddingMediumBar: string;
164
+ tabPaddingLargeBar: string;
165
+ tabPaddingVerticalSmallBar: string;
166
+ tabPaddingVerticalMediumBar: string;
167
+ tabPaddingVerticalLargeBar: string;
168
+ tabGapSmallCard: string;
169
+ tabGapMediumCard: string;
170
+ tabGapLargeCard: string;
171
+ tabGapSmallCardVertical: string;
172
+ tabGapMediumCardVertical: string;
173
+ tabGapLargeCardVertical: string;
174
+ tabPaddingSmallCard: string;
175
+ tabPaddingMediumCard: string;
176
+ tabPaddingLargeCard: string;
177
+ tabPaddingSmallSegment: string;
178
+ tabPaddingMediumSegment: string;
179
+ tabPaddingLargeSegment: string;
180
+ tabPaddingVerticalLargeSegment: string;
181
+ tabPaddingVerticalSmallCard: string;
182
+ tabPaddingVerticalMediumCard: string;
183
+ tabPaddingVerticalLargeCard: string;
184
+ tabPaddingVerticalSmallSegment: string;
185
+ tabPaddingVerticalMediumSegment: string;
186
+ tabGapSmallSegment: string;
187
+ tabGapMediumSegment: string;
188
+ tabGapLargeSegment: string;
189
+ tabGapSmallSegmentVertical: string;
190
+ tabGapMediumSegmentVertical: string;
191
+ tabGapLargeSegmentVertical: string;
192
+ panePaddingSmall: string;
193
+ panePaddingMedium: string;
194
+ panePaddingLarge: string;
195
+ closeSize: string;
196
+ closeIconSize: string;
197
+ }, any>>;
198
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Tabs", {
199
+ colorSegment: string;
200
+ tabFontSizeCard: string;
201
+ tabTextColorLine: string;
202
+ tabTextColorActiveLine: string;
203
+ tabTextColorHoverLine: string;
204
+ tabTextColorDisabledLine: string;
205
+ tabTextColorSegment: string;
206
+ tabTextColorActiveSegment: string;
207
+ tabTextColorHoverSegment: string;
208
+ tabTextColorDisabledSegment: string;
209
+ tabTextColorBar: string;
210
+ tabTextColorActiveBar: string;
211
+ tabTextColorHoverBar: string;
212
+ tabTextColorDisabledBar: string;
213
+ tabTextColorCard: string;
214
+ tabTextColorHoverCard: string;
215
+ tabTextColorActiveCard: string;
216
+ tabTextColorDisabledCard: string;
217
+ barColor: string;
218
+ closeIconColor: string;
219
+ closeIconColorHover: string;
220
+ closeIconColorPressed: string;
221
+ closeColorHover: string;
222
+ closeColorPressed: string;
223
+ closeBorderRadius: string;
224
+ tabColor: string;
225
+ tabColorSegment: string;
226
+ tabBorderColor: string;
227
+ tabFontWeightActive: string;
228
+ tabFontWeight: string;
229
+ tabBorderRadius: string;
230
+ paneTextColor: string;
231
+ fontWeightStrong: string;
232
+ tabFontSizeSmall: string;
233
+ tabFontSizeMedium: string;
234
+ tabFontSizeLarge: string;
235
+ tabGapSmallLine: string;
236
+ tabGapMediumLine: string;
237
+ tabGapLargeLine: string;
238
+ tabGapSmallLineVertical: string;
239
+ tabGapMediumLineVertical: string;
240
+ tabGapLargeLineVertical: string;
241
+ tabPaddingSmallLine: string;
242
+ tabPaddingMediumLine: string;
243
+ tabPaddingLargeLine: string;
244
+ tabPaddingVerticalSmallLine: string;
245
+ tabPaddingVerticalMediumLine: string;
246
+ tabPaddingVerticalLargeLine: string;
247
+ tabGapSmallBar: string;
248
+ tabGapMediumBar: string;
249
+ tabGapLargeBar: string;
250
+ tabGapSmallBarVertical: string;
251
+ tabGapMediumBarVertical: string;
252
+ tabGapLargeBarVertical: string;
253
+ tabPaddingSmallBar: string;
254
+ tabPaddingMediumBar: string;
255
+ tabPaddingLargeBar: string;
256
+ tabPaddingVerticalSmallBar: string;
257
+ tabPaddingVerticalMediumBar: string;
258
+ tabPaddingVerticalLargeBar: string;
259
+ tabGapSmallCard: string;
260
+ tabGapMediumCard: string;
261
+ tabGapLargeCard: string;
262
+ tabGapSmallCardVertical: string;
263
+ tabGapMediumCardVertical: string;
264
+ tabGapLargeCardVertical: string;
265
+ tabPaddingSmallCard: string;
266
+ tabPaddingMediumCard: string;
267
+ tabPaddingLargeCard: string;
268
+ tabPaddingSmallSegment: string;
269
+ tabPaddingMediumSegment: string;
270
+ tabPaddingLargeSegment: string;
271
+ tabPaddingVerticalLargeSegment: string;
272
+ tabPaddingVerticalSmallCard: string;
273
+ tabPaddingVerticalMediumCard: string;
274
+ tabPaddingVerticalLargeCard: string;
275
+ tabPaddingVerticalSmallSegment: string;
276
+ tabPaddingVerticalMediumSegment: string;
277
+ tabGapSmallSegment: string;
278
+ tabGapMediumSegment: string;
279
+ tabGapLargeSegment: string;
280
+ tabGapSmallSegmentVertical: string;
281
+ tabGapMediumSegmentVertical: string;
282
+ tabGapLargeSegmentVertical: string;
283
+ panePaddingSmall: string;
284
+ panePaddingMedium: string;
285
+ panePaddingLarge: string;
286
+ closeSize: string;
287
+ closeIconSize: string;
288
+ }, any>>>;
289
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Tabs", {
290
+ colorSegment: string;
291
+ tabFontSizeCard: string;
292
+ tabTextColorLine: string;
293
+ tabTextColorActiveLine: string;
294
+ tabTextColorHoverLine: string;
295
+ tabTextColorDisabledLine: string;
296
+ tabTextColorSegment: string;
297
+ tabTextColorActiveSegment: string;
298
+ tabTextColorHoverSegment: string;
299
+ tabTextColorDisabledSegment: string;
300
+ tabTextColorBar: string;
301
+ tabTextColorActiveBar: string;
302
+ tabTextColorHoverBar: string;
303
+ tabTextColorDisabledBar: string;
304
+ tabTextColorCard: string;
305
+ tabTextColorHoverCard: string;
306
+ tabTextColorActiveCard: string;
307
+ tabTextColorDisabledCard: string;
308
+ barColor: string;
309
+ closeIconColor: string;
310
+ closeIconColorHover: string;
311
+ closeIconColorPressed: string;
312
+ closeColorHover: string;
313
+ closeColorPressed: string;
314
+ closeBorderRadius: string;
315
+ tabColor: string;
316
+ tabColorSegment: string;
317
+ tabBorderColor: string;
318
+ tabFontWeightActive: string;
319
+ tabFontWeight: string;
320
+ tabBorderRadius: string;
321
+ paneTextColor: string;
322
+ fontWeightStrong: string;
323
+ tabFontSizeSmall: string;
324
+ tabFontSizeMedium: string;
325
+ tabFontSizeLarge: string;
326
+ tabGapSmallLine: string;
327
+ tabGapMediumLine: string;
328
+ tabGapLargeLine: string;
329
+ tabGapSmallLineVertical: string;
330
+ tabGapMediumLineVertical: string;
331
+ tabGapLargeLineVertical: string;
332
+ tabPaddingSmallLine: string;
333
+ tabPaddingMediumLine: string;
334
+ tabPaddingLargeLine: string;
335
+ tabPaddingVerticalSmallLine: string;
336
+ tabPaddingVerticalMediumLine: string;
337
+ tabPaddingVerticalLargeLine: string;
338
+ tabGapSmallBar: string;
339
+ tabGapMediumBar: string;
340
+ tabGapLargeBar: string;
341
+ tabGapSmallBarVertical: string;
342
+ tabGapMediumBarVertical: string;
343
+ tabGapLargeBarVertical: string;
344
+ tabPaddingSmallBar: string;
345
+ tabPaddingMediumBar: string;
346
+ tabPaddingLargeBar: string;
347
+ tabPaddingVerticalSmallBar: string;
348
+ tabPaddingVerticalMediumBar: string;
349
+ tabPaddingVerticalLargeBar: string;
350
+ tabGapSmallCard: string;
351
+ tabGapMediumCard: string;
352
+ tabGapLargeCard: string;
353
+ tabGapSmallCardVertical: string;
354
+ tabGapMediumCardVertical: string;
355
+ tabGapLargeCardVertical: string;
356
+ tabPaddingSmallCard: string;
357
+ tabPaddingMediumCard: string;
358
+ tabPaddingLargeCard: string;
359
+ tabPaddingSmallSegment: string;
360
+ tabPaddingMediumSegment: string;
361
+ tabPaddingLargeSegment: string;
362
+ tabPaddingVerticalLargeSegment: string;
363
+ tabPaddingVerticalSmallCard: string;
364
+ tabPaddingVerticalMediumCard: string;
365
+ tabPaddingVerticalLargeCard: string;
366
+ tabPaddingVerticalSmallSegment: string;
367
+ tabPaddingVerticalMediumSegment: string;
368
+ tabGapSmallSegment: string;
369
+ tabGapMediumSegment: string;
370
+ tabGapLargeSegment: string;
371
+ tabGapSmallSegmentVertical: string;
372
+ tabGapMediumSegmentVertical: string;
373
+ tabGapLargeSegmentVertical: string;
374
+ panePaddingSmall: string;
375
+ panePaddingMedium: string;
376
+ panePaddingLarge: string;
377
+ closeSize: string;
378
+ closeIconSize: string;
379
+ }, any>>>;
380
+ }>, {
381
+ syncBarPosition: () => void;
382
+ mergedClsPrefix: Ref<string, string>;
383
+ mergedValue: ComputedRef<string | number | null>;
384
+ renderedNames: Set<NonNullable<string | number>>;
385
+ segmentCapsuleElRef: Ref<HTMLElement | null, HTMLElement | null>;
386
+ tabsPaneWrapperRef: Ref<HTMLElement | null, HTMLElement | null>;
387
+ tabsElRef: Ref<HTMLElement | null, HTMLElement | null>;
388
+ barElRef: Ref<HTMLElement | null, HTMLElement | null>;
389
+ addTabInstRef: Ref< ComponentPublicInstance | null, ComponentPublicInstance | null>;
390
+ xScrollInstRef: Ref<( VXScrollInst & {
391
+ $: ComponentInternalInstance;
392
+ $data: {};
393
+ $props: {};
394
+ $attrs: {
395
+ [x: string]: unknown;
396
+ };
397
+ $refs: {
398
+ [x: string]: unknown;
399
+ };
400
+ $slots: Readonly<{
401
+ [name: string]: Slot<any> | undefined;
402
+ }>;
403
+ $root: ComponentPublicInstance | null;
404
+ $parent: ComponentPublicInstance | null;
405
+ $host: Element | null;
406
+ $emit: (event: string, ...args: any[]) => void;
407
+ $el: any;
408
+ $options: ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, ComponentProvideOptions> & {
409
+ beforeCreate?: (() => void) | (() => void)[];
410
+ created?: (() => void) | (() => void)[];
411
+ beforeMount?: (() => void) | (() => void)[];
412
+ mounted?: (() => void) | (() => void)[];
413
+ beforeUpdate?: (() => void) | (() => void)[];
414
+ updated?: (() => void) | (() => void)[];
415
+ activated?: (() => void) | (() => void)[];
416
+ deactivated?: (() => void) | (() => void)[];
417
+ beforeDestroy?: (() => void) | (() => void)[];
418
+ beforeUnmount?: (() => void) | (() => void)[];
419
+ destroyed?: (() => void) | (() => void)[];
420
+ unmounted?: (() => void) | (() => void)[];
421
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
422
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
423
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
424
+ };
425
+ $forceUpdate: () => void;
426
+ $nextTick: nextTick;
427
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
428
+ } & Readonly<{}> & Omit<{}, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {}) | null, ( VXScrollInst & {
429
+ $: ComponentInternalInstance;
430
+ $data: {};
431
+ $props: {};
432
+ $attrs: {
433
+ [x: string]: unknown;
434
+ };
435
+ $refs: {
436
+ [x: string]: unknown;
437
+ };
438
+ $slots: Readonly<{
439
+ [name: string]: Slot<any> | undefined;
440
+ }>;
441
+ $root: ComponentPublicInstance | null;
442
+ $parent: ComponentPublicInstance | null;
443
+ $host: Element | null;
444
+ $emit: (event: string, ...args: any[]) => void;
445
+ $el: any;
446
+ $options: ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, ComponentProvideOptions> & {
447
+ beforeCreate?: (() => void) | (() => void)[];
448
+ created?: (() => void) | (() => void)[];
449
+ beforeMount?: (() => void) | (() => void)[];
450
+ mounted?: (() => void) | (() => void)[];
451
+ beforeUpdate?: (() => void) | (() => void)[];
452
+ updated?: (() => void) | (() => void)[];
453
+ activated?: (() => void) | (() => void)[];
454
+ deactivated?: (() => void) | (() => void)[];
455
+ beforeDestroy?: (() => void) | (() => void)[];
456
+ beforeUnmount?: (() => void) | (() => void)[];
457
+ destroyed?: (() => void) | (() => void)[];
458
+ unmounted?: (() => void) | (() => void)[];
459
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
460
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
461
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
462
+ };
463
+ $forceUpdate: () => void;
464
+ $nextTick: nextTick;
465
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
466
+ } & Readonly<{}> & Omit<{}, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {}) | null>;
467
+ scrollWrapperElRef: Ref<HTMLElement | null, HTMLElement | null>;
468
+ addTabFixed: Ref<boolean, boolean>;
469
+ tabWrapperStyle: ComputedRef<{
470
+ display: string;
471
+ justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
472
+ } | undefined>;
473
+ handleNavResize: DebouncedFuncLeading<(entry: ResizeObserverEntry) => void>;
474
+ mergedSize: ComputedRef<"small" | "medium" | "large">;
475
+ handleScroll: DebouncedFuncLeading<(e: Event) => void>;
476
+ handleTabsResize: DebouncedFuncLeading<(entry: ResizeObserverEntry) => void>;
477
+ cssVars: ComputedRef<{
478
+ "--n-bezier": string;
479
+ "--n-color-segment": string;
480
+ "--n-bar-color": string;
481
+ "--n-tab-font-size": string;
482
+ "--n-tab-text-color": string;
483
+ "--n-tab-text-color-active": string;
484
+ "--n-tab-text-color-disabled": string;
485
+ "--n-tab-text-color-hover": string;
486
+ "--n-pane-text-color": string;
487
+ "--n-tab-border-color": string;
488
+ "--n-tab-border-radius": string;
489
+ "--n-close-size": string;
490
+ "--n-close-icon-size": string;
491
+ "--n-close-color-hover": string;
492
+ "--n-close-color-pressed": string;
493
+ "--n-close-border-radius": string;
494
+ "--n-close-icon-color": string;
495
+ "--n-close-icon-color-hover": string;
496
+ "--n-close-icon-color-pressed": string;
497
+ "--n-tab-color": string;
498
+ "--n-tab-font-weight": string;
499
+ "--n-tab-font-weight-active": string;
500
+ "--n-tab-padding": string;
501
+ "--n-tab-padding-vertical": string;
502
+ "--n-tab-gap": string;
503
+ "--n-tab-gap-vertical": string;
504
+ "--n-pane-padding-left": string;
505
+ "--n-pane-padding-right": string;
506
+ "--n-pane-padding-top": string;
507
+ "--n-pane-padding-bottom": string;
508
+ "--n-font-weight-strong": string;
509
+ "--n-tab-color-segment": string;
510
+ }> | undefined;
511
+ themeClass: Ref<string, string> | undefined;
512
+ animationDirection: Ref<"next" | "prev", "next" | "prev">;
513
+ renderNameListRef: {
514
+ value: Array<string | number>;
515
+ };
516
+ yScrollElRef: Ref<HTMLElement | null, HTMLElement | null>;
517
+ handleSegmentResize: () => void;
518
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
519
+ onAnimationEnter: (el: HTMLElement) => void;
520
+ onAnimationAfterEnter: () => void;
521
+ onRender: (() => void) | undefined;
522
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
523
+ readonly value: PropType<string | number>;
524
+ readonly defaultValue: PropType<string | number>;
525
+ readonly trigger: {
526
+ readonly type: PropType<"click" | "hover">;
527
+ readonly default: "click";
528
+ };
529
+ readonly type: {
530
+ readonly type: PropType< TabsType>;
531
+ readonly default: "bar";
532
+ };
533
+ readonly closable: BooleanConstructor;
534
+ readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
535
+ readonly size: {
536
+ readonly type: PropType<"small" | "medium" | "large">;
537
+ readonly default: "medium";
538
+ };
539
+ readonly placement: {
540
+ readonly type: PropType<"top" | "left" | "right" | "bottom">;
541
+ readonly default: "top";
542
+ };
543
+ readonly tabStyle: PropType<string | CSSProperties>;
544
+ readonly tabClass: StringConstructor;
545
+ readonly addTabStyle: PropType<string | CSSProperties>;
546
+ readonly addTabClass: StringConstructor;
547
+ readonly barWidth: NumberConstructor;
548
+ readonly paneClass: StringConstructor;
549
+ readonly paneStyle: PropType<string | CSSProperties>;
550
+ readonly paneWrapperClass: StringConstructor;
551
+ readonly paneWrapperStyle: PropType<string | CSSProperties>;
552
+ readonly addable: PropType< Addable>;
553
+ readonly tabsPadding: {
554
+ readonly type: NumberConstructor;
555
+ readonly default: 0;
556
+ };
557
+ readonly animated: BooleanConstructor;
558
+ readonly onBeforeLeave: PropType< OnBeforeLeave>;
559
+ readonly onAdd: PropType<() => void>;
560
+ readonly 'onUpdate:value': PropType< MaybeArray<OnUpdateValue>>;
561
+ readonly onUpdateValue: PropType< MaybeArray<OnUpdateValue>>;
562
+ readonly onClose: PropType< MaybeArray<OnClose>>;
563
+ readonly labelSize: PropType<"small" | "medium" | "large">;
564
+ readonly activeName: PropType<string | number>;
565
+ readonly onActiveNameChange: PropType< MaybeArray<(value: string & number) => void>>;
566
+ readonly theme: PropType< Theme<"Tabs", {
567
+ colorSegment: string;
568
+ tabFontSizeCard: string;
569
+ tabTextColorLine: string;
570
+ tabTextColorActiveLine: string;
571
+ tabTextColorHoverLine: string;
572
+ tabTextColorDisabledLine: string;
573
+ tabTextColorSegment: string;
574
+ tabTextColorActiveSegment: string;
575
+ tabTextColorHoverSegment: string;
576
+ tabTextColorDisabledSegment: string;
577
+ tabTextColorBar: string;
578
+ tabTextColorActiveBar: string;
579
+ tabTextColorHoverBar: string;
580
+ tabTextColorDisabledBar: string;
581
+ tabTextColorCard: string;
582
+ tabTextColorHoverCard: string;
583
+ tabTextColorActiveCard: string;
584
+ tabTextColorDisabledCard: string;
585
+ barColor: string;
586
+ closeIconColor: string;
587
+ closeIconColorHover: string;
588
+ closeIconColorPressed: string;
589
+ closeColorHover: string;
590
+ closeColorPressed: string;
591
+ closeBorderRadius: string;
592
+ tabColor: string;
593
+ tabColorSegment: string;
594
+ tabBorderColor: string;
595
+ tabFontWeightActive: string;
596
+ tabFontWeight: string;
597
+ tabBorderRadius: string;
598
+ paneTextColor: string;
599
+ fontWeightStrong: string;
600
+ tabFontSizeSmall: string;
601
+ tabFontSizeMedium: string;
602
+ tabFontSizeLarge: string;
603
+ tabGapSmallLine: string;
604
+ tabGapMediumLine: string;
605
+ tabGapLargeLine: string;
606
+ tabGapSmallLineVertical: string;
607
+ tabGapMediumLineVertical: string;
608
+ tabGapLargeLineVertical: string;
609
+ tabPaddingSmallLine: string;
610
+ tabPaddingMediumLine: string;
611
+ tabPaddingLargeLine: string;
612
+ tabPaddingVerticalSmallLine: string;
613
+ tabPaddingVerticalMediumLine: string;
614
+ tabPaddingVerticalLargeLine: string;
615
+ tabGapSmallBar: string;
616
+ tabGapMediumBar: string;
617
+ tabGapLargeBar: string;
618
+ tabGapSmallBarVertical: string;
619
+ tabGapMediumBarVertical: string;
620
+ tabGapLargeBarVertical: string;
621
+ tabPaddingSmallBar: string;
622
+ tabPaddingMediumBar: string;
623
+ tabPaddingLargeBar: string;
624
+ tabPaddingVerticalSmallBar: string;
625
+ tabPaddingVerticalMediumBar: string;
626
+ tabPaddingVerticalLargeBar: string;
627
+ tabGapSmallCard: string;
628
+ tabGapMediumCard: string;
629
+ tabGapLargeCard: string;
630
+ tabGapSmallCardVertical: string;
631
+ tabGapMediumCardVertical: string;
632
+ tabGapLargeCardVertical: string;
633
+ tabPaddingSmallCard: string;
634
+ tabPaddingMediumCard: string;
635
+ tabPaddingLargeCard: string;
636
+ tabPaddingSmallSegment: string;
637
+ tabPaddingMediumSegment: string;
638
+ tabPaddingLargeSegment: string;
639
+ tabPaddingVerticalLargeSegment: string;
640
+ tabPaddingVerticalSmallCard: string;
641
+ tabPaddingVerticalMediumCard: string;
642
+ tabPaddingVerticalLargeCard: string;
643
+ tabPaddingVerticalSmallSegment: string;
644
+ tabPaddingVerticalMediumSegment: string;
645
+ tabGapSmallSegment: string;
646
+ tabGapMediumSegment: string;
647
+ tabGapLargeSegment: string;
648
+ tabGapSmallSegmentVertical: string;
649
+ tabGapMediumSegmentVertical: string;
650
+ tabGapLargeSegmentVertical: string;
651
+ panePaddingSmall: string;
652
+ panePaddingMedium: string;
653
+ panePaddingLarge: string;
654
+ closeSize: string;
655
+ closeIconSize: string;
656
+ }, any>>;
657
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Tabs", {
658
+ colorSegment: string;
659
+ tabFontSizeCard: string;
660
+ tabTextColorLine: string;
661
+ tabTextColorActiveLine: string;
662
+ tabTextColorHoverLine: string;
663
+ tabTextColorDisabledLine: string;
664
+ tabTextColorSegment: string;
665
+ tabTextColorActiveSegment: string;
666
+ tabTextColorHoverSegment: string;
667
+ tabTextColorDisabledSegment: string;
668
+ tabTextColorBar: string;
669
+ tabTextColorActiveBar: string;
670
+ tabTextColorHoverBar: string;
671
+ tabTextColorDisabledBar: string;
672
+ tabTextColorCard: string;
673
+ tabTextColorHoverCard: string;
674
+ tabTextColorActiveCard: string;
675
+ tabTextColorDisabledCard: string;
676
+ barColor: string;
677
+ closeIconColor: string;
678
+ closeIconColorHover: string;
679
+ closeIconColorPressed: string;
680
+ closeColorHover: string;
681
+ closeColorPressed: string;
682
+ closeBorderRadius: string;
683
+ tabColor: string;
684
+ tabColorSegment: string;
685
+ tabBorderColor: string;
686
+ tabFontWeightActive: string;
687
+ tabFontWeight: string;
688
+ tabBorderRadius: string;
689
+ paneTextColor: string;
690
+ fontWeightStrong: string;
691
+ tabFontSizeSmall: string;
692
+ tabFontSizeMedium: string;
693
+ tabFontSizeLarge: string;
694
+ tabGapSmallLine: string;
695
+ tabGapMediumLine: string;
696
+ tabGapLargeLine: string;
697
+ tabGapSmallLineVertical: string;
698
+ tabGapMediumLineVertical: string;
699
+ tabGapLargeLineVertical: string;
700
+ tabPaddingSmallLine: string;
701
+ tabPaddingMediumLine: string;
702
+ tabPaddingLargeLine: string;
703
+ tabPaddingVerticalSmallLine: string;
704
+ tabPaddingVerticalMediumLine: string;
705
+ tabPaddingVerticalLargeLine: string;
706
+ tabGapSmallBar: string;
707
+ tabGapMediumBar: string;
708
+ tabGapLargeBar: string;
709
+ tabGapSmallBarVertical: string;
710
+ tabGapMediumBarVertical: string;
711
+ tabGapLargeBarVertical: string;
712
+ tabPaddingSmallBar: string;
713
+ tabPaddingMediumBar: string;
714
+ tabPaddingLargeBar: string;
715
+ tabPaddingVerticalSmallBar: string;
716
+ tabPaddingVerticalMediumBar: string;
717
+ tabPaddingVerticalLargeBar: string;
718
+ tabGapSmallCard: string;
719
+ tabGapMediumCard: string;
720
+ tabGapLargeCard: string;
721
+ tabGapSmallCardVertical: string;
722
+ tabGapMediumCardVertical: string;
723
+ tabGapLargeCardVertical: string;
724
+ tabPaddingSmallCard: string;
725
+ tabPaddingMediumCard: string;
726
+ tabPaddingLargeCard: string;
727
+ tabPaddingSmallSegment: string;
728
+ tabPaddingMediumSegment: string;
729
+ tabPaddingLargeSegment: string;
730
+ tabPaddingVerticalLargeSegment: string;
731
+ tabPaddingVerticalSmallCard: string;
732
+ tabPaddingVerticalMediumCard: string;
733
+ tabPaddingVerticalLargeCard: string;
734
+ tabPaddingVerticalSmallSegment: string;
735
+ tabPaddingVerticalMediumSegment: string;
736
+ tabGapSmallSegment: string;
737
+ tabGapMediumSegment: string;
738
+ tabGapLargeSegment: string;
739
+ tabGapSmallSegmentVertical: string;
740
+ tabGapMediumSegmentVertical: string;
741
+ tabGapLargeSegmentVertical: string;
742
+ panePaddingSmall: string;
743
+ panePaddingMedium: string;
744
+ panePaddingLarge: string;
745
+ closeSize: string;
746
+ closeIconSize: string;
747
+ }, any>>>;
748
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Tabs", {
749
+ colorSegment: string;
750
+ tabFontSizeCard: string;
751
+ tabTextColorLine: string;
752
+ tabTextColorActiveLine: string;
753
+ tabTextColorHoverLine: string;
754
+ tabTextColorDisabledLine: string;
755
+ tabTextColorSegment: string;
756
+ tabTextColorActiveSegment: string;
757
+ tabTextColorHoverSegment: string;
758
+ tabTextColorDisabledSegment: string;
759
+ tabTextColorBar: string;
760
+ tabTextColorActiveBar: string;
761
+ tabTextColorHoverBar: string;
762
+ tabTextColorDisabledBar: string;
763
+ tabTextColorCard: string;
764
+ tabTextColorHoverCard: string;
765
+ tabTextColorActiveCard: string;
766
+ tabTextColorDisabledCard: string;
767
+ barColor: string;
768
+ closeIconColor: string;
769
+ closeIconColorHover: string;
770
+ closeIconColorPressed: string;
771
+ closeColorHover: string;
772
+ closeColorPressed: string;
773
+ closeBorderRadius: string;
774
+ tabColor: string;
775
+ tabColorSegment: string;
776
+ tabBorderColor: string;
777
+ tabFontWeightActive: string;
778
+ tabFontWeight: string;
779
+ tabBorderRadius: string;
780
+ paneTextColor: string;
781
+ fontWeightStrong: string;
782
+ tabFontSizeSmall: string;
783
+ tabFontSizeMedium: string;
784
+ tabFontSizeLarge: string;
785
+ tabGapSmallLine: string;
786
+ tabGapMediumLine: string;
787
+ tabGapLargeLine: string;
788
+ tabGapSmallLineVertical: string;
789
+ tabGapMediumLineVertical: string;
790
+ tabGapLargeLineVertical: string;
791
+ tabPaddingSmallLine: string;
792
+ tabPaddingMediumLine: string;
793
+ tabPaddingLargeLine: string;
794
+ tabPaddingVerticalSmallLine: string;
795
+ tabPaddingVerticalMediumLine: string;
796
+ tabPaddingVerticalLargeLine: string;
797
+ tabGapSmallBar: string;
798
+ tabGapMediumBar: string;
799
+ tabGapLargeBar: string;
800
+ tabGapSmallBarVertical: string;
801
+ tabGapMediumBarVertical: string;
802
+ tabGapLargeBarVertical: string;
803
+ tabPaddingSmallBar: string;
804
+ tabPaddingMediumBar: string;
805
+ tabPaddingLargeBar: string;
806
+ tabPaddingVerticalSmallBar: string;
807
+ tabPaddingVerticalMediumBar: string;
808
+ tabPaddingVerticalLargeBar: string;
809
+ tabGapSmallCard: string;
810
+ tabGapMediumCard: string;
811
+ tabGapLargeCard: string;
812
+ tabGapSmallCardVertical: string;
813
+ tabGapMediumCardVertical: string;
814
+ tabGapLargeCardVertical: string;
815
+ tabPaddingSmallCard: string;
816
+ tabPaddingMediumCard: string;
817
+ tabPaddingLargeCard: string;
818
+ tabPaddingSmallSegment: string;
819
+ tabPaddingMediumSegment: string;
820
+ tabPaddingLargeSegment: string;
821
+ tabPaddingVerticalLargeSegment: string;
822
+ tabPaddingVerticalSmallCard: string;
823
+ tabPaddingVerticalMediumCard: string;
824
+ tabPaddingVerticalLargeCard: string;
825
+ tabPaddingVerticalSmallSegment: string;
826
+ tabPaddingVerticalMediumSegment: string;
827
+ tabGapSmallSegment: string;
828
+ tabGapMediumSegment: string;
829
+ tabGapLargeSegment: string;
830
+ tabGapSmallSegmentVertical: string;
831
+ tabGapMediumSegmentVertical: string;
832
+ tabGapLargeSegmentVertical: string;
833
+ panePaddingSmall: string;
834
+ panePaddingMedium: string;
835
+ panePaddingLarge: string;
836
+ closeSize: string;
837
+ closeIconSize: string;
838
+ }, any>>>;
839
+ }>> & Readonly<{}>, {
840
+ readonly type: TabsType;
841
+ readonly size: "small" | "medium" | "large";
842
+ readonly placement: "left" | "right" | "top" | "bottom";
843
+ readonly trigger: "click" | "hover";
844
+ readonly closable: boolean;
845
+ readonly animated: boolean;
846
+ readonly tabsPadding: number;
847
+ }, SlotsType<TabsSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
848
+ NTabPane: DefineComponent<ExtractPropTypes<{
849
+ readonly tab: PropType<string | number | VNode | (() => VNodeChild)>;
850
+ readonly name: {
851
+ readonly type: PropType<string | number>;
852
+ readonly required: true;
853
+ };
854
+ readonly disabled: BooleanConstructor;
855
+ readonly displayDirective: {
856
+ readonly type: PropType<"if" | "show" | "show:lazy">;
857
+ readonly default: "if";
858
+ };
859
+ readonly closable: {
860
+ readonly type: PropType<boolean | undefined>;
861
+ readonly default: undefined;
862
+ };
863
+ readonly tabProps: PropType< HTMLAttributes>;
864
+ readonly label: PropType<string | number | VNode | (() => VNodeChild)>;
865
+ }>, {
866
+ style: Ref<string | CSSProperties | undefined, string | CSSProperties | undefined>;
867
+ class: Ref<string | undefined, string | undefined>;
868
+ mergedClsPrefix: Ref<string, string>;
869
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
870
+ readonly tab: PropType<string | number | VNode | (() => VNodeChild)>;
871
+ readonly name: {
872
+ readonly type: PropType<string | number>;
873
+ readonly required: true;
874
+ };
875
+ readonly disabled: BooleanConstructor;
876
+ readonly displayDirective: {
877
+ readonly type: PropType<"if" | "show" | "show:lazy">;
878
+ readonly default: "if";
879
+ };
880
+ readonly closable: {
881
+ readonly type: PropType<boolean | undefined>;
882
+ readonly default: undefined;
883
+ };
884
+ readonly tabProps: PropType< HTMLAttributes>;
885
+ readonly label: PropType<string | number | VNode | (() => VNodeChild)>;
886
+ }>> & Readonly<{}>, {
887
+ readonly disabled: boolean;
888
+ readonly closable: boolean | undefined;
889
+ readonly displayDirective: "show" | "if" | "show:lazy";
890
+ }, SlotsType<TabPaneSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
891
+ NButton: DefineComponent<ExtractPropTypes<{
892
+ readonly color: StringConstructor;
893
+ readonly textColor: StringConstructor;
894
+ readonly text: BooleanConstructor;
895
+ readonly block: BooleanConstructor;
896
+ readonly loading: BooleanConstructor;
897
+ readonly disabled: BooleanConstructor;
898
+ readonly circle: BooleanConstructor;
899
+ readonly size: PropType< Size>;
900
+ readonly ghost: BooleanConstructor;
901
+ readonly round: BooleanConstructor;
902
+ readonly secondary: BooleanConstructor;
903
+ readonly tertiary: BooleanConstructor;
904
+ readonly quaternary: BooleanConstructor;
905
+ readonly strong: BooleanConstructor;
906
+ readonly focusable: {
907
+ readonly type: BooleanConstructor;
908
+ readonly default: true;
909
+ };
910
+ readonly keyboard: {
911
+ readonly type: BooleanConstructor;
912
+ readonly default: true;
913
+ };
914
+ readonly tag: {
915
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
916
+ readonly default: "button";
917
+ };
918
+ readonly type: {
919
+ readonly type: PropType< Type>;
920
+ readonly default: "default";
921
+ };
922
+ readonly dashed: BooleanConstructor;
923
+ readonly renderIcon: PropType<() => VNodeChild>;
924
+ readonly iconPlacement: {
925
+ readonly type: PropType<"left" | "right">;
926
+ readonly default: "left";
927
+ };
928
+ readonly attrType: {
929
+ readonly type: PropType<"button" | "submit" | "reset">;
930
+ readonly default: "button";
931
+ };
932
+ readonly bordered: {
933
+ readonly type: BooleanConstructor;
934
+ readonly default: true;
935
+ };
936
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
937
+ readonly nativeFocusBehavior: {
938
+ readonly type: BooleanConstructor;
939
+ readonly default: boolean;
940
+ };
941
+ readonly theme: PropType< Theme<"Button", {
942
+ heightTiny: string;
943
+ heightSmall: string;
944
+ heightMedium: string;
945
+ heightLarge: string;
946
+ borderRadiusTiny: string;
947
+ borderRadiusSmall: string;
948
+ borderRadiusMedium: string;
949
+ borderRadiusLarge: string;
950
+ fontSizeTiny: string;
951
+ fontSizeSmall: string;
952
+ fontSizeMedium: string;
953
+ fontSizeLarge: string;
954
+ opacityDisabled: string;
955
+ colorOpacitySecondary: string;
956
+ colorOpacitySecondaryHover: string;
957
+ colorOpacitySecondaryPressed: string;
958
+ colorSecondary: string;
959
+ colorSecondaryHover: string;
960
+ colorSecondaryPressed: string;
961
+ colorTertiary: string;
962
+ colorTertiaryHover: string;
963
+ colorTertiaryPressed: string;
964
+ colorQuaternary: string;
965
+ colorQuaternaryHover: string;
966
+ colorQuaternaryPressed: string;
967
+ color: string;
968
+ colorHover: string;
969
+ colorPressed: string;
970
+ colorFocus: string;
971
+ colorDisabled: string;
972
+ textColor: string;
973
+ textColorTertiary: string;
974
+ textColorHover: string;
975
+ textColorPressed: string;
976
+ textColorFocus: string;
977
+ textColorDisabled: string;
978
+ textColorText: string;
979
+ textColorTextHover: string;
980
+ textColorTextPressed: string;
981
+ textColorTextFocus: string;
982
+ textColorTextDisabled: string;
983
+ textColorGhost: string;
984
+ textColorGhostHover: string;
985
+ textColorGhostPressed: string;
986
+ textColorGhostFocus: string;
987
+ textColorGhostDisabled: string;
988
+ border: string;
989
+ borderHover: string;
990
+ borderPressed: string;
991
+ borderFocus: string;
992
+ borderDisabled: string;
993
+ rippleColor: string;
994
+ colorPrimary: string;
995
+ colorHoverPrimary: string;
996
+ colorPressedPrimary: string;
997
+ colorFocusPrimary: string;
998
+ colorDisabledPrimary: string;
999
+ textColorPrimary: string;
1000
+ textColorHoverPrimary: string;
1001
+ textColorPressedPrimary: string;
1002
+ textColorFocusPrimary: string;
1003
+ textColorDisabledPrimary: string;
1004
+ textColorTextPrimary: string;
1005
+ textColorTextHoverPrimary: string;
1006
+ textColorTextPressedPrimary: string;
1007
+ textColorTextFocusPrimary: string;
1008
+ textColorTextDisabledPrimary: string;
1009
+ textColorGhostPrimary: string;
1010
+ textColorGhostHoverPrimary: string;
1011
+ textColorGhostPressedPrimary: string;
1012
+ textColorGhostFocusPrimary: string;
1013
+ textColorGhostDisabledPrimary: string;
1014
+ borderPrimary: string;
1015
+ borderHoverPrimary: string;
1016
+ borderPressedPrimary: string;
1017
+ borderFocusPrimary: string;
1018
+ borderDisabledPrimary: string;
1019
+ rippleColorPrimary: string;
1020
+ colorInfo: string;
1021
+ colorHoverInfo: string;
1022
+ colorPressedInfo: string;
1023
+ colorFocusInfo: string;
1024
+ colorDisabledInfo: string;
1025
+ textColorInfo: string;
1026
+ textColorHoverInfo: string;
1027
+ textColorPressedInfo: string;
1028
+ textColorFocusInfo: string;
1029
+ textColorDisabledInfo: string;
1030
+ textColorTextInfo: string;
1031
+ textColorTextHoverInfo: string;
1032
+ textColorTextPressedInfo: string;
1033
+ textColorTextFocusInfo: string;
1034
+ textColorTextDisabledInfo: string;
1035
+ textColorGhostInfo: string;
1036
+ textColorGhostHoverInfo: string;
1037
+ textColorGhostPressedInfo: string;
1038
+ textColorGhostFocusInfo: string;
1039
+ textColorGhostDisabledInfo: string;
1040
+ borderInfo: string;
1041
+ borderHoverInfo: string;
1042
+ borderPressedInfo: string;
1043
+ borderFocusInfo: string;
1044
+ borderDisabledInfo: string;
1045
+ rippleColorInfo: string;
1046
+ colorSuccess: string;
1047
+ colorHoverSuccess: string;
1048
+ colorPressedSuccess: string;
1049
+ colorFocusSuccess: string;
1050
+ colorDisabledSuccess: string;
1051
+ textColorSuccess: string;
1052
+ textColorHoverSuccess: string;
1053
+ textColorPressedSuccess: string;
1054
+ textColorFocusSuccess: string;
1055
+ textColorDisabledSuccess: string;
1056
+ textColorTextSuccess: string;
1057
+ textColorTextHoverSuccess: string;
1058
+ textColorTextPressedSuccess: string;
1059
+ textColorTextFocusSuccess: string;
1060
+ textColorTextDisabledSuccess: string;
1061
+ textColorGhostSuccess: string;
1062
+ textColorGhostHoverSuccess: string;
1063
+ textColorGhostPressedSuccess: string;
1064
+ textColorGhostFocusSuccess: string;
1065
+ textColorGhostDisabledSuccess: string;
1066
+ borderSuccess: string;
1067
+ borderHoverSuccess: string;
1068
+ borderPressedSuccess: string;
1069
+ borderFocusSuccess: string;
1070
+ borderDisabledSuccess: string;
1071
+ rippleColorSuccess: string;
1072
+ colorWarning: string;
1073
+ colorHoverWarning: string;
1074
+ colorPressedWarning: string;
1075
+ colorFocusWarning: string;
1076
+ colorDisabledWarning: string;
1077
+ textColorWarning: string;
1078
+ textColorHoverWarning: string;
1079
+ textColorPressedWarning: string;
1080
+ textColorFocusWarning: string;
1081
+ textColorDisabledWarning: string;
1082
+ textColorTextWarning: string;
1083
+ textColorTextHoverWarning: string;
1084
+ textColorTextPressedWarning: string;
1085
+ textColorTextFocusWarning: string;
1086
+ textColorTextDisabledWarning: string;
1087
+ textColorGhostWarning: string;
1088
+ textColorGhostHoverWarning: string;
1089
+ textColorGhostPressedWarning: string;
1090
+ textColorGhostFocusWarning: string;
1091
+ textColorGhostDisabledWarning: string;
1092
+ borderWarning: string;
1093
+ borderHoverWarning: string;
1094
+ borderPressedWarning: string;
1095
+ borderFocusWarning: string;
1096
+ borderDisabledWarning: string;
1097
+ rippleColorWarning: string;
1098
+ colorError: string;
1099
+ colorHoverError: string;
1100
+ colorPressedError: string;
1101
+ colorFocusError: string;
1102
+ colorDisabledError: string;
1103
+ textColorError: string;
1104
+ textColorHoverError: string;
1105
+ textColorPressedError: string;
1106
+ textColorFocusError: string;
1107
+ textColorDisabledError: string;
1108
+ textColorTextError: string;
1109
+ textColorTextHoverError: string;
1110
+ textColorTextPressedError: string;
1111
+ textColorTextFocusError: string;
1112
+ textColorTextDisabledError: string;
1113
+ textColorGhostError: string;
1114
+ textColorGhostHoverError: string;
1115
+ textColorGhostPressedError: string;
1116
+ textColorGhostFocusError: string;
1117
+ textColorGhostDisabledError: string;
1118
+ borderError: string;
1119
+ borderHoverError: string;
1120
+ borderPressedError: string;
1121
+ borderFocusError: string;
1122
+ borderDisabledError: string;
1123
+ rippleColorError: string;
1124
+ waveOpacity: string;
1125
+ fontWeight: string;
1126
+ fontWeightStrong: string;
1127
+ paddingTiny: string;
1128
+ paddingSmall: string;
1129
+ paddingMedium: string;
1130
+ paddingLarge: string;
1131
+ paddingRoundTiny: string;
1132
+ paddingRoundSmall: string;
1133
+ paddingRoundMedium: string;
1134
+ paddingRoundLarge: string;
1135
+ iconMarginTiny: string;
1136
+ iconMarginSmall: string;
1137
+ iconMarginMedium: string;
1138
+ iconMarginLarge: string;
1139
+ iconSizeTiny: string;
1140
+ iconSizeSmall: string;
1141
+ iconSizeMedium: string;
1142
+ iconSizeLarge: string;
1143
+ rippleDuration: string;
1144
+ }, any>>;
1145
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1146
+ heightTiny: string;
1147
+ heightSmall: string;
1148
+ heightMedium: string;
1149
+ heightLarge: string;
1150
+ borderRadiusTiny: string;
1151
+ borderRadiusSmall: string;
1152
+ borderRadiusMedium: string;
1153
+ borderRadiusLarge: string;
1154
+ fontSizeTiny: string;
1155
+ fontSizeSmall: string;
1156
+ fontSizeMedium: string;
1157
+ fontSizeLarge: string;
1158
+ opacityDisabled: string;
1159
+ colorOpacitySecondary: string;
1160
+ colorOpacitySecondaryHover: string;
1161
+ colorOpacitySecondaryPressed: string;
1162
+ colorSecondary: string;
1163
+ colorSecondaryHover: string;
1164
+ colorSecondaryPressed: string;
1165
+ colorTertiary: string;
1166
+ colorTertiaryHover: string;
1167
+ colorTertiaryPressed: string;
1168
+ colorQuaternary: string;
1169
+ colorQuaternaryHover: string;
1170
+ colorQuaternaryPressed: string;
1171
+ color: string;
1172
+ colorHover: string;
1173
+ colorPressed: string;
1174
+ colorFocus: string;
1175
+ colorDisabled: string;
1176
+ textColor: string;
1177
+ textColorTertiary: string;
1178
+ textColorHover: string;
1179
+ textColorPressed: string;
1180
+ textColorFocus: string;
1181
+ textColorDisabled: string;
1182
+ textColorText: string;
1183
+ textColorTextHover: string;
1184
+ textColorTextPressed: string;
1185
+ textColorTextFocus: string;
1186
+ textColorTextDisabled: string;
1187
+ textColorGhost: string;
1188
+ textColorGhostHover: string;
1189
+ textColorGhostPressed: string;
1190
+ textColorGhostFocus: string;
1191
+ textColorGhostDisabled: string;
1192
+ border: string;
1193
+ borderHover: string;
1194
+ borderPressed: string;
1195
+ borderFocus: string;
1196
+ borderDisabled: string;
1197
+ rippleColor: string;
1198
+ colorPrimary: string;
1199
+ colorHoverPrimary: string;
1200
+ colorPressedPrimary: string;
1201
+ colorFocusPrimary: string;
1202
+ colorDisabledPrimary: string;
1203
+ textColorPrimary: string;
1204
+ textColorHoverPrimary: string;
1205
+ textColorPressedPrimary: string;
1206
+ textColorFocusPrimary: string;
1207
+ textColorDisabledPrimary: string;
1208
+ textColorTextPrimary: string;
1209
+ textColorTextHoverPrimary: string;
1210
+ textColorTextPressedPrimary: string;
1211
+ textColorTextFocusPrimary: string;
1212
+ textColorTextDisabledPrimary: string;
1213
+ textColorGhostPrimary: string;
1214
+ textColorGhostHoverPrimary: string;
1215
+ textColorGhostPressedPrimary: string;
1216
+ textColorGhostFocusPrimary: string;
1217
+ textColorGhostDisabledPrimary: string;
1218
+ borderPrimary: string;
1219
+ borderHoverPrimary: string;
1220
+ borderPressedPrimary: string;
1221
+ borderFocusPrimary: string;
1222
+ borderDisabledPrimary: string;
1223
+ rippleColorPrimary: string;
1224
+ colorInfo: string;
1225
+ colorHoverInfo: string;
1226
+ colorPressedInfo: string;
1227
+ colorFocusInfo: string;
1228
+ colorDisabledInfo: string;
1229
+ textColorInfo: string;
1230
+ textColorHoverInfo: string;
1231
+ textColorPressedInfo: string;
1232
+ textColorFocusInfo: string;
1233
+ textColorDisabledInfo: string;
1234
+ textColorTextInfo: string;
1235
+ textColorTextHoverInfo: string;
1236
+ textColorTextPressedInfo: string;
1237
+ textColorTextFocusInfo: string;
1238
+ textColorTextDisabledInfo: string;
1239
+ textColorGhostInfo: string;
1240
+ textColorGhostHoverInfo: string;
1241
+ textColorGhostPressedInfo: string;
1242
+ textColorGhostFocusInfo: string;
1243
+ textColorGhostDisabledInfo: string;
1244
+ borderInfo: string;
1245
+ borderHoverInfo: string;
1246
+ borderPressedInfo: string;
1247
+ borderFocusInfo: string;
1248
+ borderDisabledInfo: string;
1249
+ rippleColorInfo: string;
1250
+ colorSuccess: string;
1251
+ colorHoverSuccess: string;
1252
+ colorPressedSuccess: string;
1253
+ colorFocusSuccess: string;
1254
+ colorDisabledSuccess: string;
1255
+ textColorSuccess: string;
1256
+ textColorHoverSuccess: string;
1257
+ textColorPressedSuccess: string;
1258
+ textColorFocusSuccess: string;
1259
+ textColorDisabledSuccess: string;
1260
+ textColorTextSuccess: string;
1261
+ textColorTextHoverSuccess: string;
1262
+ textColorTextPressedSuccess: string;
1263
+ textColorTextFocusSuccess: string;
1264
+ textColorTextDisabledSuccess: string;
1265
+ textColorGhostSuccess: string;
1266
+ textColorGhostHoverSuccess: string;
1267
+ textColorGhostPressedSuccess: string;
1268
+ textColorGhostFocusSuccess: string;
1269
+ textColorGhostDisabledSuccess: string;
1270
+ borderSuccess: string;
1271
+ borderHoverSuccess: string;
1272
+ borderPressedSuccess: string;
1273
+ borderFocusSuccess: string;
1274
+ borderDisabledSuccess: string;
1275
+ rippleColorSuccess: string;
1276
+ colorWarning: string;
1277
+ colorHoverWarning: string;
1278
+ colorPressedWarning: string;
1279
+ colorFocusWarning: string;
1280
+ colorDisabledWarning: string;
1281
+ textColorWarning: string;
1282
+ textColorHoverWarning: string;
1283
+ textColorPressedWarning: string;
1284
+ textColorFocusWarning: string;
1285
+ textColorDisabledWarning: string;
1286
+ textColorTextWarning: string;
1287
+ textColorTextHoverWarning: string;
1288
+ textColorTextPressedWarning: string;
1289
+ textColorTextFocusWarning: string;
1290
+ textColorTextDisabledWarning: string;
1291
+ textColorGhostWarning: string;
1292
+ textColorGhostHoverWarning: string;
1293
+ textColorGhostPressedWarning: string;
1294
+ textColorGhostFocusWarning: string;
1295
+ textColorGhostDisabledWarning: string;
1296
+ borderWarning: string;
1297
+ borderHoverWarning: string;
1298
+ borderPressedWarning: string;
1299
+ borderFocusWarning: string;
1300
+ borderDisabledWarning: string;
1301
+ rippleColorWarning: string;
1302
+ colorError: string;
1303
+ colorHoverError: string;
1304
+ colorPressedError: string;
1305
+ colorFocusError: string;
1306
+ colorDisabledError: string;
1307
+ textColorError: string;
1308
+ textColorHoverError: string;
1309
+ textColorPressedError: string;
1310
+ textColorFocusError: string;
1311
+ textColorDisabledError: string;
1312
+ textColorTextError: string;
1313
+ textColorTextHoverError: string;
1314
+ textColorTextPressedError: string;
1315
+ textColorTextFocusError: string;
1316
+ textColorTextDisabledError: string;
1317
+ textColorGhostError: string;
1318
+ textColorGhostHoverError: string;
1319
+ textColorGhostPressedError: string;
1320
+ textColorGhostFocusError: string;
1321
+ textColorGhostDisabledError: string;
1322
+ borderError: string;
1323
+ borderHoverError: string;
1324
+ borderPressedError: string;
1325
+ borderFocusError: string;
1326
+ borderDisabledError: string;
1327
+ rippleColorError: string;
1328
+ waveOpacity: string;
1329
+ fontWeight: string;
1330
+ fontWeightStrong: string;
1331
+ paddingTiny: string;
1332
+ paddingSmall: string;
1333
+ paddingMedium: string;
1334
+ paddingLarge: string;
1335
+ paddingRoundTiny: string;
1336
+ paddingRoundSmall: string;
1337
+ paddingRoundMedium: string;
1338
+ paddingRoundLarge: string;
1339
+ iconMarginTiny: string;
1340
+ iconMarginSmall: string;
1341
+ iconMarginMedium: string;
1342
+ iconMarginLarge: string;
1343
+ iconSizeTiny: string;
1344
+ iconSizeSmall: string;
1345
+ iconSizeMedium: string;
1346
+ iconSizeLarge: string;
1347
+ rippleDuration: string;
1348
+ }, any>>>;
1349
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1350
+ heightTiny: string;
1351
+ heightSmall: string;
1352
+ heightMedium: string;
1353
+ heightLarge: string;
1354
+ borderRadiusTiny: string;
1355
+ borderRadiusSmall: string;
1356
+ borderRadiusMedium: string;
1357
+ borderRadiusLarge: string;
1358
+ fontSizeTiny: string;
1359
+ fontSizeSmall: string;
1360
+ fontSizeMedium: string;
1361
+ fontSizeLarge: string;
1362
+ opacityDisabled: string;
1363
+ colorOpacitySecondary: string;
1364
+ colorOpacitySecondaryHover: string;
1365
+ colorOpacitySecondaryPressed: string;
1366
+ colorSecondary: string;
1367
+ colorSecondaryHover: string;
1368
+ colorSecondaryPressed: string;
1369
+ colorTertiary: string;
1370
+ colorTertiaryHover: string;
1371
+ colorTertiaryPressed: string;
1372
+ colorQuaternary: string;
1373
+ colorQuaternaryHover: string;
1374
+ colorQuaternaryPressed: string;
1375
+ color: string;
1376
+ colorHover: string;
1377
+ colorPressed: string;
1378
+ colorFocus: string;
1379
+ colorDisabled: string;
1380
+ textColor: string;
1381
+ textColorTertiary: string;
1382
+ textColorHover: string;
1383
+ textColorPressed: string;
1384
+ textColorFocus: string;
1385
+ textColorDisabled: string;
1386
+ textColorText: string;
1387
+ textColorTextHover: string;
1388
+ textColorTextPressed: string;
1389
+ textColorTextFocus: string;
1390
+ textColorTextDisabled: string;
1391
+ textColorGhost: string;
1392
+ textColorGhostHover: string;
1393
+ textColorGhostPressed: string;
1394
+ textColorGhostFocus: string;
1395
+ textColorGhostDisabled: string;
1396
+ border: string;
1397
+ borderHover: string;
1398
+ borderPressed: string;
1399
+ borderFocus: string;
1400
+ borderDisabled: string;
1401
+ rippleColor: string;
1402
+ colorPrimary: string;
1403
+ colorHoverPrimary: string;
1404
+ colorPressedPrimary: string;
1405
+ colorFocusPrimary: string;
1406
+ colorDisabledPrimary: string;
1407
+ textColorPrimary: string;
1408
+ textColorHoverPrimary: string;
1409
+ textColorPressedPrimary: string;
1410
+ textColorFocusPrimary: string;
1411
+ textColorDisabledPrimary: string;
1412
+ textColorTextPrimary: string;
1413
+ textColorTextHoverPrimary: string;
1414
+ textColorTextPressedPrimary: string;
1415
+ textColorTextFocusPrimary: string;
1416
+ textColorTextDisabledPrimary: string;
1417
+ textColorGhostPrimary: string;
1418
+ textColorGhostHoverPrimary: string;
1419
+ textColorGhostPressedPrimary: string;
1420
+ textColorGhostFocusPrimary: string;
1421
+ textColorGhostDisabledPrimary: string;
1422
+ borderPrimary: string;
1423
+ borderHoverPrimary: string;
1424
+ borderPressedPrimary: string;
1425
+ borderFocusPrimary: string;
1426
+ borderDisabledPrimary: string;
1427
+ rippleColorPrimary: string;
1428
+ colorInfo: string;
1429
+ colorHoverInfo: string;
1430
+ colorPressedInfo: string;
1431
+ colorFocusInfo: string;
1432
+ colorDisabledInfo: string;
1433
+ textColorInfo: string;
1434
+ textColorHoverInfo: string;
1435
+ textColorPressedInfo: string;
1436
+ textColorFocusInfo: string;
1437
+ textColorDisabledInfo: string;
1438
+ textColorTextInfo: string;
1439
+ textColorTextHoverInfo: string;
1440
+ textColorTextPressedInfo: string;
1441
+ textColorTextFocusInfo: string;
1442
+ textColorTextDisabledInfo: string;
1443
+ textColorGhostInfo: string;
1444
+ textColorGhostHoverInfo: string;
1445
+ textColorGhostPressedInfo: string;
1446
+ textColorGhostFocusInfo: string;
1447
+ textColorGhostDisabledInfo: string;
1448
+ borderInfo: string;
1449
+ borderHoverInfo: string;
1450
+ borderPressedInfo: string;
1451
+ borderFocusInfo: string;
1452
+ borderDisabledInfo: string;
1453
+ rippleColorInfo: string;
1454
+ colorSuccess: string;
1455
+ colorHoverSuccess: string;
1456
+ colorPressedSuccess: string;
1457
+ colorFocusSuccess: string;
1458
+ colorDisabledSuccess: string;
1459
+ textColorSuccess: string;
1460
+ textColorHoverSuccess: string;
1461
+ textColorPressedSuccess: string;
1462
+ textColorFocusSuccess: string;
1463
+ textColorDisabledSuccess: string;
1464
+ textColorTextSuccess: string;
1465
+ textColorTextHoverSuccess: string;
1466
+ textColorTextPressedSuccess: string;
1467
+ textColorTextFocusSuccess: string;
1468
+ textColorTextDisabledSuccess: string;
1469
+ textColorGhostSuccess: string;
1470
+ textColorGhostHoverSuccess: string;
1471
+ textColorGhostPressedSuccess: string;
1472
+ textColorGhostFocusSuccess: string;
1473
+ textColorGhostDisabledSuccess: string;
1474
+ borderSuccess: string;
1475
+ borderHoverSuccess: string;
1476
+ borderPressedSuccess: string;
1477
+ borderFocusSuccess: string;
1478
+ borderDisabledSuccess: string;
1479
+ rippleColorSuccess: string;
1480
+ colorWarning: string;
1481
+ colorHoverWarning: string;
1482
+ colorPressedWarning: string;
1483
+ colorFocusWarning: string;
1484
+ colorDisabledWarning: string;
1485
+ textColorWarning: string;
1486
+ textColorHoverWarning: string;
1487
+ textColorPressedWarning: string;
1488
+ textColorFocusWarning: string;
1489
+ textColorDisabledWarning: string;
1490
+ textColorTextWarning: string;
1491
+ textColorTextHoverWarning: string;
1492
+ textColorTextPressedWarning: string;
1493
+ textColorTextFocusWarning: string;
1494
+ textColorTextDisabledWarning: string;
1495
+ textColorGhostWarning: string;
1496
+ textColorGhostHoverWarning: string;
1497
+ textColorGhostPressedWarning: string;
1498
+ textColorGhostFocusWarning: string;
1499
+ textColorGhostDisabledWarning: string;
1500
+ borderWarning: string;
1501
+ borderHoverWarning: string;
1502
+ borderPressedWarning: string;
1503
+ borderFocusWarning: string;
1504
+ borderDisabledWarning: string;
1505
+ rippleColorWarning: string;
1506
+ colorError: string;
1507
+ colorHoverError: string;
1508
+ colorPressedError: string;
1509
+ colorFocusError: string;
1510
+ colorDisabledError: string;
1511
+ textColorError: string;
1512
+ textColorHoverError: string;
1513
+ textColorPressedError: string;
1514
+ textColorFocusError: string;
1515
+ textColorDisabledError: string;
1516
+ textColorTextError: string;
1517
+ textColorTextHoverError: string;
1518
+ textColorTextPressedError: string;
1519
+ textColorTextFocusError: string;
1520
+ textColorTextDisabledError: string;
1521
+ textColorGhostError: string;
1522
+ textColorGhostHoverError: string;
1523
+ textColorGhostPressedError: string;
1524
+ textColorGhostFocusError: string;
1525
+ textColorGhostDisabledError: string;
1526
+ borderError: string;
1527
+ borderHoverError: string;
1528
+ borderPressedError: string;
1529
+ borderFocusError: string;
1530
+ borderDisabledError: string;
1531
+ rippleColorError: string;
1532
+ waveOpacity: string;
1533
+ fontWeight: string;
1534
+ fontWeightStrong: string;
1535
+ paddingTiny: string;
1536
+ paddingSmall: string;
1537
+ paddingMedium: string;
1538
+ paddingLarge: string;
1539
+ paddingRoundTiny: string;
1540
+ paddingRoundSmall: string;
1541
+ paddingRoundMedium: string;
1542
+ paddingRoundLarge: string;
1543
+ iconMarginTiny: string;
1544
+ iconMarginSmall: string;
1545
+ iconMarginMedium: string;
1546
+ iconMarginLarge: string;
1547
+ iconSizeTiny: string;
1548
+ iconSizeSmall: string;
1549
+ iconSizeMedium: string;
1550
+ iconSizeLarge: string;
1551
+ rippleDuration: string;
1552
+ }, any>>>;
1553
+ }>, {
1554
+ selfElRef: Ref<HTMLElement | null, HTMLElement | null>;
1555
+ waveElRef: Ref<{
1556
+ play: () => void;
1557
+ } | null, BaseWaveRef | {
1558
+ play: () => void;
1559
+ } | null>;
1560
+ mergedClsPrefix: Ref<string, string>;
1561
+ mergedFocusable: ComputedRef<boolean>;
1562
+ mergedSize: ComputedRef<"small" | "medium" | "large" | "tiny">;
1563
+ showBorder: ComputedRef<boolean>;
1564
+ enterPressed: Ref<boolean, boolean>;
1565
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
1566
+ handleMousedown: (e: MouseEvent) => void;
1567
+ handleKeydown: (e: KeyboardEvent) => void;
1568
+ handleBlur: () => void;
1569
+ handleKeyup: (e: KeyboardEvent) => void;
1570
+ handleClick: (e: MouseEvent) => void;
1571
+ customColorCssVars: ComputedRef<{
1572
+ "--n-border-color": string;
1573
+ "--n-border-color-hover": string;
1574
+ "--n-border-color-pressed": string;
1575
+ "--n-border-color-focus": string;
1576
+ "--n-border-color-disabled": string;
1577
+ } | null>;
1578
+ cssVars: ComputedRef<{
1579
+ "--n-width": string;
1580
+ "--n-height": string;
1581
+ "--n-font-size": string;
1582
+ "--n-padding": string;
1583
+ "--n-icon-size": string;
1584
+ "--n-icon-margin": string;
1585
+ "--n-border-radius": string;
1586
+ "--n-border": string;
1587
+ "--n-border-hover": string;
1588
+ "--n-border-pressed": string;
1589
+ "--n-border-focus": string;
1590
+ "--n-border-disabled": string;
1591
+ "--n-color": string;
1592
+ "--n-color-hover": string;
1593
+ "--n-color-pressed": string;
1594
+ "--n-color-focus": string;
1595
+ "--n-color-disabled": string;
1596
+ "--n-ripple-color": string;
1597
+ "--n-text-color": string;
1598
+ "--n-text-color-hover": string;
1599
+ "--n-text-color-pressed": string;
1600
+ "--n-text-color-focus": string;
1601
+ "--n-text-color-disabled": string;
1602
+ "--n-font-weight": string;
1603
+ "--n-bezier": string;
1604
+ "--n-bezier-ease-out": string;
1605
+ "--n-ripple-duration": string;
1606
+ "--n-opacity-disabled": string;
1607
+ "--n-wave-opacity": string;
1608
+ }> | undefined;
1609
+ themeClass: Ref<string, string> | undefined;
1610
+ onRender: (() => void) | undefined;
1611
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1612
+ readonly color: StringConstructor;
1613
+ readonly textColor: StringConstructor;
1614
+ readonly text: BooleanConstructor;
1615
+ readonly block: BooleanConstructor;
1616
+ readonly loading: BooleanConstructor;
1617
+ readonly disabled: BooleanConstructor;
1618
+ readonly circle: BooleanConstructor;
1619
+ readonly size: PropType< Size>;
1620
+ readonly ghost: BooleanConstructor;
1621
+ readonly round: BooleanConstructor;
1622
+ readonly secondary: BooleanConstructor;
1623
+ readonly tertiary: BooleanConstructor;
1624
+ readonly quaternary: BooleanConstructor;
1625
+ readonly strong: BooleanConstructor;
1626
+ readonly focusable: {
1627
+ readonly type: BooleanConstructor;
1628
+ readonly default: true;
1629
+ };
1630
+ readonly keyboard: {
1631
+ readonly type: BooleanConstructor;
1632
+ readonly default: true;
1633
+ };
1634
+ readonly tag: {
1635
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
1636
+ readonly default: "button";
1637
+ };
1638
+ readonly type: {
1639
+ readonly type: PropType< Type>;
1640
+ readonly default: "default";
1641
+ };
1642
+ readonly dashed: BooleanConstructor;
1643
+ readonly renderIcon: PropType<() => VNodeChild>;
1644
+ readonly iconPlacement: {
1645
+ readonly type: PropType<"left" | "right">;
1646
+ readonly default: "left";
1647
+ };
1648
+ readonly attrType: {
1649
+ readonly type: PropType<"button" | "submit" | "reset">;
1650
+ readonly default: "button";
1651
+ };
1652
+ readonly bordered: {
1653
+ readonly type: BooleanConstructor;
1654
+ readonly default: true;
1655
+ };
1656
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
1657
+ readonly nativeFocusBehavior: {
1658
+ readonly type: BooleanConstructor;
1659
+ readonly default: boolean;
1660
+ };
1661
+ readonly theme: PropType< Theme<"Button", {
1662
+ heightTiny: string;
1663
+ heightSmall: string;
1664
+ heightMedium: string;
1665
+ heightLarge: string;
1666
+ borderRadiusTiny: string;
1667
+ borderRadiusSmall: string;
1668
+ borderRadiusMedium: string;
1669
+ borderRadiusLarge: string;
1670
+ fontSizeTiny: string;
1671
+ fontSizeSmall: string;
1672
+ fontSizeMedium: string;
1673
+ fontSizeLarge: string;
1674
+ opacityDisabled: string;
1675
+ colorOpacitySecondary: string;
1676
+ colorOpacitySecondaryHover: string;
1677
+ colorOpacitySecondaryPressed: string;
1678
+ colorSecondary: string;
1679
+ colorSecondaryHover: string;
1680
+ colorSecondaryPressed: string;
1681
+ colorTertiary: string;
1682
+ colorTertiaryHover: string;
1683
+ colorTertiaryPressed: string;
1684
+ colorQuaternary: string;
1685
+ colorQuaternaryHover: string;
1686
+ colorQuaternaryPressed: string;
1687
+ color: string;
1688
+ colorHover: string;
1689
+ colorPressed: string;
1690
+ colorFocus: string;
1691
+ colorDisabled: string;
1692
+ textColor: string;
1693
+ textColorTertiary: string;
1694
+ textColorHover: string;
1695
+ textColorPressed: string;
1696
+ textColorFocus: string;
1697
+ textColorDisabled: string;
1698
+ textColorText: string;
1699
+ textColorTextHover: string;
1700
+ textColorTextPressed: string;
1701
+ textColorTextFocus: string;
1702
+ textColorTextDisabled: string;
1703
+ textColorGhost: string;
1704
+ textColorGhostHover: string;
1705
+ textColorGhostPressed: string;
1706
+ textColorGhostFocus: string;
1707
+ textColorGhostDisabled: string;
1708
+ border: string;
1709
+ borderHover: string;
1710
+ borderPressed: string;
1711
+ borderFocus: string;
1712
+ borderDisabled: string;
1713
+ rippleColor: string;
1714
+ colorPrimary: string;
1715
+ colorHoverPrimary: string;
1716
+ colorPressedPrimary: string;
1717
+ colorFocusPrimary: string;
1718
+ colorDisabledPrimary: string;
1719
+ textColorPrimary: string;
1720
+ textColorHoverPrimary: string;
1721
+ textColorPressedPrimary: string;
1722
+ textColorFocusPrimary: string;
1723
+ textColorDisabledPrimary: string;
1724
+ textColorTextPrimary: string;
1725
+ textColorTextHoverPrimary: string;
1726
+ textColorTextPressedPrimary: string;
1727
+ textColorTextFocusPrimary: string;
1728
+ textColorTextDisabledPrimary: string;
1729
+ textColorGhostPrimary: string;
1730
+ textColorGhostHoverPrimary: string;
1731
+ textColorGhostPressedPrimary: string;
1732
+ textColorGhostFocusPrimary: string;
1733
+ textColorGhostDisabledPrimary: string;
1734
+ borderPrimary: string;
1735
+ borderHoverPrimary: string;
1736
+ borderPressedPrimary: string;
1737
+ borderFocusPrimary: string;
1738
+ borderDisabledPrimary: string;
1739
+ rippleColorPrimary: string;
1740
+ colorInfo: string;
1741
+ colorHoverInfo: string;
1742
+ colorPressedInfo: string;
1743
+ colorFocusInfo: string;
1744
+ colorDisabledInfo: string;
1745
+ textColorInfo: string;
1746
+ textColorHoverInfo: string;
1747
+ textColorPressedInfo: string;
1748
+ textColorFocusInfo: string;
1749
+ textColorDisabledInfo: string;
1750
+ textColorTextInfo: string;
1751
+ textColorTextHoverInfo: string;
1752
+ textColorTextPressedInfo: string;
1753
+ textColorTextFocusInfo: string;
1754
+ textColorTextDisabledInfo: string;
1755
+ textColorGhostInfo: string;
1756
+ textColorGhostHoverInfo: string;
1757
+ textColorGhostPressedInfo: string;
1758
+ textColorGhostFocusInfo: string;
1759
+ textColorGhostDisabledInfo: string;
1760
+ borderInfo: string;
1761
+ borderHoverInfo: string;
1762
+ borderPressedInfo: string;
1763
+ borderFocusInfo: string;
1764
+ borderDisabledInfo: string;
1765
+ rippleColorInfo: string;
1766
+ colorSuccess: string;
1767
+ colorHoverSuccess: string;
1768
+ colorPressedSuccess: string;
1769
+ colorFocusSuccess: string;
1770
+ colorDisabledSuccess: string;
1771
+ textColorSuccess: string;
1772
+ textColorHoverSuccess: string;
1773
+ textColorPressedSuccess: string;
1774
+ textColorFocusSuccess: string;
1775
+ textColorDisabledSuccess: string;
1776
+ textColorTextSuccess: string;
1777
+ textColorTextHoverSuccess: string;
1778
+ textColorTextPressedSuccess: string;
1779
+ textColorTextFocusSuccess: string;
1780
+ textColorTextDisabledSuccess: string;
1781
+ textColorGhostSuccess: string;
1782
+ textColorGhostHoverSuccess: string;
1783
+ textColorGhostPressedSuccess: string;
1784
+ textColorGhostFocusSuccess: string;
1785
+ textColorGhostDisabledSuccess: string;
1786
+ borderSuccess: string;
1787
+ borderHoverSuccess: string;
1788
+ borderPressedSuccess: string;
1789
+ borderFocusSuccess: string;
1790
+ borderDisabledSuccess: string;
1791
+ rippleColorSuccess: string;
1792
+ colorWarning: string;
1793
+ colorHoverWarning: string;
1794
+ colorPressedWarning: string;
1795
+ colorFocusWarning: string;
1796
+ colorDisabledWarning: string;
1797
+ textColorWarning: string;
1798
+ textColorHoverWarning: string;
1799
+ textColorPressedWarning: string;
1800
+ textColorFocusWarning: string;
1801
+ textColorDisabledWarning: string;
1802
+ textColorTextWarning: string;
1803
+ textColorTextHoverWarning: string;
1804
+ textColorTextPressedWarning: string;
1805
+ textColorTextFocusWarning: string;
1806
+ textColorTextDisabledWarning: string;
1807
+ textColorGhostWarning: string;
1808
+ textColorGhostHoverWarning: string;
1809
+ textColorGhostPressedWarning: string;
1810
+ textColorGhostFocusWarning: string;
1811
+ textColorGhostDisabledWarning: string;
1812
+ borderWarning: string;
1813
+ borderHoverWarning: string;
1814
+ borderPressedWarning: string;
1815
+ borderFocusWarning: string;
1816
+ borderDisabledWarning: string;
1817
+ rippleColorWarning: string;
1818
+ colorError: string;
1819
+ colorHoverError: string;
1820
+ colorPressedError: string;
1821
+ colorFocusError: string;
1822
+ colorDisabledError: string;
1823
+ textColorError: string;
1824
+ textColorHoverError: string;
1825
+ textColorPressedError: string;
1826
+ textColorFocusError: string;
1827
+ textColorDisabledError: string;
1828
+ textColorTextError: string;
1829
+ textColorTextHoverError: string;
1830
+ textColorTextPressedError: string;
1831
+ textColorTextFocusError: string;
1832
+ textColorTextDisabledError: string;
1833
+ textColorGhostError: string;
1834
+ textColorGhostHoverError: string;
1835
+ textColorGhostPressedError: string;
1836
+ textColorGhostFocusError: string;
1837
+ textColorGhostDisabledError: string;
1838
+ borderError: string;
1839
+ borderHoverError: string;
1840
+ borderPressedError: string;
1841
+ borderFocusError: string;
1842
+ borderDisabledError: string;
1843
+ rippleColorError: string;
1844
+ waveOpacity: string;
1845
+ fontWeight: string;
1846
+ fontWeightStrong: string;
1847
+ paddingTiny: string;
1848
+ paddingSmall: string;
1849
+ paddingMedium: string;
1850
+ paddingLarge: string;
1851
+ paddingRoundTiny: string;
1852
+ paddingRoundSmall: string;
1853
+ paddingRoundMedium: string;
1854
+ paddingRoundLarge: string;
1855
+ iconMarginTiny: string;
1856
+ iconMarginSmall: string;
1857
+ iconMarginMedium: string;
1858
+ iconMarginLarge: string;
1859
+ iconSizeTiny: string;
1860
+ iconSizeSmall: string;
1861
+ iconSizeMedium: string;
1862
+ iconSizeLarge: string;
1863
+ rippleDuration: string;
1864
+ }, any>>;
1865
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1866
+ heightTiny: string;
1867
+ heightSmall: string;
1868
+ heightMedium: string;
1869
+ heightLarge: string;
1870
+ borderRadiusTiny: string;
1871
+ borderRadiusSmall: string;
1872
+ borderRadiusMedium: string;
1873
+ borderRadiusLarge: string;
1874
+ fontSizeTiny: string;
1875
+ fontSizeSmall: string;
1876
+ fontSizeMedium: string;
1877
+ fontSizeLarge: string;
1878
+ opacityDisabled: string;
1879
+ colorOpacitySecondary: string;
1880
+ colorOpacitySecondaryHover: string;
1881
+ colorOpacitySecondaryPressed: string;
1882
+ colorSecondary: string;
1883
+ colorSecondaryHover: string;
1884
+ colorSecondaryPressed: string;
1885
+ colorTertiary: string;
1886
+ colorTertiaryHover: string;
1887
+ colorTertiaryPressed: string;
1888
+ colorQuaternary: string;
1889
+ colorQuaternaryHover: string;
1890
+ colorQuaternaryPressed: string;
1891
+ color: string;
1892
+ colorHover: string;
1893
+ colorPressed: string;
1894
+ colorFocus: string;
1895
+ colorDisabled: string;
1896
+ textColor: string;
1897
+ textColorTertiary: string;
1898
+ textColorHover: string;
1899
+ textColorPressed: string;
1900
+ textColorFocus: string;
1901
+ textColorDisabled: string;
1902
+ textColorText: string;
1903
+ textColorTextHover: string;
1904
+ textColorTextPressed: string;
1905
+ textColorTextFocus: string;
1906
+ textColorTextDisabled: string;
1907
+ textColorGhost: string;
1908
+ textColorGhostHover: string;
1909
+ textColorGhostPressed: string;
1910
+ textColorGhostFocus: string;
1911
+ textColorGhostDisabled: string;
1912
+ border: string;
1913
+ borderHover: string;
1914
+ borderPressed: string;
1915
+ borderFocus: string;
1916
+ borderDisabled: string;
1917
+ rippleColor: string;
1918
+ colorPrimary: string;
1919
+ colorHoverPrimary: string;
1920
+ colorPressedPrimary: string;
1921
+ colorFocusPrimary: string;
1922
+ colorDisabledPrimary: string;
1923
+ textColorPrimary: string;
1924
+ textColorHoverPrimary: string;
1925
+ textColorPressedPrimary: string;
1926
+ textColorFocusPrimary: string;
1927
+ textColorDisabledPrimary: string;
1928
+ textColorTextPrimary: string;
1929
+ textColorTextHoverPrimary: string;
1930
+ textColorTextPressedPrimary: string;
1931
+ textColorTextFocusPrimary: string;
1932
+ textColorTextDisabledPrimary: string;
1933
+ textColorGhostPrimary: string;
1934
+ textColorGhostHoverPrimary: string;
1935
+ textColorGhostPressedPrimary: string;
1936
+ textColorGhostFocusPrimary: string;
1937
+ textColorGhostDisabledPrimary: string;
1938
+ borderPrimary: string;
1939
+ borderHoverPrimary: string;
1940
+ borderPressedPrimary: string;
1941
+ borderFocusPrimary: string;
1942
+ borderDisabledPrimary: string;
1943
+ rippleColorPrimary: string;
1944
+ colorInfo: string;
1945
+ colorHoverInfo: string;
1946
+ colorPressedInfo: string;
1947
+ colorFocusInfo: string;
1948
+ colorDisabledInfo: string;
1949
+ textColorInfo: string;
1950
+ textColorHoverInfo: string;
1951
+ textColorPressedInfo: string;
1952
+ textColorFocusInfo: string;
1953
+ textColorDisabledInfo: string;
1954
+ textColorTextInfo: string;
1955
+ textColorTextHoverInfo: string;
1956
+ textColorTextPressedInfo: string;
1957
+ textColorTextFocusInfo: string;
1958
+ textColorTextDisabledInfo: string;
1959
+ textColorGhostInfo: string;
1960
+ textColorGhostHoverInfo: string;
1961
+ textColorGhostPressedInfo: string;
1962
+ textColorGhostFocusInfo: string;
1963
+ textColorGhostDisabledInfo: string;
1964
+ borderInfo: string;
1965
+ borderHoverInfo: string;
1966
+ borderPressedInfo: string;
1967
+ borderFocusInfo: string;
1968
+ borderDisabledInfo: string;
1969
+ rippleColorInfo: string;
1970
+ colorSuccess: string;
1971
+ colorHoverSuccess: string;
1972
+ colorPressedSuccess: string;
1973
+ colorFocusSuccess: string;
1974
+ colorDisabledSuccess: string;
1975
+ textColorSuccess: string;
1976
+ textColorHoverSuccess: string;
1977
+ textColorPressedSuccess: string;
1978
+ textColorFocusSuccess: string;
1979
+ textColorDisabledSuccess: string;
1980
+ textColorTextSuccess: string;
1981
+ textColorTextHoverSuccess: string;
1982
+ textColorTextPressedSuccess: string;
1983
+ textColorTextFocusSuccess: string;
1984
+ textColorTextDisabledSuccess: string;
1985
+ textColorGhostSuccess: string;
1986
+ textColorGhostHoverSuccess: string;
1987
+ textColorGhostPressedSuccess: string;
1988
+ textColorGhostFocusSuccess: string;
1989
+ textColorGhostDisabledSuccess: string;
1990
+ borderSuccess: string;
1991
+ borderHoverSuccess: string;
1992
+ borderPressedSuccess: string;
1993
+ borderFocusSuccess: string;
1994
+ borderDisabledSuccess: string;
1995
+ rippleColorSuccess: string;
1996
+ colorWarning: string;
1997
+ colorHoverWarning: string;
1998
+ colorPressedWarning: string;
1999
+ colorFocusWarning: string;
2000
+ colorDisabledWarning: string;
2001
+ textColorWarning: string;
2002
+ textColorHoverWarning: string;
2003
+ textColorPressedWarning: string;
2004
+ textColorFocusWarning: string;
2005
+ textColorDisabledWarning: string;
2006
+ textColorTextWarning: string;
2007
+ textColorTextHoverWarning: string;
2008
+ textColorTextPressedWarning: string;
2009
+ textColorTextFocusWarning: string;
2010
+ textColorTextDisabledWarning: string;
2011
+ textColorGhostWarning: string;
2012
+ textColorGhostHoverWarning: string;
2013
+ textColorGhostPressedWarning: string;
2014
+ textColorGhostFocusWarning: string;
2015
+ textColorGhostDisabledWarning: string;
2016
+ borderWarning: string;
2017
+ borderHoverWarning: string;
2018
+ borderPressedWarning: string;
2019
+ borderFocusWarning: string;
2020
+ borderDisabledWarning: string;
2021
+ rippleColorWarning: string;
2022
+ colorError: string;
2023
+ colorHoverError: string;
2024
+ colorPressedError: string;
2025
+ colorFocusError: string;
2026
+ colorDisabledError: string;
2027
+ textColorError: string;
2028
+ textColorHoverError: string;
2029
+ textColorPressedError: string;
2030
+ textColorFocusError: string;
2031
+ textColorDisabledError: string;
2032
+ textColorTextError: string;
2033
+ textColorTextHoverError: string;
2034
+ textColorTextPressedError: string;
2035
+ textColorTextFocusError: string;
2036
+ textColorTextDisabledError: string;
2037
+ textColorGhostError: string;
2038
+ textColorGhostHoverError: string;
2039
+ textColorGhostPressedError: string;
2040
+ textColorGhostFocusError: string;
2041
+ textColorGhostDisabledError: string;
2042
+ borderError: string;
2043
+ borderHoverError: string;
2044
+ borderPressedError: string;
2045
+ borderFocusError: string;
2046
+ borderDisabledError: string;
2047
+ rippleColorError: string;
2048
+ waveOpacity: string;
2049
+ fontWeight: string;
2050
+ fontWeightStrong: string;
2051
+ paddingTiny: string;
2052
+ paddingSmall: string;
2053
+ paddingMedium: string;
2054
+ paddingLarge: string;
2055
+ paddingRoundTiny: string;
2056
+ paddingRoundSmall: string;
2057
+ paddingRoundMedium: string;
2058
+ paddingRoundLarge: string;
2059
+ iconMarginTiny: string;
2060
+ iconMarginSmall: string;
2061
+ iconMarginMedium: string;
2062
+ iconMarginLarge: string;
2063
+ iconSizeTiny: string;
2064
+ iconSizeSmall: string;
2065
+ iconSizeMedium: string;
2066
+ iconSizeLarge: string;
2067
+ rippleDuration: string;
2068
+ }, any>>>;
2069
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
2070
+ heightTiny: string;
2071
+ heightSmall: string;
2072
+ heightMedium: string;
2073
+ heightLarge: string;
2074
+ borderRadiusTiny: string;
2075
+ borderRadiusSmall: string;
2076
+ borderRadiusMedium: string;
2077
+ borderRadiusLarge: string;
2078
+ fontSizeTiny: string;
2079
+ fontSizeSmall: string;
2080
+ fontSizeMedium: string;
2081
+ fontSizeLarge: string;
2082
+ opacityDisabled: string;
2083
+ colorOpacitySecondary: string;
2084
+ colorOpacitySecondaryHover: string;
2085
+ colorOpacitySecondaryPressed: string;
2086
+ colorSecondary: string;
2087
+ colorSecondaryHover: string;
2088
+ colorSecondaryPressed: string;
2089
+ colorTertiary: string;
2090
+ colorTertiaryHover: string;
2091
+ colorTertiaryPressed: string;
2092
+ colorQuaternary: string;
2093
+ colorQuaternaryHover: string;
2094
+ colorQuaternaryPressed: string;
2095
+ color: string;
2096
+ colorHover: string;
2097
+ colorPressed: string;
2098
+ colorFocus: string;
2099
+ colorDisabled: string;
2100
+ textColor: string;
2101
+ textColorTertiary: string;
2102
+ textColorHover: string;
2103
+ textColorPressed: string;
2104
+ textColorFocus: string;
2105
+ textColorDisabled: string;
2106
+ textColorText: string;
2107
+ textColorTextHover: string;
2108
+ textColorTextPressed: string;
2109
+ textColorTextFocus: string;
2110
+ textColorTextDisabled: string;
2111
+ textColorGhost: string;
2112
+ textColorGhostHover: string;
2113
+ textColorGhostPressed: string;
2114
+ textColorGhostFocus: string;
2115
+ textColorGhostDisabled: string;
2116
+ border: string;
2117
+ borderHover: string;
2118
+ borderPressed: string;
2119
+ borderFocus: string;
2120
+ borderDisabled: string;
2121
+ rippleColor: string;
2122
+ colorPrimary: string;
2123
+ colorHoverPrimary: string;
2124
+ colorPressedPrimary: string;
2125
+ colorFocusPrimary: string;
2126
+ colorDisabledPrimary: string;
2127
+ textColorPrimary: string;
2128
+ textColorHoverPrimary: string;
2129
+ textColorPressedPrimary: string;
2130
+ textColorFocusPrimary: string;
2131
+ textColorDisabledPrimary: string;
2132
+ textColorTextPrimary: string;
2133
+ textColorTextHoverPrimary: string;
2134
+ textColorTextPressedPrimary: string;
2135
+ textColorTextFocusPrimary: string;
2136
+ textColorTextDisabledPrimary: string;
2137
+ textColorGhostPrimary: string;
2138
+ textColorGhostHoverPrimary: string;
2139
+ textColorGhostPressedPrimary: string;
2140
+ textColorGhostFocusPrimary: string;
2141
+ textColorGhostDisabledPrimary: string;
2142
+ borderPrimary: string;
2143
+ borderHoverPrimary: string;
2144
+ borderPressedPrimary: string;
2145
+ borderFocusPrimary: string;
2146
+ borderDisabledPrimary: string;
2147
+ rippleColorPrimary: string;
2148
+ colorInfo: string;
2149
+ colorHoverInfo: string;
2150
+ colorPressedInfo: string;
2151
+ colorFocusInfo: string;
2152
+ colorDisabledInfo: string;
2153
+ textColorInfo: string;
2154
+ textColorHoverInfo: string;
2155
+ textColorPressedInfo: string;
2156
+ textColorFocusInfo: string;
2157
+ textColorDisabledInfo: string;
2158
+ textColorTextInfo: string;
2159
+ textColorTextHoverInfo: string;
2160
+ textColorTextPressedInfo: string;
2161
+ textColorTextFocusInfo: string;
2162
+ textColorTextDisabledInfo: string;
2163
+ textColorGhostInfo: string;
2164
+ textColorGhostHoverInfo: string;
2165
+ textColorGhostPressedInfo: string;
2166
+ textColorGhostFocusInfo: string;
2167
+ textColorGhostDisabledInfo: string;
2168
+ borderInfo: string;
2169
+ borderHoverInfo: string;
2170
+ borderPressedInfo: string;
2171
+ borderFocusInfo: string;
2172
+ borderDisabledInfo: string;
2173
+ rippleColorInfo: string;
2174
+ colorSuccess: string;
2175
+ colorHoverSuccess: string;
2176
+ colorPressedSuccess: string;
2177
+ colorFocusSuccess: string;
2178
+ colorDisabledSuccess: string;
2179
+ textColorSuccess: string;
2180
+ textColorHoverSuccess: string;
2181
+ textColorPressedSuccess: string;
2182
+ textColorFocusSuccess: string;
2183
+ textColorDisabledSuccess: string;
2184
+ textColorTextSuccess: string;
2185
+ textColorTextHoverSuccess: string;
2186
+ textColorTextPressedSuccess: string;
2187
+ textColorTextFocusSuccess: string;
2188
+ textColorTextDisabledSuccess: string;
2189
+ textColorGhostSuccess: string;
2190
+ textColorGhostHoverSuccess: string;
2191
+ textColorGhostPressedSuccess: string;
2192
+ textColorGhostFocusSuccess: string;
2193
+ textColorGhostDisabledSuccess: string;
2194
+ borderSuccess: string;
2195
+ borderHoverSuccess: string;
2196
+ borderPressedSuccess: string;
2197
+ borderFocusSuccess: string;
2198
+ borderDisabledSuccess: string;
2199
+ rippleColorSuccess: string;
2200
+ colorWarning: string;
2201
+ colorHoverWarning: string;
2202
+ colorPressedWarning: string;
2203
+ colorFocusWarning: string;
2204
+ colorDisabledWarning: string;
2205
+ textColorWarning: string;
2206
+ textColorHoverWarning: string;
2207
+ textColorPressedWarning: string;
2208
+ textColorFocusWarning: string;
2209
+ textColorDisabledWarning: string;
2210
+ textColorTextWarning: string;
2211
+ textColorTextHoverWarning: string;
2212
+ textColorTextPressedWarning: string;
2213
+ textColorTextFocusWarning: string;
2214
+ textColorTextDisabledWarning: string;
2215
+ textColorGhostWarning: string;
2216
+ textColorGhostHoverWarning: string;
2217
+ textColorGhostPressedWarning: string;
2218
+ textColorGhostFocusWarning: string;
2219
+ textColorGhostDisabledWarning: string;
2220
+ borderWarning: string;
2221
+ borderHoverWarning: string;
2222
+ borderPressedWarning: string;
2223
+ borderFocusWarning: string;
2224
+ borderDisabledWarning: string;
2225
+ rippleColorWarning: string;
2226
+ colorError: string;
2227
+ colorHoverError: string;
2228
+ colorPressedError: string;
2229
+ colorFocusError: string;
2230
+ colorDisabledError: string;
2231
+ textColorError: string;
2232
+ textColorHoverError: string;
2233
+ textColorPressedError: string;
2234
+ textColorFocusError: string;
2235
+ textColorDisabledError: string;
2236
+ textColorTextError: string;
2237
+ textColorTextHoverError: string;
2238
+ textColorTextPressedError: string;
2239
+ textColorTextFocusError: string;
2240
+ textColorTextDisabledError: string;
2241
+ textColorGhostError: string;
2242
+ textColorGhostHoverError: string;
2243
+ textColorGhostPressedError: string;
2244
+ textColorGhostFocusError: string;
2245
+ textColorGhostDisabledError: string;
2246
+ borderError: string;
2247
+ borderHoverError: string;
2248
+ borderPressedError: string;
2249
+ borderFocusError: string;
2250
+ borderDisabledError: string;
2251
+ rippleColorError: string;
2252
+ waveOpacity: string;
2253
+ fontWeight: string;
2254
+ fontWeightStrong: string;
2255
+ paddingTiny: string;
2256
+ paddingSmall: string;
2257
+ paddingMedium: string;
2258
+ paddingLarge: string;
2259
+ paddingRoundTiny: string;
2260
+ paddingRoundSmall: string;
2261
+ paddingRoundMedium: string;
2262
+ paddingRoundLarge: string;
2263
+ iconMarginTiny: string;
2264
+ iconMarginSmall: string;
2265
+ iconMarginMedium: string;
2266
+ iconMarginLarge: string;
2267
+ iconSizeTiny: string;
2268
+ iconSizeSmall: string;
2269
+ iconSizeMedium: string;
2270
+ iconSizeLarge: string;
2271
+ rippleDuration: string;
2272
+ }, any>>>;
2273
+ }>> & Readonly<{}>, {
2274
+ readonly type: Type;
2275
+ readonly tag: keyof HTMLElementTagNameMap;
2276
+ readonly block: boolean;
2277
+ readonly disabled: boolean;
2278
+ readonly strong: boolean;
2279
+ readonly round: boolean;
2280
+ readonly dashed: boolean;
2281
+ readonly text: boolean;
2282
+ readonly circle: boolean;
2283
+ readonly loading: boolean;
2284
+ readonly focusable: boolean;
2285
+ readonly bordered: boolean;
2286
+ readonly tertiary: boolean;
2287
+ readonly keyboard: boolean;
2288
+ readonly ghost: boolean;
2289
+ readonly secondary: boolean;
2290
+ readonly quaternary: boolean;
2291
+ readonly iconPlacement: "left" | "right";
2292
+ readonly attrType: "reset" | "submit" | "button";
2293
+ readonly nativeFocusBehavior: boolean;
2294
+ }, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2295
+ NIcon: DefineComponent<ExtractPropTypes<{
2296
+ readonly depth: PropType< Depth>;
2297
+ readonly size: PropType<number | string>;
2298
+ readonly color: StringConstructor;
2299
+ readonly component: PropType< Component>;
2300
+ readonly theme: PropType< Theme<"Icon", {
2301
+ color: string;
2302
+ opacity1Depth: string;
2303
+ opacity2Depth: string;
2304
+ opacity3Depth: string;
2305
+ opacity4Depth: string;
2306
+ opacity5Depth: string;
2307
+ }, any>>;
2308
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
2309
+ color: string;
2310
+ opacity1Depth: string;
2311
+ opacity2Depth: string;
2312
+ opacity3Depth: string;
2313
+ opacity4Depth: string;
2314
+ opacity5Depth: string;
2315
+ }, any>>>;
2316
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
2317
+ color: string;
2318
+ opacity1Depth: string;
2319
+ opacity2Depth: string;
2320
+ opacity3Depth: string;
2321
+ opacity4Depth: string;
2322
+ opacity5Depth: string;
2323
+ }, any>>>;
2324
+ }>, {
2325
+ mergedClsPrefix: Ref<string, string>;
2326
+ mergedStyle: ComputedRef<{
2327
+ fontSize: string | undefined;
2328
+ color: string | undefined;
2329
+ }>;
2330
+ cssVars: ComputedRef<{
2331
+ "--n-bezier": string;
2332
+ "--n-color": string;
2333
+ "--n-opacity": string;
2334
+ }> | undefined;
2335
+ themeClass: Ref<string, string> | undefined;
2336
+ onRender: (() => void) | undefined;
2337
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2338
+ readonly depth: PropType< Depth>;
2339
+ readonly size: PropType<number | string>;
2340
+ readonly color: StringConstructor;
2341
+ readonly component: PropType< Component>;
2342
+ readonly theme: PropType< Theme<"Icon", {
2343
+ color: string;
2344
+ opacity1Depth: string;
2345
+ opacity2Depth: string;
2346
+ opacity3Depth: string;
2347
+ opacity4Depth: string;
2348
+ opacity5Depth: string;
2349
+ }, any>>;
2350
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
2351
+ color: string;
2352
+ opacity1Depth: string;
2353
+ opacity2Depth: string;
2354
+ opacity3Depth: string;
2355
+ opacity4Depth: string;
2356
+ opacity5Depth: string;
2357
+ }, any>>>;
2358
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
2359
+ color: string;
2360
+ opacity1Depth: string;
2361
+ opacity2Depth: string;
2362
+ opacity3Depth: string;
2363
+ opacity4Depth: string;
2364
+ opacity5Depth: string;
2365
+ }, any>>>;
2366
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2367
+ NPopconfirm: DefineComponent<ExtractPropTypes<{
2368
+ positiveText: PropType<string | null>;
2369
+ negativeText: PropType<string | null>;
2370
+ showIcon: {
2371
+ type: BooleanConstructor;
2372
+ default: boolean;
2373
+ };
2374
+ trigger: {
2375
+ type: PropType< PopoverTrigger>;
2376
+ default: string;
2377
+ };
2378
+ positiveButtonProps: PropType< ButtonProps>;
2379
+ negativeButtonProps: PropType< ButtonProps>;
2380
+ onPositiveClick: PropType<(e: MouseEvent) => Promise<boolean> | boolean | any>;
2381
+ onNegativeClick: PropType<(e: MouseEvent) => Promise<boolean> | boolean | any>;
2382
+ show: {
2383
+ type: PropType<boolean | undefined>;
2384
+ default: undefined;
2385
+ };
2386
+ defaultShow: BooleanConstructor;
2387
+ showArrow: {
2388
+ type: BooleanConstructor;
2389
+ default: boolean;
2390
+ };
2391
+ delay: {
2392
+ type: NumberConstructor;
2393
+ default: number;
2394
+ };
2395
+ duration: {
2396
+ type: NumberConstructor;
2397
+ default: number;
2398
+ };
2399
+ raw: BooleanConstructor;
2400
+ placement: {
2401
+ type: PropType< Placement>;
2402
+ default: string;
2403
+ };
2404
+ x: NumberConstructor;
2405
+ y: NumberConstructor;
2406
+ arrowPointToCenter: BooleanConstructor;
2407
+ disabled: BooleanConstructor;
2408
+ getDisabled: PropType<() => boolean>;
2409
+ displayDirective: {
2410
+ type: PropType<"if" | "show">;
2411
+ default: string;
2412
+ };
2413
+ arrowClass: StringConstructor;
2414
+ arrowStyle: PropType<string | CSSProperties>;
2415
+ arrowWrapperClass: StringConstructor;
2416
+ arrowWrapperStyle: PropType<string | CSSProperties>;
2417
+ flip: {
2418
+ type: BooleanConstructor;
2419
+ default: boolean;
2420
+ };
2421
+ animated: {
2422
+ type: BooleanConstructor;
2423
+ default: boolean;
2424
+ };
2425
+ width: {
2426
+ type: PropType<number | "trigger">;
2427
+ default: undefined;
2428
+ };
2429
+ overlap: BooleanConstructor;
2430
+ keepAliveOnHover: {
2431
+ type: BooleanConstructor;
2432
+ default: boolean;
2433
+ };
2434
+ zIndex: NumberConstructor;
2435
+ to: {
2436
+ type: PropType<HTMLElement | string | boolean>;
2437
+ default: undefined;
2438
+ };
2439
+ scrollable: BooleanConstructor;
2440
+ contentClass: StringConstructor;
2441
+ contentStyle: PropType< CSSProperties | string>;
2442
+ headerClass: StringConstructor;
2443
+ headerStyle: PropType< CSSProperties | string>;
2444
+ footerClass: StringConstructor;
2445
+ footerStyle: PropType< CSSProperties | string>;
2446
+ onClickoutside: PropType<(e: MouseEvent) => void>;
2447
+ 'onUpdate:show': PropType< MaybeArray<(value: boolean) => void>>;
2448
+ onUpdateShow: PropType< MaybeArray<(value: boolean) => void>>;
2449
+ internalDeactivateImmediately: BooleanConstructor;
2450
+ internalSyncTargetWithParent: BooleanConstructor;
2451
+ internalInheritedEventHandlers: {
2452
+ type: PropType< TriggerEventHandlers[]>;
2453
+ default: () => never[];
2454
+ };
2455
+ internalTrapFocus: BooleanConstructor;
2456
+ internalExtraClass: {
2457
+ type: PropType<string[]>;
2458
+ default: () => never[];
2459
+ };
2460
+ onShow: PropType< MaybeArray<(value: boolean) => void> | undefined>;
2461
+ onHide: PropType< MaybeArray<(value: boolean) => void> | undefined>;
2462
+ arrow: {
2463
+ type: PropType<boolean | undefined>;
2464
+ default: undefined;
2465
+ };
2466
+ minWidth: NumberConstructor;
2467
+ maxWidth: NumberConstructor;
2468
+ theme: PropType< Theme<"Popconfirm", {
2469
+ fontSize: string;
2470
+ iconColor: string;
2471
+ iconSize: string;
2472
+ }, {
2473
+ Button: Theme<"Button", {
2474
+ heightTiny: string;
2475
+ heightSmall: string;
2476
+ heightMedium: string;
2477
+ heightLarge: string;
2478
+ borderRadiusTiny: string;
2479
+ borderRadiusSmall: string;
2480
+ borderRadiusMedium: string;
2481
+ borderRadiusLarge: string;
2482
+ fontSizeTiny: string;
2483
+ fontSizeSmall: string;
2484
+ fontSizeMedium: string;
2485
+ fontSizeLarge: string;
2486
+ opacityDisabled: string;
2487
+ colorOpacitySecondary: string;
2488
+ colorOpacitySecondaryHover: string;
2489
+ colorOpacitySecondaryPressed: string;
2490
+ colorSecondary: string;
2491
+ colorSecondaryHover: string;
2492
+ colorSecondaryPressed: string;
2493
+ colorTertiary: string;
2494
+ colorTertiaryHover: string;
2495
+ colorTertiaryPressed: string;
2496
+ colorQuaternary: string;
2497
+ colorQuaternaryHover: string;
2498
+ colorQuaternaryPressed: string;
2499
+ color: string;
2500
+ colorHover: string;
2501
+ colorPressed: string;
2502
+ colorFocus: string;
2503
+ colorDisabled: string;
2504
+ textColor: string;
2505
+ textColorTertiary: string;
2506
+ textColorHover: string;
2507
+ textColorPressed: string;
2508
+ textColorFocus: string;
2509
+ textColorDisabled: string;
2510
+ textColorText: string;
2511
+ textColorTextHover: string;
2512
+ textColorTextPressed: string;
2513
+ textColorTextFocus: string;
2514
+ textColorTextDisabled: string;
2515
+ textColorGhost: string;
2516
+ textColorGhostHover: string;
2517
+ textColorGhostPressed: string;
2518
+ textColorGhostFocus: string;
2519
+ textColorGhostDisabled: string;
2520
+ border: string;
2521
+ borderHover: string;
2522
+ borderPressed: string;
2523
+ borderFocus: string;
2524
+ borderDisabled: string;
2525
+ rippleColor: string;
2526
+ colorPrimary: string;
2527
+ colorHoverPrimary: string;
2528
+ colorPressedPrimary: string;
2529
+ colorFocusPrimary: string;
2530
+ colorDisabledPrimary: string;
2531
+ textColorPrimary: string;
2532
+ textColorHoverPrimary: string;
2533
+ textColorPressedPrimary: string;
2534
+ textColorFocusPrimary: string;
2535
+ textColorDisabledPrimary: string;
2536
+ textColorTextPrimary: string;
2537
+ textColorTextHoverPrimary: string;
2538
+ textColorTextPressedPrimary: string;
2539
+ textColorTextFocusPrimary: string;
2540
+ textColorTextDisabledPrimary: string;
2541
+ textColorGhostPrimary: string;
2542
+ textColorGhostHoverPrimary: string;
2543
+ textColorGhostPressedPrimary: string;
2544
+ textColorGhostFocusPrimary: string;
2545
+ textColorGhostDisabledPrimary: string;
2546
+ borderPrimary: string;
2547
+ borderHoverPrimary: string;
2548
+ borderPressedPrimary: string;
2549
+ borderFocusPrimary: string;
2550
+ borderDisabledPrimary: string;
2551
+ rippleColorPrimary: string;
2552
+ colorInfo: string;
2553
+ colorHoverInfo: string;
2554
+ colorPressedInfo: string;
2555
+ colorFocusInfo: string;
2556
+ colorDisabledInfo: string;
2557
+ textColorInfo: string;
2558
+ textColorHoverInfo: string;
2559
+ textColorPressedInfo: string;
2560
+ textColorFocusInfo: string;
2561
+ textColorDisabledInfo: string;
2562
+ textColorTextInfo: string;
2563
+ textColorTextHoverInfo: string;
2564
+ textColorTextPressedInfo: string;
2565
+ textColorTextFocusInfo: string;
2566
+ textColorTextDisabledInfo: string;
2567
+ textColorGhostInfo: string;
2568
+ textColorGhostHoverInfo: string;
2569
+ textColorGhostPressedInfo: string;
2570
+ textColorGhostFocusInfo: string;
2571
+ textColorGhostDisabledInfo: string;
2572
+ borderInfo: string;
2573
+ borderHoverInfo: string;
2574
+ borderPressedInfo: string;
2575
+ borderFocusInfo: string;
2576
+ borderDisabledInfo: string;
2577
+ rippleColorInfo: string;
2578
+ colorSuccess: string;
2579
+ colorHoverSuccess: string;
2580
+ colorPressedSuccess: string;
2581
+ colorFocusSuccess: string;
2582
+ colorDisabledSuccess: string;
2583
+ textColorSuccess: string;
2584
+ textColorHoverSuccess: string;
2585
+ textColorPressedSuccess: string;
2586
+ textColorFocusSuccess: string;
2587
+ textColorDisabledSuccess: string;
2588
+ textColorTextSuccess: string;
2589
+ textColorTextHoverSuccess: string;
2590
+ textColorTextPressedSuccess: string;
2591
+ textColorTextFocusSuccess: string;
2592
+ textColorTextDisabledSuccess: string;
2593
+ textColorGhostSuccess: string;
2594
+ textColorGhostHoverSuccess: string;
2595
+ textColorGhostPressedSuccess: string;
2596
+ textColorGhostFocusSuccess: string;
2597
+ textColorGhostDisabledSuccess: string;
2598
+ borderSuccess: string;
2599
+ borderHoverSuccess: string;
2600
+ borderPressedSuccess: string;
2601
+ borderFocusSuccess: string;
2602
+ borderDisabledSuccess: string;
2603
+ rippleColorSuccess: string;
2604
+ colorWarning: string;
2605
+ colorHoverWarning: string;
2606
+ colorPressedWarning: string;
2607
+ colorFocusWarning: string;
2608
+ colorDisabledWarning: string;
2609
+ textColorWarning: string;
2610
+ textColorHoverWarning: string;
2611
+ textColorPressedWarning: string;
2612
+ textColorFocusWarning: string;
2613
+ textColorDisabledWarning: string;
2614
+ textColorTextWarning: string;
2615
+ textColorTextHoverWarning: string;
2616
+ textColorTextPressedWarning: string;
2617
+ textColorTextFocusWarning: string;
2618
+ textColorTextDisabledWarning: string;
2619
+ textColorGhostWarning: string;
2620
+ textColorGhostHoverWarning: string;
2621
+ textColorGhostPressedWarning: string;
2622
+ textColorGhostFocusWarning: string;
2623
+ textColorGhostDisabledWarning: string;
2624
+ borderWarning: string;
2625
+ borderHoverWarning: string;
2626
+ borderPressedWarning: string;
2627
+ borderFocusWarning: string;
2628
+ borderDisabledWarning: string;
2629
+ rippleColorWarning: string;
2630
+ colorError: string;
2631
+ colorHoverError: string;
2632
+ colorPressedError: string;
2633
+ colorFocusError: string;
2634
+ colorDisabledError: string;
2635
+ textColorError: string;
2636
+ textColorHoverError: string;
2637
+ textColorPressedError: string;
2638
+ textColorFocusError: string;
2639
+ textColorDisabledError: string;
2640
+ textColorTextError: string;
2641
+ textColorTextHoverError: string;
2642
+ textColorTextPressedError: string;
2643
+ textColorTextFocusError: string;
2644
+ textColorTextDisabledError: string;
2645
+ textColorGhostError: string;
2646
+ textColorGhostHoverError: string;
2647
+ textColorGhostPressedError: string;
2648
+ textColorGhostFocusError: string;
2649
+ textColorGhostDisabledError: string;
2650
+ borderError: string;
2651
+ borderHoverError: string;
2652
+ borderPressedError: string;
2653
+ borderFocusError: string;
2654
+ borderDisabledError: string;
2655
+ rippleColorError: string;
2656
+ waveOpacity: string;
2657
+ fontWeight: string;
2658
+ fontWeightStrong: string;
2659
+ paddingTiny: string;
2660
+ paddingSmall: string;
2661
+ paddingMedium: string;
2662
+ paddingLarge: string;
2663
+ paddingRoundTiny: string;
2664
+ paddingRoundSmall: string;
2665
+ paddingRoundMedium: string;
2666
+ paddingRoundLarge: string;
2667
+ iconMarginTiny: string;
2668
+ iconMarginSmall: string;
2669
+ iconMarginMedium: string;
2670
+ iconMarginLarge: string;
2671
+ iconSizeTiny: string;
2672
+ iconSizeSmall: string;
2673
+ iconSizeMedium: string;
2674
+ iconSizeLarge: string;
2675
+ rippleDuration: string;
2676
+ }, any>;
2677
+ Popover: Theme<"Popover", {
2678
+ fontSize: string;
2679
+ borderRadius: string;
2680
+ color: string;
2681
+ dividerColor: string;
2682
+ textColor: string;
2683
+ boxShadow: string;
2684
+ space: string;
2685
+ spaceArrow: string;
2686
+ arrowOffset: string;
2687
+ arrowOffsetVertical: string;
2688
+ arrowHeight: string;
2689
+ padding: string;
2690
+ }, any>;
2691
+ }>>;
2692
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popconfirm", {
2693
+ fontSize: string;
2694
+ iconColor: string;
2695
+ iconSize: string;
2696
+ }, {
2697
+ Button: Theme<"Button", {
2698
+ heightTiny: string;
2699
+ heightSmall: string;
2700
+ heightMedium: string;
2701
+ heightLarge: string;
2702
+ borderRadiusTiny: string;
2703
+ borderRadiusSmall: string;
2704
+ borderRadiusMedium: string;
2705
+ borderRadiusLarge: string;
2706
+ fontSizeTiny: string;
2707
+ fontSizeSmall: string;
2708
+ fontSizeMedium: string;
2709
+ fontSizeLarge: string;
2710
+ opacityDisabled: string;
2711
+ colorOpacitySecondary: string;
2712
+ colorOpacitySecondaryHover: string;
2713
+ colorOpacitySecondaryPressed: string;
2714
+ colorSecondary: string;
2715
+ colorSecondaryHover: string;
2716
+ colorSecondaryPressed: string;
2717
+ colorTertiary: string;
2718
+ colorTertiaryHover: string;
2719
+ colorTertiaryPressed: string;
2720
+ colorQuaternary: string;
2721
+ colorQuaternaryHover: string;
2722
+ colorQuaternaryPressed: string;
2723
+ color: string;
2724
+ colorHover: string;
2725
+ colorPressed: string;
2726
+ colorFocus: string;
2727
+ colorDisabled: string;
2728
+ textColor: string;
2729
+ textColorTertiary: string;
2730
+ textColorHover: string;
2731
+ textColorPressed: string;
2732
+ textColorFocus: string;
2733
+ textColorDisabled: string;
2734
+ textColorText: string;
2735
+ textColorTextHover: string;
2736
+ textColorTextPressed: string;
2737
+ textColorTextFocus: string;
2738
+ textColorTextDisabled: string;
2739
+ textColorGhost: string;
2740
+ textColorGhostHover: string;
2741
+ textColorGhostPressed: string;
2742
+ textColorGhostFocus: string;
2743
+ textColorGhostDisabled: string;
2744
+ border: string;
2745
+ borderHover: string;
2746
+ borderPressed: string;
2747
+ borderFocus: string;
2748
+ borderDisabled: string;
2749
+ rippleColor: string;
2750
+ colorPrimary: string;
2751
+ colorHoverPrimary: string;
2752
+ colorPressedPrimary: string;
2753
+ colorFocusPrimary: string;
2754
+ colorDisabledPrimary: string;
2755
+ textColorPrimary: string;
2756
+ textColorHoverPrimary: string;
2757
+ textColorPressedPrimary: string;
2758
+ textColorFocusPrimary: string;
2759
+ textColorDisabledPrimary: string;
2760
+ textColorTextPrimary: string;
2761
+ textColorTextHoverPrimary: string;
2762
+ textColorTextPressedPrimary: string;
2763
+ textColorTextFocusPrimary: string;
2764
+ textColorTextDisabledPrimary: string;
2765
+ textColorGhostPrimary: string;
2766
+ textColorGhostHoverPrimary: string;
2767
+ textColorGhostPressedPrimary: string;
2768
+ textColorGhostFocusPrimary: string;
2769
+ textColorGhostDisabledPrimary: string;
2770
+ borderPrimary: string;
2771
+ borderHoverPrimary: string;
2772
+ borderPressedPrimary: string;
2773
+ borderFocusPrimary: string;
2774
+ borderDisabledPrimary: string;
2775
+ rippleColorPrimary: string;
2776
+ colorInfo: string;
2777
+ colorHoverInfo: string;
2778
+ colorPressedInfo: string;
2779
+ colorFocusInfo: string;
2780
+ colorDisabledInfo: string;
2781
+ textColorInfo: string;
2782
+ textColorHoverInfo: string;
2783
+ textColorPressedInfo: string;
2784
+ textColorFocusInfo: string;
2785
+ textColorDisabledInfo: string;
2786
+ textColorTextInfo: string;
2787
+ textColorTextHoverInfo: string;
2788
+ textColorTextPressedInfo: string;
2789
+ textColorTextFocusInfo: string;
2790
+ textColorTextDisabledInfo: string;
2791
+ textColorGhostInfo: string;
2792
+ textColorGhostHoverInfo: string;
2793
+ textColorGhostPressedInfo: string;
2794
+ textColorGhostFocusInfo: string;
2795
+ textColorGhostDisabledInfo: string;
2796
+ borderInfo: string;
2797
+ borderHoverInfo: string;
2798
+ borderPressedInfo: string;
2799
+ borderFocusInfo: string;
2800
+ borderDisabledInfo: string;
2801
+ rippleColorInfo: string;
2802
+ colorSuccess: string;
2803
+ colorHoverSuccess: string;
2804
+ colorPressedSuccess: string;
2805
+ colorFocusSuccess: string;
2806
+ colorDisabledSuccess: string;
2807
+ textColorSuccess: string;
2808
+ textColorHoverSuccess: string;
2809
+ textColorPressedSuccess: string;
2810
+ textColorFocusSuccess: string;
2811
+ textColorDisabledSuccess: string;
2812
+ textColorTextSuccess: string;
2813
+ textColorTextHoverSuccess: string;
2814
+ textColorTextPressedSuccess: string;
2815
+ textColorTextFocusSuccess: string;
2816
+ textColorTextDisabledSuccess: string;
2817
+ textColorGhostSuccess: string;
2818
+ textColorGhostHoverSuccess: string;
2819
+ textColorGhostPressedSuccess: string;
2820
+ textColorGhostFocusSuccess: string;
2821
+ textColorGhostDisabledSuccess: string;
2822
+ borderSuccess: string;
2823
+ borderHoverSuccess: string;
2824
+ borderPressedSuccess: string;
2825
+ borderFocusSuccess: string;
2826
+ borderDisabledSuccess: string;
2827
+ rippleColorSuccess: string;
2828
+ colorWarning: string;
2829
+ colorHoverWarning: string;
2830
+ colorPressedWarning: string;
2831
+ colorFocusWarning: string;
2832
+ colorDisabledWarning: string;
2833
+ textColorWarning: string;
2834
+ textColorHoverWarning: string;
2835
+ textColorPressedWarning: string;
2836
+ textColorFocusWarning: string;
2837
+ textColorDisabledWarning: string;
2838
+ textColorTextWarning: string;
2839
+ textColorTextHoverWarning: string;
2840
+ textColorTextPressedWarning: string;
2841
+ textColorTextFocusWarning: string;
2842
+ textColorTextDisabledWarning: string;
2843
+ textColorGhostWarning: string;
2844
+ textColorGhostHoverWarning: string;
2845
+ textColorGhostPressedWarning: string;
2846
+ textColorGhostFocusWarning: string;
2847
+ textColorGhostDisabledWarning: string;
2848
+ borderWarning: string;
2849
+ borderHoverWarning: string;
2850
+ borderPressedWarning: string;
2851
+ borderFocusWarning: string;
2852
+ borderDisabledWarning: string;
2853
+ rippleColorWarning: string;
2854
+ colorError: string;
2855
+ colorHoverError: string;
2856
+ colorPressedError: string;
2857
+ colorFocusError: string;
2858
+ colorDisabledError: string;
2859
+ textColorError: string;
2860
+ textColorHoverError: string;
2861
+ textColorPressedError: string;
2862
+ textColorFocusError: string;
2863
+ textColorDisabledError: string;
2864
+ textColorTextError: string;
2865
+ textColorTextHoverError: string;
2866
+ textColorTextPressedError: string;
2867
+ textColorTextFocusError: string;
2868
+ textColorTextDisabledError: string;
2869
+ textColorGhostError: string;
2870
+ textColorGhostHoverError: string;
2871
+ textColorGhostPressedError: string;
2872
+ textColorGhostFocusError: string;
2873
+ textColorGhostDisabledError: string;
2874
+ borderError: string;
2875
+ borderHoverError: string;
2876
+ borderPressedError: string;
2877
+ borderFocusError: string;
2878
+ borderDisabledError: string;
2879
+ rippleColorError: string;
2880
+ waveOpacity: string;
2881
+ fontWeight: string;
2882
+ fontWeightStrong: string;
2883
+ paddingTiny: string;
2884
+ paddingSmall: string;
2885
+ paddingMedium: string;
2886
+ paddingLarge: string;
2887
+ paddingRoundTiny: string;
2888
+ paddingRoundSmall: string;
2889
+ paddingRoundMedium: string;
2890
+ paddingRoundLarge: string;
2891
+ iconMarginTiny: string;
2892
+ iconMarginSmall: string;
2893
+ iconMarginMedium: string;
2894
+ iconMarginLarge: string;
2895
+ iconSizeTiny: string;
2896
+ iconSizeSmall: string;
2897
+ iconSizeMedium: string;
2898
+ iconSizeLarge: string;
2899
+ rippleDuration: string;
2900
+ }, any>;
2901
+ Popover: Theme<"Popover", {
2902
+ fontSize: string;
2903
+ borderRadius: string;
2904
+ color: string;
2905
+ dividerColor: string;
2906
+ textColor: string;
2907
+ boxShadow: string;
2908
+ space: string;
2909
+ spaceArrow: string;
2910
+ arrowOffset: string;
2911
+ arrowOffsetVertical: string;
2912
+ arrowHeight: string;
2913
+ padding: string;
2914
+ }, any>;
2915
+ }>>>;
2916
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popconfirm", {
2917
+ fontSize: string;
2918
+ iconColor: string;
2919
+ iconSize: string;
2920
+ }, {
2921
+ Button: Theme<"Button", {
2922
+ heightTiny: string;
2923
+ heightSmall: string;
2924
+ heightMedium: string;
2925
+ heightLarge: string;
2926
+ borderRadiusTiny: string;
2927
+ borderRadiusSmall: string;
2928
+ borderRadiusMedium: string;
2929
+ borderRadiusLarge: string;
2930
+ fontSizeTiny: string;
2931
+ fontSizeSmall: string;
2932
+ fontSizeMedium: string;
2933
+ fontSizeLarge: string;
2934
+ opacityDisabled: string;
2935
+ colorOpacitySecondary: string;
2936
+ colorOpacitySecondaryHover: string;
2937
+ colorOpacitySecondaryPressed: string;
2938
+ colorSecondary: string;
2939
+ colorSecondaryHover: string;
2940
+ colorSecondaryPressed: string;
2941
+ colorTertiary: string;
2942
+ colorTertiaryHover: string;
2943
+ colorTertiaryPressed: string;
2944
+ colorQuaternary: string;
2945
+ colorQuaternaryHover: string;
2946
+ colorQuaternaryPressed: string;
2947
+ color: string;
2948
+ colorHover: string;
2949
+ colorPressed: string;
2950
+ colorFocus: string;
2951
+ colorDisabled: string;
2952
+ textColor: string;
2953
+ textColorTertiary: string;
2954
+ textColorHover: string;
2955
+ textColorPressed: string;
2956
+ textColorFocus: string;
2957
+ textColorDisabled: string;
2958
+ textColorText: string;
2959
+ textColorTextHover: string;
2960
+ textColorTextPressed: string;
2961
+ textColorTextFocus: string;
2962
+ textColorTextDisabled: string;
2963
+ textColorGhost: string;
2964
+ textColorGhostHover: string;
2965
+ textColorGhostPressed: string;
2966
+ textColorGhostFocus: string;
2967
+ textColorGhostDisabled: string;
2968
+ border: string;
2969
+ borderHover: string;
2970
+ borderPressed: string;
2971
+ borderFocus: string;
2972
+ borderDisabled: string;
2973
+ rippleColor: string;
2974
+ colorPrimary: string;
2975
+ colorHoverPrimary: string;
2976
+ colorPressedPrimary: string;
2977
+ colorFocusPrimary: string;
2978
+ colorDisabledPrimary: string;
2979
+ textColorPrimary: string;
2980
+ textColorHoverPrimary: string;
2981
+ textColorPressedPrimary: string;
2982
+ textColorFocusPrimary: string;
2983
+ textColorDisabledPrimary: string;
2984
+ textColorTextPrimary: string;
2985
+ textColorTextHoverPrimary: string;
2986
+ textColorTextPressedPrimary: string;
2987
+ textColorTextFocusPrimary: string;
2988
+ textColorTextDisabledPrimary: string;
2989
+ textColorGhostPrimary: string;
2990
+ textColorGhostHoverPrimary: string;
2991
+ textColorGhostPressedPrimary: string;
2992
+ textColorGhostFocusPrimary: string;
2993
+ textColorGhostDisabledPrimary: string;
2994
+ borderPrimary: string;
2995
+ borderHoverPrimary: string;
2996
+ borderPressedPrimary: string;
2997
+ borderFocusPrimary: string;
2998
+ borderDisabledPrimary: string;
2999
+ rippleColorPrimary: string;
3000
+ colorInfo: string;
3001
+ colorHoverInfo: string;
3002
+ colorPressedInfo: string;
3003
+ colorFocusInfo: string;
3004
+ colorDisabledInfo: string;
3005
+ textColorInfo: string;
3006
+ textColorHoverInfo: string;
3007
+ textColorPressedInfo: string;
3008
+ textColorFocusInfo: string;
3009
+ textColorDisabledInfo: string;
3010
+ textColorTextInfo: string;
3011
+ textColorTextHoverInfo: string;
3012
+ textColorTextPressedInfo: string;
3013
+ textColorTextFocusInfo: string;
3014
+ textColorTextDisabledInfo: string;
3015
+ textColorGhostInfo: string;
3016
+ textColorGhostHoverInfo: string;
3017
+ textColorGhostPressedInfo: string;
3018
+ textColorGhostFocusInfo: string;
3019
+ textColorGhostDisabledInfo: string;
3020
+ borderInfo: string;
3021
+ borderHoverInfo: string;
3022
+ borderPressedInfo: string;
3023
+ borderFocusInfo: string;
3024
+ borderDisabledInfo: string;
3025
+ rippleColorInfo: string;
3026
+ colorSuccess: string;
3027
+ colorHoverSuccess: string;
3028
+ colorPressedSuccess: string;
3029
+ colorFocusSuccess: string;
3030
+ colorDisabledSuccess: string;
3031
+ textColorSuccess: string;
3032
+ textColorHoverSuccess: string;
3033
+ textColorPressedSuccess: string;
3034
+ textColorFocusSuccess: string;
3035
+ textColorDisabledSuccess: string;
3036
+ textColorTextSuccess: string;
3037
+ textColorTextHoverSuccess: string;
3038
+ textColorTextPressedSuccess: string;
3039
+ textColorTextFocusSuccess: string;
3040
+ textColorTextDisabledSuccess: string;
3041
+ textColorGhostSuccess: string;
3042
+ textColorGhostHoverSuccess: string;
3043
+ textColorGhostPressedSuccess: string;
3044
+ textColorGhostFocusSuccess: string;
3045
+ textColorGhostDisabledSuccess: string;
3046
+ borderSuccess: string;
3047
+ borderHoverSuccess: string;
3048
+ borderPressedSuccess: string;
3049
+ borderFocusSuccess: string;
3050
+ borderDisabledSuccess: string;
3051
+ rippleColorSuccess: string;
3052
+ colorWarning: string;
3053
+ colorHoverWarning: string;
3054
+ colorPressedWarning: string;
3055
+ colorFocusWarning: string;
3056
+ colorDisabledWarning: string;
3057
+ textColorWarning: string;
3058
+ textColorHoverWarning: string;
3059
+ textColorPressedWarning: string;
3060
+ textColorFocusWarning: string;
3061
+ textColorDisabledWarning: string;
3062
+ textColorTextWarning: string;
3063
+ textColorTextHoverWarning: string;
3064
+ textColorTextPressedWarning: string;
3065
+ textColorTextFocusWarning: string;
3066
+ textColorTextDisabledWarning: string;
3067
+ textColorGhostWarning: string;
3068
+ textColorGhostHoverWarning: string;
3069
+ textColorGhostPressedWarning: string;
3070
+ textColorGhostFocusWarning: string;
3071
+ textColorGhostDisabledWarning: string;
3072
+ borderWarning: string;
3073
+ borderHoverWarning: string;
3074
+ borderPressedWarning: string;
3075
+ borderFocusWarning: string;
3076
+ borderDisabledWarning: string;
3077
+ rippleColorWarning: string;
3078
+ colorError: string;
3079
+ colorHoverError: string;
3080
+ colorPressedError: string;
3081
+ colorFocusError: string;
3082
+ colorDisabledError: string;
3083
+ textColorError: string;
3084
+ textColorHoverError: string;
3085
+ textColorPressedError: string;
3086
+ textColorFocusError: string;
3087
+ textColorDisabledError: string;
3088
+ textColorTextError: string;
3089
+ textColorTextHoverError: string;
3090
+ textColorTextPressedError: string;
3091
+ textColorTextFocusError: string;
3092
+ textColorTextDisabledError: string;
3093
+ textColorGhostError: string;
3094
+ textColorGhostHoverError: string;
3095
+ textColorGhostPressedError: string;
3096
+ textColorGhostFocusError: string;
3097
+ textColorGhostDisabledError: string;
3098
+ borderError: string;
3099
+ borderHoverError: string;
3100
+ borderPressedError: string;
3101
+ borderFocusError: string;
3102
+ borderDisabledError: string;
3103
+ rippleColorError: string;
3104
+ waveOpacity: string;
3105
+ fontWeight: string;
3106
+ fontWeightStrong: string;
3107
+ paddingTiny: string;
3108
+ paddingSmall: string;
3109
+ paddingMedium: string;
3110
+ paddingLarge: string;
3111
+ paddingRoundTiny: string;
3112
+ paddingRoundSmall: string;
3113
+ paddingRoundMedium: string;
3114
+ paddingRoundLarge: string;
3115
+ iconMarginTiny: string;
3116
+ iconMarginSmall: string;
3117
+ iconMarginMedium: string;
3118
+ iconMarginLarge: string;
3119
+ iconSizeTiny: string;
3120
+ iconSizeSmall: string;
3121
+ iconSizeMedium: string;
3122
+ iconSizeLarge: string;
3123
+ rippleDuration: string;
3124
+ }, any>;
3125
+ Popover: Theme<"Popover", {
3126
+ fontSize: string;
3127
+ borderRadius: string;
3128
+ color: string;
3129
+ dividerColor: string;
3130
+ textColor: string;
3131
+ boxShadow: string;
3132
+ space: string;
3133
+ spaceArrow: string;
3134
+ arrowOffset: string;
3135
+ arrowOffsetVertical: string;
3136
+ arrowHeight: string;
3137
+ padding: string;
3138
+ }, any>;
3139
+ }>>>;
3140
+ }>, {
3141
+ setShow(value: boolean): void;
3142
+ syncPosition(): void;
3143
+ mergedTheme: ComputedRef<{
3144
+ common: ThemeCommonVars;
3145
+ self: {
3146
+ fontSize: string;
3147
+ iconColor: string;
3148
+ iconSize: string;
3149
+ };
3150
+ peers: {
3151
+ Button: Theme<"Button", {
3152
+ heightTiny: string;
3153
+ heightSmall: string;
3154
+ heightMedium: string;
3155
+ heightLarge: string;
3156
+ borderRadiusTiny: string;
3157
+ borderRadiusSmall: string;
3158
+ borderRadiusMedium: string;
3159
+ borderRadiusLarge: string;
3160
+ fontSizeTiny: string;
3161
+ fontSizeSmall: string;
3162
+ fontSizeMedium: string;
3163
+ fontSizeLarge: string;
3164
+ opacityDisabled: string;
3165
+ colorOpacitySecondary: string;
3166
+ colorOpacitySecondaryHover: string;
3167
+ colorOpacitySecondaryPressed: string;
3168
+ colorSecondary: string;
3169
+ colorSecondaryHover: string;
3170
+ colorSecondaryPressed: string;
3171
+ colorTertiary: string;
3172
+ colorTertiaryHover: string;
3173
+ colorTertiaryPressed: string;
3174
+ colorQuaternary: string;
3175
+ colorQuaternaryHover: string;
3176
+ colorQuaternaryPressed: string;
3177
+ color: string;
3178
+ colorHover: string;
3179
+ colorPressed: string;
3180
+ colorFocus: string;
3181
+ colorDisabled: string;
3182
+ textColor: string;
3183
+ textColorTertiary: string;
3184
+ textColorHover: string;
3185
+ textColorPressed: string;
3186
+ textColorFocus: string;
3187
+ textColorDisabled: string;
3188
+ textColorText: string;
3189
+ textColorTextHover: string;
3190
+ textColorTextPressed: string;
3191
+ textColorTextFocus: string;
3192
+ textColorTextDisabled: string;
3193
+ textColorGhost: string;
3194
+ textColorGhostHover: string;
3195
+ textColorGhostPressed: string;
3196
+ textColorGhostFocus: string;
3197
+ textColorGhostDisabled: string;
3198
+ border: string;
3199
+ borderHover: string;
3200
+ borderPressed: string;
3201
+ borderFocus: string;
3202
+ borderDisabled: string;
3203
+ rippleColor: string;
3204
+ colorPrimary: string;
3205
+ colorHoverPrimary: string;
3206
+ colorPressedPrimary: string;
3207
+ colorFocusPrimary: string;
3208
+ colorDisabledPrimary: string;
3209
+ textColorPrimary: string;
3210
+ textColorHoverPrimary: string;
3211
+ textColorPressedPrimary: string;
3212
+ textColorFocusPrimary: string;
3213
+ textColorDisabledPrimary: string;
3214
+ textColorTextPrimary: string;
3215
+ textColorTextHoverPrimary: string;
3216
+ textColorTextPressedPrimary: string;
3217
+ textColorTextFocusPrimary: string;
3218
+ textColorTextDisabledPrimary: string;
3219
+ textColorGhostPrimary: string;
3220
+ textColorGhostHoverPrimary: string;
3221
+ textColorGhostPressedPrimary: string;
3222
+ textColorGhostFocusPrimary: string;
3223
+ textColorGhostDisabledPrimary: string;
3224
+ borderPrimary: string;
3225
+ borderHoverPrimary: string;
3226
+ borderPressedPrimary: string;
3227
+ borderFocusPrimary: string;
3228
+ borderDisabledPrimary: string;
3229
+ rippleColorPrimary: string;
3230
+ colorInfo: string;
3231
+ colorHoverInfo: string;
3232
+ colorPressedInfo: string;
3233
+ colorFocusInfo: string;
3234
+ colorDisabledInfo: string;
3235
+ textColorInfo: string;
3236
+ textColorHoverInfo: string;
3237
+ textColorPressedInfo: string;
3238
+ textColorFocusInfo: string;
3239
+ textColorDisabledInfo: string;
3240
+ textColorTextInfo: string;
3241
+ textColorTextHoverInfo: string;
3242
+ textColorTextPressedInfo: string;
3243
+ textColorTextFocusInfo: string;
3244
+ textColorTextDisabledInfo: string;
3245
+ textColorGhostInfo: string;
3246
+ textColorGhostHoverInfo: string;
3247
+ textColorGhostPressedInfo: string;
3248
+ textColorGhostFocusInfo: string;
3249
+ textColorGhostDisabledInfo: string;
3250
+ borderInfo: string;
3251
+ borderHoverInfo: string;
3252
+ borderPressedInfo: string;
3253
+ borderFocusInfo: string;
3254
+ borderDisabledInfo: string;
3255
+ rippleColorInfo: string;
3256
+ colorSuccess: string;
3257
+ colorHoverSuccess: string;
3258
+ colorPressedSuccess: string;
3259
+ colorFocusSuccess: string;
3260
+ colorDisabledSuccess: string;
3261
+ textColorSuccess: string;
3262
+ textColorHoverSuccess: string;
3263
+ textColorPressedSuccess: string;
3264
+ textColorFocusSuccess: string;
3265
+ textColorDisabledSuccess: string;
3266
+ textColorTextSuccess: string;
3267
+ textColorTextHoverSuccess: string;
3268
+ textColorTextPressedSuccess: string;
3269
+ textColorTextFocusSuccess: string;
3270
+ textColorTextDisabledSuccess: string;
3271
+ textColorGhostSuccess: string;
3272
+ textColorGhostHoverSuccess: string;
3273
+ textColorGhostPressedSuccess: string;
3274
+ textColorGhostFocusSuccess: string;
3275
+ textColorGhostDisabledSuccess: string;
3276
+ borderSuccess: string;
3277
+ borderHoverSuccess: string;
3278
+ borderPressedSuccess: string;
3279
+ borderFocusSuccess: string;
3280
+ borderDisabledSuccess: string;
3281
+ rippleColorSuccess: string;
3282
+ colorWarning: string;
3283
+ colorHoverWarning: string;
3284
+ colorPressedWarning: string;
3285
+ colorFocusWarning: string;
3286
+ colorDisabledWarning: string;
3287
+ textColorWarning: string;
3288
+ textColorHoverWarning: string;
3289
+ textColorPressedWarning: string;
3290
+ textColorFocusWarning: string;
3291
+ textColorDisabledWarning: string;
3292
+ textColorTextWarning: string;
3293
+ textColorTextHoverWarning: string;
3294
+ textColorTextPressedWarning: string;
3295
+ textColorTextFocusWarning: string;
3296
+ textColorTextDisabledWarning: string;
3297
+ textColorGhostWarning: string;
3298
+ textColorGhostHoverWarning: string;
3299
+ textColorGhostPressedWarning: string;
3300
+ textColorGhostFocusWarning: string;
3301
+ textColorGhostDisabledWarning: string;
3302
+ borderWarning: string;
3303
+ borderHoverWarning: string;
3304
+ borderPressedWarning: string;
3305
+ borderFocusWarning: string;
3306
+ borderDisabledWarning: string;
3307
+ rippleColorWarning: string;
3308
+ colorError: string;
3309
+ colorHoverError: string;
3310
+ colorPressedError: string;
3311
+ colorFocusError: string;
3312
+ colorDisabledError: string;
3313
+ textColorError: string;
3314
+ textColorHoverError: string;
3315
+ textColorPressedError: string;
3316
+ textColorFocusError: string;
3317
+ textColorDisabledError: string;
3318
+ textColorTextError: string;
3319
+ textColorTextHoverError: string;
3320
+ textColorTextPressedError: string;
3321
+ textColorTextFocusError: string;
3322
+ textColorTextDisabledError: string;
3323
+ textColorGhostError: string;
3324
+ textColorGhostHoverError: string;
3325
+ textColorGhostPressedError: string;
3326
+ textColorGhostFocusError: string;
3327
+ textColorGhostDisabledError: string;
3328
+ borderError: string;
3329
+ borderHoverError: string;
3330
+ borderPressedError: string;
3331
+ borderFocusError: string;
3332
+ borderDisabledError: string;
3333
+ rippleColorError: string;
3334
+ waveOpacity: string;
3335
+ fontWeight: string;
3336
+ fontWeightStrong: string;
3337
+ paddingTiny: string;
3338
+ paddingSmall: string;
3339
+ paddingMedium: string;
3340
+ paddingLarge: string;
3341
+ paddingRoundTiny: string;
3342
+ paddingRoundSmall: string;
3343
+ paddingRoundMedium: string;
3344
+ paddingRoundLarge: string;
3345
+ iconMarginTiny: string;
3346
+ iconMarginSmall: string;
3347
+ iconMarginMedium: string;
3348
+ iconMarginLarge: string;
3349
+ iconSizeTiny: string;
3350
+ iconSizeSmall: string;
3351
+ iconSizeMedium: string;
3352
+ iconSizeLarge: string;
3353
+ rippleDuration: string;
3354
+ }, any>;
3355
+ Popover: Theme<"Popover", {
3356
+ fontSize: string;
3357
+ borderRadius: string;
3358
+ color: string;
3359
+ dividerColor: string;
3360
+ textColor: string;
3361
+ boxShadow: string;
3362
+ space: string;
3363
+ spaceArrow: string;
3364
+ arrowOffset: string;
3365
+ arrowOffsetVertical: string;
3366
+ arrowHeight: string;
3367
+ padding: string;
3368
+ }, any>;
3369
+ };
3370
+ peerOverrides: {
3371
+ Button?: {
3372
+ peers?: {
3373
+ [x: string]: any;
3374
+ } | undefined;
3375
+ } | undefined;
3376
+ Popover?: {
3377
+ peers?: {
3378
+ [x: string]: any;
3379
+ } | undefined;
3380
+ } | undefined;
3381
+ };
3382
+ }>;
3383
+ popoverInstRef: Ref<{
3384
+ syncPosition: () => void;
3385
+ setShow: (value: boolean) => void;
3386
+ getMergedShow: () => boolean;
3387
+ } | null, InternalPopoverInst | {
3388
+ syncPosition: () => void;
3389
+ setShow: (value: boolean) => void;
3390
+ getMergedShow: () => boolean;
3391
+ } | null>;
3392
+ handlePositiveClick: (e: MouseEvent) => void;
3393
+ handleNegativeClick: (e: MouseEvent) => void;
3394
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
3395
+ positiveText: PropType<string | null>;
3396
+ negativeText: PropType<string | null>;
3397
+ showIcon: {
3398
+ type: BooleanConstructor;
3399
+ default: boolean;
3400
+ };
3401
+ trigger: {
3402
+ type: PropType< PopoverTrigger>;
3403
+ default: string;
3404
+ };
3405
+ positiveButtonProps: PropType< ButtonProps>;
3406
+ negativeButtonProps: PropType< ButtonProps>;
3407
+ onPositiveClick: PropType<(e: MouseEvent) => Promise<boolean> | boolean | any>;
3408
+ onNegativeClick: PropType<(e: MouseEvent) => Promise<boolean> | boolean | any>;
3409
+ show: {
3410
+ type: PropType<boolean | undefined>;
3411
+ default: undefined;
3412
+ };
3413
+ defaultShow: BooleanConstructor;
3414
+ showArrow: {
3415
+ type: BooleanConstructor;
3416
+ default: boolean;
3417
+ };
3418
+ delay: {
3419
+ type: NumberConstructor;
3420
+ default: number;
3421
+ };
3422
+ duration: {
3423
+ type: NumberConstructor;
3424
+ default: number;
3425
+ };
3426
+ raw: BooleanConstructor;
3427
+ placement: {
3428
+ type: PropType< Placement>;
3429
+ default: string;
3430
+ };
3431
+ x: NumberConstructor;
3432
+ y: NumberConstructor;
3433
+ arrowPointToCenter: BooleanConstructor;
3434
+ disabled: BooleanConstructor;
3435
+ getDisabled: PropType<() => boolean>;
3436
+ displayDirective: {
3437
+ type: PropType<"if" | "show">;
3438
+ default: string;
3439
+ };
3440
+ arrowClass: StringConstructor;
3441
+ arrowStyle: PropType<string | CSSProperties>;
3442
+ arrowWrapperClass: StringConstructor;
3443
+ arrowWrapperStyle: PropType<string | CSSProperties>;
3444
+ flip: {
3445
+ type: BooleanConstructor;
3446
+ default: boolean;
3447
+ };
3448
+ animated: {
3449
+ type: BooleanConstructor;
3450
+ default: boolean;
3451
+ };
3452
+ width: {
3453
+ type: PropType<number | "trigger">;
3454
+ default: undefined;
3455
+ };
3456
+ overlap: BooleanConstructor;
3457
+ keepAliveOnHover: {
3458
+ type: BooleanConstructor;
3459
+ default: boolean;
3460
+ };
3461
+ zIndex: NumberConstructor;
3462
+ to: {
3463
+ type: PropType<HTMLElement | string | boolean>;
3464
+ default: undefined;
3465
+ };
3466
+ scrollable: BooleanConstructor;
3467
+ contentClass: StringConstructor;
3468
+ contentStyle: PropType< CSSProperties | string>;
3469
+ headerClass: StringConstructor;
3470
+ headerStyle: PropType< CSSProperties | string>;
3471
+ footerClass: StringConstructor;
3472
+ footerStyle: PropType< CSSProperties | string>;
3473
+ onClickoutside: PropType<(e: MouseEvent) => void>;
3474
+ 'onUpdate:show': PropType< MaybeArray<(value: boolean) => void>>;
3475
+ onUpdateShow: PropType< MaybeArray<(value: boolean) => void>>;
3476
+ internalDeactivateImmediately: BooleanConstructor;
3477
+ internalSyncTargetWithParent: BooleanConstructor;
3478
+ internalInheritedEventHandlers: {
3479
+ type: PropType< TriggerEventHandlers[]>;
3480
+ default: () => never[];
3481
+ };
3482
+ internalTrapFocus: BooleanConstructor;
3483
+ internalExtraClass: {
3484
+ type: PropType<string[]>;
3485
+ default: () => never[];
3486
+ };
3487
+ onShow: PropType< MaybeArray<(value: boolean) => void> | undefined>;
3488
+ onHide: PropType< MaybeArray<(value: boolean) => void> | undefined>;
3489
+ arrow: {
3490
+ type: PropType<boolean | undefined>;
3491
+ default: undefined;
3492
+ };
3493
+ minWidth: NumberConstructor;
3494
+ maxWidth: NumberConstructor;
3495
+ theme: PropType< Theme<"Popconfirm", {
3496
+ fontSize: string;
3497
+ iconColor: string;
3498
+ iconSize: string;
3499
+ }, {
3500
+ Button: Theme<"Button", {
3501
+ heightTiny: string;
3502
+ heightSmall: string;
3503
+ heightMedium: string;
3504
+ heightLarge: string;
3505
+ borderRadiusTiny: string;
3506
+ borderRadiusSmall: string;
3507
+ borderRadiusMedium: string;
3508
+ borderRadiusLarge: string;
3509
+ fontSizeTiny: string;
3510
+ fontSizeSmall: string;
3511
+ fontSizeMedium: string;
3512
+ fontSizeLarge: string;
3513
+ opacityDisabled: string;
3514
+ colorOpacitySecondary: string;
3515
+ colorOpacitySecondaryHover: string;
3516
+ colorOpacitySecondaryPressed: string;
3517
+ colorSecondary: string;
3518
+ colorSecondaryHover: string;
3519
+ colorSecondaryPressed: string;
3520
+ colorTertiary: string;
3521
+ colorTertiaryHover: string;
3522
+ colorTertiaryPressed: string;
3523
+ colorQuaternary: string;
3524
+ colorQuaternaryHover: string;
3525
+ colorQuaternaryPressed: string;
3526
+ color: string;
3527
+ colorHover: string;
3528
+ colorPressed: string;
3529
+ colorFocus: string;
3530
+ colorDisabled: string;
3531
+ textColor: string;
3532
+ textColorTertiary: string;
3533
+ textColorHover: string;
3534
+ textColorPressed: string;
3535
+ textColorFocus: string;
3536
+ textColorDisabled: string;
3537
+ textColorText: string;
3538
+ textColorTextHover: string;
3539
+ textColorTextPressed: string;
3540
+ textColorTextFocus: string;
3541
+ textColorTextDisabled: string;
3542
+ textColorGhost: string;
3543
+ textColorGhostHover: string;
3544
+ textColorGhostPressed: string;
3545
+ textColorGhostFocus: string;
3546
+ textColorGhostDisabled: string;
3547
+ border: string;
3548
+ borderHover: string;
3549
+ borderPressed: string;
3550
+ borderFocus: string;
3551
+ borderDisabled: string;
3552
+ rippleColor: string;
3553
+ colorPrimary: string;
3554
+ colorHoverPrimary: string;
3555
+ colorPressedPrimary: string;
3556
+ colorFocusPrimary: string;
3557
+ colorDisabledPrimary: string;
3558
+ textColorPrimary: string;
3559
+ textColorHoverPrimary: string;
3560
+ textColorPressedPrimary: string;
3561
+ textColorFocusPrimary: string;
3562
+ textColorDisabledPrimary: string;
3563
+ textColorTextPrimary: string;
3564
+ textColorTextHoverPrimary: string;
3565
+ textColorTextPressedPrimary: string;
3566
+ textColorTextFocusPrimary: string;
3567
+ textColorTextDisabledPrimary: string;
3568
+ textColorGhostPrimary: string;
3569
+ textColorGhostHoverPrimary: string;
3570
+ textColorGhostPressedPrimary: string;
3571
+ textColorGhostFocusPrimary: string;
3572
+ textColorGhostDisabledPrimary: string;
3573
+ borderPrimary: string;
3574
+ borderHoverPrimary: string;
3575
+ borderPressedPrimary: string;
3576
+ borderFocusPrimary: string;
3577
+ borderDisabledPrimary: string;
3578
+ rippleColorPrimary: string;
3579
+ colorInfo: string;
3580
+ colorHoverInfo: string;
3581
+ colorPressedInfo: string;
3582
+ colorFocusInfo: string;
3583
+ colorDisabledInfo: string;
3584
+ textColorInfo: string;
3585
+ textColorHoverInfo: string;
3586
+ textColorPressedInfo: string;
3587
+ textColorFocusInfo: string;
3588
+ textColorDisabledInfo: string;
3589
+ textColorTextInfo: string;
3590
+ textColorTextHoverInfo: string;
3591
+ textColorTextPressedInfo: string;
3592
+ textColorTextFocusInfo: string;
3593
+ textColorTextDisabledInfo: string;
3594
+ textColorGhostInfo: string;
3595
+ textColorGhostHoverInfo: string;
3596
+ textColorGhostPressedInfo: string;
3597
+ textColorGhostFocusInfo: string;
3598
+ textColorGhostDisabledInfo: string;
3599
+ borderInfo: string;
3600
+ borderHoverInfo: string;
3601
+ borderPressedInfo: string;
3602
+ borderFocusInfo: string;
3603
+ borderDisabledInfo: string;
3604
+ rippleColorInfo: string;
3605
+ colorSuccess: string;
3606
+ colorHoverSuccess: string;
3607
+ colorPressedSuccess: string;
3608
+ colorFocusSuccess: string;
3609
+ colorDisabledSuccess: string;
3610
+ textColorSuccess: string;
3611
+ textColorHoverSuccess: string;
3612
+ textColorPressedSuccess: string;
3613
+ textColorFocusSuccess: string;
3614
+ textColorDisabledSuccess: string;
3615
+ textColorTextSuccess: string;
3616
+ textColorTextHoverSuccess: string;
3617
+ textColorTextPressedSuccess: string;
3618
+ textColorTextFocusSuccess: string;
3619
+ textColorTextDisabledSuccess: string;
3620
+ textColorGhostSuccess: string;
3621
+ textColorGhostHoverSuccess: string;
3622
+ textColorGhostPressedSuccess: string;
3623
+ textColorGhostFocusSuccess: string;
3624
+ textColorGhostDisabledSuccess: string;
3625
+ borderSuccess: string;
3626
+ borderHoverSuccess: string;
3627
+ borderPressedSuccess: string;
3628
+ borderFocusSuccess: string;
3629
+ borderDisabledSuccess: string;
3630
+ rippleColorSuccess: string;
3631
+ colorWarning: string;
3632
+ colorHoverWarning: string;
3633
+ colorPressedWarning: string;
3634
+ colorFocusWarning: string;
3635
+ colorDisabledWarning: string;
3636
+ textColorWarning: string;
3637
+ textColorHoverWarning: string;
3638
+ textColorPressedWarning: string;
3639
+ textColorFocusWarning: string;
3640
+ textColorDisabledWarning: string;
3641
+ textColorTextWarning: string;
3642
+ textColorTextHoverWarning: string;
3643
+ textColorTextPressedWarning: string;
3644
+ textColorTextFocusWarning: string;
3645
+ textColorTextDisabledWarning: string;
3646
+ textColorGhostWarning: string;
3647
+ textColorGhostHoverWarning: string;
3648
+ textColorGhostPressedWarning: string;
3649
+ textColorGhostFocusWarning: string;
3650
+ textColorGhostDisabledWarning: string;
3651
+ borderWarning: string;
3652
+ borderHoverWarning: string;
3653
+ borderPressedWarning: string;
3654
+ borderFocusWarning: string;
3655
+ borderDisabledWarning: string;
3656
+ rippleColorWarning: string;
3657
+ colorError: string;
3658
+ colorHoverError: string;
3659
+ colorPressedError: string;
3660
+ colorFocusError: string;
3661
+ colorDisabledError: string;
3662
+ textColorError: string;
3663
+ textColorHoverError: string;
3664
+ textColorPressedError: string;
3665
+ textColorFocusError: string;
3666
+ textColorDisabledError: string;
3667
+ textColorTextError: string;
3668
+ textColorTextHoverError: string;
3669
+ textColorTextPressedError: string;
3670
+ textColorTextFocusError: string;
3671
+ textColorTextDisabledError: string;
3672
+ textColorGhostError: string;
3673
+ textColorGhostHoverError: string;
3674
+ textColorGhostPressedError: string;
3675
+ textColorGhostFocusError: string;
3676
+ textColorGhostDisabledError: string;
3677
+ borderError: string;
3678
+ borderHoverError: string;
3679
+ borderPressedError: string;
3680
+ borderFocusError: string;
3681
+ borderDisabledError: string;
3682
+ rippleColorError: string;
3683
+ waveOpacity: string;
3684
+ fontWeight: string;
3685
+ fontWeightStrong: string;
3686
+ paddingTiny: string;
3687
+ paddingSmall: string;
3688
+ paddingMedium: string;
3689
+ paddingLarge: string;
3690
+ paddingRoundTiny: string;
3691
+ paddingRoundSmall: string;
3692
+ paddingRoundMedium: string;
3693
+ paddingRoundLarge: string;
3694
+ iconMarginTiny: string;
3695
+ iconMarginSmall: string;
3696
+ iconMarginMedium: string;
3697
+ iconMarginLarge: string;
3698
+ iconSizeTiny: string;
3699
+ iconSizeSmall: string;
3700
+ iconSizeMedium: string;
3701
+ iconSizeLarge: string;
3702
+ rippleDuration: string;
3703
+ }, any>;
3704
+ Popover: Theme<"Popover", {
3705
+ fontSize: string;
3706
+ borderRadius: string;
3707
+ color: string;
3708
+ dividerColor: string;
3709
+ textColor: string;
3710
+ boxShadow: string;
3711
+ space: string;
3712
+ spaceArrow: string;
3713
+ arrowOffset: string;
3714
+ arrowOffsetVertical: string;
3715
+ arrowHeight: string;
3716
+ padding: string;
3717
+ }, any>;
3718
+ }>>;
3719
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popconfirm", {
3720
+ fontSize: string;
3721
+ iconColor: string;
3722
+ iconSize: string;
3723
+ }, {
3724
+ Button: Theme<"Button", {
3725
+ heightTiny: string;
3726
+ heightSmall: string;
3727
+ heightMedium: string;
3728
+ heightLarge: string;
3729
+ borderRadiusTiny: string;
3730
+ borderRadiusSmall: string;
3731
+ borderRadiusMedium: string;
3732
+ borderRadiusLarge: string;
3733
+ fontSizeTiny: string;
3734
+ fontSizeSmall: string;
3735
+ fontSizeMedium: string;
3736
+ fontSizeLarge: string;
3737
+ opacityDisabled: string;
3738
+ colorOpacitySecondary: string;
3739
+ colorOpacitySecondaryHover: string;
3740
+ colorOpacitySecondaryPressed: string;
3741
+ colorSecondary: string;
3742
+ colorSecondaryHover: string;
3743
+ colorSecondaryPressed: string;
3744
+ colorTertiary: string;
3745
+ colorTertiaryHover: string;
3746
+ colorTertiaryPressed: string;
3747
+ colorQuaternary: string;
3748
+ colorQuaternaryHover: string;
3749
+ colorQuaternaryPressed: string;
3750
+ color: string;
3751
+ colorHover: string;
3752
+ colorPressed: string;
3753
+ colorFocus: string;
3754
+ colorDisabled: string;
3755
+ textColor: string;
3756
+ textColorTertiary: string;
3757
+ textColorHover: string;
3758
+ textColorPressed: string;
3759
+ textColorFocus: string;
3760
+ textColorDisabled: string;
3761
+ textColorText: string;
3762
+ textColorTextHover: string;
3763
+ textColorTextPressed: string;
3764
+ textColorTextFocus: string;
3765
+ textColorTextDisabled: string;
3766
+ textColorGhost: string;
3767
+ textColorGhostHover: string;
3768
+ textColorGhostPressed: string;
3769
+ textColorGhostFocus: string;
3770
+ textColorGhostDisabled: string;
3771
+ border: string;
3772
+ borderHover: string;
3773
+ borderPressed: string;
3774
+ borderFocus: string;
3775
+ borderDisabled: string;
3776
+ rippleColor: string;
3777
+ colorPrimary: string;
3778
+ colorHoverPrimary: string;
3779
+ colorPressedPrimary: string;
3780
+ colorFocusPrimary: string;
3781
+ colorDisabledPrimary: string;
3782
+ textColorPrimary: string;
3783
+ textColorHoverPrimary: string;
3784
+ textColorPressedPrimary: string;
3785
+ textColorFocusPrimary: string;
3786
+ textColorDisabledPrimary: string;
3787
+ textColorTextPrimary: string;
3788
+ textColorTextHoverPrimary: string;
3789
+ textColorTextPressedPrimary: string;
3790
+ textColorTextFocusPrimary: string;
3791
+ textColorTextDisabledPrimary: string;
3792
+ textColorGhostPrimary: string;
3793
+ textColorGhostHoverPrimary: string;
3794
+ textColorGhostPressedPrimary: string;
3795
+ textColorGhostFocusPrimary: string;
3796
+ textColorGhostDisabledPrimary: string;
3797
+ borderPrimary: string;
3798
+ borderHoverPrimary: string;
3799
+ borderPressedPrimary: string;
3800
+ borderFocusPrimary: string;
3801
+ borderDisabledPrimary: string;
3802
+ rippleColorPrimary: string;
3803
+ colorInfo: string;
3804
+ colorHoverInfo: string;
3805
+ colorPressedInfo: string;
3806
+ colorFocusInfo: string;
3807
+ colorDisabledInfo: string;
3808
+ textColorInfo: string;
3809
+ textColorHoverInfo: string;
3810
+ textColorPressedInfo: string;
3811
+ textColorFocusInfo: string;
3812
+ textColorDisabledInfo: string;
3813
+ textColorTextInfo: string;
3814
+ textColorTextHoverInfo: string;
3815
+ textColorTextPressedInfo: string;
3816
+ textColorTextFocusInfo: string;
3817
+ textColorTextDisabledInfo: string;
3818
+ textColorGhostInfo: string;
3819
+ textColorGhostHoverInfo: string;
3820
+ textColorGhostPressedInfo: string;
3821
+ textColorGhostFocusInfo: string;
3822
+ textColorGhostDisabledInfo: string;
3823
+ borderInfo: string;
3824
+ borderHoverInfo: string;
3825
+ borderPressedInfo: string;
3826
+ borderFocusInfo: string;
3827
+ borderDisabledInfo: string;
3828
+ rippleColorInfo: string;
3829
+ colorSuccess: string;
3830
+ colorHoverSuccess: string;
3831
+ colorPressedSuccess: string;
3832
+ colorFocusSuccess: string;
3833
+ colorDisabledSuccess: string;
3834
+ textColorSuccess: string;
3835
+ textColorHoverSuccess: string;
3836
+ textColorPressedSuccess: string;
3837
+ textColorFocusSuccess: string;
3838
+ textColorDisabledSuccess: string;
3839
+ textColorTextSuccess: string;
3840
+ textColorTextHoverSuccess: string;
3841
+ textColorTextPressedSuccess: string;
3842
+ textColorTextFocusSuccess: string;
3843
+ textColorTextDisabledSuccess: string;
3844
+ textColorGhostSuccess: string;
3845
+ textColorGhostHoverSuccess: string;
3846
+ textColorGhostPressedSuccess: string;
3847
+ textColorGhostFocusSuccess: string;
3848
+ textColorGhostDisabledSuccess: string;
3849
+ borderSuccess: string;
3850
+ borderHoverSuccess: string;
3851
+ borderPressedSuccess: string;
3852
+ borderFocusSuccess: string;
3853
+ borderDisabledSuccess: string;
3854
+ rippleColorSuccess: string;
3855
+ colorWarning: string;
3856
+ colorHoverWarning: string;
3857
+ colorPressedWarning: string;
3858
+ colorFocusWarning: string;
3859
+ colorDisabledWarning: string;
3860
+ textColorWarning: string;
3861
+ textColorHoverWarning: string;
3862
+ textColorPressedWarning: string;
3863
+ textColorFocusWarning: string;
3864
+ textColorDisabledWarning: string;
3865
+ textColorTextWarning: string;
3866
+ textColorTextHoverWarning: string;
3867
+ textColorTextPressedWarning: string;
3868
+ textColorTextFocusWarning: string;
3869
+ textColorTextDisabledWarning: string;
3870
+ textColorGhostWarning: string;
3871
+ textColorGhostHoverWarning: string;
3872
+ textColorGhostPressedWarning: string;
3873
+ textColorGhostFocusWarning: string;
3874
+ textColorGhostDisabledWarning: string;
3875
+ borderWarning: string;
3876
+ borderHoverWarning: string;
3877
+ borderPressedWarning: string;
3878
+ borderFocusWarning: string;
3879
+ borderDisabledWarning: string;
3880
+ rippleColorWarning: string;
3881
+ colorError: string;
3882
+ colorHoverError: string;
3883
+ colorPressedError: string;
3884
+ colorFocusError: string;
3885
+ colorDisabledError: string;
3886
+ textColorError: string;
3887
+ textColorHoverError: string;
3888
+ textColorPressedError: string;
3889
+ textColorFocusError: string;
3890
+ textColorDisabledError: string;
3891
+ textColorTextError: string;
3892
+ textColorTextHoverError: string;
3893
+ textColorTextPressedError: string;
3894
+ textColorTextFocusError: string;
3895
+ textColorTextDisabledError: string;
3896
+ textColorGhostError: string;
3897
+ textColorGhostHoverError: string;
3898
+ textColorGhostPressedError: string;
3899
+ textColorGhostFocusError: string;
3900
+ textColorGhostDisabledError: string;
3901
+ borderError: string;
3902
+ borderHoverError: string;
3903
+ borderPressedError: string;
3904
+ borderFocusError: string;
3905
+ borderDisabledError: string;
3906
+ rippleColorError: string;
3907
+ waveOpacity: string;
3908
+ fontWeight: string;
3909
+ fontWeightStrong: string;
3910
+ paddingTiny: string;
3911
+ paddingSmall: string;
3912
+ paddingMedium: string;
3913
+ paddingLarge: string;
3914
+ paddingRoundTiny: string;
3915
+ paddingRoundSmall: string;
3916
+ paddingRoundMedium: string;
3917
+ paddingRoundLarge: string;
3918
+ iconMarginTiny: string;
3919
+ iconMarginSmall: string;
3920
+ iconMarginMedium: string;
3921
+ iconMarginLarge: string;
3922
+ iconSizeTiny: string;
3923
+ iconSizeSmall: string;
3924
+ iconSizeMedium: string;
3925
+ iconSizeLarge: string;
3926
+ rippleDuration: string;
3927
+ }, any>;
3928
+ Popover: Theme<"Popover", {
3929
+ fontSize: string;
3930
+ borderRadius: string;
3931
+ color: string;
3932
+ dividerColor: string;
3933
+ textColor: string;
3934
+ boxShadow: string;
3935
+ space: string;
3936
+ spaceArrow: string;
3937
+ arrowOffset: string;
3938
+ arrowOffsetVertical: string;
3939
+ arrowHeight: string;
3940
+ padding: string;
3941
+ }, any>;
3942
+ }>>>;
3943
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popconfirm", {
3944
+ fontSize: string;
3945
+ iconColor: string;
3946
+ iconSize: string;
3947
+ }, {
3948
+ Button: Theme<"Button", {
3949
+ heightTiny: string;
3950
+ heightSmall: string;
3951
+ heightMedium: string;
3952
+ heightLarge: string;
3953
+ borderRadiusTiny: string;
3954
+ borderRadiusSmall: string;
3955
+ borderRadiusMedium: string;
3956
+ borderRadiusLarge: string;
3957
+ fontSizeTiny: string;
3958
+ fontSizeSmall: string;
3959
+ fontSizeMedium: string;
3960
+ fontSizeLarge: string;
3961
+ opacityDisabled: string;
3962
+ colorOpacitySecondary: string;
3963
+ colorOpacitySecondaryHover: string;
3964
+ colorOpacitySecondaryPressed: string;
3965
+ colorSecondary: string;
3966
+ colorSecondaryHover: string;
3967
+ colorSecondaryPressed: string;
3968
+ colorTertiary: string;
3969
+ colorTertiaryHover: string;
3970
+ colorTertiaryPressed: string;
3971
+ colorQuaternary: string;
3972
+ colorQuaternaryHover: string;
3973
+ colorQuaternaryPressed: string;
3974
+ color: string;
3975
+ colorHover: string;
3976
+ colorPressed: string;
3977
+ colorFocus: string;
3978
+ colorDisabled: string;
3979
+ textColor: string;
3980
+ textColorTertiary: string;
3981
+ textColorHover: string;
3982
+ textColorPressed: string;
3983
+ textColorFocus: string;
3984
+ textColorDisabled: string;
3985
+ textColorText: string;
3986
+ textColorTextHover: string;
3987
+ textColorTextPressed: string;
3988
+ textColorTextFocus: string;
3989
+ textColorTextDisabled: string;
3990
+ textColorGhost: string;
3991
+ textColorGhostHover: string;
3992
+ textColorGhostPressed: string;
3993
+ textColorGhostFocus: string;
3994
+ textColorGhostDisabled: string;
3995
+ border: string;
3996
+ borderHover: string;
3997
+ borderPressed: string;
3998
+ borderFocus: string;
3999
+ borderDisabled: string;
4000
+ rippleColor: string;
4001
+ colorPrimary: string;
4002
+ colorHoverPrimary: string;
4003
+ colorPressedPrimary: string;
4004
+ colorFocusPrimary: string;
4005
+ colorDisabledPrimary: string;
4006
+ textColorPrimary: string;
4007
+ textColorHoverPrimary: string;
4008
+ textColorPressedPrimary: string;
4009
+ textColorFocusPrimary: string;
4010
+ textColorDisabledPrimary: string;
4011
+ textColorTextPrimary: string;
4012
+ textColorTextHoverPrimary: string;
4013
+ textColorTextPressedPrimary: string;
4014
+ textColorTextFocusPrimary: string;
4015
+ textColorTextDisabledPrimary: string;
4016
+ textColorGhostPrimary: string;
4017
+ textColorGhostHoverPrimary: string;
4018
+ textColorGhostPressedPrimary: string;
4019
+ textColorGhostFocusPrimary: string;
4020
+ textColorGhostDisabledPrimary: string;
4021
+ borderPrimary: string;
4022
+ borderHoverPrimary: string;
4023
+ borderPressedPrimary: string;
4024
+ borderFocusPrimary: string;
4025
+ borderDisabledPrimary: string;
4026
+ rippleColorPrimary: string;
4027
+ colorInfo: string;
4028
+ colorHoverInfo: string;
4029
+ colorPressedInfo: string;
4030
+ colorFocusInfo: string;
4031
+ colorDisabledInfo: string;
4032
+ textColorInfo: string;
4033
+ textColorHoverInfo: string;
4034
+ textColorPressedInfo: string;
4035
+ textColorFocusInfo: string;
4036
+ textColorDisabledInfo: string;
4037
+ textColorTextInfo: string;
4038
+ textColorTextHoverInfo: string;
4039
+ textColorTextPressedInfo: string;
4040
+ textColorTextFocusInfo: string;
4041
+ textColorTextDisabledInfo: string;
4042
+ textColorGhostInfo: string;
4043
+ textColorGhostHoverInfo: string;
4044
+ textColorGhostPressedInfo: string;
4045
+ textColorGhostFocusInfo: string;
4046
+ textColorGhostDisabledInfo: string;
4047
+ borderInfo: string;
4048
+ borderHoverInfo: string;
4049
+ borderPressedInfo: string;
4050
+ borderFocusInfo: string;
4051
+ borderDisabledInfo: string;
4052
+ rippleColorInfo: string;
4053
+ colorSuccess: string;
4054
+ colorHoverSuccess: string;
4055
+ colorPressedSuccess: string;
4056
+ colorFocusSuccess: string;
4057
+ colorDisabledSuccess: string;
4058
+ textColorSuccess: string;
4059
+ textColorHoverSuccess: string;
4060
+ textColorPressedSuccess: string;
4061
+ textColorFocusSuccess: string;
4062
+ textColorDisabledSuccess: string;
4063
+ textColorTextSuccess: string;
4064
+ textColorTextHoverSuccess: string;
4065
+ textColorTextPressedSuccess: string;
4066
+ textColorTextFocusSuccess: string;
4067
+ textColorTextDisabledSuccess: string;
4068
+ textColorGhostSuccess: string;
4069
+ textColorGhostHoverSuccess: string;
4070
+ textColorGhostPressedSuccess: string;
4071
+ textColorGhostFocusSuccess: string;
4072
+ textColorGhostDisabledSuccess: string;
4073
+ borderSuccess: string;
4074
+ borderHoverSuccess: string;
4075
+ borderPressedSuccess: string;
4076
+ borderFocusSuccess: string;
4077
+ borderDisabledSuccess: string;
4078
+ rippleColorSuccess: string;
4079
+ colorWarning: string;
4080
+ colorHoverWarning: string;
4081
+ colorPressedWarning: string;
4082
+ colorFocusWarning: string;
4083
+ colorDisabledWarning: string;
4084
+ textColorWarning: string;
4085
+ textColorHoverWarning: string;
4086
+ textColorPressedWarning: string;
4087
+ textColorFocusWarning: string;
4088
+ textColorDisabledWarning: string;
4089
+ textColorTextWarning: string;
4090
+ textColorTextHoverWarning: string;
4091
+ textColorTextPressedWarning: string;
4092
+ textColorTextFocusWarning: string;
4093
+ textColorTextDisabledWarning: string;
4094
+ textColorGhostWarning: string;
4095
+ textColorGhostHoverWarning: string;
4096
+ textColorGhostPressedWarning: string;
4097
+ textColorGhostFocusWarning: string;
4098
+ textColorGhostDisabledWarning: string;
4099
+ borderWarning: string;
4100
+ borderHoverWarning: string;
4101
+ borderPressedWarning: string;
4102
+ borderFocusWarning: string;
4103
+ borderDisabledWarning: string;
4104
+ rippleColorWarning: string;
4105
+ colorError: string;
4106
+ colorHoverError: string;
4107
+ colorPressedError: string;
4108
+ colorFocusError: string;
4109
+ colorDisabledError: string;
4110
+ textColorError: string;
4111
+ textColorHoverError: string;
4112
+ textColorPressedError: string;
4113
+ textColorFocusError: string;
4114
+ textColorDisabledError: string;
4115
+ textColorTextError: string;
4116
+ textColorTextHoverError: string;
4117
+ textColorTextPressedError: string;
4118
+ textColorTextFocusError: string;
4119
+ textColorTextDisabledError: string;
4120
+ textColorGhostError: string;
4121
+ textColorGhostHoverError: string;
4122
+ textColorGhostPressedError: string;
4123
+ textColorGhostFocusError: string;
4124
+ textColorGhostDisabledError: string;
4125
+ borderError: string;
4126
+ borderHoverError: string;
4127
+ borderPressedError: string;
4128
+ borderFocusError: string;
4129
+ borderDisabledError: string;
4130
+ rippleColorError: string;
4131
+ waveOpacity: string;
4132
+ fontWeight: string;
4133
+ fontWeightStrong: string;
4134
+ paddingTiny: string;
4135
+ paddingSmall: string;
4136
+ paddingMedium: string;
4137
+ paddingLarge: string;
4138
+ paddingRoundTiny: string;
4139
+ paddingRoundSmall: string;
4140
+ paddingRoundMedium: string;
4141
+ paddingRoundLarge: string;
4142
+ iconMarginTiny: string;
4143
+ iconMarginSmall: string;
4144
+ iconMarginMedium: string;
4145
+ iconMarginLarge: string;
4146
+ iconSizeTiny: string;
4147
+ iconSizeSmall: string;
4148
+ iconSizeMedium: string;
4149
+ iconSizeLarge: string;
4150
+ rippleDuration: string;
4151
+ }, any>;
4152
+ Popover: Theme<"Popover", {
4153
+ fontSize: string;
4154
+ borderRadius: string;
4155
+ color: string;
4156
+ dividerColor: string;
4157
+ textColor: string;
4158
+ boxShadow: string;
4159
+ space: string;
4160
+ spaceArrow: string;
4161
+ arrowOffset: string;
4162
+ arrowOffsetVertical: string;
4163
+ arrowHeight: string;
4164
+ padding: string;
4165
+ }, any>;
4166
+ }>>>;
4167
+ }>> & Readonly<{}>, {
4168
+ to: string | boolean | HTMLElement;
4169
+ disabled: boolean;
4170
+ show: boolean | undefined;
4171
+ flip: boolean;
4172
+ width: number | "trigger";
4173
+ duration: number;
4174
+ raw: boolean;
4175
+ showIcon: boolean;
4176
+ placement: Placement;
4177
+ overlap: boolean;
4178
+ scrollable: boolean;
4179
+ trigger: PopoverTrigger;
4180
+ showArrow: boolean;
4181
+ delay: number;
4182
+ arrowPointToCenter: boolean;
4183
+ displayDirective: "show" | "if";
4184
+ keepAliveOnHover: boolean;
4185
+ internalDeactivateImmediately: boolean;
4186
+ animated: boolean;
4187
+ internalTrapFocus: boolean;
4188
+ defaultShow: boolean;
4189
+ internalSyncTargetWithParent: boolean;
4190
+ internalInheritedEventHandlers: TriggerEventHandlers[];
4191
+ internalExtraClass: string[];
4192
+ arrow: boolean | undefined;
4193
+ }, SlotsType<PopconfirmSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4194
+ NFlex: DefineComponent<ExtractPropTypes<{
4195
+ readonly align: PropType< FlexAlign>;
4196
+ readonly justify: {
4197
+ readonly type: PropType< FlexJustify>;
4198
+ readonly default: "start";
4199
+ };
4200
+ readonly inline: BooleanConstructor;
4201
+ readonly vertical: BooleanConstructor;
4202
+ readonly reverse: BooleanConstructor;
4203
+ readonly size: {
4204
+ readonly type: PropType<"small" | "medium" | "large" | number | [number, number]>;
4205
+ readonly default: "medium";
4206
+ };
4207
+ readonly wrap: {
4208
+ readonly type: BooleanConstructor;
4209
+ readonly default: true;
4210
+ };
4211
+ readonly theme: PropType< Theme<"Flex", {
4212
+ gapSmall: string;
4213
+ gapMedium: string;
4214
+ gapLarge: string;
4215
+ }, any>>;
4216
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Flex", {
4217
+ gapSmall: string;
4218
+ gapMedium: string;
4219
+ gapLarge: string;
4220
+ }, any>>>;
4221
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Flex", {
4222
+ gapSmall: string;
4223
+ gapMedium: string;
4224
+ gapLarge: string;
4225
+ }, any>>>;
4226
+ }>, {
4227
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
4228
+ mergedClsPrefix: Ref<string, string>;
4229
+ margin: ComputedRef<{
4230
+ horizontal: number;
4231
+ vertical: number;
4232
+ }>;
4233
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
4234
+ readonly align: PropType< FlexAlign>;
4235
+ readonly justify: {
4236
+ readonly type: PropType< FlexJustify>;
4237
+ readonly default: "start";
4238
+ };
4239
+ readonly inline: BooleanConstructor;
4240
+ readonly vertical: BooleanConstructor;
4241
+ readonly reverse: BooleanConstructor;
4242
+ readonly size: {
4243
+ readonly type: PropType<"small" | "medium" | "large" | number | [number, number]>;
4244
+ readonly default: "medium";
4245
+ };
4246
+ readonly wrap: {
4247
+ readonly type: BooleanConstructor;
4248
+ readonly default: true;
4249
+ };
4250
+ readonly theme: PropType< Theme<"Flex", {
4251
+ gapSmall: string;
4252
+ gapMedium: string;
4253
+ gapLarge: string;
4254
+ }, any>>;
4255
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Flex", {
4256
+ gapSmall: string;
4257
+ gapMedium: string;
4258
+ gapLarge: string;
4259
+ }, any>>>;
4260
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Flex", {
4261
+ gapSmall: string;
4262
+ gapMedium: string;
4263
+ gapLarge: string;
4264
+ }, any>>>;
4265
+ }>> & Readonly<{}>, {
4266
+ readonly inline: boolean;
4267
+ readonly size: number | [number, number] | "small" | "medium" | "large";
4268
+ readonly reverse: boolean;
4269
+ readonly wrap: boolean;
4270
+ readonly vertical: boolean;
4271
+ readonly justify: import("csstype").Property.JustifyContent;
4272
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4273
+ Trash: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
4274
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
4275
+ export default _default;