@omnia/fx 8.0.154-dev → 8.0.156-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/ux/versionedlayout/blade/Shared.d.ts +1 -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
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Blueprint, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, OIconSizes, WebBlueprintItemDefintionType } from "@omnia/fx-models";
|
1
|
+
import { Blueprint, BlueprintVariant, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, ContainerVariant, OIconSizes, WebBlueprintItemDefintionType } from "@omnia/fx-models";
|
2
2
|
type blueprintType = "default";
|
3
3
|
export declare const useComponentBlueprintStore: () => {
|
4
4
|
state: {
|
@@ -39,8 +39,20 @@ export declare const useComponentBlueprintStore: () => {
|
|
39
39
|
get: {
|
40
40
|
byType<TType extends Blueprint>(type: WebBlueprintItemDefintionType): any;
|
41
41
|
readonly blueprints: ComponentBlueprints;
|
42
|
-
|
43
|
-
|
42
|
+
button: {
|
43
|
+
blueprintByType(type: ButtonBlueprintType, buttonType: ButtonTypes): ButtonBlueprint;
|
44
|
+
};
|
45
|
+
icon: {
|
46
|
+
iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
47
|
+
};
|
48
|
+
block: {
|
49
|
+
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
50
|
+
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
51
|
+
};
|
52
|
+
container: {
|
53
|
+
hasVariant(type: ContainerVariant | string): boolean;
|
54
|
+
getByType(type: ContainerVariant | string): import("@omnia/fx-models").ContainerBlueprint;
|
55
|
+
};
|
44
56
|
};
|
45
57
|
deactivated(): void;
|
46
58
|
};
|