@omnia/fx 8.0.227-dev → 8.0.229-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/libs/toastui/Toast.d.ts +6 -0
- package/internal-do-not-import-from-here/libs/toastui/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +55 -16
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- 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 +5 -5
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/{Stepper.css.d.ts → Stepper.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/{Switch.css.d.ts → Switch.stylex.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/table/{Table.css.d.ts → Table.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +0 -9
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.229-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.229-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { ColorDefinition, OTabVariants } from "@omnia/fx-models";
|
2
|
-
export declare const TabStyles: {
|
3
|
-
containerTabWrapper: (color: ColorDefinition) => string;
|
4
|
-
tabWrapper: () => string;
|
5
|
-
notificationWrapper: () => string;
|
6
|
-
activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => string;
|
7
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { ColorDefinition } from "@omnia/fx-models";
|
2
|
-
export declare const TabsStyles: {
|
3
|
-
itemContainer: (scrollOffset: string, noScrolling: boolean) => string;
|
4
|
-
hideTabHeader: string;
|
5
|
-
dialogWrapper: string;
|
6
|
-
toolbarStyles: (vertical: boolean) => string;
|
7
|
-
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
|
8
|
-
};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { OToolbarVariants } from "@omnia/fx-models";
|
2
|
-
export declare const ToolbarStyles: {
|
3
|
-
templateTitle: (variant: OToolbarVariants, hasButton: boolean) => string;
|
4
|
-
templateTitleCustom: string;
|
5
|
-
content: string;
|
6
|
-
drawer: string;
|
7
|
-
iconWrapper: (color: string) => string;
|
8
|
-
divider: (dark: boolean) => string;
|
9
|
-
};
|