@omnia/fx 8.0.152-dev → 8.0.153-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/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- 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/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -3,10 +3,10 @@ import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"color-schema-type": {
|
6
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
6
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
7
7
|
};
|
8
8
|
colorSchemaType: {
|
9
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
9
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
10
10
|
};
|
11
11
|
"theme-type": {
|
12
12
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -40,10 +40,10 @@ declare const _default: {
|
|
40
40
|
}) => any;
|
41
41
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
"color-schema-type": {
|
43
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
43
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
44
44
|
};
|
45
45
|
colorSchemaType: {
|
46
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
46
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
47
47
|
};
|
48
48
|
"theme-type": {
|
49
49
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -74,10 +74,10 @@ declare const _default: {
|
|
74
74
|
Defaults: {};
|
75
75
|
}, Readonly<import("vue").ExtractPropTypes<{
|
76
76
|
"color-schema-type": {
|
77
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
77
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
78
78
|
};
|
79
79
|
colorSchemaType: {
|
80
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
80
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
81
81
|
};
|
82
82
|
"theme-type": {
|
83
83
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -107,10 +107,10 @@ declare const _default: {
|
|
107
107
|
__isSuspense?: never;
|
108
108
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
109
109
|
"color-schema-type": {
|
110
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
110
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
111
111
|
};
|
112
112
|
colorSchemaType: {
|
113
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
113
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
114
114
|
};
|
115
115
|
"theme-type": {
|
116
116
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -144,9 +144,9 @@ declare const _default: {
|
|
144
144
|
}) => any;
|
145
145
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
146
146
|
propsDefinition: Omit<Readonly<{} & {
|
147
|
-
"color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
147
|
+
"color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
148
148
|
themeDefinition?: ThemeDefinitionV2;
|
149
|
-
colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
149
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
150
150
|
"theme-definition"?: ThemeDefinitionV2;
|
151
151
|
themeType?: ThemeContextType;
|
152
152
|
"theme-type"?: ThemeContextType;
|
@@ -218,10 +218,10 @@ declare const _default: {
|
|
218
218
|
}>;
|
219
219
|
};
|
220
220
|
location: {
|
221
|
-
type: import("vue").PropType<"left" | "
|
221
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
222
222
|
required: false;
|
223
223
|
} & {
|
224
|
-
type: import("vue").PropType<"left" | "
|
224
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
225
225
|
required: false;
|
226
226
|
};
|
227
227
|
}>> & {
|
@@ -449,10 +449,10 @@ declare const _default: {
|
|
449
449
|
}>;
|
450
450
|
};
|
451
451
|
location: {
|
452
|
-
type: import("vue").PropType<"left" | "
|
452
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
453
453
|
required: false;
|
454
454
|
} & {
|
455
|
-
type: import("vue").PropType<"left" | "
|
455
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
456
456
|
required: false;
|
457
457
|
};
|
458
458
|
}>> & {
|
@@ -682,10 +682,10 @@ declare const _default: {
|
|
682
682
|
}>;
|
683
683
|
};
|
684
684
|
location: {
|
685
|
-
type: import("vue").PropType<"left" | "
|
685
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
686
686
|
required: false;
|
687
687
|
} & {
|
688
|
-
type: import("vue").PropType<"left" | "
|
688
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
689
689
|
required: false;
|
690
690
|
};
|
691
691
|
}>> & {
|
@@ -912,10 +912,10 @@ declare const _default: {
|
|
912
912
|
}>;
|
913
913
|
};
|
914
914
|
location: {
|
915
|
-
type: import("vue").PropType<"left" | "
|
915
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
916
916
|
required: false;
|
917
917
|
} & {
|
918
|
-
type: import("vue").PropType<"left" | "
|
918
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
919
919
|
required: false;
|
920
920
|
};
|
921
921
|
}>> & {
|
@@ -998,7 +998,7 @@ declare const _default: {
|
|
998
998
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
999
999
|
modelValue?: boolean;
|
1000
1000
|
businessProfileId?: string;
|
1001
|
-
location?: "left" | "
|
1001
|
+
location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
1002
1002
|
showMenu?: boolean;
|
1003
1003
|
providerIds?: GuidValue[];
|
1004
1004
|
emailEnabled?: BoolFilter;
|
@@ -597,9 +597,9 @@ declare const JourneyBladeComponent: {
|
|
597
597
|
propsDefinition: Omit<Readonly<{
|
598
598
|
id: GuidValue;
|
599
599
|
} & {
|
600
|
+
title?: string;
|
600
601
|
switch?: switchValue;
|
601
602
|
icon?: IIcon;
|
602
|
-
title?: string;
|
603
603
|
delete?: boolean;
|
604
604
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
605
605
|
disabled?: boolean;
|
@@ -190,8 +190,8 @@ declare const _default: {
|
|
190
190
|
propsDefinition: Omit<Readonly<{
|
191
191
|
id: GuidValue;
|
192
192
|
} & {
|
193
|
-
icon?: IIcon;
|
194
193
|
title?: string;
|
194
|
+
icon?: IIcon;
|
195
195
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
196
196
|
items?: JourneyMenuItem[];
|
197
197
|
"v-slots"?: {
|
@@ -9,9 +9,9 @@ declare const _default: {
|
|
9
9
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
10
10
|
};
|
11
11
|
typography: {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
13
13
|
} & {
|
14
|
-
type: import("vue").PropType<"
|
14
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
15
15
|
};
|
16
16
|
placeholder: {
|
17
17
|
type: import("vue").PropType<string>;
|
@@ -102,9 +102,9 @@ declare const _default: {
|
|
102
102
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
103
103
|
};
|
104
104
|
typography: {
|
105
|
-
type: import("vue").PropType<"
|
105
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
106
106
|
} & {
|
107
|
-
type: import("vue").PropType<"
|
107
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
108
108
|
};
|
109
109
|
placeholder: {
|
110
110
|
type: import("vue").PropType<string>;
|
@@ -202,9 +202,9 @@ declare const _default: {
|
|
202
202
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
203
203
|
};
|
204
204
|
typography: {
|
205
|
-
type: import("vue").PropType<"
|
205
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
206
206
|
} & {
|
207
|
-
type: import("vue").PropType<"
|
207
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
208
208
|
};
|
209
209
|
placeholder: {
|
210
210
|
type: import("vue").PropType<string>;
|
@@ -299,9 +299,9 @@ declare const _default: {
|
|
299
299
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
300
300
|
};
|
301
301
|
typography: {
|
302
|
-
type: import("vue").PropType<"
|
302
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
303
303
|
} & {
|
304
|
-
type: import("vue").PropType<"
|
304
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
305
305
|
};
|
306
306
|
placeholder: {
|
307
307
|
type: import("vue").PropType<string>;
|
@@ -448,7 +448,7 @@ declare const _default: {
|
|
448
448
|
};
|
449
449
|
}>;
|
450
450
|
};
|
451
|
-
typography?: "
|
451
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
452
452
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
453
453
|
placeholder?: string;
|
454
454
|
toned?: boolean;
|
@@ -7,9 +7,9 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
8
8
|
};
|
9
9
|
typography: {
|
10
|
-
type: import("vue").PropType<"
|
10
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
11
11
|
} & {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
13
13
|
};
|
14
14
|
toned: {
|
15
15
|
type: import("vue").PropType<boolean>;
|
@@ -27,9 +27,9 @@ declare const _default: {
|
|
27
27
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
28
28
|
};
|
29
29
|
typography: {
|
30
|
-
type: import("vue").PropType<"
|
30
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
31
31
|
} & {
|
32
|
-
type: import("vue").PropType<"
|
32
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
33
33
|
};
|
34
34
|
toned: {
|
35
35
|
type: import("vue").PropType<boolean>;
|
@@ -54,9 +54,9 @@ declare const _default: {
|
|
54
54
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
55
55
|
};
|
56
56
|
typography: {
|
57
|
-
type: import("vue").PropType<"
|
57
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
58
58
|
} & {
|
59
|
-
type: import("vue").PropType<"
|
59
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
60
60
|
};
|
61
61
|
toned: {
|
62
62
|
type: import("vue").PropType<boolean>;
|
@@ -78,9 +78,9 @@ declare const _default: {
|
|
78
78
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
79
79
|
};
|
80
80
|
typography: {
|
81
|
-
type: import("vue").PropType<"
|
81
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
82
82
|
} & {
|
83
|
-
type: import("vue").PropType<"
|
83
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
84
84
|
};
|
85
85
|
toned: {
|
86
86
|
type: import("vue").PropType<boolean>;
|
@@ -95,7 +95,7 @@ declare const _default: {
|
|
95
95
|
propsDefinition: Omit<Readonly<{
|
96
96
|
value: string;
|
97
97
|
} & {
|
98
|
-
typography?: "
|
98
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
99
99
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
100
100
|
toned?: boolean;
|
101
101
|
}>, never>;
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
93
93
|
onKeyup?: (event: any) => any;
|
94
94
|
onScroll?: (event: any) => any;
|
95
95
|
"onUpdate:modelValue"?: (value: string) => any;
|
96
|
-
onLayout?: (event: any) => any;
|
97
96
|
onConfiguration?: (event: any) => any;
|
97
|
+
onLayout?: (event: any) => any;
|
98
98
|
onPosition?: (event: any) => any;
|
99
99
|
onSelection?: (event: any) => any;
|
100
100
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -227,8 +227,8 @@ declare const _default: {
|
|
227
227
|
onKeyup?: (event: any) => any;
|
228
228
|
onScroll?: (event: any) => any;
|
229
229
|
"onUpdate:modelValue"?: (value: string) => any;
|
230
|
-
onLayout?: (event: any) => any;
|
231
230
|
onConfiguration?: (event: any) => any;
|
231
|
+
onLayout?: (event: any) => any;
|
232
232
|
onPosition?: (event: any) => any;
|
233
233
|
onSelection?: (event: any) => any;
|
234
234
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -343,8 +343,8 @@ declare const _default: {
|
|
343
343
|
onKeyup?: (event: any) => any;
|
344
344
|
onScroll?: (event: any) => any;
|
345
345
|
"onUpdate:modelValue"?: (value: string) => any;
|
346
|
-
onLayout?: (event: any) => any;
|
347
346
|
onConfiguration?: (event: any) => any;
|
347
|
+
onLayout?: (event: any) => any;
|
348
348
|
onPosition?: (event: any) => any;
|
349
349
|
onSelection?: (event: any) => any;
|
350
350
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -456,8 +456,8 @@ declare const _default: {
|
|
456
456
|
onKeyup?: (event: any) => any;
|
457
457
|
onScroll?: (event: any) => any;
|
458
458
|
"onUpdate:modelValue"?: (value: string) => any;
|
459
|
-
onLayout?: (event: any) => any;
|
460
459
|
onConfiguration?: (event: any) => any;
|
460
|
+
onLayout?: (event: any) => any;
|
461
461
|
onPosition?: (event: any) => any;
|
462
462
|
onSelection?: (event: any) => any;
|
463
463
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -566,7 +566,7 @@ declare const _default: {
|
|
566
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
567
567
|
modelValue?: string;
|
568
568
|
language?: string;
|
569
|
-
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "
|
569
|
+
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "onConfiguration" | "onLayout" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
570
570
|
onError?: (err: string) => any;
|
571
571
|
onBlur?: () => any;
|
572
572
|
onChange?: (value: string, event: any) => any;
|
@@ -575,8 +575,8 @@ declare const _default: {
|
|
575
575
|
onKeyup?: (event: any) => any;
|
576
576
|
onScroll?: (event: any) => any;
|
577
577
|
"onUpdate:modelValue"?: (value: string) => any;
|
578
|
-
onLayout?: (event: any) => any;
|
579
578
|
onConfiguration?: (event: any) => any;
|
579
|
+
onLayout?: (event: any) => any;
|
580
580
|
onPosition?: (event: any) => any;
|
581
581
|
onSelection?: (event: any) => any;
|
582
582
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -7,9 +7,9 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<IIcon>;
|
8
8
|
};
|
9
9
|
variant: {
|
10
|
-
type: import("vue").PropType<"
|
10
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
11
11
|
} & {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
13
13
|
};
|
14
14
|
closable: {
|
15
15
|
type: import("vue").PropType<boolean>;
|
@@ -39,9 +39,9 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<IIcon>;
|
40
40
|
};
|
41
41
|
variant: {
|
42
|
-
type: import("vue").PropType<"
|
42
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
43
43
|
} & {
|
44
|
-
type: import("vue").PropType<"
|
44
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
45
45
|
};
|
46
46
|
closable: {
|
47
47
|
type: import("vue").PropType<boolean>;
|
@@ -78,9 +78,9 @@ declare const _default: {
|
|
78
78
|
type: import("vue").PropType<IIcon>;
|
79
79
|
};
|
80
80
|
variant: {
|
81
|
-
type: import("vue").PropType<"
|
81
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
82
82
|
} & {
|
83
|
-
type: import("vue").PropType<"
|
83
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
84
84
|
};
|
85
85
|
closable: {
|
86
86
|
type: import("vue").PropType<boolean>;
|
@@ -114,9 +114,9 @@ declare const _default: {
|
|
114
114
|
type: import("vue").PropType<IIcon>;
|
115
115
|
};
|
116
116
|
variant: {
|
117
|
-
type: import("vue").PropType<"
|
117
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
118
118
|
} & {
|
119
|
-
type: import("vue").PropType<"
|
119
|
+
type: import("vue").PropType<"info" | "error" | "warning" | "success">;
|
120
120
|
};
|
121
121
|
closable: {
|
122
122
|
type: import("vue").PropType<boolean>;
|
@@ -146,7 +146,7 @@ declare const _default: {
|
|
146
146
|
"v-model"?: boolean;
|
147
147
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
148
148
|
modelValue?: boolean;
|
149
|
-
variant?: "
|
149
|
+
variant?: "info" | "error" | "warning" | "success";
|
150
150
|
closable?: boolean;
|
151
151
|
}>, never>;
|
152
152
|
};
|
@@ -518,10 +518,10 @@ declare const _default: {
|
|
518
518
|
colorSchemaType?: any;
|
519
519
|
colors?: any;
|
520
520
|
} & {
|
521
|
+
block?: boolean;
|
521
522
|
text?: string;
|
522
523
|
icon?: ButtonIconOptions;
|
523
524
|
class?: String | String[];
|
524
|
-
block?: boolean;
|
525
525
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
526
526
|
href?: string;
|
527
527
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
@@ -12,10 +12,10 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
13
13
|
};
|
14
14
|
"align-y": {
|
15
|
-
type: import("vue").PropType<"
|
15
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
16
16
|
};
|
17
17
|
alignY: {
|
18
|
-
type: import("vue").PropType<"
|
18
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
19
19
|
};
|
20
20
|
"min-width": {
|
21
21
|
type: import("vue").PropType<string>;
|
@@ -62,10 +62,10 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
63
63
|
};
|
64
64
|
"align-y": {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
66
66
|
};
|
67
67
|
alignY: {
|
68
|
-
type: import("vue").PropType<"
|
68
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
69
69
|
};
|
70
70
|
"min-width": {
|
71
71
|
type: import("vue").PropType<string>;
|
@@ -123,10 +123,10 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
124
124
|
};
|
125
125
|
"align-y": {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
127
127
|
};
|
128
128
|
alignY: {
|
129
|
-
type: import("vue").PropType<"
|
129
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
130
130
|
};
|
131
131
|
"min-width": {
|
132
132
|
type: import("vue").PropType<string>;
|
@@ -181,10 +181,10 @@ declare const _default: {
|
|
181
181
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
182
182
|
};
|
183
183
|
"align-y": {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
185
185
|
};
|
186
186
|
alignY: {
|
187
|
-
type: import("vue").PropType<"
|
187
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
188
188
|
};
|
189
189
|
"min-width": {
|
190
190
|
type: import("vue").PropType<string>;
|
@@ -235,11 +235,11 @@ declare const _default: {
|
|
235
235
|
margin?: Spacing | SpacingValue;
|
236
236
|
padding?: Spacing | SpacingValue;
|
237
237
|
filled?: boolean;
|
238
|
-
alignY?: "
|
238
|
+
alignY?: "center" | "top" | "bottom";
|
239
239
|
grow?: number;
|
240
240
|
toned?: boolean;
|
241
241
|
"min-width"?: string;
|
242
|
-
"align-y"?: "
|
242
|
+
"align-y"?: "center" | "top" | "bottom";
|
243
243
|
}>, never>;
|
244
244
|
};
|
245
245
|
export default _default;
|