@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
@@ -3,6 +3,10 @@ import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
|
3
3
|
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
4
|
import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
|
5
5
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
6
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpicker/BlueprintPicker';
|
7
|
+
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
8
|
+
import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
|
9
|
+
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorsettingspicker/ColorSettingsPicker';
|
6
10
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
7
11
|
import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
|
8
12
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
@@ -65,6 +69,7 @@ import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
|
|
65
69
|
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
|
66
70
|
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
|
67
71
|
import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
|
72
|
+
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
|
68
73
|
import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
|
69
74
|
import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
|
70
75
|
import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
|
@@ -114,6 +119,7 @@ import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProv
|
|
114
119
|
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
115
120
|
import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
|
116
121
|
import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
|
122
|
+
import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
|
117
123
|
import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
|
118
124
|
import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
|
119
125
|
import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
|
@@ -208,11 +214,6 @@ import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/Te
|
|
208
214
|
import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
|
209
215
|
import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
|
210
216
|
import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
|
211
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/components/blueprintpicker/BlueprintPicker';
|
212
|
-
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/theming-v2/components/colorpicker/ColorPicker';
|
213
|
-
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/components/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
214
|
-
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/components/colorschemapicker/ColorSchemaPicker';
|
215
|
-
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/theming-v2/components/typographypicker/TypographyPicker';
|
216
217
|
import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
|
217
218
|
import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
|
218
219
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
@@ -260,6 +261,10 @@ declare global {
|
|
260
261
|
"omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
|
261
262
|
"omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
|
262
263
|
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
|
264
|
+
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
265
|
+
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
266
|
+
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
267
|
+
"omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
|
263
268
|
"omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
|
264
269
|
"omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
|
265
270
|
"omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
|
@@ -322,6 +327,7 @@ declare global {
|
|
322
327
|
"omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
|
323
328
|
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
|
324
329
|
"omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
|
330
|
+
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
|
325
331
|
"omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
|
326
332
|
"omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
|
327
333
|
"omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
|
@@ -371,6 +377,7 @@ declare global {
|
|
371
377
|
"o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & VueComponentBaseProps;
|
372
378
|
"o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & VueComponentBaseProps;
|
373
379
|
"o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
|
380
|
+
"o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & VueComponentBaseProps;
|
374
381
|
"o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
|
375
382
|
"o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & VueComponentBaseProps;
|
376
383
|
"o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & VueComponentBaseProps;
|
@@ -465,11 +472,6 @@ declare global {
|
|
465
472
|
"omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
|
466
473
|
"omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
|
467
474
|
"omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
|
468
|
-
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
469
|
-
"omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
|
470
|
-
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
471
|
-
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
472
|
-
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
|
473
475
|
"omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
|
474
476
|
"omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
|
475
477
|
"omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
|
@@ -531,6 +533,26 @@ declare global {
|
|
531
533
|
$props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
|
532
534
|
};
|
533
535
|
};
|
536
|
+
"BlueprintPicker": {
|
537
|
+
new (...args: any[]): {
|
538
|
+
$props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
539
|
+
};
|
540
|
+
};
|
541
|
+
"ColorSchemaDefinitionPicker": {
|
542
|
+
new (...args: any[]): {
|
543
|
+
$props: typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
544
|
+
};
|
545
|
+
};
|
546
|
+
"ColorSchemaPicker": {
|
547
|
+
new (...args: any[]): {
|
548
|
+
$props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
549
|
+
};
|
550
|
+
};
|
551
|
+
"ColorSettingsPicker": {
|
552
|
+
new (...args: any[]): {
|
553
|
+
$props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
|
554
|
+
};
|
555
|
+
};
|
534
556
|
"CommandPalette": {
|
535
557
|
new (...args: any[]): {
|
536
558
|
$props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
|
@@ -841,6 +863,11 @@ declare global {
|
|
841
863
|
$props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
|
842
864
|
};
|
843
865
|
};
|
866
|
+
"TypographyPicker": {
|
867
|
+
new (...args: any[]): {
|
868
|
+
$props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
|
869
|
+
};
|
870
|
+
};
|
844
871
|
"UserPresence": {
|
845
872
|
new (...args: any[]): {
|
846
873
|
$props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
|
@@ -1086,6 +1113,11 @@ declare global {
|
|
1086
1113
|
$props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
|
1087
1114
|
};
|
1088
1115
|
};
|
1116
|
+
"OLink": {
|
1117
|
+
new (...args: any[]): {
|
1118
|
+
$props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & VueComponentBaseProps;
|
1119
|
+
};
|
1120
|
+
};
|
1089
1121
|
"OList": {
|
1090
1122
|
new (...args: any[]): {
|
1091
1123
|
$props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
|
@@ -1556,31 +1588,6 @@ declare global {
|
|
1556
1588
|
$props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
|
1557
1589
|
};
|
1558
1590
|
};
|
1559
|
-
"BlueprintPicker": {
|
1560
|
-
new (...args: any[]): {
|
1561
|
-
$props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
1562
|
-
};
|
1563
|
-
};
|
1564
|
-
"ColorSettingsPicker": {
|
1565
|
-
new (...args: any[]): {
|
1566
|
-
$props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
|
1567
|
-
};
|
1568
|
-
};
|
1569
|
-
"ColorSchemaDefinitionPicker": {
|
1570
|
-
new (...args: any[]): {
|
1571
|
-
$props: typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
1572
|
-
};
|
1573
|
-
};
|
1574
|
-
"ColorSchemaPicker": {
|
1575
|
-
new (...args: any[]): {
|
1576
|
-
$props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
1577
|
-
};
|
1578
|
-
};
|
1579
|
-
"TypographyPicker": {
|
1580
|
-
new (...args: any[]): {
|
1581
|
-
$props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
|
1582
|
-
};
|
1583
|
-
};
|
1584
1591
|
"ContentBlock": {
|
1585
1592
|
new (...args: any[]): {
|
1586
1593
|
$props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
|
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.92-vnext",
|
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.92-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { DateTimeZone } from "@omnia/fx/models";
|
2
|
-
export interface IDateTimeZonePicker {
|
3
|
-
isError?: boolean;
|
4
|
-
valueBind?: DateTimeZone<string>;
|
5
|
-
onValueChanged?: (value: DateTimeZone<Date>) => void;
|
6
|
-
mode?: "date-time" | "date";
|
7
|
-
minuteSkip?: 0 | 5 | 10 | 15 | 20 | 30;
|
8
|
-
dateFormat?: string;
|
9
|
-
locale?: string;
|
10
|
-
firstDayOfWeek?: number;
|
11
|
-
dark?: boolean;
|
12
|
-
disabled?: boolean;
|
13
|
-
label?: string;
|
14
|
-
filled?: boolean;
|
15
|
-
singleLine?: boolean;
|
16
|
-
color?: string;
|
17
|
-
showMenu?: boolean;
|
18
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./IDateTimeZonePicker";
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./IDateTimeZoneRenderer";
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
|
package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
|
package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|