@omnia/fx 8.0.209-dev → 8.0.211-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/core/utils/Utils.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +105 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +7 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +996 -3648
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +996 -3648
- package/internal-do-not-import-from-here/ux/directives/Scroll.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +51 -15
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +10 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +40 -1
- package/internal-do-not-import-from-here/workers/ServiceWorker.d.ts +1 -0
- package/package.json +3 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.