@omnia/fx 8.0.296-dev → 8.0.298-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +87 -87
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +13 -11
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7428
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
- package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7428
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -9
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.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/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +1 -1
- 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/parser/VelcronStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
- package/package.json +2 -2
- package/task.js +10 -5
- package/task.ts +10 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
import { VersionedLayoutId, guid, LayoutRendererCanvasApi,
|
1
|
+
import { VersionedLayoutId, guid, LayoutRendererCanvasApi, IVersionReference, LegacyThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { ServiceContainerContext } from "../../../core";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
layoutThemeDefinition: {
|
6
|
-
type: import("vue").PropType<
|
6
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
7
7
|
default: any;
|
8
8
|
};
|
9
9
|
blockThemeDefinition: {
|
10
|
-
type: import("vue").PropType<
|
10
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
11
11
|
default: any;
|
12
12
|
};
|
13
13
|
enableAlternateLayout: {
|
@@ -39,8 +39,8 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<VersionedLayoutId>;
|
40
40
|
};
|
41
41
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
42
|
-
layoutThemeDefinition:
|
43
|
-
blockThemeDefinition:
|
42
|
+
layoutThemeDefinition: LegacyThemeDefinition;
|
43
|
+
blockThemeDefinition: LegacyThemeDefinition;
|
44
44
|
noScroll: boolean;
|
45
45
|
enableAlternateLayout: boolean;
|
46
46
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -52,11 +52,11 @@ declare const _default: {
|
|
52
52
|
Defaults: {};
|
53
53
|
}, Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
layoutThemeDefinition: {
|
55
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
56
56
|
default: any;
|
57
57
|
};
|
58
58
|
blockThemeDefinition: {
|
59
|
-
type: import("vue").PropType<
|
59
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
60
60
|
default: any;
|
61
61
|
};
|
62
62
|
enableAlternateLayout: {
|
@@ -88,8 +88,8 @@ declare const _default: {
|
|
88
88
|
type: import("vue").PropType<VersionedLayoutId>;
|
89
89
|
};
|
90
90
|
}>>, () => JSX.Element, {}, {}, {}, {
|
91
|
-
layoutThemeDefinition:
|
92
|
-
blockThemeDefinition:
|
91
|
+
layoutThemeDefinition: LegacyThemeDefinition;
|
92
|
+
blockThemeDefinition: LegacyThemeDefinition;
|
93
93
|
noScroll: boolean;
|
94
94
|
enableAlternateLayout: boolean;
|
95
95
|
}>;
|
@@ -98,11 +98,11 @@ declare const _default: {
|
|
98
98
|
__isSuspense?: never;
|
99
99
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
100
100
|
layoutThemeDefinition: {
|
101
|
-
type: import("vue").PropType<
|
101
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
102
102
|
default: any;
|
103
103
|
};
|
104
104
|
blockThemeDefinition: {
|
105
|
-
type: import("vue").PropType<
|
105
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
106
106
|
default: any;
|
107
107
|
};
|
108
108
|
enableAlternateLayout: {
|
@@ -134,8 +134,8 @@ declare const _default: {
|
|
134
134
|
type: import("vue").PropType<VersionedLayoutId>;
|
135
135
|
};
|
136
136
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
137
|
-
layoutThemeDefinition:
|
138
|
-
blockThemeDefinition:
|
137
|
+
layoutThemeDefinition: LegacyThemeDefinition;
|
138
|
+
blockThemeDefinition: LegacyThemeDefinition;
|
139
139
|
noScroll: boolean;
|
140
140
|
enableAlternateLayout: boolean;
|
141
141
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
@@ -145,8 +145,8 @@ declare const _default: {
|
|
145
145
|
serviceContainerContext?: ServiceContainerContext;
|
146
146
|
versionedLayoutId?: VersionedLayoutId;
|
147
147
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
148
|
-
layoutThemeDefinition?:
|
149
|
-
blockThemeDefinition?:
|
148
|
+
layoutThemeDefinition?: LegacyThemeDefinition;
|
149
|
+
blockThemeDefinition?: LegacyThemeDefinition;
|
150
150
|
layoutProvider?: string;
|
151
151
|
noScroll?: boolean;
|
152
152
|
publishedVersionReference?: IVersionReference;
|
@@ -471,6 +471,7 @@ import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/Velc
|
|
471
471
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
472
472
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
473
473
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
474
|
+
import wc9c02218206624a9dbc979d23148f5d83 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
|
474
475
|
import wceda3a2e37278443899fcdc1e9dd694f4 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
|
475
476
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
476
477
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
@@ -3954,6 +3955,15 @@ declare global {
|
|
3954
3955
|
} : typeof wc4ecc566131194348b7ec8495a06d4fd6;
|
3955
3956
|
};
|
3956
3957
|
};
|
3958
|
+
"taxonomy": {
|
3959
|
+
"display": typeof wc9c02218206624a9dbc979d23148f5d83 extends {
|
3960
|
+
propsDefinition: infer TProp;
|
3961
|
+
} ? {
|
3962
|
+
new (...args: any[]): {
|
3963
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3964
|
+
};
|
3965
|
+
} : typeof wc9c02218206624a9dbc979d23148f5d83;
|
3966
|
+
};
|
3957
3967
|
"taxonomyfield": {
|
3958
3968
|
"settings": typeof wceda3a2e37278443899fcdc1e9dd694f4 extends {
|
3959
3969
|
propsDefinition: infer TProp;
|
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.298-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.298-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
package/task.js
CHANGED
@@ -19,11 +19,6 @@ function init() {
|
|
19
19
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
20
|
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
21
|
},
|
22
|
-
{
|
23
|
-
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
24
|
-
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
25
|
-
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
26
|
-
},
|
27
22
|
{
|
28
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json',
|
29
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
@@ -39,6 +34,16 @@ function init() {
|
|
39
34
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
35
|
resourceId: 'b46f7161-e941-4240-b573-a9cd83e9d132'
|
41
36
|
},
|
37
|
+
{
|
38
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json',
|
39
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
|
+
resourceId: '749c622c-5268-4261-9264-92b827f2326c'
|
41
|
+
},
|
42
|
+
{
|
43
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
44
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
45
|
+
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
46
|
+
},
|
42
47
|
{
|
43
48
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.worker.manifest.json'
|
44
49
|
},
|
package/task.ts
CHANGED
@@ -19,11 +19,6 @@ export function init() {
|
|
19
19
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
20
|
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
21
|
},
|
22
|
-
{
|
23
|
-
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
24
|
-
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
25
|
-
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
26
|
-
},
|
27
22
|
{
|
28
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json',
|
29
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
@@ -39,6 +34,16 @@ export function init() {
|
|
39
34
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
35
|
resourceId: 'b46f7161-e941-4240-b573-a9cd83e9d132'
|
41
36
|
},
|
37
|
+
{
|
38
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json',
|
39
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
|
+
resourceId: '749c622c-5268-4261-9264-92b827f2326c'
|
41
|
+
},
|
42
|
+
{
|
43
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
44
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
45
|
+
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
46
|
+
},
|
42
47
|
{
|
43
48
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.worker.manifest.json'
|
44
49
|
},
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { guid, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
-
export declare const useThemingService: () => {
|
3
|
-
upsert: (item: ITemplateRegistration<any>) => Promise<Record<string, ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>>>;
|
4
|
-
delete: (id: guid) => Promise<Record<string, ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>>>;
|
5
|
-
getAll: () => Promise<Record<string, ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>>>;
|
6
|
-
saveTheme: (key: string, theme: ThemeDefinitionV2) => void;
|
7
|
-
loadTheme: (key: string) => ThemeDefinitionV2;
|
8
|
-
} & {
|
9
|
-
dispose?: () => void;
|
10
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ThemingBoot";
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { guid, ThemeDefinitionV3, ThemingTypes } from "@omnia/fx-models";
|
2
|
-
export declare const useThemingService: () => {
|
3
|
-
addOrUpdate: <T>(item: T) => Promise<T>;
|
4
|
-
delete: (id: guid) => Promise<void>;
|
5
|
-
loadTheme: <T extends ThemeDefinitionV3>(id: guid) => Promise<T>;
|
6
|
-
loadAllThemingsType: <T>(type: ThemingTypes) => Promise<T>;
|
7
|
-
} & {
|
8
|
-
dispose?: () => void;
|
9
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ThemingService";
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ThemingStore";
|