@omnia/fx 8.0.91-vnext → 8.0.93-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/core/services/LocalizationService.d.ts +2 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- 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/UxModels.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/button/ButtonPresets.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/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +88 -22
- 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 +6 -7
- 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
@@ -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;
|
@@ -0,0 +1 @@
|
|
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,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;
|
@@ -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;
|
package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/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 +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 Examples: import("@omnia/fx/ux").
|
1
|
+
export declare const Examples: 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 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,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;
|
@@ -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,4 +1,4 @@
|
|
1
|
-
import { ColorGradient,
|
1
|
+
import { ColorGradient, ColorTypes, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -9,12 +9,11 @@ declare const _default: {
|
|
9
9
|
colorSchemaType?: any;
|
10
10
|
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
|
-
readonly typography?:
|
12
|
+
readonly typography?: "title" | "text" | "navigation" | TypographyTypes;
|
13
13
|
style?: unknown;
|
14
14
|
class?: String | String[];
|
15
15
|
key?: string | number | symbol;
|
16
|
-
readonly
|
17
|
-
readonly size?: TypographySize | TypographySizes;
|
16
|
+
readonly size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
18
17
|
ref?: import("vue").VNodeRef;
|
19
18
|
ref_for?: boolean;
|
20
19
|
ref_key?: string;
|
@@ -57,7 +56,7 @@ declare const _default: {
|
|
57
56
|
[key: string]: any;
|
58
57
|
}>) => void)[];
|
59
58
|
readonly toned?: boolean;
|
60
|
-
readonly colorType?:
|
59
|
+
readonly colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
61
60
|
readonly truncateLines?: number;
|
62
61
|
readonly gradientColors?: ColorGradient[];
|
63
62
|
readonly gradientTilt?: number;
|
@@ -76,11 +75,6 @@ declare const _default: {
|
|
76
75
|
$emit: (event: string, ...args: any[]) => void;
|
77
76
|
$el: any;
|
78
77
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
79
|
-
options: {
|
80
|
-
type: import("vue").PropType<any>;
|
81
|
-
} & {
|
82
|
-
type: import("vue").PropType<any>;
|
83
|
-
};
|
84
78
|
gradientTilt: {
|
85
79
|
type: import("vue").PropType<number>;
|
86
80
|
};
|
@@ -96,13 +90,13 @@ declare const _default: {
|
|
96
90
|
type: import("vue").PropType<boolean>;
|
97
91
|
};
|
98
92
|
colorType: {
|
99
|
-
type: import("vue").PropType<
|
93
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
100
94
|
};
|
101
95
|
size: {
|
102
|
-
type: import("vue").PropType<
|
96
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
103
97
|
};
|
104
98
|
typography: {
|
105
|
-
type: import("vue").PropType<
|
99
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
106
100
|
};
|
107
101
|
class: {
|
108
102
|
type: import("vue").PropType<String | String[]>;
|
@@ -140,11 +134,6 @@ declare const _default: {
|
|
140
134
|
$nextTick: typeof import("vue").nextTick;
|
141
135
|
$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;
|
142
136
|
} & Readonly<import("vue").ExtractPropTypes<{
|
143
|
-
options: {
|
144
|
-
type: import("vue").PropType<any>;
|
145
|
-
} & {
|
146
|
-
type: import("vue").PropType<any>;
|
147
|
-
};
|
148
137
|
gradientTilt: {
|
149
138
|
type: import("vue").PropType<number>;
|
150
139
|
};
|
@@ -160,13 +149,13 @@ declare const _default: {
|
|
160
149
|
type: import("vue").PropType<boolean>;
|
161
150
|
};
|
162
151
|
colorType: {
|
163
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
164
153
|
};
|
165
154
|
size: {
|
166
|
-
type: import("vue").PropType<
|
155
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
167
156
|
};
|
168
157
|
typography: {
|
169
|
-
type: import("vue").PropType<
|
158
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
170
159
|
};
|
171
160
|
class: {
|
172
161
|
type: import("vue").PropType<String | String[]>;
|
@@ -182,11 +171,6 @@ declare const _default: {
|
|
182
171
|
__isTeleport?: never;
|
183
172
|
__isSuspense?: never;
|
184
173
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
185
|
-
options: {
|
186
|
-
type: import("vue").PropType<any>;
|
187
|
-
} & {
|
188
|
-
type: import("vue").PropType<any>;
|
189
|
-
};
|
190
174
|
gradientTilt: {
|
191
175
|
type: import("vue").PropType<number>;
|
192
176
|
};
|
@@ -202,13 +186,13 @@ declare const _default: {
|
|
202
186
|
type: import("vue").PropType<boolean>;
|
203
187
|
};
|
204
188
|
colorType: {
|
205
|
-
type: import("vue").PropType<
|
189
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
206
190
|
};
|
207
191
|
size: {
|
208
|
-
type: import("vue").PropType<
|
192
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
209
193
|
};
|
210
194
|
typography: {
|
211
|
-
type: import("vue").PropType<
|
195
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
212
196
|
};
|
213
197
|
class: {
|
214
198
|
type: import("vue").PropType<String | String[]>;
|
@@ -233,12 +217,11 @@ declare const _default: {
|
|
233
217
|
blueprintType?: any;
|
234
218
|
colors?: any;
|
235
219
|
} & {
|
236
|
-
typography?:
|
220
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
237
221
|
class?: String | String[];
|
238
|
-
|
239
|
-
size?: TypographySize | TypographySizes;
|
222
|
+
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
240
223
|
toned?: boolean;
|
241
|
-
colorType?:
|
224
|
+
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
242
225
|
truncateLines?: number;
|
243
226
|
gradientColors?: ColorGradient[];
|
244
227
|
gradientTilt?: number;
|
@@ -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,3 +1,4 @@
|
|
1
|
+
import { ValidationRule } from "@omnia/fx/ux";
|
1
2
|
import { VTextAreaSlots } from "../../ComponentTypings";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
@@ -61,6 +62,7 @@ declare const _default: {
|
|
61
62
|
} & VTextAreaSlots;
|
62
63
|
readonly modelValue?: string;
|
63
64
|
"onUpdate:focused"?: (value: boolean) => any;
|
65
|
+
readonly rules?: ValidationRule[];
|
64
66
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
65
67
|
readonly "v-model"?: string;
|
66
68
|
readonly clearable?: boolean;
|
@@ -80,6 +82,10 @@ declare const _default: {
|
|
80
82
|
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:button") => void);
|
81
83
|
$el: any;
|
82
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
85
|
+
rules: {
|
86
|
+
type: import("vue").PropType<ValidationRule[]>;
|
87
|
+
required: false;
|
88
|
+
};
|
83
89
|
disabled: {
|
84
90
|
type: import("vue").PropType<boolean>;
|
85
91
|
required: false;
|
@@ -151,6 +157,10 @@ declare const _default: {
|
|
151
157
|
$nextTick: typeof import("vue").nextTick;
|
152
158
|
$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;
|
153
159
|
} & Readonly<import("vue").ExtractPropTypes<{
|
160
|
+
rules: {
|
161
|
+
type: import("vue").PropType<ValidationRule[]>;
|
162
|
+
required: false;
|
163
|
+
};
|
154
164
|
disabled: {
|
155
165
|
type: import("vue").PropType<boolean>;
|
156
166
|
required: false;
|
@@ -196,6 +206,10 @@ declare const _default: {
|
|
196
206
|
__isTeleport?: never;
|
197
207
|
__isSuspense?: never;
|
198
208
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
209
|
+
rules: {
|
210
|
+
type: import("vue").PropType<ValidationRule[]>;
|
211
|
+
required: false;
|
212
|
+
};
|
199
213
|
disabled: {
|
200
214
|
type: import("vue").PropType<boolean>;
|
201
215
|
required: false;
|
@@ -262,6 +276,7 @@ declare const _default: {
|
|
262
276
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
263
277
|
} & VTextAreaSlots;
|
264
278
|
modelValue?: string;
|
279
|
+
rules?: ValidationRule[];
|
265
280
|
"onUpdate:modelValue"?: (value: string) => any;
|
266
281
|
"v-model"?: string;
|
267
282
|
clearable?: boolean;
|
@@ -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 ToolbarExamples: import("@omnia/fx/ux").
|
1
|
+
export declare const ToolbarExamples: 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 TreeviewExamples: import("@omnia/fx/ux").
|
1
|
+
export declare const TreeviewExamples: 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;
|
@@ -50,6 +50,7 @@ declare const _default: {
|
|
50
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
51
|
[key: string]: any;
|
52
52
|
}>) => void)[];
|
53
|
+
readonly validationOn?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
|
53
54
|
};
|
54
55
|
$attrs: {
|
55
56
|
[x: string]: unknown;
|
@@ -65,6 +66,10 @@ declare const _default: {
|
|
65
66
|
$emit: (event: string, ...args: any[]) => void;
|
66
67
|
$el: any;
|
67
68
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
69
|
+
validationOn: {
|
70
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
71
|
+
required: false;
|
72
|
+
};
|
68
73
|
validator: {
|
69
74
|
type: import("vue").PropType<IValidator>;
|
70
75
|
required: true;
|
@@ -90,6 +95,10 @@ declare const _default: {
|
|
90
95
|
$nextTick: typeof import("vue").nextTick;
|
91
96
|
$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;
|
92
97
|
} & Readonly<import("vue").ExtractPropTypes<{
|
98
|
+
validationOn: {
|
99
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
100
|
+
required: false;
|
101
|
+
};
|
93
102
|
validator: {
|
94
103
|
type: import("vue").PropType<IValidator>;
|
95
104
|
required: true;
|
@@ -99,6 +108,10 @@ declare const _default: {
|
|
99
108
|
__isTeleport?: never;
|
100
109
|
__isSuspense?: never;
|
101
110
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
111
|
+
validationOn: {
|
112
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
113
|
+
required: false;
|
114
|
+
};
|
102
115
|
validator: {
|
103
116
|
type: import("vue").PropType<IValidator>;
|
104
117
|
required: true;
|
@@ -106,6 +119,8 @@ declare const _default: {
|
|
106
119
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
107
120
|
propsDefinition: Omit<Readonly<{
|
108
121
|
validator: IValidator;
|
109
|
-
} & {
|
122
|
+
} & {
|
123
|
+
validationOn?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
|
124
|
+
}>, never>;
|
110
125
|
};
|
111
126
|
export default _default;
|
@@ -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;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
|
+
type renderTypes = "property" | "velcron";
|
3
|
+
export interface propertyMappings {
|
4
|
+
property: string;
|
5
|
+
}
|
6
|
+
export interface propertyRenderer {
|
7
|
+
type: renderTypes;
|
8
|
+
definition?: VelcronAppDefinition<any>;
|
9
|
+
propertyMapping: propertyMappings[];
|
10
|
+
}
|
11
|
+
export interface PropertyBlockBlockSettings {
|
12
|
+
renderer: propertyRenderer;
|
13
|
+
}
|
14
|
+
export interface BasicItem {
|
15
|
+
title: string;
|
16
|
+
value: string;
|
17
|
+
}
|
18
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./PropertyBlockModels";
|