@omnia/fx 8.0.154-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/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 +69 -333
- 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/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
@@ -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[];
|