@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,3 +1,3 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").
|
2
|
-
export declare const spec2: import("@omnia/fx/ux").
|
3
|
-
export declare const spec3: import("@omnia/fx/ux").
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
2
|
+
export declare const spec2: import("@omnia/fx/ux").DocumentationSpec;
|
3
|
+
export declare const spec3: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -48,7 +48,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
|
|
48
48
|
actions: {
|
49
49
|
createObservableValueToSave: <T_1>(value: T_1) => {
|
50
50
|
value: T_1;
|
51
|
-
setValue: (value: T_1) =>
|
51
|
+
setValue: (value: T_1) => void;
|
52
52
|
};
|
53
53
|
addBlade: (blade: BladeInstance) => void;
|
54
54
|
removeBlade: (blade: BladeInstance) => void;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
2
|
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
|
-
import {
|
3
|
+
import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): {
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
7
7
|
$data: {};
|
8
8
|
$props: {
|
9
|
-
readonly typography?:
|
9
|
+
readonly typography?: "title" | "text" | "navigation" | TypographyTypes;
|
10
10
|
style?: unknown;
|
11
11
|
class?: unknown;
|
12
12
|
readonly name?: {
|
@@ -71,7 +71,7 @@ declare const _default: {
|
|
71
71
|
}>;
|
72
72
|
};
|
73
73
|
key?: string | number | symbol;
|
74
|
-
readonly size?:
|
74
|
+
readonly size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
75
75
|
ref?: import("vue").VNodeRef;
|
76
76
|
ref_for?: boolean;
|
77
77
|
ref_key?: string;
|
@@ -136,10 +136,10 @@ declare const _default: {
|
|
136
136
|
$el: any;
|
137
137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
138
138
|
size: {
|
139
|
-
type: import("vue").PropType<
|
139
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
140
140
|
};
|
141
141
|
typography: {
|
142
|
-
type: import("vue").PropType<
|
142
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
143
143
|
};
|
144
144
|
placeholder: {
|
145
145
|
type: import("vue").PropType<string>;
|
@@ -245,10 +245,10 @@ declare const _default: {
|
|
245
245
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
246
246
|
} & Readonly<import("vue").ExtractPropTypes<{
|
247
247
|
size: {
|
248
|
-
type: import("vue").PropType<
|
248
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
249
249
|
};
|
250
250
|
typography: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
252
252
|
};
|
253
253
|
placeholder: {
|
254
254
|
type: import("vue").PropType<string>;
|
@@ -338,10 +338,10 @@ declare const _default: {
|
|
338
338
|
__isSuspense?: never;
|
339
339
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
340
340
|
size: {
|
341
|
-
type: import("vue").PropType<
|
341
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
342
342
|
};
|
343
343
|
typography: {
|
344
|
-
type: import("vue").PropType<
|
344
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
345
345
|
};
|
346
346
|
placeholder: {
|
347
347
|
type: import("vue").PropType<string>;
|
@@ -427,7 +427,7 @@ declare const _default: {
|
|
427
427
|
};
|
428
428
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
429
429
|
propsDefinition: Omit<Readonly<{} & {
|
430
|
-
typography?:
|
430
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
431
431
|
name?: {
|
432
432
|
[x: `onUpdate:${string}`]: {
|
433
433
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -489,7 +489,7 @@ declare const _default: {
|
|
489
489
|
};
|
490
490
|
}>;
|
491
491
|
};
|
492
|
-
size?:
|
492
|
+
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
493
493
|
placeholder?: string;
|
494
494
|
modelValue?: string;
|
495
495
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
-
readonly typography?:
|
7
|
+
readonly typography?: "title" | "text" | "navigation" | TypographyTypes;
|
8
8
|
readonly value: string;
|
9
9
|
style?: unknown;
|
10
10
|
class?: unknown;
|
11
11
|
key?: string | number | symbol;
|
12
|
-
readonly size?:
|
12
|
+
readonly size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
13
13
|
ref?: import("vue").VNodeRef;
|
14
14
|
ref_for?: boolean;
|
15
15
|
ref_key?: string;
|
@@ -68,10 +68,10 @@ declare const _default: {
|
|
68
68
|
$el: any;
|
69
69
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
70
70
|
size: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
72
72
|
};
|
73
73
|
typography: {
|
74
|
-
type: import("vue").PropType<
|
74
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
75
75
|
};
|
76
76
|
toned: {
|
77
77
|
type: import("vue").PropType<boolean>;
|
@@ -104,10 +104,10 @@ declare const _default: {
|
|
104
104
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
105
105
|
} & Readonly<import("vue").ExtractPropTypes<{
|
106
106
|
size: {
|
107
|
-
type: import("vue").PropType<
|
107
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
108
108
|
};
|
109
109
|
typography: {
|
110
|
-
type: import("vue").PropType<
|
110
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
111
111
|
};
|
112
112
|
toned: {
|
113
113
|
type: import("vue").PropType<boolean>;
|
@@ -124,10 +124,10 @@ declare const _default: {
|
|
124
124
|
__isSuspense?: never;
|
125
125
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
126
126
|
size: {
|
127
|
-
type: import("vue").PropType<
|
127
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
128
128
|
};
|
129
129
|
typography: {
|
130
|
-
type: import("vue").PropType<
|
130
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
131
131
|
};
|
132
132
|
toned: {
|
133
133
|
type: import("vue").PropType<boolean>;
|
@@ -142,8 +142,8 @@ declare const _default: {
|
|
142
142
|
propsDefinition: Omit<Readonly<{
|
143
143
|
value: string;
|
144
144
|
} & {
|
145
|
-
typography?:
|
146
|
-
size?:
|
145
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
146
|
+
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
147
147
|
toned?: boolean;
|
148
148
|
}>, never>;
|
149
149
|
};
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -216,7 +216,6 @@ declare const _default: {
|
|
216
216
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
217
217
|
__isFragment?: never;
|
218
218
|
__isTeleport?: never;
|
219
|
-
/** Component host provider settings */
|
220
219
|
__isSuspense?: never;
|
221
220
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
222
221
|
block: {
|
@@ -1 +1 @@
|
|
1
|
-
export declare const ButtonExamples: import("@omnia/fx/ux").
|
1
|
+
export declare const ButtonExamples: 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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const DialogExamples: import("@omnia/fx/ux").
|
1
|
+
export declare const DialogExamples: 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;
|
@@ -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;
|
@@ -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;
|
@@ -2,5 +2,7 @@ import { ColorDefinition, PanelTypes } from "@omnia/fx-models";
|
|
2
2
|
export declare const ExpansionPanelStyles: {
|
3
3
|
iconWrapper: (variant: PanelTypes) => string;
|
4
4
|
customHeader: string;
|
5
|
+
sectionVariant: string;
|
6
|
+
tabVariant: string;
|
5
7
|
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelTypes, hideExpandIcon: boolean, toned: boolean) => string;
|
6
8
|
};
|
@@ -60,6 +60,7 @@ declare const _default: {
|
|
60
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
61
61
|
} & {
|
62
62
|
header?: Func<[VNodeChild]>;
|
63
|
+
actions?: Func<[VNodeChild]>;
|
63
64
|
};
|
64
65
|
readonly toned?: boolean;
|
65
66
|
readonly hideExpandIcon?: boolean;
|
@@ -82,6 +83,7 @@ declare const _default: {
|
|
82
83
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
83
84
|
} & {
|
84
85
|
header?: Func<[VNodeChild]>;
|
86
|
+
actions?: Func<[VNodeChild]>;
|
85
87
|
}>;
|
86
88
|
toned: {
|
87
89
|
type: import("vue").PropType<boolean>;
|
@@ -137,6 +139,7 @@ declare const _default: {
|
|
137
139
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
138
140
|
} & {
|
139
141
|
header?: Func<[VNodeChild]>;
|
142
|
+
actions?: Func<[VNodeChild]>;
|
140
143
|
}>;
|
141
144
|
toned: {
|
142
145
|
type: import("vue").PropType<boolean>;
|
@@ -170,6 +173,7 @@ declare const _default: {
|
|
170
173
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
171
174
|
} & {
|
172
175
|
header?: Func<[VNodeChild]>;
|
176
|
+
actions?: Func<[VNodeChild]>;
|
173
177
|
}>;
|
174
178
|
toned: {
|
175
179
|
type: import("vue").PropType<boolean>;
|
@@ -215,6 +219,7 @@ declare const _default: {
|
|
215
219
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
216
220
|
} & {
|
217
221
|
header?: Func<[VNodeChild]>;
|
222
|
+
actions?: Func<[VNodeChild]>;
|
218
223
|
};
|
219
224
|
toned?: boolean;
|
220
225
|
hideExpandIcon?: boolean;
|
@@ -53,10 +53,11 @@ declare const _default: {
|
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
55
|
readonly multiple?: boolean;
|
56
|
-
readonly variant?: "navigation" | "default";
|
56
|
+
readonly variant?: "section" | "navigation" | "default" | "tab";
|
57
57
|
readonly modelValue?: number | number[];
|
58
58
|
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
59
59
|
readonly "v-model"?: number | number[];
|
60
|
+
readonly toned?: boolean;
|
60
61
|
readonly expandAll?: boolean;
|
61
62
|
};
|
62
63
|
$attrs: {
|
@@ -77,11 +78,14 @@ declare const _default: {
|
|
77
78
|
type: import("vue").PropType<boolean>;
|
78
79
|
required: false;
|
79
80
|
};
|
81
|
+
toned: {
|
82
|
+
type: import("vue").PropType<boolean>;
|
83
|
+
};
|
80
84
|
expandAll: {
|
81
85
|
type: import("vue").PropType<boolean>;
|
82
86
|
};
|
83
87
|
variant: {
|
84
|
-
type: import("vue").PropType<"navigation" | "default">;
|
88
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "tab">;
|
85
89
|
};
|
86
90
|
"onUpdate:modelValue": {
|
87
91
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -134,11 +138,14 @@ declare const _default: {
|
|
134
138
|
type: import("vue").PropType<boolean>;
|
135
139
|
required: false;
|
136
140
|
};
|
141
|
+
toned: {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
};
|
137
144
|
expandAll: {
|
138
145
|
type: import("vue").PropType<boolean>;
|
139
146
|
};
|
140
147
|
variant: {
|
141
|
-
type: import("vue").PropType<"navigation" | "default">;
|
148
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "tab">;
|
142
149
|
};
|
143
150
|
"onUpdate:modelValue": {
|
144
151
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -169,11 +176,14 @@ declare const _default: {
|
|
169
176
|
type: import("vue").PropType<boolean>;
|
170
177
|
required: false;
|
171
178
|
};
|
179
|
+
toned: {
|
180
|
+
type: import("vue").PropType<boolean>;
|
181
|
+
};
|
172
182
|
expandAll: {
|
173
183
|
type: import("vue").PropType<boolean>;
|
174
184
|
};
|
175
185
|
variant: {
|
176
|
-
type: import("vue").PropType<"navigation" | "default">;
|
186
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "tab">;
|
177
187
|
};
|
178
188
|
"onUpdate:modelValue": {
|
179
189
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -211,10 +221,11 @@ declare const _default: {
|
|
211
221
|
} & {
|
212
222
|
class?: String | String[];
|
213
223
|
multiple?: boolean;
|
214
|
-
variant?: "navigation" | "default";
|
224
|
+
variant?: "section" | "navigation" | "default" | "tab";
|
215
225
|
modelValue?: number | number[];
|
216
226
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
217
227
|
"v-model"?: number | number[];
|
228
|
+
toned?: boolean;
|
218
229
|
expandAll?: boolean;
|
219
230
|
}>, never>;
|
220
231
|
};
|
package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").
|
2
|
-
export declare const spec2: import("@omnia/fx/ux").
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
2
|
+
export declare const spec2: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -48,7 +48,7 @@ declare const _default: {
|
|
48
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
|
-
readonly variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
51
|
+
readonly variant?: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
52
52
|
readonly force?: boolean;
|
53
53
|
readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
54
54
|
readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
@@ -73,9 +73,9 @@ declare const _default: {
|
|
73
73
|
type: import("vue").PropType<boolean>;
|
74
74
|
};
|
75
75
|
variant: {
|
76
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
76
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
77
77
|
} & {
|
78
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
78
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
79
79
|
};
|
80
80
|
"component-host": {
|
81
81
|
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -117,9 +117,9 @@ declare const _default: {
|
|
117
117
|
type: import("vue").PropType<boolean>;
|
118
118
|
};
|
119
119
|
variant: {
|
120
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
120
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
121
121
|
} & {
|
122
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
122
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
123
123
|
};
|
124
124
|
"component-host": {
|
125
125
|
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -145,9 +145,9 @@ declare const _default: {
|
|
145
145
|
type: import("vue").PropType<boolean>;
|
146
146
|
};
|
147
147
|
variant: {
|
148
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
148
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
149
149
|
} & {
|
150
|
-
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
150
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
151
151
|
};
|
152
152
|
"component-host": {
|
153
153
|
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
165
165
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
166
166
|
propsDefinition: Omit<Readonly<{} & {
|
167
167
|
host?: "admin" | "editor" | "docs";
|
168
|
-
variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
168
|
+
variant?: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
169
169
|
force?: boolean;
|
170
170
|
componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
171
171
|
"component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
@@ -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;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,91 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
style?: unknown;
|
7
|
+
class?: unknown;
|
8
|
+
key?: string | number | symbol;
|
9
|
+
ref?: import("vue").VNodeRef;
|
10
|
+
ref_for?: boolean;
|
11
|
+
ref_key?: string;
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
13
|
+
[key: string]: any;
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void)[];
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
+
[key: string]: any;
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void)[];
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
+
[key: string]: any;
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void)[];
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
+
[key: string]: any;
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void)[];
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void)[];
|
50
|
+
};
|
51
|
+
$attrs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
};
|
54
|
+
$refs: {
|
55
|
+
[x: string]: unknown;
|
56
|
+
};
|
57
|
+
$slots: Readonly<{
|
58
|
+
[name: string]: import("vue").Slot<any>;
|
59
|
+
}>;
|
60
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
61
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
63
|
+
$el: any;
|
64
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
84
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
85
|
+
__isFragment?: never;
|
86
|
+
__isTeleport?: never;
|
87
|
+
__isSuspense?: never;
|
88
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
90
|
+
};
|
91
|
+
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|