@creatorsn/vfluent3 0.2.11 → 0.2.13

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 (273) hide show
  1. package/.vscode/extensions.json +3 -3
  2. package/README.md +104 -104
  3. package/dist/style.css +1 -1
  4. package/dist/types/packages/animated-icon/index.d.ts +216 -3
  5. package/dist/types/packages/animated-icon/source/index.vue.d.ts +216 -2
  6. package/dist/types/packages/animated-icon/style/index.d.ts +3 -3
  7. package/dist/types/packages/badge/index.d.ts +209 -3
  8. package/dist/types/packages/badge/source/index.d.ts +50 -20
  9. package/dist/types/packages/badge/source/index.vue.d.ts +208 -2
  10. package/dist/types/packages/badge/style/index.d.ts +3 -3
  11. package/dist/types/packages/breadcrumb/index.d.ts +315 -3
  12. package/dist/types/packages/breadcrumb/source/index.d.ts +81 -20
  13. package/dist/types/packages/breadcrumb/source/index.vue.d.ts +314 -2
  14. package/dist/types/packages/breadcrumb/style/index.d.ts +3 -3
  15. package/dist/types/packages/button/index.d.ts +304 -3
  16. package/dist/types/packages/button/source/index.vue.d.ts +303 -2
  17. package/dist/types/packages/button/style/index.d.ts +3 -3
  18. package/dist/types/packages/calendar-date-picker/index.d.ts +3 -3
  19. package/dist/types/packages/calendar-date-picker/source/index.d.ts +20 -20
  20. package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +2 -2
  21. package/dist/types/packages/calendar-date-picker/source/input/input.vue.d.ts +2 -2
  22. package/dist/types/packages/calendar-date-picker/style/index.d.ts +3 -3
  23. package/dist/types/packages/calendar-view/index.d.ts +193 -3
  24. package/dist/types/packages/calendar-view/source/index.d.ts +796 -20
  25. package/dist/types/packages/calendar-view/source/index.vue.d.ts +192 -2
  26. package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +192 -0
  27. package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +289 -2
  28. package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +177 -0
  29. package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +240 -2
  30. package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +161 -0
  31. package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +180 -2
  32. package/dist/types/packages/calendar-view/style/index.d.ts +3 -3
  33. package/dist/types/packages/callout/index.d.ts +284 -284
  34. package/dist/types/packages/callout/source/index.d.ts +1113 -1113
  35. package/dist/types/packages/callout/source/index.vue.d.ts +283 -283
  36. package/dist/types/packages/callout/style/index.d.ts +3 -3
  37. package/dist/types/packages/check-box/index.d.ts +215 -3
  38. package/dist/types/packages/check-box/source/index.d.ts +51 -20
  39. package/dist/types/packages/check-box/source/index.vue.d.ts +214 -2
  40. package/dist/types/packages/check-box/style/index.d.ts +3 -3
  41. package/dist/types/packages/collapse/index.d.ts +306 -3
  42. package/dist/types/packages/collapse/source/index.d.ts +67 -20
  43. package/dist/types/packages/collapse/source/index.vue.d.ts +305 -2
  44. package/dist/types/packages/collapse/style/index.d.ts +3 -3
  45. package/dist/types/packages/color-picker/index.d.ts +143 -143
  46. package/dist/types/packages/color-picker/source/index.d.ts +107 -107
  47. package/dist/types/packages/color-picker/source/index.vue.d.ts +142 -142
  48. package/dist/types/packages/color-picker/style/index.d.ts +3 -3
  49. package/dist/types/packages/combobox/index.d.ts +542 -3
  50. package/dist/types/packages/combobox/source/index.d.ts +110 -20
  51. package/dist/types/packages/combobox/source/index.vue.d.ts +541 -2
  52. package/dist/types/packages/combobox/style/index.d.ts +3 -3
  53. package/dist/types/packages/command-bar/index.d.ts +234 -3
  54. package/dist/types/packages/command-bar/source/index.d.ts +96 -20
  55. package/dist/types/packages/command-bar/source/index.vue.d.ts +233 -2
  56. package/dist/types/packages/command-bar/style/index.d.ts +3 -3
  57. package/dist/types/packages/common/props/index.d.ts +19 -19
  58. package/dist/types/packages/date-picker/index.d.ts +339 -3
  59. package/dist/types/packages/date-picker/source/index.d.ts +321 -20
  60. package/dist/types/packages/date-picker/source/index.vue.d.ts +338 -2
  61. package/dist/types/packages/date-picker/style/index.d.ts +3 -3
  62. package/dist/types/packages/details-list/index.d.ts +743 -3
  63. package/dist/types/packages/details-list/source/index.d.ts +228 -20
  64. package/dist/types/packages/details-list/source/index.vue.d.ts +742 -2
  65. package/dist/types/packages/details-list/source/sub/selector.d.ts +30 -0
  66. package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +118 -2
  67. package/dist/types/packages/details-list/source/sub/spliter.d.ts +34 -0
  68. package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +122 -2
  69. package/dist/types/packages/details-list/style/index.d.ts +3 -3
  70. package/dist/types/packages/drawer/index.d.ts +227 -3
  71. package/dist/types/packages/drawer/source/index.d.ts +66 -20
  72. package/dist/types/packages/drawer/source/index.vue.d.ts +226 -2
  73. package/dist/types/packages/drawer/style/index.d.ts +3 -3
  74. package/dist/types/packages/drop-down/index.d.ts +481 -3
  75. package/dist/types/packages/drop-down/source/index.d.ts +141 -20
  76. package/dist/types/packages/drop-down/source/index.vue.d.ts +480 -2
  77. package/dist/types/packages/drop-down/source/input/input.d.ts +80 -0
  78. package/dist/types/packages/drop-down/source/input/input.vue.d.ts +306 -2
  79. package/dist/types/packages/drop-down/source/list/listContainer.d.ts +101 -0
  80. package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +371 -2
  81. package/dist/types/packages/drop-down/style/index.d.ts +3 -3
  82. package/dist/types/packages/expander/index.d.ts +293 -3
  83. package/dist/types/packages/expander/source/index.d.ts +66 -20
  84. package/dist/types/packages/expander/source/index.vue.d.ts +292 -2
  85. package/dist/types/packages/expander/style/index.d.ts +3 -3
  86. package/dist/types/packages/flip-view/index.d.ts +274 -3
  87. package/dist/types/packages/flip-view/source/index.d.ts +122 -20
  88. package/dist/types/packages/flip-view/source/index.vue.d.ts +273 -2
  89. package/dist/types/packages/flip-view/style/index.d.ts +3 -3
  90. package/dist/types/packages/icon-element/index.d.ts +176 -3
  91. package/dist/types/packages/icon-element/source/index.d.ts +49 -20
  92. package/dist/types/packages/icon-element/source/index.vue.d.ts +175 -2
  93. package/dist/types/packages/icon-element/style/index.d.ts +3 -3
  94. package/dist/types/packages/image/index.d.ts +119 -3
  95. package/dist/types/packages/image/source/index.d.ts +38 -20
  96. package/dist/types/packages/image/source/index.vue.d.ts +118 -2
  97. package/dist/types/packages/image/style/index.d.ts +3 -3
  98. package/dist/types/packages/img/index.d.ts +157 -3
  99. package/dist/types/packages/img/source/index.d.ts +38 -20
  100. package/dist/types/packages/img/source/index.vue.d.ts +156 -2
  101. package/dist/types/packages/img/style/index.d.ts +3 -3
  102. package/dist/types/packages/img-box/index.d.ts +169 -3
  103. package/dist/types/packages/img-box/source/index.d.ts +155 -20
  104. package/dist/types/packages/img-box/source/index.vue.d.ts +168 -2
  105. package/dist/types/packages/img-box/style/index.d.ts +3 -3
  106. package/dist/types/packages/index.d.ts +58 -59
  107. package/dist/types/packages/infinite-scroll-view/index.d.ts +192 -3
  108. package/dist/types/packages/infinite-scroll-view/source/index.d.ts +52 -20
  109. package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +191 -2
  110. package/dist/types/packages/infinite-scroll-view/style/index.d.ts +3 -3
  111. package/dist/types/packages/info-box/index.d.ts +279 -4
  112. package/dist/types/packages/info-box/source/index.d.ts +87 -20
  113. package/dist/types/packages/info-box/source/index.vue.d.ts +277 -2
  114. package/dist/types/packages/info-box/source/plugin.d.ts +17 -16
  115. package/dist/types/packages/info-box/style/index.d.ts +3 -3
  116. package/dist/types/packages/list-view/index.d.ts +3 -3
  117. package/dist/types/packages/list-view/source/index.d.ts +20 -20
  118. package/dist/types/packages/list-view/source/index.vue.d.ts +2 -2
  119. package/dist/types/packages/list-view/source/sub/verticalSlider.vue.d.ts +2 -2
  120. package/dist/types/packages/list-view/style/index.d.ts +3 -3
  121. package/dist/types/packages/menu-flyout/index.d.ts +3 -3
  122. package/dist/types/packages/menu-flyout/source/index.d.ts +20 -20
  123. package/dist/types/packages/menu-flyout/source/index.vue.d.ts +2 -2
  124. package/dist/types/packages/menu-flyout/source/menuFlyoutChildrenContainer.vue.d.ts +2 -2
  125. package/dist/types/packages/menu-flyout/style/index.d.ts +3 -3
  126. package/dist/types/packages/message-bar/index.d.ts +4 -4
  127. package/dist/types/packages/message-bar/source/index.d.ts +20 -20
  128. package/dist/types/packages/message-bar/source/index.vue.d.ts +2 -2
  129. package/dist/types/packages/message-bar/source/plugin.d.ts +23 -23
  130. package/dist/types/packages/message-bar/style/index.d.ts +3 -3
  131. package/dist/types/packages/navigation-panel/index.d.ts +3 -3
  132. package/dist/types/packages/navigation-panel/source/index.d.ts +20 -20
  133. package/dist/types/packages/navigation-panel/source/index.vue.d.ts +2 -2
  134. package/dist/types/packages/navigation-panel/style/index.d.ts +3 -3
  135. package/dist/types/packages/navigation-view/index.d.ts +3 -3
  136. package/dist/types/packages/navigation-view/source/index.d.ts +20 -20
  137. package/dist/types/packages/navigation-view/source/index.vue.d.ts +2 -2
  138. package/dist/types/packages/navigation-view/source/sub/verticalSlider.vue.d.ts +2 -2
  139. package/dist/types/packages/navigation-view/style/index.d.ts +3 -3
  140. package/dist/types/packages/pagination/index.d.ts +3 -3
  141. package/dist/types/packages/pagination/source/index.d.ts +20 -20
  142. package/dist/types/packages/pagination/source/index.vue.d.ts +2 -2
  143. package/dist/types/packages/pagination/style/index.d.ts +3 -3
  144. package/dist/types/packages/panel/index.d.ts +3 -3
  145. package/dist/types/packages/panel/source/index.d.ts +20 -20
  146. package/dist/types/packages/panel/source/index.vue.d.ts +2 -2
  147. package/dist/types/packages/panel/style/index.d.ts +3 -3
  148. package/dist/types/packages/persona/index.d.ts +3 -3
  149. package/dist/types/packages/persona/source/index.d.ts +20 -20
  150. package/dist/types/packages/persona/source/index.vue.d.ts +2 -2
  151. package/dist/types/packages/persona/style/index.d.ts +3 -3
  152. package/dist/types/packages/pivot/index.d.ts +3 -3
  153. package/dist/types/packages/pivot/source/index.d.ts +20 -20
  154. package/dist/types/packages/pivot/source/index.vue.d.ts +2 -2
  155. package/dist/types/packages/pivot/source/sub/slider.vue.d.ts +2 -2
  156. package/dist/types/packages/pivot/style/index.d.ts +3 -3
  157. package/dist/types/packages/progress-bar/index.d.ts +3 -3
  158. package/dist/types/packages/progress-bar/source/index.d.ts +20 -20
  159. package/dist/types/packages/progress-bar/source/index.vue.d.ts +2 -2
  160. package/dist/types/packages/progress-bar/style/index.d.ts +3 -3
  161. package/dist/types/packages/progress-ring/index.d.ts +3 -3
  162. package/dist/types/packages/progress-ring/source/index.d.ts +20 -20
  163. package/dist/types/packages/progress-ring/source/index.vue.d.ts +2 -2
  164. package/dist/types/packages/progress-ring/source/legacy.vue.d.ts +2 -2
  165. package/dist/types/packages/progress-ring/style/index.d.ts +3 -3
  166. package/dist/types/packages/radio/index.d.ts +116 -3
  167. package/dist/types/packages/radio/source/index.d.ts +20 -20
  168. package/dist/types/packages/radio/source/index.vue.d.ts +115 -2
  169. package/dist/types/packages/radio/style/index.d.ts +3 -3
  170. package/dist/types/packages/radio-group/index.d.ts +3 -3
  171. package/dist/types/packages/radio-group/source/index.d.ts +20 -20
  172. package/dist/types/packages/radio-group/source/index.vue.d.ts +2 -2
  173. package/dist/types/packages/radio-group/style/index.d.ts +3 -3
  174. package/dist/types/packages/rating-control/index.d.ts +3 -3
  175. package/dist/types/packages/rating-control/source/index.d.ts +20 -20
  176. package/dist/types/packages/rating-control/source/index.vue.d.ts +2 -2
  177. package/dist/types/packages/rating-control/style/index.d.ts +3 -3
  178. package/dist/types/packages/reveal-container/index.d.ts +3 -3
  179. package/dist/types/packages/reveal-container/source/index.d.ts +20 -20
  180. package/dist/types/packages/reveal-container/source/index.vue.d.ts +2 -2
  181. package/dist/types/packages/reveal-container/style/index.d.ts +3 -3
  182. package/dist/types/packages/scroll-story/index.d.ts +3 -3
  183. package/dist/types/packages/scroll-story/source/index.d.ts +20 -20
  184. package/dist/types/packages/scroll-story/source/index.vue.d.ts +2 -2
  185. package/dist/types/packages/scroll-story/style/index.d.ts +3 -3
  186. package/dist/types/packages/search-box/index.d.ts +3 -3
  187. package/dist/types/packages/search-box/source/index.d.ts +20 -20
  188. package/dist/types/packages/search-box/source/index.vue.d.ts +2 -2
  189. package/dist/types/packages/search-box/style/index.d.ts +3 -3
  190. package/dist/types/packages/shimmer/index.d.ts +3 -3
  191. package/dist/types/packages/shimmer/source/index.d.ts +20 -20
  192. package/dist/types/packages/shimmer/source/index.vue.d.ts +2 -2
  193. package/dist/types/packages/shimmer/style/index.d.ts +3 -3
  194. package/dist/types/packages/slider/index.d.ts +3 -3
  195. package/dist/types/packages/slider/source/index.d.ts +20 -20
  196. package/dist/types/packages/slider/source/index.vue.d.ts +2 -2
  197. package/dist/types/packages/slider/style/index.d.ts +3 -3
  198. package/dist/types/packages/swipe-control/index.d.ts +3 -3
  199. package/dist/types/packages/swipe-control/source/index.d.ts +20 -20
  200. package/dist/types/packages/swipe-control/source/index.vue.d.ts +2 -2
  201. package/dist/types/packages/swipe-control/style/index.d.ts +3 -3
  202. package/dist/types/packages/tag/index.d.ts +3 -3
  203. package/dist/types/packages/tag/source/index.d.ts +20 -20
  204. package/dist/types/packages/tag/source/index.vue.d.ts +2 -2
  205. package/dist/types/packages/tag/style/index.d.ts +3 -3
  206. package/dist/types/packages/text-box/index.d.ts +3 -3
  207. package/dist/types/packages/text-box/source/index.d.ts +20 -20
  208. package/dist/types/packages/text-box/source/index.vue.d.ts +2 -2
  209. package/dist/types/packages/text-box/source/sub/core.vue.d.ts +2 -2
  210. package/dist/types/packages/text-box/source/sub/mask.vue.d.ts +2 -2
  211. package/dist/types/packages/text-box/style/index.d.ts +3 -3
  212. package/dist/types/packages/text-field/index.d.ts +3 -3
  213. package/dist/types/packages/text-field/source/index.d.ts +20 -20
  214. package/dist/types/packages/text-field/source/index.vue.d.ts +2 -2
  215. package/dist/types/packages/text-field/style/index.d.ts +3 -3
  216. package/dist/types/packages/time-picker/index.d.ts +3 -3
  217. package/dist/types/packages/time-picker/source/index.d.ts +20 -20
  218. package/dist/types/packages/time-picker/source/index.vue.d.ts +2 -2
  219. package/dist/types/packages/time-picker/style/index.d.ts +3 -3
  220. package/dist/types/packages/toggle-switch/index.d.ts +3 -3
  221. package/dist/types/packages/toggle-switch/source/index.d.ts +20 -20
  222. package/dist/types/packages/toggle-switch/source/index.vue.d.ts +2 -2
  223. package/dist/types/packages/toggle-switch/source/toggleRing.vue.d.ts +2 -2
  224. package/dist/types/packages/toggle-switch/style/index.d.ts +3 -3
  225. package/dist/types/packages/tree-view/index.d.ts +3 -3
  226. package/dist/types/packages/tree-view/source/index.d.ts +20 -20
  227. package/dist/types/packages/tree-view/source/index.vue.d.ts +2 -2
  228. package/dist/types/packages/tree-view/source/sub/TreeViewItem.vue.d.ts +2 -2
  229. package/dist/types/packages/tree-view/style/index.d.ts +3 -3
  230. package/dist/types/packages/verify-box/index.d.ts +3 -3
  231. package/dist/types/packages/verify-box/source/index.d.ts +20 -20
  232. package/dist/types/packages/verify-box/source/index.vue.d.ts +2 -2
  233. package/dist/types/packages/verify-box/style/index.d.ts +3 -3
  234. package/dist/types/packages/web-window/index.d.ts +3 -3
  235. package/dist/types/packages/web-window/source/index.d.ts +20 -20
  236. package/dist/types/packages/web-window/source/index.vue.d.ts +2 -2
  237. package/dist/types/packages/web-window/source/sub/spliter.vue.d.ts +2 -2
  238. package/dist/types/packages/web-window/style/index.d.ts +3 -3
  239. package/dist/types/store/common/index.d.ts +9 -9
  240. package/dist/types/store/image/index.d.ts +26 -26
  241. package/dist/types/store/reveal/index.d.ts +16 -16
  242. package/dist/types/types/components/index.d.ts +5 -5
  243. package/dist/types/types/plugins/component-plugin.d.ts +2 -2
  244. package/dist/types/utils/common/browser.d.ts +3 -2
  245. package/dist/types/utils/common/class.d.ts +11 -11
  246. package/dist/types/utils/common/color/index.d.ts +34 -33
  247. package/dist/types/utils/common/data-structure/link.d.ts +21 -21
  248. package/dist/types/utils/common/date.d.ts +1 -0
  249. package/dist/types/utils/common/directive.d.ts +2 -0
  250. package/dist/types/utils/common/dom.d.ts +9 -9
  251. package/dist/types/utils/common/events.d.ts +8 -8
  252. package/dist/types/utils/common/image/base64.d.ts +3 -3
  253. package/dist/types/utils/common/index.d.ts +10 -9
  254. package/dist/types/utils/common/revealEffect/direct.d.ts +35 -35
  255. package/dist/types/utils/common/revealEffect/index.d.ts +3 -3
  256. package/dist/types/utils/common/revealEffect/masked.d.ts +44 -44
  257. package/dist/types/utils/common/slot.d.ts +4 -4
  258. package/dist/types/utils/common/style.d.ts +14 -14
  259. package/dist/types/utils/common/theme.d.ts +6 -6
  260. package/dist/types/utils/common/tools.d.ts +3 -1
  261. package/dist/types/utils/common/types.d.ts +10 -7
  262. package/dist/types/utils/common/usual/index.d.ts +22 -22
  263. package/dist/types/utils/plugins/install-component.d.ts +4 -4
  264. package/dist/types/utils/plugins/install-utils.d.ts +2 -2
  265. package/dist/vfluent3.js +10883 -10988
  266. package/dist/vfluent3.umd.cjs +7 -7
  267. package/package.json +85 -85
  268. package/dist/types/packages/animated-icon/source/index.d.ts +0 -20
  269. package/dist/types/packages/button/source/index.d.ts +0 -20
  270. package/dist/types/packages/combo-box/index.d.ts +0 -403
  271. package/dist/types/packages/combo-box/source/index.d.ts +0 -113
  272. package/dist/types/packages/combo-box/source/index.vue.d.ts +0 -402
  273. package/dist/types/packages/combo-box/style/index.d.ts +0 -3
