@evance/evance-ui 1.0.21 → 1.0.22
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/components.d.ts +88 -86
- package/dist/types/index.d.ts +824 -801
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1,51 +1,74 @@
|
|
|
1
|
-
import { AllowedComponentProps } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
1
|
+
import { AllowedComponentProps } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { AllowedComponentProps as AllowedComponentProps_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
3
|
+
import { App } from '../vue/dist/vue.esm-bundler.js';
|
|
4
|
+
import { App as App_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
5
|
+
import { App as App_3 } from '../../../vue/dist/vue.esm-bundler.js';
|
|
6
|
+
import { Component } from '../../../vue/dist/vue.esm-bundler.js';
|
|
7
|
+
import { Component as Component_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
8
|
+
import { ComponentCustomProperties } from '../../../vue/dist/vue.esm-bundler.js';
|
|
9
|
+
import { ComponentCustomProps } from '../../../vue/dist/vue.esm-bundler.js';
|
|
10
|
+
import { ComponentCustomProps as ComponentCustomProps_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
11
|
+
import { ComponentInternalInstance } from '../../vue/dist/vue.esm-bundler.js';
|
|
12
|
+
import { ComponentInternalInstance as ComponentInternalInstance_2 } from '../../../vue/dist/vue.esm-bundler.js';
|
|
13
|
+
import { ComponentObjectPropsOptions } from '../../vue/dist/vue.esm-bundler.js';
|
|
14
|
+
import { ComponentOptions } from '../../vue/dist/vue.esm-bundler.js';
|
|
15
|
+
import { ComponentOptionsBase } from '../../../vue/dist/vue.esm-bundler.js';
|
|
16
|
+
import { ComponentOptionsMixin } from '../../../vue/dist/vue.esm-bundler.js';
|
|
17
|
+
import { ComponentOptionsMixin as ComponentOptionsMixin_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
18
|
+
import { ComponentPublicInstance } from '../../../vue/dist/vue.esm-bundler.js';
|
|
19
|
+
import { ComponentPublicInstance as ComponentPublicInstance_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
20
|
+
import { ComputedGetter } from '../../vue/dist/vue.esm-bundler.js';
|
|
21
|
+
import { ComputedRef } from '../../vue/dist/vue.esm-bundler.js';
|
|
22
|
+
import { ComputedRef as ComputedRef_2 } from '../../../vue/dist/vue.esm-bundler.js';
|
|
23
|
+
import { ComputedRef as ComputedRef_3 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
24
|
+
import { DebuggerEvent } from '../../../vue/dist/vue.esm-bundler.js';
|
|
25
|
+
import { DefineComponent } from '../../../vue/dist/vue.esm-bundler.js';
|
|
26
|
+
import { DefineComponent as DefineComponent_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
27
|
+
import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
|
|
28
|
+
import { EffectScope } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
29
|
+
import { EffectScope as EffectScope_2 } from '../../../vue/dist/vue.esm-bundler.js';
|
|
30
|
+
import { ExtractPropTypes } from '../../../vue/dist/vue.esm-bundler.js';
|
|
31
|
+
import { ExtractPropTypes as ExtractPropTypes_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
32
|
+
import { FunctionalComponent } from '../../../vue/dist/vue.esm-bundler.js';
|
|
20
33
|
import { HistoryState } from 'vue-router';
|
|
21
34
|
import { IfAny as IfAny_2 } from '@vue/shared';
|
|
22
|
-
import { InjectionKey } from 'vue';
|
|
35
|
+
import { InjectionKey } from '../../../vue/dist/vue.esm-bundler.js';
|
|
36
|
+
import { InjectionKey as InjectionKey_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
23
37
|
import { LocationQueryRaw } from 'vue-router';
|
|
24
|
-
import { MaybeRef } from 'vue';
|
|
25
|
-
import { nextTick } from 'vue';
|
|
26
|
-
import { Plugin as Plugin_2 } from 'vue';
|
|
27
|
-
import { Prop } from 'vue';
|
|
28
|
-
import { PropType } from 'vue';
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
38
|
+
import { MaybeRef } from '../../vue/dist/vue.esm-bundler.js';
|
|
39
|
+
import { nextTick } from '../../../vue/dist/vue.esm-bundler.js';
|
|
40
|
+
import { Plugin as Plugin_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
41
|
+
import { Prop } from '../../vue/dist/vue.esm-bundler.js';
|
|
42
|
+
import { PropType } from '../../../vue/dist/vue.esm-bundler.js';
|
|
43
|
+
import { PropType as PropType_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
44
|
+
import { PropType as PropType_3 } from '../../vue/dist/vue.esm-bundler.js';
|
|
45
|
+
import { Ref } from '../vue/dist/vue.esm-bundler.js';
|
|
46
|
+
import { Ref as Ref_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
47
|
+
import { Ref as Ref_3 } from '../../../vue/dist/vue.esm-bundler.js';
|
|
48
|
+
import { Ref as Ref_4 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
49
|
+
import { RendererElement } from '../../../vue/dist/vue.esm-bundler.js';
|
|
50
|
+
import { RendererNode } from '../../../vue/dist/vue.esm-bundler.js';
|
|
32
51
|
import { RouteLocationRaw } from 'vue-router';
|
|
33
52
|
import { RouteParamsRaw } from 'vue-router';
|
|
34
53
|
import { RouteRecordName } from 'vue-router';
|
|
35
|
-
import { ShallowRef } from 'vue';
|
|
36
|
-
import { ShallowUnwrapRef } from 'vue';
|
|
37
|
-
import { Slot } from 'vue';
|
|
38
|
-
import { StyleValue } from 'vue';
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
54
|
+
import { ShallowRef } from '../../../vue/dist/vue.esm-bundler.js';
|
|
55
|
+
import { ShallowUnwrapRef } from '../../../vue/dist/vue.esm-bundler.js';
|
|
56
|
+
import { Slot } from '../../../vue/dist/vue.esm-bundler.js';
|
|
57
|
+
import { StyleValue } from '../../../vue/dist/vue.esm-bundler.js';
|
|
58
|
+
import { StyleValue as StyleValue_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
59
|
+
import { StyleValue as StyleValue_3 } from '../../vue/dist/vue.esm-bundler.js';
|
|
60
|
+
import { ToRefs } from '../../vue/dist/vue.esm-bundler.js';
|
|
61
|
+
import { TransitionProps } from '../../../vue/dist/vue.esm-bundler.js';
|
|
62
|
+
import { UnwrapRef } from '../../../vue/dist/vue.esm-bundler.js';
|
|
63
|
+
import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
|
|
64
|
+
import { VNode as VNode_2 } from '../../vue/dist/vue.esm-bundler.js';
|
|
65
|
+
import { VNodeChild } from '../../vue/dist/vue.esm-bundler.js';
|
|
66
|
+
import { VNodeProps } from '../../../vue/dist/vue.esm-bundler.js';
|
|
67
|
+
import { VNodeProps as VNodeProps_2 } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
68
|
+
import { VNodeRef } from '../../../vue/dist/vue.esm-bundler.js';
|
|
69
|
+
import { WatchOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
70
|
+
import { WatchStopHandle } from '../../../vue/dist/vue.esm-bundler.js';
|
|
71
|
+
import { WritableComputedRef } from '../../../vue/dist/vue.esm-bundler.js';
|
|
49
72
|
|
|
50
73
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
74
|
|
|
@@ -517,25 +540,25 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
517
540
|
|
|
518
541
|
declare class Activator {
|
|
519
542
|
props: ActivatorProps;
|
|
520
|
-
isActive:
|
|
521
|
-
isTopOfStack:
|
|
522
|
-
readonly activatorEl:
|
|
523
|
-
readonly activatorEvents:
|
|
524
|
-
readonly activatorRef:
|
|
543
|
+
isActive: Ref_3<boolean>;
|
|
544
|
+
isTopOfStack: Ref_3<boolean>;
|
|
545
|
+
readonly activatorEl: Ref_3<HTMLElement>;
|
|
546
|
+
readonly activatorEvents: ComputedRef_2<Partial<ActivatorEvents>>;
|
|
547
|
+
readonly activatorRef: Ref_3<any>;
|
|
525
548
|
readonly availableEvents: ActivatorEvents;
|
|
526
|
-
readonly component:
|
|
527
|
-
readonly contentEvents:
|
|
549
|
+
readonly component: ComponentInternalInstance_2;
|
|
550
|
+
readonly contentEvents: ComputedRef_2<Partial<ContentEvents>>;
|
|
528
551
|
readonly delayClose: () => Promise<boolean>;
|
|
529
552
|
readonly delayOpen: () => Promise<boolean>;
|
|
530
|
-
readonly openOnClick:
|
|
531
|
-
readonly openOnFocus:
|
|
532
|
-
readonly veilEvents:
|
|
553
|
+
readonly openOnClick: ComputedRef_2<boolean>;
|
|
554
|
+
readonly openOnFocus: ComputedRef_2<boolean>;
|
|
555
|
+
readonly veilEvents: ComputedRef_2<Partial<VeilEvents>>;
|
|
533
556
|
isHovered: boolean;
|
|
534
557
|
isFocused: boolean;
|
|
535
558
|
firstEnter: boolean;
|
|
536
559
|
private watcher?;
|
|
537
560
|
private scope?;
|
|
538
|
-
constructor(props: ActivatorProps, isActive:
|
|
561
|
+
constructor(props: ActivatorProps, isActive: Ref_3<boolean>, isTopOfStack: Ref_3<boolean>);
|
|
539
562
|
/**
|
|
540
563
|
* ## Create Activator Events
|
|
541
564
|
* Returns a computed set of partially available events.
|
|
@@ -807,10 +830,10 @@ export declare interface AppearanceProps {
|
|
|
807
830
|
|
|
808
831
|
declare type AppendDefault<T extends ComponentObjectPropsOptions, D extends PartialKeys<T>> = {
|
|
809
832
|
[P in keyof T]-?: unknown extends D[P] ? T[P] : T[P] extends Record<string, unknown> ? Omit<T[P], "type" | "default"> & {
|
|
810
|
-
type:
|
|
833
|
+
type: PropType_3<MergeDefault<T[P], D[P]>>;
|
|
811
834
|
default: MergeDefault<T[P], D[P]>;
|
|
812
835
|
} : {
|
|
813
|
-
type:
|
|
836
|
+
type: PropType_3<MergeDefault<T[P], D[P]>>;
|
|
814
837
|
default: MergeDefault<T[P], D[P]>;
|
|
815
838
|
};
|
|
816
839
|
};
|
|
@@ -1004,7 +1027,7 @@ declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
|
1004
1027
|
|
|
1005
1028
|
declare interface ComponentProps {
|
|
1006
1029
|
class?: ClassValue;
|
|
1007
|
-
style?:
|
|
1030
|
+
style?: StyleValue_3 | undefined;
|
|
1008
1031
|
}
|
|
1009
1032
|
|
|
1010
1033
|
declare namespace components {
|
|
@@ -1270,7 +1293,7 @@ export { components }
|
|
|
1270
1293
|
*
|
|
1271
1294
|
* Connected to a certain element
|
|
1272
1295
|
*/
|
|
1273
|
-
declare function connectedPositionStrategy(data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
1296
|
+
declare function connectedPositionStrategy(data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_4<StyleProp>): {
|
|
1274
1297
|
updatePosition: () => {
|
|
1275
1298
|
zoneRect: Rect;
|
|
1276
1299
|
contentRect: Rect;
|
|
@@ -1535,29 +1558,29 @@ export { directives }
|
|
|
1535
1558
|
export declare type DisplayBreakpoint = "xs" | Breakpoint;
|
|
1536
1559
|
|
|
1537
1560
|
export declare interface DisplayInstance {
|
|
1538
|
-
xs:
|
|
1539
|
-
sm:
|
|
1540
|
-
md:
|
|
1541
|
-
lg:
|
|
1542
|
-
xl:
|
|
1543
|
-
xxl:
|
|
1544
|
-
xsUp:
|
|
1545
|
-
smUp:
|
|
1546
|
-
mdUp:
|
|
1547
|
-
lgUp:
|
|
1548
|
-
xlUp:
|
|
1549
|
-
xxlUp:
|
|
1550
|
-
smDown:
|
|
1551
|
-
mdDown:
|
|
1552
|
-
lgDown:
|
|
1553
|
-
xlDown:
|
|
1554
|
-
name:
|
|
1555
|
-
height:
|
|
1556
|
-
width:
|
|
1557
|
-
mobile:
|
|
1558
|
-
mobileBreakpoint:
|
|
1559
|
-
platform:
|
|
1560
|
-
thresholds:
|
|
1561
|
+
xs: Ref_2<boolean>;
|
|
1562
|
+
sm: Ref_2<boolean>;
|
|
1563
|
+
md: Ref_2<boolean>;
|
|
1564
|
+
lg: Ref_2<boolean>;
|
|
1565
|
+
xl: Ref_2<boolean>;
|
|
1566
|
+
xxl: Ref_2<boolean>;
|
|
1567
|
+
xsUp: Ref_2<boolean>;
|
|
1568
|
+
smUp: Ref_2<boolean>;
|
|
1569
|
+
mdUp: Ref_2<boolean>;
|
|
1570
|
+
lgUp: Ref_2<boolean>;
|
|
1571
|
+
xlUp: Ref_2<boolean>;
|
|
1572
|
+
xxlUp: Ref_2<boolean>;
|
|
1573
|
+
smDown: Ref_2<boolean>;
|
|
1574
|
+
mdDown: Ref_2<boolean>;
|
|
1575
|
+
lgDown: Ref_2<boolean>;
|
|
1576
|
+
xlDown: Ref_2<boolean>;
|
|
1577
|
+
name: Ref_2<DisplayBreakpoint>;
|
|
1578
|
+
height: Ref_2<number>;
|
|
1579
|
+
width: Ref_2<number>;
|
|
1580
|
+
mobile: Ref_2<boolean>;
|
|
1581
|
+
mobileBreakpoint: Ref_2<number | DisplayBreakpoint>;
|
|
1582
|
+
platform: Ref_2<DisplayPlatform>;
|
|
1583
|
+
thresholds: Ref_2<DisplayThresholds>;
|
|
1561
1584
|
/* Excluded from this release type: ssr */
|
|
1562
1585
|
hasActiveRule(rules: DisplayRuleListProp): boolean;
|
|
1563
1586
|
update(): void;
|
|
@@ -1837,44 +1860,44 @@ pulsate: boolean;
|
|
|
1837
1860
|
content(): never;
|
|
1838
1861
|
}>>;
|
|
1839
1862
|
|
|
1840
|
-
export declare const EvBlock: __VLS_WithTemplateSlots_26<
|
|
1863
|
+
export declare const EvBlock: __VLS_WithTemplateSlots_26<DefineComponent_2< {
|
|
1841
1864
|
tag: {
|
|
1842
1865
|
type: StringConstructor;
|
|
1843
1866
|
default: string;
|
|
1844
1867
|
};
|
|
1845
|
-
class:
|
|
1868
|
+
class: PropType_2<any>;
|
|
1846
1869
|
style: {
|
|
1847
|
-
type:
|
|
1870
|
+
type: PropType_2<StyleValue_2>;
|
|
1848
1871
|
default: any;
|
|
1849
1872
|
};
|
|
1850
|
-
alignSelf:
|
|
1851
|
-
offset:
|
|
1852
|
-
order:
|
|
1873
|
+
alignSelf: PropType_2<AlignSelfProp>;
|
|
1874
|
+
offset: PropType_2<BlockNumberProp>;
|
|
1875
|
+
order: PropType_2<BlockNumberProp>;
|
|
1853
1876
|
scrollable: BooleanConstructor;
|
|
1854
|
-
size:
|
|
1855
|
-
hidden:
|
|
1856
|
-
height:
|
|
1857
|
-
width:
|
|
1858
|
-
}, {}, unknown, {}, {},
|
|
1877
|
+
size: PropType_2<BlockSizeProp>;
|
|
1878
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
1879
|
+
height: PropType_2<DisplayRuleProp>;
|
|
1880
|
+
width: PropType_2<DisplayRuleProp>;
|
|
1881
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
1859
1882
|
tag: {
|
|
1860
1883
|
type: StringConstructor;
|
|
1861
1884
|
default: string;
|
|
1862
1885
|
};
|
|
1863
|
-
class:
|
|
1886
|
+
class: PropType_2<any>;
|
|
1864
1887
|
style: {
|
|
1865
|
-
type:
|
|
1888
|
+
type: PropType_2<StyleValue_2>;
|
|
1866
1889
|
default: any;
|
|
1867
1890
|
};
|
|
1868
|
-
alignSelf:
|
|
1869
|
-
offset:
|
|
1870
|
-
order:
|
|
1891
|
+
alignSelf: PropType_2<AlignSelfProp>;
|
|
1892
|
+
offset: PropType_2<BlockNumberProp>;
|
|
1893
|
+
order: PropType_2<BlockNumberProp>;
|
|
1871
1894
|
scrollable: BooleanConstructor;
|
|
1872
|
-
size:
|
|
1873
|
-
hidden:
|
|
1874
|
-
height:
|
|
1875
|
-
width:
|
|
1895
|
+
size: PropType_2<BlockSizeProp>;
|
|
1896
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
1897
|
+
height: PropType_2<DisplayRuleProp>;
|
|
1898
|
+
width: PropType_2<DisplayRuleProp>;
|
|
1876
1899
|
}>>, {
|
|
1877
|
-
style:
|
|
1900
|
+
style: StyleValue_2;
|
|
1878
1901
|
tag: string;
|
|
1879
1902
|
scrollable: boolean;
|
|
1880
1903
|
}, {}>, {
|
|
@@ -2332,84 +2355,84 @@ justifyActions: JustifyContentValue;
|
|
|
2332
2355
|
text(): never;
|
|
2333
2356
|
}>>;
|
|
2334
2357
|
|
|
2335
|
-
export declare const EvCardActions: __VLS_WithTemplateSlots_8<
|
|
2336
|
-
class:
|
|
2358
|
+
export declare const EvCardActions: __VLS_WithTemplateSlots_8<DefineComponent_2< {
|
|
2359
|
+
class: PropType_2<any>;
|
|
2337
2360
|
style: {
|
|
2338
|
-
type:
|
|
2361
|
+
type: PropType_2<StyleValue_2>;
|
|
2339
2362
|
default: any;
|
|
2340
2363
|
};
|
|
2341
2364
|
items: {
|
|
2342
|
-
type:
|
|
2365
|
+
type: PropType_2<readonly EvButtonProps[]>;
|
|
2343
2366
|
default: () => any[];
|
|
2344
2367
|
};
|
|
2345
2368
|
justify: {
|
|
2346
|
-
type:
|
|
2369
|
+
type: PropType_2<JustifyContentValue>;
|
|
2347
2370
|
default: string;
|
|
2348
2371
|
};
|
|
2349
2372
|
size: {
|
|
2350
|
-
type:
|
|
2373
|
+
type: PropType_2<EvCardContentSize>;
|
|
2351
2374
|
default: string;
|
|
2352
2375
|
};
|
|
2353
|
-
}, {}, unknown, {}, {},
|
|
2354
|
-
class:
|
|
2376
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
2377
|
+
class: PropType_2<any>;
|
|
2355
2378
|
style: {
|
|
2356
|
-
type:
|
|
2379
|
+
type: PropType_2<StyleValue_2>;
|
|
2357
2380
|
default: any;
|
|
2358
2381
|
};
|
|
2359
2382
|
items: {
|
|
2360
|
-
type:
|
|
2383
|
+
type: PropType_2<readonly EvButtonProps[]>;
|
|
2361
2384
|
default: () => any[];
|
|
2362
2385
|
};
|
|
2363
2386
|
justify: {
|
|
2364
|
-
type:
|
|
2387
|
+
type: PropType_2<JustifyContentValue>;
|
|
2365
2388
|
default: string;
|
|
2366
2389
|
};
|
|
2367
2390
|
size: {
|
|
2368
|
-
type:
|
|
2391
|
+
type: PropType_2<EvCardContentSize>;
|
|
2369
2392
|
default: string;
|
|
2370
2393
|
};
|
|
2371
2394
|
}>>, {
|
|
2372
2395
|
size: EvCardContentSize;
|
|
2373
|
-
style:
|
|
2396
|
+
style: StyleValue_2;
|
|
2374
2397
|
justify: JustifyContentValue;
|
|
2375
2398
|
items: readonly EvButtonProps[];
|
|
2376
2399
|
}, {}>, Readonly<{
|
|
2377
2400
|
default(): never;
|
|
2378
2401
|
}>>;
|
|
2379
2402
|
|
|
2380
|
-
export declare const EvCardContent: __VLS_WithTemplateSlots_9<
|
|
2381
|
-
class:
|
|
2403
|
+
export declare const EvCardContent: __VLS_WithTemplateSlots_9<DefineComponent_2< {
|
|
2404
|
+
class: PropType_2<any>;
|
|
2382
2405
|
style: {
|
|
2383
|
-
type:
|
|
2406
|
+
type: PropType_2<StyleValue_2>;
|
|
2384
2407
|
default: any;
|
|
2385
2408
|
};
|
|
2386
|
-
appearance:
|
|
2409
|
+
appearance: PropType_2<AppearanceProp>;
|
|
2387
2410
|
eyebrow: StringConstructor;
|
|
2388
|
-
icon:
|
|
2411
|
+
icon: PropType_2<IconValue>;
|
|
2389
2412
|
size: {
|
|
2390
|
-
type:
|
|
2413
|
+
type: PropType_2<EvCardContentSize>;
|
|
2391
2414
|
default: string;
|
|
2392
2415
|
};
|
|
2393
2416
|
text: (ArrayConstructor | StringConstructor)[];
|
|
2394
2417
|
title: StringConstructor;
|
|
2395
|
-
}, {}, unknown, {}, {},
|
|
2396
|
-
class:
|
|
2418
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
2419
|
+
class: PropType_2<any>;
|
|
2397
2420
|
style: {
|
|
2398
|
-
type:
|
|
2421
|
+
type: PropType_2<StyleValue_2>;
|
|
2399
2422
|
default: any;
|
|
2400
2423
|
};
|
|
2401
|
-
appearance:
|
|
2424
|
+
appearance: PropType_2<AppearanceProp>;
|
|
2402
2425
|
eyebrow: StringConstructor;
|
|
2403
|
-
icon:
|
|
2426
|
+
icon: PropType_2<IconValue>;
|
|
2404
2427
|
size: {
|
|
2405
|
-
type:
|
|
2428
|
+
type: PropType_2<EvCardContentSize>;
|
|
2406
2429
|
default: string;
|
|
2407
2430
|
};
|
|
2408
2431
|
text: (ArrayConstructor | StringConstructor)[];
|
|
2409
2432
|
title: StringConstructor;
|
|
2410
2433
|
}>>, {
|
|
2411
2434
|
size: EvCardContentSize;
|
|
2412
|
-
style:
|
|
2435
|
+
style: StyleValue_2;
|
|
2413
2436
|
}, {}>, Readonly<{
|
|
2414
2437
|
default(): never;
|
|
2415
2438
|
icon(): never;
|
|
@@ -2451,7 +2474,7 @@ default: isDeepEqual;
|
|
|
2451
2474
|
reset: () => void;
|
|
2452
2475
|
resetValidation: () => void;
|
|
2453
2476
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2454
|
-
input:
|
|
2477
|
+
input: Ref_3<HTMLInputElement>;
|
|
2455
2478
|
focus: () => void;
|
|
2456
2479
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2457
2480
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -2528,14 +2551,14 @@ style: StyleValue;
|
|
|
2528
2551
|
default(): never;
|
|
2529
2552
|
}>>;
|
|
2530
2553
|
|
|
2531
|
-
export declare const EvContainer: __VLS_WithTemplateSlots_24<
|
|
2554
|
+
export declare const EvContainer: __VLS_WithTemplateSlots_24<DefineComponent_2< {
|
|
2532
2555
|
tag: {
|
|
2533
2556
|
type: StringConstructor;
|
|
2534
2557
|
default: string;
|
|
2535
2558
|
};
|
|
2536
|
-
class:
|
|
2559
|
+
class: PropType_2<any>;
|
|
2537
2560
|
style: {
|
|
2538
|
-
type:
|
|
2561
|
+
type: PropType_2<StyleValue_2>;
|
|
2539
2562
|
default: any;
|
|
2540
2563
|
};
|
|
2541
2564
|
fluid: {
|
|
@@ -2543,17 +2566,17 @@ type: BooleanConstructor;
|
|
|
2543
2566
|
default: boolean;
|
|
2544
2567
|
};
|
|
2545
2568
|
fill: BooleanConstructor;
|
|
2546
|
-
hidden:
|
|
2547
|
-
height:
|
|
2548
|
-
width:
|
|
2549
|
-
}, {}, unknown, {}, {},
|
|
2569
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
2570
|
+
height: PropType_2<DisplayRuleProp>;
|
|
2571
|
+
width: PropType_2<DisplayRuleProp>;
|
|
2572
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
2550
2573
|
tag: {
|
|
2551
2574
|
type: StringConstructor;
|
|
2552
2575
|
default: string;
|
|
2553
2576
|
};
|
|
2554
|
-
class:
|
|
2577
|
+
class: PropType_2<any>;
|
|
2555
2578
|
style: {
|
|
2556
|
-
type:
|
|
2579
|
+
type: PropType_2<StyleValue_2>;
|
|
2557
2580
|
default: any;
|
|
2558
2581
|
};
|
|
2559
2582
|
fluid: {
|
|
@@ -2561,12 +2584,12 @@ type: BooleanConstructor;
|
|
|
2561
2584
|
default: boolean;
|
|
2562
2585
|
};
|
|
2563
2586
|
fill: BooleanConstructor;
|
|
2564
|
-
hidden:
|
|
2565
|
-
height:
|
|
2566
|
-
width:
|
|
2587
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
2588
|
+
height: PropType_2<DisplayRuleProp>;
|
|
2589
|
+
width: PropType_2<DisplayRuleProp>;
|
|
2567
2590
|
}>>, {
|
|
2568
2591
|
fill: boolean;
|
|
2569
|
-
style:
|
|
2592
|
+
style: StyleValue_2;
|
|
2570
2593
|
tag: string;
|
|
2571
2594
|
fluid: boolean;
|
|
2572
2595
|
}, {}>, {
|
|
@@ -2986,10 +3009,10 @@ showHeaders: boolean;
|
|
|
2986
3009
|
"select-actions"(): never;
|
|
2987
3010
|
}>>;
|
|
2988
3011
|
|
|
2989
|
-
export declare const EvDataTableCell: __VLS_WithTemplateSlots_14<
|
|
2990
|
-
class:
|
|
3012
|
+
export declare const EvDataTableCell: __VLS_WithTemplateSlots_14<DefineComponent_2< {
|
|
3013
|
+
class: PropType_2<any>;
|
|
2991
3014
|
style: {
|
|
2992
|
-
type:
|
|
3015
|
+
type: PropType_2<StyleValue_2>;
|
|
2993
3016
|
default: any;
|
|
2994
3017
|
};
|
|
2995
3018
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -2998,17 +3021,17 @@ maxWidth: (StringConstructor | NumberConstructor)[];
|
|
|
2998
3021
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2999
3022
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3000
3023
|
width: (StringConstructor | NumberConstructor)[];
|
|
3001
|
-
align:
|
|
3024
|
+
align: PropType_2<"start" | "end" | "center">;
|
|
3002
3025
|
colspan: NumberConstructor;
|
|
3003
3026
|
noPadding: BooleanConstructor;
|
|
3004
3027
|
tag: {
|
|
3005
|
-
type:
|
|
3028
|
+
type: PropType_2<"td" | "th">;
|
|
3006
3029
|
default: string;
|
|
3007
3030
|
};
|
|
3008
|
-
}, {}, unknown, {}, {},
|
|
3009
|
-
class:
|
|
3031
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
3032
|
+
class: PropType_2<any>;
|
|
3010
3033
|
style: {
|
|
3011
|
-
type:
|
|
3034
|
+
type: PropType_2<StyleValue_2>;
|
|
3012
3035
|
default: any;
|
|
3013
3036
|
};
|
|
3014
3037
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -3017,51 +3040,51 @@ maxWidth: (StringConstructor | NumberConstructor)[];
|
|
|
3017
3040
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3018
3041
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3019
3042
|
width: (StringConstructor | NumberConstructor)[];
|
|
3020
|
-
align:
|
|
3043
|
+
align: PropType_2<"start" | "end" | "center">;
|
|
3021
3044
|
colspan: NumberConstructor;
|
|
3022
3045
|
noPadding: BooleanConstructor;
|
|
3023
3046
|
tag: {
|
|
3024
|
-
type:
|
|
3047
|
+
type: PropType_2<"td" | "th">;
|
|
3025
3048
|
default: string;
|
|
3026
3049
|
};
|
|
3027
3050
|
}>>, {
|
|
3028
|
-
style:
|
|
3051
|
+
style: StyleValue_2;
|
|
3029
3052
|
tag: "td" | "th";
|
|
3030
3053
|
noPadding: boolean;
|
|
3031
3054
|
}, {}>, Readonly<{
|
|
3032
3055
|
default(): never;
|
|
3033
3056
|
}>>;
|
|
3034
3057
|
|
|
3035
|
-
export declare const EvDataTableRow: __VLS_WithTemplateSlots_13<
|
|
3058
|
+
export declare const EvDataTableRow: __VLS_WithTemplateSlots_13<DefineComponent_2< {
|
|
3036
3059
|
index: NumberConstructor;
|
|
3037
3060
|
selectable: BooleanConstructor;
|
|
3038
|
-
item:
|
|
3039
|
-
cellProps:
|
|
3040
|
-
onClick:
|
|
3041
|
-
onContextmenu:
|
|
3042
|
-
onDblclick:
|
|
3043
|
-
}, {}, unknown, {}, {},
|
|
3061
|
+
item: PropType_2<DataTableItem<any>>;
|
|
3062
|
+
cellProps: PropType_2<CellProps<any>>;
|
|
3063
|
+
onClick: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3064
|
+
onContextmenu: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3065
|
+
onDblclick: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3066
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
3044
3067
|
index: NumberConstructor;
|
|
3045
3068
|
selectable: BooleanConstructor;
|
|
3046
|
-
item:
|
|
3047
|
-
cellProps:
|
|
3048
|
-
onClick:
|
|
3049
|
-
onContextmenu:
|
|
3050
|
-
onDblclick:
|
|
3069
|
+
item: PropType_2<DataTableItem<any>>;
|
|
3070
|
+
cellProps: PropType_2<CellProps<any>>;
|
|
3071
|
+
onClick: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3072
|
+
onContextmenu: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3073
|
+
onDblclick: PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3051
3074
|
}>>, {
|
|
3052
3075
|
selectable: boolean;
|
|
3053
3076
|
}, {}>, Readonly<{
|
|
3054
3077
|
default(props: ItemSlot): never;
|
|
3055
3078
|
}>>;
|
|
3056
3079
|
|
|
3057
|
-
export declare const EvDataTableSearch: __VLS_WithTemplateSlots_15<
|
|
3080
|
+
export declare const EvDataTableSearch: __VLS_WithTemplateSlots_15<DefineComponent_2< {
|
|
3058
3081
|
sort: {
|
|
3059
|
-
type:
|
|
3082
|
+
type: PropType_2<string[]>;
|
|
3060
3083
|
default: () => any[];
|
|
3061
3084
|
};
|
|
3062
|
-
sortOptions:
|
|
3085
|
+
sortOptions: PropType_2<SortOption[]>;
|
|
3063
3086
|
filters: {
|
|
3064
|
-
type:
|
|
3087
|
+
type: PropType_2<Record<string, any>>;
|
|
3065
3088
|
default: () => {};
|
|
3066
3089
|
};
|
|
3067
3090
|
hideSelectAll: BooleanConstructor;
|
|
@@ -3072,19 +3095,19 @@ type: NumberConstructor;
|
|
|
3072
3095
|
default: number;
|
|
3073
3096
|
};
|
|
3074
3097
|
searchPlaceholder: StringConstructor;
|
|
3075
|
-
selectActions:
|
|
3076
|
-
}, {}, unknown, {}, {},
|
|
3098
|
+
selectActions: PropType_2<EvButtonProps[]>;
|
|
3099
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {
|
|
3077
3100
|
"update:sort": (...args: any[]) => void;
|
|
3078
3101
|
"click:filter": (...args: any[]) => void;
|
|
3079
3102
|
"update:search": (...args: any[]) => void;
|
|
3080
|
-
}, string,
|
|
3103
|
+
}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
3081
3104
|
sort: {
|
|
3082
|
-
type:
|
|
3105
|
+
type: PropType_2<string[]>;
|
|
3083
3106
|
default: () => any[];
|
|
3084
3107
|
};
|
|
3085
|
-
sortOptions:
|
|
3108
|
+
sortOptions: PropType_2<SortOption[]>;
|
|
3086
3109
|
filters: {
|
|
3087
|
-
type:
|
|
3110
|
+
type: PropType_2<Record<string, any>>;
|
|
3088
3111
|
default: () => {};
|
|
3089
3112
|
};
|
|
3090
3113
|
hideSelectAll: BooleanConstructor;
|
|
@@ -3095,7 +3118,7 @@ type: NumberConstructor;
|
|
|
3095
3118
|
default: number;
|
|
3096
3119
|
};
|
|
3097
3120
|
searchPlaceholder: StringConstructor;
|
|
3098
|
-
selectActions:
|
|
3121
|
+
selectActions: PropType_2<EvButtonProps[]>;
|
|
3099
3122
|
}>> & {
|
|
3100
3123
|
"onUpdate:sort"?: (...args: any[]) => any;
|
|
3101
3124
|
"onUpdate:search"?: (...args: any[]) => any;
|
|
@@ -3359,7 +3382,7 @@ default: boolean;
|
|
|
3359
3382
|
type: PropType<boolean | {
|
|
3360
3383
|
component: {
|
|
3361
3384
|
new (...args: any[]): {
|
|
3362
|
-
$:
|
|
3385
|
+
$: ComponentInternalInstance_2;
|
|
3363
3386
|
$data: {};
|
|
3364
3387
|
$props: {
|
|
3365
3388
|
style?: unknown;
|
|
@@ -3460,7 +3483,7 @@ default?(_: {}): any;
|
|
|
3460
3483
|
default: boolean | {
|
|
3461
3484
|
component: {
|
|
3462
3485
|
new (...args: any[]): {
|
|
3463
|
-
$:
|
|
3486
|
+
$: ComponentInternalInstance_2;
|
|
3464
3487
|
$data: {};
|
|
3465
3488
|
$props: {
|
|
3466
3489
|
style?: unknown;
|
|
@@ -3560,24 +3583,24 @@ default?(_: {}): any;
|
|
|
3560
3583
|
};
|
|
3561
3584
|
};
|
|
3562
3585
|
scrollStrategy: Omit<{
|
|
3563
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3586
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
3564
3587
|
default: string;
|
|
3565
3588
|
validator: (val: any) => boolean;
|
|
3566
3589
|
}, "type" | "default"> & {
|
|
3567
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3568
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3590
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
3591
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
3569
3592
|
};
|
|
3570
3593
|
positionStrategy: Omit<{
|
|
3571
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3594
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3572
3595
|
updatePosition: (e: Event) => void;
|
|
3573
3596
|
})>;
|
|
3574
3597
|
default: string;
|
|
3575
3598
|
validator: (value: any) => boolean;
|
|
3576
3599
|
}, "type" | "default"> & {
|
|
3577
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3600
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3578
3601
|
updatePosition: (e: Event) => void;
|
|
3579
3602
|
})>>;
|
|
3580
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3603
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3581
3604
|
updatePosition: (e: Event) => void;
|
|
3582
3605
|
})>;
|
|
3583
3606
|
};
|
|
@@ -3626,7 +3649,7 @@ contained: BooleanConstructor;
|
|
|
3626
3649
|
contentClass: any;
|
|
3627
3650
|
contentProps: any;
|
|
3628
3651
|
disabled: BooleanConstructor;
|
|
3629
|
-
modelValue: PropType<boolean |
|
|
3652
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
3630
3653
|
persistent: BooleanConstructor;
|
|
3631
3654
|
veil: {
|
|
3632
3655
|
type: BooleanConstructor;
|
|
@@ -3665,7 +3688,7 @@ default: boolean;
|
|
|
3665
3688
|
type: PropType<boolean | {
|
|
3666
3689
|
component: {
|
|
3667
3690
|
new (...args: any[]): {
|
|
3668
|
-
$:
|
|
3691
|
+
$: ComponentInternalInstance_2;
|
|
3669
3692
|
$data: {};
|
|
3670
3693
|
$props: {
|
|
3671
3694
|
style?: unknown;
|
|
@@ -3766,7 +3789,7 @@ default?(_: {}): any;
|
|
|
3766
3789
|
default: boolean | {
|
|
3767
3790
|
component: {
|
|
3768
3791
|
new (...args: any[]): {
|
|
3769
|
-
$:
|
|
3792
|
+
$: ComponentInternalInstance_2;
|
|
3770
3793
|
$data: {};
|
|
3771
3794
|
$props: {
|
|
3772
3795
|
style?: unknown;
|
|
@@ -3866,24 +3889,24 @@ default?(_: {}): any;
|
|
|
3866
3889
|
};
|
|
3867
3890
|
};
|
|
3868
3891
|
scrollStrategy: Omit<{
|
|
3869
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3892
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
3870
3893
|
default: string;
|
|
3871
3894
|
validator: (val: any) => boolean;
|
|
3872
3895
|
}, "type" | "default"> & {
|
|
3873
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3874
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
3896
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
3897
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
3875
3898
|
};
|
|
3876
3899
|
positionStrategy: Omit<{
|
|
3877
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3900
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3878
3901
|
updatePosition: (e: Event) => void;
|
|
3879
3902
|
})>;
|
|
3880
3903
|
default: string;
|
|
3881
3904
|
validator: (value: any) => boolean;
|
|
3882
3905
|
}, "type" | "default"> & {
|
|
3883
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3906
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3884
3907
|
updatePosition: (e: Event) => void;
|
|
3885
3908
|
})>>;
|
|
3886
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
3909
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
3887
3910
|
updatePosition: (e: Event) => void;
|
|
3888
3911
|
})>;
|
|
3889
3912
|
};
|
|
@@ -3932,7 +3955,7 @@ contained: BooleanConstructor;
|
|
|
3932
3955
|
contentClass: any;
|
|
3933
3956
|
contentProps: any;
|
|
3934
3957
|
disabled: BooleanConstructor;
|
|
3935
|
-
modelValue: PropType<boolean |
|
|
3958
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
3936
3959
|
persistent: BooleanConstructor;
|
|
3937
3960
|
veil: {
|
|
3938
3961
|
type: BooleanConstructor;
|
|
@@ -3963,7 +3986,7 @@ contentClass: any;
|
|
|
3963
3986
|
transition: boolean | {
|
|
3964
3987
|
component: {
|
|
3965
3988
|
new (...args: any[]): {
|
|
3966
|
-
$:
|
|
3989
|
+
$: ComponentInternalInstance_2;
|
|
3967
3990
|
$data: {};
|
|
3968
3991
|
$props: {
|
|
3969
3992
|
style?: unknown;
|
|
@@ -4071,10 +4094,10 @@ openOnClick: boolean;
|
|
|
4071
4094
|
openOnHover: boolean;
|
|
4072
4095
|
openOnFocus: boolean;
|
|
4073
4096
|
closeOnContentClick: boolean;
|
|
4074
|
-
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4097
|
+
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4075
4098
|
updatePosition: (e: Event) => void;
|
|
4076
4099
|
})>;
|
|
4077
|
-
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4100
|
+
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4078
4101
|
closeOnBack: boolean;
|
|
4079
4102
|
contained: boolean;
|
|
4080
4103
|
persistent: boolean;
|
|
@@ -4119,7 +4142,7 @@ declare class EvDialogRenderer {
|
|
|
4119
4142
|
* @param id
|
|
4120
4143
|
* @param options
|
|
4121
4144
|
*/
|
|
4122
|
-
constructor(app:
|
|
4145
|
+
constructor(app: App_3, id: number, options: EvDialogServiceOptions);
|
|
4123
4146
|
get data(): any;
|
|
4124
4147
|
/**
|
|
4125
4148
|
* ## close
|
|
@@ -4165,7 +4188,7 @@ declare class EvDialogRenderer {
|
|
|
4165
4188
|
* # EvDialogService
|
|
4166
4189
|
*/
|
|
4167
4190
|
export declare const EvDialogService: {
|
|
4168
|
-
install: (app:
|
|
4191
|
+
install: (app: App_2) => void;
|
|
4169
4192
|
};
|
|
4170
4193
|
|
|
4171
4194
|
/**
|
|
@@ -4174,7 +4197,7 @@ export declare const EvDialogService: {
|
|
|
4174
4197
|
declare class EvDialogServiceOpener {
|
|
4175
4198
|
private app;
|
|
4176
4199
|
private instanceId;
|
|
4177
|
-
constructor(app:
|
|
4200
|
+
constructor(app: App_3);
|
|
4178
4201
|
/**
|
|
4179
4202
|
* ## open
|
|
4180
4203
|
* @param options
|
|
@@ -4229,7 +4252,7 @@ thickness: number;
|
|
|
4229
4252
|
}>;
|
|
4230
4253
|
|
|
4231
4254
|
export declare const EvDrawer: DefineComponent< {
|
|
4232
|
-
modelValue: PropType<boolean |
|
|
4255
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
4233
4256
|
disabled: BooleanConstructor;
|
|
4234
4257
|
style: {
|
|
4235
4258
|
type: PropType<StyleValue>;
|
|
@@ -4250,7 +4273,7 @@ default: boolean;
|
|
|
4250
4273
|
type: PropType<boolean | {
|
|
4251
4274
|
component: {
|
|
4252
4275
|
new (...args: any[]): {
|
|
4253
|
-
$:
|
|
4276
|
+
$: ComponentInternalInstance_2;
|
|
4254
4277
|
$data: {};
|
|
4255
4278
|
$props: {
|
|
4256
4279
|
style?: unknown;
|
|
@@ -4351,7 +4374,7 @@ default?(_: {}): any;
|
|
|
4351
4374
|
default: boolean | {
|
|
4352
4375
|
component: {
|
|
4353
4376
|
new (...args: any[]): {
|
|
4354
|
-
$:
|
|
4377
|
+
$: ComponentInternalInstance_2;
|
|
4355
4378
|
$data: {};
|
|
4356
4379
|
$props: {
|
|
4357
4380
|
style?: unknown;
|
|
@@ -4486,26 +4509,26 @@ default: any;
|
|
|
4486
4509
|
};
|
|
4487
4510
|
closeOnContentClick: BooleanConstructor;
|
|
4488
4511
|
positionStrategy: Omit<{
|
|
4489
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4512
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4490
4513
|
updatePosition: (e: Event) => void;
|
|
4491
4514
|
})>;
|
|
4492
4515
|
default: string;
|
|
4493
4516
|
validator: (value: any) => boolean;
|
|
4494
4517
|
}, "type" | "default"> & {
|
|
4495
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4518
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4496
4519
|
updatePosition: (e: Event) => void;
|
|
4497
4520
|
})>>;
|
|
4498
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4521
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4499
4522
|
updatePosition: (e: Event) => void;
|
|
4500
4523
|
})>;
|
|
4501
4524
|
};
|
|
4502
4525
|
scrollStrategy: Omit<{
|
|
4503
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4526
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4504
4527
|
default: string;
|
|
4505
4528
|
validator: (val: any) => boolean;
|
|
4506
4529
|
}, "type" | "default"> & {
|
|
4507
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4508
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4530
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
4531
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4509
4532
|
};
|
|
4510
4533
|
closeOnBack: {
|
|
4511
4534
|
type: BooleanConstructor;
|
|
@@ -4535,7 +4558,7 @@ default: string;
|
|
|
4535
4558
|
}, {
|
|
4536
4559
|
close: typeof close_3;
|
|
4537
4560
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
4538
|
-
modelValue: PropType<boolean |
|
|
4561
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
4539
4562
|
disabled: BooleanConstructor;
|
|
4540
4563
|
style: {
|
|
4541
4564
|
type: PropType<StyleValue>;
|
|
@@ -4556,7 +4579,7 @@ default: boolean;
|
|
|
4556
4579
|
type: PropType<boolean | {
|
|
4557
4580
|
component: {
|
|
4558
4581
|
new (...args: any[]): {
|
|
4559
|
-
$:
|
|
4582
|
+
$: ComponentInternalInstance_2;
|
|
4560
4583
|
$data: {};
|
|
4561
4584
|
$props: {
|
|
4562
4585
|
style?: unknown;
|
|
@@ -4657,7 +4680,7 @@ default?(_: {}): any;
|
|
|
4657
4680
|
default: boolean | {
|
|
4658
4681
|
component: {
|
|
4659
4682
|
new (...args: any[]): {
|
|
4660
|
-
$:
|
|
4683
|
+
$: ComponentInternalInstance_2;
|
|
4661
4684
|
$data: {};
|
|
4662
4685
|
$props: {
|
|
4663
4686
|
style?: unknown;
|
|
@@ -4792,26 +4815,26 @@ default: any;
|
|
|
4792
4815
|
};
|
|
4793
4816
|
closeOnContentClick: BooleanConstructor;
|
|
4794
4817
|
positionStrategy: Omit<{
|
|
4795
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4818
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4796
4819
|
updatePosition: (e: Event) => void;
|
|
4797
4820
|
})>;
|
|
4798
4821
|
default: string;
|
|
4799
4822
|
validator: (value: any) => boolean;
|
|
4800
4823
|
}, "type" | "default"> & {
|
|
4801
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4824
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4802
4825
|
updatePosition: (e: Event) => void;
|
|
4803
4826
|
})>>;
|
|
4804
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4827
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4805
4828
|
updatePosition: (e: Event) => void;
|
|
4806
4829
|
})>;
|
|
4807
4830
|
};
|
|
4808
4831
|
scrollStrategy: Omit<{
|
|
4809
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4832
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4810
4833
|
default: string;
|
|
4811
4834
|
validator: (val: any) => boolean;
|
|
4812
4835
|
}, "type" | "default"> & {
|
|
4813
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4814
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4836
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
4837
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4815
4838
|
};
|
|
4816
4839
|
closeOnBack: {
|
|
4817
4840
|
type: BooleanConstructor;
|
|
@@ -4846,7 +4869,7 @@ contentClass: any;
|
|
|
4846
4869
|
transition: boolean | {
|
|
4847
4870
|
component: {
|
|
4848
4871
|
new (...args: any[]): {
|
|
4849
|
-
$:
|
|
4872
|
+
$: ComponentInternalInstance_2;
|
|
4850
4873
|
$data: {};
|
|
4851
4874
|
$props: {
|
|
4852
4875
|
style?: unknown;
|
|
@@ -4954,10 +4977,10 @@ openOnClick: boolean;
|
|
|
4954
4977
|
openOnHover: boolean;
|
|
4955
4978
|
openOnFocus: boolean;
|
|
4956
4979
|
closeOnContentClick: boolean;
|
|
4957
|
-
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
4980
|
+
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
4958
4981
|
updatePosition: (e: Event) => void;
|
|
4959
4982
|
})>;
|
|
4960
|
-
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
4983
|
+
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
4961
4984
|
closeOnBack: boolean;
|
|
4962
4985
|
contained: boolean;
|
|
4963
4986
|
persistent: boolean;
|
|
@@ -4996,7 +5019,7 @@ declare class EvDrawerRenderer {
|
|
|
4996
5019
|
* @param id
|
|
4997
5020
|
* @param options
|
|
4998
5021
|
*/
|
|
4999
|
-
constructor(app:
|
|
5022
|
+
constructor(app: App_3, id: number, options: EvDrawerServiceOptions);
|
|
5000
5023
|
get data(): any;
|
|
5001
5024
|
/**
|
|
5002
5025
|
* ## close
|
|
@@ -5042,7 +5065,7 @@ declare class EvDrawerRenderer {
|
|
|
5042
5065
|
* # EvDialogService
|
|
5043
5066
|
*/
|
|
5044
5067
|
export declare const EvDrawerService: {
|
|
5045
|
-
install: (app:
|
|
5068
|
+
install: (app: App_2) => void;
|
|
5046
5069
|
};
|
|
5047
5070
|
|
|
5048
5071
|
/**
|
|
@@ -5051,7 +5074,7 @@ export declare const EvDrawerService: {
|
|
|
5051
5074
|
declare class EvDrawerServiceOpener {
|
|
5052
5075
|
private app;
|
|
5053
5076
|
private instanceId;
|
|
5054
|
-
constructor(app:
|
|
5077
|
+
constructor(app: App_3);
|
|
5055
5078
|
/**
|
|
5056
5079
|
* ## open
|
|
5057
5080
|
* @param options
|
|
@@ -5070,7 +5093,7 @@ export declare function eventName(propName: string): string;
|
|
|
5070
5093
|
|
|
5071
5094
|
export declare type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
5072
5095
|
|
|
5073
|
-
export declare const EventProp: <T extends any[] = any[]>() =>
|
|
5096
|
+
export declare const EventProp: <T extends any[] = any[]>() => PropType_3<EventProp<T, (...args: T) => any>>;
|
|
5074
5097
|
|
|
5075
5098
|
export declare const EvErrors: DefineComponent< {
|
|
5076
5099
|
class: PropType<any>;
|
|
@@ -5623,7 +5646,7 @@ default: string;
|
|
|
5623
5646
|
};
|
|
5624
5647
|
}, {
|
|
5625
5648
|
reset: typeof reset;
|
|
5626
|
-
rootElement:
|
|
5649
|
+
rootElement: Ref_3<HTMLDivElement>;
|
|
5627
5650
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5628
5651
|
load: (options: {
|
|
5629
5652
|
side: InfiniteScrollSide;
|
|
@@ -5742,46 +5765,46 @@ clickable: boolean;
|
|
|
5742
5765
|
default(): never;
|
|
5743
5766
|
}>>;
|
|
5744
5767
|
|
|
5745
|
-
export declare const EvLayout: __VLS_WithTemplateSlots_25<
|
|
5768
|
+
export declare const EvLayout: __VLS_WithTemplateSlots_25<DefineComponent_2< {
|
|
5746
5769
|
tag: {
|
|
5747
5770
|
type: StringConstructor;
|
|
5748
5771
|
default: string;
|
|
5749
5772
|
};
|
|
5750
|
-
class:
|
|
5773
|
+
class: PropType_2<any>;
|
|
5751
5774
|
style: {
|
|
5752
|
-
type:
|
|
5775
|
+
type: PropType_2<StyleValue_2>;
|
|
5753
5776
|
default: any;
|
|
5754
5777
|
};
|
|
5755
|
-
align:
|
|
5756
|
-
alignContent:
|
|
5778
|
+
align: PropType_2<AlignItemsProp>;
|
|
5779
|
+
alignContent: PropType_2<AlignContentProp>;
|
|
5757
5780
|
column: BooleanConstructor;
|
|
5758
|
-
gutter:
|
|
5759
|
-
justify:
|
|
5781
|
+
gutter: PropType_2<SpacerProp>;
|
|
5782
|
+
justify: PropType_2<JustifyContentProp>;
|
|
5760
5783
|
nowrap: BooleanConstructor;
|
|
5761
|
-
hidden:
|
|
5762
|
-
height:
|
|
5763
|
-
width:
|
|
5764
|
-
}, {}, unknown, {}, {},
|
|
5784
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
5785
|
+
height: PropType_2<DisplayRuleProp>;
|
|
5786
|
+
width: PropType_2<DisplayRuleProp>;
|
|
5787
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
5765
5788
|
tag: {
|
|
5766
5789
|
type: StringConstructor;
|
|
5767
5790
|
default: string;
|
|
5768
5791
|
};
|
|
5769
|
-
class:
|
|
5792
|
+
class: PropType_2<any>;
|
|
5770
5793
|
style: {
|
|
5771
|
-
type:
|
|
5794
|
+
type: PropType_2<StyleValue_2>;
|
|
5772
5795
|
default: any;
|
|
5773
5796
|
};
|
|
5774
|
-
align:
|
|
5775
|
-
alignContent:
|
|
5797
|
+
align: PropType_2<AlignItemsProp>;
|
|
5798
|
+
alignContent: PropType_2<AlignContentProp>;
|
|
5776
5799
|
column: BooleanConstructor;
|
|
5777
|
-
gutter:
|
|
5778
|
-
justify:
|
|
5800
|
+
gutter: PropType_2<SpacerProp>;
|
|
5801
|
+
justify: PropType_2<JustifyContentProp>;
|
|
5779
5802
|
nowrap: BooleanConstructor;
|
|
5780
|
-
hidden:
|
|
5781
|
-
height:
|
|
5782
|
-
width:
|
|
5803
|
+
hidden: PropType_2<VisibilityRuleProp>;
|
|
5804
|
+
height: PropType_2<DisplayRuleProp>;
|
|
5805
|
+
width: PropType_2<DisplayRuleProp>;
|
|
5783
5806
|
}>>, {
|
|
5784
|
-
style:
|
|
5807
|
+
style: StyleValue_2;
|
|
5785
5808
|
column: boolean;
|
|
5786
5809
|
nowrap: boolean;
|
|
5787
5810
|
tag: string;
|
|
@@ -6131,7 +6154,7 @@ default: boolean;
|
|
|
6131
6154
|
type: PropType<boolean | {
|
|
6132
6155
|
component: {
|
|
6133
6156
|
new (...args: any[]): {
|
|
6134
|
-
$:
|
|
6157
|
+
$: ComponentInternalInstance_2;
|
|
6135
6158
|
$data: {};
|
|
6136
6159
|
$props: {
|
|
6137
6160
|
style?: unknown;
|
|
@@ -6232,7 +6255,7 @@ default?(_: {}): any;
|
|
|
6232
6255
|
default: boolean | {
|
|
6233
6256
|
component: {
|
|
6234
6257
|
new (...args: any[]): {
|
|
6235
|
-
$:
|
|
6258
|
+
$: ComponentInternalInstance_2;
|
|
6236
6259
|
$data: {};
|
|
6237
6260
|
$props: {
|
|
6238
6261
|
style?: unknown;
|
|
@@ -6332,24 +6355,24 @@ default?(_: {}): any;
|
|
|
6332
6355
|
};
|
|
6333
6356
|
};
|
|
6334
6357
|
scrollStrategy: Omit<{
|
|
6335
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6358
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
6336
6359
|
default: string;
|
|
6337
6360
|
validator: (val: any) => boolean;
|
|
6338
6361
|
}, "type" | "default"> & {
|
|
6339
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6340
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6362
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
6363
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
6341
6364
|
};
|
|
6342
6365
|
positionStrategy: Omit<{
|
|
6343
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6366
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6344
6367
|
updatePosition: (e: Event) => void;
|
|
6345
6368
|
})>;
|
|
6346
6369
|
default: string;
|
|
6347
6370
|
validator: (value: any) => boolean;
|
|
6348
6371
|
}, "type" | "default"> & {
|
|
6349
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6372
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6350
6373
|
updatePosition: (e: Event) => void;
|
|
6351
6374
|
})>>;
|
|
6352
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6375
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6353
6376
|
updatePosition: (e: Event) => void;
|
|
6354
6377
|
})>;
|
|
6355
6378
|
};
|
|
@@ -6407,7 +6430,7 @@ contained: BooleanConstructor;
|
|
|
6407
6430
|
contentClass: any;
|
|
6408
6431
|
contentProps: any;
|
|
6409
6432
|
disabled: BooleanConstructor;
|
|
6410
|
-
modelValue: PropType<boolean |
|
|
6433
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
6411
6434
|
persistent: BooleanConstructor;
|
|
6412
6435
|
veil: Omit<{
|
|
6413
6436
|
type: BooleanConstructor;
|
|
@@ -6422,7 +6445,7 @@ default: number;
|
|
|
6422
6445
|
};
|
|
6423
6446
|
id: StringConstructor;
|
|
6424
6447
|
}, {
|
|
6425
|
-
id:
|
|
6448
|
+
id: ComputedRef_2<string>;
|
|
6426
6449
|
openChildren: ShallowRef<number>;
|
|
6427
6450
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
6428
6451
|
class: PropType<any>;
|
|
@@ -6437,7 +6460,7 @@ default: boolean;
|
|
|
6437
6460
|
type: PropType<boolean | {
|
|
6438
6461
|
component: {
|
|
6439
6462
|
new (...args: any[]): {
|
|
6440
|
-
$:
|
|
6463
|
+
$: ComponentInternalInstance_2;
|
|
6441
6464
|
$data: {};
|
|
6442
6465
|
$props: {
|
|
6443
6466
|
style?: unknown;
|
|
@@ -6538,7 +6561,7 @@ default?(_: {}): any;
|
|
|
6538
6561
|
default: boolean | {
|
|
6539
6562
|
component: {
|
|
6540
6563
|
new (...args: any[]): {
|
|
6541
|
-
$:
|
|
6564
|
+
$: ComponentInternalInstance_2;
|
|
6542
6565
|
$data: {};
|
|
6543
6566
|
$props: {
|
|
6544
6567
|
style?: unknown;
|
|
@@ -6638,24 +6661,24 @@ default?(_: {}): any;
|
|
|
6638
6661
|
};
|
|
6639
6662
|
};
|
|
6640
6663
|
scrollStrategy: Omit<{
|
|
6641
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6664
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
6642
6665
|
default: string;
|
|
6643
6666
|
validator: (val: any) => boolean;
|
|
6644
6667
|
}, "type" | "default"> & {
|
|
6645
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6646
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6668
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
6669
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
6647
6670
|
};
|
|
6648
6671
|
positionStrategy: Omit<{
|
|
6649
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6672
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6650
6673
|
updatePosition: (e: Event) => void;
|
|
6651
6674
|
})>;
|
|
6652
6675
|
default: string;
|
|
6653
6676
|
validator: (value: any) => boolean;
|
|
6654
6677
|
}, "type" | "default"> & {
|
|
6655
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6678
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6656
6679
|
updatePosition: (e: Event) => void;
|
|
6657
6680
|
})>>;
|
|
6658
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6681
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6659
6682
|
updatePosition: (e: Event) => void;
|
|
6660
6683
|
})>;
|
|
6661
6684
|
};
|
|
@@ -6713,7 +6736,7 @@ contained: BooleanConstructor;
|
|
|
6713
6736
|
contentClass: any;
|
|
6714
6737
|
contentProps: any;
|
|
6715
6738
|
disabled: BooleanConstructor;
|
|
6716
|
-
modelValue: PropType<boolean |
|
|
6739
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
6717
6740
|
persistent: BooleanConstructor;
|
|
6718
6741
|
veil: Omit<{
|
|
6719
6742
|
type: BooleanConstructor;
|
|
@@ -6735,7 +6758,7 @@ contentClass: any;
|
|
|
6735
6758
|
transition: boolean | {
|
|
6736
6759
|
component: {
|
|
6737
6760
|
new (...args: any[]): {
|
|
6738
|
-
$:
|
|
6761
|
+
$: ComponentInternalInstance_2;
|
|
6739
6762
|
$data: {};
|
|
6740
6763
|
$props: {
|
|
6741
6764
|
style?: unknown;
|
|
@@ -6844,10 +6867,10 @@ openOnClick: boolean;
|
|
|
6844
6867
|
openOnHover: boolean;
|
|
6845
6868
|
openOnFocus: boolean;
|
|
6846
6869
|
closeOnContentClick: boolean;
|
|
6847
|
-
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
6870
|
+
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
6848
6871
|
updatePosition: (e: Event) => void;
|
|
6849
6872
|
})>;
|
|
6850
|
-
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
6873
|
+
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
6851
6874
|
closeOnBack: boolean;
|
|
6852
6875
|
contained: boolean;
|
|
6853
6876
|
persistent: boolean;
|
|
@@ -6897,11 +6920,11 @@ dismissDelay: {
|
|
|
6897
6920
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
6898
6921
|
default: number;
|
|
6899
6922
|
};
|
|
6900
|
-
dismissible: PropType<boolean |
|
|
6923
|
+
dismissible: PropType<boolean | Ref_3<boolean>>;
|
|
6901
6924
|
expandable: BooleanConstructor;
|
|
6902
6925
|
icon: PropType<IconValue>;
|
|
6903
6926
|
modelValue: {
|
|
6904
|
-
type: PropType<boolean |
|
|
6927
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
6905
6928
|
default: boolean;
|
|
6906
6929
|
};
|
|
6907
6930
|
title: StringConstructor;
|
|
@@ -6940,11 +6963,11 @@ dismissDelay: {
|
|
|
6940
6963
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
6941
6964
|
default: number;
|
|
6942
6965
|
};
|
|
6943
|
-
dismissible: PropType<boolean |
|
|
6966
|
+
dismissible: PropType<boolean | Ref_3<boolean>>;
|
|
6944
6967
|
expandable: BooleanConstructor;
|
|
6945
6968
|
icon: PropType<IconValue>;
|
|
6946
6969
|
modelValue: {
|
|
6947
|
-
type: PropType<boolean |
|
|
6970
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
6948
6971
|
default: boolean;
|
|
6949
6972
|
};
|
|
6950
6973
|
title: StringConstructor;
|
|
@@ -6955,7 +6978,7 @@ onDismissed?: (...args: any[]) => any;
|
|
|
6955
6978
|
"onClick:dismiss"?: (...args: any[]) => any;
|
|
6956
6979
|
"onClick:expand"?: (...args: any[]) => any;
|
|
6957
6980
|
}, {
|
|
6958
|
-
modelValue: boolean |
|
|
6981
|
+
modelValue: boolean | Ref_3<boolean>;
|
|
6959
6982
|
appearance: AppearanceProp;
|
|
6960
6983
|
variant: string;
|
|
6961
6984
|
style: StyleValue;
|
|
@@ -6976,7 +6999,7 @@ export declare interface EvMessageProps {
|
|
|
6976
6999
|
dismissible?: boolean;
|
|
6977
7000
|
expandable?: boolean;
|
|
6978
7001
|
icon?: IconValue;
|
|
6979
|
-
modelValue?:
|
|
7002
|
+
modelValue?: Ref_3<boolean>;
|
|
6980
7003
|
title?: string;
|
|
6981
7004
|
variant?: EvMessageVariant;
|
|
6982
7005
|
actions?: EvButtonProps[];
|
|
@@ -7031,13 +7054,13 @@ type: PropType<NonNullable<number | boolean>>;
|
|
|
7031
7054
|
default: NonNullable<number | boolean>;
|
|
7032
7055
|
};
|
|
7033
7056
|
dismissible: {
|
|
7034
|
-
type: PropType<NonNullable<boolean |
|
|
7035
|
-
default: NonNullable<boolean |
|
|
7057
|
+
type: PropType<NonNullable<boolean | Ref_3<boolean>>>;
|
|
7058
|
+
default: NonNullable<boolean | Ref_3<boolean>>;
|
|
7036
7059
|
};
|
|
7037
7060
|
expandable: BooleanConstructor;
|
|
7038
7061
|
icon: PropType<IconValue>;
|
|
7039
7062
|
modelValue: {
|
|
7040
|
-
type: PropType<boolean |
|
|
7063
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
7041
7064
|
default: boolean;
|
|
7042
7065
|
};
|
|
7043
7066
|
title: StringConstructor;
|
|
@@ -7089,13 +7112,13 @@ type: PropType<NonNullable<number | boolean>>;
|
|
|
7089
7112
|
default: NonNullable<number | boolean>;
|
|
7090
7113
|
};
|
|
7091
7114
|
dismissible: {
|
|
7092
|
-
type: PropType<NonNullable<boolean |
|
|
7093
|
-
default: NonNullable<boolean |
|
|
7115
|
+
type: PropType<NonNullable<boolean | Ref_3<boolean>>>;
|
|
7116
|
+
default: NonNullable<boolean | Ref_3<boolean>>;
|
|
7094
7117
|
};
|
|
7095
7118
|
expandable: BooleanConstructor;
|
|
7096
7119
|
icon: PropType<IconValue>;
|
|
7097
7120
|
modelValue: {
|
|
7098
|
-
type: PropType<boolean |
|
|
7121
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
7099
7122
|
default: boolean;
|
|
7100
7123
|
};
|
|
7101
7124
|
title: StringConstructor;
|
|
@@ -7109,7 +7132,7 @@ default: number;
|
|
|
7109
7132
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
7110
7133
|
onDismiss?: (...args: any[]) => any;
|
|
7111
7134
|
}, {
|
|
7112
|
-
modelValue: boolean |
|
|
7135
|
+
modelValue: boolean | Ref_3<boolean>;
|
|
7113
7136
|
appearance: AppearanceProp;
|
|
7114
7137
|
variant: string;
|
|
7115
7138
|
style: StyleValue;
|
|
@@ -7117,7 +7140,7 @@ zIndex: string | number;
|
|
|
7117
7140
|
tag: string;
|
|
7118
7141
|
dismissDelay: NonNullable<number | boolean>;
|
|
7119
7142
|
expandable: boolean;
|
|
7120
|
-
dismissible: NonNullable<boolean |
|
|
7143
|
+
dismissible: NonNullable<boolean | Ref_3<boolean>>;
|
|
7121
7144
|
}, {}>, Readonly<{
|
|
7122
7145
|
actions(): never;
|
|
7123
7146
|
default(): never;
|
|
@@ -7145,7 +7168,7 @@ export declare const EvNotifications: DefineComponent< {}, {}, {}, {}, {}, Co
|
|
|
7145
7168
|
* # EvNotificationService
|
|
7146
7169
|
*/
|
|
7147
7170
|
export declare const EvNotificationService: {
|
|
7148
|
-
install: (app:
|
|
7171
|
+
install: (app: App_2) => void;
|
|
7149
7172
|
};
|
|
7150
7173
|
|
|
7151
7174
|
export declare interface EvNotificationSlots extends EvMessageSlots {
|
|
@@ -7155,7 +7178,7 @@ export declare interface EvNotificationSlots extends EvMessageSlots {
|
|
|
7155
7178
|
* # EvNotificationsManager
|
|
7156
7179
|
*/
|
|
7157
7180
|
export declare class EvNotificationsManager {
|
|
7158
|
-
readonly notifications:
|
|
7181
|
+
readonly notifications: Ref_3< {
|
|
7159
7182
|
id: number;
|
|
7160
7183
|
props: {
|
|
7161
7184
|
timeout?: number;
|
|
@@ -7428,12 +7451,12 @@ type: PropType<EvTransitionProp>;
|
|
|
7428
7451
|
default: boolean;
|
|
7429
7452
|
};
|
|
7430
7453
|
scrollStrategy: {
|
|
7431
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
7454
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
7432
7455
|
default: string;
|
|
7433
7456
|
validator: (val: any) => boolean;
|
|
7434
7457
|
};
|
|
7435
7458
|
positionStrategy: {
|
|
7436
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
7459
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
7437
7460
|
updatePosition: (e: Event) => void;
|
|
7438
7461
|
})>;
|
|
7439
7462
|
default: string;
|
|
@@ -7481,7 +7504,7 @@ contained: BooleanConstructor;
|
|
|
7481
7504
|
contentClass: any;
|
|
7482
7505
|
contentProps: any;
|
|
7483
7506
|
disabled: BooleanConstructor;
|
|
7484
|
-
modelValue: PropType<boolean |
|
|
7507
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
7485
7508
|
persistent: BooleanConstructor;
|
|
7486
7509
|
veil: {
|
|
7487
7510
|
type: BooleanConstructor;
|
|
@@ -7493,11 +7516,11 @@ default: number;
|
|
|
7493
7516
|
};
|
|
7494
7517
|
disableGlobalStack: BooleanConstructor;
|
|
7495
7518
|
}, {
|
|
7496
|
-
activatorEl:
|
|
7497
|
-
contentEl:
|
|
7498
|
-
isTopGlobal: Readonly<
|
|
7499
|
-
isTopLocal:
|
|
7500
|
-
updatePosition:
|
|
7519
|
+
activatorEl: Ref_3<HTMLElement>;
|
|
7520
|
+
contentEl: Ref_3<HTMLElement>;
|
|
7521
|
+
isTopGlobal: Readonly<Ref_3<boolean>>;
|
|
7522
|
+
isTopLocal: ComputedRef_2<boolean>;
|
|
7523
|
+
updatePosition: Ref_3<(e: Event) => void>;
|
|
7501
7524
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7502
7525
|
"update:modelValue": (...args: any[]) => void;
|
|
7503
7526
|
"click:outside": (...args: any[]) => void;
|
|
@@ -7513,12 +7536,12 @@ type: PropType<EvTransitionProp>;
|
|
|
7513
7536
|
default: boolean;
|
|
7514
7537
|
};
|
|
7515
7538
|
scrollStrategy: {
|
|
7516
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
7539
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
7517
7540
|
default: string;
|
|
7518
7541
|
validator: (val: any) => boolean;
|
|
7519
7542
|
};
|
|
7520
7543
|
positionStrategy: {
|
|
7521
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
7544
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
7522
7545
|
updatePosition: (e: Event) => void;
|
|
7523
7546
|
})>;
|
|
7524
7547
|
default: string;
|
|
@@ -7566,7 +7589,7 @@ contained: BooleanConstructor;
|
|
|
7566
7589
|
contentClass: any;
|
|
7567
7590
|
contentProps: any;
|
|
7568
7591
|
disabled: BooleanConstructor;
|
|
7569
|
-
modelValue: PropType<boolean |
|
|
7592
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
7570
7593
|
persistent: BooleanConstructor;
|
|
7571
7594
|
veil: {
|
|
7572
7595
|
type: BooleanConstructor;
|
|
@@ -7596,10 +7619,10 @@ openOnClick: boolean;
|
|
|
7596
7619
|
openOnHover: boolean;
|
|
7597
7620
|
openOnFocus: boolean;
|
|
7598
7621
|
closeOnContentClick: boolean;
|
|
7599
|
-
positionStrategy: "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
7622
|
+
positionStrategy: "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
7600
7623
|
updatePosition: (e: Event) => void;
|
|
7601
7624
|
});
|
|
7602
|
-
scrollStrategy: "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
7625
|
+
scrollStrategy: "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition";
|
|
7603
7626
|
closeOnBack: boolean;
|
|
7604
7627
|
contained: boolean;
|
|
7605
7628
|
persistent: boolean;
|
|
@@ -7693,7 +7716,7 @@ value: any;
|
|
|
7693
7716
|
reset: () => void;
|
|
7694
7717
|
resetValidation: () => void;
|
|
7695
7718
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
7696
|
-
input:
|
|
7719
|
+
input: Ref_3<HTMLInputElement>;
|
|
7697
7720
|
focus: () => void;
|
|
7698
7721
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7699
7722
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -8290,20 +8313,20 @@ export declare type EvSlideGroupSlot = {
|
|
|
8290
8313
|
|
|
8291
8314
|
export declare const EvSlideGroupSymbol: InjectionKey<GroupProvide>;
|
|
8292
8315
|
|
|
8293
|
-
export declare const EvSpacer: __VLS_WithTemplateSlots_27<
|
|
8294
|
-
class:
|
|
8316
|
+
export declare const EvSpacer: __VLS_WithTemplateSlots_27<DefineComponent_2< {
|
|
8317
|
+
class: PropType_2<any>;
|
|
8295
8318
|
style: {
|
|
8296
|
-
type:
|
|
8319
|
+
type: PropType_2<StyleValue_2>;
|
|
8297
8320
|
default: any;
|
|
8298
8321
|
};
|
|
8299
|
-
}, {}, unknown, {}, {},
|
|
8300
|
-
class:
|
|
8322
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
8323
|
+
class: PropType_2<any>;
|
|
8301
8324
|
style: {
|
|
8302
|
-
type:
|
|
8325
|
+
type: PropType_2<StyleValue_2>;
|
|
8303
8326
|
default: any;
|
|
8304
8327
|
};
|
|
8305
8328
|
}>>, {
|
|
8306
|
-
style:
|
|
8329
|
+
style: StyleValue_2;
|
|
8307
8330
|
}, {}>, {
|
|
8308
8331
|
default?(_: {}): any;
|
|
8309
8332
|
}>;
|
|
@@ -8407,7 +8430,7 @@ default: isDeepEqual;
|
|
|
8407
8430
|
reset: () => void;
|
|
8408
8431
|
resetValidation: () => void;
|
|
8409
8432
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
8410
|
-
input:
|
|
8433
|
+
input: Ref_3<HTMLInputElement>;
|
|
8411
8434
|
focus: () => void;
|
|
8412
8435
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8413
8436
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -8462,104 +8485,104 @@ valueComparator: isDeepEqual;
|
|
|
8462
8485
|
label(): never;
|
|
8463
8486
|
}>>;
|
|
8464
8487
|
|
|
8465
|
-
export declare const EvTab: __VLS_WithTemplateSlots_54<
|
|
8488
|
+
export declare const EvTab: __VLS_WithTemplateSlots_54<DefineComponent_2< {
|
|
8466
8489
|
replace: BooleanConstructor;
|
|
8467
8490
|
value: any;
|
|
8468
8491
|
selectedClass: {
|
|
8469
|
-
type:
|
|
8492
|
+
type: PropType_2<string>;
|
|
8470
8493
|
default: string;
|
|
8471
8494
|
};
|
|
8472
8495
|
selectedAppearance: {
|
|
8473
|
-
type:
|
|
8496
|
+
type: PropType_2<string>;
|
|
8474
8497
|
default: string;
|
|
8475
8498
|
};
|
|
8476
8499
|
selectedVariant: {
|
|
8477
|
-
type:
|
|
8500
|
+
type: PropType_2<string>;
|
|
8478
8501
|
default: string;
|
|
8479
8502
|
};
|
|
8480
8503
|
disabled: BooleanConstructor;
|
|
8481
8504
|
appearance: {
|
|
8482
|
-
type:
|
|
8505
|
+
type: PropType_2<ButtonAppearanceProp>;
|
|
8483
8506
|
default: "default";
|
|
8484
8507
|
};
|
|
8485
8508
|
variant: Omit<{
|
|
8486
|
-
type:
|
|
8509
|
+
type: PropType_2<ButtonVariantProp>;
|
|
8487
8510
|
default: string;
|
|
8488
8511
|
}, "type" | "default"> & {
|
|
8489
|
-
type:
|
|
8512
|
+
type: PropType_2<NonNullable<ButtonVariantProp>>;
|
|
8490
8513
|
default: NonNullable<ButtonVariantProp>;
|
|
8491
8514
|
};
|
|
8492
|
-
size:
|
|
8515
|
+
size: PropType_2<InputSizeProp>;
|
|
8493
8516
|
style: {
|
|
8494
|
-
type:
|
|
8517
|
+
type: PropType_2<StyleValue_2>;
|
|
8495
8518
|
default: any;
|
|
8496
8519
|
};
|
|
8497
8520
|
text: StringConstructor;
|
|
8498
|
-
class:
|
|
8521
|
+
class: PropType_2<any>;
|
|
8499
8522
|
rounded: BooleanConstructor;
|
|
8500
|
-
icon:
|
|
8523
|
+
icon: PropType_2<boolean | IconValue>;
|
|
8501
8524
|
exact: BooleanConstructor;
|
|
8502
8525
|
loading: BooleanConstructor;
|
|
8503
|
-
to:
|
|
8526
|
+
to: PropType_2<RouteLocationRaw>;
|
|
8504
8527
|
href: StringConstructor;
|
|
8505
|
-
iconStart:
|
|
8506
|
-
iconEnd:
|
|
8528
|
+
iconStart: PropType_2<IconValue>;
|
|
8529
|
+
iconEnd: PropType_2<IconValue>;
|
|
8507
8530
|
fullWidth: BooleanConstructor;
|
|
8508
|
-
selectedIcon:
|
|
8509
|
-
selectedIconStart:
|
|
8510
|
-
selectedIconEnd:
|
|
8531
|
+
selectedIcon: PropType_2<IconValue>;
|
|
8532
|
+
selectedIconStart: PropType_2<IconValue>;
|
|
8533
|
+
selectedIconEnd: PropType_2<IconValue>;
|
|
8511
8534
|
direction: {
|
|
8512
|
-
type:
|
|
8535
|
+
type: PropType_2<TabDirection>;
|
|
8513
8536
|
default: string;
|
|
8514
8537
|
};
|
|
8515
|
-
}, {}, unknown, {}, {},
|
|
8538
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
8516
8539
|
replace: BooleanConstructor;
|
|
8517
8540
|
value: any;
|
|
8518
8541
|
selectedClass: {
|
|
8519
|
-
type:
|
|
8542
|
+
type: PropType_2<string>;
|
|
8520
8543
|
default: string;
|
|
8521
8544
|
};
|
|
8522
8545
|
selectedAppearance: {
|
|
8523
|
-
type:
|
|
8546
|
+
type: PropType_2<string>;
|
|
8524
8547
|
default: string;
|
|
8525
8548
|
};
|
|
8526
8549
|
selectedVariant: {
|
|
8527
|
-
type:
|
|
8550
|
+
type: PropType_2<string>;
|
|
8528
8551
|
default: string;
|
|
8529
8552
|
};
|
|
8530
8553
|
disabled: BooleanConstructor;
|
|
8531
8554
|
appearance: {
|
|
8532
|
-
type:
|
|
8555
|
+
type: PropType_2<ButtonAppearanceProp>;
|
|
8533
8556
|
default: "default";
|
|
8534
8557
|
};
|
|
8535
8558
|
variant: Omit<{
|
|
8536
|
-
type:
|
|
8559
|
+
type: PropType_2<ButtonVariantProp>;
|
|
8537
8560
|
default: string;
|
|
8538
8561
|
}, "type" | "default"> & {
|
|
8539
|
-
type:
|
|
8562
|
+
type: PropType_2<NonNullable<ButtonVariantProp>>;
|
|
8540
8563
|
default: NonNullable<ButtonVariantProp>;
|
|
8541
8564
|
};
|
|
8542
|
-
size:
|
|
8565
|
+
size: PropType_2<InputSizeProp>;
|
|
8543
8566
|
style: {
|
|
8544
|
-
type:
|
|
8567
|
+
type: PropType_2<StyleValue_2>;
|
|
8545
8568
|
default: any;
|
|
8546
8569
|
};
|
|
8547
8570
|
text: StringConstructor;
|
|
8548
|
-
class:
|
|
8571
|
+
class: PropType_2<any>;
|
|
8549
8572
|
rounded: BooleanConstructor;
|
|
8550
|
-
icon:
|
|
8573
|
+
icon: PropType_2<boolean | IconValue>;
|
|
8551
8574
|
exact: BooleanConstructor;
|
|
8552
8575
|
loading: BooleanConstructor;
|
|
8553
|
-
to:
|
|
8576
|
+
to: PropType_2<RouteLocationRaw>;
|
|
8554
8577
|
href: StringConstructor;
|
|
8555
|
-
iconStart:
|
|
8556
|
-
iconEnd:
|
|
8578
|
+
iconStart: PropType_2<IconValue>;
|
|
8579
|
+
iconEnd: PropType_2<IconValue>;
|
|
8557
8580
|
fullWidth: BooleanConstructor;
|
|
8558
|
-
selectedIcon:
|
|
8559
|
-
selectedIconStart:
|
|
8560
|
-
selectedIconEnd:
|
|
8581
|
+
selectedIcon: PropType_2<IconValue>;
|
|
8582
|
+
selectedIconStart: PropType_2<IconValue>;
|
|
8583
|
+
selectedIconEnd: PropType_2<IconValue>;
|
|
8561
8584
|
direction: {
|
|
8562
|
-
type:
|
|
8585
|
+
type: PropType_2<TabDirection>;
|
|
8563
8586
|
default: string;
|
|
8564
8587
|
};
|
|
8565
8588
|
}>>, {
|
|
@@ -8571,7 +8594,7 @@ selectedVariant: string;
|
|
|
8571
8594
|
disabled: boolean;
|
|
8572
8595
|
appearance: ButtonAppearanceProp;
|
|
8573
8596
|
variant: NonNullable<ButtonVariantProp>;
|
|
8574
|
-
style:
|
|
8597
|
+
style: StyleValue_2;
|
|
8575
8598
|
direction: TabDirection;
|
|
8576
8599
|
rounded: boolean;
|
|
8577
8600
|
exact: boolean;
|
|
@@ -9077,7 +9100,7 @@ placeholder: StringConstructor;
|
|
|
9077
9100
|
reset: () => void;
|
|
9078
9101
|
resetValidation: () => void;
|
|
9079
9102
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
9080
|
-
input:
|
|
9103
|
+
input: Ref_3<HTMLInputElement>;
|
|
9081
9104
|
focus: () => void;
|
|
9082
9105
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9083
9106
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -9198,7 +9221,7 @@ monospace: BooleanConstructor;
|
|
|
9198
9221
|
reset: () => void;
|
|
9199
9222
|
resetValidation: () => void;
|
|
9200
9223
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
9201
|
-
input:
|
|
9224
|
+
input: Ref_3<HTMLInputElement>;
|
|
9202
9225
|
focus: () => void;
|
|
9203
9226
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9204
9227
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -9370,7 +9393,7 @@ tab: any;
|
|
|
9370
9393
|
export declare type EvToolbarSize = "small" | "medium" | "large";
|
|
9371
9394
|
|
|
9372
9395
|
export declare const EvTooltip: __VLS_WithTemplateSlots_61<DefineComponent< {
|
|
9373
|
-
modelValue: PropType<boolean |
|
|
9396
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
9374
9397
|
disabled: BooleanConstructor;
|
|
9375
9398
|
style: {
|
|
9376
9399
|
type: PropType<StyleValue>;
|
|
@@ -9444,26 +9467,26 @@ default: any;
|
|
|
9444
9467
|
};
|
|
9445
9468
|
closeOnContentClick: BooleanConstructor;
|
|
9446
9469
|
positionStrategy: Omit<{
|
|
9447
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9470
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9448
9471
|
updatePosition: (e: Event) => void;
|
|
9449
9472
|
})>;
|
|
9450
9473
|
default: string;
|
|
9451
9474
|
validator: (value: any) => boolean;
|
|
9452
9475
|
}, "type" | "default"> & {
|
|
9453
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9476
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9454
9477
|
updatePosition: (e: Event) => void;
|
|
9455
9478
|
})>>;
|
|
9456
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9479
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9457
9480
|
updatePosition: (e: Event) => void;
|
|
9458
9481
|
})>;
|
|
9459
9482
|
};
|
|
9460
9483
|
scrollStrategy: Omit<{
|
|
9461
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9484
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
9462
9485
|
default: string;
|
|
9463
9486
|
validator: (val: any) => boolean;
|
|
9464
9487
|
}, "type" | "default"> & {
|
|
9465
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9466
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9488
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
9489
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
9467
9490
|
};
|
|
9468
9491
|
closeOnBack: Omit<{
|
|
9469
9492
|
type: BooleanConstructor;
|
|
@@ -9484,7 +9507,7 @@ attach: PropType<TeleportTarget>;
|
|
|
9484
9507
|
id: StringConstructor;
|
|
9485
9508
|
text: StringConstructor;
|
|
9486
9509
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
9487
|
-
modelValue: PropType<boolean |
|
|
9510
|
+
modelValue: PropType<boolean | Ref_3<boolean>>;
|
|
9488
9511
|
disabled: BooleanConstructor;
|
|
9489
9512
|
style: {
|
|
9490
9513
|
type: PropType<StyleValue>;
|
|
@@ -9558,26 +9581,26 @@ default: any;
|
|
|
9558
9581
|
};
|
|
9559
9582
|
closeOnContentClick: BooleanConstructor;
|
|
9560
9583
|
positionStrategy: Omit<{
|
|
9561
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9584
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9562
9585
|
updatePosition: (e: Event) => void;
|
|
9563
9586
|
})>;
|
|
9564
9587
|
default: string;
|
|
9565
9588
|
validator: (value: any) => boolean;
|
|
9566
9589
|
}, "type" | "default"> & {
|
|
9567
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9590
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9568
9591
|
updatePosition: (e: Event) => void;
|
|
9569
9592
|
})>>;
|
|
9570
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9593
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9571
9594
|
updatePosition: (e: Event) => void;
|
|
9572
9595
|
})>;
|
|
9573
9596
|
};
|
|
9574
9597
|
scrollStrategy: Omit<{
|
|
9575
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9598
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
9576
9599
|
default: string;
|
|
9577
9600
|
validator: (val: any) => boolean;
|
|
9578
9601
|
}, "type" | "default"> & {
|
|
9579
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9580
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9602
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
9603
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
9581
9604
|
};
|
|
9582
9605
|
closeOnBack: Omit<{
|
|
9583
9606
|
type: BooleanConstructor;
|
|
@@ -9614,10 +9637,10 @@ openOnClick: boolean;
|
|
|
9614
9637
|
openOnHover: boolean;
|
|
9615
9638
|
openOnFocus: boolean;
|
|
9616
9639
|
closeOnContentClick: boolean;
|
|
9617
|
-
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
9640
|
+
positionStrategy: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
9618
9641
|
updatePosition: (e: Event) => void;
|
|
9619
9642
|
})>;
|
|
9620
|
-
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
9643
|
+
scrollStrategy: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
9621
9644
|
closeOnBack: boolean;
|
|
9622
9645
|
contained: boolean;
|
|
9623
9646
|
veil: boolean;
|
|
@@ -9702,7 +9725,7 @@ renderless: boolean;
|
|
|
9702
9725
|
default(props: {
|
|
9703
9726
|
item: any;
|
|
9704
9727
|
index: number;
|
|
9705
|
-
itemRef:
|
|
9728
|
+
itemRef: Ref_3<HTMLElement>;
|
|
9706
9729
|
}): any;
|
|
9707
9730
|
}>>;
|
|
9708
9731
|
|
|
@@ -9830,16 +9853,16 @@ continuous: boolean;
|
|
|
9830
9853
|
|
|
9831
9854
|
export declare const EvWindowGroupSymbol: InjectionKey<GroupItemProvide>;
|
|
9832
9855
|
|
|
9833
|
-
export declare const EvWindowItem: __VLS_WithTemplateSlots_64<
|
|
9856
|
+
export declare const EvWindowItem: __VLS_WithTemplateSlots_64<DefineComponent_2< {
|
|
9834
9857
|
eager: BooleanConstructor;
|
|
9835
9858
|
value: any;
|
|
9836
9859
|
disabled: BooleanConstructor;
|
|
9837
9860
|
selectedClass: StringConstructor;
|
|
9838
9861
|
selectedAppearance: StringConstructor;
|
|
9839
9862
|
selectedVariant: StringConstructor;
|
|
9840
|
-
class:
|
|
9863
|
+
class: PropType_2<any>;
|
|
9841
9864
|
style: {
|
|
9842
|
-
type:
|
|
9865
|
+
type: PropType_2<StyleValue_2>;
|
|
9843
9866
|
default: any;
|
|
9844
9867
|
};
|
|
9845
9868
|
reverseTransition: {
|
|
@@ -9850,16 +9873,16 @@ transition: {
|
|
|
9850
9873
|
type: (StringConstructor | BooleanConstructor)[];
|
|
9851
9874
|
default: any;
|
|
9852
9875
|
};
|
|
9853
|
-
}, {}, unknown, {}, {},
|
|
9876
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {}, string, VNodeProps_2 & AllowedComponentProps_2 & ComponentCustomProps_2, Readonly<ExtractPropTypes_2< {
|
|
9854
9877
|
eager: BooleanConstructor;
|
|
9855
9878
|
value: any;
|
|
9856
9879
|
disabled: BooleanConstructor;
|
|
9857
9880
|
selectedClass: StringConstructor;
|
|
9858
9881
|
selectedAppearance: StringConstructor;
|
|
9859
9882
|
selectedVariant: StringConstructor;
|
|
9860
|
-
class:
|
|
9883
|
+
class: PropType_2<any>;
|
|
9861
9884
|
style: {
|
|
9862
|
-
type:
|
|
9885
|
+
type: PropType_2<StyleValue_2>;
|
|
9863
9886
|
default: any;
|
|
9864
9887
|
};
|
|
9865
9888
|
reverseTransition: {
|
|
@@ -9873,7 +9896,7 @@ default: any;
|
|
|
9873
9896
|
}>>, {
|
|
9874
9897
|
value: any;
|
|
9875
9898
|
disabled: boolean;
|
|
9876
|
-
style:
|
|
9899
|
+
style: StyleValue_2;
|
|
9877
9900
|
transition: string | boolean;
|
|
9878
9901
|
eager: boolean;
|
|
9879
9902
|
reverseTransition: string | boolean;
|
|
@@ -9939,7 +9962,7 @@ export declare function findChildren(vnode?: VNodeChild): ComponentInternalInsta
|
|
|
9939
9962
|
* @param key
|
|
9940
9963
|
* @param vnode
|
|
9941
9964
|
*/
|
|
9942
|
-
export declare function findChildrenWithProvide(key:
|
|
9965
|
+
export declare function findChildrenWithProvide(key: InjectionKey_2<any> | symbol, vnode?: VNodeChild): ComponentInternalInstance[];
|
|
9943
9966
|
|
|
9944
9967
|
/**
|
|
9945
9968
|
* # Set Focus
|
|
@@ -9981,14 +10004,14 @@ export declare type FontWeight = "regular" | "medium" | "semibold" | "bold";
|
|
|
9981
10004
|
* # Form
|
|
9982
10005
|
*/
|
|
9983
10006
|
declare class Form {
|
|
9984
|
-
readonly errors:
|
|
10007
|
+
readonly errors: Ref_3<ValidationError[]>;
|
|
9985
10008
|
private fields;
|
|
9986
|
-
readonly isDisabled:
|
|
9987
|
-
readonly isReadonly:
|
|
9988
|
-
readonly isValid:
|
|
10009
|
+
readonly isDisabled: Ref_3<boolean>;
|
|
10010
|
+
readonly isReadonly: Ref_3<boolean>;
|
|
10011
|
+
readonly isValid: Ref_3<boolean | null>;
|
|
9989
10012
|
readonly isValidating: ShallowRef<boolean>;
|
|
9990
|
-
readonly validateOn:
|
|
9991
|
-
constructor(isValid:
|
|
10013
|
+
readonly validateOn: Ref_3<FormProps["validateOn"]>;
|
|
10014
|
+
constructor(isValid: Ref_3<boolean | null> | undefined, isDisabled: Ref_3<boolean> | undefined, isReadonly: Ref_3<boolean> | undefined, validateOn: Ref_3<FormProps["validateOn"]> | undefined);
|
|
9992
10015
|
/**
|
|
9993
10016
|
* ## Add Field
|
|
9994
10017
|
* @param field
|
|
@@ -10047,10 +10070,10 @@ declare class FormField {
|
|
|
10047
10070
|
readonly form: Form | null;
|
|
10048
10071
|
private props;
|
|
10049
10072
|
private group;
|
|
10050
|
-
readonly focused:
|
|
10051
|
-
readonly focusedVisible:
|
|
10073
|
+
readonly focused: Ref_3<boolean>;
|
|
10074
|
+
readonly focusedVisible: Ref_3<boolean>;
|
|
10052
10075
|
private readonly messages;
|
|
10053
|
-
readonly model:
|
|
10076
|
+
readonly model: Ref_3<any>;
|
|
10054
10077
|
readonly pristine: ShallowRef<boolean>;
|
|
10055
10078
|
readonly uid: number;
|
|
10056
10079
|
readonly validating: ShallowRef<boolean>;
|
|
@@ -10277,8 +10300,8 @@ export declare type GetterPropertyKey<T = Record<string, any>> = boolean | null
|
|
|
10277
10300
|
*/
|
|
10278
10301
|
declare interface GroupItem {
|
|
10279
10302
|
id: number;
|
|
10280
|
-
value:
|
|
10281
|
-
disabled:
|
|
10303
|
+
value: Ref_2<unknown>;
|
|
10304
|
+
disabled: Ref_2<boolean | undefined>;
|
|
10282
10305
|
}
|
|
10283
10306
|
|
|
10284
10307
|
/**
|
|
@@ -10286,14 +10309,14 @@ declare interface GroupItem {
|
|
|
10286
10309
|
*/
|
|
10287
10310
|
declare interface GroupItemProvide {
|
|
10288
10311
|
id: number;
|
|
10289
|
-
isSelected:
|
|
10312
|
+
isSelected: Ref_2<boolean>;
|
|
10290
10313
|
toggle: () => void;
|
|
10291
10314
|
select: (value: boolean) => void;
|
|
10292
|
-
selectedClass:
|
|
10293
|
-
selectedAppearance:
|
|
10294
|
-
selectedVariant:
|
|
10295
|
-
value:
|
|
10296
|
-
disabled:
|
|
10315
|
+
selectedClass: Ref_2<(string | undefined)[] | false>;
|
|
10316
|
+
selectedAppearance: Ref_2<string | undefined>;
|
|
10317
|
+
selectedVariant: Ref_2<string | undefined>;
|
|
10318
|
+
value: Ref_2<unknown>;
|
|
10319
|
+
disabled: Ref_2<boolean | undefined>;
|
|
10297
10320
|
group: GroupProvide;
|
|
10298
10321
|
}
|
|
10299
10322
|
|
|
@@ -10304,19 +10327,19 @@ declare interface GroupProvide {
|
|
|
10304
10327
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
10305
10328
|
unregister: (id: number) => void;
|
|
10306
10329
|
select: (id: number, value: boolean) => void;
|
|
10307
|
-
selected:
|
|
10330
|
+
selected: Ref_2<Readonly<number[]>>;
|
|
10308
10331
|
isSelected: (id: number) => boolean;
|
|
10309
10332
|
previous: () => void;
|
|
10310
10333
|
next: () => void;
|
|
10311
|
-
selectedClass:
|
|
10312
|
-
selectedAppearance:
|
|
10313
|
-
selectedVariant:
|
|
10334
|
+
selectedClass: Ref_2<string | undefined>;
|
|
10335
|
+
selectedAppearance: Ref_2<string | undefined>;
|
|
10336
|
+
selectedVariant: Ref_2<string | undefined>;
|
|
10314
10337
|
items: ComputedRef<{
|
|
10315
10338
|
id: number;
|
|
10316
10339
|
value: unknown;
|
|
10317
10340
|
disabled: boolean | undefined;
|
|
10318
10341
|
}[]>;
|
|
10319
|
-
disabled:
|
|
10342
|
+
disabled: Ref_2<boolean | undefined>;
|
|
10320
10343
|
getItemIndex: (value: unknown) => number;
|
|
10321
10344
|
}
|
|
10322
10345
|
|
|
@@ -10412,7 +10435,7 @@ export declare function injectDialog(): EvDialogInstance | undefined;
|
|
|
10412
10435
|
*/
|
|
10413
10436
|
export declare function injectDrawer(): EvDrawerInstance | undefined;
|
|
10414
10437
|
|
|
10415
|
-
export declare function injectSelf<T>(key:
|
|
10438
|
+
export declare function injectSelf<T>(key: InjectionKey_2<T> | string, vm?: ComponentInternalInstance): T | undefined;
|
|
10416
10439
|
|
|
10417
10440
|
/**
|
|
10418
10441
|
* # Input Appearance
|
|
@@ -10797,13 +10820,13 @@ declare interface LocaleOptions {
|
|
|
10797
10820
|
* # Localized
|
|
10798
10821
|
*/
|
|
10799
10822
|
declare class Localized {
|
|
10800
|
-
readonly defaultLocale:
|
|
10801
|
-
readonly currentLocale:
|
|
10823
|
+
readonly defaultLocale: Ref_3<string>;
|
|
10824
|
+
readonly currentLocale: Ref_3<string>;
|
|
10802
10825
|
/**
|
|
10803
10826
|
* @param defaultLocale
|
|
10804
10827
|
* @param currentLocale
|
|
10805
10828
|
*/
|
|
10806
|
-
constructor(defaultLocale:
|
|
10829
|
+
constructor(defaultLocale: Ref_3<string>, currentLocale: Ref_3<string>);
|
|
10807
10830
|
/**
|
|
10808
10831
|
* ## Get Translation Codes
|
|
10809
10832
|
*
|
|
@@ -10899,23 +10922,23 @@ export declare const makeAppearanceProps: <Defaults extends {
|
|
|
10899
10922
|
variant?: unknown;
|
|
10900
10923
|
} = {}>(defaults?: Defaults) => {
|
|
10901
10924
|
appearance: unknown extends Defaults["appearance"] ? {
|
|
10902
|
-
type:
|
|
10925
|
+
type: PropType_3<AppearanceProp>;
|
|
10903
10926
|
default: "default";
|
|
10904
10927
|
} : Omit<{
|
|
10905
|
-
type:
|
|
10928
|
+
type: PropType_3<AppearanceProp>;
|
|
10906
10929
|
default: "default";
|
|
10907
10930
|
}, "type" | "default"> & {
|
|
10908
|
-
type:
|
|
10931
|
+
type: PropType_3<unknown extends Defaults["appearance"] ? AppearanceProp : Defaults["appearance"] | NonNullable<AppearanceProp>>;
|
|
10909
10932
|
default: unknown extends Defaults["appearance"] ? AppearanceProp : Defaults["appearance"] | NonNullable<AppearanceProp>;
|
|
10910
10933
|
};
|
|
10911
10934
|
variant: unknown extends Defaults["variant"] ? {
|
|
10912
|
-
type:
|
|
10935
|
+
type: PropType_3<VariantProp>;
|
|
10913
10936
|
default: "default";
|
|
10914
10937
|
} : Omit<{
|
|
10915
|
-
type:
|
|
10938
|
+
type: PropType_3<VariantProp>;
|
|
10916
10939
|
default: "default";
|
|
10917
10940
|
}, "type" | "default"> & {
|
|
10918
|
-
type:
|
|
10941
|
+
type: PropType_3<unknown extends Defaults["variant"] ? VariantProp : NonNullable<VariantProp> | Defaults["variant"]>;
|
|
10919
10942
|
default: unknown extends Defaults["variant"] ? VariantProp : NonNullable<VariantProp> | Defaults["variant"];
|
|
10920
10943
|
};
|
|
10921
10944
|
};
|
|
@@ -10934,19 +10957,19 @@ export declare const makeComponentProps: <Defaults extends {
|
|
|
10934
10957
|
class?: unknown;
|
|
10935
10958
|
style?: unknown;
|
|
10936
10959
|
} = {}>(defaults?: Defaults) => {
|
|
10937
|
-
class: unknown extends Defaults["class"] ?
|
|
10938
|
-
type:
|
|
10960
|
+
class: unknown extends Defaults["class"] ? PropType_3<any> : {
|
|
10961
|
+
type: PropType_3<unknown extends Defaults["class"] ? any : any>;
|
|
10939
10962
|
default: unknown extends Defaults["class"] ? any : any;
|
|
10940
10963
|
};
|
|
10941
10964
|
style: unknown extends Defaults["style"] ? {
|
|
10942
|
-
type:
|
|
10965
|
+
type: PropType_3<StyleValue_3>;
|
|
10943
10966
|
default: any;
|
|
10944
10967
|
} : Omit<{
|
|
10945
|
-
type:
|
|
10968
|
+
type: PropType_3<StyleValue_3>;
|
|
10946
10969
|
default: any;
|
|
10947
10970
|
}, "type" | "default"> & {
|
|
10948
|
-
type:
|
|
10949
|
-
default: unknown extends Defaults["style"] ?
|
|
10971
|
+
type: PropType_3<unknown extends Defaults["style"] ? StyleValue_3 : Defaults["style"] | NonNullable<StyleValue_3>>;
|
|
10972
|
+
default: unknown extends Defaults["style"] ? StyleValue_3 : Defaults["style"] | NonNullable<StyleValue_3>;
|
|
10950
10973
|
};
|
|
10951
10974
|
};
|
|
10952
10975
|
|
|
@@ -11234,53 +11257,53 @@ export declare const makeEvBlockProps: <Defaults extends {
|
|
|
11234
11257
|
type: StringConstructor;
|
|
11235
11258
|
default: string;
|
|
11236
11259
|
}, "type" | "default"> & {
|
|
11237
|
-
type:
|
|
11260
|
+
type: PropType_2<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
11238
11261
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
11239
11262
|
};
|
|
11240
|
-
class: unknown extends Defaults["class"] ?
|
|
11241
|
-
type:
|
|
11263
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
11264
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
11242
11265
|
default: unknown extends Defaults["class"] ? any : any;
|
|
11243
11266
|
};
|
|
11244
11267
|
style: unknown extends Defaults["style"] ? {
|
|
11245
|
-
type:
|
|
11268
|
+
type: PropType_2<StyleValue_2>;
|
|
11246
11269
|
default: any;
|
|
11247
11270
|
} : Omit<{
|
|
11248
|
-
type:
|
|
11271
|
+
type: PropType_2<StyleValue_2>;
|
|
11249
11272
|
default: any;
|
|
11250
11273
|
}, "type" | "default"> & {
|
|
11251
|
-
type:
|
|
11252
|
-
default: unknown extends Defaults["style"] ?
|
|
11274
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
11275
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
11253
11276
|
};
|
|
11254
|
-
alignSelf: unknown extends Defaults["alignSelf"] ?
|
|
11255
|
-
type:
|
|
11277
|
+
alignSelf: unknown extends Defaults["alignSelf"] ? PropType_2<AlignSelfProp> : {
|
|
11278
|
+
type: PropType_2<unknown extends Defaults["alignSelf"] ? AlignSelfProp : Defaults["alignSelf"] | NonNullable<AlignSelfProp>>;
|
|
11256
11279
|
default: unknown extends Defaults["alignSelf"] ? AlignSelfProp : Defaults["alignSelf"] | NonNullable<AlignSelfProp>;
|
|
11257
11280
|
};
|
|
11258
|
-
offset: unknown extends Defaults["offset"] ?
|
|
11259
|
-
type:
|
|
11281
|
+
offset: unknown extends Defaults["offset"] ? PropType_2<BlockNumberProp> : {
|
|
11282
|
+
type: PropType_2<unknown extends Defaults["offset"] ? BlockNumberProp : Defaults["offset"] | NonNullable<BlockNumberProp>>;
|
|
11260
11283
|
default: unknown extends Defaults["offset"] ? BlockNumberProp : Defaults["offset"] | NonNullable<BlockNumberProp>;
|
|
11261
11284
|
};
|
|
11262
|
-
order: unknown extends Defaults["order"] ?
|
|
11263
|
-
type:
|
|
11285
|
+
order: unknown extends Defaults["order"] ? PropType_2<BlockNumberProp> : {
|
|
11286
|
+
type: PropType_2<unknown extends Defaults["order"] ? BlockNumberProp : NonNullable<BlockNumberProp> | Defaults["order"]>;
|
|
11264
11287
|
default: unknown extends Defaults["order"] ? BlockNumberProp : NonNullable<BlockNumberProp> | Defaults["order"];
|
|
11265
11288
|
};
|
|
11266
11289
|
scrollable: unknown extends Defaults["scrollable"] ? BooleanConstructor : {
|
|
11267
|
-
type:
|
|
11290
|
+
type: PropType_2<unknown extends Defaults["scrollable"] ? boolean : boolean | Defaults["scrollable"]>;
|
|
11268
11291
|
default: unknown extends Defaults["scrollable"] ? boolean : boolean | Defaults["scrollable"];
|
|
11269
11292
|
};
|
|
11270
|
-
size: unknown extends Defaults["size"] ?
|
|
11271
|
-
type:
|
|
11293
|
+
size: unknown extends Defaults["size"] ? PropType_2<BlockSizeProp> : {
|
|
11294
|
+
type: PropType_2<unknown extends Defaults["size"] ? BlockSizeProp : Defaults["size"] | NonNullable<BlockSizeProp>>;
|
|
11272
11295
|
default: unknown extends Defaults["size"] ? BlockSizeProp : Defaults["size"] | NonNullable<BlockSizeProp>;
|
|
11273
11296
|
};
|
|
11274
|
-
hidden: unknown extends Defaults["hidden"] ?
|
|
11275
|
-
type:
|
|
11297
|
+
hidden: unknown extends Defaults["hidden"] ? PropType_2<VisibilityRuleProp> : {
|
|
11298
|
+
type: PropType_2<unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"]>;
|
|
11276
11299
|
default: unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"];
|
|
11277
11300
|
};
|
|
11278
|
-
height: unknown extends Defaults["height"] ?
|
|
11279
|
-
type:
|
|
11301
|
+
height: unknown extends Defaults["height"] ? PropType_2<DisplayRuleProp> : {
|
|
11302
|
+
type: PropType_2<unknown extends Defaults["height"] ? unknown : {} | Defaults["height"]>;
|
|
11280
11303
|
default: unknown extends Defaults["height"] ? unknown : {} | Defaults["height"];
|
|
11281
11304
|
};
|
|
11282
|
-
width: unknown extends Defaults["width"] ?
|
|
11283
|
-
type:
|
|
11305
|
+
width: unknown extends Defaults["width"] ? PropType_2<DisplayRuleProp> : {
|
|
11306
|
+
type: PropType_2<unknown extends Defaults["width"] ? unknown : {} | Defaults["width"]>;
|
|
11284
11307
|
default: unknown extends Defaults["width"] ? unknown : {} | Defaults["width"];
|
|
11285
11308
|
};
|
|
11286
11309
|
};
|
|
@@ -11699,48 +11722,48 @@ export declare const makeEvCardActionsProps: <Defaults extends {
|
|
|
11699
11722
|
justify?: unknown;
|
|
11700
11723
|
size?: unknown;
|
|
11701
11724
|
} = {}>(defaults?: Defaults) => {
|
|
11702
|
-
class: unknown extends Defaults["class"] ?
|
|
11703
|
-
type:
|
|
11725
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
11726
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
11704
11727
|
default: unknown extends Defaults["class"] ? any : any;
|
|
11705
11728
|
};
|
|
11706
11729
|
style: unknown extends Defaults["style"] ? {
|
|
11707
|
-
type:
|
|
11730
|
+
type: PropType_2<StyleValue_2>;
|
|
11708
11731
|
default: any;
|
|
11709
11732
|
} : Omit<{
|
|
11710
|
-
type:
|
|
11733
|
+
type: PropType_2<StyleValue_2>;
|
|
11711
11734
|
default: any;
|
|
11712
11735
|
}, "type" | "default"> & {
|
|
11713
|
-
type:
|
|
11714
|
-
default: unknown extends Defaults["style"] ?
|
|
11736
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
11737
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
11715
11738
|
};
|
|
11716
11739
|
items: unknown extends Defaults["items"] ? {
|
|
11717
|
-
type:
|
|
11740
|
+
type: PropType_2<readonly EvButtonProps[]>;
|
|
11718
11741
|
default: () => any[];
|
|
11719
11742
|
} : Omit<{
|
|
11720
|
-
type:
|
|
11743
|
+
type: PropType_2<readonly EvButtonProps[]>;
|
|
11721
11744
|
default: () => any[];
|
|
11722
11745
|
}, "type" | "default"> & {
|
|
11723
|
-
type:
|
|
11746
|
+
type: PropType_2<unknown extends Defaults["items"] ? readonly EvButtonProps[] : readonly EvButtonProps[] | Defaults["items"]>;
|
|
11724
11747
|
default: unknown extends Defaults["items"] ? readonly EvButtonProps[] : readonly EvButtonProps[] | Defaults["items"];
|
|
11725
11748
|
};
|
|
11726
11749
|
justify: unknown extends Defaults["justify"] ? {
|
|
11727
|
-
type:
|
|
11750
|
+
type: PropType_2<JustifyContentValue>;
|
|
11728
11751
|
default: string;
|
|
11729
11752
|
} : Omit<{
|
|
11730
|
-
type:
|
|
11753
|
+
type: PropType_2<JustifyContentValue>;
|
|
11731
11754
|
default: string;
|
|
11732
11755
|
}, "type" | "default"> & {
|
|
11733
|
-
type:
|
|
11756
|
+
type: PropType_2<unknown extends Defaults["justify"] ? JustifyContentValue : Defaults["justify"] | NonNullable<JustifyContentValue>>;
|
|
11734
11757
|
default: unknown extends Defaults["justify"] ? JustifyContentValue : Defaults["justify"] | NonNullable<JustifyContentValue>;
|
|
11735
11758
|
};
|
|
11736
11759
|
size: unknown extends Defaults["size"] ? {
|
|
11737
|
-
type:
|
|
11760
|
+
type: PropType_2<EvCardContentSize>;
|
|
11738
11761
|
default: string;
|
|
11739
11762
|
} : Omit<{
|
|
11740
|
-
type:
|
|
11763
|
+
type: PropType_2<EvCardContentSize>;
|
|
11741
11764
|
default: string;
|
|
11742
11765
|
}, "type" | "default"> & {
|
|
11743
|
-
type:
|
|
11766
|
+
type: PropType_2<unknown extends Defaults["size"] ? EvCardContentSize : NonNullable<EvCardContentSize> | Defaults["size"]>;
|
|
11744
11767
|
default: unknown extends Defaults["size"] ? EvCardContentSize : NonNullable<EvCardContentSize> | Defaults["size"];
|
|
11745
11768
|
};
|
|
11746
11769
|
};
|
|
@@ -11755,48 +11778,48 @@ export declare const makeEvCardContentProps: <Defaults extends {
|
|
|
11755
11778
|
text?: unknown;
|
|
11756
11779
|
title?: unknown;
|
|
11757
11780
|
} = {}>(defaults?: Defaults) => {
|
|
11758
|
-
class: unknown extends Defaults["class"] ?
|
|
11759
|
-
type:
|
|
11781
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
11782
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
11760
11783
|
default: unknown extends Defaults["class"] ? any : any;
|
|
11761
11784
|
};
|
|
11762
11785
|
style: unknown extends Defaults["style"] ? {
|
|
11763
|
-
type:
|
|
11786
|
+
type: PropType_2<StyleValue_2>;
|
|
11764
11787
|
default: any;
|
|
11765
11788
|
} : Omit<{
|
|
11766
|
-
type:
|
|
11789
|
+
type: PropType_2<StyleValue_2>;
|
|
11767
11790
|
default: any;
|
|
11768
11791
|
}, "type" | "default"> & {
|
|
11769
|
-
type:
|
|
11770
|
-
default: unknown extends Defaults["style"] ?
|
|
11792
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
11793
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
11771
11794
|
};
|
|
11772
|
-
appearance: unknown extends Defaults["appearance"] ?
|
|
11773
|
-
type:
|
|
11795
|
+
appearance: unknown extends Defaults["appearance"] ? PropType_2<AppearanceProp> : {
|
|
11796
|
+
type: PropType_2<unknown extends Defaults["appearance"] ? AppearanceProp : NonNullable<AppearanceProp> | Defaults["appearance"]>;
|
|
11774
11797
|
default: unknown extends Defaults["appearance"] ? AppearanceProp : NonNullable<AppearanceProp> | Defaults["appearance"];
|
|
11775
11798
|
};
|
|
11776
11799
|
eyebrow: unknown extends Defaults["eyebrow"] ? StringConstructor : {
|
|
11777
|
-
type:
|
|
11800
|
+
type: PropType_2<unknown extends Defaults["eyebrow"] ? string : string | Defaults["eyebrow"]>;
|
|
11778
11801
|
default: unknown extends Defaults["eyebrow"] ? string : string | Defaults["eyebrow"];
|
|
11779
11802
|
};
|
|
11780
|
-
icon: unknown extends Defaults["icon"] ?
|
|
11781
|
-
type:
|
|
11803
|
+
icon: unknown extends Defaults["icon"] ? PropType_2<IconValue> : {
|
|
11804
|
+
type: PropType_2<unknown extends Defaults["icon"] ? IconValue : NonNullable<IconValue> | Defaults["icon"]>;
|
|
11782
11805
|
default: unknown extends Defaults["icon"] ? IconValue : NonNullable<IconValue> | Defaults["icon"];
|
|
11783
11806
|
};
|
|
11784
11807
|
size: unknown extends Defaults["size"] ? {
|
|
11785
|
-
type:
|
|
11808
|
+
type: PropType_2<EvCardContentSize>;
|
|
11786
11809
|
default: string;
|
|
11787
11810
|
} : Omit<{
|
|
11788
|
-
type:
|
|
11811
|
+
type: PropType_2<EvCardContentSize>;
|
|
11789
11812
|
default: string;
|
|
11790
11813
|
}, "type" | "default"> & {
|
|
11791
|
-
type:
|
|
11814
|
+
type: PropType_2<unknown extends Defaults["size"] ? EvCardContentSize : Defaults["size"] | NonNullable<EvCardContentSize>>;
|
|
11792
11815
|
default: unknown extends Defaults["size"] ? EvCardContentSize : Defaults["size"] | NonNullable<EvCardContentSize>;
|
|
11793
11816
|
};
|
|
11794
11817
|
text: unknown extends Defaults["text"] ? (ArrayConstructor | StringConstructor)[] : {
|
|
11795
|
-
type:
|
|
11818
|
+
type: PropType_2<unknown extends Defaults["text"] ? string | unknown[] : Defaults["text"] | NonNullable<string | unknown[]>>;
|
|
11796
11819
|
default: unknown extends Defaults["text"] ? string | unknown[] : Defaults["text"] | NonNullable<string | unknown[]>;
|
|
11797
11820
|
};
|
|
11798
11821
|
title: unknown extends Defaults["title"] ? StringConstructor : {
|
|
11799
|
-
type:
|
|
11822
|
+
type: PropType_2<unknown extends Defaults["title"] ? string : string | Defaults["title"]>;
|
|
11800
11823
|
default: unknown extends Defaults["title"] ? string : string | Defaults["title"];
|
|
11801
11824
|
};
|
|
11802
11825
|
};
|
|
@@ -12145,22 +12168,22 @@ export declare const makeEvContainerProps: <Defaults extends {
|
|
|
12145
12168
|
type: StringConstructor;
|
|
12146
12169
|
default: string;
|
|
12147
12170
|
}, "type" | "default"> & {
|
|
12148
|
-
type:
|
|
12171
|
+
type: PropType_2<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
12149
12172
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
12150
12173
|
};
|
|
12151
|
-
class: unknown extends Defaults["class"] ?
|
|
12152
|
-
type:
|
|
12174
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
12175
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
12153
12176
|
default: unknown extends Defaults["class"] ? any : any;
|
|
12154
12177
|
};
|
|
12155
12178
|
style: unknown extends Defaults["style"] ? {
|
|
12156
|
-
type:
|
|
12179
|
+
type: PropType_2<StyleValue_2>;
|
|
12157
12180
|
default: any;
|
|
12158
12181
|
} : Omit<{
|
|
12159
|
-
type:
|
|
12182
|
+
type: PropType_2<StyleValue_2>;
|
|
12160
12183
|
default: any;
|
|
12161
12184
|
}, "type" | "default"> & {
|
|
12162
|
-
type:
|
|
12163
|
-
default: unknown extends Defaults["style"] ?
|
|
12185
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
12186
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
12164
12187
|
};
|
|
12165
12188
|
fluid: unknown extends Defaults["fluid"] ? {
|
|
12166
12189
|
type: BooleanConstructor;
|
|
@@ -12169,23 +12192,23 @@ export declare const makeEvContainerProps: <Defaults extends {
|
|
|
12169
12192
|
type: BooleanConstructor;
|
|
12170
12193
|
default: boolean;
|
|
12171
12194
|
}, "type" | "default"> & {
|
|
12172
|
-
type:
|
|
12195
|
+
type: PropType_2<unknown extends Defaults["fluid"] ? boolean : boolean | Defaults["fluid"]>;
|
|
12173
12196
|
default: unknown extends Defaults["fluid"] ? boolean : boolean | Defaults["fluid"];
|
|
12174
12197
|
};
|
|
12175
12198
|
fill: unknown extends Defaults["fill"] ? BooleanConstructor : {
|
|
12176
|
-
type:
|
|
12199
|
+
type: PropType_2<unknown extends Defaults["fill"] ? boolean : boolean | Defaults["fill"]>;
|
|
12177
12200
|
default: unknown extends Defaults["fill"] ? boolean : boolean | Defaults["fill"];
|
|
12178
12201
|
};
|
|
12179
|
-
hidden: unknown extends Defaults["hidden"] ?
|
|
12180
|
-
type:
|
|
12202
|
+
hidden: unknown extends Defaults["hidden"] ? PropType_2<VisibilityRuleProp> : {
|
|
12203
|
+
type: PropType_2<unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"]>;
|
|
12181
12204
|
default: unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"];
|
|
12182
12205
|
};
|
|
12183
|
-
height: unknown extends Defaults["height"] ?
|
|
12184
|
-
type:
|
|
12206
|
+
height: unknown extends Defaults["height"] ? PropType_2<DisplayRuleProp> : {
|
|
12207
|
+
type: PropType_2<unknown extends Defaults["height"] ? unknown : {} | Defaults["height"]>;
|
|
12185
12208
|
default: unknown extends Defaults["height"] ? unknown : {} | Defaults["height"];
|
|
12186
12209
|
};
|
|
12187
|
-
width: unknown extends Defaults["width"] ?
|
|
12188
|
-
type:
|
|
12210
|
+
width: unknown extends Defaults["width"] ? PropType_2<DisplayRuleProp> : {
|
|
12211
|
+
type: PropType_2<unknown extends Defaults["width"] ? unknown : {} | Defaults["width"]>;
|
|
12189
12212
|
default: unknown extends Defaults["width"] ? unknown : {} | Defaults["width"];
|
|
12190
12213
|
};
|
|
12191
12214
|
};
|
|
@@ -12204,64 +12227,64 @@ export declare const makeEvDataTableCellProps: <Defaults extends {
|
|
|
12204
12227
|
noPadding?: unknown;
|
|
12205
12228
|
tag?: unknown;
|
|
12206
12229
|
} = {}>(defaults?: Defaults) => {
|
|
12207
|
-
class: unknown extends Defaults["class"] ?
|
|
12208
|
-
type:
|
|
12230
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
12231
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
12209
12232
|
default: unknown extends Defaults["class"] ? any : any;
|
|
12210
12233
|
};
|
|
12211
12234
|
style: unknown extends Defaults["style"] ? {
|
|
12212
|
-
type:
|
|
12235
|
+
type: PropType_2<StyleValue_2>;
|
|
12213
12236
|
default: any;
|
|
12214
12237
|
} : Omit<{
|
|
12215
|
-
type:
|
|
12238
|
+
type: PropType_2<StyleValue_2>;
|
|
12216
12239
|
default: any;
|
|
12217
12240
|
}, "type" | "default"> & {
|
|
12218
|
-
type:
|
|
12219
|
-
default: unknown extends Defaults["style"] ?
|
|
12241
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
12242
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
12220
12243
|
};
|
|
12221
12244
|
height: unknown extends Defaults["height"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12222
|
-
type:
|
|
12245
|
+
type: PropType_2<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
12223
12246
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
12224
12247
|
};
|
|
12225
12248
|
maxHeight: unknown extends Defaults["maxHeight"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12226
|
-
type:
|
|
12249
|
+
type: PropType_2<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
12227
12250
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
12228
12251
|
};
|
|
12229
12252
|
maxWidth: unknown extends Defaults["maxWidth"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12230
|
-
type:
|
|
12253
|
+
type: PropType_2<unknown extends Defaults["maxWidth"] ? string | number : NonNullable<string | number> | Defaults["maxWidth"]>;
|
|
12231
12254
|
default: unknown extends Defaults["maxWidth"] ? string | number : NonNullable<string | number> | Defaults["maxWidth"];
|
|
12232
12255
|
};
|
|
12233
12256
|
minHeight: unknown extends Defaults["minHeight"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12234
|
-
type:
|
|
12257
|
+
type: PropType_2<unknown extends Defaults["minHeight"] ? string | number : NonNullable<string | number> | Defaults["minHeight"]>;
|
|
12235
12258
|
default: unknown extends Defaults["minHeight"] ? string | number : NonNullable<string | number> | Defaults["minHeight"];
|
|
12236
12259
|
};
|
|
12237
12260
|
minWidth: unknown extends Defaults["minWidth"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12238
|
-
type:
|
|
12261
|
+
type: PropType_2<unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"]>;
|
|
12239
12262
|
default: unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"];
|
|
12240
12263
|
};
|
|
12241
12264
|
width: unknown extends Defaults["width"] ? (StringConstructor | NumberConstructor)[] : {
|
|
12242
|
-
type:
|
|
12265
|
+
type: PropType_2<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
12243
12266
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
12244
12267
|
};
|
|
12245
|
-
align: unknown extends Defaults["align"] ?
|
|
12246
|
-
type:
|
|
12268
|
+
align: unknown extends Defaults["align"] ? PropType_2<"start" | "end" | "center"> : {
|
|
12269
|
+
type: PropType_2<unknown extends Defaults["align"] ? "start" | "end" | "center" : Defaults["align"] | NonNullable<"start" | "end" | "center">>;
|
|
12247
12270
|
default: unknown extends Defaults["align"] ? "start" | "end" | "center" : Defaults["align"] | NonNullable<"start" | "end" | "center">;
|
|
12248
12271
|
};
|
|
12249
12272
|
colspan: unknown extends Defaults["colspan"] ? NumberConstructor : {
|
|
12250
|
-
type:
|
|
12273
|
+
type: PropType_2<unknown extends Defaults["colspan"] ? number : number | Defaults["colspan"]>;
|
|
12251
12274
|
default: unknown extends Defaults["colspan"] ? number : number | Defaults["colspan"];
|
|
12252
12275
|
};
|
|
12253
12276
|
noPadding: unknown extends Defaults["noPadding"] ? BooleanConstructor : {
|
|
12254
|
-
type:
|
|
12277
|
+
type: PropType_2<unknown extends Defaults["noPadding"] ? boolean : boolean | Defaults["noPadding"]>;
|
|
12255
12278
|
default: unknown extends Defaults["noPadding"] ? boolean : boolean | Defaults["noPadding"];
|
|
12256
12279
|
};
|
|
12257
12280
|
tag: unknown extends Defaults["tag"] ? {
|
|
12258
|
-
type:
|
|
12281
|
+
type: PropType_2<"td" | "th">;
|
|
12259
12282
|
default: string;
|
|
12260
12283
|
} : Omit<{
|
|
12261
|
-
type:
|
|
12284
|
+
type: PropType_2<"td" | "th">;
|
|
12262
12285
|
default: string;
|
|
12263
12286
|
}, "type" | "default"> & {
|
|
12264
|
-
type:
|
|
12287
|
+
type: PropType_2<unknown extends Defaults["tag"] ? "td" | "th" : Defaults["tag"] | NonNullable<"td" | "th">>;
|
|
12265
12288
|
default: unknown extends Defaults["tag"] ? "td" | "th" : Defaults["tag"] | NonNullable<"td" | "th">;
|
|
12266
12289
|
};
|
|
12267
12290
|
};
|
|
@@ -13068,31 +13091,31 @@ export declare const makeEvDataTableRowProps: <Defaults extends {
|
|
|
13068
13091
|
onDblclick?: unknown;
|
|
13069
13092
|
} = {}>(defaults?: Defaults) => {
|
|
13070
13093
|
index: unknown extends Defaults["index"] ? NumberConstructor : {
|
|
13071
|
-
type:
|
|
13094
|
+
type: PropType_2<unknown extends Defaults["index"] ? number : number | Defaults["index"]>;
|
|
13072
13095
|
default: unknown extends Defaults["index"] ? number : number | Defaults["index"];
|
|
13073
13096
|
};
|
|
13074
13097
|
selectable: unknown extends Defaults["selectable"] ? BooleanConstructor : {
|
|
13075
|
-
type:
|
|
13098
|
+
type: PropType_2<unknown extends Defaults["selectable"] ? boolean : boolean | Defaults["selectable"]>;
|
|
13076
13099
|
default: unknown extends Defaults["selectable"] ? boolean : boolean | Defaults["selectable"];
|
|
13077
13100
|
};
|
|
13078
|
-
item: unknown extends Defaults["item"] ?
|
|
13079
|
-
type:
|
|
13101
|
+
item: unknown extends Defaults["item"] ? PropType_2<DataTableItem<any>> : {
|
|
13102
|
+
type: PropType_2<unknown extends Defaults["item"] ? DataTableItem<any> : DataTableItem<any> | Defaults["item"]>;
|
|
13080
13103
|
default: unknown extends Defaults["item"] ? DataTableItem<any> : DataTableItem<any> | Defaults["item"];
|
|
13081
13104
|
};
|
|
13082
|
-
cellProps: unknown extends Defaults["cellProps"] ?
|
|
13083
|
-
type:
|
|
13105
|
+
cellProps: unknown extends Defaults["cellProps"] ? PropType_2<CellProps<any>> : {
|
|
13106
|
+
type: PropType_2<unknown extends Defaults["cellProps"] ? unknown : {} | Defaults["cellProps"]>;
|
|
13084
13107
|
default: unknown extends Defaults["cellProps"] ? unknown : {} | Defaults["cellProps"];
|
|
13085
13108
|
};
|
|
13086
|
-
onClick: unknown extends Defaults["onClick"] ?
|
|
13087
|
-
type:
|
|
13109
|
+
onClick: unknown extends Defaults["onClick"] ? PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> : {
|
|
13110
|
+
type: PropType_2<unknown extends Defaults["onClick"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : Defaults["onClick"] | NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>>;
|
|
13088
13111
|
default: unknown extends Defaults["onClick"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : Defaults["onClick"] | NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
13089
13112
|
};
|
|
13090
|
-
onContextmenu: unknown extends Defaults["onContextmenu"] ?
|
|
13091
|
-
type:
|
|
13113
|
+
onContextmenu: unknown extends Defaults["onContextmenu"] ? PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> : {
|
|
13114
|
+
type: PropType_2<unknown extends Defaults["onContextmenu"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> | Defaults["onContextmenu"]>;
|
|
13092
13115
|
default: unknown extends Defaults["onContextmenu"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> | Defaults["onContextmenu"];
|
|
13093
13116
|
};
|
|
13094
|
-
onDblclick: unknown extends Defaults["onDblclick"] ?
|
|
13095
|
-
type:
|
|
13117
|
+
onDblclick: unknown extends Defaults["onDblclick"] ? PropType_2<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> : {
|
|
13118
|
+
type: PropType_2<unknown extends Defaults["onDblclick"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> | Defaults["onDblclick"]>;
|
|
13096
13119
|
default: unknown extends Defaults["onDblclick"] ? EventProp<[MouseEvent], (args_0: MouseEvent) => any> : NonNullable<EventProp<[MouseEvent], (args_0: MouseEvent) => any>> | Defaults["onDblclick"];
|
|
13097
13120
|
};
|
|
13098
13121
|
};
|
|
@@ -13109,39 +13132,39 @@ export declare const makeEvDataTableSearchProps: <Defaults extends {
|
|
|
13109
13132
|
selectActions?: unknown;
|
|
13110
13133
|
} = {}>(defaults?: Defaults) => {
|
|
13111
13134
|
sort: unknown extends Defaults["sort"] ? {
|
|
13112
|
-
type:
|
|
13135
|
+
type: PropType_2<string[]>;
|
|
13113
13136
|
default: () => any[];
|
|
13114
13137
|
} : Omit<{
|
|
13115
|
-
type:
|
|
13138
|
+
type: PropType_2<string[]>;
|
|
13116
13139
|
default: () => any[];
|
|
13117
13140
|
}, "type" | "default"> & {
|
|
13118
|
-
type:
|
|
13141
|
+
type: PropType_2<unknown extends Defaults["sort"] ? string[] : string[] | Defaults["sort"]>;
|
|
13119
13142
|
default: unknown extends Defaults["sort"] ? string[] : string[] | Defaults["sort"];
|
|
13120
13143
|
};
|
|
13121
|
-
sortOptions: unknown extends Defaults["sortOptions"] ?
|
|
13122
|
-
type:
|
|
13144
|
+
sortOptions: unknown extends Defaults["sortOptions"] ? PropType_2<SortOption[]> : {
|
|
13145
|
+
type: PropType_2<unknown extends Defaults["sortOptions"] ? SortOption[] : SortOption[] | Defaults["sortOptions"]>;
|
|
13123
13146
|
default: unknown extends Defaults["sortOptions"] ? SortOption[] : SortOption[] | Defaults["sortOptions"];
|
|
13124
13147
|
};
|
|
13125
13148
|
filters: unknown extends Defaults["filters"] ? {
|
|
13126
|
-
type:
|
|
13149
|
+
type: PropType_2<Record<string, any>>;
|
|
13127
13150
|
default: () => {};
|
|
13128
13151
|
} : Omit<{
|
|
13129
|
-
type:
|
|
13152
|
+
type: PropType_2<Record<string, any>>;
|
|
13130
13153
|
default: () => {};
|
|
13131
13154
|
}, "type" | "default"> & {
|
|
13132
|
-
type:
|
|
13155
|
+
type: PropType_2<unknown extends Defaults["filters"] ? {} : {} | Defaults["filters"]>;
|
|
13133
13156
|
default: unknown extends Defaults["filters"] ? {} : {} | Defaults["filters"];
|
|
13134
13157
|
};
|
|
13135
13158
|
hideSelectAll: unknown extends Defaults["hideSelectAll"] ? BooleanConstructor : {
|
|
13136
|
-
type:
|
|
13159
|
+
type: PropType_2<unknown extends Defaults["hideSelectAll"] ? boolean : boolean | Defaults["hideSelectAll"]>;
|
|
13137
13160
|
default: unknown extends Defaults["hideSelectAll"] ? boolean : boolean | Defaults["hideSelectAll"];
|
|
13138
13161
|
};
|
|
13139
13162
|
loading: unknown extends Defaults["loading"] ? BooleanConstructor : {
|
|
13140
|
-
type:
|
|
13163
|
+
type: PropType_2<unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"]>;
|
|
13141
13164
|
default: unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"];
|
|
13142
13165
|
};
|
|
13143
13166
|
search: unknown extends Defaults["search"] ? StringConstructor : {
|
|
13144
|
-
type:
|
|
13167
|
+
type: PropType_2<unknown extends Defaults["search"] ? string : string | Defaults["search"]>;
|
|
13145
13168
|
default: unknown extends Defaults["search"] ? string : string | Defaults["search"];
|
|
13146
13169
|
};
|
|
13147
13170
|
searchDelay: unknown extends Defaults["searchDelay"] ? {
|
|
@@ -13151,15 +13174,15 @@ export declare const makeEvDataTableSearchProps: <Defaults extends {
|
|
|
13151
13174
|
type: NumberConstructor;
|
|
13152
13175
|
default: number;
|
|
13153
13176
|
}, "type" | "default"> & {
|
|
13154
|
-
type:
|
|
13177
|
+
type: PropType_2<unknown extends Defaults["searchDelay"] ? number : number | Defaults["searchDelay"]>;
|
|
13155
13178
|
default: unknown extends Defaults["searchDelay"] ? number : number | Defaults["searchDelay"];
|
|
13156
13179
|
};
|
|
13157
13180
|
searchPlaceholder: unknown extends Defaults["searchPlaceholder"] ? StringConstructor : {
|
|
13158
|
-
type:
|
|
13181
|
+
type: PropType_2<unknown extends Defaults["searchPlaceholder"] ? string : string | Defaults["searchPlaceholder"]>;
|
|
13159
13182
|
default: unknown extends Defaults["searchPlaceholder"] ? string : string | Defaults["searchPlaceholder"];
|
|
13160
13183
|
};
|
|
13161
|
-
selectActions: unknown extends Defaults["selectActions"] ?
|
|
13162
|
-
type:
|
|
13184
|
+
selectActions: unknown extends Defaults["selectActions"] ? PropType_2<EvButtonProps[]> : {
|
|
13185
|
+
type: PropType_2<unknown extends Defaults["selectActions"] ? EvButtonProps[] : EvButtonProps[] | Defaults["selectActions"]>;
|
|
13163
13186
|
default: unknown extends Defaults["selectActions"] ? EvButtonProps[] : EvButtonProps[] | Defaults["selectActions"];
|
|
13164
13187
|
};
|
|
13165
13188
|
};
|
|
@@ -13592,7 +13615,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
13592
13615
|
type: PropType<boolean | {
|
|
13593
13616
|
component: {
|
|
13594
13617
|
new (...args: any[]): {
|
|
13595
|
-
$:
|
|
13618
|
+
$: ComponentInternalInstance_2;
|
|
13596
13619
|
$data: {};
|
|
13597
13620
|
$props: {
|
|
13598
13621
|
style?: unknown;
|
|
@@ -13693,7 +13716,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
13693
13716
|
default: boolean | {
|
|
13694
13717
|
component: {
|
|
13695
13718
|
new (...args: any[]): {
|
|
13696
|
-
$:
|
|
13719
|
+
$: ComponentInternalInstance_2;
|
|
13697
13720
|
$data: {};
|
|
13698
13721
|
$props: {
|
|
13699
13722
|
style?: unknown;
|
|
@@ -13798,7 +13821,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
13798
13821
|
type: PropType<boolean | {
|
|
13799
13822
|
component: {
|
|
13800
13823
|
new (...args: any[]): {
|
|
13801
|
-
$:
|
|
13824
|
+
$: ComponentInternalInstance_2;
|
|
13802
13825
|
$data: {};
|
|
13803
13826
|
$props: {
|
|
13804
13827
|
style?: unknown;
|
|
@@ -13899,7 +13922,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
13899
13922
|
default: boolean | {
|
|
13900
13923
|
component: {
|
|
13901
13924
|
new (...args: any[]): {
|
|
13902
|
-
$:
|
|
13925
|
+
$: ComponentInternalInstance_2;
|
|
13903
13926
|
$data: {};
|
|
13904
13927
|
$props: {
|
|
13905
13928
|
style?: unknown;
|
|
@@ -14001,7 +14024,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14001
14024
|
type: PropType<unknown extends Defaults["transition"] ? boolean | {
|
|
14002
14025
|
component: {
|
|
14003
14026
|
new (...args: any[]): {
|
|
14004
|
-
$:
|
|
14027
|
+
$: ComponentInternalInstance_2;
|
|
14005
14028
|
$data: {};
|
|
14006
14029
|
$props: {
|
|
14007
14030
|
style?: unknown;
|
|
@@ -14101,7 +14124,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14101
14124
|
} : Defaults["transition"] | NonNullable<boolean | {
|
|
14102
14125
|
component: {
|
|
14103
14126
|
new (...args: any[]): {
|
|
14104
|
-
$:
|
|
14127
|
+
$: ComponentInternalInstance_2;
|
|
14105
14128
|
$data: {};
|
|
14106
14129
|
$props: {
|
|
14107
14130
|
style?: unknown;
|
|
@@ -14202,7 +14225,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14202
14225
|
default: unknown extends Defaults["transition"] ? boolean | {
|
|
14203
14226
|
component: {
|
|
14204
14227
|
new (...args: any[]): {
|
|
14205
|
-
$:
|
|
14228
|
+
$: ComponentInternalInstance_2;
|
|
14206
14229
|
$data: {};
|
|
14207
14230
|
$props: {
|
|
14208
14231
|
style?: unknown;
|
|
@@ -14302,7 +14325,7 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14302
14325
|
} : Defaults["transition"] | NonNullable<boolean | {
|
|
14303
14326
|
component: {
|
|
14304
14327
|
new (...args: any[]): {
|
|
14305
|
-
$:
|
|
14328
|
+
$: ComponentInternalInstance_2;
|
|
14306
14329
|
$data: {};
|
|
14307
14330
|
$props: {
|
|
14308
14331
|
style?: unknown;
|
|
@@ -14402,58 +14425,58 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14402
14425
|
}>;
|
|
14403
14426
|
};
|
|
14404
14427
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
14405
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14428
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
14406
14429
|
default: string;
|
|
14407
14430
|
validator: (val: any) => boolean;
|
|
14408
14431
|
}, "type" | "default"> & {
|
|
14409
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14410
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14432
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
14433
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
14411
14434
|
} : Omit<Omit<{
|
|
14412
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14435
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
14413
14436
|
default: string;
|
|
14414
14437
|
validator: (val: any) => boolean;
|
|
14415
14438
|
}, "type" | "default"> & {
|
|
14416
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14417
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14439
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
14440
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
14418
14441
|
}, "type" | "default"> & {
|
|
14419
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14420
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
14442
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"]>;
|
|
14443
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"];
|
|
14421
14444
|
};
|
|
14422
14445
|
positionStrategy: unknown extends Defaults["positionStrategy"] ? Omit<{
|
|
14423
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14446
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14424
14447
|
updatePosition: (e: Event) => void;
|
|
14425
14448
|
})>;
|
|
14426
14449
|
default: string;
|
|
14427
14450
|
validator: (value: any) => boolean;
|
|
14428
14451
|
}, "type" | "default"> & {
|
|
14429
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14452
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14430
14453
|
updatePosition: (e: Event) => void;
|
|
14431
14454
|
})>>;
|
|
14432
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14455
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14433
14456
|
updatePosition: (e: Event) => void;
|
|
14434
14457
|
})>;
|
|
14435
14458
|
} : Omit<Omit<{
|
|
14436
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14459
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14437
14460
|
updatePosition: (e: Event) => void;
|
|
14438
14461
|
})>;
|
|
14439
14462
|
default: string;
|
|
14440
14463
|
validator: (value: any) => boolean;
|
|
14441
14464
|
}, "type" | "default"> & {
|
|
14442
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14465
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14443
14466
|
updatePosition: (e: Event) => void;
|
|
14444
14467
|
})>>;
|
|
14445
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14468
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14446
14469
|
updatePosition: (e: Event) => void;
|
|
14447
14470
|
})>;
|
|
14448
14471
|
}, "type" | "default"> & {
|
|
14449
|
-
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14472
|
+
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14450
14473
|
updatePosition: (e: Event) => void;
|
|
14451
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14474
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14452
14475
|
updatePosition: (e: Event) => void;
|
|
14453
14476
|
})>> | Defaults["positionStrategy"]>;
|
|
14454
|
-
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14477
|
+
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14455
14478
|
updatePosition: (e: Event) => void;
|
|
14456
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
14479
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
14457
14480
|
updatePosition: (e: Event) => void;
|
|
14458
14481
|
})>> | Defaults["positionStrategy"];
|
|
14459
14482
|
};
|
|
@@ -14601,9 +14624,9 @@ export declare const makeEvDialogProps: <Defaults extends {
|
|
|
14601
14624
|
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
14602
14625
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
14603
14626
|
};
|
|
14604
|
-
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean |
|
|
14605
|
-
type: PropType<unknown extends Defaults["modelValue"] ? boolean |
|
|
14606
|
-
default: unknown extends Defaults["modelValue"] ? boolean |
|
|
14627
|
+
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean | Ref_3<boolean>> : {
|
|
14628
|
+
type: PropType<unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"]>;
|
|
14629
|
+
default: unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"];
|
|
14607
14630
|
};
|
|
14608
14631
|
persistent: unknown extends Defaults["persistent"] ? BooleanConstructor : {
|
|
14609
14632
|
type: PropType<unknown extends Defaults["persistent"] ? boolean : boolean | Defaults["persistent"]>;
|
|
@@ -14705,9 +14728,9 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
14705
14728
|
__instance?: unknown;
|
|
14706
14729
|
position?: unknown;
|
|
14707
14730
|
} = {}>(defaults?: Defaults) => {
|
|
14708
|
-
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean |
|
|
14709
|
-
type: PropType<unknown extends Defaults["modelValue"] ? boolean |
|
|
14710
|
-
default: unknown extends Defaults["modelValue"] ? boolean |
|
|
14731
|
+
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean | Ref_3<boolean>> : {
|
|
14732
|
+
type: PropType<unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"]>;
|
|
14733
|
+
default: unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"];
|
|
14711
14734
|
};
|
|
14712
14735
|
disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : {
|
|
14713
14736
|
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
@@ -14765,7 +14788,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
14765
14788
|
type: PropType<boolean | {
|
|
14766
14789
|
component: {
|
|
14767
14790
|
new (...args: any[]): {
|
|
14768
|
-
$:
|
|
14791
|
+
$: ComponentInternalInstance_2;
|
|
14769
14792
|
$data: {};
|
|
14770
14793
|
$props: {
|
|
14771
14794
|
style?: unknown;
|
|
@@ -14866,7 +14889,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
14866
14889
|
default: boolean | {
|
|
14867
14890
|
component: {
|
|
14868
14891
|
new (...args: any[]): {
|
|
14869
|
-
$:
|
|
14892
|
+
$: ComponentInternalInstance_2;
|
|
14870
14893
|
$data: {};
|
|
14871
14894
|
$props: {
|
|
14872
14895
|
style?: unknown;
|
|
@@ -14971,7 +14994,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
14971
14994
|
type: PropType<boolean | {
|
|
14972
14995
|
component: {
|
|
14973
14996
|
new (...args: any[]): {
|
|
14974
|
-
$:
|
|
14997
|
+
$: ComponentInternalInstance_2;
|
|
14975
14998
|
$data: {};
|
|
14976
14999
|
$props: {
|
|
14977
15000
|
style?: unknown;
|
|
@@ -15072,7 +15095,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15072
15095
|
default: boolean | {
|
|
15073
15096
|
component: {
|
|
15074
15097
|
new (...args: any[]): {
|
|
15075
|
-
$:
|
|
15098
|
+
$: ComponentInternalInstance_2;
|
|
15076
15099
|
$data: {};
|
|
15077
15100
|
$props: {
|
|
15078
15101
|
style?: unknown;
|
|
@@ -15174,7 +15197,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15174
15197
|
type: PropType<unknown extends Defaults["transition"] ? boolean | {
|
|
15175
15198
|
component: {
|
|
15176
15199
|
new (...args: any[]): {
|
|
15177
|
-
$:
|
|
15200
|
+
$: ComponentInternalInstance_2;
|
|
15178
15201
|
$data: {};
|
|
15179
15202
|
$props: {
|
|
15180
15203
|
style?: unknown;
|
|
@@ -15274,7 +15297,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15274
15297
|
} : NonNullable<boolean | {
|
|
15275
15298
|
component: {
|
|
15276
15299
|
new (...args: any[]): {
|
|
15277
|
-
$:
|
|
15300
|
+
$: ComponentInternalInstance_2;
|
|
15278
15301
|
$data: {};
|
|
15279
15302
|
$props: {
|
|
15280
15303
|
style?: unknown;
|
|
@@ -15375,7 +15398,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15375
15398
|
default: unknown extends Defaults["transition"] ? boolean | {
|
|
15376
15399
|
component: {
|
|
15377
15400
|
new (...args: any[]): {
|
|
15378
|
-
$:
|
|
15401
|
+
$: ComponentInternalInstance_2;
|
|
15379
15402
|
$data: {};
|
|
15380
15403
|
$props: {
|
|
15381
15404
|
style?: unknown;
|
|
@@ -15475,7 +15498,7 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15475
15498
|
} : NonNullable<boolean | {
|
|
15476
15499
|
component: {
|
|
15477
15500
|
new (...args: any[]): {
|
|
15478
|
-
$:
|
|
15501
|
+
$: ComponentInternalInstance_2;
|
|
15479
15502
|
$data: {};
|
|
15480
15503
|
$props: {
|
|
15481
15504
|
style?: unknown;
|
|
@@ -15676,60 +15699,60 @@ export declare const makeEvDrawerProps: <Defaults extends {
|
|
|
15676
15699
|
default: unknown extends Defaults["closeOnContentClick"] ? boolean : boolean | Defaults["closeOnContentClick"];
|
|
15677
15700
|
};
|
|
15678
15701
|
positionStrategy: unknown extends Defaults["positionStrategy"] ? Omit<{
|
|
15679
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15702
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15680
15703
|
updatePosition: (e: Event) => void;
|
|
15681
15704
|
})>;
|
|
15682
15705
|
default: string;
|
|
15683
15706
|
validator: (value: any) => boolean;
|
|
15684
15707
|
}, "type" | "default"> & {
|
|
15685
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15708
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15686
15709
|
updatePosition: (e: Event) => void;
|
|
15687
15710
|
})>>;
|
|
15688
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15711
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15689
15712
|
updatePosition: (e: Event) => void;
|
|
15690
15713
|
})>;
|
|
15691
15714
|
} : Omit<Omit<{
|
|
15692
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15715
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15693
15716
|
updatePosition: (e: Event) => void;
|
|
15694
15717
|
})>;
|
|
15695
15718
|
default: string;
|
|
15696
15719
|
validator: (value: any) => boolean;
|
|
15697
15720
|
}, "type" | "default"> & {
|
|
15698
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15721
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15699
15722
|
updatePosition: (e: Event) => void;
|
|
15700
15723
|
})>>;
|
|
15701
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15724
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15702
15725
|
updatePosition: (e: Event) => void;
|
|
15703
15726
|
})>;
|
|
15704
15727
|
}, "type" | "default"> & {
|
|
15705
|
-
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15728
|
+
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15706
15729
|
updatePosition: (e: Event) => void;
|
|
15707
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15730
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15708
15731
|
updatePosition: (e: Event) => void;
|
|
15709
15732
|
})>> | Defaults["positionStrategy"]>;
|
|
15710
|
-
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15733
|
+
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15711
15734
|
updatePosition: (e: Event) => void;
|
|
15712
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
15735
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
15713
15736
|
updatePosition: (e: Event) => void;
|
|
15714
15737
|
})>> | Defaults["positionStrategy"];
|
|
15715
15738
|
};
|
|
15716
15739
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
15717
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15740
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
15718
15741
|
default: string;
|
|
15719
15742
|
validator: (val: any) => boolean;
|
|
15720
15743
|
}, "type" | "default"> & {
|
|
15721
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15722
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15744
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
15745
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
15723
15746
|
} : Omit<Omit<{
|
|
15724
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15747
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
15725
15748
|
default: string;
|
|
15726
15749
|
validator: (val: any) => boolean;
|
|
15727
15750
|
}, "type" | "default"> & {
|
|
15728
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15729
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15751
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
15752
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
15730
15753
|
}, "type" | "default"> & {
|
|
15731
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15732
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
15754
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"]>;
|
|
15755
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"];
|
|
15733
15756
|
};
|
|
15734
15757
|
closeOnBack: unknown extends Defaults["closeOnBack"] ? {
|
|
15735
15758
|
type: BooleanConstructor;
|
|
@@ -16660,57 +16683,57 @@ export declare const makeEvLayoutProps: <Defaults extends {
|
|
|
16660
16683
|
type: StringConstructor;
|
|
16661
16684
|
default: string;
|
|
16662
16685
|
}, "type" | "default"> & {
|
|
16663
|
-
type:
|
|
16686
|
+
type: PropType_2<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
16664
16687
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
16665
16688
|
};
|
|
16666
|
-
class: unknown extends Defaults["class"] ?
|
|
16667
|
-
type:
|
|
16689
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
16690
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
16668
16691
|
default: unknown extends Defaults["class"] ? any : any;
|
|
16669
16692
|
};
|
|
16670
16693
|
style: unknown extends Defaults["style"] ? {
|
|
16671
|
-
type:
|
|
16694
|
+
type: PropType_2<StyleValue_2>;
|
|
16672
16695
|
default: any;
|
|
16673
16696
|
} : Omit<{
|
|
16674
|
-
type:
|
|
16697
|
+
type: PropType_2<StyleValue_2>;
|
|
16675
16698
|
default: any;
|
|
16676
16699
|
}, "type" | "default"> & {
|
|
16677
|
-
type:
|
|
16678
|
-
default: unknown extends Defaults["style"] ?
|
|
16700
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
16701
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
16679
16702
|
};
|
|
16680
|
-
align: unknown extends Defaults["align"] ?
|
|
16681
|
-
type:
|
|
16703
|
+
align: unknown extends Defaults["align"] ? PropType_2<AlignItemsProp> : {
|
|
16704
|
+
type: PropType_2<unknown extends Defaults["align"] ? AlignItemsProp : Defaults["align"] | NonNullable<AlignItemsProp>>;
|
|
16682
16705
|
default: unknown extends Defaults["align"] ? AlignItemsProp : Defaults["align"] | NonNullable<AlignItemsProp>;
|
|
16683
16706
|
};
|
|
16684
|
-
alignContent: unknown extends Defaults["alignContent"] ?
|
|
16685
|
-
type:
|
|
16707
|
+
alignContent: unknown extends Defaults["alignContent"] ? PropType_2<AlignContentProp> : {
|
|
16708
|
+
type: PropType_2<unknown extends Defaults["alignContent"] ? AlignContentProp : Defaults["alignContent"] | NonNullable<AlignContentProp>>;
|
|
16686
16709
|
default: unknown extends Defaults["alignContent"] ? AlignContentProp : Defaults["alignContent"] | NonNullable<AlignContentProp>;
|
|
16687
16710
|
};
|
|
16688
16711
|
column: unknown extends Defaults["column"] ? BooleanConstructor : {
|
|
16689
|
-
type:
|
|
16712
|
+
type: PropType_2<unknown extends Defaults["column"] ? boolean : boolean | Defaults["column"]>;
|
|
16690
16713
|
default: unknown extends Defaults["column"] ? boolean : boolean | Defaults["column"];
|
|
16691
16714
|
};
|
|
16692
|
-
gutter: unknown extends Defaults["gutter"] ?
|
|
16693
|
-
type:
|
|
16715
|
+
gutter: unknown extends Defaults["gutter"] ? PropType_2<SpacerProp> : {
|
|
16716
|
+
type: PropType_2<unknown extends Defaults["gutter"] ? SpacerProp : Defaults["gutter"] | NonNullable<SpacerProp>>;
|
|
16694
16717
|
default: unknown extends Defaults["gutter"] ? SpacerProp : Defaults["gutter"] | NonNullable<SpacerProp>;
|
|
16695
16718
|
};
|
|
16696
|
-
justify: unknown extends Defaults["justify"] ?
|
|
16697
|
-
type:
|
|
16719
|
+
justify: unknown extends Defaults["justify"] ? PropType_2<JustifyContentProp> : {
|
|
16720
|
+
type: PropType_2<unknown extends Defaults["justify"] ? JustifyContentProp : Defaults["justify"] | NonNullable<JustifyContentProp>>;
|
|
16698
16721
|
default: unknown extends Defaults["justify"] ? JustifyContentProp : Defaults["justify"] | NonNullable<JustifyContentProp>;
|
|
16699
16722
|
};
|
|
16700
16723
|
nowrap: unknown extends Defaults["nowrap"] ? BooleanConstructor : {
|
|
16701
|
-
type:
|
|
16724
|
+
type: PropType_2<unknown extends Defaults["nowrap"] ? boolean : boolean | Defaults["nowrap"]>;
|
|
16702
16725
|
default: unknown extends Defaults["nowrap"] ? boolean : boolean | Defaults["nowrap"];
|
|
16703
16726
|
};
|
|
16704
|
-
hidden: unknown extends Defaults["hidden"] ?
|
|
16705
|
-
type:
|
|
16727
|
+
hidden: unknown extends Defaults["hidden"] ? PropType_2<VisibilityRuleProp> : {
|
|
16728
|
+
type: PropType_2<unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"]>;
|
|
16706
16729
|
default: unknown extends Defaults["hidden"] ? unknown : {} | Defaults["hidden"];
|
|
16707
16730
|
};
|
|
16708
|
-
height: unknown extends Defaults["height"] ?
|
|
16709
|
-
type:
|
|
16731
|
+
height: unknown extends Defaults["height"] ? PropType_2<DisplayRuleProp> : {
|
|
16732
|
+
type: PropType_2<unknown extends Defaults["height"] ? unknown : {} | Defaults["height"]>;
|
|
16710
16733
|
default: unknown extends Defaults["height"] ? unknown : {} | Defaults["height"];
|
|
16711
16734
|
};
|
|
16712
|
-
width: unknown extends Defaults["width"] ?
|
|
16713
|
-
type:
|
|
16735
|
+
width: unknown extends Defaults["width"] ? PropType_2<DisplayRuleProp> : {
|
|
16736
|
+
type: PropType_2<unknown extends Defaults["width"] ? unknown : {} | Defaults["width"]>;
|
|
16714
16737
|
default: unknown extends Defaults["width"] ? unknown : {} | Defaults["width"];
|
|
16715
16738
|
};
|
|
16716
16739
|
};
|
|
@@ -17234,7 +17257,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17234
17257
|
type: PropType<boolean | {
|
|
17235
17258
|
component: {
|
|
17236
17259
|
new (...args: any[]): {
|
|
17237
|
-
$:
|
|
17260
|
+
$: ComponentInternalInstance_2;
|
|
17238
17261
|
$data: {};
|
|
17239
17262
|
$props: {
|
|
17240
17263
|
style?: unknown;
|
|
@@ -17335,7 +17358,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17335
17358
|
default: boolean | {
|
|
17336
17359
|
component: {
|
|
17337
17360
|
new (...args: any[]): {
|
|
17338
|
-
$:
|
|
17361
|
+
$: ComponentInternalInstance_2;
|
|
17339
17362
|
$data: {};
|
|
17340
17363
|
$props: {
|
|
17341
17364
|
style?: unknown;
|
|
@@ -17440,7 +17463,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17440
17463
|
type: PropType<boolean | {
|
|
17441
17464
|
component: {
|
|
17442
17465
|
new (...args: any[]): {
|
|
17443
|
-
$:
|
|
17466
|
+
$: ComponentInternalInstance_2;
|
|
17444
17467
|
$data: {};
|
|
17445
17468
|
$props: {
|
|
17446
17469
|
style?: unknown;
|
|
@@ -17541,7 +17564,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17541
17564
|
default: boolean | {
|
|
17542
17565
|
component: {
|
|
17543
17566
|
new (...args: any[]): {
|
|
17544
|
-
$:
|
|
17567
|
+
$: ComponentInternalInstance_2;
|
|
17545
17568
|
$data: {};
|
|
17546
17569
|
$props: {
|
|
17547
17570
|
style?: unknown;
|
|
@@ -17643,7 +17666,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17643
17666
|
type: PropType<unknown extends Defaults["transition"] ? boolean | {
|
|
17644
17667
|
component: {
|
|
17645
17668
|
new (...args: any[]): {
|
|
17646
|
-
$:
|
|
17669
|
+
$: ComponentInternalInstance_2;
|
|
17647
17670
|
$data: {};
|
|
17648
17671
|
$props: {
|
|
17649
17672
|
style?: unknown;
|
|
@@ -17743,7 +17766,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17743
17766
|
} : Defaults["transition"] | NonNullable<boolean | {
|
|
17744
17767
|
component: {
|
|
17745
17768
|
new (...args: any[]): {
|
|
17746
|
-
$:
|
|
17769
|
+
$: ComponentInternalInstance_2;
|
|
17747
17770
|
$data: {};
|
|
17748
17771
|
$props: {
|
|
17749
17772
|
style?: unknown;
|
|
@@ -17844,7 +17867,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17844
17867
|
default: unknown extends Defaults["transition"] ? boolean | {
|
|
17845
17868
|
component: {
|
|
17846
17869
|
new (...args: any[]): {
|
|
17847
|
-
$:
|
|
17870
|
+
$: ComponentInternalInstance_2;
|
|
17848
17871
|
$data: {};
|
|
17849
17872
|
$props: {
|
|
17850
17873
|
style?: unknown;
|
|
@@ -17944,7 +17967,7 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
17944
17967
|
} : Defaults["transition"] | NonNullable<boolean | {
|
|
17945
17968
|
component: {
|
|
17946
17969
|
new (...args: any[]): {
|
|
17947
|
-
$:
|
|
17970
|
+
$: ComponentInternalInstance_2;
|
|
17948
17971
|
$data: {};
|
|
17949
17972
|
$props: {
|
|
17950
17973
|
style?: unknown;
|
|
@@ -18044,58 +18067,58 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
18044
18067
|
}>;
|
|
18045
18068
|
};
|
|
18046
18069
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
18047
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18070
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18048
18071
|
default: string;
|
|
18049
18072
|
validator: (val: any) => boolean;
|
|
18050
18073
|
}, "type" | "default"> & {
|
|
18051
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18052
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18074
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
18075
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18053
18076
|
} : Omit<Omit<{
|
|
18054
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18077
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18055
18078
|
default: string;
|
|
18056
18079
|
validator: (val: any) => boolean;
|
|
18057
18080
|
}, "type" | "default"> & {
|
|
18058
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18059
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18081
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
18082
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18060
18083
|
}, "type" | "default"> & {
|
|
18061
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18062
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18084
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : Defaults["scrollStrategy"] | NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>>;
|
|
18085
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : Defaults["scrollStrategy"] | NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
18063
18086
|
};
|
|
18064
18087
|
positionStrategy: unknown extends Defaults["positionStrategy"] ? Omit<{
|
|
18065
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18088
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18066
18089
|
updatePosition: (e: Event) => void;
|
|
18067
18090
|
})>;
|
|
18068
18091
|
default: string;
|
|
18069
18092
|
validator: (value: any) => boolean;
|
|
18070
18093
|
}, "type" | "default"> & {
|
|
18071
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18094
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18072
18095
|
updatePosition: (e: Event) => void;
|
|
18073
18096
|
})>>;
|
|
18074
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18097
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18075
18098
|
updatePosition: (e: Event) => void;
|
|
18076
18099
|
})>;
|
|
18077
18100
|
} : Omit<Omit<{
|
|
18078
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18101
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18079
18102
|
updatePosition: (e: Event) => void;
|
|
18080
18103
|
})>;
|
|
18081
18104
|
default: string;
|
|
18082
18105
|
validator: (value: any) => boolean;
|
|
18083
18106
|
}, "type" | "default"> & {
|
|
18084
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18107
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18085
18108
|
updatePosition: (e: Event) => void;
|
|
18086
18109
|
})>>;
|
|
18087
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18110
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18088
18111
|
updatePosition: (e: Event) => void;
|
|
18089
18112
|
})>;
|
|
18090
18113
|
}, "type" | "default"> & {
|
|
18091
|
-
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18114
|
+
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18092
18115
|
updatePosition: (e: Event) => void;
|
|
18093
|
-
})> : Defaults["positionStrategy"] | NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18116
|
+
})> : Defaults["positionStrategy"] | NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18094
18117
|
updatePosition: (e: Event) => void;
|
|
18095
18118
|
})>>>;
|
|
18096
|
-
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18119
|
+
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18097
18120
|
updatePosition: (e: Event) => void;
|
|
18098
|
-
})> : Defaults["positionStrategy"] | NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18121
|
+
})> : Defaults["positionStrategy"] | NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18099
18122
|
updatePosition: (e: Event) => void;
|
|
18100
18123
|
})>>;
|
|
18101
18124
|
};
|
|
@@ -18261,9 +18284,9 @@ export declare const makeEvMenuProps: <Defaults extends {
|
|
|
18261
18284
|
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
18262
18285
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
18263
18286
|
};
|
|
18264
|
-
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean |
|
|
18265
|
-
type: PropType<unknown extends Defaults["modelValue"] ? boolean |
|
|
18266
|
-
default: unknown extends Defaults["modelValue"] ? boolean |
|
|
18287
|
+
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean | Ref_3<boolean>> : {
|
|
18288
|
+
type: PropType<unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"]>;
|
|
18289
|
+
default: unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"];
|
|
18267
18290
|
};
|
|
18268
18291
|
persistent: unknown extends Defaults["persistent"] ? BooleanConstructor : {
|
|
18269
18292
|
type: PropType<unknown extends Defaults["persistent"] ? boolean : boolean | Defaults["persistent"]>;
|
|
@@ -18530,14 +18553,14 @@ export declare const makeEvNotificationProps: <Defaults extends {
|
|
|
18530
18553
|
default: unknown extends Defaults["dismissDelay"] ? NonNullable<number | boolean> : Defaults["dismissDelay"] | NonNullable<NonNullable<number | boolean>>;
|
|
18531
18554
|
};
|
|
18532
18555
|
dismissible: unknown extends Defaults["dismissible"] ? {
|
|
18533
|
-
type: PropType<NonNullable<boolean |
|
|
18534
|
-
default: NonNullable<boolean |
|
|
18556
|
+
type: PropType<NonNullable<boolean | Ref_3<boolean>>>;
|
|
18557
|
+
default: NonNullable<boolean | Ref_3<boolean>>;
|
|
18535
18558
|
} : Omit<{
|
|
18536
|
-
type: PropType<NonNullable<boolean |
|
|
18537
|
-
default: NonNullable<boolean |
|
|
18559
|
+
type: PropType<NonNullable<boolean | Ref_3<boolean>>>;
|
|
18560
|
+
default: NonNullable<boolean | Ref_3<boolean>>;
|
|
18538
18561
|
}, "type" | "default"> & {
|
|
18539
|
-
type: PropType<unknown extends Defaults["dismissible"] ? NonNullable<boolean |
|
|
18540
|
-
default: unknown extends Defaults["dismissible"] ? NonNullable<boolean |
|
|
18562
|
+
type: PropType<unknown extends Defaults["dismissible"] ? NonNullable<boolean | Ref_3<boolean>> : Defaults["dismissible"] | NonNullable<NonNullable<boolean | Ref_3<boolean>>>>;
|
|
18563
|
+
default: unknown extends Defaults["dismissible"] ? NonNullable<boolean | Ref_3<boolean>> : Defaults["dismissible"] | NonNullable<NonNullable<boolean | Ref_3<boolean>>>;
|
|
18541
18564
|
};
|
|
18542
18565
|
expandable: unknown extends Defaults["expandable"] ? BooleanConstructor : {
|
|
18543
18566
|
type: PropType<unknown extends Defaults["expandable"] ? boolean : boolean | Defaults["expandable"]>;
|
|
@@ -18548,14 +18571,14 @@ export declare const makeEvNotificationProps: <Defaults extends {
|
|
|
18548
18571
|
default: unknown extends Defaults["icon"] ? IconValue : NonNullable<IconValue> | Defaults["icon"];
|
|
18549
18572
|
};
|
|
18550
18573
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
18551
|
-
type: PropType<boolean |
|
|
18574
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
18552
18575
|
default: boolean;
|
|
18553
18576
|
} : Omit<{
|
|
18554
|
-
type: PropType<boolean |
|
|
18577
|
+
type: PropType<boolean | Ref_3<boolean>>;
|
|
18555
18578
|
default: boolean;
|
|
18556
18579
|
}, "type" | "default"> & {
|
|
18557
|
-
type: PropType<unknown extends Defaults["modelValue"] ? boolean |
|
|
18558
|
-
default: unknown extends Defaults["modelValue"] ? boolean |
|
|
18580
|
+
type: PropType<unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"]>;
|
|
18581
|
+
default: unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"];
|
|
18559
18582
|
};
|
|
18560
18583
|
title: unknown extends Defaults["title"] ? StringConstructor : {
|
|
18561
18584
|
type: PropType<unknown extends Defaults["title"] ? string : string | Defaults["title"]>;
|
|
@@ -18919,38 +18942,38 @@ export declare const makeEvOverlayProps: <Defaults extends {
|
|
|
18919
18942
|
default: unknown extends Defaults["transition"] ? boolean : boolean | Defaults["transition"];
|
|
18920
18943
|
};
|
|
18921
18944
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? {
|
|
18922
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18945
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18923
18946
|
default: string;
|
|
18924
18947
|
validator: (val: any) => boolean;
|
|
18925
18948
|
} : Omit<{
|
|
18926
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18949
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
18927
18950
|
default: string;
|
|
18928
18951
|
validator: (val: any) => boolean;
|
|
18929
18952
|
}, "type" | "default"> & {
|
|
18930
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18931
|
-
default: unknown extends Defaults["scrollStrategy"] ? "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
18953
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition" : NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> | Defaults["scrollStrategy"]>;
|
|
18954
|
+
default: unknown extends Defaults["scrollStrategy"] ? "none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition" : NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> | Defaults["scrollStrategy"];
|
|
18932
18955
|
};
|
|
18933
18956
|
positionStrategy: unknown extends Defaults["positionStrategy"] ? {
|
|
18934
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18957
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18935
18958
|
updatePosition: (e: Event) => void;
|
|
18936
18959
|
})>;
|
|
18937
18960
|
default: string;
|
|
18938
18961
|
validator: (value: any) => boolean;
|
|
18939
18962
|
} : Omit<{
|
|
18940
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18963
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18941
18964
|
updatePosition: (e: Event) => void;
|
|
18942
18965
|
})>;
|
|
18943
18966
|
default: string;
|
|
18944
18967
|
validator: (value: any) => boolean;
|
|
18945
18968
|
}, "type" | "default"> & {
|
|
18946
|
-
type: PropType<unknown extends Defaults["positionStrategy"] ? "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18969
|
+
type: PropType<unknown extends Defaults["positionStrategy"] ? "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18947
18970
|
updatePosition: (e: Event) => void;
|
|
18948
|
-
}) : NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18971
|
+
}) : NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18949
18972
|
updatePosition: (e: Event) => void;
|
|
18950
18973
|
})> | Defaults["positionStrategy"]>;
|
|
18951
|
-
default: unknown extends Defaults["positionStrategy"] ? "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18974
|
+
default: unknown extends Defaults["positionStrategy"] ? "static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18952
18975
|
updatePosition: (e: Event) => void;
|
|
18953
|
-
}) : NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
18976
|
+
}) : NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
18954
18977
|
updatePosition: (e: Event) => void;
|
|
18955
18978
|
})> | Defaults["positionStrategy"];
|
|
18956
18979
|
};
|
|
@@ -19943,19 +19966,19 @@ export declare const makeEvSpacerProps: <Defaults extends {
|
|
|
19943
19966
|
class?: unknown;
|
|
19944
19967
|
style?: unknown;
|
|
19945
19968
|
} = {}>(defaults?: Defaults) => {
|
|
19946
|
-
class: unknown extends Defaults["class"] ?
|
|
19947
|
-
type:
|
|
19969
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
19970
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
19948
19971
|
default: unknown extends Defaults["class"] ? any : any;
|
|
19949
19972
|
};
|
|
19950
19973
|
style: unknown extends Defaults["style"] ? {
|
|
19951
|
-
type:
|
|
19974
|
+
type: PropType_2<StyleValue_2>;
|
|
19952
19975
|
default: any;
|
|
19953
19976
|
} : Omit<{
|
|
19954
|
-
type:
|
|
19977
|
+
type: PropType_2<StyleValue_2>;
|
|
19955
19978
|
default: any;
|
|
19956
19979
|
}, "type" | "default"> & {
|
|
19957
|
-
type:
|
|
19958
|
-
default: unknown extends Defaults["style"] ?
|
|
19980
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
19981
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
19959
19982
|
};
|
|
19960
19983
|
};
|
|
19961
19984
|
|
|
@@ -20219,154 +20242,154 @@ export declare const makeEvTabProps: <Defaults extends {
|
|
|
20219
20242
|
direction?: unknown;
|
|
20220
20243
|
} = {}>(defaults?: Defaults) => {
|
|
20221
20244
|
replace: unknown extends Defaults["replace"] ? BooleanConstructor : {
|
|
20222
|
-
type:
|
|
20245
|
+
type: PropType_2<unknown extends Defaults["replace"] ? boolean : boolean | Defaults["replace"]>;
|
|
20223
20246
|
default: unknown extends Defaults["replace"] ? boolean : boolean | Defaults["replace"];
|
|
20224
20247
|
};
|
|
20225
20248
|
value: unknown extends Defaults["value"] ? any : (Omit<any, "type" | "default"> & {
|
|
20226
|
-
type:
|
|
20249
|
+
type: PropType_2<unknown extends Defaults["value"] ? any : any>;
|
|
20227
20250
|
default: unknown extends Defaults["value"] ? any : any;
|
|
20228
20251
|
}) | {
|
|
20229
|
-
type:
|
|
20252
|
+
type: PropType_2<unknown extends Defaults["value"] ? any : any>;
|
|
20230
20253
|
default: unknown extends Defaults["value"] ? any : any;
|
|
20231
20254
|
};
|
|
20232
20255
|
selectedClass: unknown extends Defaults["selectedClass"] ? {
|
|
20233
|
-
type:
|
|
20256
|
+
type: PropType_2<string>;
|
|
20234
20257
|
default: string;
|
|
20235
20258
|
} : Omit<{
|
|
20236
|
-
type:
|
|
20259
|
+
type: PropType_2<string>;
|
|
20237
20260
|
default: string;
|
|
20238
20261
|
}, "type" | "default"> & {
|
|
20239
|
-
type:
|
|
20262
|
+
type: PropType_2<unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"]>;
|
|
20240
20263
|
default: unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"];
|
|
20241
20264
|
};
|
|
20242
20265
|
selectedAppearance: unknown extends Defaults["selectedAppearance"] ? {
|
|
20243
|
-
type:
|
|
20266
|
+
type: PropType_2<string>;
|
|
20244
20267
|
default: string;
|
|
20245
20268
|
} : Omit<{
|
|
20246
|
-
type:
|
|
20269
|
+
type: PropType_2<string>;
|
|
20247
20270
|
default: string;
|
|
20248
20271
|
}, "type" | "default"> & {
|
|
20249
|
-
type:
|
|
20272
|
+
type: PropType_2<unknown extends Defaults["selectedAppearance"] ? string : string | Defaults["selectedAppearance"]>;
|
|
20250
20273
|
default: unknown extends Defaults["selectedAppearance"] ? string : string | Defaults["selectedAppearance"];
|
|
20251
20274
|
};
|
|
20252
20275
|
selectedVariant: unknown extends Defaults["selectedVariant"] ? {
|
|
20253
|
-
type:
|
|
20276
|
+
type: PropType_2<string>;
|
|
20254
20277
|
default: string;
|
|
20255
20278
|
} : Omit<{
|
|
20256
|
-
type:
|
|
20279
|
+
type: PropType_2<string>;
|
|
20257
20280
|
default: string;
|
|
20258
20281
|
}, "type" | "default"> & {
|
|
20259
|
-
type:
|
|
20282
|
+
type: PropType_2<unknown extends Defaults["selectedVariant"] ? string : string | Defaults["selectedVariant"]>;
|
|
20260
20283
|
default: unknown extends Defaults["selectedVariant"] ? string : string | Defaults["selectedVariant"];
|
|
20261
20284
|
};
|
|
20262
20285
|
disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : {
|
|
20263
|
-
type:
|
|
20286
|
+
type: PropType_2<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
20264
20287
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
20265
20288
|
};
|
|
20266
20289
|
appearance: unknown extends Defaults["appearance"] ? {
|
|
20267
|
-
type:
|
|
20290
|
+
type: PropType_2<ButtonAppearanceProp>;
|
|
20268
20291
|
default: "default";
|
|
20269
20292
|
} : Omit<{
|
|
20270
|
-
type:
|
|
20293
|
+
type: PropType_2<ButtonAppearanceProp>;
|
|
20271
20294
|
default: "default";
|
|
20272
20295
|
}, "type" | "default"> & {
|
|
20273
|
-
type:
|
|
20296
|
+
type: PropType_2<unknown extends Defaults["appearance"] ? ButtonAppearanceProp : NonNullable<ButtonAppearanceProp> | Defaults["appearance"]>;
|
|
20274
20297
|
default: unknown extends Defaults["appearance"] ? ButtonAppearanceProp : NonNullable<ButtonAppearanceProp> | Defaults["appearance"];
|
|
20275
20298
|
};
|
|
20276
20299
|
variant: unknown extends Defaults["variant"] ? Omit<{
|
|
20277
|
-
type:
|
|
20300
|
+
type: PropType_2<ButtonVariantProp>;
|
|
20278
20301
|
default: string;
|
|
20279
20302
|
}, "type" | "default"> & {
|
|
20280
|
-
type:
|
|
20303
|
+
type: PropType_2<NonNullable<ButtonVariantProp>>;
|
|
20281
20304
|
default: NonNullable<ButtonVariantProp>;
|
|
20282
20305
|
} : Omit<Omit<{
|
|
20283
|
-
type:
|
|
20306
|
+
type: PropType_2<ButtonVariantProp>;
|
|
20284
20307
|
default: string;
|
|
20285
20308
|
}, "type" | "default"> & {
|
|
20286
|
-
type:
|
|
20309
|
+
type: PropType_2<NonNullable<ButtonVariantProp>>;
|
|
20287
20310
|
default: NonNullable<ButtonVariantProp>;
|
|
20288
20311
|
}, "type" | "default"> & {
|
|
20289
|
-
type:
|
|
20312
|
+
type: PropType_2<unknown extends Defaults["variant"] ? NonNullable<ButtonVariantProp> : Defaults["variant"] | NonNullable<NonNullable<ButtonVariantProp>>>;
|
|
20290
20313
|
default: unknown extends Defaults["variant"] ? NonNullable<ButtonVariantProp> : Defaults["variant"] | NonNullable<NonNullable<ButtonVariantProp>>;
|
|
20291
20314
|
};
|
|
20292
|
-
size: unknown extends Defaults["size"] ?
|
|
20293
|
-
type:
|
|
20315
|
+
size: unknown extends Defaults["size"] ? PropType_2<InputSizeProp> : {
|
|
20316
|
+
type: PropType_2<unknown extends Defaults["size"] ? InputSizeProp : NonNullable<InputSizeProp> | Defaults["size"]>;
|
|
20294
20317
|
default: unknown extends Defaults["size"] ? InputSizeProp : NonNullable<InputSizeProp> | Defaults["size"];
|
|
20295
20318
|
};
|
|
20296
20319
|
style: unknown extends Defaults["style"] ? {
|
|
20297
|
-
type:
|
|
20320
|
+
type: PropType_2<StyleValue_2>;
|
|
20298
20321
|
default: any;
|
|
20299
20322
|
} : Omit<{
|
|
20300
|
-
type:
|
|
20323
|
+
type: PropType_2<StyleValue_2>;
|
|
20301
20324
|
default: any;
|
|
20302
20325
|
}, "type" | "default"> & {
|
|
20303
|
-
type:
|
|
20304
|
-
default: unknown extends Defaults["style"] ?
|
|
20326
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
20327
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
20305
20328
|
};
|
|
20306
20329
|
text: unknown extends Defaults["text"] ? StringConstructor : {
|
|
20307
|
-
type:
|
|
20330
|
+
type: PropType_2<unknown extends Defaults["text"] ? string : string | Defaults["text"]>;
|
|
20308
20331
|
default: unknown extends Defaults["text"] ? string : string | Defaults["text"];
|
|
20309
20332
|
};
|
|
20310
|
-
class: unknown extends Defaults["class"] ?
|
|
20311
|
-
type:
|
|
20333
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
20334
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
20312
20335
|
default: unknown extends Defaults["class"] ? any : any;
|
|
20313
20336
|
};
|
|
20314
20337
|
rounded: unknown extends Defaults["rounded"] ? BooleanConstructor : {
|
|
20315
|
-
type:
|
|
20338
|
+
type: PropType_2<unknown extends Defaults["rounded"] ? boolean : boolean | Defaults["rounded"]>;
|
|
20316
20339
|
default: unknown extends Defaults["rounded"] ? boolean : boolean | Defaults["rounded"];
|
|
20317
20340
|
};
|
|
20318
|
-
icon: unknown extends Defaults["icon"] ?
|
|
20319
|
-
type:
|
|
20341
|
+
icon: unknown extends Defaults["icon"] ? PropType_2<boolean | IconValue> : {
|
|
20342
|
+
type: PropType_2<unknown extends Defaults["icon"] ? boolean | IconValue : NonNullable<boolean | IconValue> | Defaults["icon"]>;
|
|
20320
20343
|
default: unknown extends Defaults["icon"] ? boolean | IconValue : NonNullable<boolean | IconValue> | Defaults["icon"];
|
|
20321
20344
|
};
|
|
20322
20345
|
exact: unknown extends Defaults["exact"] ? BooleanConstructor : {
|
|
20323
|
-
type:
|
|
20346
|
+
type: PropType_2<unknown extends Defaults["exact"] ? boolean : boolean | Defaults["exact"]>;
|
|
20324
20347
|
default: unknown extends Defaults["exact"] ? boolean : boolean | Defaults["exact"];
|
|
20325
20348
|
};
|
|
20326
20349
|
loading: unknown extends Defaults["loading"] ? BooleanConstructor : {
|
|
20327
|
-
type:
|
|
20350
|
+
type: PropType_2<unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"]>;
|
|
20328
20351
|
default: unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"];
|
|
20329
20352
|
};
|
|
20330
|
-
to: unknown extends Defaults["to"] ?
|
|
20331
|
-
type:
|
|
20353
|
+
to: unknown extends Defaults["to"] ? PropType_2<RouteLocationRaw> : {
|
|
20354
|
+
type: PropType_2<unknown extends Defaults["to"] ? unknown : {} | Defaults["to"]>;
|
|
20332
20355
|
default: unknown extends Defaults["to"] ? unknown : {} | Defaults["to"];
|
|
20333
20356
|
};
|
|
20334
20357
|
href: unknown extends Defaults["href"] ? StringConstructor : {
|
|
20335
|
-
type:
|
|
20358
|
+
type: PropType_2<unknown extends Defaults["href"] ? string : string | Defaults["href"]>;
|
|
20336
20359
|
default: unknown extends Defaults["href"] ? string : string | Defaults["href"];
|
|
20337
20360
|
};
|
|
20338
|
-
iconStart: unknown extends Defaults["iconStart"] ?
|
|
20339
|
-
type:
|
|
20361
|
+
iconStart: unknown extends Defaults["iconStart"] ? PropType_2<IconValue> : {
|
|
20362
|
+
type: PropType_2<unknown extends Defaults["iconStart"] ? IconValue : NonNullable<IconValue> | Defaults["iconStart"]>;
|
|
20340
20363
|
default: unknown extends Defaults["iconStart"] ? IconValue : NonNullable<IconValue> | Defaults["iconStart"];
|
|
20341
20364
|
};
|
|
20342
|
-
iconEnd: unknown extends Defaults["iconEnd"] ?
|
|
20343
|
-
type:
|
|
20365
|
+
iconEnd: unknown extends Defaults["iconEnd"] ? PropType_2<IconValue> : {
|
|
20366
|
+
type: PropType_2<unknown extends Defaults["iconEnd"] ? IconValue : NonNullable<IconValue> | Defaults["iconEnd"]>;
|
|
20344
20367
|
default: unknown extends Defaults["iconEnd"] ? IconValue : NonNullable<IconValue> | Defaults["iconEnd"];
|
|
20345
20368
|
};
|
|
20346
20369
|
fullWidth: unknown extends Defaults["fullWidth"] ? BooleanConstructor : {
|
|
20347
|
-
type:
|
|
20370
|
+
type: PropType_2<unknown extends Defaults["fullWidth"] ? boolean : boolean | Defaults["fullWidth"]>;
|
|
20348
20371
|
default: unknown extends Defaults["fullWidth"] ? boolean : boolean | Defaults["fullWidth"];
|
|
20349
20372
|
};
|
|
20350
|
-
selectedIcon: unknown extends Defaults["selectedIcon"] ?
|
|
20351
|
-
type:
|
|
20373
|
+
selectedIcon: unknown extends Defaults["selectedIcon"] ? PropType_2<IconValue> : {
|
|
20374
|
+
type: PropType_2<unknown extends Defaults["selectedIcon"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIcon"]>;
|
|
20352
20375
|
default: unknown extends Defaults["selectedIcon"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIcon"];
|
|
20353
20376
|
};
|
|
20354
|
-
selectedIconStart: unknown extends Defaults["selectedIconStart"] ?
|
|
20355
|
-
type:
|
|
20377
|
+
selectedIconStart: unknown extends Defaults["selectedIconStart"] ? PropType_2<IconValue> : {
|
|
20378
|
+
type: PropType_2<unknown extends Defaults["selectedIconStart"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIconStart"]>;
|
|
20356
20379
|
default: unknown extends Defaults["selectedIconStart"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIconStart"];
|
|
20357
20380
|
};
|
|
20358
|
-
selectedIconEnd: unknown extends Defaults["selectedIconEnd"] ?
|
|
20359
|
-
type:
|
|
20381
|
+
selectedIconEnd: unknown extends Defaults["selectedIconEnd"] ? PropType_2<IconValue> : {
|
|
20382
|
+
type: PropType_2<unknown extends Defaults["selectedIconEnd"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIconEnd"]>;
|
|
20360
20383
|
default: unknown extends Defaults["selectedIconEnd"] ? IconValue : NonNullable<IconValue> | Defaults["selectedIconEnd"];
|
|
20361
20384
|
};
|
|
20362
20385
|
direction: unknown extends Defaults["direction"] ? {
|
|
20363
|
-
type:
|
|
20386
|
+
type: PropType_2<TabDirection>;
|
|
20364
20387
|
default: string;
|
|
20365
20388
|
} : Omit<{
|
|
20366
|
-
type:
|
|
20389
|
+
type: PropType_2<TabDirection>;
|
|
20367
20390
|
default: string;
|
|
20368
20391
|
}, "type" | "default"> & {
|
|
20369
|
-
type:
|
|
20392
|
+
type: PropType_2<unknown extends Defaults["direction"] ? TabDirection : Defaults["direction"] | NonNullable<TabDirection>>;
|
|
20370
20393
|
default: unknown extends Defaults["direction"] ? TabDirection : Defaults["direction"] | NonNullable<TabDirection>;
|
|
20371
20394
|
};
|
|
20372
20395
|
};
|
|
@@ -21410,9 +21433,9 @@ export declare const makeEvTooltipProps: <Defaults extends {
|
|
|
21410
21433
|
id?: unknown;
|
|
21411
21434
|
text?: unknown;
|
|
21412
21435
|
} = {}>(defaults?: Defaults) => {
|
|
21413
|
-
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean |
|
|
21414
|
-
type: PropType<unknown extends Defaults["modelValue"] ? boolean |
|
|
21415
|
-
default: unknown extends Defaults["modelValue"] ? boolean |
|
|
21436
|
+
modelValue: unknown extends Defaults["modelValue"] ? PropType<boolean | Ref_3<boolean>> : {
|
|
21437
|
+
type: PropType<unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"]>;
|
|
21438
|
+
default: unknown extends Defaults["modelValue"] ? boolean | Ref_3<boolean> : NonNullable<boolean | Ref_3<boolean>> | Defaults["modelValue"];
|
|
21416
21439
|
};
|
|
21417
21440
|
disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : {
|
|
21418
21441
|
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
@@ -21613,60 +21636,60 @@ export declare const makeEvTooltipProps: <Defaults extends {
|
|
|
21613
21636
|
default: unknown extends Defaults["closeOnContentClick"] ? boolean : boolean | Defaults["closeOnContentClick"];
|
|
21614
21637
|
};
|
|
21615
21638
|
positionStrategy: unknown extends Defaults["positionStrategy"] ? Omit<{
|
|
21616
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21639
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21617
21640
|
updatePosition: (e: Event) => void;
|
|
21618
21641
|
})>;
|
|
21619
21642
|
default: string;
|
|
21620
21643
|
validator: (value: any) => boolean;
|
|
21621
21644
|
}, "type" | "default"> & {
|
|
21622
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21645
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21623
21646
|
updatePosition: (e: Event) => void;
|
|
21624
21647
|
})>>;
|
|
21625
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21648
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21626
21649
|
updatePosition: (e: Event) => void;
|
|
21627
21650
|
})>;
|
|
21628
21651
|
} : Omit<Omit<{
|
|
21629
|
-
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21652
|
+
type: PropType<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21630
21653
|
updatePosition: (e: Event) => void;
|
|
21631
21654
|
})>;
|
|
21632
21655
|
default: string;
|
|
21633
21656
|
validator: (value: any) => boolean;
|
|
21634
21657
|
}, "type" | "default"> & {
|
|
21635
|
-
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21658
|
+
type: PropType<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21636
21659
|
updatePosition: (e: Event) => void;
|
|
21637
21660
|
})>>;
|
|
21638
|
-
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21661
|
+
default: NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21639
21662
|
updatePosition: (e: Event) => void;
|
|
21640
21663
|
})>;
|
|
21641
21664
|
}, "type" | "default"> & {
|
|
21642
|
-
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21665
|
+
type: PropType<unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21643
21666
|
updatePosition: (e: Event) => void;
|
|
21644
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21667
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21645
21668
|
updatePosition: (e: Event) => void;
|
|
21646
21669
|
})>> | Defaults["positionStrategy"]>;
|
|
21647
|
-
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21670
|
+
default: unknown extends Defaults["positionStrategy"] ? NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21648
21671
|
updatePosition: (e: Event) => void;
|
|
21649
|
-
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
21672
|
+
})> : NonNullable<NonNullable<"static" | "connected" | ((data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => {
|
|
21650
21673
|
updatePosition: (e: Event) => void;
|
|
21651
21674
|
})>> | Defaults["positionStrategy"];
|
|
21652
21675
|
};
|
|
21653
21676
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
21654
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21677
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
21655
21678
|
default: string;
|
|
21656
21679
|
validator: (val: any) => boolean;
|
|
21657
21680
|
}, "type" | "default"> & {
|
|
21658
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21659
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21681
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
21682
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
21660
21683
|
} : Omit<Omit<{
|
|
21661
|
-
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21684
|
+
type: PropType<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
21662
21685
|
default: string;
|
|
21663
21686
|
validator: (val: any) => boolean;
|
|
21664
21687
|
}, "type" | "default"> & {
|
|
21665
|
-
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21666
|
-
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21688
|
+
type: PropType<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">>;
|
|
21689
|
+
default: NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">;
|
|
21667
21690
|
}, "type" | "default"> & {
|
|
21668
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21669
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
21691
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"]>;
|
|
21692
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition"> : NonNullable<NonNullable<"none" | "close" | "block" | ((data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void) | "reposition">> | Defaults["scrollStrategy"];
|
|
21670
21693
|
};
|
|
21671
21694
|
closeOnBack: unknown extends Defaults["closeOnBack"] ? Omit<{
|
|
21672
21695
|
type: BooleanConstructor;
|
|
@@ -21857,45 +21880,45 @@ export declare const makeEvWindowItemProps: <Defaults extends {
|
|
|
21857
21880
|
transition?: unknown;
|
|
21858
21881
|
} = {}>(defaults?: Defaults) => {
|
|
21859
21882
|
eager: unknown extends Defaults["eager"] ? BooleanConstructor : {
|
|
21860
|
-
type:
|
|
21883
|
+
type: PropType_2<unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"]>;
|
|
21861
21884
|
default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"];
|
|
21862
21885
|
};
|
|
21863
21886
|
value: unknown extends Defaults["value"] ? any : (Omit<any, "type" | "default"> & {
|
|
21864
|
-
type:
|
|
21887
|
+
type: PropType_2<unknown extends Defaults["value"] ? any : any>;
|
|
21865
21888
|
default: unknown extends Defaults["value"] ? any : any;
|
|
21866
21889
|
}) | {
|
|
21867
|
-
type:
|
|
21890
|
+
type: PropType_2<unknown extends Defaults["value"] ? any : any>;
|
|
21868
21891
|
default: unknown extends Defaults["value"] ? any : any;
|
|
21869
21892
|
};
|
|
21870
21893
|
disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : {
|
|
21871
|
-
type:
|
|
21894
|
+
type: PropType_2<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
21872
21895
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
21873
21896
|
};
|
|
21874
21897
|
selectedClass: unknown extends Defaults["selectedClass"] ? StringConstructor : {
|
|
21875
|
-
type:
|
|
21898
|
+
type: PropType_2<unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"]>;
|
|
21876
21899
|
default: unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"];
|
|
21877
21900
|
};
|
|
21878
21901
|
selectedAppearance: unknown extends Defaults["selectedAppearance"] ? StringConstructor : {
|
|
21879
|
-
type:
|
|
21902
|
+
type: PropType_2<unknown extends Defaults["selectedAppearance"] ? string : string | Defaults["selectedAppearance"]>;
|
|
21880
21903
|
default: unknown extends Defaults["selectedAppearance"] ? string : string | Defaults["selectedAppearance"];
|
|
21881
21904
|
};
|
|
21882
21905
|
selectedVariant: unknown extends Defaults["selectedVariant"] ? StringConstructor : {
|
|
21883
|
-
type:
|
|
21906
|
+
type: PropType_2<unknown extends Defaults["selectedVariant"] ? string : string | Defaults["selectedVariant"]>;
|
|
21884
21907
|
default: unknown extends Defaults["selectedVariant"] ? string : string | Defaults["selectedVariant"];
|
|
21885
21908
|
};
|
|
21886
|
-
class: unknown extends Defaults["class"] ?
|
|
21887
|
-
type:
|
|
21909
|
+
class: unknown extends Defaults["class"] ? PropType_2<any> : {
|
|
21910
|
+
type: PropType_2<unknown extends Defaults["class"] ? any : any>;
|
|
21888
21911
|
default: unknown extends Defaults["class"] ? any : any;
|
|
21889
21912
|
};
|
|
21890
21913
|
style: unknown extends Defaults["style"] ? {
|
|
21891
|
-
type:
|
|
21914
|
+
type: PropType_2<StyleValue_2>;
|
|
21892
21915
|
default: any;
|
|
21893
21916
|
} : Omit<{
|
|
21894
|
-
type:
|
|
21917
|
+
type: PropType_2<StyleValue_2>;
|
|
21895
21918
|
default: any;
|
|
21896
21919
|
}, "type" | "default"> & {
|
|
21897
|
-
type:
|
|
21898
|
-
default: unknown extends Defaults["style"] ?
|
|
21920
|
+
type: PropType_2<unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"]>;
|
|
21921
|
+
default: unknown extends Defaults["style"] ? StyleValue_2 : NonNullable<StyleValue_2> | Defaults["style"];
|
|
21899
21922
|
};
|
|
21900
21923
|
reverseTransition: unknown extends Defaults["reverseTransition"] ? {
|
|
21901
21924
|
type: (StringConstructor | BooleanConstructor)[];
|
|
@@ -21904,7 +21927,7 @@ export declare const makeEvWindowItemProps: <Defaults extends {
|
|
|
21904
21927
|
type: (StringConstructor | BooleanConstructor)[];
|
|
21905
21928
|
default: any;
|
|
21906
21929
|
}, "type" | "default"> & {
|
|
21907
|
-
type:
|
|
21930
|
+
type: PropType_2<unknown extends Defaults["reverseTransition"] ? string | boolean : NonNullable<string | boolean> | Defaults["reverseTransition"]>;
|
|
21908
21931
|
default: unknown extends Defaults["reverseTransition"] ? string | boolean : NonNullable<string | boolean> | Defaults["reverseTransition"];
|
|
21909
21932
|
};
|
|
21910
21933
|
transition: unknown extends Defaults["transition"] ? {
|
|
@@ -21914,7 +21937,7 @@ export declare const makeEvWindowItemProps: <Defaults extends {
|
|
|
21914
21937
|
type: (StringConstructor | BooleanConstructor)[];
|
|
21915
21938
|
default: any;
|
|
21916
21939
|
}, "type" | "default"> & {
|
|
21917
|
-
type:
|
|
21940
|
+
type: PropType_2<unknown extends Defaults["transition"] ? string | boolean : NonNullable<string | boolean> | Defaults["transition"]>;
|
|
21918
21941
|
default: unknown extends Defaults["transition"] ? string | boolean : NonNullable<string | boolean> | Defaults["transition"];
|
|
21919
21942
|
};
|
|
21920
21943
|
};
|
|
@@ -22054,13 +22077,13 @@ export declare const makeInputAppearanceProps: <Defaults extends {
|
|
|
22054
22077
|
appearance?: unknown;
|
|
22055
22078
|
} = {}>(defaults?: Defaults) => {
|
|
22056
22079
|
appearance: unknown extends Defaults["appearance"] ? {
|
|
22057
|
-
type:
|
|
22080
|
+
type: PropType_3<InputAppearanceProp>;
|
|
22058
22081
|
default: "default";
|
|
22059
22082
|
} : Omit<{
|
|
22060
|
-
type:
|
|
22083
|
+
type: PropType_3<InputAppearanceProp>;
|
|
22061
22084
|
default: "default";
|
|
22062
22085
|
}, "type" | "default"> & {
|
|
22063
|
-
type:
|
|
22086
|
+
type: PropType_3<unknown extends Defaults["appearance"] ? InputAppearanceProp : Defaults["appearance"] | NonNullable<InputAppearanceProp>>;
|
|
22064
22087
|
default: unknown extends Defaults["appearance"] ? InputAppearanceProp : Defaults["appearance"] | NonNullable<InputAppearanceProp>;
|
|
22065
22088
|
};
|
|
22066
22089
|
};
|
|
@@ -22069,13 +22092,13 @@ export declare const makeInputSizeProps: <Defaults extends {
|
|
|
22069
22092
|
size?: unknown;
|
|
22070
22093
|
} = {}>(defaults?: Defaults) => {
|
|
22071
22094
|
size: unknown extends Defaults["size"] ? {
|
|
22072
|
-
type:
|
|
22095
|
+
type: PropType_3<InputSizeProp>;
|
|
22073
22096
|
default: "medium";
|
|
22074
22097
|
} : Omit<{
|
|
22075
|
-
type:
|
|
22098
|
+
type: PropType_3<InputSizeProp>;
|
|
22076
22099
|
default: "medium";
|
|
22077
22100
|
}, "type" | "default"> & {
|
|
22078
|
-
type:
|
|
22101
|
+
type: PropType_3<unknown extends Defaults["size"] ? InputSizeProp : Defaults["size"] | NonNullable<InputSizeProp>>;
|
|
22079
22102
|
default: unknown extends Defaults["size"] ? InputSizeProp : Defaults["size"] | NonNullable<InputSizeProp>;
|
|
22080
22103
|
};
|
|
22081
22104
|
};
|
|
@@ -22171,7 +22194,7 @@ export declare const makeTagProps: <Defaults extends {
|
|
|
22171
22194
|
type: StringConstructor;
|
|
22172
22195
|
default: string;
|
|
22173
22196
|
}, "type" | "default"> & {
|
|
22174
|
-
type:
|
|
22197
|
+
type: PropType_3<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
22175
22198
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
22176
22199
|
};
|
|
22177
22200
|
};
|
|
@@ -22180,13 +22203,13 @@ export declare const makeTextAlignProps: <Defaults extends {
|
|
|
22180
22203
|
align?: unknown;
|
|
22181
22204
|
} = {}>(defaults?: Defaults) => {
|
|
22182
22205
|
align: unknown extends Defaults["align"] ? {
|
|
22183
|
-
type:
|
|
22206
|
+
type: PropType_3<TextAlignProp>;
|
|
22184
22207
|
default: "left";
|
|
22185
22208
|
} : Omit<{
|
|
22186
|
-
type:
|
|
22209
|
+
type: PropType_3<TextAlignProp>;
|
|
22187
22210
|
default: "left";
|
|
22188
22211
|
}, "type" | "default"> & {
|
|
22189
|
-
type:
|
|
22212
|
+
type: PropType_3<unknown extends Defaults["align"] ? TextAlignProp : Defaults["align"] | NonNullable<TextAlignProp>>;
|
|
22190
22213
|
default: unknown extends Defaults["align"] ? TextAlignProp : Defaults["align"] | NonNullable<TextAlignProp>;
|
|
22191
22214
|
};
|
|
22192
22215
|
};
|
|
@@ -22195,13 +22218,13 @@ export declare const makeTextAppearanceProps: <Defaults extends {
|
|
|
22195
22218
|
appearance?: unknown;
|
|
22196
22219
|
} = {}>(defaults?: Defaults) => {
|
|
22197
22220
|
appearance: unknown extends Defaults["appearance"] ? {
|
|
22198
|
-
type:
|
|
22221
|
+
type: PropType_3<TextAppearanceProp>;
|
|
22199
22222
|
default: "default";
|
|
22200
22223
|
} : Omit<{
|
|
22201
|
-
type:
|
|
22224
|
+
type: PropType_3<TextAppearanceProp>;
|
|
22202
22225
|
default: "default";
|
|
22203
22226
|
}, "type" | "default"> & {
|
|
22204
|
-
type:
|
|
22227
|
+
type: PropType_3<unknown extends Defaults["appearance"] ? TextAppearanceProp : Defaults["appearance"] | NonNullable<TextAppearanceProp>>;
|
|
22205
22228
|
default: unknown extends Defaults["appearance"] ? TextAppearanceProp : Defaults["appearance"] | NonNullable<TextAppearanceProp>;
|
|
22206
22229
|
};
|
|
22207
22230
|
};
|
|
@@ -22225,9 +22248,9 @@ export declare function mergeDeep(source?: Record<string, any>, target?: Record<
|
|
|
22225
22248
|
|
|
22226
22249
|
declare type MergeDefault<T, D> = unknown extends D ? InferPropType<T> : NonNullable<InferPropType<T>> | D;
|
|
22227
22250
|
|
|
22228
|
-
declare type ModelValueProp = boolean |
|
|
22251
|
+
declare type ModelValueProp = boolean | Ref_3<boolean>;
|
|
22229
22252
|
|
|
22230
|
-
declare type ModelValueProp_2 = boolean |
|
|
22253
|
+
declare type ModelValueProp_2 = boolean | Ref_3<boolean>;
|
|
22231
22254
|
|
|
22232
22255
|
/**
|
|
22233
22256
|
* # Mounted
|
|
@@ -22540,13 +22563,13 @@ declare const positionStrategies: {
|
|
|
22540
22563
|
};
|
|
22541
22564
|
|
|
22542
22565
|
export declare interface PositionStrategyData {
|
|
22543
|
-
contentEl:
|
|
22544
|
-
activatorEl:
|
|
22545
|
-
isActive:
|
|
22546
|
-
isRtl:
|
|
22566
|
+
contentEl: Ref_3<HTMLElement | undefined>;
|
|
22567
|
+
activatorEl: Ref_3<HTMLElement | undefined>;
|
|
22568
|
+
isActive: Ref_3<boolean>;
|
|
22569
|
+
isRtl: Ref_3<boolean>;
|
|
22547
22570
|
}
|
|
22548
22571
|
|
|
22549
|
-
declare type PositionStrategyFn = (data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
22572
|
+
declare type PositionStrategyFn = (data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_3<Record<string, string>>) => undefined | {
|
|
22550
22573
|
updatePosition: (e: Event) => void;
|
|
22551
22574
|
};
|
|
22552
22575
|
|
|
@@ -22610,10 +22633,10 @@ declare interface ProgressProps_2 {
|
|
|
22610
22633
|
export declare function propsFactory<PropsOptions extends ComponentObjectPropsOptions>(props: PropsOptions, source: string): <Defaults extends PartialKeys<PropsOptions> = {}>(defaults?: Defaults) => AppendDefault<PropsOptions, Defaults>;
|
|
22611
22634
|
|
|
22612
22635
|
declare function provideSelection(props: SelectionProps, { allItems, currentPage, }: {
|
|
22613
|
-
allItems:
|
|
22614
|
-
currentPage:
|
|
22636
|
+
allItems: Ref_4<SelectableItem[]>;
|
|
22637
|
+
currentPage: Ref_4<SelectableItem[]>;
|
|
22615
22638
|
}): {
|
|
22616
|
-
selected:
|
|
22639
|
+
selected: Ref_4<any> & {
|
|
22617
22640
|
readonly externalValue: readonly any[];
|
|
22618
22641
|
};
|
|
22619
22642
|
toggleSelect: (item: SelectableItem, shiftPressed?: boolean) => void;
|
|
@@ -22621,10 +22644,10 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
|
22621
22644
|
selectAll: (value: boolean) => void;
|
|
22622
22645
|
isSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
|
22623
22646
|
isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
|
22624
|
-
someSelected:
|
|
22625
|
-
allSelected:
|
|
22626
|
-
showSelect:
|
|
22627
|
-
showSelectAll:
|
|
22647
|
+
someSelected: ComputedRef_3<boolean>;
|
|
22648
|
+
allSelected: ComputedRef_3<boolean>;
|
|
22649
|
+
showSelect: Ref_4<boolean>;
|
|
22650
|
+
showSelectAll: ComputedRef_3<boolean>;
|
|
22628
22651
|
};
|
|
22629
22652
|
|
|
22630
22653
|
declare interface QuickfindProps {
|
|
@@ -22695,7 +22718,7 @@ export declare interface RectProps extends Coordinates, Dimensions {
|
|
|
22695
22718
|
* # Ref Element
|
|
22696
22719
|
* @param obj
|
|
22697
22720
|
*/
|
|
22698
|
-
export declare function refElement<T extends object | undefined>(obj: T): Exclude<T,
|
|
22721
|
+
export declare function refElement<T extends object | undefined>(obj: T): Exclude<T, ComponentPublicInstance_2> | HTMLElement;
|
|
22699
22722
|
|
|
22700
22723
|
/**
|
|
22701
22724
|
* # registerComponent
|
|
@@ -22705,7 +22728,7 @@ export declare function refElement<T extends object | undefined>(obj: T): Exclud
|
|
|
22705
22728
|
* @param app
|
|
22706
22729
|
* @param component
|
|
22707
22730
|
*/
|
|
22708
|
-
export declare const registerComponent: (app:
|
|
22731
|
+
export declare const registerComponent: (app: App_2, component: Component_2) => void;
|
|
22709
22732
|
|
|
22710
22733
|
/**
|
|
22711
22734
|
* # registerPlugin
|
|
@@ -22715,7 +22738,7 @@ export declare const registerComponent: (app: App, component: Component) => void
|
|
|
22715
22738
|
* @param app
|
|
22716
22739
|
* @param plugin
|
|
22717
22740
|
*/
|
|
22718
|
-
export declare const registerPlugin: (app:
|
|
22741
|
+
export declare const registerPlugin: (app: App_2, plugin: Plugin_2) => void;
|
|
22719
22742
|
|
|
22720
22743
|
/**
|
|
22721
22744
|
* # Reposition Scroll Strategy
|
|
@@ -22768,14 +22791,14 @@ declare const scrollStrategies: {
|
|
|
22768
22791
|
};
|
|
22769
22792
|
|
|
22770
22793
|
export declare interface ScrollStrategyData {
|
|
22771
|
-
containerEl:
|
|
22772
|
-
contentEl:
|
|
22773
|
-
activatorEl:
|
|
22774
|
-
isActive:
|
|
22775
|
-
updatePosition:
|
|
22794
|
+
containerEl: Ref_3<HTMLElement | undefined>;
|
|
22795
|
+
contentEl: Ref_3<HTMLElement | undefined>;
|
|
22796
|
+
activatorEl: Ref_3<HTMLElement | undefined>;
|
|
22797
|
+
isActive: Ref_3<boolean>;
|
|
22798
|
+
updatePosition: Ref_3<((e: Event) => void) | undefined>;
|
|
22776
22799
|
}
|
|
22777
22800
|
|
|
22778
|
-
declare type ScrollStrategyFn = (data: ScrollStrategyData, props: ScrollStrategyProps, scope:
|
|
22801
|
+
declare type ScrollStrategyFn = (data: ScrollStrategyData, props: ScrollStrategyProps, scope: EffectScope_2) => void;
|
|
22779
22802
|
|
|
22780
22803
|
export declare interface ScrollStrategyProps {
|
|
22781
22804
|
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
|
@@ -22845,7 +22868,7 @@ export { services }
|
|
|
22845
22868
|
*
|
|
22846
22869
|
* @param Vue
|
|
22847
22870
|
*/
|
|
22848
|
-
export declare const setVueInstance: (Vue:
|
|
22871
|
+
export declare const setVueInstance: (Vue: App_2) => void;
|
|
22849
22872
|
|
|
22850
22873
|
declare const Size: {
|
|
22851
22874
|
readonly default: "medium";
|
|
@@ -22877,7 +22900,7 @@ export declare interface SlideGroupSlot {
|
|
|
22877
22900
|
}
|
|
22878
22901
|
|
|
22879
22902
|
export declare const SlotsDirective: {
|
|
22880
|
-
beforeMount(el: HTMLElement, binding: DirectiveBinding, vnode:
|
|
22903
|
+
beforeMount(el: HTMLElement, binding: DirectiveBinding, vnode: VNode_2): void;
|
|
22881
22904
|
};
|
|
22882
22905
|
|
|
22883
22906
|
declare interface SortOption {
|
|
@@ -22944,7 +22967,7 @@ declare type SSROptions = boolean | {
|
|
|
22944
22967
|
*
|
|
22945
22968
|
* Specific viewport position, usually centered.
|
|
22946
22969
|
*/
|
|
22947
|
-
declare function staticPositionStrategy(data: PositionStrategyData, props: PositionStrategyProps, contentStyles:
|
|
22970
|
+
declare function staticPositionStrategy(data: PositionStrategyData, props: PositionStrategyProps, contentStyles: Ref_4<StyleProp>): void;
|
|
22948
22971
|
|
|
22949
22972
|
export declare type StyleProp = Record<string, string>;
|
|
22950
22973
|
|
|
@@ -23272,7 +23295,7 @@ declare function unmounted_2(el: HTMLElement, binding: TouchDirectiveBinding): v
|
|
|
23272
23295
|
* @param isActive
|
|
23273
23296
|
* @param isTopOfStack
|
|
23274
23297
|
*/
|
|
23275
|
-
export declare function useActivator(props: ActivatorProps, isActive:
|
|
23298
|
+
export declare function useActivator(props: ActivatorProps, isActive: Ref_3<boolean>, isTopOfStack: Ref_3<boolean>): Activator;
|
|
23276
23299
|
|
|
23277
23300
|
/**
|
|
23278
23301
|
* # useAppearance
|
|
@@ -23282,7 +23305,7 @@ export declare function useActivator(props: ActivatorProps, isActive: Ref<boolea
|
|
|
23282
23305
|
* @param isActive
|
|
23283
23306
|
* @param defaultVariant
|
|
23284
23307
|
*/
|
|
23285
|
-
export declare function useAppearance(props: MaybeRef<Partial<AppearanceProps>>, group?: GroupItemProvide | null, isActive?:
|
|
23308
|
+
export declare function useAppearance(props: MaybeRef<Partial<AppearanceProps>>, group?: GroupItemProvide | null, isActive?: Ref_2<boolean | undefined> | null, defaultVariant?: string): {
|
|
23286
23309
|
appearance: ComputedRef<string>;
|
|
23287
23310
|
appearanceClass: ComputedRef<string>;
|
|
23288
23311
|
variant: ComputedRef<string>;
|
|
@@ -23299,7 +23322,7 @@ export declare function useAppearance(props: MaybeRef<Partial<AppearanceProps>>,
|
|
|
23299
23322
|
* @param props
|
|
23300
23323
|
*/
|
|
23301
23324
|
export declare function useAspectStyles(props: AspectRatioProps): {
|
|
23302
|
-
aspectStyles:
|
|
23325
|
+
aspectStyles: ComputedRef_2< {
|
|
23303
23326
|
aspectRatio: string;
|
|
23304
23327
|
}>;
|
|
23305
23328
|
};
|
|
@@ -23346,7 +23369,7 @@ export declare function useDrawer(): EvDrawerServiceOpener;
|
|
|
23346
23369
|
* @param props
|
|
23347
23370
|
* @param defaultTransition
|
|
23348
23371
|
*/
|
|
23349
|
-
export declare function useEvTransition(props: EvTransitionProps, defaultTransition?: string):
|
|
23372
|
+
export declare function useEvTransition(props: EvTransitionProps, defaultTransition?: string): ComputedRef_2<TransitionProps & {
|
|
23350
23373
|
component?: Component;
|
|
23351
23374
|
}>;
|
|
23352
23375
|
|
|
@@ -23355,7 +23378,7 @@ component?: Component;
|
|
|
23355
23378
|
* @param props
|
|
23356
23379
|
* @param name
|
|
23357
23380
|
*/
|
|
23358
|
-
export declare function useIcon(props: any, name: string):
|
|
23381
|
+
export declare function useIcon(props: any, name: string): ComputedRef_2<any>;
|
|
23359
23382
|
|
|
23360
23383
|
/**
|
|
23361
23384
|
* # Use Locale Functions
|
|
@@ -23385,8 +23408,8 @@ export declare function useNotification(): {
|
|
|
23385
23408
|
* # Use Position Strategies
|
|
23386
23409
|
*/
|
|
23387
23410
|
export declare function usePositionStrategies(props: PositionStrategyProps, data: PositionStrategyData): {
|
|
23388
|
-
contentStyles:
|
|
23389
|
-
updatePosition:
|
|
23411
|
+
contentStyles: Ref_3<{}>;
|
|
23412
|
+
updatePosition: Ref_3<(e: Event) => void>;
|
|
23390
23413
|
};
|
|
23391
23414
|
|
|
23392
23415
|
/**
|
|
@@ -23406,9 +23429,9 @@ export declare function useTextAppearance(props: TextAppearanceProps): {
|
|
|
23406
23429
|
* @param modelProxy
|
|
23407
23430
|
* @param props
|
|
23408
23431
|
*/
|
|
23409
|
-
export declare function useToggleControl(modelProxy:
|
|
23410
|
-
trueValue:
|
|
23411
|
-
falseValue:
|
|
23432
|
+
export declare function useToggleControl(modelProxy: Ref_3<any>, props: ExtractPropTypes<ReturnType<typeof makeEvCheckboxProps>>): {
|
|
23433
|
+
trueValue: ComputedRef_2<any>;
|
|
23434
|
+
falseValue: ComputedRef_2<any>;
|
|
23412
23435
|
isChecked: WritableComputedRef<boolean>;
|
|
23413
23436
|
};
|
|
23414
23437
|
|
|
@@ -23468,14 +23491,14 @@ declare type VerticalSide = "top" | "bottom";
|
|
|
23468
23491
|
/** Visibility props */
|
|
23469
23492
|
declare type VisibilityRuleProp = DisplayRuleListProp | boolean;
|
|
23470
23493
|
|
|
23471
|
-
export declare let VueInstance:
|
|
23494
|
+
export declare let VueInstance: App_2;
|
|
23472
23495
|
|
|
23473
23496
|
export declare type WindowProvide = {
|
|
23474
|
-
transition:
|
|
23475
|
-
transitionCount:
|
|
23476
|
-
transitionHeight:
|
|
23477
|
-
isReversed:
|
|
23478
|
-
rootRef:
|
|
23497
|
+
transition: ComputedRef_2<undefined | string>;
|
|
23498
|
+
transitionCount: Ref_3<number>;
|
|
23499
|
+
transitionHeight: Ref_3<undefined | string>;
|
|
23500
|
+
isReversed: Ref_3<boolean>;
|
|
23501
|
+
rootRef: Ref_3<HTMLElement | undefined>;
|
|
23479
23502
|
};
|
|
23480
23503
|
|
|
23481
23504
|
/**
|