@omnia/fx 8.0.53-vnext → 8.0.55-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +187 -17
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts
CHANGED
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: LanguagePropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: LanguagePropertyValue) => void;
|
55
55
|
readonly displaySettings?: import("@omnia/fx-models").LanguageDisplaySettings;
|
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: import("@omnia/fx-models").LinkPropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: import("@omnia/fx-models").LinkPropertyValue) => void;
|
55
55
|
readonly displaySettings?: import("@omnia/fx-models").LinkDisplaySettings;
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly disabled?: boolean;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -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 disabled?: boolean;
|
52
52
|
readonly valueBind?: MediaPropertyValue;
|
53
53
|
readonly onValueBindChanged?: (newValue: MediaPropertyValue) => void;
|
54
54
|
readonly displaySettings?: import("@omnia/fx-models").MediaDisplaySettings;
|
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: MultilineTextPropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: MultilineTextPropertyValue) => void;
|
55
55
|
readonly displaySettings?: import("@omnia/fx-models").MultilineTextDisplaySettings;
|
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: import("@omnia/fx-models").MultilingualTextPropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: import("@omnia/fx-models").MultilingualTextPropertyValue) => void;
|
55
55
|
readonly displaySettings?: import("@omnia/fx-models").MultilinugalTextDisplaySettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts
CHANGED
@@ -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 valueBind?: import("@omnia/fx-models").PhoneNumberPropertyValue;
|
56
55
|
readonly styles?: {
|
57
56
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
57
|
};
|
58
|
+
readonly valueBind?: import("@omnia/fx-models").PhoneNumberPropertyValue;
|
59
59
|
readonly displaySettings?: import("@omnia/fx-models").PhoneDisplaySettings;
|
60
60
|
readonly setupSettings?: never;
|
61
61
|
};
|
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
}>;
|
126
126
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
127
|
propsDefinition: Omit<Readonly<{} & {
|
128
|
-
valueBind?: import("@omnia/fx-models").PhoneNumberPropertyValue;
|
129
128
|
styles?: {
|
130
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
131
130
|
};
|
131
|
+
valueBind?: import("@omnia/fx-models").PhoneNumberPropertyValue;
|
132
132
|
displaySettings?: import("@omnia/fx-models").PhoneDisplaySettings;
|
133
133
|
setupSettings?: never;
|
134
134
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts
CHANGED
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly disabled?: boolean;
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
12
11
|
ref_key?: string;
|
@@ -48,6 +47,7 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
50
|
+
readonly disabled?: boolean;
|
51
51
|
readonly valueBind?: import("@omnia/fx-models").PhoneNumberPropertyValue;
|
52
52
|
readonly onValueBindChanged?: (newValue: import("@omnia/fx-models").PhoneNumberPropertyValue) => void;
|
53
53
|
readonly displaySettings?: import("@omnia/fx-models").PhoneDisplaySettings;
|
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: import("@omnia/fx-models").TextPropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: import("@omnia/fx-models").TextPropertyValue) => void;
|
55
55
|
readonly displaySettings?: import("@omnia/fx-models").TextDisplaySettings;
|
@@ -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 valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
56
55
|
readonly styles?: {
|
57
56
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
57
|
};
|
58
|
+
readonly valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
59
59
|
readonly displaySettings?: import("@omnia/fx-models").TimeDisplaySettings;
|
60
60
|
readonly setupSettings?: never;
|
61
61
|
};
|
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
}>;
|
126
126
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
127
|
propsDefinition: Omit<Readonly<{} & {
|
128
|
-
valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
129
128
|
styles?: {
|
130
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
131
130
|
};
|
131
|
+
valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
132
132
|
displaySettings?: import("@omnia/fx-models").TimeDisplaySettings;
|
133
133
|
setupSettings?: never;
|
134
134
|
}>, never>;
|
@@ -11,7 +11,6 @@ declare const _default: {
|
|
11
11
|
style?: unknown;
|
12
12
|
class?: unknown;
|
13
13
|
key?: string | number | symbol;
|
14
|
-
readonly disabled?: boolean;
|
15
14
|
ref?: import("vue").VNodeRef;
|
16
15
|
ref_for?: boolean;
|
17
16
|
ref_key?: string;
|
@@ -53,10 +52,11 @@ declare const _default: {
|
|
53
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
53
|
[key: string]: any;
|
55
54
|
}>) => void)[];
|
56
|
-
readonly
|
55
|
+
readonly disabled?: boolean;
|
57
56
|
readonly styles?: {
|
58
57
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
59
58
|
};
|
59
|
+
readonly valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
60
60
|
readonly onValueBindChanged?: (newValue: import("@omnia/fx-models").TimePropertyValue) => void;
|
61
61
|
readonly displaySettings?: import("@omnia/fx-models").TimeDisplaySettings;
|
62
62
|
readonly setupSettings?: never;
|
@@ -138,10 +138,10 @@ declare const _default: {
|
|
138
138
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
139
139
|
propsDefinition: Omit<Readonly<{} & {
|
140
140
|
disabled?: boolean;
|
141
|
-
valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
142
141
|
styles?: {
|
143
142
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
144
143
|
};
|
144
|
+
valueBind?: import("@omnia/fx-models").TimePropertyValue;
|
145
145
|
onValueBindChanged?: (newValue: import("@omnia/fx-models").TimePropertyValue) => void;
|
146
146
|
displaySettings?: import("@omnia/fx-models").TimeDisplaySettings;
|
147
147
|
setupSettings?: never;
|
package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
|
-
readonly onValueChanged?: Function;
|
52
51
|
readonly styles?: {
|
53
52
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
54
53
|
};
|
54
|
+
readonly onValueChanged?: Function;
|
55
55
|
readonly renderBody?: () => JSX.Element[];
|
56
56
|
readonly showLockConfiguration?: boolean;
|
57
57
|
readonly lockingStatus?: PropertyLockStatus;
|
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
showLockConfiguration: import("vue").Prop<boolean, boolean>;
|
126
126
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
127
|
propsDefinition: Omit<Readonly<{} & {
|
128
|
-
onValueChanged?: Function;
|
129
128
|
styles?: {
|
130
129
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
131
130
|
};
|
131
|
+
onValueChanged?: Function;
|
132
132
|
renderBody?: () => JSX.Element[];
|
133
133
|
showLockConfiguration?: boolean;
|
134
134
|
lockingStatus?: PropertyLockStatus;
|
@@ -8,10 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly dark?: boolean;
|
12
|
-
readonly filled?: boolean;
|
13
|
-
readonly multiple?: boolean;
|
14
|
-
readonly disabled?: boolean;
|
15
11
|
ref?: import("vue").VNodeRef;
|
16
12
|
ref_for?: boolean;
|
17
13
|
ref_key?: string;
|
@@ -53,6 +49,10 @@ declare const _default: {
|
|
53
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
50
|
[key: string]: any;
|
55
51
|
}>) => void)[];
|
52
|
+
readonly dark?: boolean;
|
53
|
+
readonly filled?: boolean;
|
54
|
+
readonly multiple?: boolean;
|
55
|
+
readonly disabled?: boolean;
|
56
56
|
readonly valueBind?: PropertyRegistration;
|
57
57
|
readonly onValueChanged?: (model: PropertyRegistration) => void;
|
58
58
|
readonly hideDetails?: boolean;
|
@@ -7,10 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly dark?: boolean;
|
11
|
-
readonly filled?: boolean;
|
12
|
-
readonly multiple?: boolean;
|
13
|
-
readonly disabled?: boolean;
|
14
10
|
ref?: import("vue").VNodeRef;
|
15
11
|
ref_for?: boolean;
|
16
12
|
ref_key?: string;
|
@@ -52,6 +48,10 @@ declare const _default: {
|
|
52
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
49
|
[key: string]: any;
|
54
50
|
}>) => void)[];
|
51
|
+
readonly dark?: boolean;
|
52
|
+
readonly filled?: boolean;
|
53
|
+
readonly multiple?: boolean;
|
54
|
+
readonly disabled?: boolean;
|
55
55
|
readonly hideDetails?: boolean;
|
56
56
|
readonly selectableDataSources?: GuidValue[];
|
57
57
|
readonly onDataSourcePropertySelected?: (selection: import("@omnia/fx/ux").IDataSourcePropertySelection) => Promise<void>;
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly disabled?: boolean;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -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 disabled?: boolean;
|
52
52
|
readonly valueBind?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
53
53
|
readonly onValueBindChanged?: (newValue: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
54
54
|
readonly editMode?: boolean;
|
package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts
CHANGED
@@ -8,7 +8,6 @@ declare const _default: {
|
|
8
8
|
style?: unknown;
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
ref?: import("vue").VNodeRef;
|
13
12
|
ref_for?: boolean;
|
14
13
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
50
|
[key: string]: any;
|
52
51
|
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
53
|
readonly valueBind?: PropertyValue;
|
54
54
|
readonly onValueBindChanged?: (newValue: PropertyValue) => void;
|
55
55
|
readonly editMode?: boolean;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
51
|
[key: string]: any;
|
52
52
|
}>) => void)[];
|
53
|
-
readonly editor: Editor;
|
54
53
|
readonly items: ToolbarConfiguration[];
|
54
|
+
readonly editor: Editor;
|
55
55
|
readonly onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
56
56
|
};
|
57
57
|
$attrs: {
|
@@ -132,8 +132,8 @@ declare const _default: {
|
|
132
132
|
};
|
133
133
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
134
134
|
propsDefinition: Omit<Readonly<{
|
135
|
-
editor: Editor;
|
136
135
|
items: ToolbarConfiguration[];
|
136
|
+
editor: Editor;
|
137
137
|
onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
138
138
|
} & {}>, never>;
|
139
139
|
};
|
@@ -11,11 +11,10 @@ declare const _default: {
|
|
11
11
|
$data: {};
|
12
12
|
$props: {
|
13
13
|
readonly outlined?: boolean;
|
14
|
+
readonly mode?: RichTextModes;
|
14
15
|
style?: unknown;
|
15
16
|
class?: unknown;
|
16
17
|
key?: string | number | symbol;
|
17
|
-
readonly disabled?: boolean;
|
18
|
-
readonly mode?: RichTextModes;
|
19
18
|
ref?: import("vue").VNodeRef;
|
20
19
|
ref_for?: boolean;
|
21
20
|
ref_key?: string;
|
@@ -57,15 +56,13 @@ declare const _default: {
|
|
57
56
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
57
|
[key: string]: any;
|
59
58
|
}>) => void)[];
|
59
|
+
readonly disabled?: boolean;
|
60
60
|
readonly placeholder?: RichTextEditorPlaceHolder;
|
61
61
|
readonly onFocus?: () => void;
|
62
62
|
readonly onBlur?: () => void;
|
63
|
-
readonly "aria-describedby"?: string;
|
64
|
-
readonly "aria-invalid"?: boolean;
|
65
63
|
readonly styles?: unknown;
|
66
|
-
readonly ariaInvalid?: boolean;
|
67
|
-
readonly onContentChange: (content: string) => void;
|
68
64
|
readonly initialContent: string;
|
65
|
+
readonly onContentChange: (content: string) => void;
|
69
66
|
readonly bodyClass?: string;
|
70
67
|
readonly onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
71
68
|
readonly registerFocus?: (callback: () => void) => void;
|
@@ -73,7 +70,10 @@ declare const _default: {
|
|
73
70
|
readonly resetContent?: boolean;
|
74
71
|
readonly autoFocus?: boolean;
|
75
72
|
readonly ariaDescribedby?: string;
|
73
|
+
readonly ariaInvalid?: boolean;
|
76
74
|
readonly disableAutofocus?: boolean;
|
75
|
+
readonly "aria-describedby"?: string;
|
76
|
+
readonly "aria-invalid"?: boolean;
|
77
77
|
readonly "on-content-data-change"?: (richtextHelper: RichTextContentHelper) => void;
|
78
78
|
readonly "on-blur"?: () => void;
|
79
79
|
readonly "on-focus"?: () => void;
|
@@ -504,19 +504,16 @@ declare const _default: {
|
|
504
504
|
};
|
505
505
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
506
506
|
propsDefinition: Omit<Readonly<{
|
507
|
-
onContentChange: (content: string) => void;
|
508
507
|
initialContent: string;
|
508
|
+
onContentChange: (content: string) => void;
|
509
509
|
} & {
|
510
510
|
outlined?: boolean;
|
511
|
-
disabled?: boolean;
|
512
511
|
mode?: RichTextModes;
|
512
|
+
disabled?: boolean;
|
513
513
|
placeholder?: RichTextEditorPlaceHolder;
|
514
514
|
onFocus?: () => void;
|
515
515
|
onBlur?: () => void;
|
516
|
-
"aria-describedby"?: string;
|
517
|
-
"aria-invalid"?: boolean;
|
518
516
|
styles?: unknown;
|
519
|
-
ariaInvalid?: boolean;
|
520
517
|
bodyClass?: string;
|
521
518
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
522
519
|
registerFocus?: (callback: () => void) => void;
|
@@ -524,7 +521,10 @@ declare const _default: {
|
|
524
521
|
resetContent?: boolean;
|
525
522
|
autoFocus?: boolean;
|
526
523
|
ariaDescribedby?: string;
|
524
|
+
ariaInvalid?: boolean;
|
527
525
|
disableAutofocus?: boolean;
|
526
|
+
"aria-describedby"?: string;
|
527
|
+
"aria-invalid"?: boolean;
|
528
528
|
"on-content-data-change"?: (richtextHelper: RichTextContentHelper) => void;
|
529
529
|
"on-blur"?: () => void;
|
530
530
|
"on-focus"?: () => void;
|
@@ -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
|
readonly text?: string;
|
13
13
|
style?: unknown;
|
@@ -90,8 +90,8 @@ declare const _default: {
|
|
90
90
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
91
91
|
container?: any;
|
92
92
|
blueprint?: any;
|
93
|
-
colorSchemaType?: any;
|
94
93
|
blueprintType?: any;
|
94
|
+
colorSchemaType?: any;
|
95
95
|
colors?: any;
|
96
96
|
}, {}, string, {}> & {
|
97
97
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -154,15 +154,15 @@ declare const _default: {
|
|
154
154
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
155
155
|
container?: any;
|
156
156
|
blueprint?: any;
|
157
|
-
colorSchemaType?: any;
|
158
157
|
blueprintType?: any;
|
158
|
+
colorSchemaType?: any;
|
159
159
|
colors?: any;
|
160
160
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
161
161
|
propsDefinition: Omit<Readonly<{
|
162
162
|
container?: any;
|
163
163
|
blueprint?: any;
|
164
|
-
colorSchemaType?: any;
|
165
164
|
blueprintType?: any;
|
165
|
+
colorSchemaType?: any;
|
166
166
|
colors?: any;
|
167
167
|
} & {
|
168
168
|
text?: string;
|
@@ -50,11 +50,11 @@ declare const _default: {
|
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
52
|
readonly description?: string;
|
53
|
-
readonly "v-model"?: boolean;
|
54
|
-
readonly modelValue?: boolean;
|
55
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
56
53
|
readonly headerClass?: string;
|
57
54
|
readonly contentClass?: string;
|
55
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
56
|
+
readonly modelValue?: boolean;
|
57
|
+
readonly "v-model"?: boolean;
|
58
58
|
readonly "content-class"?: string;
|
59
59
|
readonly onSave?: () => Promise<boolean>;
|
60
60
|
readonly "header-class"?: string;
|
@@ -314,11 +314,11 @@ declare const _default: {
|
|
314
314
|
title?: string;
|
315
315
|
width?: string | number;
|
316
316
|
description?: string;
|
317
|
-
"v-model"?: boolean;
|
318
|
-
modelValue?: boolean;
|
319
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
320
317
|
headerClass?: string;
|
321
318
|
contentClass?: string;
|
319
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
320
|
+
modelValue?: boolean;
|
321
|
+
"v-model"?: boolean;
|
322
322
|
"content-class"?: string;
|
323
323
|
onSave?: () => Promise<boolean>;
|
324
324
|
"header-class"?: string;
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly position?: string;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -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 position?: string;
|
52
52
|
};
|
53
53
|
$attrs: {
|
54
54
|
[x: string]: unknown;
|
@@ -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[];
|
@@ -114,9 +114,9 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
readonly "v-model"?: SpacingSettings;
|
118
|
-
readonly modelValue?: SpacingSettings;
|
119
117
|
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
|
+
readonly modelValue?: SpacingSettings;
|
119
|
+
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly "individual-selection"?: boolean;
|
122
122
|
readonly disableTop?: boolean;
|
@@ -254,8 +254,8 @@ declare const _default: {
|
|
254
254
|
}, string, {
|
255
255
|
container?: any;
|
256
256
|
blueprint?: any;
|
257
|
-
colorSchemaType?: any;
|
258
257
|
blueprintType?: any;
|
258
|
+
colorSchemaType?: any;
|
259
259
|
colors?: any;
|
260
260
|
}, {}, string, {}> & {
|
261
261
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -502,15 +502,15 @@ declare const _default: {
|
|
502
502
|
}, string, {
|
503
503
|
container?: any;
|
504
504
|
blueprint?: any;
|
505
|
-
colorSchemaType?: any;
|
506
505
|
blueprintType?: any;
|
506
|
+
colorSchemaType?: any;
|
507
507
|
colors?: any;
|
508
508
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
509
509
|
propsDefinition: Omit<Readonly<{
|
510
510
|
container?: any;
|
511
511
|
blueprint?: any;
|
512
|
-
colorSchemaType?: any;
|
513
512
|
blueprintType?: any;
|
513
|
+
colorSchemaType?: any;
|
514
514
|
colors?: any;
|
515
515
|
} & {
|
516
516
|
class?: String | String[];
|
@@ -575,9 +575,9 @@ declare const _default: {
|
|
575
575
|
};
|
576
576
|
}>;
|
577
577
|
};
|
578
|
-
"v-model"?: SpacingSettings;
|
579
|
-
modelValue?: SpacingSettings;
|
580
578
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
579
|
+
modelValue?: SpacingSettings;
|
580
|
+
"v-model"?: SpacingSettings;
|
581
581
|
individualSelection?: boolean;
|
582
582
|
"individual-selection"?: boolean;
|
583
583
|
disableTop?: boolean;
|
@@ -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[];
|
@@ -114,9 +114,9 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
readonly "v-model"?: SpacingSettings;
|
118
|
-
readonly modelValue?: SpacingSettings;
|
119
117
|
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
|
+
readonly modelValue?: SpacingSettings;
|
119
|
+
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly disableTop?: boolean;
|
122
122
|
readonly disableBottom?: boolean;
|
@@ -234,8 +234,8 @@ declare const _default: {
|
|
234
234
|
}, string, {
|
235
235
|
container?: any;
|
236
236
|
blueprint?: any;
|
237
|
-
colorSchemaType?: any;
|
238
237
|
blueprintType?: any;
|
238
|
+
colorSchemaType?: any;
|
239
239
|
colors?: any;
|
240
240
|
}, {}, string, {}> & {
|
241
241
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -452,15 +452,15 @@ declare const _default: {
|
|
452
452
|
}, string, {
|
453
453
|
container?: any;
|
454
454
|
blueprint?: any;
|
455
|
-
colorSchemaType?: any;
|
456
455
|
blueprintType?: any;
|
456
|
+
colorSchemaType?: any;
|
457
457
|
colors?: any;
|
458
458
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
459
459
|
propsDefinition: Omit<Readonly<{
|
460
460
|
container?: any;
|
461
461
|
blueprint?: any;
|
462
|
-
colorSchemaType?: any;
|
463
462
|
blueprintType?: any;
|
463
|
+
colorSchemaType?: any;
|
464
464
|
colors?: any;
|
465
465
|
} & {
|
466
466
|
class?: String | String[];
|
@@ -525,9 +525,9 @@ declare const _default: {
|
|
525
525
|
};
|
526
526
|
}>;
|
527
527
|
};
|
528
|
-
"v-model"?: SpacingSettings;
|
529
|
-
modelValue?: SpacingSettings;
|
530
528
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
529
|
+
modelValue?: SpacingSettings;
|
530
|
+
"v-model"?: SpacingSettings;
|
531
531
|
individualSelection?: boolean;
|
532
532
|
disableTop?: boolean;
|
533
533
|
disableBottom?: boolean;
|
@@ -9,8 +9,6 @@ declare const _default: {
|
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
11
|
readonly content?: string | JSX.Element;
|
12
|
-
readonly overlay?: StatusMessageOverlayType;
|
13
|
-
readonly icon?: string;
|
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 overlay?: StatusMessageOverlayType;
|
54
|
+
readonly icon?: string;
|
55
55
|
readonly statusCode?: HttpStatusCode;
|
56
56
|
readonly "status-code"?: HttpStatusCode;
|
57
57
|
};
|