@omnia/fx 8.0.153-dev → 8.0.155-dev
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/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +78 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -0,0 +1,78 @@
|
|
1
|
+
import { VNodeChild } from "vue";
|
2
|
+
export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
|
3
|
+
export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
|
4
|
+
declare const _default: <TModel extends unknown, TType extends "time" | "date" | "date-time">(props: {
|
5
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
6
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
7
|
+
modelValue?: TType extends "date" ? string : boolean;
|
8
|
+
type?: TType;
|
9
|
+
disabled?: boolean;
|
10
|
+
showAdjacentMonths?: boolean;
|
11
|
+
showWeek?: boolean;
|
12
|
+
locale?: string;
|
13
|
+
inputMode?: "keyboard" | "calendar";
|
14
|
+
} & Omit<{}, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek"> & {
|
15
|
+
"v-slots"?: {
|
16
|
+
default?: import("vue").Slot;
|
17
|
+
} & {
|
18
|
+
actions?: () => VNodeChild;
|
19
|
+
};
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek" | "slot:actions">) => {
|
21
|
+
$: import("vue").ComponentInternalInstance;
|
22
|
+
$data: {};
|
23
|
+
$props: {};
|
24
|
+
$attrs: {
|
25
|
+
[x: string]: unknown;
|
26
|
+
};
|
27
|
+
$refs: {
|
28
|
+
[x: string]: unknown;
|
29
|
+
};
|
30
|
+
$slots: Readonly<{
|
31
|
+
[name: string]: import("vue").Slot<any>;
|
32
|
+
}>;
|
33
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
34
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
35
|
+
$emit: (event: string, ...args: any[]) => void;
|
36
|
+
$el: any;
|
37
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
38
|
+
beforeCreate?: (() => void) | (() => void)[];
|
39
|
+
created?: (() => void) | (() => void)[];
|
40
|
+
beforeMount?: (() => void) | (() => void)[];
|
41
|
+
mounted?: (() => void) | (() => void)[];
|
42
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
43
|
+
updated?: (() => void) | (() => void)[];
|
44
|
+
activated?: (() => void) | (() => void)[];
|
45
|
+
deactivated?: (() => void) | (() => void)[];
|
46
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
47
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
48
|
+
destroyed?: (() => void) | (() => void)[];
|
49
|
+
unmounted?: (() => void) | (() => void)[];
|
50
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
51
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
52
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
53
|
+
};
|
54
|
+
$forceUpdate: () => void;
|
55
|
+
$nextTick: typeof import("vue").nextTick;
|
56
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
57
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
58
|
+
propsDefinition: {
|
59
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
60
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
61
|
+
modelValue?: TType extends "date" ? string : boolean;
|
62
|
+
type?: TType;
|
63
|
+
disabled?: boolean;
|
64
|
+
showAdjacentMonths?: boolean;
|
65
|
+
showWeek?: boolean;
|
66
|
+
locale?: string;
|
67
|
+
inputMode?: "keyboard" | "calendar";
|
68
|
+
} & {
|
69
|
+
"v-slots"?: {
|
70
|
+
default?: import("vue").Slot;
|
71
|
+
} & {
|
72
|
+
actions?: () => VNodeChild;
|
73
|
+
};
|
74
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek">;
|
75
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
|
+
[key: string]: any;
|
77
|
+
}>;
|
78
|
+
export default _default;
|
@@ -13,14 +13,6 @@ declare const _default: {
|
|
13
13
|
canClose: {
|
14
14
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
15
15
|
};
|
16
|
-
contentWrapperClass: {
|
17
|
-
type: import("vue").PropType<string>;
|
18
|
-
required: false;
|
19
|
-
};
|
20
|
-
"content-wrapper-class": {
|
21
|
-
type: import("vue").PropType<string>;
|
22
|
-
required: false;
|
23
|
-
};
|
24
16
|
"horizontal-scroll": {
|
25
17
|
type: import("vue").PropType<boolean>;
|
26
18
|
};
|
@@ -42,10 +34,10 @@ declare const _default: {
|
|
42
34
|
required: false;
|
43
35
|
};
|
44
36
|
variant: {
|
45
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
37
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
46
38
|
required: false;
|
47
39
|
} & {
|
48
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
40
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
49
41
|
required: false;
|
50
42
|
};
|
51
43
|
size: {
|
@@ -135,14 +127,6 @@ declare const _default: {
|
|
135
127
|
canClose: {
|
136
128
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
137
129
|
};
|
138
|
-
contentWrapperClass: {
|
139
|
-
type: import("vue").PropType<string>;
|
140
|
-
required: false;
|
141
|
-
};
|
142
|
-
"content-wrapper-class": {
|
143
|
-
type: import("vue").PropType<string>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
130
|
"horizontal-scroll": {
|
147
131
|
type: import("vue").PropType<boolean>;
|
148
132
|
};
|
@@ -164,10 +148,10 @@ declare const _default: {
|
|
164
148
|
required: false;
|
165
149
|
};
|
166
150
|
variant: {
|
167
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
151
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
168
152
|
required: false;
|
169
153
|
} & {
|
170
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
154
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
171
155
|
required: false;
|
172
156
|
};
|
173
157
|
size: {
|
@@ -263,14 +247,6 @@ declare const _default: {
|
|
263
247
|
canClose: {
|
264
248
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
265
249
|
};
|
266
|
-
contentWrapperClass: {
|
267
|
-
type: import("vue").PropType<string>;
|
268
|
-
required: false;
|
269
|
-
};
|
270
|
-
"content-wrapper-class": {
|
271
|
-
type: import("vue").PropType<string>;
|
272
|
-
required: false;
|
273
|
-
};
|
274
250
|
"horizontal-scroll": {
|
275
251
|
type: import("vue").PropType<boolean>;
|
276
252
|
};
|
@@ -292,10 +268,10 @@ declare const _default: {
|
|
292
268
|
required: false;
|
293
269
|
};
|
294
270
|
variant: {
|
295
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
271
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
296
272
|
required: false;
|
297
273
|
} & {
|
298
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
274
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
299
275
|
required: false;
|
300
276
|
};
|
301
277
|
size: {
|
@@ -388,14 +364,6 @@ declare const _default: {
|
|
388
364
|
canClose: {
|
389
365
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
390
366
|
};
|
391
|
-
contentWrapperClass: {
|
392
|
-
type: import("vue").PropType<string>;
|
393
|
-
required: false;
|
394
|
-
};
|
395
|
-
"content-wrapper-class": {
|
396
|
-
type: import("vue").PropType<string>;
|
397
|
-
required: false;
|
398
|
-
};
|
399
367
|
"horizontal-scroll": {
|
400
368
|
type: import("vue").PropType<boolean>;
|
401
369
|
};
|
@@ -417,10 +385,10 @@ declare const _default: {
|
|
417
385
|
required: false;
|
418
386
|
};
|
419
387
|
variant: {
|
420
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
388
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
421
389
|
required: false;
|
422
390
|
} & {
|
423
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
391
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
424
392
|
required: false;
|
425
393
|
};
|
426
394
|
size: {
|
@@ -531,7 +499,7 @@ declare const _default: {
|
|
531
499
|
navigation?: SlotNavigationType;
|
532
500
|
header?: Func<[VNodeChild]>;
|
533
501
|
};
|
534
|
-
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry";
|
502
|
+
variant?: "default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry";
|
535
503
|
subTitle?: string;
|
536
504
|
"sub-title"?: string;
|
537
505
|
hiddenCloseButton?: boolean;
|
@@ -544,8 +512,6 @@ declare const _default: {
|
|
544
512
|
"custom-scrolling"?: boolean;
|
545
513
|
horizontalScroll?: boolean;
|
546
514
|
"horizontal-scroll"?: boolean;
|
547
|
-
contentWrapperClass?: string;
|
548
|
-
"content-wrapper-class"?: string;
|
549
515
|
canClose?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
550
516
|
"can-close"?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
551
517
|
}>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<"background" | "default">;
|
36
36
|
};
|
37
37
|
"color-type": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
39
39
|
};
|
40
40
|
colorType: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
42
42
|
};
|
43
43
|
toned: {
|
44
44
|
type: import("vue").PropType<boolean>;
|
@@ -92,10 +92,10 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<"background" | "default">;
|
93
93
|
};
|
94
94
|
"color-type": {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
96
96
|
};
|
97
97
|
colorType: {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
99
99
|
};
|
100
100
|
toned: {
|
101
101
|
type: import("vue").PropType<boolean>;
|
@@ -160,10 +160,10 @@ declare const _default: {
|
|
160
160
|
type: import("vue").PropType<"background" | "default">;
|
161
161
|
};
|
162
162
|
"color-type": {
|
163
|
-
type: import("vue").PropType<"
|
163
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
164
164
|
};
|
165
165
|
colorType: {
|
166
|
-
type: import("vue").PropType<"
|
166
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
167
167
|
};
|
168
168
|
toned: {
|
169
169
|
type: import("vue").PropType<boolean>;
|
@@ -225,10 +225,10 @@ declare const _default: {
|
|
225
225
|
type: import("vue").PropType<"background" | "default">;
|
226
226
|
};
|
227
227
|
"color-type": {
|
228
|
-
type: import("vue").PropType<"
|
228
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
229
229
|
};
|
230
230
|
colorType: {
|
231
|
-
type: import("vue").PropType<"
|
231
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
232
232
|
};
|
233
233
|
toned: {
|
234
234
|
type: import("vue").PropType<boolean>;
|
@@ -262,10 +262,10 @@ declare const _default: {
|
|
262
262
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
263
263
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
264
264
|
disabled?: boolean;
|
265
|
-
colorType?: "base" | "onBase" | "container" | "onContainer";
|
266
|
-
toned?: boolean;
|
267
265
|
blueprint?: IconBlueprint;
|
268
|
-
|
266
|
+
colorType?: "container" | "base" | "onBase" | "onContainer";
|
267
|
+
toned?: boolean;
|
268
|
+
"color-type"?: "container" | "base" | "onBase" | "onContainer";
|
269
269
|
variant?: "background" | "default";
|
270
270
|
customSize?: number;
|
271
271
|
"custom-size"?: number;
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<boolean>;
|
36
36
|
};
|
37
37
|
"color-type": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
39
39
|
};
|
40
40
|
colorType: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
42
42
|
};
|
43
43
|
size: {
|
44
44
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -92,10 +92,10 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<boolean>;
|
93
93
|
};
|
94
94
|
"color-type": {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
96
96
|
};
|
97
97
|
colorType: {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
99
99
|
};
|
100
100
|
size: {
|
101
101
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -160,10 +160,10 @@ declare const _default: {
|
|
160
160
|
type: import("vue").PropType<boolean>;
|
161
161
|
};
|
162
162
|
"color-type": {
|
163
|
-
type: import("vue").PropType<"
|
163
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
164
164
|
};
|
165
165
|
colorType: {
|
166
|
-
type: import("vue").PropType<"
|
166
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
167
167
|
};
|
168
168
|
size: {
|
169
169
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -225,10 +225,10 @@ declare const _default: {
|
|
225
225
|
type: import("vue").PropType<boolean>;
|
226
226
|
};
|
227
227
|
"color-type": {
|
228
|
-
type: import("vue").PropType<"
|
228
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
229
229
|
};
|
230
230
|
colorType: {
|
231
|
-
type: import("vue").PropType<"
|
231
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
|
232
232
|
};
|
233
233
|
size: {
|
234
234
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -262,9 +262,9 @@ declare const _default: {
|
|
262
262
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
263
263
|
href?: string;
|
264
264
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
265
|
-
colorType?: "
|
265
|
+
colorType?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
|
266
266
|
toned?: boolean;
|
267
|
-
"color-type"?: "
|
267
|
+
"color-type"?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
|
268
268
|
truncateLines?: number;
|
269
269
|
"truncate-lines"?: number;
|
270
270
|
gradientColors?: ColorGradientValue[];
|
@@ -223,11 +223,11 @@ declare const _default: {
|
|
223
223
|
width?: string;
|
224
224
|
filled?: boolean;
|
225
225
|
toned?: boolean;
|
226
|
+
getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
227
|
+
"get-api"?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
226
228
|
disableScrolling?: boolean;
|
227
229
|
scrolling?: OScrollTypesCombination;
|
228
230
|
"disable-scrolling"?: boolean;
|
229
|
-
getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
230
|
-
"get-api"?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
231
231
|
}>, never>;
|
232
232
|
};
|
233
233
|
export default _default;
|