@omnia/fx 8.0.91-vnext → 8.0.92-vnext
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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +3 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +16 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.d.ts → colorsettingspicker/ColorSettingsPicker.d.ts} +24 -24
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +162 -64
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +77 -22
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +68 -24
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +70 -12
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +16 -33
- package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +16 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +16 -20
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +16 -20
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +352 -18
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +382 -29
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +37 -37
- package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +334 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +22 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/wctypings.d.ts +42 -35
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker → colorschemapicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.css.d.ts → colorsettingspicker/ColorSettingsPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorsettingspicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker/docs/SampleComponent.d.ts → datetimezonepicker/docs/DateTimeZonePickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.css.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
@@ -50,7 +50,7 @@ export interface ThemeDefinitionV2 {
|
|
50
50
|
colors: ColorSchemas;
|
51
51
|
blueprints: BluePrintDefinitions;
|
52
52
|
}
|
53
|
-
export type ColorSchemaType =
|
53
|
+
export type ColorSchemaType = keyof typeof ColorSchemaTypes;
|
54
54
|
export declare enum ColorSchemaTypes {
|
55
55
|
primary = "primary",
|
56
56
|
secondary = "secondary",
|
@@ -62,14 +62,14 @@ export declare enum ColorSchemaTypes {
|
|
62
62
|
error = "error",
|
63
63
|
info = "info"
|
64
64
|
}
|
65
|
-
export type BlueprintType =
|
65
|
+
export type BlueprintType = keyof typeof BlueprintTypes;
|
66
66
|
export declare enum BlueprintTypes {
|
67
67
|
default = "default",
|
68
68
|
variant1 = "variant1",
|
69
69
|
variant2 = "variant2",
|
70
70
|
variant3 = "variant3"
|
71
71
|
}
|
72
|
-
export type ColorType =
|
72
|
+
export type ColorType = keyof typeof ColorTypes;
|
73
73
|
export declare enum ColorTypes {
|
74
74
|
base = "base",
|
75
75
|
onBase = "onBase",
|
@@ -33,14 +33,13 @@ export interface TypographyTypeBreakPoint {
|
|
33
33
|
size: number;
|
34
34
|
lineHeight: number;
|
35
35
|
}
|
36
|
-
export type TypographyType =
|
36
|
+
export type TypographyType = keyof typeof TypographyTypes;
|
37
37
|
export declare enum TypographyTypes {
|
38
38
|
title = "title",
|
39
39
|
text = "text",
|
40
|
-
navigation = "navigation"
|
41
|
-
link = "link"
|
40
|
+
navigation = "navigation"
|
42
41
|
}
|
43
|
-
export type TypographySize =
|
42
|
+
export type TypographySize = keyof typeof TypographySizes;
|
44
43
|
export declare enum TypographySizes {
|
45
44
|
xl = "xl",
|
46
45
|
l = "l",
|
@@ -6,7 +6,6 @@ var TypographyTypes;
|
|
6
6
|
TypographyTypes["title"] = "title";
|
7
7
|
TypographyTypes["text"] = "text";
|
8
8
|
TypographyTypes["navigation"] = "navigation";
|
9
|
-
TypographyTypes["link"] = "link";
|
10
9
|
})(TypographyTypes = exports.TypographyTypes || (exports.TypographyTypes = {}));
|
11
10
|
var TypographySizes;
|
12
11
|
(function (TypographySizes) {
|
@@ -59,9 +59,6 @@ function useThemeMethods(getThemeDefinition) {
|
|
59
59
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
|
60
60
|
return typographyBlueprint.definition[size];
|
61
61
|
}
|
62
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
|
63
|
-
return typographyBlueprint.definition.link[TypographyDefinition_1.TypographySizes.m];
|
64
|
-
}
|
65
62
|
}
|
66
63
|
function color(colorSchemaType, colorType) {
|
67
64
|
const mappedColorSchema = colorSchema(colorSchemaType);
|
@@ -2,7 +2,7 @@ declare const HostTypeDefinitions: readonly ["admin", "editor", "docs"];
|
|
2
2
|
export type HostTypes = typeof HostTypeDefinitions[number];
|
3
3
|
declare const ComponentHostTypeDefinitions: readonly ["dialog", "drawer", "expansion-panel", "blade", "app", "table", "appbar", "toolbar", "tab", "tab-vertical", "panel", "omfx"];
|
4
4
|
export type ComponentHostTypes = typeof ComponentHostTypeDefinitions[number];
|
5
|
-
declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default"];
|
5
|
+
declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default", "section"];
|
6
6
|
export type ComponentVariants = typeof ComponentVariantDefinitions[number];
|
7
7
|
export interface NewHostSettings {
|
8
8
|
host?: HostTypes;
|
@@ -15,7 +15,7 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
15
15
|
state: {
|
16
16
|
host: "admin" | "editor" | "docs";
|
17
17
|
componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
18
|
-
componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
18
|
+
componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
19
19
|
appliedComponents: string[];
|
20
20
|
force: boolean;
|
21
21
|
};
|
@@ -23,7 +23,7 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
23
23
|
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
24
24
|
readonly host: "admin" | "editor" | "docs";
|
25
25
|
readonly componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
26
|
-
readonly componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
26
|
+
readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
27
27
|
readonly force: boolean;
|
28
28
|
appliedComponents(host: string): boolean;
|
29
29
|
};
|
@@ -40,8 +40,8 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
40
40
|
onMutatedHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
|
41
41
|
onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
42
42
|
onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
43
|
-
onMutatingComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
44
|
-
onMutatedComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
43
|
+
onMutatingComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
44
|
+
onMutatedComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
45
45
|
onMutatingAppliedComponents: import("@omnia/fx").EventHook<string[]>;
|
46
46
|
onMutatedAppliedComponents: import("@omnia/fx").EventHook<string[]>;
|
47
47
|
onMutatingForce: import("@omnia/fx").EventHook<boolean>;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare const useCompontentSharedSettingsStore: (newInstanceWithName?: string) => {
|
2
|
+
state: {
|
3
|
+
settings: any;
|
4
|
+
};
|
5
|
+
get: {
|
6
|
+
settings<TSettings>(): TSettings;
|
7
|
+
};
|
8
|
+
actions: {
|
9
|
+
updateSettings: (settings: any) => void;
|
10
|
+
};
|
11
|
+
events: {
|
12
|
+
onMutatingSettings: import("@omnia/fx").EventHook<any>;
|
13
|
+
onMutatedSettings: import("@omnia/fx").EventHook<any>;
|
14
|
+
};
|
15
|
+
deactivated(): void;
|
16
|
+
};
|
@@ -1 +1 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|