@@ -1,1113 +1,1113 @@
1
- import { ComponentInternalInstance, ExtractPropTypes, ModelRef } from 'vue';
2
- import { EmitFn } from '@/types/components';
3
- type Position = 'bottomLeft' | 'bottomCenter' | 'bottomRight' | 'topLeft' | 'topCenter' | 'topRight' | 'leftTop' | 'leftCenter' | 'leftBottom' | 'rightTop' | 'rightCenter' | 'rightBottom';
4
- export declare const calloutProps: {
5
- space: {
6
- type: NumberConstructor;
7
- default: number;
8
- };
9
- beak: {
10
- type: NumberConstructor;
11
- default: number;
12
- };
13
- position: {
14
- type: () => Position;
15
- default: string;
16
- };
17
- lockScroll: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- focusTrap: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- delayClose: {
26
- type: NumberConstructor;
27
- default: number;
28
- };
29
- effect: {
30
- type: () => ('hover' | 'click' | 'always');
31
- default: string;
32
- };
33
- popperStyle: {
34
- type: () => Record<string, string>;
35
- default: () => {};
36
- };
37
- popperClass: {
38
- type: () => Array<string | Record<string, string>>;
39
- default: () => never[];
40
- };
41
- keepalive: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- theme: {
46
- type: StringConstructor;
47
- default: string;
48
- };
49
- disabled: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- lang: {
54
- type: StringConstructor;
55
- default: string;
56
- };
57
- };
58
- export type CalloutProps = ExtractPropTypes<typeof calloutProps>;
59
- export declare const calloutEmits: {};
60
- export type CalloutEmits = typeof calloutEmits;
61
- export declare const useCallout: (props: CalloutProps, emits: EmitFn<CalloutEmits>, visible: ModelRef<boolean | undefined>) => {
62
- windowEvents: Record<string, EventListenerOrEventListenerObject>;
63
- initTargetEvents: (currentInstance: ComponentInternalInstance) => void;
64
- targetEvents: Record<string, EventListenerOrEventListenerObject>;
65
- popperEvents: Record<string, EventListenerOrEventListenerObject>;
66
- popperShow: import("vue").WritableComputedRef<boolean>;
67
- callout: import("vue").Ref<{
68
- [x: number]: string | undefined;
69
- accentColor?: string | undefined;
70
- alignContent?: string | undefined;
71
- alignItems?: string | undefined;
72
- alignSelf?: string | undefined;
73
- alignmentBaseline?: string | undefined;
74
- all?: string | undefined;
75
- animation?: string | undefined;
76
- animationDelay?: string | undefined;
77
- animationDirection?: string | undefined;
78
- animationDuration?: string | undefined;
79
- animationFillMode?: string | undefined;
80
- animationIterationCount?: string | undefined;
81
- animationName?: string | undefined;
82
- animationPlayState?: string | undefined;
83
- animationTimingFunction?: string | undefined;
84
- appearance?: string | undefined;
85
- aspectRatio?: string | undefined;
86
- backdropFilter?: string | undefined;
87
- backfaceVisibility?: string | undefined;
88
- background?: string | undefined;
89
- backgroundAttachment?: string | undefined;
90
- backgroundBlendMode?: string | undefined;
91
- backgroundClip?: string | undefined;
92
- backgroundColor?: string | undefined;
93
- backgroundImage?: string | undefined;
94
- backgroundOrigin?: string | undefined;
95
- backgroundPosition?: string | undefined;
96
- backgroundPositionX?: string | undefined;
97
- backgroundPositionY?: string | undefined;
98
- backgroundRepeat?: string | undefined;
99
- backgroundSize?: string | undefined;
100
- baselineShift?: string | undefined;
101
- blockSize?: string | undefined;
102
- border?: string | undefined;
103
- borderBlock?: string | undefined;
104
- borderBlockColor?: string | undefined;
105
- borderBlockEnd?: string | undefined;
106
- borderBlockEndColor?: string | undefined;
107
- borderBlockEndStyle?: string | undefined;
108
- borderBlockEndWidth?: string | undefined;
109
- borderBlockStart?: string | undefined;
110
- borderBlockStartColor?: string | undefined;
111
- borderBlockStartStyle?: string | undefined;
112
- borderBlockStartWidth?: string | undefined;
113
- borderBlockStyle?: string | undefined;
114
- borderBlockWidth?: string | undefined;
115
- borderBottom?: string | undefined;
116
- borderBottomColor?: string | undefined;
117
- borderBottomLeftRadius?: string | undefined;
118
- borderBottomRightRadius?: string | undefined;
119
- borderBottomStyle?: string | undefined;
120
- borderBottomWidth?: string | undefined;
121
- borderCollapse?: string | undefined;
122
- borderColor?: string | undefined;
123
- borderEndEndRadius?: string | undefined;
124
- borderEndStartRadius?: string | undefined;
125
- borderImage?: string | undefined;
126
- borderImageOutset?: string | undefined;
127
- borderImageRepeat?: string | undefined;
128
- borderImageSlice?: string | undefined;
129
- borderImageSource?: string | undefined;
130
- borderImageWidth?: string | undefined;
131
- borderInline?: string | undefined;
132
- borderInlineColor?: string | undefined;
133
- borderInlineEnd?: string | undefined;
134
- borderInlineEndColor?: string | undefined;
135
- borderInlineEndStyle?: string | undefined;
136
- borderInlineEndWidth?: string | undefined;
137
- borderInlineStart?: string | undefined;
138
- borderInlineStartColor?: string | undefined;
139
- borderInlineStartStyle?: string | undefined;
140
- borderInlineStartWidth?: string | undefined;
141
- borderInlineStyle?: string | undefined;
142
- borderInlineWidth?: string | undefined;
143
- borderLeft?: string | undefined;
144
- borderLeftColor?: string | undefined;
145
- borderLeftStyle?: string | undefined;
146
- borderLeftWidth?: string | undefined;
147
- borderRadius?: string | undefined;
148
- borderRight?: string | undefined;
149
- borderRightColor?: string | undefined;
150
- borderRightStyle?: string | undefined;
151
- borderRightWidth?: string | undefined;
152
- borderSpacing?: string | undefined;
153
- borderStartEndRadius?: string | undefined;
154
- borderStartStartRadius?: string | undefined;
155
- borderStyle?: string | undefined;
156
- borderTop?: string | undefined;
157
- borderTopColor?: string | undefined;
158
- borderTopLeftRadius?: string | undefined;
159
- borderTopRightRadius?: string | undefined;
160
- borderTopStyle?: string | undefined;
161
- borderTopWidth?: string | undefined;
162
- borderWidth?: string | undefined;
163
- bottom?: string | undefined;
164
- boxShadow?: string | undefined;
165
- boxSizing?: string | undefined;
166
- breakAfter?: string | undefined;
167
- breakBefore?: string | undefined;
168
- breakInside?: string | undefined;
169
- captionSide?: string | undefined;
170
- caretColor?: string | undefined;
171
- clear?: string | undefined;
172
- clip?: string | undefined;
173
- clipPath?: string | undefined;
174
- clipRule?: string | undefined;
175
- color?: string | undefined;
176
- colorInterpolation?: string | undefined;
177
- colorInterpolationFilters?: string | undefined;
178
- colorScheme?: string | undefined;
179
- columnCount?: string | undefined;
180
- columnFill?: string | undefined;
181
- columnGap?: string | undefined;
182
- columnRule?: string | undefined;
183
- columnRuleColor?: string | undefined;
184
- columnRuleStyle?: string | undefined;
185
- columnRuleWidth?: string | undefined;
186
- columnSpan?: string | undefined;
187
- columnWidth?: string | undefined;
188
- columns?: string | undefined;
189
- contain?: string | undefined;
190
- container?: string | undefined;
191
- containerName?: string | undefined;
192
- containerType?: string | undefined;
193
- content?: string | undefined;
194
- counterIncrement?: string | undefined;
195
- counterReset?: string | undefined;
196
- counterSet?: string | undefined;
197
- cssFloat?: string | undefined;
198
- cssText?: string | undefined;
199
- cursor?: string | undefined;
200
- direction?: string | undefined;
201
- display?: string | undefined;
202
- dominantBaseline?: string | undefined;
203
- emptyCells?: string | undefined;
204
- fill?: string | undefined;
205
- fillOpacity?: string | undefined;
206
- fillRule?: string | undefined;
207
- filter?: string | undefined;
208
- flex?: string | undefined;
209
- flexBasis?: string | undefined;
210
- flexDirection?: string | undefined;
211
- flexFlow?: string | undefined;
212
- flexGrow?: string | undefined;
213
- flexShrink?: string | undefined;
214
- flexWrap?: string | undefined;
215
- float?: string | undefined;
216
- floodColor?: string | undefined;
217
- floodOpacity?: string | undefined;
218
- font?: string | undefined;
219
- fontFamily?: string | undefined;
220
- fontFeatureSettings?: string | undefined;
221
- fontKerning?: string | undefined;
222
- fontOpticalSizing?: string | undefined;
223
- fontPalette?: string | undefined;
224
- fontSize?: string | undefined;
225
- fontSizeAdjust?: string | undefined;
226
- fontStretch?: string | undefined;
227
- fontStyle?: string | undefined;
228
- fontSynthesis?: string | undefined;
229
- fontVariant?: string | undefined;
230
- fontVariantAlternates?: string | undefined;
231
- fontVariantCaps?: string | undefined;
232
- fontVariantEastAsian?: string | undefined;
233
- fontVariantLigatures?: string | undefined;
234
- fontVariantNumeric?: string | undefined;
235
- fontVariantPosition?: string | undefined;
236
- fontVariationSettings?: string | undefined;
237
- fontWeight?: string | undefined;
238
- gap?: string | undefined;
239
- grid?: string | undefined;
240
- gridArea?: string | undefined;
241
- gridAutoColumns?: string | undefined;
242
- gridAutoFlow?: string | undefined;
243
- gridAutoRows?: string | undefined;
244
- gridColumn?: string | undefined;
245
- gridColumnEnd?: string | undefined;
246
- gridColumnGap?: string | undefined;
247
- gridColumnStart?: string | undefined;
248
- gridGap?: string | undefined;
249
- gridRow?: string | undefined;
250
- gridRowEnd?: string | undefined;
251
- gridRowGap?: string | undefined;
252
- gridRowStart?: string | undefined;
253
- gridTemplate?: string | undefined;
254
- gridTemplateAreas?: string | undefined;
255
- gridTemplateColumns?: string | undefined;
256
- gridTemplateRows?: string | undefined;
257
- height?: string | undefined;
258
- hyphenateCharacter?: string | undefined;
259
- hyphens?: string | undefined;
260
- imageOrientation?: string | undefined;
261
- imageRendering?: string | undefined;
262
- inlineSize?: string | undefined;
263
- inset?: string | undefined;
264
- insetBlock?: string | undefined;
265
- insetBlockEnd?: string | undefined;
266
- insetBlockStart?: string | undefined;
267
- insetInline?: string | undefined;
268
- insetInlineEnd?: string | undefined;
269
- insetInlineStart?: string | undefined;
270
- isolation?: string | undefined;
271
- justifyContent?: string | undefined;
272
- justifyItems?: string | undefined;
273
- justifySelf?: string | undefined;
274
- left?: string | undefined;
275
- readonly length?: number | undefined;
276
- letterSpacing?: string | undefined;
277
- lightingColor?: string | undefined;
278
- lineBreak?: string | undefined;
279
- lineHeight?: string | undefined;
280
- listStyle?: string | undefined;
281
- listStyleImage?: string | undefined;
282
- listStylePosition?: string | undefined;
283
- listStyleType?: string | undefined;
284
- margin?: string | undefined;
285
- marginBlock?: string | undefined;
286
- marginBlockEnd?: string | undefined;
287
- marginBlockStart?: string | undefined;
288
- marginBottom?: string | undefined;
289
- marginInline?: string | undefined;
290
- marginInlineEnd?: string | undefined;
291
- marginInlineStart?: string | undefined;
292
- marginLeft?: string | undefined;
293
- marginRight?: string | undefined;
294
- marginTop?: string | undefined;
295
- marker?: string | undefined;
296
- markerEnd?: string | undefined;
297
- markerMid?: string | undefined;
298
- markerStart?: string | undefined;
299
- mask?: string | undefined;
300
- maskClip?: string | undefined;
301
- maskComposite?: string | undefined;
302
- maskImage?: string | undefined;
303
- maskMode?: string | undefined;
304
- maskOrigin?: string | undefined;
305
- maskPosition?: string | undefined;
306
- maskRepeat?: string | undefined;
307
- maskSize?: string | undefined;
308
- maskType?: string | undefined;
309
- maxBlockSize?: string | undefined;
310
- maxHeight?: string | undefined;
311
- maxInlineSize?: string | undefined;
312
- maxWidth?: string | undefined;
313
- minBlockSize?: string | undefined;
314
- minHeight?: string | undefined;
315
- minInlineSize?: string | undefined;
316
- minWidth?: string | undefined;
317
- mixBlendMode?: string | undefined;
318
- objectFit?: string | undefined;
319
- objectPosition?: string | undefined;
320
- offset?: string | undefined;
321
- offsetDistance?: string | undefined;
322
- offsetPath?: string | undefined;
323
- offsetRotate?: string | undefined;
324
- opacity?: string | undefined;
325
- order?: string | undefined;
326
- orphans?: string | undefined;
327
- outline?: string | undefined;
328
- outlineColor?: string | undefined;
329
- outlineOffset?: string | undefined;
330
- outlineStyle?: string | undefined;
331
- outlineWidth?: string | undefined;
332
- overflow?: string | undefined;
333
- overflowAnchor?: string | undefined;
334
- overflowClipMargin?: string | undefined;
335
- overflowWrap?: string | undefined;
336
- overflowX?: string | undefined;
337
- overflowY?: string | undefined;
338
- overscrollBehavior?: string | undefined;
339
- overscrollBehaviorBlock?: string | undefined;
340
- overscrollBehaviorInline?: string | undefined;
341
- overscrollBehaviorX?: string | undefined;
342
- overscrollBehaviorY?: string | undefined;
343
- padding?: string | undefined;
344
- paddingBlock?: string | undefined;
345
- paddingBlockEnd?: string | undefined;
346
- paddingBlockStart?: string | undefined;
347
- paddingBottom?: string | undefined;
348
- paddingInline?: string | undefined;
349
- paddingInlineEnd?: string | undefined;
350
- paddingInlineStart?: string | undefined;
351
- paddingLeft?: string | undefined;
352
- paddingRight?: string | undefined;
353
- paddingTop?: string | undefined;
354
- pageBreakAfter?: string | undefined;
355
- pageBreakBefore?: string | undefined;
356
- pageBreakInside?: string | undefined;
357
- paintOrder?: string | undefined;
358
- readonly parentRule?: {
359
- cssText: string;
360
- readonly parentRule: any | null;
361
- readonly parentStyleSheet: {
362
- readonly cssRules: {
363
- [x: number]: any;
364
- readonly length: number;
365
- item: (index: number) => CSSRule | null;
366
- };
367
- readonly ownerRule: any | null;
368
- readonly rules: {
369
- [x: number]: any;
370
- readonly length: number;
371
- item: (index: number) => CSSRule | null;
372
- };
373
- addRule: (selector?: string | undefined, style?: string | undefined, index?: number | undefined) => number;
374
- deleteRule: (index: number) => void;
375
- insertRule: (rule: string, index?: number | undefined) => number;
376
- removeRule: (index?: number | undefined) => void;
377
- replace: (text: string) => Promise<CSSStyleSheet>;
378
- replaceSync: (text: string) => void;
379
- disabled: boolean;
380
- readonly href: string | null;
381
- readonly media: {
382
- [x: number]: string;
383
- readonly length: number;
384
- mediaText: string;
385
- toString: () => string;
386
- appendMedium: (medium: string) => void;
387
- deleteMedium: (medium: string) => void;
388
- item: (index: number) => string | null;
389
- };
390
- readonly ownerNode: Element | ProcessingInstruction | null;
391
- readonly parentStyleSheet: any | null;
392
- readonly title: string | null;
393
- readonly type: string;
394
- } | null;
395
- readonly type: number;
396
- readonly CHARSET_RULE: number;
397
- readonly FONT_FACE_RULE: number;
398
- readonly IMPORT_RULE: number;
399
- readonly KEYFRAMES_RULE: number;
400
- readonly KEYFRAME_RULE: number;
401
- readonly MEDIA_RULE: number;
402
- readonly NAMESPACE_RULE: number;
403
- readonly PAGE_RULE: number;
404
- readonly STYLE_RULE: number;
405
- readonly SUPPORTS_RULE: number;
406
- } | null | undefined;
407
- perspective?: string | undefined;
408
- perspectiveOrigin?: string | undefined;
409
- placeContent?: string | undefined;
410
- placeItems?: string | undefined;
411
- placeSelf?: string | undefined;
412
- pointerEvents?: string | undefined;
413
- position?: string | undefined;
414
- printColorAdjust?: string | undefined;
415
- quotes?: string | undefined;
416
- resize?: string | undefined;
417
- right?: string | undefined;
418
- rotate?: string | undefined;
419
- rowGap?: string | undefined;
420
- rubyPosition?: string | undefined;
421
- scale?: string | undefined;
422
- scrollBehavior?: string | undefined;
423
- scrollMargin?: string | undefined;
424
- scrollMarginBlock?: string | undefined;
425
- scrollMarginBlockEnd?: string | undefined;
426
- scrollMarginBlockStart?: string | undefined;
427
- scrollMarginBottom?: string | undefined;
428
- scrollMarginInline?: string | undefined;
429
- scrollMarginInlineEnd?: string | undefined;
430
- scrollMarginInlineStart?: string | undefined;
431
- scrollMarginLeft?: string | undefined;
432
- scrollMarginRight?: string | undefined;
433
- scrollMarginTop?: string | undefined;
434
- scrollPadding?: string | undefined;
435
- scrollPaddingBlock?: string | undefined;
436
- scrollPaddingBlockEnd?: string | undefined;
437
- scrollPaddingBlockStart?: string | undefined;
438
- scrollPaddingBottom?: string | undefined;
439
- scrollPaddingInline?: string | undefined;
440
- scrollPaddingInlineEnd?: string | undefined;
441
- scrollPaddingInlineStart?: string | undefined;
442
- scrollPaddingLeft?: string | undefined;
443
- scrollPaddingRight?: string | undefined;
444
- scrollPaddingTop?: string | undefined;
445
- scrollSnapAlign?: string | undefined;
446
- scrollSnapStop?: string | undefined;
447
- scrollSnapType?: string | undefined;
448
- scrollbarGutter?: string | undefined;
449
- shapeImageThreshold?: string | undefined;
450
- shapeMargin?: string | undefined;
451
- shapeOutside?: string | undefined;
452
- shapeRendering?: string | undefined;
453
- stopColor?: string | undefined;
454
- stopOpacity?: string | undefined;
455
- stroke?: string | undefined;
456
- strokeDasharray?: string | undefined;
457
- strokeDashoffset?: string | undefined;
458
- strokeLinecap?: string | undefined;
459
- strokeLinejoin?: string | undefined;
460
- strokeMiterlimit?: string | undefined;
461
- strokeOpacity?: string | undefined;
462
- strokeWidth?: string | undefined;
463
- tabSize?: string | undefined;
464
- tableLayout?: string | undefined;
465
- textAlign?: string | undefined;
466
- textAlignLast?: string | undefined;
467
- textAnchor?: string | undefined;
468
- textCombineUpright?: string | undefined;
469
- textDecoration?: string | undefined;
470
- textDecorationColor?: string | undefined;
471
- textDecorationLine?: string | undefined;
472
- textDecorationSkipInk?: string | undefined;
473
- textDecorationStyle?: string | undefined;
474
- textDecorationThickness?: string | undefined;
475
- textEmphasis?: string | undefined;
476
- textEmphasisColor?: string | undefined;
477
- textEmphasisPosition?: string | undefined;
478
- textEmphasisStyle?: string | undefined;
479
- textIndent?: string | undefined;
480
- textOrientation?: string | undefined;
481
- textOverflow?: string | undefined;
482
- textRendering?: string | undefined;
483
- textShadow?: string | undefined;
484
- textTransform?: string | undefined;
485
- textUnderlineOffset?: string | undefined;
486
- textUnderlinePosition?: string | undefined;
487
- top?: string | undefined;
488
- touchAction?: string | undefined;
489
- transform?: string | undefined;
490
- transformBox?: string | undefined;
491
- transformOrigin?: string | undefined;
492
- transformStyle?: string | undefined;
493
- transition?: string | undefined;
494
- transitionDelay?: string | undefined;
495
- transitionDuration?: string | undefined;
496
- transitionProperty?: string | undefined;
497
- transitionTimingFunction?: string | undefined;
498
- translate?: string | undefined;
499
- unicodeBidi?: string | undefined;
500
- userSelect?: string | undefined;
501
- verticalAlign?: string | undefined;
502
- visibility?: string | undefined;
503
- webkitAlignContent?: string | undefined;
504
- webkitAlignItems?: string | undefined;
505
- webkitAlignSelf?: string | undefined;
506
- webkitAnimation?: string | undefined;
507
- webkitAnimationDelay?: string | undefined;
508
- webkitAnimationDirection?: string | undefined;
509
- webkitAnimationDuration?: string | undefined;
510
- webkitAnimationFillMode?: string | undefined;
511
- webkitAnimationIterationCount?: string | undefined;
512
- webkitAnimationName?: string | undefined;
513
- webkitAnimationPlayState?: string | undefined;
514
- webkitAnimationTimingFunction?: string | undefined;
515
- webkitAppearance?: string | undefined;
516
- webkitBackfaceVisibility?: string | undefined;
517
- webkitBackgroundClip?: string | undefined;
518
- webkitBackgroundOrigin?: string | undefined;
519
- webkitBackgroundSize?: string | undefined;
520
- webkitBorderBottomLeftRadius?: string | undefined;
521
- webkitBorderBottomRightRadius?: string | undefined;
522
- webkitBorderRadius?: string | undefined;
523
- webkitBorderTopLeftRadius?: string | undefined;
524
- webkitBorderTopRightRadius?: string | undefined;
525
- webkitBoxAlign?: string | undefined;
526
- webkitBoxFlex?: string | undefined;
527
- webkitBoxOrdinalGroup?: string | undefined;
528
- webkitBoxOrient?: string | undefined;
529
- webkitBoxPack?: string | undefined;
530
- webkitBoxShadow?: string | undefined;
531
- webkitBoxSizing?: string | undefined;
532
- webkitFilter?: string | undefined;
533
- webkitFlex?: string | undefined;
534
- webkitFlexBasis?: string | undefined;
535
- webkitFlexDirection?: string | undefined;
536
- webkitFlexFlow?: string | undefined;
537
- webkitFlexGrow?: string | undefined;
538
- webkitFlexShrink?: string | undefined;
539
- webkitFlexWrap?: string | undefined;
540
- webkitJustifyContent?: string | undefined;
541
- webkitLineClamp?: string | undefined;
542
- webkitMask?: string | undefined;
543
- webkitMaskBoxImage?: string | undefined;
544
- webkitMaskBoxImageOutset?: string | undefined;
545
- webkitMaskBoxImageRepeat?: string | undefined;
546
- webkitMaskBoxImageSlice?: string | undefined;
547
- webkitMaskBoxImageSource?: string | undefined;
548
- webkitMaskBoxImageWidth?: string | undefined;
549
- webkitMaskClip?: string | undefined;
550
- webkitMaskComposite?: string | undefined;
551
- webkitMaskImage?: string | undefined;
552
- webkitMaskOrigin?: string | undefined;
553
- webkitMaskPosition?: string | undefined;
554
- webkitMaskRepeat?: string | undefined;
555
- webkitMaskSize?: string | undefined;
556
- webkitOrder?: string | undefined;
557
- webkitPerspective?: string | undefined;
558
- webkitPerspectiveOrigin?: string | undefined;
559
- webkitTextFillColor?: string | undefined;
560
- webkitTextSizeAdjust?: string | undefined;
561
- webkitTextStroke?: string | undefined;
562
- webkitTextStrokeColor?: string | undefined;
563
- webkitTextStrokeWidth?: string | undefined;
564
- webkitTransform?: string | undefined;
565
- webkitTransformOrigin?: string | undefined;
566
- webkitTransformStyle?: string | undefined;
567
- webkitTransition?: string | undefined;
568
- webkitTransitionDelay?: string | undefined;
569
- webkitTransitionDuration?: string | undefined;
570
- webkitTransitionProperty?: string | undefined;
571
- webkitTransitionTimingFunction?: string | undefined;
572
- webkitUserSelect?: string | undefined;
573
- whiteSpace?: string | undefined;
574
- widows?: string | undefined;
575
- width?: string | undefined;
576
- willChange?: string | undefined;
577
- wordBreak?: string | undefined;
578
- wordSpacing?: string | undefined;
579
- wordWrap?: string | undefined;
580
- writingMode?: string | undefined;
581
- zIndex?: string | undefined;
582
- getPropertyPriority?: ((property: string) => string) | undefined;
583
- getPropertyValue?: ((property: string) => string) | undefined;
584
- item?: ((index: number) => string) | undefined;
585
- removeProperty?: ((property: string) => string) | undefined;
586
- setProperty?: ((property: string, value: string | null, priority?: string | undefined) => void) | undefined;
587
- }>;
588
- calloutClass: import("vue").Ref<string[]>;
589
- beak: import("vue").Ref<{
590
- [x: number]: string | undefined;
591
- accentColor?: string | undefined;
592
- alignContent?: string | undefined;
593
- alignItems?: string | undefined;
594
- alignSelf?: string | undefined;
595
- alignmentBaseline?: string | undefined;
596
- all?: string | undefined;
597
- animation?: string | undefined;
598
- animationDelay?: string | undefined;
599
- animationDirection?: string | undefined;
600
- animationDuration?: string | undefined;
601
- animationFillMode?: string | undefined;
602
- animationIterationCount?: string | undefined;
603
- animationName?: string | undefined;
604
- animationPlayState?: string | undefined;
605
- animationTimingFunction?: string | undefined;
606
- appearance?: string | undefined;
607
- aspectRatio?: string | undefined;
608
- backdropFilter?: string | undefined;
609
- backfaceVisibility?: string | undefined;
610
- background?: string | undefined;
611
- backgroundAttachment?: string | undefined;
612
- backgroundBlendMode?: string | undefined;
613
- backgroundClip?: string | undefined;
614
- backgroundColor?: string | undefined;
615
- backgroundImage?: string | undefined;
616
- backgroundOrigin?: string | undefined;
617
- backgroundPosition?: string | undefined;
618
- backgroundPositionX?: string | undefined;
619
- backgroundPositionY?: string | undefined;
620
- backgroundRepeat?: string | undefined;
621
- backgroundSize?: string | undefined;
622
- baselineShift?: string | undefined;
623
- blockSize?: string | undefined;
624
- border?: string | undefined;
625
- borderBlock?: string | undefined;
626
- borderBlockColor?: string | undefined;
627
- borderBlockEnd?: string | undefined;
628
- borderBlockEndColor?: string | undefined;
629
- borderBlockEndStyle?: string | undefined;
630
- borderBlockEndWidth?: string | undefined;
631
- borderBlockStart?: string | undefined;
632
- borderBlockStartColor?: string | undefined;
633
- borderBlockStartStyle?: string | undefined;
634
- borderBlockStartWidth?: string | undefined;
635
- borderBlockStyle?: string | undefined;
636
- borderBlockWidth?: string | undefined;
637
- borderBottom?: string | undefined;
638
- borderBottomColor?: string | undefined;
639
- borderBottomLeftRadius?: string | undefined;
640
- borderBottomRightRadius?: string | undefined;
641
- borderBottomStyle?: string | undefined;
642
- borderBottomWidth?: string | undefined;
643
- borderCollapse?: string | undefined;
644
- borderColor?: string | undefined;
645
- borderEndEndRadius?: string | undefined;
646
- borderEndStartRadius?: string | undefined;
647
- borderImage?: string | undefined;
648
- borderImageOutset?: string | undefined;
649
- borderImageRepeat?: string | undefined;
650
- borderImageSlice?: string | undefined;
651
- borderImageSource?: string | undefined;
652
- borderImageWidth?: string | undefined;
653
- borderInline?: string | undefined;
654
- borderInlineColor?: string | undefined;
655
- borderInlineEnd?: string | undefined;
656
- borderInlineEndColor?: string | undefined;
657
- borderInlineEndStyle?: string | undefined;
658
- borderInlineEndWidth?: string | undefined;
659
- borderInlineStart?: string | undefined;
660
- borderInlineStartColor?: string | undefined;
661
- borderInlineStartStyle?: string | undefined;
662
- borderInlineStartWidth?: string | undefined;
663
- borderInlineStyle?: string | undefined;
664
- borderInlineWidth?: string | undefined;
665
- borderLeft?: string | undefined;
666
- borderLeftColor?: string | undefined;
667
- borderLeftStyle?: string | undefined;
668
- borderLeftWidth?: string | undefined;
669
- borderRadius?: string | undefined;
670
- borderRight?: string | undefined;
671
- borderRightColor?: string | undefined;
672
- borderRightStyle?: string | undefined;
673
- borderRightWidth?: string | undefined;
674
- borderSpacing?: string | undefined;
675
- borderStartEndRadius?: string | undefined;
676
- borderStartStartRadius?: string | undefined;
677
- borderStyle?: string | undefined;
678
- borderTop?: string | undefined;
679
- borderTopColor?: string | undefined;
680
- borderTopLeftRadius?: string | undefined;
681
- borderTopRightRadius?: string | undefined;
682
- borderTopStyle?: string | undefined;
683
- borderTopWidth?: string | undefined;
684
- borderWidth?: string | undefined;
685
- bottom?: string | undefined;
686
- boxShadow?: string | undefined;
687
- boxSizing?: string | undefined;
688
- breakAfter?: string | undefined;
689
- breakBefore?: string | undefined;
690
- breakInside?: string | undefined;
691
- captionSide?: string | undefined;
692
- caretColor?: string | undefined;
693
- clear?: string | undefined;
694
- clip?: string | undefined;
695
- clipPath?: string | undefined;
696
- clipRule?: string | undefined;
697
- color?: string | undefined;
698
- colorInterpolation?: string | undefined;
699
- colorInterpolationFilters?: string | undefined;
700
- colorScheme?: string | undefined;
701
- columnCount?: string | undefined;
702
- columnFill?: string | undefined;
703
- columnGap?: string | undefined;
704
- columnRule?: string | undefined;
705
- columnRuleColor?: string | undefined;
706
- columnRuleStyle?: string | undefined;
707
- columnRuleWidth?: string | undefined;
708
- columnSpan?: string | undefined;
709
- columnWidth?: string | undefined;
710
- columns?: string | undefined;
711
- contain?: string | undefined;
712
- container?: string | undefined;
713
- containerName?: string | undefined;
714
- containerType?: string | undefined;
715
- content?: string | undefined;
716
- counterIncrement?: string | undefined;
717
- counterReset?: string | undefined;
718
- counterSet?: string | undefined;
719
- cssFloat?: string | undefined;
720
- cssText?: string | undefined;
721
- cursor?: string | undefined;
722
- direction?: string | undefined;
723
- display?: string | undefined;
724
- dominantBaseline?: string | undefined;
725
- emptyCells?: string | undefined;
726
- fill?: string | undefined;
727
- fillOpacity?: string | undefined;
728
- fillRule?: string | undefined;
729
- filter?: string | undefined;
730
- flex?: string | undefined;
731
- flexBasis?: string | undefined;
732
- flexDirection?: string | undefined;
733
- flexFlow?: string | undefined;
734
- flexGrow?: string | undefined;
735
- flexShrink?: string | undefined;
736
- flexWrap?: string | undefined;
737
- float?: string | undefined;
738
- floodColor?: string | undefined;
739
- floodOpacity?: string | undefined;
740
- font?: string | undefined;
741
- fontFamily?: string | undefined;
742
- fontFeatureSettings?: string | undefined;
743
- fontKerning?: string | undefined;
744
- fontOpticalSizing?: string | undefined;
745
- fontPalette?: string | undefined;
746
- fontSize?: string | undefined;
747
- fontSizeAdjust?: string | undefined;
748
- fontStretch?: string | undefined;
749
- fontStyle?: string | undefined;
750
- fontSynthesis?: string | undefined;
751
- fontVariant?: string | undefined;
752
- fontVariantAlternates?: string | undefined;
753
- fontVariantCaps?: string | undefined;
754
- fontVariantEastAsian?: string | undefined;
755
- fontVariantLigatures?: string | undefined;
756
- fontVariantNumeric?: string | undefined;
757
- fontVariantPosition?: string | undefined;
758
- fontVariationSettings?: string | undefined;
759
- fontWeight?: string | undefined;
760
- gap?: string | undefined;
761
- grid?: string | undefined;
762
- gridArea?: string | undefined;
763
- gridAutoColumns?: string | undefined;
764
- gridAutoFlow?: string | undefined;
765
- gridAutoRows?: string | undefined;
766
- gridColumn?: string | undefined;
767
- gridColumnEnd?: string | undefined;
768
- gridColumnGap?: string | undefined;
769
- gridColumnStart?: string | undefined;
770
- gridGap?: string | undefined;
771
- gridRow?: string | undefined;
772
- gridRowEnd?: string | undefined;
773
- gridRowGap?: string | undefined;
774
- gridRowStart?: string | undefined;
775
- gridTemplate?: string | undefined;
776
- gridTemplateAreas?: string | undefined;
777
- gridTemplateColumns?: string | undefined;
778
- gridTemplateRows?: string | undefined;
779
- height?: string | undefined;
780
- hyphenateCharacter?: string | undefined;
781
- hyphens?: string | undefined;
782
- imageOrientation?: string | undefined;
783
- imageRendering?: string | undefined;
784
- inlineSize?: string | undefined;
785
- inset?: string | undefined;
786
- insetBlock?: string | undefined;
787
- insetBlockEnd?: string | undefined;
788
- insetBlockStart?: string | undefined;
789
- insetInline?: string | undefined;
790
- insetInlineEnd?: string | undefined;
791
- insetInlineStart?: string | undefined;
792
- isolation?: string | undefined;
793
- justifyContent?: string | undefined;
794
- justifyItems?: string | undefined;
795
- justifySelf?: string | undefined;
796
- left?: string | undefined;
797
- readonly length?: number | undefined;
798
- letterSpacing?: string | undefined;
799
- lightingColor?: string | undefined;
800
- lineBreak?: string | undefined;
801
- lineHeight?: string | undefined;
802
- listStyle?: string | undefined;
803
- listStyleImage?: string | undefined;
804
- listStylePosition?: string | undefined;
805
- listStyleType?: string | undefined;
806
- margin?: string | undefined;
807
- marginBlock?: string | undefined;
808
- marginBlockEnd?: string | undefined;
809
- marginBlockStart?: string | undefined;
810
- marginBottom?: string | undefined;
811
- marginInline?: string | undefined;
812
- marginInlineEnd?: string | undefined;
813
- marginInlineStart?: string | undefined;
814
- marginLeft?: string | undefined;
815
- marginRight?: string | undefined;
816
- marginTop?: string | undefined;
817
- marker?: string | undefined;
818
- markerEnd?: string | undefined;
819
- markerMid?: string | undefined;
820
- markerStart?: string | undefined;
821
- mask?: string | undefined;
822
- maskClip?: string | undefined;
823
- maskComposite?: string | undefined;
824
- maskImage?: string | undefined;
825
- maskMode?: string | undefined;
826
- maskOrigin?: string | undefined;
827
- maskPosition?: string | undefined;
828
- maskRepeat?: string | undefined;
829
- maskSize?: string | undefined;
830
- maskType?: string | undefined;
831
- maxBlockSize?: string | undefined;
832
- maxHeight?: string | undefined;
833
- maxInlineSize?: string | undefined;
834
- maxWidth?: string | undefined;
835
- minBlockSize?: string | undefined;
836
- minHeight?: string | undefined;
837
- minInlineSize?: string | undefined;
838
- minWidth?: string | undefined;
839
- mixBlendMode?: string | undefined;
840
- objectFit?: string | undefined;
841
- objectPosition?: string | undefined;
842
- offset?: string | undefined;
843
- offsetDistance?: string | undefined;
844
- offsetPath?: string | undefined;
845
- offsetRotate?: string | undefined;
846
- opacity?: string | undefined;
847
- order?: string | undefined;
848
- orphans?: string | undefined;
849
- outline?: string | undefined;
850
- outlineColor?: string | undefined;
851
- outlineOffset?: string | undefined;
852
- outlineStyle?: string | undefined;
853
- outlineWidth?: string | undefined;
854
- overflow?: string | undefined;
855
- overflowAnchor?: string | undefined;
856
- overflowClipMargin?: string | undefined;
857
- overflowWrap?: string | undefined;
858
- overflowX?: string | undefined;
859
- overflowY?: string | undefined;
860
- overscrollBehavior?: string | undefined;
861
- overscrollBehaviorBlock?: string | undefined;
862
- overscrollBehaviorInline?: string | undefined;
863
- overscrollBehaviorX?: string | undefined;
864
- overscrollBehaviorY?: string | undefined;
865
- padding?: string | undefined;
866
- paddingBlock?: string | undefined;
867
- paddingBlockEnd?: string | undefined;
868
- paddingBlockStart?: string | undefined;
869
- paddingBottom?: string | undefined;
870
- paddingInline?: string | undefined;
871
- paddingInlineEnd?: string | undefined;
872
- paddingInlineStart?: string | undefined;
873
- paddingLeft?: string | undefined;
874
- paddingRight?: string | undefined;
875
- paddingTop?: string | undefined;
876
- pageBreakAfter?: string | undefined;
877
- pageBreakBefore?: string | undefined;
878
- pageBreakInside?: string | undefined;
879
- paintOrder?: string | undefined;
880
- readonly parentRule?: {
881
- cssText: string;
882
- readonly parentRule: any | null;
883
- readonly parentStyleSheet: {
884
- readonly cssRules: {
885
- [x: number]: any;
886
- readonly length: number;
887
- item: (index: number) => CSSRule | null;
888
- };
889
- readonly ownerRule: any | null;
890
- readonly rules: {
891
- [x: number]: any;
892
- readonly length: number;
893
- item: (index: number) => CSSRule | null;
894
- };
895
- addRule: (selector?: string | undefined, style?: string | undefined, index?: number | undefined) => number;
896
- deleteRule: (index: number) => void;
897
- insertRule: (rule: string, index?: number | undefined) => number;
898
- removeRule: (index?: number | undefined) => void;
899
- replace: (text: string) => Promise<CSSStyleSheet>;
900
- replaceSync: (text: string) => void;
901
- disabled: boolean;
902
- readonly href: string | null;
903
- readonly media: {
904
- [x: number]: string;
905
- readonly length: number;
906
- mediaText: string;
907
- toString: () => string;
908
- appendMedium: (medium: string) => void;
909
- deleteMedium: (medium: string) => void;
910
- item: (index: number) => string | null;
911
- };
912
- readonly ownerNode: Element | ProcessingInstruction | null;
913
- readonly parentStyleSheet: any | null;
914
- readonly title: string | null;
915
- readonly type: string;
916
- } | null;
917
- readonly type: number;
918
- readonly CHARSET_RULE: number;
919
- readonly FONT_FACE_RULE: number;
920
- readonly IMPORT_RULE: number;
921
- readonly KEYFRAMES_RULE: number;
922
- readonly KEYFRAME_RULE: number;
923
- readonly MEDIA_RULE: number;
924
- readonly NAMESPACE_RULE: number;
925
- readonly PAGE_RULE: number;
926
- readonly STYLE_RULE: number;
927
- readonly SUPPORTS_RULE: number;
928
- } | null | undefined;
929
- perspective?: string | undefined;
930
- perspectiveOrigin?: string | undefined;
931
- placeContent?: string | undefined;
932
- placeItems?: string | undefined;
933
- placeSelf?: string | undefined;
934
- pointerEvents?: string | undefined;
935
- position?: string | undefined;
936
- printColorAdjust?: string | undefined;
937
- quotes?: string | undefined;
938
- resize?: string | undefined;
939
- right?: string | undefined;
940
- rotate?: string | undefined;
941
- rowGap?: string | undefined;
942
- rubyPosition?: string | undefined;
943
- scale?: string | undefined;
944
- scrollBehavior?: string | undefined;
945
- scrollMargin?: string | undefined;
946
- scrollMarginBlock?: string | undefined;
947
- scrollMarginBlockEnd?: string | undefined;
948
- scrollMarginBlockStart?: string | undefined;
949
- scrollMarginBottom?: string | undefined;
950
- scrollMarginInline?: string | undefined;
951
- scrollMarginInlineEnd?: string | undefined;
952
- scrollMarginInlineStart?: string | undefined;
953
- scrollMarginLeft?: string | undefined;
954
- scrollMarginRight?: string | undefined;
955
- scrollMarginTop?: string | undefined;
956
- scrollPadding?: string | undefined;
957
- scrollPaddingBlock?: string | undefined;
958
- scrollPaddingBlockEnd?: string | undefined;
959
- scrollPaddingBlockStart?: string | undefined;
960
- scrollPaddingBottom?: string | undefined;
961
- scrollPaddingInline?: string | undefined;
962
- scrollPaddingInlineEnd?: string | undefined;
963
- scrollPaddingInlineStart?: string | undefined;
964
- scrollPaddingLeft?: string | undefined;
965
- scrollPaddingRight?: string | undefined;
966
- scrollPaddingTop?: string | undefined;
967
- scrollSnapAlign?: string | undefined;
968
- scrollSnapStop?: string | undefined;
969
- scrollSnapType?: string | undefined;
970
- scrollbarGutter?: string | undefined;
971
- shapeImageThreshold?: string | undefined;
972
- shapeMargin?: string | undefined;
973
- shapeOutside?: string | undefined;
974
- shapeRendering?: string | undefined;
975
- stopColor?: string | undefined;
976
- stopOpacity?: string | undefined;
977
- stroke?: string | undefined;
978
- strokeDasharray?: string | undefined;
979
- strokeDashoffset?: string | undefined;
980
- strokeLinecap?: string | undefined;
981
- strokeLinejoin?: string | undefined;
982
- strokeMiterlimit?: string | undefined;
983
- strokeOpacity?: string | undefined;
984
- strokeWidth?: string | undefined;
985
- tabSize?: string | undefined;
986
- tableLayout?: string | undefined;
987
- textAlign?: string | undefined;
988
- textAlignLast?: string | undefined;
989
- textAnchor?: string | undefined;
990
- textCombineUpright?: string | undefined;
991
- textDecoration?: string | undefined;
992
- textDecorationColor?: string | undefined;
993
- textDecorationLine?: string | undefined;
994
- textDecorationSkipInk?: string | undefined;
995
- textDecorationStyle?: string | undefined;
996
- textDecorationThickness?: string | undefined;
997
- textEmphasis?: string | undefined;
998
- textEmphasisColor?: string | undefined;
999
- textEmphasisPosition?: string | undefined;
1000
- textEmphasisStyle?: string | undefined;
1001
- textIndent?: string | undefined;
1002
- textOrientation?: string | undefined;
1003
- textOverflow?: string | undefined;
1004
- textRendering?: string | undefined;
1005
- textShadow?: string | undefined;
1006
- textTransform?: string | undefined;
1007
- textUnderlineOffset?: string | undefined;
1008
- textUnderlinePosition?: string | undefined;
1009
- top?: string | undefined;
1010
- touchAction?: string | undefined;
1011
- transform?: string | undefined;
1012
- transformBox?: string | undefined;
1013
- transformOrigin?: string | undefined;
1014
- transformStyle?: string | undefined;
1015
- transition?: string | undefined;
1016
- transitionDelay?: string | undefined;
1017
- transitionDuration?: string | undefined;
1018
- transitionProperty?: string | undefined;
1019
- transitionTimingFunction?: string | undefined;
1020
- translate?: string | undefined;
1021
- unicodeBidi?: string | undefined;
1022
- userSelect?: string | undefined;
1023
- verticalAlign?: string | undefined;
1024
- visibility?: string | undefined;
1025
- webkitAlignContent?: string | undefined;
1026
- webkitAlignItems?: string | undefined;
1027
- webkitAlignSelf?: string | undefined;
1028
- webkitAnimation?: string | undefined;
1029
- webkitAnimationDelay?: string | undefined;
1030
- webkitAnimationDirection?: string | undefined;
1031
- webkitAnimationDuration?: string | undefined;
1032
- webkitAnimationFillMode?: string | undefined;
1033
- webkitAnimationIterationCount?: string | undefined;
1034
- webkitAnimationName?: string | undefined;
1035
- webkitAnimationPlayState?: string | undefined;
1036
- webkitAnimationTimingFunction?: string | undefined;
1037
- webkitAppearance?: string | undefined;
1038
- webkitBackfaceVisibility?: string | undefined;
1039
- webkitBackgroundClip?: string | undefined;
1040
- webkitBackgroundOrigin?: string | undefined;
1041
- webkitBackgroundSize?: string | undefined;
1042
- webkitBorderBottomLeftRadius?: string | undefined;
1043
- webkitBorderBottomRightRadius?: string | undefined;
1044
- webkitBorderRadius?: string | undefined;
1045
- webkitBorderTopLeftRadius?: string | undefined;
1046
- webkitBorderTopRightRadius?: string | undefined;
1047
- webkitBoxAlign?: string | undefined;
1048
- webkitBoxFlex?: string | undefined;
1049
- webkitBoxOrdinalGroup?: string | undefined;
1050
- webkitBoxOrient?: string | undefined;
1051
- webkitBoxPack?: string | undefined;
1052
- webkitBoxShadow?: string | undefined;
1053
- webkitBoxSizing?: string | undefined;
1054
- webkitFilter?: string | undefined;
1055
- webkitFlex?: string | undefined;
1056
- webkitFlexBasis?: string | undefined;
1057
- webkitFlexDirection?: string | undefined;
1058
- webkitFlexFlow?: string | undefined;
1059
- webkitFlexGrow?: string | undefined;
1060
- webkitFlexShrink?: string | undefined;
1061
- webkitFlexWrap?: string | undefined;
1062
- webkitJustifyContent?: string | undefined;
1063
- webkitLineClamp?: string | undefined;
1064
- webkitMask?: string | undefined;
1065
- webkitMaskBoxImage?: string | undefined;
1066
- webkitMaskBoxImageOutset?: string | undefined;
1067
- webkitMaskBoxImageRepeat?: string | undefined;
1068
- webkitMaskBoxImageSlice?: string | undefined;
1069
- webkitMaskBoxImageSource?: string | undefined;
1070
- webkitMaskBoxImageWidth?: string | undefined;
1071
- webkitMaskClip?: string | undefined;
1072
- webkitMaskComposite?: string | undefined;
1073
- webkitMaskImage?: string | undefined;
1074
- webkitMaskOrigin?: string | undefined;
1075
- webkitMaskPosition?: string | undefined;
1076
- webkitMaskRepeat?: string | undefined;
1077
- webkitMaskSize?: string | undefined;
1078
- webkitOrder?: string | undefined;
1079
- webkitPerspective?: string | undefined;
1080
- webkitPerspectiveOrigin?: string | undefined;
1081
- webkitTextFillColor?: string | undefined;
1082
- webkitTextSizeAdjust?: string | undefined;
1083
- webkitTextStroke?: string | undefined;
1084
- webkitTextStrokeColor?: string | undefined;
1085
- webkitTextStrokeWidth?: string | undefined;
1086
- webkitTransform?: string | undefined;
1087
- webkitTransformOrigin?: string | undefined;
1088
- webkitTransformStyle?: string | undefined;
1089
- webkitTransition?: string | undefined;
1090
- webkitTransitionDelay?: string | undefined;
1091
- webkitTransitionDuration?: string | undefined;
1092
- webkitTransitionProperty?: string | undefined;
1093
- webkitTransitionTimingFunction?: string | undefined;
1094
- webkitUserSelect?: string | undefined;
1095
- whiteSpace?: string | undefined;
1096
- widows?: string | undefined;
1097
- width?: string | undefined;
1098
- willChange?: string | undefined;
1099
- wordBreak?: string | undefined;
1100
- wordSpacing?: string | undefined;
1101
- wordWrap?: string | undefined;
1102
- writingMode?: string | undefined;
1103
- zIndex?: string | undefined;
1104
- getPropertyPriority?: ((property: string) => string) | undefined;
1105
- getPropertyValue?: ((property: string) => string) | undefined;
1106
- item?: ((index: number) => string) | undefined;
1107
- removeProperty?: ((property: string) => string) | undefined;
1108
- setProperty?: ((property: string, value: string | null, priority?: string | undefined) => void) | undefined;
1109
- }>;
1110
- targetElement: import("vue").Ref<HTMLElement | undefined>;
1111
- popper: import("vue").Ref<HTMLElement | undefined>;
1112
- };
1113
- export {};
1
+ import { ComponentInternalInstance, ExtractPropTypes, ModelRef } from 'vue';
2
+ import { EmitFn } from '@/types/components';
3
+ type Position = 'bottomLeft' | 'bottomCenter' | 'bottomRight' | 'topLeft' | 'topCenter' | 'topRight' | 'leftTop' | 'leftCenter' | 'leftBottom' | 'rightTop' | 'rightCenter' | 'rightBottom';
4
+ export declare const calloutProps: {
5
+ space: {
6
+ type: NumberConstructor;
7
+ default: number;
8
+ };
9
+ beak: {
10
+ type: NumberConstructor;
11
+ default: number;
12
+ };
13
+ position: {
14
+ type: () => Position;
15
+ default: string;
16
+ };
17
+ lockScroll: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ focusTrap: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ delayClose: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
29
+ effect: {
30
+ type: () => ('hover' | 'click' | 'always');
31
+ default: string;
32
+ };
33
+ popperStyle: {
34
+ type: () => Record<string, string>;
35
+ default: () => {};
36
+ };
37
+ popperClass: {
38
+ type: () => Array<string | Record<string, string>>;
39
+ default: () => any[];
40
+ };
41
+ keepalive: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ theme: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ disabled: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ lang: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ };
58
+ export type CalloutProps = ExtractPropTypes<typeof calloutProps>;
59
+ export declare const calloutEmits: {};
60
+ export type CalloutEmits = typeof calloutEmits;
61
+ export declare const useCallout: (props: CalloutProps, emits: EmitFn<CalloutEmits>, visible: ModelRef<boolean | undefined>) => {
62
+ windowEvents: Record<string, EventListenerOrEventListenerObject>;
63
+ initTargetEvents: (currentInstance: ComponentInternalInstance) => void;
64
+ targetEvents: Record<string, EventListenerOrEventListenerObject>;
65
+ popperEvents: Record<string, EventListenerOrEventListenerObject>;
66
+ popperShow: import("vue").WritableComputedRef<boolean>;
67
+ callout: import("vue").Ref<{
68
+ [x: number]: string;
69
+ accentColor?: string;
70
+ alignContent?: string;
71
+ alignItems?: string;
72
+ alignSelf?: string;
73
+ alignmentBaseline?: string;
74
+ all?: string;
75
+ animation?: string;
76
+ animationDelay?: string;
77
+ animationDirection?: string;
78
+ animationDuration?: string;
79
+ animationFillMode?: string;
80
+ animationIterationCount?: string;
81
+ animationName?: string;
82
+ animationPlayState?: string;
83
+ animationTimingFunction?: string;
84
+ appearance?: string;
85
+ aspectRatio?: string;
86
+ backdropFilter?: string;
87
+ backfaceVisibility?: string;
88
+ background?: string;
89
+ backgroundAttachment?: string;
90
+ backgroundBlendMode?: string;
91
+ backgroundClip?: string;
92
+ backgroundColor?: string;
93
+ backgroundImage?: string;
94
+ backgroundOrigin?: string;
95
+ backgroundPosition?: string;
96
+ backgroundPositionX?: string;
97
+ backgroundPositionY?: string;
98
+ backgroundRepeat?: string;
99
+ backgroundSize?: string;
100
+ baselineShift?: string;
101
+ blockSize?: string;
102
+ border?: string;
103
+ borderBlock?: string;
104
+ borderBlockColor?: string;
105
+ borderBlockEnd?: string;
106
+ borderBlockEndColor?: string;
107
+ borderBlockEndStyle?: string;
108
+ borderBlockEndWidth?: string;
109
+ borderBlockStart?: string;
110
+ borderBlockStartColor?: string;
111
+ borderBlockStartStyle?: string;
112
+ borderBlockStartWidth?: string;
113
+ borderBlockStyle?: string;
114
+ borderBlockWidth?: string;
115
+ borderBottom?: string;
116
+ borderBottomColor?: string;
117
+ borderBottomLeftRadius?: string;
118
+ borderBottomRightRadius?: string;
119
+ borderBottomStyle?: string;
120
+ borderBottomWidth?: string;
121
+ borderCollapse?: string;
122
+ borderColor?: string;
123
+ borderEndEndRadius?: string;
124
+ borderEndStartRadius?: string;
125
+ borderImage?: string;
126
+ borderImageOutset?: string;
127
+ borderImageRepeat?: string;
128
+ borderImageSlice?: string;
129
+ borderImageSource?: string;
130
+ borderImageWidth?: string;
131
+ borderInline?: string;
132
+ borderInlineColor?: string;
133
+ borderInlineEnd?: string;
134
+ borderInlineEndColor?: string;
135
+ borderInlineEndStyle?: string;
136
+ borderInlineEndWidth?: string;
137
+ borderInlineStart?: string;
138
+ borderInlineStartColor?: string;
139
+ borderInlineStartStyle?: string;
140
+ borderInlineStartWidth?: string;
141
+ borderInlineStyle?: string;
142
+ borderInlineWidth?: string;
143
+ borderLeft?: string;
144
+ borderLeftColor?: string;
145
+ borderLeftStyle?: string;
146
+ borderLeftWidth?: string;
147
+ borderRadius?: string;
148
+ borderRight?: string;
149
+ borderRightColor?: string;
150
+ borderRightStyle?: string;
151
+ borderRightWidth?: string;
152
+ borderSpacing?: string;
153
+ borderStartEndRadius?: string;
154
+ borderStartStartRadius?: string;
155
+ borderStyle?: string;
156
+ borderTop?: string;
157
+ borderTopColor?: string;
158
+ borderTopLeftRadius?: string;
159
+ borderTopRightRadius?: string;
160
+ borderTopStyle?: string;
161
+ borderTopWidth?: string;
162
+ borderWidth?: string;
163
+ bottom?: string;
164
+ boxShadow?: string;
165
+ boxSizing?: string;
166
+ breakAfter?: string;
167
+ breakBefore?: string;
168
+ breakInside?: string;
169
+ captionSide?: string;
170
+ caretColor?: string;
171
+ clear?: string;
172
+ clip?: string;
173
+ clipPath?: string;
174
+ clipRule?: string;
175
+ color?: string;
176
+ colorInterpolation?: string;
177
+ colorInterpolationFilters?: string;
178
+ colorScheme?: string;
179
+ columnCount?: string;
180
+ columnFill?: string;
181
+ columnGap?: string;
182
+ columnRule?: string;
183
+ columnRuleColor?: string;
184
+ columnRuleStyle?: string;
185
+ columnRuleWidth?: string;
186
+ columnSpan?: string;
187
+ columnWidth?: string;
188
+ columns?: string;
189
+ contain?: string;
190
+ container?: string;
191
+ containerName?: string;
192
+ containerType?: string;
193
+ content?: string;
194
+ counterIncrement?: string;
195
+ counterReset?: string;
196
+ counterSet?: string;
197
+ cssFloat?: string;
198
+ cssText?: string;
199
+ cursor?: string;
200
+ direction?: string;
201
+ display?: string;
202
+ dominantBaseline?: string;
203
+ emptyCells?: string;
204
+ fill?: string;
205
+ fillOpacity?: string;
206
+ fillRule?: string;
207
+ filter?: string;
208
+ flex?: string;
209
+ flexBasis?: string;
210
+ flexDirection?: string;
211
+ flexFlow?: string;
212
+ flexGrow?: string;
213
+ flexShrink?: string;
214
+ flexWrap?: string;
215
+ float?: string;
216
+ floodColor?: string;
217
+ floodOpacity?: string;
218
+ font?: string;
219
+ fontFamily?: string;
220
+ fontFeatureSettings?: string;
221
+ fontKerning?: string;
222
+ fontOpticalSizing?: string;
223
+ fontPalette?: string;
224
+ fontSize?: string;
225
+ fontSizeAdjust?: string;
226
+ fontStretch?: string;
227
+ fontStyle?: string;
228
+ fontSynthesis?: string;
229
+ fontVariant?: string;
230
+ fontVariantAlternates?: string;
231
+ fontVariantCaps?: string;
232
+ fontVariantEastAsian?: string;
233
+ fontVariantLigatures?: string;
234
+ fontVariantNumeric?: string;
235
+ fontVariantPosition?: string;
236
+ fontVariationSettings?: string;
237
+ fontWeight?: string;
238
+ gap?: string;
239
+ grid?: string;
240
+ gridArea?: string;
241
+ gridAutoColumns?: string;
242
+ gridAutoFlow?: string;
243
+ gridAutoRows?: string;
244
+ gridColumn?: string;
245
+ gridColumnEnd?: string;
246
+ gridColumnGap?: string;
247
+ gridColumnStart?: string;
248
+ gridGap?: string;
249
+ gridRow?: string;
250
+ gridRowEnd?: string;
251
+ gridRowGap?: string;
252
+ gridRowStart?: string;
253
+ gridTemplate?: string;
254
+ gridTemplateAreas?: string;
255
+ gridTemplateColumns?: string;
256
+ gridTemplateRows?: string;
257
+ height?: string;
258
+ hyphenateCharacter?: string;
259
+ hyphens?: string;
260
+ imageOrientation?: string;
261
+ imageRendering?: string;
262
+ inlineSize?: string;
263
+ inset?: string;
264
+ insetBlock?: string;
265
+ insetBlockEnd?: string;
266
+ insetBlockStart?: string;
267
+ insetInline?: string;
268
+ insetInlineEnd?: string;
269
+ insetInlineStart?: string;
270
+ isolation?: string;
271
+ justifyContent?: string;
272
+ justifyItems?: string;
273
+ justifySelf?: string;
274
+ left?: string;
275
+ readonly length?: number;
276
+ letterSpacing?: string;
277
+ lightingColor?: string;
278
+ lineBreak?: string;
279
+ lineHeight?: string;
280
+ listStyle?: string;
281
+ listStyleImage?: string;
282
+ listStylePosition?: string;
283
+ listStyleType?: string;
284
+ margin?: string;
285
+ marginBlock?: string;
286
+ marginBlockEnd?: string;
287
+ marginBlockStart?: string;
288
+ marginBottom?: string;
289
+ marginInline?: string;
290
+ marginInlineEnd?: string;
291
+ marginInlineStart?: string;
292
+ marginLeft?: string;
293
+ marginRight?: string;
294
+ marginTop?: string;
295
+ marker?: string;
296
+ markerEnd?: string;
297
+ markerMid?: string;
298
+ markerStart?: string;
299
+ mask?: string;
300
+ maskClip?: string;
301
+ maskComposite?: string;
302
+ maskImage?: string;
303
+ maskMode?: string;
304
+ maskOrigin?: string;
305
+ maskPosition?: string;
306
+ maskRepeat?: string;
307
+ maskSize?: string;
308
+ maskType?: string;
309
+ maxBlockSize?: string;
310
+ maxHeight?: string;
311
+ maxInlineSize?: string;
312
+ maxWidth?: string;
313
+ minBlockSize?: string;
314
+ minHeight?: string;
315
+ minInlineSize?: string;
316
+ minWidth?: string;
317
+ mixBlendMode?: string;
318
+ objectFit?: string;
319
+ objectPosition?: string;
320
+ offset?: string;
321
+ offsetDistance?: string;
322
+ offsetPath?: string;
323
+ offsetRotate?: string;
324
+ opacity?: string;
325
+ order?: string;
326
+ orphans?: string;
327
+ outline?: string;
328
+ outlineColor?: string;
329
+ outlineOffset?: string;
330
+ outlineStyle?: string;
331
+ outlineWidth?: string;
332
+ overflow?: string;
333
+ overflowAnchor?: string;
334
+ overflowClipMargin?: string;
335
+ overflowWrap?: string;
336
+ overflowX?: string;
337
+ overflowY?: string;
338
+ overscrollBehavior?: string;
339
+ overscrollBehaviorBlock?: string;
340
+ overscrollBehaviorInline?: string;
341
+ overscrollBehaviorX?: string;
342
+ overscrollBehaviorY?: string;
343
+ padding?: string;
344
+ paddingBlock?: string;
345
+ paddingBlockEnd?: string;
346
+ paddingBlockStart?: string;
347
+ paddingBottom?: string;
348
+ paddingInline?: string;
349
+ paddingInlineEnd?: string;
350
+ paddingInlineStart?: string;
351
+ paddingLeft?: string;
352
+ paddingRight?: string;
353
+ paddingTop?: string;
354
+ pageBreakAfter?: string;
355
+ pageBreakBefore?: string;
356
+ pageBreakInside?: string;
357
+ paintOrder?: string;
358
+ readonly parentRule?: {
359
+ cssText: string;
360
+ readonly parentRule: any;
361
+ readonly parentStyleSheet: {
362
+ readonly cssRules: {
363
+ [x: number]: any;
364
+ readonly length: number;
365
+ item: (index: number) => CSSRule;
366
+ };
367
+ readonly ownerRule: any;
368
+ readonly rules: {
369
+ [x: number]: any;
370
+ readonly length: number;
371
+ item: (index: number) => CSSRule;
372
+ };
373
+ addRule: (selector?: string, style?: string, index?: number) => number;
374
+ deleteRule: (index: number) => void;
375
+ insertRule: (rule: string, index?: number) => number;
376
+ removeRule: (index?: number) => void;
377
+ replace: (text: string) => Promise<CSSStyleSheet>;
378
+ replaceSync: (text: string) => void;
379
+ disabled: boolean;
380
+ readonly href: string;
381
+ readonly media: {
382
+ [x: number]: string;
383
+ readonly length: number;
384
+ mediaText: string;
385
+ toString: () => string;
386
+ appendMedium: (medium: string) => void;
387
+ deleteMedium: (medium: string) => void;
388
+ item: (index: number) => string;
389
+ };
390
+ readonly ownerNode: Element | ProcessingInstruction;
391
+ readonly parentStyleSheet: any;
392
+ readonly title: string;
393
+ readonly type: string;
394
+ };
395
+ readonly type: number;
396
+ readonly CHARSET_RULE: number;
397
+ readonly FONT_FACE_RULE: number;
398
+ readonly IMPORT_RULE: number;
399
+ readonly KEYFRAMES_RULE: number;
400
+ readonly KEYFRAME_RULE: number;
401
+ readonly MEDIA_RULE: number;
402
+ readonly NAMESPACE_RULE: number;
403
+ readonly PAGE_RULE: number;
404
+ readonly STYLE_RULE: number;
405
+ readonly SUPPORTS_RULE: number;
406
+ };
407
+ perspective?: string;
408
+ perspectiveOrigin?: string;
409
+ placeContent?: string;
410
+ placeItems?: string;
411
+ placeSelf?: string;
412
+ pointerEvents?: string;
413
+ position?: string;
414
+ printColorAdjust?: string;
415
+ quotes?: string;
416
+ resize?: string;
417
+ right?: string;
418
+ rotate?: string;
419
+ rowGap?: string;
420
+ rubyPosition?: string;
421
+ scale?: string;
422
+ scrollBehavior?: string;
423
+ scrollMargin?: string;
424
+ scrollMarginBlock?: string;
425
+ scrollMarginBlockEnd?: string;
426
+ scrollMarginBlockStart?: string;
427
+ scrollMarginBottom?: string;
428
+ scrollMarginInline?: string;
429
+ scrollMarginInlineEnd?: string;
430
+ scrollMarginInlineStart?: string;
431
+ scrollMarginLeft?: string;
432
+ scrollMarginRight?: string;
433
+ scrollMarginTop?: string;
434
+ scrollPadding?: string;
435
+ scrollPaddingBlock?: string;
436
+ scrollPaddingBlockEnd?: string;
437
+ scrollPaddingBlockStart?: string;
438
+ scrollPaddingBottom?: string;
439
+ scrollPaddingInline?: string;
440
+ scrollPaddingInlineEnd?: string;
441
+ scrollPaddingInlineStart?: string;
442
+ scrollPaddingLeft?: string;
443
+ scrollPaddingRight?: string;
444
+ scrollPaddingTop?: string;
445
+ scrollSnapAlign?: string;
446
+ scrollSnapStop?: string;
447
+ scrollSnapType?: string;
448
+ scrollbarGutter?: string;
449
+ shapeImageThreshold?: string;
450
+ shapeMargin?: string;
451
+ shapeOutside?: string;
452
+ shapeRendering?: string;
453
+ stopColor?: string;
454
+ stopOpacity?: string;
455
+ stroke?: string;
456
+ strokeDasharray?: string;
457
+ strokeDashoffset?: string;
458
+ strokeLinecap?: string;
459
+ strokeLinejoin?: string;
460
+ strokeMiterlimit?: string;
461
+ strokeOpacity?: string;
462
+ strokeWidth?: string;
463
+ tabSize?: string;
464
+ tableLayout?: string;
465
+ textAlign?: string;
466
+ textAlignLast?: string;
467
+ textAnchor?: string;
468
+ textCombineUpright?: string;
469
+ textDecoration?: string;
470
+ textDecorationColor?: string;
471
+ textDecorationLine?: string;
472
+ textDecorationSkipInk?: string;
473
+ textDecorationStyle?: string;
474
+ textDecorationThickness?: string;
475
+ textEmphasis?: string;
476
+ textEmphasisColor?: string;
477
+ textEmphasisPosition?: string;
478
+ textEmphasisStyle?: string;
479
+ textIndent?: string;
480
+ textOrientation?: string;
481
+ textOverflow?: string;
482
+ textRendering?: string;
483
+ textShadow?: string;
484
+ textTransform?: string;
485
+ textUnderlineOffset?: string;
486
+ textUnderlinePosition?: string;
487
+ top?: string;
488
+ touchAction?: string;
489
+ transform?: string;
490
+ transformBox?: string;
491
+ transformOrigin?: string;
492
+ transformStyle?: string;
493
+ transition?: string;
494
+ transitionDelay?: string;
495
+ transitionDuration?: string;
496
+ transitionProperty?: string;
497
+ transitionTimingFunction?: string;
498
+ translate?: string;
499
+ unicodeBidi?: string;
500
+ userSelect?: string;
501
+ verticalAlign?: string;
502
+ visibility?: string;
503
+ webkitAlignContent?: string;
504
+ webkitAlignItems?: string;
505
+ webkitAlignSelf?: string;
506
+ webkitAnimation?: string;
507
+ webkitAnimationDelay?: string;
508
+ webkitAnimationDirection?: string;
509
+ webkitAnimationDuration?: string;
510
+ webkitAnimationFillMode?: string;
511
+ webkitAnimationIterationCount?: string;
512
+ webkitAnimationName?: string;
513
+ webkitAnimationPlayState?: string;
514
+ webkitAnimationTimingFunction?: string;
515
+ webkitAppearance?: string;
516
+ webkitBackfaceVisibility?: string;
517
+ webkitBackgroundClip?: string;
518
+ webkitBackgroundOrigin?: string;
519
+ webkitBackgroundSize?: string;
520
+ webkitBorderBottomLeftRadius?: string;
521
+ webkitBorderBottomRightRadius?: string;
522
+ webkitBorderRadius?: string;
523
+ webkitBorderTopLeftRadius?: string;
524
+ webkitBorderTopRightRadius?: string;
525
+ webkitBoxAlign?: string;
526
+ webkitBoxFlex?: string;
527
+ webkitBoxOrdinalGroup?: string;
528
+ webkitBoxOrient?: string;
529
+ webkitBoxPack?: string;
530
+ webkitBoxShadow?: string;
531
+ webkitBoxSizing?: string;
532
+ webkitFilter?: string;
533
+ webkitFlex?: string;
534
+ webkitFlexBasis?: string;
535
+ webkitFlexDirection?: string;
536
+ webkitFlexFlow?: string;
537
+ webkitFlexGrow?: string;
538
+ webkitFlexShrink?: string;
539
+ webkitFlexWrap?: string;
540
+ webkitJustifyContent?: string;
541
+ webkitLineClamp?: string;
542
+ webkitMask?: string;
543
+ webkitMaskBoxImage?: string;
544
+ webkitMaskBoxImageOutset?: string;
545
+ webkitMaskBoxImageRepeat?: string;
546
+ webkitMaskBoxImageSlice?: string;
547
+ webkitMaskBoxImageSource?: string;
548
+ webkitMaskBoxImageWidth?: string;
549
+ webkitMaskClip?: string;
550
+ webkitMaskComposite?: string;
551
+ webkitMaskImage?: string;
552
+ webkitMaskOrigin?: string;
553
+ webkitMaskPosition?: string;
554
+ webkitMaskRepeat?: string;
555
+ webkitMaskSize?: string;
556
+ webkitOrder?: string;
557
+ webkitPerspective?: string;
558
+ webkitPerspectiveOrigin?: string;
559
+ webkitTextFillColor?: string;
560
+ webkitTextSizeAdjust?: string;
561
+ webkitTextStroke?: string;
562
+ webkitTextStrokeColor?: string;
563
+ webkitTextStrokeWidth?: string;
564
+ webkitTransform?: string;
565
+ webkitTransformOrigin?: string;
566
+ webkitTransformStyle?: string;
567
+ webkitTransition?: string;
568
+ webkitTransitionDelay?: string;
569
+ webkitTransitionDuration?: string;
570
+ webkitTransitionProperty?: string;
571
+ webkitTransitionTimingFunction?: string;
572
+ webkitUserSelect?: string;
573
+ whiteSpace?: string;
574
+ widows?: string;
575
+ width?: string;
576
+ willChange?: string;
577
+ wordBreak?: string;
578
+ wordSpacing?: string;
579
+ wordWrap?: string;
580
+ writingMode?: string;
581
+ zIndex?: string;
582
+ getPropertyPriority?: (property: string) => string;
583
+ getPropertyValue?: (property: string) => string;
584
+ item?: (index: number) => string;
585
+ removeProperty?: (property: string) => string;
586
+ setProperty?: (property: string, value: string, priority?: string) => void;
587
+ }>;
588
+ calloutClass: import("vue").Ref<string[]>;
589
+ beak: import("vue").Ref<{
590
+ [x: number]: string;
591
+ accentColor?: string;
592
+ alignContent?: string;
593
+ alignItems?: string;
594
+ alignSelf?: string;
595
+ alignmentBaseline?: string;
596
+ all?: string;
597
+ animation?: string;
598
+ animationDelay?: string;
599
+ animationDirection?: string;
600
+ animationDuration?: string;
601
+ animationFillMode?: string;
602
+ animationIterationCount?: string;
603
+ animationName?: string;
604
+ animationPlayState?: string;
605
+ animationTimingFunction?: string;
606
+ appearance?: string;
607
+ aspectRatio?: string;
608
+ backdropFilter?: string;
609
+ backfaceVisibility?: string;
610
+ background?: string;
611
+ backgroundAttachment?: string;
612
+ backgroundBlendMode?: string;
613
+ backgroundClip?: string;
614
+ backgroundColor?: string;
615
+ backgroundImage?: string;
616
+ backgroundOrigin?: string;
617
+ backgroundPosition?: string;
618
+ backgroundPositionX?: string;
619
+ backgroundPositionY?: string;
620
+ backgroundRepeat?: string;
621
+ backgroundSize?: string;
622
+ baselineShift?: string;
623
+ blockSize?: string;
624
+ border?: string;
625
+ borderBlock?: string;
626
+ borderBlockColor?: string;
627
+ borderBlockEnd?: string;
628
+ borderBlockEndColor?: string;
629
+ borderBlockEndStyle?: string;
630
+ borderBlockEndWidth?: string;
631
+ borderBlockStart?: string;
632
+ borderBlockStartColor?: string;
633
+ borderBlockStartStyle?: string;
634
+ borderBlockStartWidth?: string;
635
+ borderBlockStyle?: string;
636
+ borderBlockWidth?: string;
637
+ borderBottom?: string;
638
+ borderBottomColor?: string;
639
+ borderBottomLeftRadius?: string;
640
+ borderBottomRightRadius?: string;
641
+ borderBottomStyle?: string;
642
+ borderBottomWidth?: string;
643
+ borderCollapse?: string;
644
+ borderColor?: string;
645
+ borderEndEndRadius?: string;
646
+ borderEndStartRadius?: string;
647
+ borderImage?: string;
648
+ borderImageOutset?: string;
649
+ borderImageRepeat?: string;
650
+ borderImageSlice?: string;
651
+ borderImageSource?: string;
652
+ borderImageWidth?: string;
653
+ borderInline?: string;
654
+ borderInlineColor?: string;
655
+ borderInlineEnd?: string;
656
+ borderInlineEndColor?: string;
657
+ borderInlineEndStyle?: string;
658
+ borderInlineEndWidth?: string;
659
+ borderInlineStart?: string;
660
+ borderInlineStartColor?: string;
661
+ borderInlineStartStyle?: string;
662
+ borderInlineStartWidth?: string;
663
+ borderInlineStyle?: string;
664
+ borderInlineWidth?: string;
665
+ borderLeft?: string;
666
+ borderLeftColor?: string;
667
+ borderLeftStyle?: string;
668
+ borderLeftWidth?: string;
669
+ borderRadius?: string;
670
+ borderRight?: string;
671
+ borderRightColor?: string;
672
+ borderRightStyle?: string;
673
+ borderRightWidth?: string;
674
+ borderSpacing?: string;
675
+ borderStartEndRadius?: string;
676
+ borderStartStartRadius?: string;
677
+ borderStyle?: string;
678
+ borderTop?: string;
679
+ borderTopColor?: string;
680
+ borderTopLeftRadius?: string;
681
+ borderTopRightRadius?: string;
682
+ borderTopStyle?: string;
683
+ borderTopWidth?: string;
684
+ borderWidth?: string;
685
+ bottom?: string;
686
+ boxShadow?: string;
687
+ boxSizing?: string;
688
+ breakAfter?: string;
689
+ breakBefore?: string;
690
+ breakInside?: string;
691
+ captionSide?: string;
692
+ caretColor?: string;
693
+ clear?: string;
694
+ clip?: string;
695
+ clipPath?: string;
696
+ clipRule?: string;
697
+ color?: string;
698
+ colorInterpolation?: string;
699
+ colorInterpolationFilters?: string;
700
+ colorScheme?: string;
701
+ columnCount?: string;
702
+ columnFill?: string;
703
+ columnGap?: string;
704
+ columnRule?: string;
705
+ columnRuleColor?: string;
706
+ columnRuleStyle?: string;
707
+ columnRuleWidth?: string;
708
+ columnSpan?: string;
709
+ columnWidth?: string;
710
+ columns?: string;
711
+ contain?: string;
712
+ container?: string;
713
+ containerName?: string;
714
+ containerType?: string;
715
+ content?: string;
716
+ counterIncrement?: string;
717
+ counterReset?: string;
718
+ counterSet?: string;
719
+ cssFloat?: string;
720
+ cssText?: string;
721
+ cursor?: string;
722
+ direction?: string;
723
+ display?: string;
724
+ dominantBaseline?: string;
725
+ emptyCells?: string;
726
+ fill?: string;
727
+ fillOpacity?: string;
728
+ fillRule?: string;
729
+ filter?: string;
730
+ flex?: string;
731
+ flexBasis?: string;
732
+ flexDirection?: string;
733
+ flexFlow?: string;
734
+ flexGrow?: string;
735
+ flexShrink?: string;
736
+ flexWrap?: string;
737
+ float?: string;
738
+ floodColor?: string;
739
+ floodOpacity?: string;
740
+ font?: string;
741
+ fontFamily?: string;
742
+ fontFeatureSettings?: string;
743
+ fontKerning?: string;
744
+ fontOpticalSizing?: string;
745
+ fontPalette?: string;
746
+ fontSize?: string;
747
+ fontSizeAdjust?: string;
748
+ fontStretch?: string;
749
+ fontStyle?: string;
750
+ fontSynthesis?: string;
751
+ fontVariant?: string;
752
+ fontVariantAlternates?: string;
753
+ fontVariantCaps?: string;
754
+ fontVariantEastAsian?: string;
755
+ fontVariantLigatures?: string;
756
+ fontVariantNumeric?: string;
757
+ fontVariantPosition?: string;
758
+ fontVariationSettings?: string;
759
+ fontWeight?: string;
760
+ gap?: string;
761
+ grid?: string;
762
+ gridArea?: string;
763
+ gridAutoColumns?: string;
764
+ gridAutoFlow?: string;
765
+ gridAutoRows?: string;
766
+ gridColumn?: string;
767
+ gridColumnEnd?: string;
768
+ gridColumnGap?: string;
769
+ gridColumnStart?: string;
770
+ gridGap?: string;
771
+ gridRow?: string;
772
+ gridRowEnd?: string;
773
+ gridRowGap?: string;
774
+ gridRowStart?: string;
775
+ gridTemplate?: string;
776
+ gridTemplateAreas?: string;
777
+ gridTemplateColumns?: string;
778
+ gridTemplateRows?: string;
779
+ height?: string;
780
+ hyphenateCharacter?: string;
781
+ hyphens?: string;
782
+ imageOrientation?: string;
783
+ imageRendering?: string;
784
+ inlineSize?: string;
785
+ inset?: string;
786
+ insetBlock?: string;
787
+ insetBlockEnd?: string;
788
+ insetBlockStart?: string;
789
+ insetInline?: string;
790
+ insetInlineEnd?: string;
791
+ insetInlineStart?: string;
792
+ isolation?: string;
793
+ justifyContent?: string;
794
+ justifyItems?: string;
795
+ justifySelf?: string;
796
+ left?: string;
797
+ readonly length?: number;
798
+ letterSpacing?: string;
799
+ lightingColor?: string;
800
+ lineBreak?: string;
801
+ lineHeight?: string;
802
+ listStyle?: string;
803
+ listStyleImage?: string;
804
+ listStylePosition?: string;
805
+ listStyleType?: string;
806
+ margin?: string;
807
+ marginBlock?: string;
808
+ marginBlockEnd?: string;
809
+ marginBlockStart?: string;
810
+ marginBottom?: string;
811
+ marginInline?: string;
812
+ marginInlineEnd?: string;
813
+ marginInlineStart?: string;
814
+ marginLeft?: string;
815
+ marginRight?: string;
816
+ marginTop?: string;
817
+ marker?: string;
818
+ markerEnd?: string;
819
+ markerMid?: string;
820
+ markerStart?: string;
821
+ mask?: string;
822
+ maskClip?: string;
823
+ maskComposite?: string;
824
+ maskImage?: string;
825
+ maskMode?: string;
826
+ maskOrigin?: string;
827
+ maskPosition?: string;
828
+ maskRepeat?: string;
829
+ maskSize?: string;
830
+ maskType?: string;
831
+ maxBlockSize?: string;
832
+ maxHeight?: string;
833
+ maxInlineSize?: string;
834
+ maxWidth?: string;
835
+ minBlockSize?: string;
836
+ minHeight?: string;
837
+ minInlineSize?: string;
838
+ minWidth?: string;
839
+ mixBlendMode?: string;
840
+ objectFit?: string;
841
+ objectPosition?: string;
842
+ offset?: string;
843
+ offsetDistance?: string;
844
+ offsetPath?: string;
845
+ offsetRotate?: string;
846
+ opacity?: string;
847
+ order?: string;
848
+ orphans?: string;
849
+ outline?: string;
850
+ outlineColor?: string;
851
+ outlineOffset?: string;
852
+ outlineStyle?: string;
853
+ outlineWidth?: string;
854
+ overflow?: string;
855
+ overflowAnchor?: string;
856
+ overflowClipMargin?: string;
857
+ overflowWrap?: string;
858
+ overflowX?: string;
859
+ overflowY?: string;
860
+ overscrollBehavior?: string;
861
+ overscrollBehaviorBlock?: string;
862
+ overscrollBehaviorInline?: string;
863
+ overscrollBehaviorX?: string;
864
+ overscrollBehaviorY?: string;
865
+ padding?: string;
866
+ paddingBlock?: string;
867
+ paddingBlockEnd?: string;
868
+ paddingBlockStart?: string;
869
+ paddingBottom?: string;
870
+ paddingInline?: string;
871
+ paddingInlineEnd?: string;
872
+ paddingInlineStart?: string;
873
+ paddingLeft?: string;
874
+ paddingRight?: string;
875
+ paddingTop?: string;
876
+ pageBreakAfter?: string;
877
+ pageBreakBefore?: string;
878
+ pageBreakInside?: string;
879
+ paintOrder?: string;
880
+ readonly parentRule?: {
881
+ cssText: string;
882
+ readonly parentRule: any;
883
+ readonly parentStyleSheet: {
884
+ readonly cssRules: {
885
+ [x: number]: any;
886
+ readonly length: number;
887
+ item: (index: number) => CSSRule;
888
+ };
889
+ readonly ownerRule: any;
890
+ readonly rules: {
891
+ [x: number]: any;
892
+ readonly length: number;
893
+ item: (index: number) => CSSRule;
894
+ };
895
+ addRule: (selector?: string, style?: string, index?: number) => number;
896
+ deleteRule: (index: number) => void;
897
+ insertRule: (rule: string, index?: number) => number;
898
+ removeRule: (index?: number) => void;
899
+ replace: (text: string) => Promise<CSSStyleSheet>;
900
+ replaceSync: (text: string) => void;
901
+ disabled: boolean;
902
+ readonly href: string;
903
+ readonly media: {
904
+ [x: number]: string;
905
+ readonly length: number;
906
+ mediaText: string;
907
+ toString: () => string;
908
+ appendMedium: (medium: string) => void;
909
+ deleteMedium: (medium: string) => void;
910
+ item: (index: number) => string;
911
+ };
912
+ readonly ownerNode: Element | ProcessingInstruction;
913
+ readonly parentStyleSheet: any;
914
+ readonly title: string;
915
+ readonly type: string;
916
+ };
917
+ readonly type: number;
918
+ readonly CHARSET_RULE: number;
919
+ readonly FONT_FACE_RULE: number;
920
+ readonly IMPORT_RULE: number;
921
+ readonly KEYFRAMES_RULE: number;
922
+ readonly KEYFRAME_RULE: number;
923
+ readonly MEDIA_RULE: number;
924
+ readonly NAMESPACE_RULE: number;
925
+ readonly PAGE_RULE: number;
926
+ readonly STYLE_RULE: number;
927
+ readonly SUPPORTS_RULE: number;
928
+ };
929
+ perspective?: string;
930
+ perspectiveOrigin?: string;
931
+ placeContent?: string;
932
+ placeItems?: string;
933
+ placeSelf?: string;
934
+ pointerEvents?: string;
935
+ position?: string;
936
+ printColorAdjust?: string;
937
+ quotes?: string;
938
+ resize?: string;
939
+ right?: string;
940
+ rotate?: string;
941
+ rowGap?: string;
942
+ rubyPosition?: string;
943
+ scale?: string;
944
+ scrollBehavior?: string;
945
+ scrollMargin?: string;
946
+ scrollMarginBlock?: string;
947
+ scrollMarginBlockEnd?: string;
948
+ scrollMarginBlockStart?: string;
949
+ scrollMarginBottom?: string;
950
+ scrollMarginInline?: string;
951
+ scrollMarginInlineEnd?: string;
952
+ scrollMarginInlineStart?: string;
953
+ scrollMarginLeft?: string;
954
+ scrollMarginRight?: string;
955
+ scrollMarginTop?: string;
956
+ scrollPadding?: string;
957
+ scrollPaddingBlock?: string;
958
+ scrollPaddingBlockEnd?: string;
959
+ scrollPaddingBlockStart?: string;
960
+ scrollPaddingBottom?: string;
961
+ scrollPaddingInline?: string;
962
+ scrollPaddingInlineEnd?: string;
963
+ scrollPaddingInlineStart?: string;
964
+ scrollPaddingLeft?: string;
965
+ scrollPaddingRight?: string;
966
+ scrollPaddingTop?: string;
967
+ scrollSnapAlign?: string;
968
+ scrollSnapStop?: string;
969
+ scrollSnapType?: string;
970
+ scrollbarGutter?: string;
971
+ shapeImageThreshold?: string;
972
+ shapeMargin?: string;
973
+ shapeOutside?: string;
974
+ shapeRendering?: string;
975
+ stopColor?: string;
976
+ stopOpacity?: string;
977
+ stroke?: string;
978
+ strokeDasharray?: string;
979
+ strokeDashoffset?: string;
980
+ strokeLinecap?: string;
981
+ strokeLinejoin?: string;
982
+ strokeMiterlimit?: string;
983
+ strokeOpacity?: string;
984
+ strokeWidth?: string;
985
+ tabSize?: string;
986
+ tableLayout?: string;
987
+ textAlign?: string;
988
+ textAlignLast?: string;
989
+ textAnchor?: string;
990
+ textCombineUpright?: string;
991
+ textDecoration?: string;
992
+ textDecorationColor?: string;
993
+ textDecorationLine?: string;
994
+ textDecorationSkipInk?: string;
995
+ textDecorationStyle?: string;
996
+ textDecorationThickness?: string;
997
+ textEmphasis?: string;
998
+ textEmphasisColor?: string;
999
+ textEmphasisPosition?: string;
1000
+ textEmphasisStyle?: string;
1001
+ textIndent?: string;
1002
+ textOrientation?: string;
1003
+ textOverflow?: string;
1004
+ textRendering?: string;
1005
+ textShadow?: string;
1006
+ textTransform?: string;
1007
+ textUnderlineOffset?: string;
1008
+ textUnderlinePosition?: string;
1009
+ top?: string;
1010
+ touchAction?: string;
1011
+ transform?: string;
1012
+ transformBox?: string;
1013
+ transformOrigin?: string;
1014
+ transformStyle?: string;
1015
+ transition?: string;
1016
+ transitionDelay?: string;
1017
+ transitionDuration?: string;
1018
+ transitionProperty?: string;
1019
+ transitionTimingFunction?: string;
1020
+ translate?: string;
1021
+ unicodeBidi?: string;
1022
+ userSelect?: string;
1023
+ verticalAlign?: string;
1024
+ visibility?: string;
1025
+ webkitAlignContent?: string;
1026
+ webkitAlignItems?: string;
1027
+ webkitAlignSelf?: string;
1028
+ webkitAnimation?: string;
1029
+ webkitAnimationDelay?: string;
1030
+ webkitAnimationDirection?: string;
1031
+ webkitAnimationDuration?: string;
1032
+ webkitAnimationFillMode?: string;
1033
+ webkitAnimationIterationCount?: string;
1034
+ webkitAnimationName?: string;
1035
+ webkitAnimationPlayState?: string;
1036
+ webkitAnimationTimingFunction?: string;
1037
+ webkitAppearance?: string;
1038
+ webkitBackfaceVisibility?: string;
1039
+ webkitBackgroundClip?: string;
1040
+ webkitBackgroundOrigin?: string;
1041
+ webkitBackgroundSize?: string;
1042
+ webkitBorderBottomLeftRadius?: string;
1043
+ webkitBorderBottomRightRadius?: string;
1044
+ webkitBorderRadius?: string;
1045
+ webkitBorderTopLeftRadius?: string;
1046
+ webkitBorderTopRightRadius?: string;
1047
+ webkitBoxAlign?: string;
1048
+ webkitBoxFlex?: string;
1049
+ webkitBoxOrdinalGroup?: string;
1050
+ webkitBoxOrient?: string;
1051
+ webkitBoxPack?: string;
1052
+ webkitBoxShadow?: string;
1053
+ webkitBoxSizing?: string;
1054
+ webkitFilter?: string;
1055
+ webkitFlex?: string;
1056
+ webkitFlexBasis?: string;
1057
+ webkitFlexDirection?: string;
1058
+ webkitFlexFlow?: string;
1059
+ webkitFlexGrow?: string;
1060
+ webkitFlexShrink?: string;
1061
+ webkitFlexWrap?: string;
1062
+ webkitJustifyContent?: string;
1063
+ webkitLineClamp?: string;
1064
+ webkitMask?: string;
1065
+ webkitMaskBoxImage?: string;
1066
+ webkitMaskBoxImageOutset?: string;
1067
+ webkitMaskBoxImageRepeat?: string;
1068
+ webkitMaskBoxImageSlice?: string;
1069
+ webkitMaskBoxImageSource?: string;
1070
+ webkitMaskBoxImageWidth?: string;
1071
+ webkitMaskClip?: string;
1072
+ webkitMaskComposite?: string;
1073
+ webkitMaskImage?: string;
1074
+ webkitMaskOrigin?: string;
1075
+ webkitMaskPosition?: string;
1076
+ webkitMaskRepeat?: string;
1077
+ webkitMaskSize?: string;
1078
+ webkitOrder?: string;
1079
+ webkitPerspective?: string;
1080
+ webkitPerspectiveOrigin?: string;
1081
+ webkitTextFillColor?: string;
1082
+ webkitTextSizeAdjust?: string;
1083
+ webkitTextStroke?: string;
1084
+ webkitTextStrokeColor?: string;
1085
+ webkitTextStrokeWidth?: string;
1086
+ webkitTransform?: string;
1087
+ webkitTransformOrigin?: string;
1088
+ webkitTransformStyle?: string;
1089
+ webkitTransition?: string;
1090
+ webkitTransitionDelay?: string;
1091
+ webkitTransitionDuration?: string;
1092
+ webkitTransitionProperty?: string;
1093
+ webkitTransitionTimingFunction?: string;
1094
+ webkitUserSelect?: string;
1095
+ whiteSpace?: string;
1096
+ widows?: string;
1097
+ width?: string;
1098
+ willChange?: string;
1099
+ wordBreak?: string;
1100
+ wordSpacing?: string;
1101
+ wordWrap?: string;
1102
+ writingMode?: string;
1103
+ zIndex?: string;
1104
+ getPropertyPriority?: (property: string) => string;
1105
+ getPropertyValue?: (property: string) => string;
1106
+ item?: (index: number) => string;
1107
+ removeProperty?: (property: string) => string;
1108
+ setProperty?: (property: string, value: string, priority?: string) => void;
1109
+ }>;
1110
+ targetElement: import("vue").Ref<HTMLElement>;
1111
+ popper: import("vue").Ref<HTMLElement>;
1112
+ };
1113
+ export {};