@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.
- package/.vscode/extensions.json +3 -3
- package/README.md +104 -104
- package/dist/style.css +1 -1
- package/dist/types/packages/animated-icon/index.d.ts +216 -3
- package/dist/types/packages/animated-icon/source/index.vue.d.ts +216 -2
- package/dist/types/packages/animated-icon/style/index.d.ts +3 -3
- package/dist/types/packages/badge/index.d.ts +209 -3
- package/dist/types/packages/badge/source/index.d.ts +50 -20
- package/dist/types/packages/badge/source/index.vue.d.ts +208 -2
- package/dist/types/packages/badge/style/index.d.ts +3 -3
- package/dist/types/packages/breadcrumb/index.d.ts +315 -3
- package/dist/types/packages/breadcrumb/source/index.d.ts +81 -20
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +314 -2
- package/dist/types/packages/breadcrumb/style/index.d.ts +3 -3
- package/dist/types/packages/button/index.d.ts +304 -3
- package/dist/types/packages/button/source/index.vue.d.ts +303 -2
- package/dist/types/packages/button/style/index.d.ts +3 -3
- package/dist/types/packages/calendar-date-picker/index.d.ts +3 -3
- package/dist/types/packages/calendar-date-picker/source/index.d.ts +20 -20
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +2 -2
- package/dist/types/packages/calendar-date-picker/source/input/input.vue.d.ts +2 -2
- package/dist/types/packages/calendar-date-picker/style/index.d.ts +3 -3
- package/dist/types/packages/calendar-view/index.d.ts +193 -3
- package/dist/types/packages/calendar-view/source/index.d.ts +796 -20
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +192 -2
- package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +192 -0
- package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +289 -2
- package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +177 -0
- package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +240 -2
- package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +161 -0
- package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +180 -2
- package/dist/types/packages/calendar-view/style/index.d.ts +3 -3
- package/dist/types/packages/callout/index.d.ts +284 -284
- package/dist/types/packages/callout/source/index.d.ts +1113 -1113
- package/dist/types/packages/callout/source/index.vue.d.ts +283 -283
- package/dist/types/packages/callout/style/index.d.ts +3 -3
- package/dist/types/packages/check-box/index.d.ts +215 -3
- package/dist/types/packages/check-box/source/index.d.ts +51 -20
- package/dist/types/packages/check-box/source/index.vue.d.ts +214 -2
- package/dist/types/packages/check-box/style/index.d.ts +3 -3
- package/dist/types/packages/collapse/index.d.ts +306 -3
- package/dist/types/packages/collapse/source/index.d.ts +67 -20
- package/dist/types/packages/collapse/source/index.vue.d.ts +305 -2
- package/dist/types/packages/collapse/style/index.d.ts +3 -3
- package/dist/types/packages/color-picker/index.d.ts +143 -143
- package/dist/types/packages/color-picker/source/index.d.ts +107 -107
- package/dist/types/packages/color-picker/source/index.vue.d.ts +142 -142
- package/dist/types/packages/color-picker/style/index.d.ts +3 -3
- package/dist/types/packages/combobox/index.d.ts +542 -3
- package/dist/types/packages/combobox/source/index.d.ts +110 -20
- package/dist/types/packages/combobox/source/index.vue.d.ts +541 -2
- package/dist/types/packages/combobox/style/index.d.ts +3 -3
- package/dist/types/packages/command-bar/index.d.ts +234 -3
- package/dist/types/packages/command-bar/source/index.d.ts +96 -20
- package/dist/types/packages/command-bar/source/index.vue.d.ts +233 -2
- package/dist/types/packages/command-bar/style/index.d.ts +3 -3
- package/dist/types/packages/common/props/index.d.ts +19 -19
- package/dist/types/packages/date-picker/index.d.ts +339 -3
- package/dist/types/packages/date-picker/source/index.d.ts +321 -20
- package/dist/types/packages/date-picker/source/index.vue.d.ts +338 -2
- package/dist/types/packages/date-picker/style/index.d.ts +3 -3
- package/dist/types/packages/details-list/index.d.ts +743 -3
- package/dist/types/packages/details-list/source/index.d.ts +228 -20
- package/dist/types/packages/details-list/source/index.vue.d.ts +742 -2
- package/dist/types/packages/details-list/source/sub/selector.d.ts +30 -0
- package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +118 -2
- package/dist/types/packages/details-list/source/sub/spliter.d.ts +34 -0
- package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +122 -2
- package/dist/types/packages/details-list/style/index.d.ts +3 -3
- package/dist/types/packages/drawer/index.d.ts +227 -3
- package/dist/types/packages/drawer/source/index.d.ts +66 -20
- package/dist/types/packages/drawer/source/index.vue.d.ts +226 -2
- package/dist/types/packages/drawer/style/index.d.ts +3 -3
- package/dist/types/packages/drop-down/index.d.ts +481 -3
- package/dist/types/packages/drop-down/source/index.d.ts +141 -20
- package/dist/types/packages/drop-down/source/index.vue.d.ts +480 -2
- package/dist/types/packages/drop-down/source/input/input.d.ts +80 -0
- package/dist/types/packages/drop-down/source/input/input.vue.d.ts +306 -2
- package/dist/types/packages/drop-down/source/list/listContainer.d.ts +101 -0
- package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +371 -2
- package/dist/types/packages/drop-down/style/index.d.ts +3 -3
- package/dist/types/packages/expander/index.d.ts +293 -3
- package/dist/types/packages/expander/source/index.d.ts +66 -20
- package/dist/types/packages/expander/source/index.vue.d.ts +292 -2
- package/dist/types/packages/expander/style/index.d.ts +3 -3
- package/dist/types/packages/flip-view/index.d.ts +274 -3
- package/dist/types/packages/flip-view/source/index.d.ts +122 -20
- package/dist/types/packages/flip-view/source/index.vue.d.ts +273 -2
- package/dist/types/packages/flip-view/style/index.d.ts +3 -3
- package/dist/types/packages/icon-element/index.d.ts +176 -3
- package/dist/types/packages/icon-element/source/index.d.ts +49 -20
- package/dist/types/packages/icon-element/source/index.vue.d.ts +175 -2
- package/dist/types/packages/icon-element/style/index.d.ts +3 -3
- package/dist/types/packages/image/index.d.ts +119 -3
- package/dist/types/packages/image/source/index.d.ts +38 -20
- package/dist/types/packages/image/source/index.vue.d.ts +118 -2
- package/dist/types/packages/image/style/index.d.ts +3 -3
- package/dist/types/packages/img/index.d.ts +157 -3
- package/dist/types/packages/img/source/index.d.ts +38 -20
- package/dist/types/packages/img/source/index.vue.d.ts +156 -2
- package/dist/types/packages/img/style/index.d.ts +3 -3
- package/dist/types/packages/img-box/index.d.ts +169 -3
- package/dist/types/packages/img-box/source/index.d.ts +155 -20
- package/dist/types/packages/img-box/source/index.vue.d.ts +168 -2
- package/dist/types/packages/img-box/style/index.d.ts +3 -3
- package/dist/types/packages/index.d.ts +58 -59
- package/dist/types/packages/infinite-scroll-view/index.d.ts +192 -3
- package/dist/types/packages/infinite-scroll-view/source/index.d.ts +52 -20
- package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +191 -2
- package/dist/types/packages/infinite-scroll-view/style/index.d.ts +3 -3
- package/dist/types/packages/info-box/index.d.ts +279 -4
- package/dist/types/packages/info-box/source/index.d.ts +87 -20
- package/dist/types/packages/info-box/source/index.vue.d.ts +277 -2
- package/dist/types/packages/info-box/source/plugin.d.ts +17 -16
- package/dist/types/packages/info-box/style/index.d.ts +3 -3
- package/dist/types/packages/list-view/index.d.ts +3 -3
- package/dist/types/packages/list-view/source/index.d.ts +20 -20
- package/dist/types/packages/list-view/source/index.vue.d.ts +2 -2
- package/dist/types/packages/list-view/source/sub/verticalSlider.vue.d.ts +2 -2
- package/dist/types/packages/list-view/style/index.d.ts +3 -3
- package/dist/types/packages/menu-flyout/index.d.ts +3 -3
- package/dist/types/packages/menu-flyout/source/index.d.ts +20 -20
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +2 -2
- package/dist/types/packages/menu-flyout/source/menuFlyoutChildrenContainer.vue.d.ts +2 -2
- package/dist/types/packages/menu-flyout/style/index.d.ts +3 -3
- package/dist/types/packages/message-bar/index.d.ts +4 -4
- package/dist/types/packages/message-bar/source/index.d.ts +20 -20
- package/dist/types/packages/message-bar/source/index.vue.d.ts +2 -2
- package/dist/types/packages/message-bar/source/plugin.d.ts +23 -23
- package/dist/types/packages/message-bar/style/index.d.ts +3 -3
- package/dist/types/packages/navigation-panel/index.d.ts +3 -3
- package/dist/types/packages/navigation-panel/source/index.d.ts +20 -20
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +2 -2
- package/dist/types/packages/navigation-panel/style/index.d.ts +3 -3
- package/dist/types/packages/navigation-view/index.d.ts +3 -3
- package/dist/types/packages/navigation-view/source/index.d.ts +20 -20
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +2 -2
- package/dist/types/packages/navigation-view/source/sub/verticalSlider.vue.d.ts +2 -2
- package/dist/types/packages/navigation-view/style/index.d.ts +3 -3
- package/dist/types/packages/pagination/index.d.ts +3 -3
- package/dist/types/packages/pagination/source/index.d.ts +20 -20
- package/dist/types/packages/pagination/source/index.vue.d.ts +2 -2
- package/dist/types/packages/pagination/style/index.d.ts +3 -3
- package/dist/types/packages/panel/index.d.ts +3 -3
- package/dist/types/packages/panel/source/index.d.ts +20 -20
- package/dist/types/packages/panel/source/index.vue.d.ts +2 -2
- package/dist/types/packages/panel/style/index.d.ts +3 -3
- package/dist/types/packages/persona/index.d.ts +3 -3
- package/dist/types/packages/persona/source/index.d.ts +20 -20
- package/dist/types/packages/persona/source/index.vue.d.ts +2 -2
- package/dist/types/packages/persona/style/index.d.ts +3 -3
- package/dist/types/packages/pivot/index.d.ts +3 -3
- package/dist/types/packages/pivot/source/index.d.ts +20 -20
- package/dist/types/packages/pivot/source/index.vue.d.ts +2 -2
- package/dist/types/packages/pivot/source/sub/slider.vue.d.ts +2 -2
- package/dist/types/packages/pivot/style/index.d.ts +3 -3
- package/dist/types/packages/progress-bar/index.d.ts +3 -3
- package/dist/types/packages/progress-bar/source/index.d.ts +20 -20
- package/dist/types/packages/progress-bar/source/index.vue.d.ts +2 -2
- package/dist/types/packages/progress-bar/style/index.d.ts +3 -3
- package/dist/types/packages/progress-ring/index.d.ts +3 -3
- package/dist/types/packages/progress-ring/source/index.d.ts +20 -20
- package/dist/types/packages/progress-ring/source/index.vue.d.ts +2 -2
- package/dist/types/packages/progress-ring/source/legacy.vue.d.ts +2 -2
- package/dist/types/packages/progress-ring/style/index.d.ts +3 -3
- package/dist/types/packages/radio/index.d.ts +116 -3
- package/dist/types/packages/radio/source/index.d.ts +20 -20
- package/dist/types/packages/radio/source/index.vue.d.ts +115 -2
- package/dist/types/packages/radio/style/index.d.ts +3 -3
- package/dist/types/packages/radio-group/index.d.ts +3 -3
- package/dist/types/packages/radio-group/source/index.d.ts +20 -20
- package/dist/types/packages/radio-group/source/index.vue.d.ts +2 -2
- package/dist/types/packages/radio-group/style/index.d.ts +3 -3
- package/dist/types/packages/rating-control/index.d.ts +3 -3
- package/dist/types/packages/rating-control/source/index.d.ts +20 -20
- package/dist/types/packages/rating-control/source/index.vue.d.ts +2 -2
- package/dist/types/packages/rating-control/style/index.d.ts +3 -3
- package/dist/types/packages/reveal-container/index.d.ts +3 -3
- package/dist/types/packages/reveal-container/source/index.d.ts +20 -20
- package/dist/types/packages/reveal-container/source/index.vue.d.ts +2 -2
- package/dist/types/packages/reveal-container/style/index.d.ts +3 -3
- package/dist/types/packages/scroll-story/index.d.ts +3 -3
- package/dist/types/packages/scroll-story/source/index.d.ts +20 -20
- package/dist/types/packages/scroll-story/source/index.vue.d.ts +2 -2
- package/dist/types/packages/scroll-story/style/index.d.ts +3 -3
- package/dist/types/packages/search-box/index.d.ts +3 -3
- package/dist/types/packages/search-box/source/index.d.ts +20 -20
- package/dist/types/packages/search-box/source/index.vue.d.ts +2 -2
- package/dist/types/packages/search-box/style/index.d.ts +3 -3
- package/dist/types/packages/shimmer/index.d.ts +3 -3
- package/dist/types/packages/shimmer/source/index.d.ts +20 -20
- package/dist/types/packages/shimmer/source/index.vue.d.ts +2 -2
- package/dist/types/packages/shimmer/style/index.d.ts +3 -3
- package/dist/types/packages/slider/index.d.ts +3 -3
- package/dist/types/packages/slider/source/index.d.ts +20 -20
- package/dist/types/packages/slider/source/index.vue.d.ts +2 -2
- package/dist/types/packages/slider/style/index.d.ts +3 -3
- package/dist/types/packages/swipe-control/index.d.ts +3 -3
- package/dist/types/packages/swipe-control/source/index.d.ts +20 -20
- package/dist/types/packages/swipe-control/source/index.vue.d.ts +2 -2
- package/dist/types/packages/swipe-control/style/index.d.ts +3 -3
- package/dist/types/packages/tag/index.d.ts +3 -3
- package/dist/types/packages/tag/source/index.d.ts +20 -20
- package/dist/types/packages/tag/source/index.vue.d.ts +2 -2
- package/dist/types/packages/tag/style/index.d.ts +3 -3
- package/dist/types/packages/text-box/index.d.ts +3 -3
- package/dist/types/packages/text-box/source/index.d.ts +20 -20
- package/dist/types/packages/text-box/source/index.vue.d.ts +2 -2
- package/dist/types/packages/text-box/source/sub/core.vue.d.ts +2 -2
- package/dist/types/packages/text-box/source/sub/mask.vue.d.ts +2 -2
- package/dist/types/packages/text-box/style/index.d.ts +3 -3
- package/dist/types/packages/text-field/index.d.ts +3 -3
- package/dist/types/packages/text-field/source/index.d.ts +20 -20
- package/dist/types/packages/text-field/source/index.vue.d.ts +2 -2
- package/dist/types/packages/text-field/style/index.d.ts +3 -3
- package/dist/types/packages/time-picker/index.d.ts +3 -3
- package/dist/types/packages/time-picker/source/index.d.ts +20 -20
- package/dist/types/packages/time-picker/source/index.vue.d.ts +2 -2
- package/dist/types/packages/time-picker/style/index.d.ts +3 -3
- package/dist/types/packages/toggle-switch/index.d.ts +3 -3
- package/dist/types/packages/toggle-switch/source/index.d.ts +20 -20
- package/dist/types/packages/toggle-switch/source/index.vue.d.ts +2 -2
- package/dist/types/packages/toggle-switch/source/toggleRing.vue.d.ts +2 -2
- package/dist/types/packages/toggle-switch/style/index.d.ts +3 -3
- package/dist/types/packages/tree-view/index.d.ts +3 -3
- package/dist/types/packages/tree-view/source/index.d.ts +20 -20
- package/dist/types/packages/tree-view/source/index.vue.d.ts +2 -2
- package/dist/types/packages/tree-view/source/sub/TreeViewItem.vue.d.ts +2 -2
- package/dist/types/packages/tree-view/style/index.d.ts +3 -3
- package/dist/types/packages/verify-box/index.d.ts +3 -3
- package/dist/types/packages/verify-box/source/index.d.ts +20 -20
- package/dist/types/packages/verify-box/source/index.vue.d.ts +2 -2
- package/dist/types/packages/verify-box/style/index.d.ts +3 -3
- package/dist/types/packages/web-window/index.d.ts +3 -3
- package/dist/types/packages/web-window/source/index.d.ts +20 -20
- package/dist/types/packages/web-window/source/index.vue.d.ts +2 -2
- package/dist/types/packages/web-window/source/sub/spliter.vue.d.ts +2 -2
- package/dist/types/packages/web-window/style/index.d.ts +3 -3
- package/dist/types/store/common/index.d.ts +9 -9
- package/dist/types/store/image/index.d.ts +26 -26
- package/dist/types/store/reveal/index.d.ts +16 -16
- package/dist/types/types/components/index.d.ts +5 -5
- package/dist/types/types/plugins/component-plugin.d.ts +2 -2
- package/dist/types/utils/common/browser.d.ts +3 -2
- package/dist/types/utils/common/class.d.ts +11 -11
- package/dist/types/utils/common/color/index.d.ts +34 -33
- package/dist/types/utils/common/data-structure/link.d.ts +21 -21
- package/dist/types/utils/common/date.d.ts +1 -0
- package/dist/types/utils/common/directive.d.ts +2 -0
- package/dist/types/utils/common/dom.d.ts +9 -9
- package/dist/types/utils/common/events.d.ts +8 -8
- package/dist/types/utils/common/image/base64.d.ts +3 -3
- package/dist/types/utils/common/index.d.ts +10 -9
- package/dist/types/utils/common/revealEffect/direct.d.ts +35 -35
- package/dist/types/utils/common/revealEffect/index.d.ts +3 -3
- package/dist/types/utils/common/revealEffect/masked.d.ts +44 -44
- package/dist/types/utils/common/slot.d.ts +4 -4
- package/dist/types/utils/common/style.d.ts +14 -14
- package/dist/types/utils/common/theme.d.ts +6 -6
- package/dist/types/utils/common/tools.d.ts +3 -1
- package/dist/types/utils/common/types.d.ts +10 -7
- package/dist/types/utils/common/usual/index.d.ts +22 -22
- package/dist/types/utils/plugins/install-component.d.ts +4 -4
- package/dist/types/utils/plugins/install-utils.d.ts +2 -2
- package/dist/vfluent3.js +10883 -10988
- package/dist/vfluent3.umd.cjs +7 -7
- package/package.json +85 -85
- package/dist/types/packages/animated-icon/source/index.d.ts +0 -20
- package/dist/types/packages/button/source/index.d.ts +0 -20
- package/dist/types/packages/combo-box/index.d.ts +0 -403
- package/dist/types/packages/combo-box/source/index.d.ts +0 -113
- package/dist/types/packages/combo-box/source/index.vue.d.ts +0 -402
- 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: () =>
|
|
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
|
|
374
|
-
deleteRule: (index: number) => void;
|
|
375
|
-
insertRule: (rule: string, index?: number
|
|
376
|
-
removeRule: (index?: number
|
|
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?: (
|
|
583
|
-
getPropertyValue?: (
|
|
584
|
-
item?: (
|
|
585
|
-
removeProperty?: (
|
|
586
|
-
setProperty?: (
|
|
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
|
|
896
|
-
deleteRule: (index: number) => void;
|
|
897
|
-
insertRule: (rule: string, index?: number
|
|
898
|
-
removeRule: (index?: number
|
|
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?: (
|
|
1105
|
-
getPropertyValue?: (
|
|
1106
|
-
item?: (
|
|
1107
|
-
removeProperty?: (
|
|
1108
|
-
setProperty?: (
|
|
1109
|
-
}>;
|
|
1110
|
-
targetElement: import("vue").Ref<HTMLElement
|
|
1111
|
-
popper: import("vue").Ref<HTMLElement
|
|
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 {};
|