@omnia/fx 8.0.62-dev → 8.0.63-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/stores/DefineStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts
CHANGED
@@ -69,10 +69,10 @@ declare const _default: {
|
|
69
69
|
};
|
70
70
|
}>;
|
71
71
|
};
|
72
|
+
readonly settings?: VelcronTypographyEditorSettings;
|
72
73
|
"onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
|
73
74
|
readonly "v-model"?: TypographyEditorModel;
|
74
75
|
readonly modelValue?: TypographyEditorModel;
|
75
|
-
readonly settings?: VelcronTypographyEditorSettings;
|
76
76
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
settings: {
|
78
78
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
@@ -474,10 +474,10 @@ declare const _default: {
|
|
474
474
|
};
|
475
475
|
}>;
|
476
476
|
};
|
477
|
+
settings?: VelcronTypographyEditorSettings;
|
477
478
|
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
478
479
|
"v-model"?: TypographyEditorModel;
|
479
480
|
modelValue?: TypographyEditorModel;
|
480
|
-
settings?: VelcronTypographyEditorSettings;
|
481
481
|
}>, "onUpdate:modelValue"> & {
|
482
482
|
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
483
483
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.63-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.63-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|