@mc-markets/ui 1.0.37 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/index.js +38 -4
  2. package/dist/ui.css +1 -0
  3. package/package.json +17 -48
  4. package/packages/styles/README.md +0 -150
  5. package/packages/styles/element/form.scss +9 -15
  6. package/packages/styles/element/popper.scss +6 -0
  7. package/packages/styles/element/select.scss +35 -0
  8. package/packages/styles/index.scss +2 -1
  9. package/packages/styles/{theme-config.ts → theme-config.js} +35 -55
  10. package/packages/styles/variables.scss +17 -79
  11. package/dist/components/Alert/Alert.vue.d.ts +0 -18
  12. package/dist/components/Alert/index.d.ts +0 -3
  13. package/dist/components/Banner/Banner.vue.d.ts +0 -18
  14. package/dist/components/Banner/index.d.ts +0 -3
  15. package/dist/components/DatePicker/DatePicker.vue.d.ts +0 -17
  16. package/dist/components/DatePicker/index.d.ts +0 -3
  17. package/dist/components/Dialog/index.vue.d.ts +0 -51
  18. package/dist/components/Empty/Empty.vue.d.ts +0 -19
  19. package/dist/components/Empty/index.d.ts +0 -3
  20. package/dist/components/Icon/index.d.ts +0 -3
  21. package/dist/components/Icon/types.d.ts +0 -35
  22. package/dist/components/Notification/Notification.vue.d.ts +0 -18
  23. package/dist/components/Notification/index.d.ts +0 -3
  24. package/dist/components/Pagination/Pagination.vue.d.ts +0 -17
  25. package/dist/components/Pagination/index.d.ts +0 -3
  26. package/dist/components/Tab/Tab.vue.d.ts +0 -17
  27. package/dist/components/Tab/TabPane.vue.d.ts +0 -18
  28. package/dist/components/Tooltips/Tooltips.vue.d.ts +0 -18
  29. package/dist/components/Tooltips/index.d.ts +0 -3
  30. package/dist/index.d.ts +0 -24
  31. package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -235
  32. package/dist/node_modules/@babel/types/lib/index.d.ts +0 -3308
  33. package/dist/node_modules/@ctrl/tinycolor/dist/conversion.d.ts +0 -61
  34. package/dist/node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts +0 -4
  35. package/dist/node_modules/@ctrl/tinycolor/dist/format-input.d.ts +0 -37
  36. package/dist/node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts +0 -14
  37. package/dist/node_modules/@ctrl/tinycolor/dist/index.d.ts +0 -207
  38. package/dist/node_modules/@ctrl/tinycolor/dist/interfaces.d.ts +0 -46
  39. package/dist/node_modules/@ctrl/tinycolor/dist/public_api.d.ts +0 -11
  40. package/dist/node_modules/@ctrl/tinycolor/dist/random.d.ts +0 -24
  41. package/dist/node_modules/@ctrl/tinycolor/dist/readability.d.ts +0 -46
  42. package/dist/node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts +0 -5
  43. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.d.mts +0 -514
  44. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts +0 -327
  45. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.d.mts +0 -103
  46. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.d.mts +0 -47
  47. package/dist/node_modules/@types/lodash/common/array.d.ts +0 -2137
  48. package/dist/node_modules/@types/lodash/common/collection.d.ts +0 -1938
  49. package/dist/node_modules/@types/lodash/common/common.d.ts +0 -287
  50. package/dist/node_modules/@types/lodash/common/date.d.ts +0 -23
  51. package/dist/node_modules/@types/lodash/common/function.d.ts +0 -1455
  52. package/dist/node_modules/@types/lodash/common/lang.d.ts +0 -1700
  53. package/dist/node_modules/@types/lodash/common/math.d.ts +0 -405
  54. package/dist/node_modules/@types/lodash/common/number.d.ts +0 -131
  55. package/dist/node_modules/@types/lodash/common/object.d.ts +0 -2643
  56. package/dist/node_modules/@types/lodash/common/seq.d.ts +0 -210
  57. package/dist/node_modules/@types/lodash/common/string.d.ts +0 -788
  58. package/dist/node_modules/@types/lodash/common/util.d.ts +0 -1220
  59. package/dist/node_modules/@types/lodash/index.d.ts +0 -21
  60. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.d.ts +0 -1093
  61. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts +0 -45
  62. package/dist/node_modules/@vue/reactivity/dist/reactivity.d.ts +0 -756
  63. package/dist/node_modules/@vue/runtime-core/dist/runtime-core.d.ts +0 -1839
  64. package/dist/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +0 -1397
  65. package/dist/node_modules/@vue/shared/dist/shared.d.ts +0 -335
  66. package/dist/node_modules/@vueuse/core/index.d.ts +0 -4536
  67. package/dist/node_modules/@vueuse/core/node_modules/vue-demi/lib/index.d.ts +0 -22
  68. package/dist/node_modules/@vueuse/shared/index.d.ts +0 -1072
  69. package/dist/node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.d.ts +0 -22
  70. package/dist/node_modules/async-validator/dist-types/index.d.ts +0 -43
  71. package/dist/node_modules/async-validator/dist-types/interface.d.ts +0 -135
  72. package/dist/node_modules/csstype/index.d.ts +0 -21297
  73. package/dist/node_modules/dayjs/index.d.ts +0 -429
  74. package/dist/node_modules/dayjs/locale/index.d.ts +0 -11
  75. package/dist/node_modules/dayjs/locale/types.d.ts +0 -33
  76. package/dist/node_modules/element-plus/es/index.d.ts +0 -26960
  77. package/dist/node_modules/element-plus/es/utils/vue3.3.polyfill.d.ts +0 -34
  78. package/dist/node_modules/memoize-one/dist/memoize-one.d.ts +0 -7
  79. package/dist/node_modules/vue/dist/vue.d.mts +0 -7
  80. package/dist/style.css +0 -1
  81. package/dist/styles/theme-config.d.ts +0 -83
  82. package/dist/types/auto-imports.d.ts +0 -84
  83. package/dist/types/components.d.ts +0 -55
