@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
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
};
|
103
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
|
-
icon?: StepIconModel;
|
106
105
|
title?: string;
|
106
|
+
icon?: StepIconModel;
|
107
107
|
step?: number;
|
108
108
|
complete?: boolean;
|
109
109
|
}>, never>;
|
@@ -25,11 +25,11 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
26
26
|
};
|
27
27
|
alignTabs: {
|
28
|
-
type: import("vue").PropType<"
|
28
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
29
29
|
required: false;
|
30
30
|
};
|
31
31
|
"align-tabs": {
|
32
|
-
type: import("vue").PropType<"
|
32
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
33
33
|
required: false;
|
34
34
|
};
|
35
35
|
"no-scrolling": {
|
@@ -123,11 +123,11 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
alignTabs: {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
127
127
|
required: false;
|
128
128
|
};
|
129
129
|
"align-tabs": {
|
130
|
-
type: import("vue").PropType<"
|
130
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
131
131
|
required: false;
|
132
132
|
};
|
133
133
|
"no-scrolling": {
|
@@ -227,11 +227,11 @@ declare const _default: {
|
|
227
227
|
type: import("vue").PropType<boolean>;
|
228
228
|
};
|
229
229
|
alignTabs: {
|
230
|
-
type: import("vue").PropType<"
|
230
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
231
231
|
required: false;
|
232
232
|
};
|
233
233
|
"align-tabs": {
|
234
|
-
type: import("vue").PropType<"
|
234
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
"no-scrolling": {
|
@@ -328,11 +328,11 @@ declare const _default: {
|
|
328
328
|
type: import("vue").PropType<boolean>;
|
329
329
|
};
|
330
330
|
alignTabs: {
|
331
|
-
type: import("vue").PropType<"
|
331
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
"align-tabs": {
|
335
|
-
type: import("vue").PropType<"
|
335
|
+
type: import("vue").PropType<"center" | "start" | "end">;
|
336
336
|
required: false;
|
337
337
|
};
|
338
338
|
"no-scrolling": {
|
@@ -430,8 +430,8 @@ declare const _default: {
|
|
430
430
|
"hide-tab-name-if-only-one-tab"?: boolean;
|
431
431
|
noScrolling?: boolean;
|
432
432
|
"no-scrolling"?: boolean;
|
433
|
-
alignTabs?: "
|
434
|
-
"align-tabs"?: "
|
433
|
+
alignTabs?: "center" | "start" | "end";
|
434
|
+
"align-tabs"?: "center" | "start" | "end";
|
435
435
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
436
436
|
"onUpdate:modelValue"?: (model: number) => any;
|
437
437
|
onDoc$?: (description?: string) => any;
|
@@ -41,9 +41,9 @@ declare const _default: {
|
|
41
41
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
42
42
|
};
|
43
43
|
typography: {
|
44
|
-
type: import("vue").PropType<"
|
44
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
45
45
|
} & {
|
46
|
-
type: import("vue").PropType<"
|
46
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
47
47
|
};
|
48
48
|
class: {
|
49
49
|
type: import("vue").PropType<String | String[]>;
|
@@ -93,9 +93,9 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
94
94
|
};
|
95
95
|
typography: {
|
96
|
-
type: import("vue").PropType<"
|
96
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
97
97
|
} & {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
99
99
|
};
|
100
100
|
class: {
|
101
101
|
type: import("vue").PropType<String | String[]>;
|
@@ -156,9 +156,9 @@ declare const _default: {
|
|
156
156
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
157
157
|
};
|
158
158
|
typography: {
|
159
|
-
type: import("vue").PropType<"
|
159
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
160
160
|
} & {
|
161
|
-
type: import("vue").PropType<"
|
161
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
162
162
|
};
|
163
163
|
class: {
|
164
164
|
type: import("vue").PropType<String | String[]>;
|
@@ -216,9 +216,9 @@ declare const _default: {
|
|
216
216
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
217
217
|
};
|
218
218
|
typography: {
|
219
|
-
type: import("vue").PropType<"
|
219
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
220
220
|
} & {
|
221
|
-
type: import("vue").PropType<"
|
221
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
222
222
|
};
|
223
223
|
class: {
|
224
224
|
type: import("vue").PropType<String | String[]>;
|
@@ -237,7 +237,7 @@ declare const _default: {
|
|
237
237
|
colorSchemaType?: any;
|
238
238
|
colors?: any;
|
239
239
|
} & {
|
240
|
-
typography?: "
|
240
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
241
241
|
class?: String | String[];
|
242
242
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
243
243
|
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|