@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
@@ -12,6 +12,67 @@ declare const _default: {
|
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
15
|
+
readonly name?: {
|
16
|
+
[x: `onUpdate:${string}`]: {
|
17
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
18
|
+
};
|
19
|
+
} & {
|
20
|
+
[x: `v-model:${string}`]: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
required: false;
|
23
|
+
};
|
24
|
+
} & {
|
25
|
+
[x: string]: {
|
26
|
+
type: import("vue").PropType<boolean>;
|
27
|
+
required: false;
|
28
|
+
};
|
29
|
+
} & {
|
30
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
31
|
+
"onUpdate:modelValue": {
|
32
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
33
|
+
};
|
34
|
+
} & {
|
35
|
+
"v-model": {
|
36
|
+
type: import("vue").PropType<boolean>;
|
37
|
+
required: false;
|
38
|
+
};
|
39
|
+
} & {
|
40
|
+
modelValue: {
|
41
|
+
type: import("vue").PropType<boolean>;
|
42
|
+
required: false;
|
43
|
+
};
|
44
|
+
}>;
|
45
|
+
defaultValue(value?: boolean): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
46
|
+
"onUpdate:modelValue": {
|
47
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
48
|
+
};
|
49
|
+
} & {
|
50
|
+
"v-model": {
|
51
|
+
type: import("vue").PropType<boolean>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
} & {
|
55
|
+
modelValue: {
|
56
|
+
type: import("vue").PropType<boolean>;
|
57
|
+
required: false;
|
58
|
+
};
|
59
|
+
}, false>;
|
60
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
61
|
+
"onUpdate:modelValue": {
|
62
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
63
|
+
};
|
64
|
+
} & {
|
65
|
+
"v-model": {
|
66
|
+
type: import("vue").PropType<boolean>;
|
67
|
+
required: false;
|
68
|
+
};
|
69
|
+
} & {
|
70
|
+
modelValue: {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
required: false;
|
73
|
+
};
|
74
|
+
}>;
|
75
|
+
};
|
15
76
|
key?: string | number | symbol;
|
16
77
|
ref?: import("vue").VNodeRef;
|
17
78
|
ref_for?: boolean;
|
@@ -59,6 +120,9 @@ declare const _default: {
|
|
59
120
|
} & {
|
60
121
|
activator?: () => VNodeChild;
|
61
122
|
};
|
123
|
+
readonly modelValue?: boolean;
|
124
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
125
|
+
readonly "v-model"?: boolean;
|
62
126
|
onSelected?: (id: Guid) => any;
|
63
127
|
};
|
64
128
|
$attrs: {
|
@@ -72,7 +136,7 @@ declare const _default: {
|
|
72
136
|
}>;
|
73
137
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
74
138
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
75
|
-
$emit: (event: "selected", id: Guid) => void;
|
139
|
+
$emit: ((event: "selected", id: Guid) => void) & ((event: "update:modelValue", value: boolean) => void);
|
76
140
|
$el: any;
|
77
141
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
78
142
|
"v-slots": import("vue").Prop<{
|
@@ -80,15 +144,83 @@ declare const _default: {
|
|
80
144
|
} & {
|
81
145
|
activator?: () => VNodeChild;
|
82
146
|
}>;
|
147
|
+
"onUpdate:modelValue": {
|
148
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
149
|
+
};
|
150
|
+
"v-model": {
|
151
|
+
type: import("vue").PropType<boolean>;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
modelValue: {
|
155
|
+
type: import("vue").PropType<boolean>;
|
156
|
+
required: false;
|
157
|
+
};
|
158
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
159
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
160
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
161
|
+
type: import("vue").PropType<boolean>;
|
162
|
+
required: false;
|
163
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
164
|
+
type: import("vue").PropType<boolean>;
|
165
|
+
required: false;
|
166
|
+
}; } & {
|
167
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
168
|
+
"onUpdate:modelValue": {
|
169
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
170
|
+
};
|
171
|
+
} & {
|
172
|
+
"v-model": {
|
173
|
+
type: import("vue").PropType<boolean>;
|
174
|
+
required: false;
|
175
|
+
};
|
176
|
+
} & {
|
177
|
+
modelValue: {
|
178
|
+
type: import("vue").PropType<boolean>;
|
179
|
+
required: false;
|
180
|
+
};
|
181
|
+
}>;
|
182
|
+
defaultValue(value?: boolean): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
183
|
+
"onUpdate:modelValue": {
|
184
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
185
|
+
};
|
186
|
+
} & {
|
187
|
+
"v-model": {
|
188
|
+
type: import("vue").PropType<boolean>;
|
189
|
+
required: false;
|
190
|
+
};
|
191
|
+
} & {
|
192
|
+
modelValue: {
|
193
|
+
type: import("vue").PropType<boolean>;
|
194
|
+
required: false;
|
195
|
+
};
|
196
|
+
}, false>;
|
197
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
198
|
+
"onUpdate:modelValue": {
|
199
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
200
|
+
};
|
201
|
+
} & {
|
202
|
+
"v-model": {
|
203
|
+
type: import("vue").PropType<boolean>;
|
204
|
+
required: false;
|
205
|
+
};
|
206
|
+
} & {
|
207
|
+
modelValue: {
|
208
|
+
type: import("vue").PropType<boolean>;
|
209
|
+
required: false;
|
210
|
+
};
|
211
|
+
}>;
|
212
|
+
};
|
83
213
|
colorSchemaType?: any;
|
84
214
|
container?: any;
|
85
215
|
colors?: any;
|
86
216
|
blueprintType?: any;
|
87
217
|
blueprint?: any;
|
88
218
|
}>> & {
|
219
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
89
220
|
onSelected?: (id: Guid) => any;
|
90
221
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
222
|
selected: (id: Guid) => any;
|
223
|
+
"update:modelValue": (value: boolean) => any;
|
92
224
|
}, string, {
|
93
225
|
container?: any;
|
94
226
|
blueprint?: any;
|
@@ -121,12 +253,79 @@ declare const _default: {
|
|
121
253
|
} & {
|
122
254
|
activator?: () => VNodeChild;
|
123
255
|
}>;
|
256
|
+
"onUpdate:modelValue": {
|
257
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
258
|
+
};
|
259
|
+
"v-model": {
|
260
|
+
type: import("vue").PropType<boolean>;
|
261
|
+
required: false;
|
262
|
+
};
|
263
|
+
modelValue: {
|
264
|
+
type: import("vue").PropType<boolean>;
|
265
|
+
required: false;
|
266
|
+
};
|
267
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
268
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
269
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
270
|
+
type: import("vue").PropType<boolean>;
|
271
|
+
required: false;
|
272
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
273
|
+
type: import("vue").PropType<boolean>;
|
274
|
+
required: false;
|
275
|
+
}; } & {
|
276
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
277
|
+
"onUpdate:modelValue": {
|
278
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
279
|
+
};
|
280
|
+
} & {
|
281
|
+
"v-model": {
|
282
|
+
type: import("vue").PropType<boolean>;
|
283
|
+
required: false;
|
284
|
+
};
|
285
|
+
} & {
|
286
|
+
modelValue: {
|
287
|
+
type: import("vue").PropType<boolean>;
|
288
|
+
required: false;
|
289
|
+
};
|
290
|
+
}>;
|
291
|
+
defaultValue(value?: boolean): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
292
|
+
"onUpdate:modelValue": {
|
293
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
294
|
+
};
|
295
|
+
} & {
|
296
|
+
"v-model": {
|
297
|
+
type: import("vue").PropType<boolean>;
|
298
|
+
required: false;
|
299
|
+
};
|
300
|
+
} & {
|
301
|
+
modelValue: {
|
302
|
+
type: import("vue").PropType<boolean>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
}, false>;
|
306
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
307
|
+
"onUpdate:modelValue": {
|
308
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
309
|
+
};
|
310
|
+
} & {
|
311
|
+
"v-model": {
|
312
|
+
type: import("vue").PropType<boolean>;
|
313
|
+
required: false;
|
314
|
+
};
|
315
|
+
} & {
|
316
|
+
modelValue: {
|
317
|
+
type: import("vue").PropType<boolean>;
|
318
|
+
required: false;
|
319
|
+
};
|
320
|
+
}>;
|
321
|
+
};
|
124
322
|
colorSchemaType?: any;
|
125
323
|
container?: any;
|
126
324
|
colors?: any;
|
127
325
|
blueprintType?: any;
|
128
326
|
blueprint?: any;
|
129
327
|
}>> & {
|
328
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
130
329
|
onSelected?: (id: Guid) => any;
|
131
330
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
132
331
|
__isFragment?: never;
|
@@ -138,15 +337,83 @@ declare const _default: {
|
|
138
337
|
} & {
|
139
338
|
activator?: () => VNodeChild;
|
140
339
|
}>;
|
340
|
+
"onUpdate:modelValue": {
|
341
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
342
|
+
};
|
343
|
+
"v-model": {
|
344
|
+
type: import("vue").PropType<boolean>;
|
345
|
+
required: false;
|
346
|
+
};
|
347
|
+
modelValue: {
|
348
|
+
type: import("vue").PropType<boolean>;
|
349
|
+
required: false;
|
350
|
+
};
|
351
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
352
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
353
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
354
|
+
type: import("vue").PropType<boolean>;
|
355
|
+
required: false;
|
356
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
357
|
+
type: import("vue").PropType<boolean>;
|
358
|
+
required: false;
|
359
|
+
}; } & {
|
360
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
361
|
+
"onUpdate:modelValue": {
|
362
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
363
|
+
};
|
364
|
+
} & {
|
365
|
+
"v-model": {
|
366
|
+
type: import("vue").PropType<boolean>;
|
367
|
+
required: false;
|
368
|
+
};
|
369
|
+
} & {
|
370
|
+
modelValue: {
|
371
|
+
type: import("vue").PropType<boolean>;
|
372
|
+
required: false;
|
373
|
+
};
|
374
|
+
}>;
|
375
|
+
defaultValue(value?: boolean): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
376
|
+
"onUpdate:modelValue": {
|
377
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
378
|
+
};
|
379
|
+
} & {
|
380
|
+
"v-model": {
|
381
|
+
type: import("vue").PropType<boolean>;
|
382
|
+
required: false;
|
383
|
+
};
|
384
|
+
} & {
|
385
|
+
modelValue: {
|
386
|
+
type: import("vue").PropType<boolean>;
|
387
|
+
required: false;
|
388
|
+
};
|
389
|
+
}, false>;
|
390
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
391
|
+
"onUpdate:modelValue": {
|
392
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
393
|
+
};
|
394
|
+
} & {
|
395
|
+
"v-model": {
|
396
|
+
type: import("vue").PropType<boolean>;
|
397
|
+
required: false;
|
398
|
+
};
|
399
|
+
} & {
|
400
|
+
modelValue: {
|
401
|
+
type: import("vue").PropType<boolean>;
|
402
|
+
required: false;
|
403
|
+
};
|
404
|
+
}>;
|
405
|
+
};
|
141
406
|
colorSchemaType?: any;
|
142
407
|
container?: any;
|
143
408
|
colors?: any;
|
144
409
|
blueprintType?: any;
|
145
410
|
blueprint?: any;
|
146
411
|
}>> & {
|
412
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
147
413
|
onSelected?: (id: Guid) => any;
|
148
414
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
149
415
|
selected: (id: Guid) => any;
|
416
|
+
"update:modelValue": (value: boolean) => any;
|
150
417
|
}, string, {
|
151
418
|
container?: any;
|
152
419
|
blueprint?: any;
|
@@ -161,12 +428,77 @@ declare const _default: {
|
|
161
428
|
blueprintType?: any;
|
162
429
|
colors?: any;
|
163
430
|
} & {
|
431
|
+
name?: {
|
432
|
+
[x: `onUpdate:${string}`]: {
|
433
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
434
|
+
};
|
435
|
+
} & {
|
436
|
+
[x: `v-model:${string}`]: {
|
437
|
+
type: import("vue").PropType<boolean>;
|
438
|
+
required: false;
|
439
|
+
};
|
440
|
+
} & {
|
441
|
+
[x: string]: {
|
442
|
+
type: import("vue").PropType<boolean>;
|
443
|
+
required: false;
|
444
|
+
};
|
445
|
+
} & {
|
446
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
447
|
+
"onUpdate:modelValue": {
|
448
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
449
|
+
};
|
450
|
+
} & {
|
451
|
+
"v-model": {
|
452
|
+
type: import("vue").PropType<boolean>;
|
453
|
+
required: false;
|
454
|
+
};
|
455
|
+
} & {
|
456
|
+
modelValue: {
|
457
|
+
type: import("vue").PropType<boolean>;
|
458
|
+
required: false;
|
459
|
+
};
|
460
|
+
}>;
|
461
|
+
defaultValue(value?: boolean): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
462
|
+
"onUpdate:modelValue": {
|
463
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
464
|
+
};
|
465
|
+
} & {
|
466
|
+
"v-model": {
|
467
|
+
type: import("vue").PropType<boolean>;
|
468
|
+
required: false;
|
469
|
+
};
|
470
|
+
} & {
|
471
|
+
modelValue: {
|
472
|
+
type: import("vue").PropType<boolean>;
|
473
|
+
required: false;
|
474
|
+
};
|
475
|
+
}, false>;
|
476
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
477
|
+
"onUpdate:modelValue": {
|
478
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
479
|
+
};
|
480
|
+
} & {
|
481
|
+
"v-model": {
|
482
|
+
type: import("vue").PropType<boolean>;
|
483
|
+
required: false;
|
484
|
+
};
|
485
|
+
} & {
|
486
|
+
modelValue: {
|
487
|
+
type: import("vue").PropType<boolean>;
|
488
|
+
required: false;
|
489
|
+
};
|
490
|
+
}>;
|
491
|
+
};
|
164
492
|
"v-slots"?: {
|
165
493
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
166
494
|
} & {
|
167
495
|
activator?: () => VNodeChild;
|
168
496
|
};
|
169
|
-
|
497
|
+
modelValue?: boolean;
|
498
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
499
|
+
"v-model"?: boolean;
|
500
|
+
}>, "onUpdate:modelValue" | "onSelected"> & {
|
501
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
170
502
|
onSelected?: (id: Guid) => any;
|
171
503
|
};
|
172
504
|
};
|
@@ -16,6 +16,12 @@ export declare enum VelcronActionTypes {
|
|
16
16
|
export declare enum VelcronIconTypes {
|
17
17
|
fontAwesome = "fa"
|
18
18
|
}
|
19
|
+
export declare enum VelcronViewDirections {
|
20
|
+
row = "row",
|
21
|
+
column = "column",
|
22
|
+
rowReverse = "row-reverse",
|
23
|
+
columnRevers = "column-reverse"
|
24
|
+
}
|
19
25
|
export declare enum VelcronHorizontalAlignments {
|
20
26
|
left = "left",
|
21
27
|
center = "center",
|
@@ -2,6 +2,7 @@ import { VelcronEvent, VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnClo
|
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { VelcronPropertyEditor, useVelcronThemingStore } from "..";
|
5
|
+
import { GuidValue, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
5
6
|
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
6
7
|
import { useVelcronBlueprintStore } from "../stores/VelcronBlueprint";
|
7
8
|
export interface ResolvedComponentRenderer {
|
@@ -24,6 +25,7 @@ export interface BuiltInComponentRenderers {
|
|
24
25
|
"chip": unknown;
|
25
26
|
"markdown": unknown;
|
26
27
|
"slot": unknown;
|
28
|
+
"property": unknown;
|
27
29
|
}
|
28
30
|
export interface ColorSchemaReference {
|
29
31
|
name: string;
|
@@ -121,6 +123,7 @@ export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
|
121
123
|
bind?: VelcronBindableProp;
|
122
124
|
}
|
123
125
|
interface VelcronDimensionStyling {
|
126
|
+
margin?: VelcronSpacing;
|
124
127
|
padding?: VelcronSpacing;
|
125
128
|
}
|
126
129
|
export interface VelcronColorStyling {
|
@@ -164,8 +167,8 @@ export interface VelcronIcon {
|
|
164
167
|
}
|
165
168
|
export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
|
166
169
|
type: "velcron";
|
167
|
-
version
|
168
|
-
name
|
170
|
+
version?: string;
|
171
|
+
name?: string;
|
169
172
|
body?: Array<VelcronDefinition>;
|
170
173
|
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
171
174
|
actions?: {
|
@@ -188,10 +191,10 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
|
|
188
191
|
export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorStyling {
|
189
192
|
type: "view";
|
190
193
|
events?: VelcronOnPressEvent;
|
191
|
-
direction?: "row" | "column" | "row-reverse" | "column-reverse"
|
194
|
+
direction?: VelcronBindableProp<"row" | "column" | "row-reverse" | "column-reverse">;
|
192
195
|
columnStyle?: object;
|
193
|
-
|
194
|
-
|
196
|
+
hAlign?: VelcronHorizontalAlignments;
|
197
|
+
vAlign?: VelcronVerticalAlignments;
|
195
198
|
grow?: number;
|
196
199
|
absolute?: VelcronSpacing;
|
197
200
|
border?: VelcronBorder;
|
@@ -221,7 +224,7 @@ export declare enum VelcronImageRatios {
|
|
221
224
|
export interface VelcronImageDefinition extends VelcronDefinition {
|
222
225
|
type: "image";
|
223
226
|
source: string;
|
224
|
-
ratio
|
227
|
+
ratio?: VelcronImageRatios | string;
|
225
228
|
cover?: VelcronBindableProp<boolean>;
|
226
229
|
borderRadius?: VelcronDimensions;
|
227
230
|
events?: VelcronOnPressEvent;
|
@@ -271,7 +274,9 @@ export interface VelcronDimensions {
|
|
271
274
|
left: number | string;
|
272
275
|
}
|
273
276
|
export interface VelcronBorder extends VelcronDimensions {
|
274
|
-
|
277
|
+
colorType?: string;
|
278
|
+
toned?: boolean;
|
279
|
+
opacity?: number;
|
275
280
|
}
|
276
281
|
export interface VelcronChipDefinition extends VelcronDefinition {
|
277
282
|
type: "chip";
|
@@ -282,8 +287,16 @@ export interface VelcronChipDefinition extends VelcronDefinition {
|
|
282
287
|
}
|
283
288
|
export interface VelcronSlotDefinition extends VelcronDefinition {
|
284
289
|
type: "slot";
|
285
|
-
bind: string
|
286
|
-
|
290
|
+
bind: VelcronBindableProp<string>;
|
291
|
+
}
|
292
|
+
export interface VelcronPropertyDefinition extends VelcronDefinition {
|
293
|
+
type: "property";
|
294
|
+
bind: VelcronBindableProp<string>;
|
295
|
+
}
|
296
|
+
export interface VelcronPropertyDefinitionValue {
|
297
|
+
definitionId: GuidValue;
|
298
|
+
value: PropertyValue;
|
299
|
+
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
|
287
300
|
}
|
288
301
|
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
289
302
|
export type VelcronRenderProps<TDefinition> = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const VelcronConstants: {
|
2
2
|
components: {
|
3
|
-
|
3
|
+
velcron: string;
|
4
4
|
view: string;
|
5
5
|
card: string;
|
6
6
|
text: string;
|
@@ -14,6 +14,7 @@ export declare const VelcronConstants: {
|
|
14
14
|
chip: string;
|
15
15
|
markdown: string;
|
16
16
|
slot: string;
|
17
|
+
property: string;
|
17
18
|
};
|
18
19
|
events: {
|
19
20
|
idTokenStart: string;
|
@@ -3,20 +3,20 @@ import { useVelcronThemingStore } from ".";
|
|
3
3
|
export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
|
4
4
|
state: {
|
5
5
|
blueprint: BlueprintDefinition;
|
6
|
-
blueprintType:
|
6
|
+
blueprintType: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
7
7
|
themeStore: {
|
8
8
|
state: {
|
9
9
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
10
10
|
};
|
11
11
|
get: {
|
12
|
-
blueprint: (blueprintType:
|
13
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
14
|
-
typography: (typographyType:
|
15
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
16
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
17
|
-
complementaryColorType: (colorType:
|
18
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
19
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
12
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => BlueprintDefinition;
|
13
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
14
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
15
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
16
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
17
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
18
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
19
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
20
20
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
21
21
|
};
|
22
22
|
actions: {
|
@@ -8,20 +8,20 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType: ColorSchemaTypes |
|
11
|
+
colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
12
12
|
themeStore: {
|
13
13
|
state: {
|
14
14
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
15
|
};
|
16
16
|
get: {
|
17
|
-
blueprint: (blueprintType:
|
18
|
-
colorSchema: (colorSchemaType: ColorSchemaTypes |
|
19
|
-
typography: (typographyType:
|
20
|
-
color: (colorSchemaType: ColorSchemaTypes |
|
21
|
-
colorDefinition: (colorSchemaType: ColorSchemaTypes |
|
22
|
-
complementaryColorType: (colorType:
|
23
|
-
complementaryColor: (colorSchemaType: ColorSchemaTypes |
|
24
|
-
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes |
|
17
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
18
|
+
colorSchema: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => ColorSchema;
|
19
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
20
|
+
color: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
21
|
+
colorDefinition: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
22
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
23
|
+
complementaryColor: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
24
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
25
25
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
26
26
|
};
|
27
27
|
actions: {
|
@@ -6,6 +6,6 @@ export declare class VelcronColorSchemaStateBuilder extends VelcronStateBuilderB
|
|
6
6
|
add(colorSchema?: ColorSchemaType): VelcronColorSchemaStateBuilder;
|
7
7
|
bind: string;
|
8
8
|
protected internalBuild(): {
|
9
|
-
colorSchemaType:
|
9
|
+
colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
10
10
|
};
|
11
11
|
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { EventSpec, PropertySpec } from "@omnia/fx/ux";
|
2
|
+
export declare const docDataTypes: {
|
3
|
+
string: string;
|
4
|
+
boolean: string;
|
5
|
+
number: string;
|
6
|
+
object: string;
|
7
|
+
array: string;
|
8
|
+
componentArray: string;
|
9
|
+
};
|
10
|
+
export declare const sharedDocProperties: {
|
11
|
+
componentArray: PropertySpec;
|
12
|
+
colorStyling: PropertySpec[];
|
13
|
+
icon: PropertySpec;
|
14
|
+
};
|
15
|
+
export declare const sharedDocEvents: {
|
16
|
+
onPress: EventSpec;
|
17
|
+
};
|
18
|
+
export declare const velcronSpacingMapping: {
|
19
|
+
top: string;
|
20
|
+
right: string;
|
21
|
+
bottom: string;
|
22
|
+
left: string;
|
23
|
+
};
|
24
|
+
export declare function printEnum(obj: any): string;
|
25
|
+
export declare function printObject(obj: any): string;
|
26
|
+
export declare function evalsBooleanProp(name: string, description: string): PropertySpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./components";
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|