@omnia/fx 8.0.54-vnext → 8.0.56-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/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_left_text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_right_text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themes/SpacingTypes.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +41 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +379 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +17 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
9
|
blueprint?: any;
|
10
|
-
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
11
|
+
colorSchemaType?: any;
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
@@ -59,7 +59,7 @@ declare const _default: {
|
|
59
59
|
} & {
|
60
60
|
activator?: () => VNodeChild;
|
61
61
|
};
|
62
|
-
|
62
|
+
onSelected?: (id: Guid) => any;
|
63
63
|
};
|
64
64
|
$attrs: {
|
65
65
|
[x: string]: unknown;
|
@@ -72,7 +72,7 @@ declare const _default: {
|
|
72
72
|
}>;
|
73
73
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
74
74
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
75
|
-
$emit: (event: "
|
75
|
+
$emit: (event: "selected", id: Guid) => void;
|
76
76
|
$el: any;
|
77
77
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
78
78
|
"v-slots": import("vue").Prop<{
|
@@ -86,14 +86,14 @@ declare const _default: {
|
|
86
86
|
blueprintType?: any;
|
87
87
|
blueprint?: any;
|
88
88
|
}>> & {
|
89
|
-
|
90
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
|
-
|
89
|
+
onSelected?: (id: Guid) => any;
|
90
|
+
}, () => JSX.Element | JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
|
+
selected: (id: Guid) => any;
|
92
92
|
}, string, {
|
93
93
|
container?: any;
|
94
94
|
blueprint?: any;
|
95
|
-
colorSchemaType?: any;
|
96
95
|
blueprintType?: any;
|
96
|
+
colorSchemaType?: any;
|
97
97
|
colors?: any;
|
98
98
|
}, {}, string, {}> & {
|
99
99
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -127,8 +127,8 @@ declare const _default: {
|
|
127
127
|
blueprintType?: any;
|
128
128
|
blueprint?: any;
|
129
129
|
}>> & {
|
130
|
-
|
131
|
-
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
130
|
+
onSelected?: (id: Guid) => any;
|
131
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element | JSX.Element[]> & {} & import("vue").ComponentCustomProperties & {};
|
132
132
|
__isFragment?: never;
|
133
133
|
__isTeleport?: never;
|
134
134
|
__isSuspense?: never;
|
@@ -144,21 +144,21 @@ declare const _default: {
|
|
144
144
|
blueprintType?: any;
|
145
145
|
blueprint?: any;
|
146
146
|
}>> & {
|
147
|
-
|
148
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
149
|
-
|
147
|
+
onSelected?: (id: Guid) => any;
|
148
|
+
}, () => JSX.Element | JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
149
|
+
selected: (id: Guid) => any;
|
150
150
|
}, string, {
|
151
151
|
container?: any;
|
152
152
|
blueprint?: any;
|
153
|
-
colorSchemaType?: any;
|
154
153
|
blueprintType?: any;
|
154
|
+
colorSchemaType?: any;
|
155
155
|
colors?: any;
|
156
156
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
157
157
|
propsDefinition: Omit<Readonly<{
|
158
158
|
container?: any;
|
159
159
|
blueprint?: any;
|
160
|
-
colorSchemaType?: any;
|
161
160
|
blueprintType?: any;
|
161
|
+
colorSchemaType?: any;
|
162
162
|
colors?: any;
|
163
163
|
} & {
|
164
164
|
"v-slots"?: {
|
@@ -166,8 +166,8 @@ declare const _default: {
|
|
166
166
|
} & {
|
167
167
|
activator?: () => VNodeChild;
|
168
168
|
};
|
169
|
-
}>, "
|
170
|
-
|
169
|
+
}>, "onSelected"> & {
|
170
|
+
onSelected?: (id: Guid) => any;
|
171
171
|
};
|
172
172
|
};
|
173
173
|
export default _default;
|
package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts
CHANGED
@@ -110,10 +110,10 @@ declare const _default: {
|
|
110
110
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
|
+
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
114
|
+
readonly modelValue?: VelcronAppDefinition<object>;
|
113
115
|
readonly properties: VelcronDefinitionEditableProperty[];
|
114
116
|
readonly "v-model"?: VelcronAppDefinition<object>;
|
115
|
-
readonly modelValue?: VelcronAppDefinition<object>;
|
116
|
-
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
117
117
|
};
|
118
118
|
$attrs: {
|
119
119
|
[x: string]: unknown;
|
@@ -440,9 +440,9 @@ declare const _default: {
|
|
440
440
|
};
|
441
441
|
}>;
|
442
442
|
};
|
443
|
-
"v-model"?: VelcronAppDefinition<object>;
|
444
|
-
modelValue?: VelcronAppDefinition<object>;
|
445
443
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
444
|
+
modelValue?: VelcronAppDefinition<object>;
|
445
|
+
"v-model"?: VelcronAppDefinition<object>;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
448
448
|
};
|
@@ -17,14 +17,14 @@ export declare enum VelcronIconTypes {
|
|
17
17
|
fontAwesome = "fa"
|
18
18
|
}
|
19
19
|
export declare enum VelcronHorizontalAlignments {
|
20
|
-
left =
|
21
|
-
center =
|
22
|
-
right =
|
20
|
+
left = "left",
|
21
|
+
center = "center",
|
22
|
+
right = "right"
|
23
23
|
}
|
24
24
|
export declare enum VelcronVerticalAlignments {
|
25
|
-
top =
|
26
|
-
center =
|
27
|
-
bottom =
|
25
|
+
top = "top",
|
26
|
+
center = "center",
|
27
|
+
bottom = "bottom"
|
28
28
|
}
|
29
29
|
export declare enum VelcronDataTypes {
|
30
30
|
unknown = "unknown",
|
@@ -107,7 +107,7 @@ export interface VelcronDefinitionBase {
|
|
107
107
|
*/
|
108
108
|
key?: string;
|
109
109
|
}
|
110
|
-
export interface VelcronDefinition extends VelcronDefinitionBase {
|
110
|
+
export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
|
111
111
|
body?: Array<VelcronDefinition>;
|
112
112
|
style?: VelcronStyling;
|
113
113
|
foreach?: string;
|
@@ -119,12 +119,15 @@ export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
|
119
119
|
edit?: VelcronBindableProp<boolean>;
|
120
120
|
bind?: VelcronBindableProp;
|
121
121
|
}
|
122
|
+
interface VelcronDimensionStyling {
|
123
|
+
padding?: VelcronSpacing;
|
124
|
+
}
|
122
125
|
export interface VelcronColorStyling {
|
123
126
|
colorSchemaType?: string;
|
124
|
-
|
127
|
+
colorType?: string;
|
125
128
|
filled?: boolean;
|
126
|
-
container?: boolean;
|
127
129
|
toned?: boolean;
|
130
|
+
color?: string;
|
128
131
|
}
|
129
132
|
export interface VelcronStyling {
|
130
133
|
margin?: number;
|
@@ -144,10 +147,10 @@ export interface VelcronCardStyling extends VelcronStyling {
|
|
144
147
|
elevation: number;
|
145
148
|
}
|
146
149
|
export interface VelcronSpacing {
|
147
|
-
top
|
148
|
-
right
|
149
|
-
bottom
|
150
|
-
left
|
150
|
+
top?: number | string;
|
151
|
+
right?: number | string;
|
152
|
+
bottom?: number | string;
|
153
|
+
left?: number | string;
|
151
154
|
}
|
152
155
|
export interface VelcronIcon {
|
153
156
|
type: VelcronIconTypes;
|
@@ -175,11 +178,10 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
|
|
175
178
|
icon: any;
|
176
179
|
}
|
177
180
|
/*** Built-in Components *********************************************************************/
|
178
|
-
export interface VelcronViewDefinition extends VelcronDefinition {
|
181
|
+
export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorStyling {
|
179
182
|
type: "View";
|
180
|
-
color?: VelcronColorStyling;
|
181
183
|
events?: VelcronOnPressEvent;
|
182
|
-
|
184
|
+
direction?: "row" | "column";
|
183
185
|
columnStyle?: object;
|
184
186
|
horizontalAlignment?: VelcronHorizontalAlignments;
|
185
187
|
verticalAlignment?: VelcronVerticalAlignments;
|
@@ -188,21 +190,20 @@ export interface VelcronViewDefinition extends VelcronDefinition {
|
|
188
190
|
borderRadius?: VelcronDimensions;
|
189
191
|
width?: number;
|
190
192
|
}
|
191
|
-
export interface VelcronCardDefinition extends VelcronDefinition {
|
193
|
+
export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorStyling {
|
192
194
|
type: "Card";
|
193
|
-
color?: VelcronColorStyling;
|
194
195
|
style?: VelcronCardStyling;
|
195
196
|
footer?: Array<VelcronDefinition>;
|
196
197
|
events?: VelcronOnPressEvent;
|
197
198
|
}
|
198
|
-
export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode {
|
199
|
+
export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling {
|
199
200
|
type: "Text";
|
200
201
|
text: string;
|
201
202
|
editLabel?: VelcronBindableProp;
|
202
|
-
color?: string;
|
203
203
|
lineClamp?: number;
|
204
204
|
noWrap?: boolean;
|
205
205
|
typography?: string;
|
206
|
+
size?: string;
|
206
207
|
events?: VelcronOnPressEvent & VelcronOnUpdatedEvent;
|
207
208
|
}
|
208
209
|
export declare enum VelcronImageRatios {
|
@@ -245,10 +246,9 @@ export interface VelcronDialogDefinition extends VelcronDefinition {
|
|
245
246
|
visible: string;
|
246
247
|
events?: VelcronOnCloseRequestedEvent & VelcronOnClosedEvent;
|
247
248
|
}
|
248
|
-
export interface VelcronIconDefinition extends VelcronDefinition {
|
249
|
+
export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorStyling {
|
249
250
|
type: "Icon";
|
250
251
|
icon: string;
|
251
|
-
color: VelcronColorStyling;
|
252
252
|
size?: VelcronBindableProp<number>;
|
253
253
|
events?: VelcronOnPressEvent;
|
254
254
|
}
|
@@ -278,3 +278,4 @@ export type VelcronRenderProps<TDefinition> = {
|
|
278
278
|
definition: TDefinition;
|
279
279
|
renderContext: VelcronRenderContext;
|
280
280
|
};
|
281
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, TypographyBlueprint, VelcronBlueprintDefintionType } from "@omnia/fx-models";
|
1
|
+
import { BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, SpacingBlueprint, TypographyBlueprint, VelcronBlueprintDefintionType } from "@omnia/fx-models";
|
2
2
|
import { useVelcronThemingStore } from ".";
|
3
3
|
export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
|
4
4
|
state: {
|
@@ -11,7 +11,7 @@ export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
|
|
11
11
|
get: {
|
12
12
|
blueprint: (blueprintType: BlueprintType | BlueprintTypes) => BlueprintDefinition;
|
13
13
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
14
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
14
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
15
15
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
16
16
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
17
17
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -28,6 +28,9 @@ export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
|
|
28
28
|
readonly all: BlueprintDefinition;
|
29
29
|
byType: <TType extends BlueprintItemDefinition>(type: VelcronBlueprintDefintionType | VelcronBlueprintDefintionType) => TType;
|
30
30
|
readonly typography: TypographyBlueprint;
|
31
|
+
spacing: {
|
32
|
+
readonly inner: SpacingBlueprint;
|
33
|
+
};
|
31
34
|
};
|
32
35
|
actions: {
|
33
36
|
setThemeStore: (themeStoreInstance: ReturnType<typeof useVelcronThemingStore>, blueprintType?: BlueprintTypes | BlueprintType) => void;
|
@@ -16,7 +16,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
16
16
|
get: {
|
17
17
|
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
18
18
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
19
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
19
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
20
20
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
21
21
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
22
22
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
export declare
|
1
|
+
export declare function defineVelcronStore<TSetup extends {
|
2
2
|
state: object;
|
3
3
|
privateState?: object;
|
4
4
|
}, TGetters, TActions>(name: string, definition: {
|
5
5
|
setup: () => TSetup;
|
6
6
|
getters?: (state: TSetup["state"], privateState?: TSetup["privateState"]) => TGetters;
|
7
7
|
actions?: (state: TSetup["state"], privateState?: TSetup["privateState"]) => TActions;
|
8
|
-
})
|
8
|
+
}): (newStateWithName?: string) => {
|
9
9
|
state: TSetup["state"];
|
10
10
|
get: TGetters;
|
11
11
|
actions: TActions;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "..";
|
1
|
+
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ThemeDefinitionV2;
|
@@ -6,7 +6,7 @@ export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
|
6
6
|
get: {
|
7
7
|
blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("..").BlueprintDefinition;
|
8
8
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
9
|
-
typography: (typographyType: TypographyTypes | TypographyType) => import("..").TypographyTypeDefinition;
|
9
|
+
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => import("..").TypographyTypeDefinition;
|
10
10
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
11
11
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
12
12
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -117,9 +117,9 @@ declare const _default: {
|
|
117
117
|
} & {
|
118
118
|
activator?: () => VNodeChild;
|
119
119
|
};
|
120
|
-
readonly "v-model"?: boolean;
|
121
|
-
readonly modelValue?: boolean;
|
122
120
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
121
|
+
readonly modelValue?: boolean;
|
122
|
+
readonly "v-model"?: boolean;
|
123
123
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
124
124
|
};
|
125
125
|
$attrs: {
|
@@ -643,9 +643,9 @@ declare const _default: {
|
|
643
643
|
} & {
|
644
644
|
activator?: () => VNodeChild;
|
645
645
|
};
|
646
|
-
"v-model"?: boolean;
|
647
|
-
modelValue?: boolean;
|
648
646
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
647
|
+
modelValue?: boolean;
|
648
|
+
"v-model"?: boolean;
|
649
649
|
}>, "onSave"> & {
|
650
650
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
651
651
|
};
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models";
|
2
|
-
import { ThemeDefinitionV2,
|
3
|
-
export type RegisterThemingStore = (store: ReturnType<typeof useVelcronThemingStore>) => void;
|
2
|
+
import { ThemeDefinitionV2, VelcronRenderContextEventHandlers, ColorSchemaTypes, ColorSchemaType, DynamicState } from "../core";
|
4
3
|
declare const _default: {
|
5
4
|
new (...args: any[]): {
|
6
5
|
$: import("vue").ComponentInternalInstance;
|
@@ -8,8 +7,8 @@ declare const _default: {
|
|
8
7
|
$props: {
|
9
8
|
container?: any;
|
10
9
|
blueprint?: any;
|
11
|
-
colorSchemaType?: any;
|
12
10
|
blueprintType?: any;
|
11
|
+
colorSchemaType?: any;
|
13
12
|
colors?: any;
|
14
13
|
style?: unknown;
|
15
14
|
class?: unknown;
|
@@ -122,8 +121,8 @@ declare const _default: {
|
|
122
121
|
}, string, {
|
123
122
|
container?: any;
|
124
123
|
blueprint?: any;
|
125
|
-
colorSchemaType: any;
|
126
124
|
blueprintType?: any;
|
125
|
+
colorSchemaType: any;
|
127
126
|
colors?: any;
|
128
127
|
}, {}, string, {}> & {
|
129
128
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -230,16 +229,16 @@ declare const _default: {
|
|
230
229
|
}, string, {
|
231
230
|
container?: any;
|
232
231
|
blueprint?: any;
|
233
|
-
colorSchemaType: any;
|
234
232
|
blueprintType?: any;
|
233
|
+
colorSchemaType: any;
|
235
234
|
colors?: any;
|
236
235
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
236
|
propsDefinition: Omit<Readonly<{
|
238
237
|
container?: any;
|
239
238
|
definition: VelcronAppDefinition<object>;
|
240
239
|
blueprint?: any;
|
241
|
-
colorSchemaType: any;
|
242
240
|
blueprintType?: any;
|
241
|
+
colorSchemaType: any;
|
243
242
|
colors?: any;
|
244
243
|
} & {
|
245
244
|
themeDefinition?: ThemeDefinitionV2;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
|
2
2
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
|
-
export declare
|
3
|
+
export declare function velcronStylesProvider(result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): string;
|
@@ -141,6 +141,7 @@ import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefin
|
|
141
141
|
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
|
142
142
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
143
143
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
144
|
+
import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
|
144
145
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
145
146
|
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
|
146
147
|
import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
|
@@ -385,6 +386,7 @@ declare global {
|
|
385
386
|
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
386
387
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
|
387
388
|
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
|
389
|
+
"omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
|
388
390
|
"omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
|
389
391
|
"omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
|
390
392
|
"omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.56-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.56-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,51 +0,0 @@
|
|
1
|
-
import { ClipboardStore } from "@omnia/fx/stores";
|
2
|
-
import { VueComponentBase, VueComponentBaseProps } from "@omnia/fx/ux";
|
3
|
-
import { LayoutCanvasStore } from "../..";
|
4
|
-
import { LayoutItem } from "../../../../models";
|
5
|
-
export interface ActionToolbarProps extends VueComponentBaseProps {
|
6
|
-
item: LayoutItem;
|
7
|
-
parentContainer: LayoutItem;
|
8
|
-
verticalMenu?: boolean;
|
9
|
-
useTheme?: boolean;
|
10
|
-
}
|
11
|
-
export interface ActionToolbarEvents {
|
12
|
-
}
|
13
|
-
export declare class LayoutItemActionToolbar extends VueComponentBase<ActionToolbarProps, ActionToolbarEvents> {
|
14
|
-
layoutEditorStore: LayoutCanvasStore;
|
15
|
-
clipboardStore: ClipboardStore;
|
16
|
-
private omniaUxLoc;
|
17
|
-
item: LayoutItem;
|
18
|
-
parentContainer: LayoutItem;
|
19
|
-
verticalMenu?: boolean;
|
20
|
-
dark?: boolean;
|
21
|
-
useTheme?: boolean;
|
22
|
-
private editorTheme;
|
23
|
-
private model;
|
24
|
-
created(): void;
|
25
|
-
mounted(): void;
|
26
|
-
/**
|
27
|
-
* Eventhandler for deleting the item
|
28
|
-
* */
|
29
|
-
private onDeleteItem;
|
30
|
-
/**
|
31
|
-
* Evenhandler to show toggle action mode
|
32
|
-
* @param e
|
33
|
-
*/
|
34
|
-
private onToggleNodeAction;
|
35
|
-
private toggleOverrideSettings;
|
36
|
-
/**
|
37
|
-
* Evenhandler to show section settings
|
38
|
-
* @param e
|
39
|
-
*/
|
40
|
-
private onShowSettings;
|
41
|
-
private renderSettingsButton;
|
42
|
-
private renderDeleteButton;
|
43
|
-
private renderCopyButton;
|
44
|
-
private renderMoveButton;
|
45
|
-
private renderDeviceSettingsButton;
|
46
|
-
private renderLockButton;
|
47
|
-
private renderSectionButtons;
|
48
|
-
private renderBlockButtons;
|
49
|
-
private renderBreakPointDialog;
|
50
|
-
render(): JSX.Element;
|
51
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { BlockBlueprint, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypeResult } from "@omnia/fx-models";
|
2
|
-
import { useThemeStoreV2 } from "../ThemeStoreV2";
|
3
|
-
export declare function useBlueprintStylingBlock(blueprint: BlockBlueprint, colors: ColorSchema): string;
|
4
|
-
export declare function useButtonBlueprint(injectedThemeStore?: ReturnType<typeof useThemeStoreV2>): string;
|
5
|
-
export declare function useIconBlueprint(injectedThemeStore?: ReturnType<typeof useThemeStoreV2>): string;
|
6
|
-
export declare function useCardBlueprint(colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>, opacity?: number): {
|
7
|
-
card: ColorTypeResult<string>;
|
8
|
-
cardImage: string;
|
9
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { ColorStyles } from "@omnia/fx-models";
|
2
|
-
import { useColorSchemaStore } from "../ColorSchemaStore";
|
3
|
-
export declare function useSelectedTableRowStyling(dark: boolean): string;
|
4
|
-
export declare function useScrollStyling(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean, targetSelector?: string): string;
|
5
|
-
export declare function useDividingOpacity(dark: boolean): string;
|
6
|
-
export declare function useBackgroundOpacity(dark: boolean, opacity?: Number): string;
|
7
|
-
export declare function useBackgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
|
8
|
-
export declare function useColorStyling(color: string, opacity?: number): ColorStyles;
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { TypographyBlueprint, TypographyTypes } from "@omnia/fx-models";
|
2
|
-
import { MediaQuery } from "typestyle/lib/types";
|
3
|
-
import { useBlueprintStore } from "..";
|
4
|
-
export interface TypographyTypesResult {
|
5
|
-
h1: string;
|
6
|
-
h2: string;
|
7
|
-
h3: string;
|
8
|
-
caption: string;
|
9
|
-
link: string;
|
10
|
-
text: string;
|
11
|
-
typographyType: (typographyType: string) => string;
|
12
|
-
}
|
13
|
-
export declare function useTypographyTypeStyling(typographyType: TypographyTypes, blueprint: TypographyBlueprint): {
|
14
|
-
baseStyles: {
|
15
|
-
fontSize: string;
|
16
|
-
fontWeight: number;
|
17
|
-
lineHeight: string;
|
18
|
-
textDecoration: string;
|
19
|
-
};
|
20
|
-
mediumStyles: any;
|
21
|
-
smallStyles: any;
|
22
|
-
queryOnSmallScreen: MediaQuery;
|
23
|
-
queryOnMediumScreen: MediaQuery;
|
24
|
-
};
|
25
|
-
export declare function useTypographyStyling(blueprints: ReturnType<typeof useBlueprintStore>): TypographyTypesResult;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid, BluePrintDefinitions } from "@omnia/fx-models";
|
2
|
-
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
-
id: Guid;
|
4
|
-
colors: ColorSchemas;
|
5
|
-
blueprints: BluePrintDefinitions;
|
6
|
-
dark: boolean;
|
7
|
-
name: string;
|
8
|
-
constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
|
9
|
-
}
|
10
|
-
export declare function DarkKnightDefinition(): ThemeDefinitionInstance;
|
11
|
-
export declare function DocumentationDefinition(): ThemeDefinitionInstance;
|
12
|
-
export declare function DarkEditorDefinition(): ThemeDefinitionInstance;
|
13
|
-
export declare function LightEditorDefinition(): ThemeDefinitionInstance;
|
14
|
-
export declare function BlackDefinition(): ThemeDefinitionInstance;
|
15
|
-
export declare function BumbleBeeDefinition(): ThemeDefinitionInstance;
|
16
|
-
export declare function CyberPunkDefinition(): ThemeDefinitionInstance;
|
17
|
-
export declare function CoffeDefinition(): ThemeDefinitionInstance;
|
18
|
-
export declare function LightThemeDefinition(): ThemeDefinitionInstance;
|
19
|
-
export declare function DarkThemeDefinition(): ThemeDefinitionInstance;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useOpacityOnColor: (color: any, opacity: any) => any;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ColorUtility";
|