@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
@@ -5,18 +5,17 @@ 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
|
-
readonly xs?: "1" | "
|
12
|
-
readonly sm?: "1" | "
|
13
|
-
readonly md?: "1" | "
|
14
|
-
readonly lg?: "1" | "
|
15
|
-
readonly xl?: "1" | "
|
11
|
+
readonly xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
12
|
+
readonly sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
13
|
+
readonly md?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
14
|
+
readonly lg?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
15
|
+
readonly xl?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
16
16
|
style?: unknown;
|
17
17
|
class?: String | String[];
|
18
18
|
key?: string | number | symbol;
|
19
|
-
readonly alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
|
20
19
|
ref?: import("vue").VNodeRef;
|
21
20
|
ref_for?: boolean;
|
22
21
|
ref_key?: string;
|
@@ -58,7 +57,8 @@ declare const _default: {
|
|
58
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
58
|
[key: string]: any;
|
60
59
|
}>) => void)[];
|
61
|
-
readonly
|
60
|
+
readonly alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
|
61
|
+
readonly cols?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
62
62
|
};
|
63
63
|
$attrs: {
|
64
64
|
[x: string]: unknown;
|
@@ -75,22 +75,22 @@ declare const _default: {
|
|
75
75
|
$el: any;
|
76
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
xl: {
|
78
|
-
type: import("vue").PropType<"1" | "
|
78
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
79
79
|
};
|
80
80
|
lg: {
|
81
|
-
type: import("vue").PropType<"1" | "
|
81
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
82
82
|
};
|
83
83
|
md: {
|
84
|
-
type: import("vue").PropType<"1" | "
|
84
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
85
85
|
};
|
86
86
|
sm: {
|
87
|
-
type: import("vue").PropType<"1" | "
|
87
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
88
88
|
};
|
89
89
|
xs: {
|
90
|
-
type: import("vue").PropType<"1" | "
|
90
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
91
91
|
};
|
92
92
|
cols: {
|
93
|
-
type: import("vue").PropType<"1" | "
|
93
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
94
94
|
};
|
95
95
|
alignSelf: {
|
96
96
|
type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
|
@@ -107,8 +107,8 @@ declare const _default: {
|
|
107
107
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
108
108
|
container?: any;
|
109
109
|
blueprint?: any;
|
110
|
-
colorSchemaType?: any;
|
111
110
|
blueprintType?: any;
|
111
|
+
colorSchemaType?: any;
|
112
112
|
colors?: any;
|
113
113
|
}, {}, string, {}> & {
|
114
114
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -132,22 +132,22 @@ declare const _default: {
|
|
132
132
|
$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;
|
133
133
|
} & Readonly<import("vue").ExtractPropTypes<{
|
134
134
|
xl: {
|
135
|
-
type: import("vue").PropType<"1" | "
|
135
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
136
136
|
};
|
137
137
|
lg: {
|
138
|
-
type: import("vue").PropType<"1" | "
|
138
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
139
139
|
};
|
140
140
|
md: {
|
141
|
-
type: import("vue").PropType<"1" | "
|
141
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
142
142
|
};
|
143
143
|
sm: {
|
144
|
-
type: import("vue").PropType<"1" | "
|
144
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
145
145
|
};
|
146
146
|
xs: {
|
147
|
-
type: import("vue").PropType<"1" | "
|
147
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
148
148
|
};
|
149
149
|
cols: {
|
150
|
-
type: import("vue").PropType<"1" | "
|
150
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
151
151
|
};
|
152
152
|
alignSelf: {
|
153
153
|
type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
|
@@ -167,22 +167,22 @@ declare const _default: {
|
|
167
167
|
__isSuspense?: never;
|
168
168
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
169
169
|
xl: {
|
170
|
-
type: import("vue").PropType<"1" | "
|
170
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
171
171
|
};
|
172
172
|
lg: {
|
173
|
-
type: import("vue").PropType<"1" | "
|
173
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
174
174
|
};
|
175
175
|
md: {
|
176
|
-
type: import("vue").PropType<"1" | "
|
176
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
177
177
|
};
|
178
178
|
sm: {
|
179
|
-
type: import("vue").PropType<"1" | "
|
179
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
180
180
|
};
|
181
181
|
xs: {
|
182
|
-
type: import("vue").PropType<"1" | "
|
182
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
183
183
|
};
|
184
184
|
cols: {
|
185
|
-
type: import("vue").PropType<"1" | "
|
185
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11">;
|
186
186
|
};
|
187
187
|
alignSelf: {
|
188
188
|
type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
|
@@ -199,25 +199,25 @@ declare const _default: {
|
|
199
199
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
200
200
|
container?: any;
|
201
201
|
blueprint?: any;
|
202
|
-
colorSchemaType?: any;
|
203
202
|
blueprintType?: any;
|
203
|
+
colorSchemaType?: any;
|
204
204
|
colors?: any;
|
205
205
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
206
206
|
propsDefinition: Omit<Readonly<{
|
207
207
|
container?: any;
|
208
208
|
blueprint?: any;
|
209
|
-
colorSchemaType?: any;
|
210
209
|
blueprintType?: any;
|
210
|
+
colorSchemaType?: any;
|
211
211
|
colors?: any;
|
212
212
|
} & {
|
213
|
-
xs?: "1" | "
|
214
|
-
sm?: "1" | "
|
215
|
-
md?: "1" | "
|
216
|
-
lg?: "1" | "
|
217
|
-
xl?: "1" | "
|
213
|
+
xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
214
|
+
sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
215
|
+
md?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
216
|
+
lg?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
217
|
+
xl?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
218
218
|
class?: String | String[];
|
219
219
|
alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
|
220
|
-
cols?: "1" | "
|
220
|
+
cols?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
|
221
221
|
}>, never>;
|
222
222
|
};
|
223
223
|
export default _default;
|
@@ -10,15 +10,14 @@ declare const _default: {
|
|
10
10
|
$props: {
|
11
11
|
container?: any;
|
12
12
|
blueprint?: any;
|
13
|
-
colorSchemaType?: any;
|
14
13
|
blueprintType?: any;
|
14
|
+
colorSchemaType?: any;
|
15
15
|
colors?: any;
|
16
|
+
readonly headers?: DataTableHeader[] | DataTableHeader[][];
|
16
17
|
style?: unknown;
|
17
18
|
class?: unknown;
|
18
19
|
key?: string | number | symbol;
|
19
|
-
readonly headers?: DataTableHeader[] | DataTableHeader[][];
|
20
20
|
readonly height?: string | number;
|
21
|
-
readonly expanded?: string[];
|
22
21
|
ref?: import("vue").VNodeRef;
|
23
22
|
ref_for?: boolean;
|
24
23
|
ref_key?: string;
|
@@ -60,17 +59,18 @@ declare const _default: {
|
|
60
59
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
61
60
|
[key: string]: any;
|
62
61
|
}>) => void)[];
|
62
|
+
readonly expanded?: string[];
|
63
63
|
readonly "v-slots"?: {
|
64
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
65
65
|
} & ODataTableSlots;
|
66
|
-
readonly "v-model"?: string[];
|
67
|
-
readonly modelValue?: string[];
|
68
|
-
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
69
66
|
readonly loading?: boolean;
|
70
67
|
readonly hover?: boolean;
|
68
|
+
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
69
|
+
readonly modelValue?: string[];
|
71
70
|
readonly items?: any[];
|
72
|
-
readonly returnObject?: boolean;
|
73
71
|
readonly itemValue: NonNullable<SelectItemKey>;
|
72
|
+
readonly returnObject?: boolean;
|
73
|
+
readonly "v-model"?: string[];
|
74
74
|
readonly showExpand?: boolean;
|
75
75
|
readonly itemsPerPage?: number;
|
76
76
|
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
@@ -98,16 +98,16 @@ declare const _default: {
|
|
98
98
|
type: import("vue").PropType<string[]>;
|
99
99
|
required: false;
|
100
100
|
};
|
101
|
-
"
|
102
|
-
type: import("vue").PropType<string[]>;
|
103
|
-
required: false;
|
101
|
+
"onUpdate:modelValue": {
|
102
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
104
103
|
};
|
105
104
|
modelValue: {
|
106
105
|
type: import("vue").PropType<string[]>;
|
107
106
|
required: false;
|
108
107
|
};
|
109
|
-
"
|
110
|
-
type: import("vue").PropType<
|
108
|
+
"v-model": {
|
109
|
+
type: import("vue").PropType<string[]>;
|
110
|
+
required: false;
|
111
111
|
};
|
112
112
|
"onUpdate:expanded": {
|
113
113
|
type: import("vue").PropType<(value: string[]) => any>;
|
@@ -163,8 +163,8 @@ declare const _default: {
|
|
163
163
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
164
164
|
container?: any;
|
165
165
|
blueprint?: any;
|
166
|
-
colorSchemaType?: any;
|
167
166
|
blueprintType?: any;
|
167
|
+
colorSchemaType?: any;
|
168
168
|
colors?: any;
|
169
169
|
}, {}, string, {}> & {
|
170
170
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -194,16 +194,16 @@ declare const _default: {
|
|
194
194
|
type: import("vue").PropType<string[]>;
|
195
195
|
required: false;
|
196
196
|
};
|
197
|
-
"
|
198
|
-
type: import("vue").PropType<string[]>;
|
199
|
-
required: false;
|
197
|
+
"onUpdate:modelValue": {
|
198
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
200
199
|
};
|
201
200
|
modelValue: {
|
202
201
|
type: import("vue").PropType<string[]>;
|
203
202
|
required: false;
|
204
203
|
};
|
205
|
-
"
|
206
|
-
type: import("vue").PropType<
|
204
|
+
"v-model": {
|
205
|
+
type: import("vue").PropType<string[]>;
|
206
|
+
required: false;
|
207
207
|
};
|
208
208
|
"onUpdate:expanded": {
|
209
209
|
type: import("vue").PropType<(value: string[]) => any>;
|
@@ -268,16 +268,16 @@ declare const _default: {
|
|
268
268
|
type: import("vue").PropType<string[]>;
|
269
269
|
required: false;
|
270
270
|
};
|
271
|
-
"
|
272
|
-
type: import("vue").PropType<string[]>;
|
273
|
-
required: false;
|
271
|
+
"onUpdate:modelValue": {
|
272
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
274
273
|
};
|
275
274
|
modelValue: {
|
276
275
|
type: import("vue").PropType<string[]>;
|
277
276
|
required: false;
|
278
277
|
};
|
279
|
-
"
|
280
|
-
type: import("vue").PropType<
|
278
|
+
"v-model": {
|
279
|
+
type: import("vue").PropType<string[]>;
|
280
|
+
required: false;
|
281
281
|
};
|
282
282
|
"onUpdate:expanded": {
|
283
283
|
type: import("vue").PropType<(value: string[]) => any>;
|
@@ -333,17 +333,17 @@ declare const _default: {
|
|
333
333
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
334
334
|
container?: any;
|
335
335
|
blueprint?: any;
|
336
|
-
colorSchemaType?: any;
|
337
336
|
blueprintType?: any;
|
337
|
+
colorSchemaType?: any;
|
338
338
|
colors?: any;
|
339
339
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
340
340
|
propsDefinition: Omit<Readonly<{
|
341
341
|
container?: any;
|
342
|
+
itemValue: NonNullable<SelectItemKey>;
|
342
343
|
blueprint?: any;
|
343
|
-
colorSchemaType?: any;
|
344
344
|
blueprintType?: any;
|
345
|
+
colorSchemaType?: any;
|
345
346
|
colors?: any;
|
346
|
-
itemValue: NonNullable<SelectItemKey>;
|
347
347
|
} & {
|
348
348
|
headers?: DataTableHeader[] | DataTableHeader[][];
|
349
349
|
height?: string | number;
|
@@ -351,13 +351,13 @@ declare const _default: {
|
|
351
351
|
"v-slots"?: {
|
352
352
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
353
353
|
} & ODataTableSlots;
|
354
|
-
"v-model"?: string[];
|
355
|
-
modelValue?: string[];
|
356
|
-
"onUpdate:modelValue"?: (value: string[]) => any;
|
357
354
|
loading?: boolean;
|
358
355
|
hover?: boolean;
|
356
|
+
"onUpdate:modelValue"?: (value: string[]) => any;
|
357
|
+
modelValue?: string[];
|
359
358
|
items?: any[];
|
360
359
|
returnObject?: boolean;
|
360
|
+
"v-model"?: string[];
|
361
361
|
showExpand?: boolean;
|
362
362
|
itemsPerPage?: number;
|
363
363
|
"onUpdate:expanded"?: (value: string[]) => any;
|
@@ -11,15 +11,14 @@ declare const _default: {
|
|
11
11
|
$props: {
|
12
12
|
container?: any;
|
13
13
|
blueprint?: any;
|
14
|
-
colorSchemaType?: any;
|
15
14
|
blueprintType?: any;
|
15
|
+
colorSchemaType?: any;
|
16
16
|
colors?: any;
|
17
17
|
readonly title?: string;
|
18
18
|
style?: unknown;
|
19
19
|
class?: String | String[];
|
20
20
|
key?: string | number | symbol;
|
21
21
|
readonly size?: string;
|
22
|
-
readonly icon?: IIcon;
|
23
22
|
ref?: import("vue").VNodeRef;
|
24
23
|
ref_for?: boolean;
|
25
24
|
ref_key?: string;
|
@@ -61,6 +60,7 @@ declare const _default: {
|
|
61
60
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
61
|
[key: string]: any;
|
63
62
|
}>) => void)[];
|
63
|
+
readonly icon?: IIcon;
|
64
64
|
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
65
65
|
readonly "v-slots"?: {
|
66
66
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -71,9 +71,9 @@ declare const _default: {
|
|
71
71
|
actions?: Func<[VNodeChild]>;
|
72
72
|
navigation?: Func<[VNodeChild]>;
|
73
73
|
};
|
74
|
-
readonly "v-model"?: boolean;
|
75
|
-
readonly modelValue?: boolean;
|
76
74
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
75
|
+
readonly modelValue?: boolean;
|
76
|
+
readonly "v-model"?: boolean;
|
77
77
|
readonly subTitle?: string;
|
78
78
|
"onClick:close"?: () => any;
|
79
79
|
readonly hiddenCloseButton?: boolean;
|
@@ -135,16 +135,16 @@ declare const _default: {
|
|
135
135
|
actions?: Func<[VNodeChild]>;
|
136
136
|
navigation?: Func<[VNodeChild]>;
|
137
137
|
}>;
|
138
|
-
"
|
139
|
-
type: import("vue").PropType<boolean>;
|
140
|
-
required: false;
|
138
|
+
"onUpdate:modelValue": {
|
139
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
141
140
|
};
|
142
141
|
modelValue: {
|
143
142
|
type: import("vue").PropType<boolean>;
|
144
143
|
required: false;
|
145
144
|
};
|
146
|
-
"
|
147
|
-
type: import("vue").PropType<
|
145
|
+
"v-model": {
|
146
|
+
type: import("vue").PropType<boolean>;
|
147
|
+
required: false;
|
148
148
|
};
|
149
149
|
class: {
|
150
150
|
type: import("vue").PropType<String | String[]>;
|
@@ -168,8 +168,8 @@ declare const _default: {
|
|
168
168
|
}, string, {
|
169
169
|
container?: any;
|
170
170
|
blueprint?: any;
|
171
|
-
colorSchemaType?: any;
|
172
171
|
blueprintType?: any;
|
172
|
+
colorSchemaType?: any;
|
173
173
|
colors?: any;
|
174
174
|
}, {}, string, {}> & {
|
175
175
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -230,16 +230,16 @@ declare const _default: {
|
|
230
230
|
actions?: Func<[VNodeChild]>;
|
231
231
|
navigation?: Func<[VNodeChild]>;
|
232
232
|
}>;
|
233
|
-
"
|
234
|
-
type: import("vue").PropType<boolean>;
|
235
|
-
required: false;
|
233
|
+
"onUpdate:modelValue": {
|
234
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
236
235
|
};
|
237
236
|
modelValue: {
|
238
237
|
type: import("vue").PropType<boolean>;
|
239
238
|
required: false;
|
240
239
|
};
|
241
|
-
"
|
242
|
-
type: import("vue").PropType<
|
240
|
+
"v-model": {
|
241
|
+
type: import("vue").PropType<boolean>;
|
242
|
+
required: false;
|
243
243
|
};
|
244
244
|
class: {
|
245
245
|
type: import("vue").PropType<String | String[]>;
|
@@ -298,16 +298,16 @@ declare const _default: {
|
|
298
298
|
actions?: Func<[VNodeChild]>;
|
299
299
|
navigation?: Func<[VNodeChild]>;
|
300
300
|
}>;
|
301
|
-
"
|
302
|
-
type: import("vue").PropType<boolean>;
|
303
|
-
required: false;
|
301
|
+
"onUpdate:modelValue": {
|
302
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
304
303
|
};
|
305
304
|
modelValue: {
|
306
305
|
type: import("vue").PropType<boolean>;
|
307
306
|
required: false;
|
308
307
|
};
|
309
|
-
"
|
310
|
-
type: import("vue").PropType<
|
308
|
+
"v-model": {
|
309
|
+
type: import("vue").PropType<boolean>;
|
310
|
+
required: false;
|
311
311
|
};
|
312
312
|
class: {
|
313
313
|
type: import("vue").PropType<String | String[]>;
|
@@ -331,15 +331,15 @@ declare const _default: {
|
|
331
331
|
}, string, {
|
332
332
|
container?: any;
|
333
333
|
blueprint?: any;
|
334
|
-
colorSchemaType?: any;
|
335
334
|
blueprintType?: any;
|
335
|
+
colorSchemaType?: any;
|
336
336
|
colors?: any;
|
337
337
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
338
338
|
propsDefinition: Omit<Readonly<{
|
339
339
|
container?: any;
|
340
340
|
blueprint?: any;
|
341
|
-
colorSchemaType?: any;
|
342
341
|
blueprintType?: any;
|
342
|
+
colorSchemaType?: any;
|
343
343
|
colors?: any;
|
344
344
|
} & {
|
345
345
|
title?: string;
|
@@ -356,9 +356,9 @@ declare const _default: {
|
|
356
356
|
actions?: Func<[VNodeChild]>;
|
357
357
|
navigation?: Func<[VNodeChild]>;
|
358
358
|
};
|
359
|
-
"v-model"?: boolean;
|
360
|
-
modelValue?: boolean;
|
361
359
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
360
|
+
modelValue?: boolean;
|
361
|
+
"v-model"?: boolean;
|
362
362
|
subTitle?: string;
|
363
363
|
hiddenCloseButton?: boolean;
|
364
364
|
contentHeight?: "static" | "dynamic";
|
@@ -7,14 +7,13 @@ 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
14
|
style?: unknown;
|
15
15
|
class?: String | String[];
|
16
16
|
key?: string | number | symbol;
|
17
|
-
readonly icon?: IIcon;
|
18
17
|
ref?: import("vue").VNodeRef;
|
19
18
|
ref_for?: boolean;
|
20
19
|
ref_key?: string;
|
@@ -56,12 +55,13 @@ declare const _default: {
|
|
56
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
56
|
[key: string]: any;
|
58
57
|
}>) => void)[];
|
59
|
-
readonly
|
58
|
+
readonly icon?: IIcon;
|
60
59
|
readonly "v-slots"?: {
|
61
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
62
61
|
} & {
|
63
62
|
header?: Func<[VNodeChild]>;
|
64
63
|
};
|
64
|
+
readonly toned?: boolean;
|
65
65
|
readonly hideExpandIcon?: boolean;
|
66
66
|
};
|
67
67
|
$attrs: {
|
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
110
110
|
container?: any;
|
111
111
|
blueprint?: any;
|
112
|
-
colorSchemaType?: any;
|
113
112
|
blueprintType?: any;
|
113
|
+
colorSchemaType?: any;
|
114
114
|
colors?: any;
|
115
115
|
}, {}, string, {}> & {
|
116
116
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -197,26 +197,26 @@ declare const _default: {
|
|
197
197
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
198
198
|
container?: any;
|
199
199
|
blueprint?: any;
|
200
|
-
colorSchemaType?: any;
|
201
200
|
blueprintType?: any;
|
201
|
+
colorSchemaType?: any;
|
202
202
|
colors?: any;
|
203
203
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
204
204
|
propsDefinition: Omit<Readonly<{
|
205
205
|
container?: any;
|
206
206
|
blueprint?: any;
|
207
|
-
colorSchemaType?: any;
|
208
207
|
blueprintType?: any;
|
208
|
+
colorSchemaType?: any;
|
209
209
|
colors?: any;
|
210
210
|
} & {
|
211
211
|
title?: string;
|
212
212
|
class?: String | String[];
|
213
213
|
icon?: IIcon;
|
214
|
-
toned?: boolean;
|
215
214
|
"v-slots"?: {
|
216
215
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
217
216
|
} & {
|
218
217
|
header?: Func<[VNodeChild]>;
|
219
218
|
};
|
219
|
+
toned?: boolean;
|
220
220
|
hideExpandIcon?: boolean;
|
221
221
|
}>, never>;
|
222
222
|
};
|
@@ -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,10 +52,10 @@ 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?: "
|
56
|
-
readonly "v-model"?: number | number[];
|
57
|
-
readonly modelValue?: number | number[];
|
55
|
+
readonly variant?: "navigation" | "default";
|
58
56
|
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
57
|
+
readonly modelValue?: number | number[];
|
58
|
+
readonly "v-model"?: number | number[];
|
59
59
|
readonly expandAll?: boolean;
|
60
60
|
};
|
61
61
|
$attrs: {
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
76
76
|
type: import("vue").PropType<boolean>;
|
77
77
|
};
|
78
78
|
variant: {
|
79
|
-
type: import("vue").PropType<"
|
79
|
+
type: import("vue").PropType<"navigation" | "default">;
|
80
80
|
};
|
81
81
|
"onUpdate:modelValue": {
|
82
82
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -101,8 +101,8 @@ declare const _default: {
|
|
101
101
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
102
102
|
container?: any;
|
103
103
|
blueprint?: any;
|
104
|
-
colorSchemaType?: any;
|
105
104
|
blueprintType?: any;
|
105
|
+
colorSchemaType?: any;
|
106
106
|
colors?: any;
|
107
107
|
}, {}, string, {}> & {
|
108
108
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
129
129
|
type: import("vue").PropType<boolean>;
|
130
130
|
};
|
131
131
|
variant: {
|
132
|
-
type: import("vue").PropType<"
|
132
|
+
type: import("vue").PropType<"navigation" | "default">;
|
133
133
|
};
|
134
134
|
"onUpdate:modelValue": {
|
135
135
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
type: import("vue").PropType<boolean>;
|
161
161
|
};
|
162
162
|
variant: {
|
163
|
-
type: import("vue").PropType<"
|
163
|
+
type: import("vue").PropType<"navigation" | "default">;
|
164
164
|
};
|
165
165
|
"onUpdate:modelValue": {
|
166
166
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -185,22 +185,22 @@ declare const _default: {
|
|
185
185
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
186
186
|
container?: any;
|
187
187
|
blueprint?: any;
|
188
|
-
colorSchemaType?: any;
|
189
188
|
blueprintType?: any;
|
189
|
+
colorSchemaType?: any;
|
190
190
|
colors?: any;
|
191
191
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
192
192
|
propsDefinition: Omit<Readonly<{
|
193
193
|
container?: any;
|
194
194
|
blueprint?: any;
|
195
|
-
colorSchemaType?: any;
|
196
195
|
blueprintType?: any;
|
196
|
+
colorSchemaType?: any;
|
197
197
|
colors?: any;
|
198
198
|
} & {
|
199
199
|
class?: String | String[];
|
200
|
-
variant?: "
|
201
|
-
"v-model"?: number | number[];
|
202
|
-
modelValue?: number | number[];
|
200
|
+
variant?: "navigation" | "default";
|
203
201
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
202
|
+
modelValue?: number | number[];
|
203
|
+
"v-model"?: number | number[];
|
204
204
|
expandAll?: boolean;
|
205
205
|
}>, never>;
|
206
206
|
};
|