@@ -1,327 +0,0 @@
1
- import { AlignedPlacement, Alignment, ArrowOptions as ArrowOptions_2, AutoPlacementOptions as AutoPlacementOptions_2, Axis, ClientRectObject, ComputePositionConfig as ComputePositionConfig_2, ComputePositionReturn, Coords, DetectOverflowOptions as DetectOverflowOptions_2, Dimensions, ElementContext, ElementRects, FlipOptions as FlipOptions_2, HideOptions as HideOptions_2, InlineOptions, Length, LimitShiftOptions, Middleware as Middleware_2, MiddlewareData, MiddlewareReturn, MiddlewareState as MiddlewareState_2, Padding, Placement, Rect, RootBoundary, ShiftOptions as ShiftOptions_2, Side, SideObject, SizeOptions as SizeOptions_2, Strategy } from '@floating-ui/core';
2
- import { getOverflowAncestors } from '@floating-ui/utils/dom';
3
-
4
-
5
- export { AlignedPlacement }
6
-
7
- export { Alignment }
8
-
9
- /**
10
- * Provides data to position an inner element of the floating element so that it
11
- * appears centered to the reference element.
12
- * @see https://floating-ui.com/docs/arrow
13
- */
14
- export declare const arrow: (options: ArrowOptions | Derivable<ArrowOptions>) => Middleware;
15
-
16
- export declare type ArrowOptions = Prettify<Omit<ArrowOptions_2, 'element'> & {
17
- element: Element;
18
- }>;
19
-
20
- /**
21
- * Optimizes the visibility of the floating element by choosing the placement
22
- * that has the most space available automatically, without needing to specify a
23
- * preferred placement. Alternative to `flip`.
24
- * @see https://floating-ui.com/docs/autoPlacement
25
- */
26
- export declare const autoPlacement: (options?: AutoPlacementOptions | Derivable<AutoPlacementOptions>) => Middleware;
27
-
28
- export declare type AutoPlacementOptions = Prettify<Omit<AutoPlacementOptions_2, 'boundary'> & DetectOverflowOptions>;
29
-
30
- /**
31
- * Automatically updates the position of the floating element when necessary.
32
- * Should only be called when the floating element is mounted on the DOM or
33
- * visible on the screen.
34
- * @returns cleanup function that should be invoked when the floating element is
35
- * removed from the DOM or hidden from the screen.
36
- * @see https://floating-ui.com/docs/autoUpdate
37
- */
38
- export declare function autoUpdate(reference: ReferenceElement, floating: FloatingElement, update: () => void, options?: AutoUpdateOptions): () => void;
39
-
40
- export declare interface AutoUpdateOptions {
41
- /**
42
- * Whether to update the position when an overflow ancestor is scrolled.
43
- * @default true
44
- */
45
- ancestorScroll?: boolean;
46
- /**
47
- * Whether to update the position when an overflow ancestor is resized. This
48
- * uses the native `resize` event.
49
- * @default true
50
- */
51
- ancestorResize?: boolean;
52
- /**
53
- * Whether to update the position when either the reference or floating
54
- * elements resized. This uses a `ResizeObserver`.
55
- * @default true
56
- */
57
- elementResize?: boolean;
58
- /**
59
- * Whether to update the position when the reference relocated on the screen
60
- * due to layout shift.
61
- * @default true
62
- */
63
- layoutShift?: boolean;
64
- /**
65
- * Whether to update on every animation frame if necessary. Only use if you
66
- * need to update the position in response to an animation using transforms.
67
- * @default false
68
- */
69
- animationFrame?: boolean;
70
- }
71
-
72
- export { Axis }
73
-
74
- /**
75
- * The clipping boundary area of the floating element.
76
- */
77
- export declare type Boundary = 'clippingAncestors' | Element | Array<Element> | Rect;
78
-
79
- export { ClientRectObject }
80
-
81
- /**
82
- * Computes the `x` and `y` coordinates that will place the floating element
83
- * next to a given reference element.
84
- */
85
- export declare const computePosition: (reference: ReferenceElement, floating: FloatingElement, options?: Partial<ComputePositionConfig>) => Promise<ComputePositionReturn>;
86
-
87
- export declare type ComputePositionConfig = Prettify<Omit<ComputePositionConfig_2, 'middleware' | 'platform'> & {
88
- /**
89
- * Array of middleware objects to modify the positioning or provide data for
90
- * rendering.
91
- */
92
- middleware?: Array<Middleware | null | undefined | false>;
93
- /**
94
- * Custom or extended platform object.
95
- */
96
- platform?: Platform;
97
- }>;
98
-
99
- export { ComputePositionReturn }
100
-
101
- export { Coords }
102
-
103
- export declare type Derivable<T> = (state: MiddlewareState) => T;
104
-
105
- /**
106
- * Resolves with an object of overflow side offsets that determine how much the
107
- * element is overflowing a given clipping boundary on each side.
108
- * - positive = overflowing the boundary by that number of pixels
109
- * - negative = how many pixels left before it will overflow
110
- * - 0 = lies flush with the boundary
111
- * @see https://floating-ui.com/docs/detectOverflow
112
- */
113
- export declare const detectOverflow: (state: MiddlewareState, options?: DetectOverflowOptions | Derivable<DetectOverflowOptions>) => Promise<SideObject>;
114
-
115
- export declare type DetectOverflowOptions = Prettify<Omit<DetectOverflowOptions_2, 'boundary'> & {
116
- boundary?: Boundary;
117
- }>;
118
-
119
- export { Dimensions }
120
-
121
- export { ElementContext }
122
-
123
- export { ElementRects }
124
-
125
- export declare interface Elements {
126
- reference: ReferenceElement;
127
- floating: FloatingElement;
128
- }
129
-
130
- /**
131
- * Optimizes the visibility of the floating element by flipping the `placement`
132
- * in order to keep it in view when the preferred placement(s) will overflow the
133
- * clipping boundary. Alternative to `autoPlacement`.
134
- * @see https://floating-ui.com/docs/flip
135
- */
136
- export declare const flip: (options?: FlipOptions | Derivable<FlipOptions>) => Middleware;
137
-
138
- export declare type FlipOptions = Prettify<Omit<FlipOptions_2, 'boundary'> & DetectOverflowOptions>;
139
-
140
- export declare type FloatingElement = HTMLElement;
141
-
142
- export { getOverflowAncestors }
143
-
144
- /**
145
- * Provides data to hide the floating element in applicable situations, such as
146
- * when it is not in the same clipping context as the reference element.
147
- * @see https://floating-ui.com/docs/hide
148
- */
149
- export declare const hide: (options?: HideOptions | Derivable<HideOptions>) => Middleware;
150
-
151
- export declare type HideOptions = Prettify<Omit<HideOptions_2, 'boundary'> & DetectOverflowOptions>;
152
-
153
- /**
154
- * Provides improved positioning for inline reference elements that can span
155
- * over multiple lines, such as hyperlinks or range selections.
156
- * @see https://floating-ui.com/docs/inline
157
- */
158
- export declare const inline: (options?: InlineOptions | Derivable<InlineOptions>) => Middleware;
159
-
160
- export { InlineOptions }
161
-
162
- export { Length }
163
-
164
- /**
165
- * Built-in `limiter` that will stop `shift()` at a certain point.
166
- */
167
- export declare const limitShift: (options?: LimitShiftOptions | Derivable<LimitShiftOptions>) => {
168
- options: any;
169
- fn: (state: MiddlewareState) => Coords;
170
- };
171
-
172
- export { LimitShiftOptions }
173
-
174
- export declare type Middleware = Prettify<Omit<Middleware_2, 'fn'> & {
175
- fn(state: MiddlewareState): Promisable<MiddlewareReturn>;
176
- }>;
177
-
178
- /**
179
- * @deprecated use `MiddlewareState` instead.
180
- */
181
- export declare type MiddlewareArguments = MiddlewareState;
182
-
183
- export { MiddlewareData }
184
-
185
- export { MiddlewareReturn }
186
-
187
- export declare type MiddlewareState = Prettify<Omit<MiddlewareState_2, 'elements'> & {
188
- elements: Elements;
189
- }>;
190
-
191
- export declare interface NodeScroll {
192
- scrollLeft: number;
193
- scrollTop: number;
194
- }
195
-
196
- /**
197
- * Modifies the placement by translating the floating element along the
198
- * specified axes.
199
- * A number (shorthand for `mainAxis` or distance), or an axes configuration
200
- * object may be passed.
201
- * @see https://floating-ui.com/docs/offset
202
- */
203
- export declare const offset: (options?: OffsetOptions) => Middleware;
204
-
205
- export declare type OffsetOptions = OffsetValue | Derivable<OffsetValue>;
206
-
207
- declare type OffsetValue = number | {
208
- /**
209
- * The axis that runs along the side of the floating element. Represents
210
- * the distance (gutter or margin) between the reference and floating
211
- * element.
212
- * @default 0
213
- */
214
- mainAxis?: number;
215
- /**
216
- * The axis that runs along the alignment of the floating element.
217
- * Represents the skidding between the reference and floating element.
218
- * @default 0
219
- */
220
- crossAxis?: number;
221
- /**
222
- * The same axis as `crossAxis` but applies only to aligned placements
223
- * and inverts the `end` alignment. When set to a number, it overrides the
224
- * `crossAxis` value.
225
- *
226
- * A positive number will move the floating element in the direction of
227
- * the opposite edge to the one that is aligned, while a negative number
228
- * the reverse.
229
- * @default null
230
- */
231
- alignmentAxis?: number | null;
232
- };
233
-
234
- export { Padding }
235
-
236
- export { Placement }
237
-
238
- export declare interface Platform {
239
- getElementRects: (args: {
240
- reference: ReferenceElement;
241
- floating: FloatingElement;
242
- strategy: Strategy;
243
- }) => Promisable<ElementRects>;
244
- getClippingRect: (args: {
245
- element: Element;
246
- boundary: Boundary;
247
- rootBoundary: RootBoundary;
248
- strategy: Strategy;
249
- }) => Promisable<Rect>;
250
- getDimensions: (element: Element) => Promisable<Dimensions>;
251
- convertOffsetParentRelativeRectToViewportRelativeRect: (args: {
252
- elements?: Elements;
253
- rect: Rect;
254
- offsetParent: Element;
255
- strategy: Strategy;
256
- }) => Promisable<Rect>;
257
- getOffsetParent: (element: Element, polyfill?: (element: HTMLElement) => Element | null) => Promisable<Element | Window>;
258
- isElement: (value: unknown) => Promisable<boolean>;
259
- getDocumentElement: (element: Element) => Promisable<HTMLElement>;
260
- getClientRects: (element: Element) => Promisable<Array<ClientRectObject>>;
261
- isRTL: (element: Element) => Promisable<boolean>;
262
- getScale: (element: HTMLElement) => Promisable<{
263
- x: number;
264
- y: number;
265
- }>;
266
- }
267
-
268
- export declare const platform: Platform;
269
-
270
- declare type Prettify<T> = {
271
- [K in keyof T]: T[K];
272
- } & {};
273
-
274
- declare type Promisable<T> = T | Promise<T>;
275
-
276
- export { Rect }
277
-
278
- export declare type ReferenceElement = Element | VirtualElement;
279
-
280
- export { RootBoundary }
281
-
282
- /**
283
- * Optimizes the visibility of the floating element by shifting it in order to
284
- * keep it in view when it will overflow the clipping boundary.
285
- * @see https://floating-ui.com/docs/shift
286
- */
287
- export declare const shift: (options?: ShiftOptions | Derivable<ShiftOptions>) => Middleware;
288
-
289
- export declare type ShiftOptions = Prettify<Omit<ShiftOptions_2, 'boundary'> & DetectOverflowOptions>;
290
-
291
- export { Side }
292
-
293
- export { SideObject }
294
-
295
- /**
296
- * Provides data that allows you to change the size of the floating element —
297
- * for instance, prevent it from overflowing the clipping boundary or match the
298
- * width of the reference element.
299
- * @see https://floating-ui.com/docs/size
300
- */
301
- export declare const size: (options?: SizeOptions | Derivable<SizeOptions>) => Middleware;
302
-
303
- export declare type SizeOptions = Prettify<Omit<SizeOptions_2, 'apply' | 'boundary'> & DetectOverflowOptions & {
304
- /**
305
- * Function that is called to perform style mutations to the floating element
306
- * to change its size.
307
- * @default undefined
308
- */
309
- apply?(args: MiddlewareState & {
310
- availableWidth: number;
311
- availableHeight: number;
312
- }): Promisable<void>;
313
- }>;
314
-
315
- export { Strategy }
316
-
317
- /**
318
- * Custom positioning reference element.
319
- * @see https://floating-ui.com/docs/virtual-elements
320
- */
321
- export declare interface VirtualElement {
322
- getBoundingClientRect(): ClientRectObject;
323
- getClientRects?(): Array<ClientRectObject> | DOMRectList;
324
- contextElement?: Element;
325
- }
326
-
327
- export { }
@@ -1,103 +0,0 @@
1
- export declare type AlignedPlacement = `${Side}-${Alignment}`;
2
-
3
- export declare type Alignment = 'start' | 'end';
4
-
5
- export declare const alignments: Alignment[];
6
-
7
- export declare type Axis = 'x' | 'y';
8
-
9
- export declare function clamp(start: number, value: number, end: number): number;
10
-
11
- export declare type ClientRectObject = Prettify<Rect & SideObject>;
12
-
13
- export declare type Coords = {
14
- [key in Axis]: number;
15
- };
16
-
17
- export declare const createCoords: (v: number) => {
18
- x: number;
19
- y: number;
20
- };
21
-
22
- export declare type Dimensions = {
23
- [key in Length]: number;
24
- };
25
-
26
- export declare interface ElementRects {
27
- reference: Rect;
28
- floating: Rect;
29
- }
30
-
31
- export declare function evaluate<T, P>(value: T | ((param: P) => T), param: P): T;
32
-
33
- export declare function expandPaddingObject(padding: Partial<SideObject>): SideObject;
34
-
35
- export declare const floor: (x: number) => number;
36
-
37
- export declare function getAlignment(placement: Placement): Alignment | undefined;
38
-
39
- export declare function getAlignmentAxis(placement: Placement): Axis;
40
-
41
- export declare function getAlignmentSides(placement: Placement, rects: ElementRects, rtl?: boolean): [Side, Side];
42
-
43
- export declare function getAxisLength(axis: Axis): Length;
44
-
45
- export declare function getExpandedPlacements(placement: Placement): Array<Placement>;
46
-
47
- export declare function getOppositeAlignmentPlacement<T extends string>(placement: T): T;
48
-
49
- export declare function getOppositeAxis(axis: Axis): Axis;
50
-
51
- export declare function getOppositeAxisPlacements(placement: Placement, flipAlignment: boolean, direction: 'none' | Alignment, rtl?: boolean): Placement[];
52
-
53
- export declare function getOppositePlacement<T extends string>(placement: T): T;
54
-
55
- export declare function getPaddingObject(padding: Padding): SideObject;
56
-
57
- export declare function getSide(placement: Placement): Side;
58
-
59
- export declare function getSideAxis(placement: Placement): Axis;
60
-
61
- export declare type Length = 'width' | 'height';
62
-
63
- export declare const max: (...values: number[]) => number;
64
-
65
- export declare const min: (...values: number[]) => number;
66
-
67
- export declare type Padding = number | Prettify<Partial<SideObject>>;
68
-
69
- export declare type Placement = Prettify<Side | AlignedPlacement>;
70
-
71
- export declare const placements: Placement[];
72
-
73
- declare type Prettify<T> = {
74
- [K in keyof T]: T[K];
75
- } & {};
76
-
77
- export declare type Rect = Prettify<Coords & Dimensions>;
78
-
79
- export declare function rectToClientRect(rect: Rect): ClientRectObject;
80
-
81
- export declare const round: (x: number) => number;
82
-
83
- export declare type Side = 'top' | 'right' | 'bottom' | 'left';
84
-
85
- export declare type SideObject = {
86
- [key in Side]: number;
87
- };
88
-
89
- export declare const sides: Side[];
90
-
91
- export declare type Strategy = 'absolute' | 'fixed';
92
-
93
- /**
94
- * Custom positioning reference element.
95
- * @see https://floating-ui.com/docs/virtual-elements
96
- */
97
- export declare interface VirtualElement {
98
- getBoundingClientRect(): ClientRectObject;
99
- getClientRects?(): Array<ClientRectObject>;
100
- contextElement?: any;
101
- }
102
-
103
- export { }
@@ -1,47 +0,0 @@
1
- declare function getComputedStyle_2(element: Element): CSSStyleDeclaration;
2
- export { getComputedStyle_2 as getComputedStyle }
3
-
4
- export declare function getContainingBlock(element: Element): HTMLElement | null;
5
-
6
- export declare function getDocumentElement(node: Node | Window): HTMLElement;
7
-
8
- export declare function getFrameElement(win: Window): Element | null;
9
-
10
- export declare function getNearestOverflowAncestor(node: Node): HTMLElement;
11
-
12
- export declare function getNodeName(node: Node | Window): string;
13
-
14
- export declare function getNodeScroll(element: Element | Window): {
15
- scrollLeft: number;
16
- scrollTop: number;
17
- };
18
-
19
- export declare function getOverflowAncestors(node: Node, list?: OverflowAncestors, traverseIframes?: boolean): OverflowAncestors;
20
-
21
- export declare function getParentNode(node: Node): Node;
22
-
23
- export declare function getWindow(node: any): typeof window;
24
-
25
- export declare function isContainingBlock(elementOrCss: Element | CSSStyleDeclaration): boolean;
26
-
27
- export declare function isElement(value: unknown): value is Element;
28
-
29
- export declare function isHTMLElement(value: unknown): value is HTMLElement;
30
-
31
- export declare function isLastTraversableNode(node: Node): boolean;
32
-
33
- export declare function isNode(value: unknown): value is Node;
34
-
35
- export declare function isOverflowElement(element: Element): boolean;
36
-
37
- export declare function isShadowRoot(value: unknown): value is ShadowRoot;
38
-
39
- export declare function isTableElement(element: Element): boolean;
40
-
41
- export declare function isTopLayer(element: Element): boolean;
42
-
43
- export declare function isWebKit(): boolean;
44
-
45
- declare type OverflowAncestors = Array<Element | Window | VisualViewport>;
46
-
47
- export { }