@omnia/fx 8.0.54-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 +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 +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
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly value: string;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly value: string;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
@@ -2,11 +2,11 @@ export type ValidationResult = string | boolean;
|
|
2
2
|
export type ValidationRule = ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
3
3
|
export interface IValidationScope {
|
4
4
|
validate(): Promise<boolean>;
|
5
|
-
overrideValidate(func: () => Promise<boolean>): any;
|
6
5
|
resetValidation(): void;
|
7
6
|
}
|
8
7
|
export interface IValidator extends IValidationScope {
|
9
8
|
createRules(): IValidationRuleBuilder;
|
9
|
+
overrideValidate(func: () => Promise<boolean>): any;
|
10
10
|
}
|
11
11
|
export interface IValidationRuleBuilder {
|
12
12
|
require<T>(this: T, customMessage?: string): Omit<T, "require">;
|
@@ -19,7 +19,7 @@ export interface IValidationRuleBuilder {
|
|
19
19
|
done(): ValidationRule[];
|
20
20
|
}
|
21
21
|
export interface IInternalValidator extends IValidator {
|
22
|
-
createValidationScope(): IValidationScope;
|
23
22
|
register(validation: IValidationScope): any;
|
24
23
|
unregister(validation: IValidationScope): any;
|
24
|
+
destroy(): any;
|
25
25
|
}
|
@@ -118,12 +118,12 @@ declare const _default: {
|
|
118
118
|
onFocus?: () => any;
|
119
119
|
onBlur?: () => any;
|
120
120
|
onScroll?: (event: any) => any;
|
121
|
-
readonly "v-model"?: string;
|
122
|
-
readonly modelValue?: string;
|
123
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
124
121
|
readonly theme?: string;
|
125
|
-
|
122
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
123
|
+
readonly modelValue?: string;
|
124
|
+
readonly "v-model"?: string;
|
126
125
|
onLayout?: (event: any) => any;
|
126
|
+
onConfiguration?: (event: any) => any;
|
127
127
|
onPosition?: (event: any) => any;
|
128
128
|
onSelection?: (event: any) => any;
|
129
129
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
}>;
|
151
151
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
152
152
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
153
|
-
$emit: ((event: "error", err: string) => void) & ((event: "configuration", event: any) => void) & ((event: "layout", event: any) => void) & ((event: "
|
153
|
+
$emit: ((event: "error", err: string) => void) & ((event: "configuration", event: any) => void) & ((event: "layout", event: any) => void) & ((event: "blur") => void) & ((event: "change", value: string, event: any) => void) & ((event: "focus") => void) & ((event: "keydown", event: any) => void) & ((event: "keyup", event: any) => void) & ((event: "scroll", event: any) => void) & ((event: "position", event: any) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "selection", event: any) => void) & ((event: "editorDidMount", editor: editor.IStandaloneCodeEditor) => void) & ((event: "contextMenu", event: any) => void) & ((event: "blurText") => void) & ((event: "modelDecorations", event: any) => void) & ((event: "modelLanguage", event: any) => void) & ((event: "modelOptions", event: any) => void) & ((event: "afterDispose") => void) & ((event: "focusText") => void) & ((event: "mouseDown", event: any) => void) & ((event: "mouseLeave", event: any) => void) & ((event: "mouseMove", event: any) => void) & ((event: "mouseUp", event: any) => void);
|
154
154
|
$el: any;
|
155
155
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
156
156
|
options: {
|
@@ -242,8 +242,8 @@ declare const _default: {
|
|
242
242
|
onBlur?: () => any;
|
243
243
|
onScroll?: (event: any) => any;
|
244
244
|
"onUpdate:modelValue"?: (value: string) => any;
|
245
|
-
onConfiguration?: (event: any) => any;
|
246
245
|
onLayout?: (event: any) => any;
|
246
|
+
onConfiguration?: (event: any) => any;
|
247
247
|
onPosition?: (event: any) => any;
|
248
248
|
onSelection?: (event: any) => any;
|
249
249
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -393,8 +393,8 @@ declare const _default: {
|
|
393
393
|
onBlur?: () => any;
|
394
394
|
onScroll?: (event: any) => any;
|
395
395
|
"onUpdate:modelValue"?: (value: string) => any;
|
396
|
-
onConfiguration?: (event: any) => any;
|
397
396
|
onLayout?: (event: any) => any;
|
397
|
+
onConfiguration?: (event: any) => any;
|
398
398
|
onPosition?: (event: any) => any;
|
399
399
|
onSelection?: (event: any) => any;
|
400
400
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -503,8 +503,8 @@ declare const _default: {
|
|
503
503
|
onBlur?: () => any;
|
504
504
|
onScroll?: (event: any) => any;
|
505
505
|
"onUpdate:modelValue"?: (value: string) => any;
|
506
|
-
onConfiguration?: (event: any) => any;
|
507
506
|
onLayout?: (event: any) => any;
|
507
|
+
onConfiguration?: (event: any) => any;
|
508
508
|
onPosition?: (event: any) => any;
|
509
509
|
onSelection?: (event: any) => any;
|
510
510
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -609,11 +609,11 @@ declare const _default: {
|
|
609
609
|
};
|
610
610
|
options?: unknown;
|
611
611
|
language?: string;
|
612
|
-
"v-model"?: string;
|
613
|
-
modelValue?: string;
|
614
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
615
612
|
theme?: string;
|
616
|
-
|
613
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
614
|
+
modelValue?: string;
|
615
|
+
"v-model"?: string;
|
616
|
+
}>, "onError" | "onKeydown" | "onKeyup" | "onChange" | "onFocus" | "onBlur" | "onScroll" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
617
617
|
onError?: (err: string) => any;
|
618
618
|
onKeydown?: (event: any) => any;
|
619
619
|
onKeyup?: (event: any) => any;
|
@@ -622,8 +622,8 @@ declare const _default: {
|
|
622
622
|
onBlur?: () => any;
|
623
623
|
onScroll?: (event: any) => any;
|
624
624
|
"onUpdate:modelValue"?: (value: string) => any;
|
625
|
-
onConfiguration?: (event: any) => any;
|
626
625
|
onLayout?: (event: any) => any;
|
626
|
+
onConfiguration?: (event: any) => any;
|
627
627
|
onPosition?: (event: any) => any;
|
628
628
|
onSelection?: (event: any) => any;
|
629
629
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -7,15 +7,15 @@ 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
|
readonly title?: string;
|
14
|
+
readonly navigation?: boolean;
|
14
15
|
style?: unknown;
|
15
16
|
class?: String | String[];
|
16
17
|
key?: string | number | symbol;
|
17
18
|
readonly id?: string;
|
18
|
-
readonly absolute?: boolean;
|
19
19
|
ref?: import("vue").VNodeRef;
|
20
20
|
ref_for?: boolean;
|
21
21
|
ref_key?: string;
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
57
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
|
-
readonly
|
60
|
+
readonly absolute?: boolean;
|
61
61
|
readonly variant?: "default" | "app";
|
62
62
|
readonly "v-slots"?: {
|
63
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -127,8 +127,8 @@ declare const _default: {
|
|
127
127
|
}, string, {
|
128
128
|
container?: any;
|
129
129
|
blueprint?: any;
|
130
|
-
colorSchemaType?: any;
|
131
130
|
blueprintType?: any;
|
131
|
+
colorSchemaType?: any;
|
132
132
|
colors?: any;
|
133
133
|
}, {}, string, {}> & {
|
134
134
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -238,22 +238,22 @@ declare const _default: {
|
|
238
238
|
}, string, {
|
239
239
|
container?: any;
|
240
240
|
blueprint?: any;
|
241
|
-
colorSchemaType?: any;
|
242
241
|
blueprintType?: any;
|
242
|
+
colorSchemaType?: any;
|
243
243
|
colors?: any;
|
244
244
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
245
245
|
propsDefinition: Omit<Readonly<{
|
246
246
|
container?: any;
|
247
247
|
blueprint?: any;
|
248
|
-
colorSchemaType?: any;
|
249
248
|
blueprintType?: any;
|
249
|
+
colorSchemaType?: any;
|
250
250
|
colors?: any;
|
251
251
|
} & {
|
252
252
|
title?: string;
|
253
|
+
navigation?: boolean;
|
253
254
|
class?: String | String[];
|
254
255
|
id?: string;
|
255
256
|
absolute?: boolean;
|
256
|
-
navigation?: boolean;
|
257
257
|
variant?: "default" | "app";
|
258
258
|
"v-slots"?: {
|
259
259
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly color?: string;
|
10
9
|
readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
@@ -49,6 +48,7 @@ declare const _default: {
|
|
49
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
51
|
+
readonly color?: string;
|
52
52
|
readonly gradient?: boolean;
|
53
53
|
};
|
54
54
|
$attrs: {
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
120
120
|
};
|
121
121
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
122
122
|
propsDefinition: Omit<Readonly<{} & {
|
123
|
-
color?: string;
|
124
123
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
124
|
+
color?: string;
|
125
125
|
gradient?: boolean;
|
126
126
|
}>, never>;
|
127
127
|
};
|
@@ -4,14 +4,12 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly inline?: boolean;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
readonly dot?: boolean;
|
10
11
|
key?: string | number | symbol;
|
11
|
-
readonly color?: string;
|
12
12
|
readonly content?: string | number;
|
13
|
-
readonly inline?: boolean;
|
14
|
-
readonly icon?: IIcon;
|
15
13
|
ref?: import("vue").VNodeRef;
|
16
14
|
ref_for?: boolean;
|
17
15
|
ref_key?: string;
|
@@ -53,6 +51,8 @@ declare const _default: {
|
|
53
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
52
|
[key: string]: any;
|
55
53
|
}>) => void)[];
|
54
|
+
readonly color?: string;
|
55
|
+
readonly icon?: IIcon;
|
56
56
|
readonly location?: Position;
|
57
57
|
readonly "offset-x"?: string | number;
|
58
58
|
readonly "offset-y"?: string | number;
|
@@ -183,10 +183,10 @@ declare const _default: {
|
|
183
183
|
};
|
184
184
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
185
185
|
propsDefinition: Omit<Readonly<{} & {
|
186
|
+
inline?: boolean;
|
186
187
|
dot?: boolean;
|
187
|
-
color?: string;
|
188
188
|
content?: string | number;
|
189
|
-
|
189
|
+
color?: string;
|
190
190
|
icon?: IIcon;
|
191
191
|
location?: Position;
|
192
192
|
"offset-x"?: string | number;
|
@@ -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
|
readonly block?: boolean;
|
14
14
|
readonly text?: string;
|
@@ -16,10 +16,6 @@ declare const _default: {
|
|
16
16
|
class?: String | String[];
|
17
17
|
key?: string | number | symbol;
|
18
18
|
readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
|
19
|
-
readonly icon?: ButtonIconOptions;
|
20
|
-
readonly tooltip?: ButtonTooltipOptions;
|
21
|
-
readonly active?: boolean;
|
22
|
-
readonly disabled?: boolean;
|
23
19
|
ref?: import("vue").VNodeRef;
|
24
20
|
ref_for?: boolean;
|
25
21
|
ref_key?: string;
|
@@ -61,11 +57,15 @@ declare const _default: {
|
|
61
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
58
|
[key: string]: any;
|
63
59
|
}>) => void)[];
|
64
|
-
readonly
|
65
|
-
readonly
|
60
|
+
readonly icon?: ButtonIconOptions;
|
61
|
+
readonly tooltip?: ButtonTooltipOptions;
|
62
|
+
readonly active?: boolean;
|
63
|
+
readonly disabled?: boolean;
|
64
|
+
readonly variant?: "default" | "toolbar" | "opacity" | "prominent" | "dial";
|
66
65
|
readonly loading?: boolean;
|
66
|
+
readonly toned?: boolean;
|
67
67
|
readonly overrides?: object;
|
68
|
-
readonly preset?: "cancel" | "close" | "delete" | "settings" | "
|
68
|
+
readonly preset?: "cancel" | "close" | "delete" | "settings" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings";
|
69
69
|
readonly grouped?: boolean;
|
70
70
|
};
|
71
71
|
$attrs: {
|
@@ -111,13 +111,13 @@ declare const _default: {
|
|
111
111
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
112
112
|
};
|
113
113
|
preset: {
|
114
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
114
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings">;
|
115
115
|
};
|
116
116
|
overrides: {
|
117
117
|
type: import("vue").PropType<object>;
|
118
118
|
};
|
119
119
|
variant: {
|
120
|
-
type: import("vue").PropType<"default" | "
|
120
|
+
type: import("vue").PropType<"default" | "toolbar" | "opacity" | "prominent" | "dial">;
|
121
121
|
};
|
122
122
|
text: {
|
123
123
|
type: import("vue").PropType<string>;
|
@@ -137,8 +137,8 @@ declare const _default: {
|
|
137
137
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
138
138
|
container?: any;
|
139
139
|
blueprint?: any;
|
140
|
-
colorSchemaType?: any;
|
141
140
|
blueprintType?: any;
|
141
|
+
colorSchemaType?: any;
|
142
142
|
colors?: any;
|
143
143
|
}, {}, string, {}> & {
|
144
144
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -190,13 +190,13 @@ declare const _default: {
|
|
190
190
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
191
191
|
};
|
192
192
|
preset: {
|
193
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
193
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings">;
|
194
194
|
};
|
195
195
|
overrides: {
|
196
196
|
type: import("vue").PropType<object>;
|
197
197
|
};
|
198
198
|
variant: {
|
199
|
-
type: import("vue").PropType<"default" | "
|
199
|
+
type: import("vue").PropType<"default" | "toolbar" | "opacity" | "prominent" | "dial">;
|
200
200
|
};
|
201
201
|
text: {
|
202
202
|
type: import("vue").PropType<string>;
|
@@ -216,6 +216,7 @@ declare const _default: {
|
|
216
216
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
217
217
|
__isFragment?: never;
|
218
218
|
__isTeleport?: never;
|
219
|
+
/** Component host provider settings */
|
219
220
|
__isSuspense?: never;
|
220
221
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
221
222
|
block: {
|
@@ -247,13 +248,13 @@ declare const _default: {
|
|
247
248
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
248
249
|
};
|
249
250
|
preset: {
|
250
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
251
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings">;
|
251
252
|
};
|
252
253
|
overrides: {
|
253
254
|
type: import("vue").PropType<object>;
|
254
255
|
};
|
255
256
|
variant: {
|
256
|
-
type: import("vue").PropType<"default" | "
|
257
|
+
type: import("vue").PropType<"default" | "toolbar" | "opacity" | "prominent" | "dial">;
|
257
258
|
};
|
258
259
|
text: {
|
259
260
|
type: import("vue").PropType<string>;
|
@@ -273,15 +274,15 @@ declare const _default: {
|
|
273
274
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
274
275
|
container?: any;
|
275
276
|
blueprint?: any;
|
276
|
-
colorSchemaType?: any;
|
277
277
|
blueprintType?: any;
|
278
|
+
colorSchemaType?: any;
|
278
279
|
colors?: any;
|
279
280
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
280
281
|
propsDefinition: Omit<Readonly<{
|
281
282
|
container?: any;
|
282
283
|
blueprint?: any;
|
283
|
-
colorSchemaType?: any;
|
284
284
|
blueprintType?: any;
|
285
|
+
colorSchemaType?: any;
|
285
286
|
colors?: any;
|
286
287
|
} & {
|
287
288
|
block?: boolean;
|
@@ -292,11 +293,11 @@ declare const _default: {
|
|
292
293
|
tooltip?: ButtonTooltipOptions;
|
293
294
|
active?: boolean;
|
294
295
|
disabled?: boolean;
|
295
|
-
variant?: "default" | "
|
296
|
-
toned?: boolean;
|
296
|
+
variant?: "default" | "toolbar" | "opacity" | "prominent" | "dial";
|
297
297
|
loading?: boolean;
|
298
|
+
toned?: boolean;
|
298
299
|
overrides?: object;
|
299
|
-
preset?: "cancel" | "close" | "delete" | "settings" | "
|
300
|
+
preset?: "cancel" | "close" | "delete" | "settings" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings";
|
300
301
|
grouped?: boolean;
|
301
302
|
}>, never>;
|
302
303
|
};
|
@@ -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
|
+
readonly toggle?: boolean;
|
12
13
|
style?: unknown;
|
13
14
|
class?: String | String[];
|
14
15
|
key?: string | number | symbol;
|
15
|
-
readonly toggle?: boolean;
|
16
|
-
readonly mandatory?: boolean;
|
17
16
|
ref?: import("vue").VNodeRef;
|
18
17
|
ref_for?: boolean;
|
19
18
|
ref_key?: string;
|
@@ -55,16 +54,17 @@ 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 mandatory?: boolean;
|
58
58
|
readonly variant?: "default" | "settings" | "dial";
|
59
|
-
readonly toned?: boolean;
|
60
59
|
readonly "v-slots"?: {
|
61
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
62
61
|
} & {
|
63
62
|
activator?: () => VNodeChild;
|
64
63
|
};
|
65
|
-
readonly "v-model"?: any;
|
66
|
-
readonly modelValue?: any;
|
67
64
|
readonly "onUpdate:modelValue"?: (value: any) => any;
|
65
|
+
readonly modelValue?: any;
|
66
|
+
readonly toned?: boolean;
|
67
|
+
readonly "v-model"?: any;
|
68
68
|
};
|
69
69
|
$attrs: {
|
70
70
|
[x: string]: unknown;
|
@@ -124,8 +124,8 @@ declare const _default: {
|
|
124
124
|
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
125
125
|
container?: any;
|
126
126
|
blueprint?: any;
|
127
|
-
colorSchemaType?: any;
|
128
127
|
blueprintType?: any;
|
128
|
+
colorSchemaType?: any;
|
129
129
|
colors?: any;
|
130
130
|
}, {}, string, {}> & {
|
131
131
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -238,30 +238,30 @@ declare const _default: {
|
|
238
238
|
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
239
239
|
container?: any;
|
240
240
|
blueprint?: any;
|
241
|
-
colorSchemaType?: any;
|
242
241
|
blueprintType?: any;
|
242
|
+
colorSchemaType?: any;
|
243
243
|
colors?: any;
|
244
244
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
245
245
|
propsDefinition: Omit<Readonly<{
|
246
246
|
container?: any;
|
247
247
|
blueprint?: any;
|
248
|
-
colorSchemaType?: any;
|
249
248
|
blueprintType?: any;
|
249
|
+
colorSchemaType?: any;
|
250
250
|
colors?: any;
|
251
251
|
} & {
|
252
|
-
class?: String | String[];
|
253
252
|
toggle?: boolean;
|
253
|
+
class?: String | String[];
|
254
254
|
mandatory?: boolean;
|
255
255
|
variant?: "default" | "settings" | "dial";
|
256
|
-
toned?: boolean;
|
257
256
|
"v-slots"?: {
|
258
257
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
259
258
|
} & {
|
260
259
|
activator?: () => VNodeChild;
|
261
260
|
};
|
262
|
-
"v-model"?: any;
|
263
|
-
modelValue?: any;
|
264
261
|
"onUpdate:modelValue"?: (value: any) => any;
|
262
|
+
modelValue?: any;
|
263
|
+
toned?: boolean;
|
264
|
+
"v-model"?: any;
|
265
265
|
}>, never>;
|
266
266
|
};
|
267
267
|
export default _default;
|
@@ -6,8 +6,8 @@ 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[];
|
@@ -53,12 +53,12 @@ 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 toned?: boolean;
|
57
56
|
readonly "v-slots"?: {
|
58
57
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
59
58
|
} & {
|
60
59
|
actions?: () => VNodeChild;
|
61
60
|
};
|
61
|
+
readonly toned?: boolean;
|
62
62
|
};
|
63
63
|
$attrs: {
|
64
64
|
[x: string]: unknown;
|
@@ -96,8 +96,8 @@ declare const _default: {
|
|
96
96
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
97
97
|
container?: any;
|
98
98
|
blueprint?: any;
|
99
|
-
colorSchemaType?: any;
|
100
99
|
blueprintType?: any;
|
100
|
+
colorSchemaType?: any;
|
101
101
|
colors?: any;
|
102
102
|
}, {}, string, {}> & {
|
103
103
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -166,24 +166,24 @@ 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[];
|
181
|
-
toned?: boolean;
|
182
181
|
"v-slots"?: {
|
183
182
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
184
183
|
} & {
|
185
184
|
actions?: () => VNodeChild;
|
186
185
|
};
|
186
|
+
toned?: boolean;
|
187
187
|
}>, never>;
|
188
188
|
};
|
189
189
|
export default _default;
|
@@ -8,14 +8,14 @@ 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
|
+
readonly value?: any;
|
14
15
|
readonly label?: string;
|
15
16
|
style?: unknown;
|
16
17
|
class?: String | String[];
|
17
18
|
key?: string | number | symbol;
|
18
|
-
readonly value?: any;
|
19
19
|
ref?: import("vue").VNodeRef;
|
20
20
|
ref_for?: boolean;
|
21
21
|
ref_key?: string;
|
@@ -57,9 +57,9 @@ declare const _default: {
|
|
57
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
|
-
readonly "v-model"?: MaybeComputedRef<boolean>;
|
61
|
-
readonly modelValue?: MaybeComputedRef<boolean>;
|
62
60
|
"onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
|
61
|
+
readonly modelValue?: MaybeComputedRef<boolean>;
|
62
|
+
readonly "v-model"?: MaybeComputedRef<boolean>;
|
63
63
|
};
|
64
64
|
$attrs: {
|
65
65
|
[x: string]: unknown;
|
@@ -108,8 +108,8 @@ declare const _default: {
|
|
108
108
|
}, string, {
|
109
109
|
container?: any;
|
110
110
|
blueprint?: any;
|
111
|
-
colorSchemaType?: any;
|
112
111
|
blueprintType?: any;
|
112
|
+
colorSchemaType?: any;
|
113
113
|
colors?: any;
|
114
114
|
}, {}, string, {}> & {
|
115
115
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -198,23 +198,23 @@ declare const _default: {
|
|
198
198
|
}, string, {
|
199
199
|
container?: any;
|
200
200
|
blueprint?: any;
|
201
|
-
colorSchemaType?: any;
|
202
201
|
blueprintType?: any;
|
202
|
+
colorSchemaType?: any;
|
203
203
|
colors?: any;
|
204
204
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
205
205
|
propsDefinition: Omit<Readonly<{
|
206
206
|
container?: any;
|
207
207
|
blueprint?: any;
|
208
|
-
colorSchemaType?: any;
|
209
208
|
blueprintType?: any;
|
209
|
+
colorSchemaType?: any;
|
210
210
|
colors?: any;
|
211
211
|
} & {
|
212
|
+
value?: any;
|
212
213
|
label?: string;
|
213
214
|
class?: String | String[];
|
214
|
-
value?: any;
|
215
|
-
"v-model"?: MaybeComputedRef<boolean>;
|
216
|
-
modelValue?: MaybeComputedRef<boolean>;
|
217
215
|
"onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
|
216
|
+
modelValue?: MaybeComputedRef<boolean>;
|
217
|
+
"v-model"?: MaybeComputedRef<boolean>;
|
218
218
|
}>, "onUpdate:modelValue"> & {
|
219
219
|
"onUpdate:modelValue"?: (value: any) => any;
|
220
220
|
};
|
@@ -8,9 +8,7 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly color?: string;
|
12
11
|
readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
|
13
|
-
readonly disabled?: boolean;
|
14
12
|
ref?: import("vue").VNodeRef;
|
15
13
|
ref_for?: boolean;
|
16
14
|
ref_key?: string;
|
@@ -52,6 +50,8 @@ declare const _default: {
|
|
52
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
51
|
[key: string]: any;
|
54
52
|
}>) => void)[];
|
53
|
+
readonly color?: string;
|
54
|
+
readonly disabled?: boolean;
|
55
55
|
readonly closable?: boolean;
|
56
56
|
"onClick:close"?: () => any;
|
57
57
|
readonly gradient?: boolean;
|
@@ -179,8 +179,8 @@ declare const _default: {
|
|
179
179
|
propsDefinition: Omit<Readonly<{} & {
|
180
180
|
text?: string;
|
181
181
|
label?: boolean;
|
182
|
-
color?: string;
|
183
182
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
183
|
+
color?: string;
|
184
184
|
disabled?: boolean;
|
185
185
|
closable?: boolean;
|
186
186
|
gradient?: boolean;
|