@omnia/fx 8.0.53-vnext → 8.0.55-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/headers/Pageheader.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 +23 -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 +3 -3
- 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 +5 -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 +2 -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/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- 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/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/TypographyTypes.d.ts +187 -17
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- 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/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 +13 -13
- 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 +16 -14
- 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/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/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
|
-
readonly variant?: "
|
51
|
+
readonly variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
52
52
|
readonly force?: boolean;
|
53
|
-
readonly componentHost?: "dialog" | "table" | "tab" | "
|
54
|
-
readonly "component-host"?: "dialog" | "table" | "tab" | "
|
53
|
+
readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
54
|
+
readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
55
55
|
};
|
56
56
|
$attrs: {
|
57
57
|
[x: string]: unknown;
|
@@ -73,15 +73,15 @@ declare const _default: {
|
|
73
73
|
type: import("vue").PropType<boolean>;
|
74
74
|
};
|
75
75
|
variant: {
|
76
|
-
type: import("vue").PropType<"
|
76
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
77
77
|
} & {
|
78
|
-
type: import("vue").PropType<"
|
78
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
79
79
|
};
|
80
80
|
"component-host": {
|
81
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
81
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
82
82
|
};
|
83
83
|
componentHost: {
|
84
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
84
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
85
85
|
};
|
86
86
|
host: {
|
87
87
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -117,15 +117,15 @@ declare const _default: {
|
|
117
117
|
type: import("vue").PropType<boolean>;
|
118
118
|
};
|
119
119
|
variant: {
|
120
|
-
type: import("vue").PropType<"
|
120
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
121
121
|
} & {
|
122
|
-
type: import("vue").PropType<"
|
122
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
123
123
|
};
|
124
124
|
"component-host": {
|
125
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
125
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
126
126
|
};
|
127
127
|
componentHost: {
|
128
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
128
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
129
129
|
};
|
130
130
|
host: {
|
131
131
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -145,15 +145,15 @@ declare const _default: {
|
|
145
145
|
type: import("vue").PropType<boolean>;
|
146
146
|
};
|
147
147
|
variant: {
|
148
|
-
type: import("vue").PropType<"
|
148
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
149
149
|
} & {
|
150
|
-
type: import("vue").PropType<"
|
150
|
+
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
151
151
|
};
|
152
152
|
"component-host": {
|
153
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
153
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
154
154
|
};
|
155
155
|
componentHost: {
|
156
|
-
type: import("vue").PropType<"dialog" | "table" | "tab" | "
|
156
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
157
157
|
};
|
158
158
|
host: {
|
159
159
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -165,10 +165,10 @@ declare const _default: {
|
|
165
165
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
166
166
|
propsDefinition: Omit<Readonly<{} & {
|
167
167
|
host?: "admin" | "editor" | "docs";
|
168
|
-
variant?: "
|
168
|
+
variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
169
169
|
force?: boolean;
|
170
|
-
componentHost?: "dialog" | "table" | "tab" | "
|
171
|
-
"component-host"?: "dialog" | "table" | "tab" | "
|
170
|
+
componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
171
|
+
"component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
172
172
|
}>, never>;
|
173
173
|
};
|
174
174
|
export default _default;
|
@@ -6,14 +6,13 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
colorSchemaType?: any;
|
10
9
|
blueprintType?: any;
|
10
|
+
colorSchemaType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: String | String[];
|
14
14
|
key?: string | number | symbol;
|
15
15
|
readonly size?: "small" | "default" | "x-small";
|
16
|
-
readonly icon?: IIcon;
|
17
16
|
ref?: import("vue").VNodeRef;
|
18
17
|
ref_for?: boolean;
|
19
18
|
ref_key?: string;
|
@@ -55,6 +54,7 @@ declare const _default: {
|
|
55
54
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
55
|
[key: string]: any;
|
57
56
|
}>) => void)[];
|
57
|
+
readonly icon?: IIcon;
|
58
58
|
readonly toned?: boolean;
|
59
59
|
};
|
60
60
|
$attrs: {
|
@@ -94,8 +94,8 @@ declare const _default: {
|
|
94
94
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
95
95
|
container?: any;
|
96
96
|
blueprint?: any;
|
97
|
-
colorSchemaType?: any;
|
98
97
|
blueprintType?: any;
|
98
|
+
colorSchemaType?: any;
|
99
99
|
colors?: any;
|
100
100
|
}, {}, string, {}> & {
|
101
101
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -166,15 +166,15 @@ declare const _default: {
|
|
166
166
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
167
167
|
container?: any;
|
168
168
|
blueprint?: any;
|
169
|
-
colorSchemaType?: any;
|
170
169
|
blueprintType?: any;
|
170
|
+
colorSchemaType?: any;
|
171
171
|
colors?: any;
|
172
172
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
173
173
|
propsDefinition: Omit<Readonly<{
|
174
174
|
container?: any;
|
175
175
|
blueprint?: any;
|
176
|
-
colorSchemaType?: any;
|
177
176
|
blueprintType?: any;
|
177
|
+
colorSchemaType?: any;
|
178
178
|
colors?: any;
|
179
179
|
} & {
|
180
180
|
class?: String | String[];
|
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly aspectRatio?: "default" | "landscape";
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
12
11
|
ref_key?: string;
|
@@ -48,8 +47,9 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
51
|
-
readonly
|
50
|
+
readonly aspectRatio?: "default" | "landscape";
|
52
51
|
readonly alt?: string;
|
52
|
+
readonly src?: string;
|
53
53
|
};
|
54
54
|
$attrs: {
|
55
55
|
[x: string]: unknown;
|
@@ -124,8 +124,8 @@ declare const _default: {
|
|
124
124
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
125
125
|
propsDefinition: Omit<Readonly<{} & {
|
126
126
|
aspectRatio?: "default" | "landscape";
|
127
|
-
src?: string;
|
128
127
|
alt?: string;
|
128
|
+
src?: string;
|
129
129
|
}>, never>;
|
130
130
|
};
|
131
131
|
export default _default;
|
@@ -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?: String | String[];
|
@@ -79,8 +79,8 @@ declare const _default: {
|
|
79
79
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
80
80
|
container?: any;
|
81
81
|
blueprint?: any;
|
82
|
-
colorSchemaType?: any;
|
83
82
|
blueprintType?: any;
|
83
|
+
colorSchemaType?: any;
|
84
84
|
colors?: any;
|
85
85
|
}, {}, string, {}> & {
|
86
86
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -129,15 +129,15 @@ declare const _default: {
|
|
129
129
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
130
130
|
container?: any;
|
131
131
|
blueprint?: any;
|
132
|
-
colorSchemaType?: any;
|
133
132
|
blueprintType?: any;
|
133
|
+
colorSchemaType?: any;
|
134
134
|
colors?: any;
|
135
135
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
136
136
|
propsDefinition: Omit<Readonly<{
|
137
137
|
container?: any;
|
138
138
|
blueprint?: any;
|
139
|
-
colorSchemaType?: any;
|
140
139
|
blueprintType?: any;
|
140
|
+
colorSchemaType?: any;
|
141
141
|
colors?: any;
|
142
142
|
} & {
|
143
143
|
class?: String | String[];
|
@@ -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
|
readonly nav?: boolean;
|
12
12
|
style?: unknown;
|
@@ -53,9 +53,9 @@ declare const _default: {
|
|
53
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
|
-
readonly variant?: "
|
57
|
-
readonly toned?: boolean;
|
56
|
+
readonly variant?: "navigation" | "default";
|
58
57
|
readonly lines?: false | "one" | "two" | "three";
|
58
|
+
readonly toned?: boolean;
|
59
59
|
};
|
60
60
|
$attrs: {
|
61
61
|
[x: string]: unknown;
|
@@ -72,7 +72,7 @@ declare const _default: {
|
|
72
72
|
$el: any;
|
73
73
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
74
74
|
variant: {
|
75
|
-
type: import("vue").PropType<"
|
75
|
+
type: import("vue").PropType<"navigation" | "default">;
|
76
76
|
};
|
77
77
|
toned: {
|
78
78
|
type: import("vue").PropType<boolean>;
|
@@ -97,8 +97,8 @@ declare const _default: {
|
|
97
97
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
98
|
container?: any;
|
99
99
|
blueprint?: any;
|
100
|
-
colorSchemaType?: any;
|
101
100
|
blueprintType?: any;
|
101
|
+
colorSchemaType?: any;
|
102
102
|
colors?: any;
|
103
103
|
}, {}, string, {}> & {
|
104
104
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -122,7 +122,7 @@ declare const _default: {
|
|
122
122
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
123
123
|
} & Readonly<import("vue").ExtractPropTypes<{
|
124
124
|
variant: {
|
125
|
-
type: import("vue").PropType<"
|
125
|
+
type: import("vue").PropType<"navigation" | "default">;
|
126
126
|
};
|
127
127
|
toned: {
|
128
128
|
type: import("vue").PropType<boolean>;
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
__isSuspense?: never;
|
151
151
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
152
152
|
variant: {
|
153
|
-
type: import("vue").PropType<"
|
153
|
+
type: import("vue").PropType<"navigation" | "default">;
|
154
154
|
};
|
155
155
|
toned: {
|
156
156
|
type: import("vue").PropType<boolean>;
|
@@ -175,22 +175,22 @@ declare const _default: {
|
|
175
175
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
176
176
|
container?: any;
|
177
177
|
blueprint?: any;
|
178
|
-
colorSchemaType?: any;
|
179
178
|
blueprintType?: any;
|
179
|
+
colorSchemaType?: any;
|
180
180
|
colors?: any;
|
181
181
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
182
182
|
propsDefinition: Omit<Readonly<{
|
183
183
|
container?: any;
|
184
184
|
blueprint?: any;
|
185
|
-
colorSchemaType?: any;
|
186
185
|
blueprintType?: any;
|
186
|
+
colorSchemaType?: any;
|
187
187
|
colors?: any;
|
188
188
|
} & {
|
189
189
|
nav?: boolean;
|
190
190
|
class?: String | String[];
|
191
|
-
variant?: "
|
192
|
-
toned?: boolean;
|
191
|
+
variant?: "navigation" | "default";
|
193
192
|
lines?: false | "one" | "two" | "three";
|
193
|
+
toned?: boolean;
|
194
194
|
}>, never>;
|
195
195
|
};
|
196
196
|
export default _default;
|
@@ -8,16 +8,13 @@ declare const _default: {
|
|
8
8
|
$props: {
|
9
9
|
container?: any;
|
10
10
|
blueprint?: any;
|
11
|
-
colorSchemaType?: any;
|
12
11
|
blueprintType?: any;
|
12
|
+
colorSchemaType?: any;
|
13
13
|
colors?: any;
|
14
14
|
readonly title?: VNodeChild;
|
15
15
|
style?: unknown;
|
16
16
|
class?: String | String[];
|
17
17
|
key?: string | number | symbol;
|
18
|
-
readonly icon?: ButtonIconOptions;
|
19
|
-
readonly active?: boolean;
|
20
|
-
readonly disabled?: boolean;
|
21
18
|
ref?: import("vue").VNodeRef;
|
22
19
|
ref_for?: boolean;
|
23
20
|
ref_key?: string;
|
@@ -59,6 +56,9 @@ declare const _default: {
|
|
59
56
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
60
57
|
[key: string]: any;
|
61
58
|
}>) => void)[];
|
59
|
+
readonly icon?: ButtonIconOptions;
|
60
|
+
readonly active?: boolean;
|
61
|
+
readonly disabled?: boolean;
|
62
62
|
readonly variant?: "default" | "delete";
|
63
63
|
readonly "v-slots"?: {
|
64
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -117,8 +117,8 @@ declare const _default: {
|
|
117
117
|
}, 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, {}> & {
|
124
124
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -215,15 +215,15 @@ declare const _default: {
|
|
215
215
|
}, string, {
|
216
216
|
container?: any;
|
217
217
|
blueprint?: any;
|
218
|
-
colorSchemaType?: any;
|
219
218
|
blueprintType?: any;
|
219
|
+
colorSchemaType?: any;
|
220
220
|
colors?: any;
|
221
221
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
222
222
|
propsDefinition: Omit<Readonly<{
|
223
223
|
container?: any;
|
224
224
|
blueprint?: any;
|
225
|
-
colorSchemaType?: any;
|
226
225
|
blueprintType?: any;
|
226
|
+
colorSchemaType?: any;
|
227
227
|
colors?: any;
|
228
228
|
} & {
|
229
229
|
title?: VNodeChild;
|
@@ -5,14 +5,13 @@ 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?: String | String[];
|
13
13
|
key?: string | number | symbol;
|
14
14
|
readonly id?: string;
|
15
|
-
readonly filled?: boolean;
|
16
15
|
ref?: import("vue").VNodeRef;
|
17
16
|
ref_for?: boolean;
|
18
17
|
ref_key?: string;
|
@@ -54,8 +53,9 @@ declare const _default: {
|
|
54
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
54
|
[key: string]: any;
|
56
55
|
}>) => void)[];
|
57
|
-
readonly
|
56
|
+
readonly filled?: boolean;
|
58
57
|
readonly scrollable?: boolean;
|
58
|
+
readonly toned?: boolean;
|
59
59
|
};
|
60
60
|
$attrs: {
|
61
61
|
[x: string]: unknown;
|
@@ -97,8 +97,8 @@ declare const _default: {
|
|
97
97
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
98
|
container?: any;
|
99
99
|
blueprint?: any;
|
100
|
-
colorSchemaType?: any;
|
101
100
|
blueprintType?: any;
|
101
|
+
colorSchemaType?: any;
|
102
102
|
colors?: any;
|
103
103
|
}, {}, string, {}> & {
|
104
104
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -175,22 +175,22 @@ declare const _default: {
|
|
175
175
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
176
176
|
container?: any;
|
177
177
|
blueprint?: any;
|
178
|
-
colorSchemaType?: any;
|
179
178
|
blueprintType?: any;
|
179
|
+
colorSchemaType?: any;
|
180
180
|
colors?: any;
|
181
181
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
182
182
|
propsDefinition: Omit<Readonly<{
|
183
183
|
container?: any;
|
184
184
|
blueprint?: any;
|
185
|
-
colorSchemaType?: any;
|
186
185
|
blueprintType?: any;
|
186
|
+
colorSchemaType?: any;
|
187
187
|
colors?: any;
|
188
188
|
} & {
|
189
189
|
class?: String | String[];
|
190
190
|
id?: string;
|
191
191
|
filled?: boolean;
|
192
|
-
toned?: boolean;
|
193
192
|
scrollable?: boolean;
|
193
|
+
toned?: boolean;
|
194
194
|
}>, never>;
|
195
195
|
};
|
196
196
|
export default _default;
|
@@ -6,14 +6,12 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
colorSchemaType?: any;
|
10
9
|
blueprintType?: any;
|
10
|
+
colorSchemaType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: String | String[];
|
14
14
|
key?: string | number | symbol;
|
15
|
-
readonly minHeight?: string | number;
|
16
|
-
readonly minWidth?: string | number;
|
17
15
|
ref?: import("vue").VNodeRef;
|
18
16
|
ref_for?: boolean;
|
19
17
|
ref_key?: string;
|
@@ -55,19 +53,21 @@ declare const _default: {
|
|
55
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
54
|
[key: string]: any;
|
57
55
|
}>) => void)[];
|
56
|
+
readonly minHeight?: string | number;
|
57
|
+
readonly minWidth?: string | number;
|
58
|
+
readonly attach?: string | boolean | Element;
|
58
59
|
readonly "v-slots"?: {
|
59
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
60
61
|
} & {
|
61
62
|
activator?: () => VNodeChild;
|
62
63
|
};
|
63
|
-
readonly "v-model"?: boolean;
|
64
|
-
readonly modelValue?: boolean;
|
65
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
66
|
-
readonly attach?: string | boolean | Element;
|
67
64
|
readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
65
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
68
66
|
readonly activator?: string;
|
69
67
|
readonly closeDelay?: string | number;
|
68
|
+
readonly modelValue?: boolean;
|
70
69
|
readonly openOnHover?: boolean;
|
70
|
+
readonly "v-model"?: boolean;
|
71
71
|
onDoc$?: (description?: string) => any;
|
72
72
|
readonly visibleOnContentClick?: boolean;
|
73
73
|
};
|
@@ -146,8 +146,8 @@ declare const _default: {
|
|
146
146
|
}, string, {
|
147
147
|
container?: any;
|
148
148
|
blueprint?: any;
|
149
|
-
colorSchemaType?: any;
|
150
149
|
blueprintType?: any;
|
150
|
+
colorSchemaType?: any;
|
151
151
|
colors?: any;
|
152
152
|
}, {}, string, {}> & {
|
153
153
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -289,33 +289,33 @@ declare const _default: {
|
|
289
289
|
}, string, {
|
290
290
|
container?: any;
|
291
291
|
blueprint?: any;
|
292
|
-
colorSchemaType?: any;
|
293
292
|
blueprintType?: any;
|
293
|
+
colorSchemaType?: any;
|
294
294
|
colors?: any;
|
295
295
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
296
296
|
propsDefinition: Omit<Readonly<{
|
297
297
|
container?: any;
|
298
298
|
blueprint?: any;
|
299
|
-
colorSchemaType?: any;
|
300
299
|
blueprintType?: any;
|
300
|
+
colorSchemaType?: any;
|
301
301
|
colors?: any;
|
302
302
|
} & {
|
303
303
|
class?: String | String[];
|
304
304
|
minHeight?: string | number;
|
305
305
|
minWidth?: string | number;
|
306
|
+
attach?: string | boolean | Element;
|
306
307
|
"v-slots"?: {
|
307
308
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
308
309
|
} & {
|
309
310
|
activator?: () => VNodeChild;
|
310
311
|
};
|
311
|
-
"v-model"?: boolean;
|
312
|
-
modelValue?: boolean;
|
313
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
314
|
-
attach?: string | boolean | Element;
|
315
312
|
location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
313
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
316
314
|
activator?: string;
|
317
315
|
closeDelay?: string | number;
|
316
|
+
modelValue?: boolean;
|
318
317
|
openOnHover?: boolean;
|
318
|
+
"v-model"?: boolean;
|
319
319
|
visibleOnContentClick?: boolean;
|
320
320
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
321
321
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
@@ -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?: String | String[];
|
@@ -52,12 +52,12 @@ declare const _default: {
|
|
52
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
|
-
readonly variant?: "default" | "dialog" | "
|
55
|
+
readonly variant?: "default" | "dialog" | "app" | "editor";
|
56
|
+
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
57
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
|
+
readonly modelValue?: boolean;
|
56
59
|
readonly toned?: boolean;
|
57
60
|
readonly "v-model"?: boolean;
|
58
|
-
readonly modelValue?: boolean;
|
59
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
60
|
-
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
61
61
|
readonly overrides?: object;
|
62
62
|
};
|
63
63
|
$attrs: {
|
@@ -75,7 +75,7 @@ declare const _default: {
|
|
75
75
|
$el: any;
|
76
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
variant: {
|
78
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
78
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
79
79
|
};
|
80
80
|
overrides: {
|
81
81
|
type: import("vue").PropType<object>;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
112
112
|
container?: any;
|
113
113
|
blueprint?: any;
|
114
|
-
colorSchemaType?: any;
|
115
114
|
blueprintType?: any;
|
115
|
+
colorSchemaType?: any;
|
116
116
|
colors?: any;
|
117
117
|
}, {}, string, {}> & {
|
118
118
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -136,7 +136,7 @@ declare const _default: {
|
|
136
136
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
137
137
|
} & Readonly<import("vue").ExtractPropTypes<{
|
138
138
|
variant: {
|
139
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
139
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
140
140
|
};
|
141
141
|
overrides: {
|
142
142
|
type: import("vue").PropType<object>;
|
@@ -175,7 +175,7 @@ declare const _default: {
|
|
175
175
|
__isSuspense?: never;
|
176
176
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
177
177
|
variant: {
|
178
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
178
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
179
179
|
};
|
180
180
|
overrides: {
|
181
181
|
type: import("vue").PropType<object>;
|
@@ -211,24 +211,24 @@ declare const _default: {
|
|
211
211
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
212
212
|
container?: any;
|
213
213
|
blueprint?: any;
|
214
|
-
colorSchemaType?: any;
|
215
214
|
blueprintType?: any;
|
215
|
+
colorSchemaType?: any;
|
216
216
|
colors?: any;
|
217
217
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
218
218
|
propsDefinition: Omit<Readonly<{
|
219
219
|
container?: any;
|
220
220
|
blueprint?: any;
|
221
|
-
colorSchemaType?: any;
|
222
221
|
blueprintType?: any;
|
222
|
+
colorSchemaType?: any;
|
223
223
|
colors?: any;
|
224
224
|
} & {
|
225
225
|
class?: String | String[];
|
226
|
-
variant?: "default" | "dialog" | "
|
226
|
+
variant?: "default" | "dialog" | "app" | "editor";
|
227
|
+
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
228
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
229
|
+
modelValue?: boolean;
|
227
230
|
toned?: boolean;
|
228
231
|
"v-model"?: boolean;
|
229
|
-
modelValue?: boolean;
|
230
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
231
|
-
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
232
232
|
overrides?: object;
|
233
233
|
}>, never>;
|
234
234
|
};
|