@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
@@ -1,23 +1,385 @@
|
|
1
|
-
import { Guid, TypographyDefinition
|
1
|
+
import { Guid, TypographyDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultTypography implements TypographyDefinition {
|
3
3
|
id: Guid;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
4
|
+
title: {
|
5
|
+
xl: {
|
6
|
+
large: {
|
7
|
+
size: number;
|
8
|
+
lineHeight: number;
|
9
|
+
weight: number;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
l: {
|
13
|
+
large: {
|
14
|
+
size: number;
|
15
|
+
lineHeight: number;
|
16
|
+
weight: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
m: {
|
20
|
+
large: {
|
21
|
+
size: number;
|
22
|
+
lineHeight: number;
|
23
|
+
weight: number;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
s: {
|
27
|
+
large: {
|
28
|
+
size: number;
|
29
|
+
lineHeight: number;
|
30
|
+
weight: number;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
xs: {
|
34
|
+
large: {
|
35
|
+
size: number;
|
36
|
+
lineHeight: number;
|
37
|
+
weight: number;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
};
|
41
|
+
text: {
|
42
|
+
l: {
|
43
|
+
large: {
|
44
|
+
size: number;
|
45
|
+
lineHeight: number;
|
46
|
+
weight: number;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
m: {
|
50
|
+
large: {
|
51
|
+
size: number;
|
52
|
+
lineHeight: number;
|
53
|
+
weight: number;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
s: {
|
57
|
+
large: {
|
58
|
+
size: number;
|
59
|
+
lineHeight: number;
|
60
|
+
weight: number;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
xs: {
|
64
|
+
large: {
|
65
|
+
size: number;
|
66
|
+
lineHeight: number;
|
67
|
+
weight: number;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
};
|
71
|
+
navigation: {
|
72
|
+
l: {
|
73
|
+
large: {
|
74
|
+
size: number;
|
75
|
+
lineHeight: number;
|
76
|
+
weight: number;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
m: {
|
80
|
+
large: {
|
81
|
+
size: number;
|
82
|
+
lineHeight: number;
|
83
|
+
weight: number;
|
84
|
+
};
|
85
|
+
};
|
86
|
+
};
|
87
|
+
link: {
|
88
|
+
m: {
|
89
|
+
decoration: string;
|
90
|
+
large: {
|
91
|
+
size: number;
|
92
|
+
lineHeight: number;
|
93
|
+
weight: number;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
};
|
12
97
|
}
|
13
98
|
export declare class EditorTypography implements TypographyDefinition {
|
14
99
|
id: Guid;
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
100
|
+
title: {
|
101
|
+
xl: {
|
102
|
+
large: {
|
103
|
+
size: number;
|
104
|
+
lineHeight: number;
|
105
|
+
weight: number;
|
106
|
+
};
|
107
|
+
};
|
108
|
+
l: {
|
109
|
+
large: {
|
110
|
+
size: number;
|
111
|
+
lineHeight: number;
|
112
|
+
weight: number;
|
113
|
+
};
|
114
|
+
};
|
115
|
+
m: {
|
116
|
+
large: {
|
117
|
+
size: number;
|
118
|
+
lineHeight: number;
|
119
|
+
weight: number;
|
120
|
+
};
|
121
|
+
};
|
122
|
+
s: {
|
123
|
+
large: {
|
124
|
+
size: number;
|
125
|
+
lineHeight: number;
|
126
|
+
weight: number;
|
127
|
+
};
|
128
|
+
};
|
129
|
+
xs: {
|
130
|
+
large: {
|
131
|
+
size: number;
|
132
|
+
lineHeight: number;
|
133
|
+
weight: number;
|
134
|
+
};
|
135
|
+
};
|
136
|
+
};
|
137
|
+
text: {
|
138
|
+
l: {
|
139
|
+
large: {
|
140
|
+
size: number;
|
141
|
+
lineHeight: number;
|
142
|
+
weight: number;
|
143
|
+
};
|
144
|
+
};
|
145
|
+
m: {
|
146
|
+
large: {
|
147
|
+
size: number;
|
148
|
+
lineHeight: number;
|
149
|
+
weight: number;
|
150
|
+
};
|
151
|
+
};
|
152
|
+
s: {
|
153
|
+
large: {
|
154
|
+
size: number;
|
155
|
+
lineHeight: number;
|
156
|
+
weight: number;
|
157
|
+
};
|
158
|
+
};
|
159
|
+
xs: {
|
160
|
+
large: {
|
161
|
+
size: number;
|
162
|
+
lineHeight: number;
|
163
|
+
weight: number;
|
164
|
+
};
|
165
|
+
};
|
166
|
+
};
|
167
|
+
navigation: {
|
168
|
+
l: {
|
169
|
+
large: {
|
170
|
+
size: number;
|
171
|
+
lineHeight: number;
|
172
|
+
weight: number;
|
173
|
+
};
|
174
|
+
};
|
175
|
+
m: {
|
176
|
+
large: {
|
177
|
+
size: number;
|
178
|
+
lineHeight: number;
|
179
|
+
weight: number;
|
180
|
+
};
|
181
|
+
};
|
182
|
+
};
|
183
|
+
link: {
|
184
|
+
m: {
|
185
|
+
decoration: string;
|
186
|
+
large: {
|
187
|
+
size: number;
|
188
|
+
lineHeight: number;
|
189
|
+
weight: number;
|
190
|
+
};
|
191
|
+
};
|
192
|
+
};
|
193
|
+
}
|
194
|
+
export declare class PreviewTypography implements TypographyDefinition {
|
195
|
+
id: Guid;
|
196
|
+
title: {
|
197
|
+
xl: {
|
198
|
+
large: {
|
199
|
+
size: number;
|
200
|
+
lineHeight: number;
|
201
|
+
weight: number;
|
202
|
+
};
|
203
|
+
};
|
204
|
+
l: {
|
205
|
+
large: {
|
206
|
+
size: number;
|
207
|
+
lineHeight: number;
|
208
|
+
weight: number;
|
209
|
+
};
|
210
|
+
};
|
211
|
+
m: {
|
212
|
+
large: {
|
213
|
+
size: number;
|
214
|
+
lineHeight: number;
|
215
|
+
weight: number;
|
216
|
+
};
|
217
|
+
};
|
218
|
+
s: {
|
219
|
+
large: {
|
220
|
+
size: number;
|
221
|
+
lineHeight: number;
|
222
|
+
weight: number;
|
223
|
+
};
|
224
|
+
};
|
225
|
+
xs: {
|
226
|
+
large: {
|
227
|
+
size: number;
|
228
|
+
lineHeight: number;
|
229
|
+
weight: number;
|
230
|
+
};
|
231
|
+
};
|
232
|
+
};
|
233
|
+
text: {
|
234
|
+
l: {
|
235
|
+
large: {
|
236
|
+
size: number;
|
237
|
+
lineHeight: number;
|
238
|
+
weight: number;
|
239
|
+
};
|
240
|
+
};
|
241
|
+
m: {
|
242
|
+
large: {
|
243
|
+
size: number;
|
244
|
+
lineHeight: number;
|
245
|
+
weight: number;
|
246
|
+
};
|
247
|
+
};
|
248
|
+
s: {
|
249
|
+
large: {
|
250
|
+
size: number;
|
251
|
+
lineHeight: number;
|
252
|
+
weight: number;
|
253
|
+
};
|
254
|
+
};
|
255
|
+
xs: {
|
256
|
+
large: {
|
257
|
+
size: number;
|
258
|
+
lineHeight: number;
|
259
|
+
weight: number;
|
260
|
+
};
|
261
|
+
};
|
262
|
+
};
|
263
|
+
navigation: {
|
264
|
+
l: {
|
265
|
+
large: {
|
266
|
+
size: number;
|
267
|
+
lineHeight: number;
|
268
|
+
weight: number;
|
269
|
+
};
|
270
|
+
};
|
271
|
+
m: {
|
272
|
+
large: {
|
273
|
+
size: number;
|
274
|
+
lineHeight: number;
|
275
|
+
weight: number;
|
276
|
+
};
|
277
|
+
};
|
278
|
+
};
|
279
|
+
link: {
|
280
|
+
m: {
|
281
|
+
decoration: string;
|
282
|
+
large: {
|
283
|
+
size: number;
|
284
|
+
lineHeight: number;
|
285
|
+
weight: number;
|
286
|
+
};
|
287
|
+
};
|
288
|
+
};
|
289
|
+
}
|
290
|
+
export declare class PreviewMiniTypography implements TypographyDefinition {
|
291
|
+
id: Guid;
|
292
|
+
title: {
|
293
|
+
xl: {
|
294
|
+
large: {
|
295
|
+
size: number;
|
296
|
+
lineHeight: number;
|
297
|
+
weight: number;
|
298
|
+
};
|
299
|
+
};
|
300
|
+
l: {
|
301
|
+
large: {
|
302
|
+
size: number;
|
303
|
+
lineHeight: number;
|
304
|
+
weight: number;
|
305
|
+
};
|
306
|
+
};
|
307
|
+
m: {
|
308
|
+
large: {
|
309
|
+
size: number;
|
310
|
+
lineHeight: number;
|
311
|
+
weight: number;
|
312
|
+
};
|
313
|
+
};
|
314
|
+
s: {
|
315
|
+
large: {
|
316
|
+
size: number;
|
317
|
+
lineHeight: number;
|
318
|
+
weight: number;
|
319
|
+
};
|
320
|
+
};
|
321
|
+
xs: {
|
322
|
+
large: {
|
323
|
+
size: number;
|
324
|
+
lineHeight: number;
|
325
|
+
weight: number;
|
326
|
+
};
|
327
|
+
};
|
328
|
+
};
|
329
|
+
text: {
|
330
|
+
l: {
|
331
|
+
large: {
|
332
|
+
size: number;
|
333
|
+
lineHeight: number;
|
334
|
+
weight: number;
|
335
|
+
};
|
336
|
+
};
|
337
|
+
m: {
|
338
|
+
large: {
|
339
|
+
size: number;
|
340
|
+
lineHeight: number;
|
341
|
+
weight: number;
|
342
|
+
};
|
343
|
+
};
|
344
|
+
s: {
|
345
|
+
large: {
|
346
|
+
size: number;
|
347
|
+
lineHeight: number;
|
348
|
+
weight: number;
|
349
|
+
};
|
350
|
+
};
|
351
|
+
xs: {
|
352
|
+
large: {
|
353
|
+
size: number;
|
354
|
+
lineHeight: number;
|
355
|
+
weight: number;
|
356
|
+
};
|
357
|
+
};
|
358
|
+
};
|
359
|
+
navigation: {
|
360
|
+
l: {
|
361
|
+
large: {
|
362
|
+
size: number;
|
363
|
+
lineHeight: number;
|
364
|
+
weight: number;
|
365
|
+
};
|
366
|
+
};
|
367
|
+
m: {
|
368
|
+
large: {
|
369
|
+
size: number;
|
370
|
+
lineHeight: number;
|
371
|
+
weight: number;
|
372
|
+
};
|
373
|
+
};
|
374
|
+
};
|
375
|
+
link: {
|
376
|
+
m: {
|
377
|
+
decoration: string;
|
378
|
+
large: {
|
379
|
+
size: number;
|
380
|
+
lineHeight: number;
|
381
|
+
weight: number;
|
382
|
+
};
|
383
|
+
};
|
384
|
+
};
|
23
385
|
}
|
@@ -8,16 +8,20 @@ export declare function useBlueprintSetup(props: object): {
|
|
8
8
|
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | import("@omnia/fx-models").WebBlueprintDefintionTypes) => TType;
|
9
9
|
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
10
10
|
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
11
|
+
spacing: {
|
12
|
+
readonly inner: import("@omnia/fx-models").SpacingBlueprint;
|
13
|
+
readonly layout: import("@omnia/fx-models").SpacingBlueprint;
|
14
|
+
};
|
11
15
|
};
|
12
16
|
actions: {
|
13
17
|
setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
|
14
18
|
setThemeStore: (themeStoreInstance: {
|
15
19
|
state: {
|
16
|
-
currentTheme: import("
|
20
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
17
21
|
};
|
18
22
|
get: {
|
19
23
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
20
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
24
|
+
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;
|
21
25
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
22
26
|
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;
|
23
27
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -30,8 +34,8 @@ export declare function useBlueprintSetup(props: object): {
|
|
30
34
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
31
35
|
};
|
32
36
|
events: {
|
33
|
-
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("
|
34
|
-
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("
|
37
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
|
38
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
|
35
39
|
};
|
36
40
|
deactivated(): void;
|
37
41
|
}) => void;
|
@@ -27,11 +27,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
27
27
|
setColorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean) => void;
|
28
28
|
setThemeStore: (themeStoreInstance: {
|
29
29
|
state: {
|
30
|
-
currentTheme: import("
|
30
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
31
31
|
};
|
32
32
|
get: {
|
33
33
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
34
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
34
|
+
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;
|
35
35
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
36
36
|
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;
|
37
37
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -44,8 +44,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
44
44
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
45
45
|
};
|
46
46
|
events: {
|
47
|
-
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("
|
48
|
-
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("
|
47
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
|
48
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("@omnia/fx-models").ThemeDefinitionV2>;
|
49
49
|
};
|
50
50
|
deactivated(): void;
|
51
51
|
}) => void;
|
@@ -10,10 +10,12 @@ export declare function useIcons(): {
|
|
10
10
|
icon: {
|
11
11
|
add: FontAwesomeIcon;
|
12
12
|
back: FontAwesomeIcon;
|
13
|
-
copy: MaterialIcon;
|
14
|
-
code: MaterialIcon;
|
15
13
|
clone: FontAwesomeIcon;
|
14
|
+
clipboard: FontAwesomeIcon;
|
16
15
|
close: FontAwesomeIcon;
|
16
|
+
code: MaterialIcon;
|
17
|
+
color: MaterialIcon;
|
18
|
+
copy: MaterialIcon;
|
17
19
|
delete: FontAwesomeIcon;
|
18
20
|
device: FontAwesomeIcon;
|
19
21
|
drag: FontAwesomeIcon;
|
@@ -23,17 +25,23 @@ export declare function useIcons(): {
|
|
23
25
|
lock: FontAwesomeIcon;
|
24
26
|
lock_open: FontAwesomeIcon;
|
25
27
|
lock_edit: FontAwesomeIcon;
|
28
|
+
more: MaterialIcon;
|
26
29
|
move: FontAwesomeIcon;
|
27
30
|
navigate: FontAwesomeIcon;
|
28
31
|
remove: FontAwesomeIcon;
|
29
32
|
settings: FontAwesomeIcon;
|
33
|
+
template: FontAwesomeIcon;
|
34
|
+
theming: MaterialIcon;
|
35
|
+
velcron: MaterialIcon;
|
30
36
|
};
|
31
37
|
presets: {
|
32
38
|
add: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
33
39
|
back: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
34
40
|
close: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
35
|
-
|
41
|
+
clipboard: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
36
42
|
clone: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
43
|
+
color: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
44
|
+
copy: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
37
45
|
code: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
38
46
|
del: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
39
47
|
device: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -44,9 +52,13 @@ export declare function useIcons(): {
|
|
44
52
|
lock: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
45
53
|
lock_open: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
46
54
|
lock_edit: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
55
|
+
more: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
47
56
|
move: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
48
57
|
navigate: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
49
58
|
remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
50
59
|
settings: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
60
|
+
template: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
61
|
+
theming: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
62
|
+
velcron: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
51
63
|
};
|
52
64
|
};
|
@@ -1,2 +1,14 @@
|
|
1
|
-
import { IInternalValidator } from "../models/Validation";
|
2
|
-
export declare function
|
1
|
+
import { IInternalValidator, IValidationRuleBuilder, IValidationScope } from "../models/Validation";
|
2
|
+
export declare function createValidator(): {
|
3
|
+
destroy: () => void;
|
4
|
+
createRules: () => IValidationRuleBuilder;
|
5
|
+
overrideValidate: (func: () => Promise<boolean>) => void;
|
6
|
+
register: (validation: IValidationScope) => void;
|
7
|
+
unregister: (validation: IValidationScope) => void;
|
8
|
+
validate: () => Promise<boolean>;
|
9
|
+
resetValidation: () => void;
|
10
|
+
};
|
11
|
+
export declare function useInternalValidator(): {
|
12
|
+
setValidator: (validator: IInternalValidator) => void;
|
13
|
+
validator: IInternalValidator;
|
14
|
+
};
|
@@ -1,13 +1,12 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
import { VNodeArrayChildren, VNodeProps } from "vue";
|
3
|
-
import { VNode } from "vue";
|
2
|
+
import { VNodeArrayChildren, VNodeProps, VNode } from "vue";
|
4
3
|
type RawProps = VNodeProps & {
|
5
4
|
__v_isVNode?: never;
|
6
5
|
[Symbol.iterator]?: never;
|
7
6
|
} & Record<string, any>;
|
8
7
|
type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
|
9
8
|
export declare function useCurrentVueInstance(): import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
10
|
-
export declare function
|
9
|
+
export declare function createVueNode(element: string | GuidValue, props?: RawProps, children?: () => RawChildren, onComponentCreated?: (instance: any) => void): VNode;
|
11
10
|
export declare function useTransformVSlot(slots: {
|
12
11
|
[name: string]: (ref?: any) => Array<JSX.Element>;
|
13
12
|
}): {
|
@@ -5,7 +5,7 @@ export * from "./UseBreakPoint";
|
|
5
5
|
export * from "./UseConfirm";
|
6
6
|
export * from "./UseVueInstance";
|
7
7
|
export * from "./UseJourney";
|
8
|
-
export {} from "./UseValidation";
|
8
|
+
export { createValidator } from "./UseValidation";
|
9
9
|
export * from "./UseEventHook";
|
10
10
|
export * from "./UseClone";
|
11
11
|
export * from "./UseKeyboard";
|
@@ -109,10 +109,10 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
-
readonly "v-model"?: UserIdentity;
|
113
|
-
readonly modelValue?: UserIdentity;
|
114
|
-
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
115
112
|
readonly styles?: unknown;
|
113
|
+
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
114
|
+
readonly modelValue?: UserIdentity;
|
115
|
+
readonly "v-model"?: UserIdentity;
|
116
116
|
readonly offsetX?: number;
|
117
117
|
readonly offsetY?: number;
|
118
118
|
};
|
@@ -468,10 +468,10 @@ declare const _default: {
|
|
468
468
|
};
|
469
469
|
}>;
|
470
470
|
};
|
471
|
-
"v-model"?: UserIdentity;
|
472
|
-
modelValue?: UserIdentity;
|
473
|
-
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
474
471
|
styles?: unknown;
|
472
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
473
|
+
modelValue?: UserIdentity;
|
474
|
+
"v-model"?: UserIdentity;
|
475
475
|
offsetX?: number;
|
476
476
|
offsetY?: number;
|
477
477
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts
CHANGED
@@ -5,8 +5,8 @@ declare const _default: {
|
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
7
|
blueprint?: any;
|
8
|
-
colorSchemaType?: any;
|
9
8
|
blueprintType?: any;
|
9
|
+
colorSchemaType?: any;
|
10
10
|
colors?: any;
|
11
11
|
style?: unknown;
|
12
12
|
class?: unknown;
|
@@ -75,8 +75,8 @@ declare const _default: {
|
|
75
75
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
76
|
container?: any;
|
77
77
|
blueprint?: any;
|
78
|
-
colorSchemaType?: any;
|
79
78
|
blueprintType?: any;
|
79
|
+
colorSchemaType?: any;
|
80
80
|
colors?: any;
|
81
81
|
}, {}, string, {}> & {
|
82
82
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -117,15 +117,15 @@ declare const _default: {
|
|
117
117
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
118
118
|
container?: any;
|
119
119
|
blueprint?: any;
|
120
|
-
colorSchemaType?: any;
|
121
120
|
blueprintType?: any;
|
121
|
+
colorSchemaType?: any;
|
122
122
|
colors?: any;
|
123
123
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
124
|
propsDefinition: Omit<Readonly<{
|
125
125
|
container?: any;
|
126
126
|
blueprint?: any;
|
127
|
-
colorSchemaType?: any;
|
128
127
|
blueprintType?: any;
|
128
|
+
colorSchemaType?: any;
|
129
129
|
colors?: any;
|
130
130
|
} & {}>, never>;
|
131
131
|
};
|
@@ -11,8 +11,8 @@ declare const _default: {
|
|
11
11
|
$props: {
|
12
12
|
container?: any;
|
13
13
|
blueprint?: any;
|
14
|
-
colorSchemaType?: any;
|
15
14
|
blueprintType?: any;
|
15
|
+
colorSchemaType?: any;
|
16
16
|
colors?: any;
|
17
17
|
style?: unknown;
|
18
18
|
class?: unknown;
|
@@ -86,8 +86,8 @@ declare const _default: {
|
|
86
86
|
}, string, {
|
87
87
|
container?: any;
|
88
88
|
blueprint?: any;
|
89
|
-
colorSchemaType?: any;
|
90
89
|
blueprintType?: any;
|
90
|
+
colorSchemaType?: any;
|
91
91
|
colors?: any;
|
92
92
|
}, {}, string, {}> & {
|
93
93
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -134,15 +134,15 @@ declare const _default: {
|
|
134
134
|
}, string, {
|
135
135
|
container?: any;
|
136
136
|
blueprint?: any;
|
137
|
-
colorSchemaType?: any;
|
138
137
|
blueprintType?: any;
|
138
|
+
colorSchemaType?: any;
|
139
139
|
colors?: any;
|
140
140
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
141
|
propsDefinition: Omit<Readonly<{
|
142
142
|
container?: any;
|
143
143
|
blueprint?: any;
|
144
|
-
colorSchemaType?: any;
|
145
144
|
blueprintType?: any;
|
145
|
+
colorSchemaType?: any;
|
146
146
|
colors?: any;
|
147
147
|
} & {}>, "onDefinition:selected"> & {
|
148
148
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|