@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
@@ -4,15 +4,11 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly mode?: "date-time" | "date";
|
7
8
|
readonly label?: string;
|
8
9
|
style?: unknown;
|
9
10
|
class?: unknown;
|
10
11
|
key?: string | number | symbol;
|
11
|
-
readonly color?: string;
|
12
|
-
readonly dark?: boolean;
|
13
|
-
readonly filled?: boolean;
|
14
|
-
readonly disabled?: boolean;
|
15
|
-
readonly mode?: "date-time" | "date";
|
16
12
|
ref?: import("vue").VNodeRef;
|
17
13
|
ref_for?: boolean;
|
18
14
|
ref_key?: string;
|
@@ -54,6 +50,10 @@ declare const _default: {
|
|
54
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
51
|
[key: string]: any;
|
56
52
|
}>) => void)[];
|
53
|
+
readonly color?: string;
|
54
|
+
readonly dark?: boolean;
|
55
|
+
readonly filled?: boolean;
|
56
|
+
readonly disabled?: boolean;
|
57
57
|
readonly valueBind?: DateTimeZone<string>;
|
58
58
|
readonly onValueChanged?: (value: DateTimeZone<Date>) => void;
|
59
59
|
readonly singleLine?: boolean;
|
@@ -151,12 +151,12 @@ declare const _default: {
|
|
151
151
|
showMenu?: import("vue").Prop<boolean, boolean>;
|
152
152
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
153
|
propsDefinition: Omit<Readonly<{} & {
|
154
|
+
mode?: "date-time" | "date";
|
154
155
|
label?: string;
|
155
156
|
color?: string;
|
156
157
|
dark?: boolean;
|
157
158
|
filled?: boolean;
|
158
159
|
disabled?: boolean;
|
159
|
-
mode?: "date-time" | "date";
|
160
160
|
valueBind?: DateTimeZone<string>;
|
161
161
|
onValueChanged?: (value: DateTimeZone<Date>) => void;
|
162
162
|
singleLine?: boolean;
|
@@ -3,11 +3,11 @@ declare const _default: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
|
+
readonly mode?: "time" | "date-time" | "date";
|
6
7
|
readonly label?: string;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly mode?: "time" | "date-time" | "date";
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
label?: import("vue").Prop<string, string>;
|
111
111
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
112
112
|
propsDefinition: Omit<Readonly<{} & {
|
113
|
-
label?: string;
|
114
113
|
mode?: "time" | "date-time" | "date";
|
114
|
+
label?: string;
|
115
115
|
valueBind?: import("@omnia/fx-models").DateTimeZone<string>;
|
116
116
|
dateFormat?: string;
|
117
117
|
timeFormat?: string;
|
@@ -9,12 +9,7 @@ declare const dialogComponent: {
|
|
9
9
|
style?: unknown;
|
10
10
|
class?: unknown;
|
11
11
|
key?: string | number | symbol;
|
12
|
-
readonly maxWidth?: string | number;
|
13
|
-
readonly position?: DialogPositions;
|
14
12
|
readonly width?: string | number;
|
15
|
-
readonly dark?: boolean;
|
16
|
-
readonly light?: boolean;
|
17
|
-
readonly disabled?: boolean;
|
18
13
|
ref?: import("vue").VNodeRef;
|
19
14
|
ref_for?: boolean;
|
20
15
|
ref_key?: string;
|
@@ -56,8 +51,13 @@ declare const dialogComponent: {
|
|
56
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
52
|
[key: string]: any;
|
58
53
|
}>) => void)[];
|
59
|
-
readonly
|
54
|
+
readonly maxWidth?: string | number;
|
55
|
+
readonly position?: DialogPositions;
|
56
|
+
readonly dark?: boolean;
|
57
|
+
readonly light?: boolean;
|
58
|
+
readonly disabled?: boolean;
|
60
59
|
readonly onClose?: () => void;
|
60
|
+
readonly valueBind?: DialogModel;
|
61
61
|
readonly onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
|
62
62
|
readonly headerClass?: string;
|
63
63
|
readonly contentClass?: string;
|
@@ -185,14 +185,14 @@ declare const dialogComponent: {
|
|
185
185
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
186
186
|
propsDefinition: Omit<Readonly<{} & {
|
187
187
|
title?: string;
|
188
|
+
width?: string | number;
|
188
189
|
maxWidth?: string | number;
|
189
190
|
position?: DialogPositions;
|
190
|
-
width?: string | number;
|
191
191
|
dark?: boolean;
|
192
192
|
light?: boolean;
|
193
193
|
disabled?: boolean;
|
194
|
-
valueBind?: DialogModel;
|
195
194
|
onClose?: () => void;
|
195
|
+
valueBind?: DialogModel;
|
196
196
|
onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
|
197
197
|
headerClass?: string;
|
198
198
|
contentClass?: string;
|
@@ -49,9 +49,9 @@ declare const _default: {
|
|
49
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
|
-
readonly "v-model"?: boolean;
|
53
|
-
readonly modelValue?: boolean;
|
54
52
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
53
|
+
readonly modelValue?: boolean;
|
54
|
+
readonly "v-model"?: boolean;
|
55
55
|
readonly typedHandler: PersonFilterEngineHandler;
|
56
56
|
readonly isChecked?: boolean;
|
57
57
|
readonly "onUpdate:isChecked"?: (value: boolean) => any;
|
@@ -217,9 +217,9 @@ declare const _default: {
|
|
217
217
|
handleSetvalue: (user: Refinement) => void;
|
218
218
|
} & {
|
219
219
|
key?: String;
|
220
|
-
"v-model"?: boolean;
|
221
|
-
modelValue?: boolean;
|
222
220
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
221
|
+
modelValue?: boolean;
|
222
|
+
"v-model"?: boolean;
|
223
223
|
isChecked?: boolean;
|
224
224
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
225
225
|
"v-model:isChecked"?: boolean;
|
@@ -28,11 +28,11 @@ declare const _default: {
|
|
28
28
|
$: import("vue").ComponentInternalInstance;
|
29
29
|
$data: {};
|
30
30
|
$props: {
|
31
|
+
readonly inline?: boolean;
|
31
32
|
style?: unknown;
|
32
33
|
class?: unknown;
|
33
34
|
key?: string | number | symbol;
|
34
35
|
readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
|
35
|
-
readonly inline?: boolean;
|
36
36
|
ref?: import("vue").VNodeRef;
|
37
37
|
ref_for?: boolean;
|
38
38
|
ref_key?: string;
|
@@ -74,15 +74,6 @@ declare const _default: {
|
|
74
74
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
75
75
|
[key: string]: any;
|
76
76
|
}>) => void)[];
|
77
|
-
readonly "v-slots"?: {
|
78
|
-
default?: import("../DefineVueTypings").Slot<any[]>;
|
79
|
-
} & {
|
80
|
-
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
81
|
-
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
82
|
-
};
|
83
|
-
readonly "v-model"?: Identity[];
|
84
|
-
readonly modelValue?: Identity[];
|
85
|
-
readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
|
86
77
|
readonly styles?: {
|
87
78
|
container: {
|
88
79
|
$nest: {
|
@@ -106,6 +97,15 @@ declare const _default: {
|
|
106
97
|
};
|
107
98
|
};
|
108
99
|
};
|
100
|
+
readonly "v-slots"?: {
|
101
|
+
default?: import("../DefineVueTypings").Slot<any[]>;
|
102
|
+
} & {
|
103
|
+
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
104
|
+
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
105
|
+
};
|
106
|
+
readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
|
107
|
+
readonly modelValue?: Identity[];
|
108
|
+
readonly "v-model"?: Identity[];
|
109
109
|
readonly hidePresence?: boolean;
|
110
110
|
readonly imageOnly?: boolean;
|
111
111
|
readonly presenceOffsetX?: number;
|
@@ -449,17 +449,8 @@ declare const _default: {
|
|
449
449
|
};
|
450
450
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
451
451
|
propsDefinition: Omit<Readonly<{} & {
|
452
|
-
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
453
452
|
inline?: boolean;
|
454
|
-
"
|
455
|
-
default?: import("../DefineVueTypings").Slot<any[]>;
|
456
|
-
} & {
|
457
|
-
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
458
|
-
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
459
|
-
};
|
460
|
-
"v-model"?: Identity[];
|
461
|
-
modelValue?: Identity[];
|
462
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
453
|
+
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
463
454
|
styles?: {
|
464
455
|
container: {
|
465
456
|
$nest: {
|
@@ -483,6 +474,15 @@ declare const _default: {
|
|
483
474
|
};
|
484
475
|
};
|
485
476
|
};
|
477
|
+
"v-slots"?: {
|
478
|
+
default?: import("../DefineVueTypings").Slot<any[]>;
|
479
|
+
} & {
|
480
|
+
left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
481
|
+
right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
|
482
|
+
};
|
483
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
484
|
+
modelValue?: Identity[];
|
485
|
+
"v-model"?: Identity[];
|
486
486
|
hidePresence?: boolean;
|
487
487
|
imageOnly?: boolean;
|
488
488
|
presenceOffsetX?: number;
|
@@ -9,8 +9,6 @@ declare const _default: {
|
|
9
9
|
class?: unknown;
|
10
10
|
readonly type?: PrincipalTypes;
|
11
11
|
key?: string | number | symbol;
|
12
|
-
readonly top?: Boolean;
|
13
|
-
readonly disabled?: Boolean;
|
14
12
|
ref?: import("vue").VNodeRef;
|
15
13
|
ref_for?: boolean;
|
16
14
|
ref_key?: string;
|
@@ -52,9 +50,11 @@ declare const _default: {
|
|
52
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
51
|
[key: string]: any;
|
54
52
|
}>) => void)[];
|
55
|
-
readonly
|
56
|
-
readonly
|
53
|
+
readonly top?: Boolean;
|
54
|
+
readonly disabled?: Boolean;
|
57
55
|
readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
|
56
|
+
readonly modelValue?: Identity[];
|
57
|
+
readonly "v-model"?: Identity[];
|
58
58
|
readonly providerIds?: GuidValue[];
|
59
59
|
readonly "provider-ids"?: GuidValue[];
|
60
60
|
readonly disabledIdentities?: Identity[];
|
@@ -353,9 +353,9 @@ declare const _default: {
|
|
353
353
|
type?: PrincipalTypes;
|
354
354
|
top?: Boolean;
|
355
355
|
disabled?: Boolean;
|
356
|
-
"v-model"?: Identity[];
|
357
|
-
modelValue?: Identity[];
|
358
356
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
357
|
+
modelValue?: Identity[];
|
358
|
+
"v-model"?: Identity[];
|
359
359
|
providerIds?: GuidValue[];
|
360
360
|
"provider-ids"?: GuidValue[];
|
361
361
|
disabledIdentities?: Identity[];
|
@@ -10,8 +10,6 @@ declare const _default: {
|
|
10
10
|
class?: unknown;
|
11
11
|
readonly type?: PrincipalTypes;
|
12
12
|
key?: string | number | symbol;
|
13
|
-
readonly top?: boolean;
|
14
|
-
readonly disabled?: boolean;
|
15
13
|
ref?: import("vue").VNodeRef;
|
16
14
|
ref_for?: boolean;
|
17
15
|
ref_key?: string;
|
@@ -54,10 +52,12 @@ declare const _default: {
|
|
54
52
|
[key: string]: any;
|
55
53
|
}>) => void)[];
|
56
54
|
readonly description?: string;
|
55
|
+
readonly top?: boolean;
|
56
|
+
readonly disabled?: boolean;
|
57
57
|
onSelect?: (value: Identity) => any;
|
58
|
-
readonly singleLine?: boolean;
|
59
|
-
readonly ariaInvalid?: boolean;
|
60
58
|
readonly ariaDescribedby?: string;
|
59
|
+
readonly ariaInvalid?: boolean;
|
60
|
+
readonly singleLine?: boolean;
|
61
61
|
readonly providerIds?: GuidValue[];
|
62
62
|
readonly "provider-ids"?: GuidValue[];
|
63
63
|
readonly keepSelectionMenu?: boolean;
|
@@ -382,12 +382,12 @@ declare const _default: {
|
|
382
382
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
383
383
|
label?: string;
|
384
384
|
type?: PrincipalTypes;
|
385
|
+
description?: string;
|
385
386
|
top?: boolean;
|
386
387
|
disabled?: boolean;
|
387
|
-
description?: string;
|
388
|
-
singleLine?: boolean;
|
389
|
-
ariaInvalid?: boolean;
|
390
388
|
ariaDescribedby?: string;
|
389
|
+
ariaInvalid?: boolean;
|
390
|
+
singleLine?: boolean;
|
391
391
|
providerIds?: GuidValue[];
|
392
392
|
"provider-ids"?: GuidValue[];
|
393
393
|
keepSelectionMenu?: boolean;
|
@@ -70,8 +70,6 @@ declare const _default: {
|
|
70
70
|
};
|
71
71
|
readonly type?: PrincipalTypes;
|
72
72
|
key?: string | number | symbol;
|
73
|
-
readonly top?: boolean;
|
74
|
-
readonly disabled?: boolean;
|
75
73
|
ref?: import("vue").VNodeRef;
|
76
74
|
ref_for?: boolean;
|
77
75
|
ref_key?: string;
|
@@ -113,10 +111,12 @@ declare const _default: {
|
|
113
111
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
114
112
|
[key: string]: any;
|
115
113
|
}>) => void)[];
|
116
|
-
readonly
|
117
|
-
readonly
|
118
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: Identity) => any);
|
114
|
+
readonly top?: boolean;
|
115
|
+
readonly disabled?: boolean;
|
119
116
|
readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
117
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: Identity) => any);
|
118
|
+
readonly modelValue?: boolean;
|
119
|
+
readonly "v-model"?: boolean;
|
120
120
|
readonly providerIds?: GuidValue[];
|
121
121
|
readonly "provider-ids"?: GuidValue[];
|
122
122
|
readonly keepSelectionMenu?: boolean;
|
@@ -686,10 +686,10 @@ declare const _default: {
|
|
686
686
|
type?: PrincipalTypes;
|
687
687
|
top?: boolean;
|
688
688
|
disabled?: boolean;
|
689
|
-
"v-model"?: boolean;
|
690
|
-
modelValue?: boolean;
|
691
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
692
689
|
location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
690
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
691
|
+
modelValue?: boolean;
|
692
|
+
"v-model"?: boolean;
|
693
693
|
providerIds?: GuidValue[];
|
694
694
|
"provider-ids"?: GuidValue[];
|
695
695
|
keepSelectionMenu?: boolean;
|
@@ -10,9 +10,6 @@ declare const _default: {
|
|
10
10
|
class?: unknown;
|
11
11
|
readonly type?: PrincipalTypes;
|
12
12
|
key?: string | number | symbol;
|
13
|
-
readonly top?: boolean;
|
14
|
-
readonly multiple?: boolean;
|
15
|
-
readonly disabled?: boolean;
|
16
13
|
readonly required?: boolean;
|
17
14
|
ref?: import("vue").VNodeRef;
|
18
15
|
ref_for?: boolean;
|
@@ -56,12 +53,15 @@ declare const _default: {
|
|
56
53
|
[key: string]: any;
|
57
54
|
}>) => void)[];
|
58
55
|
readonly description?: string;
|
59
|
-
readonly
|
60
|
-
readonly
|
56
|
+
readonly top?: boolean;
|
57
|
+
readonly multiple?: boolean;
|
58
|
+
readonly disabled?: boolean;
|
59
|
+
readonly ariaDescribedby?: string;
|
60
|
+
readonly ariaInvalid?: boolean;
|
61
61
|
"onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
|
62
|
+
readonly modelValue?: Identity[];
|
63
|
+
readonly "v-model"?: Identity[];
|
62
64
|
readonly singleLine?: boolean;
|
63
|
-
readonly ariaInvalid?: boolean;
|
64
|
-
readonly ariaDescribedby?: string;
|
65
65
|
readonly providerIds?: GuidValue[];
|
66
66
|
readonly "provider-ids"?: GuidValue[];
|
67
67
|
readonly keepSelectionMenu?: boolean;
|
@@ -456,17 +456,17 @@ declare const _default: {
|
|
456
456
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
457
457
|
label?: string;
|
458
458
|
type?: PrincipalTypes;
|
459
|
+
required?: boolean;
|
460
|
+
description?: string;
|
459
461
|
top?: boolean;
|
460
462
|
multiple?: boolean;
|
461
463
|
disabled?: boolean;
|
462
|
-
|
463
|
-
|
464
|
-
"v-model"?: Identity[];
|
465
|
-
modelValue?: Identity[];
|
464
|
+
ariaDescribedby?: string;
|
465
|
+
ariaInvalid?: boolean;
|
466
466
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
467
|
+
modelValue?: Identity[];
|
468
|
+
"v-model"?: Identity[];
|
467
469
|
singleLine?: boolean;
|
468
|
-
ariaInvalid?: boolean;
|
469
|
-
ariaDescribedby?: string;
|
470
470
|
providerIds?: GuidValue[];
|
471
471
|
"provider-ids"?: GuidValue[];
|
472
472
|
keepSelectionMenu?: boolean;
|
@@ -10,9 +10,6 @@ declare const _default: {
|
|
10
10
|
class?: unknown;
|
11
11
|
readonly type?: PrincipalTypes;
|
12
12
|
key?: string | number | symbol;
|
13
|
-
readonly top?: boolean;
|
14
|
-
readonly multiple?: boolean;
|
15
|
-
readonly disabled?: boolean;
|
16
13
|
readonly required?: boolean;
|
17
14
|
ref?: import("vue").VNodeRef;
|
18
15
|
ref_for?: boolean;
|
@@ -56,12 +53,15 @@ declare const _default: {
|
|
56
53
|
[key: string]: any;
|
57
54
|
}>) => void)[];
|
58
55
|
readonly description?: string;
|
59
|
-
readonly
|
60
|
-
readonly
|
56
|
+
readonly top?: boolean;
|
57
|
+
readonly multiple?: boolean;
|
58
|
+
readonly disabled?: boolean;
|
59
|
+
readonly ariaDescribedby?: string;
|
60
|
+
readonly ariaInvalid?: boolean;
|
61
61
|
"onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
|
62
|
+
readonly modelValue?: Identity[];
|
63
|
+
readonly "v-model"?: Identity[];
|
62
64
|
readonly singleLine?: boolean;
|
63
|
-
readonly ariaInvalid?: boolean;
|
64
|
-
readonly ariaDescribedby?: string;
|
65
65
|
readonly providerIds?: GuidValue[];
|
66
66
|
readonly "provider-ids"?: GuidValue[];
|
67
67
|
readonly keepSelectionMenu?: boolean;
|
@@ -469,17 +469,17 @@ declare const _default: {
|
|
469
469
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
470
470
|
label?: string;
|
471
471
|
type?: PrincipalTypes;
|
472
|
+
required?: boolean;
|
473
|
+
description?: string;
|
472
474
|
top?: boolean;
|
473
475
|
multiple?: boolean;
|
474
476
|
disabled?: boolean;
|
475
|
-
|
476
|
-
|
477
|
-
"v-model"?: Identity[];
|
478
|
-
modelValue?: Identity[];
|
477
|
+
ariaDescribedby?: string;
|
478
|
+
ariaInvalid?: boolean;
|
479
479
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
480
|
+
modelValue?: Identity[];
|
481
|
+
"v-model"?: Identity[];
|
480
482
|
singleLine?: boolean;
|
481
|
-
ariaInvalid?: boolean;
|
482
|
-
ariaDescribedby?: string;
|
483
483
|
providerIds?: GuidValue[];
|
484
484
|
"provider-ids"?: GuidValue[];
|
485
485
|
keepSelectionMenu?: 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[];
|
@@ -73,7 +73,6 @@ declare const _default: {
|
|
73
73
|
}>;
|
74
74
|
};
|
75
75
|
key?: string | number | symbol;
|
76
|
-
readonly mandatory?: boolean;
|
77
76
|
ref?: import("vue").VNodeRef;
|
78
77
|
ref_for?: boolean;
|
79
78
|
ref_key?: string;
|
@@ -115,10 +114,11 @@ declare const _default: {
|
|
115
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
116
115
|
[key: string]: any;
|
117
116
|
}>) => void)[];
|
118
|
-
readonly
|
119
|
-
readonly modelValue?: MediaScalingSettings;
|
120
|
-
"onUpdate:modelValue"?: ((value: MediaScalingSettings) => any) & ((value: any) => any);
|
117
|
+
readonly mandatory?: boolean;
|
121
118
|
readonly group?: boolean;
|
119
|
+
"onUpdate:modelValue"?: ((value: MediaScalingSettings) => any) & ((value: any) => any);
|
120
|
+
readonly modelValue?: MediaScalingSettings;
|
121
|
+
readonly "v-model"?: MediaScalingSettings;
|
122
122
|
"onUpdate:add"?: (value: any) => any;
|
123
123
|
"onUpdate:delete"?: (value: any) => any;
|
124
124
|
};
|
@@ -232,8 +232,8 @@ declare const _default: {
|
|
232
232
|
}, string, {
|
233
233
|
container?: any;
|
234
234
|
blueprint?: any;
|
235
|
-
colorSchemaType?: any;
|
236
235
|
blueprintType?: any;
|
236
|
+
colorSchemaType?: any;
|
237
237
|
colors?: any;
|
238
238
|
}, {}, string, {}> & {
|
239
239
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -446,15 +446,15 @@ declare const _default: {
|
|
446
446
|
}, string, {
|
447
447
|
container?: any;
|
448
448
|
blueprint?: any;
|
449
|
-
colorSchemaType?: any;
|
450
449
|
blueprintType?: any;
|
450
|
+
colorSchemaType?: any;
|
451
451
|
colors?: any;
|
452
452
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
453
453
|
propsDefinition: Omit<Readonly<{
|
454
454
|
container?: any;
|
455
455
|
blueprint?: any;
|
456
|
-
colorSchemaType?: any;
|
457
456
|
blueprintType?: any;
|
457
|
+
colorSchemaType?: any;
|
458
458
|
colors?: any;
|
459
459
|
} & {
|
460
460
|
class?: String | String[];
|
@@ -520,10 +520,10 @@ declare const _default: {
|
|
520
520
|
}>;
|
521
521
|
};
|
522
522
|
mandatory?: boolean;
|
523
|
-
"v-model"?: MediaScalingSettings;
|
524
|
-
modelValue?: MediaScalingSettings;
|
525
|
-
"onUpdate:modelValue"?: (value: MediaScalingSettings) => any;
|
526
523
|
group?: boolean;
|
524
|
+
"onUpdate:modelValue"?: (value: MediaScalingSettings) => any;
|
525
|
+
modelValue?: MediaScalingSettings;
|
526
|
+
"v-model"?: MediaScalingSettings;
|
527
527
|
}>, "onUpdate:modelValue" | "onUpdate:add" | "onUpdate:delete"> & {
|
528
528
|
"onUpdate:modelValue"?: (value: any) => any;
|
529
529
|
"onUpdate:add"?: (value: any) => any;
|
@@ -12,7 +12,6 @@ declare const _default: {
|
|
12
12
|
readonly id?: string;
|
13
13
|
readonly delete?: boolean;
|
14
14
|
readonly size?: BladeSizes;
|
15
|
-
readonly icon?: IIcon;
|
16
15
|
ref?: import("vue").VNodeRef;
|
17
16
|
ref_for?: boolean;
|
18
17
|
ref_key?: string;
|
@@ -54,16 +53,17 @@ declare const _default: {
|
|
54
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
54
|
[key: string]: any;
|
56
55
|
}>) => void)[];
|
56
|
+
readonly icon?: IIcon;
|
57
57
|
readonly variant?: "info" | "new" | "edit";
|
58
|
-
readonly settings?: boolean;
|
59
58
|
readonly "v-slots"?: {
|
60
59
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
61
60
|
} & {
|
62
61
|
actions?: Func<[VNodeChild]>;
|
63
62
|
actionsFooter?: Func<[VNodeChild]>;
|
64
63
|
};
|
65
|
-
readonly
|
64
|
+
readonly settings?: boolean;
|
66
65
|
readonly save?: boolean;
|
66
|
+
readonly create?: boolean;
|
67
67
|
readonly subTitle?: string;
|
68
68
|
"onClick:cancel"?: (id: string) => any;
|
69
69
|
"onClick:delete"?: (id: string) => any;
|
@@ -286,15 +286,15 @@ declare const _default: {
|
|
286
286
|
size?: BladeSizes;
|
287
287
|
icon?: IIcon;
|
288
288
|
variant?: "info" | "new" | "edit";
|
289
|
-
settings?: boolean;
|
290
289
|
"v-slots"?: {
|
291
290
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
292
291
|
} & {
|
293
292
|
actions?: Func<[VNodeChild]>;
|
294
293
|
actionsFooter?: Func<[VNodeChild]>;
|
295
294
|
};
|
296
|
-
|
295
|
+
settings?: boolean;
|
297
296
|
save?: boolean;
|
297
|
+
create?: boolean;
|
298
298
|
subTitle?: string;
|
299
299
|
searchable?: boolean;
|
300
300
|
onClickSave?: (bladeId: string) => void | Promise<void>;
|
@@ -9,7 +9,6 @@ declare const _default: {
|
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
11
|
readonly id?: string;
|
12
|
-
readonly icon?: IIcon;
|
13
12
|
ref?: import("vue").VNodeRef;
|
14
13
|
ref_for?: boolean;
|
15
14
|
ref_key?: string;
|
@@ -51,6 +50,7 @@ declare const _default: {
|
|
51
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
51
|
[key: string]: any;
|
53
52
|
}>) => void)[];
|
53
|
+
readonly icon?: IIcon;
|
54
54
|
readonly items?: JourneyMenuItem[];
|
55
55
|
onItemSelected?: (item: JourneyMenuItem) => any;
|
56
56
|
};
|
@@ -5,15 +5,14 @@ declare const _default: {
|
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
7
|
blueprint?: any;
|
8
|
-
colorSchemaType?: any;
|
9
8
|
blueprintType?: any;
|
9
|
+
colorSchemaType?: any;
|
10
10
|
colors?: any;
|
11
11
|
readonly title?: string;
|
12
12
|
readonly text?: string;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
15
15
|
key?: string | number | symbol;
|
16
|
-
readonly icon?: string;
|
17
16
|
ref?: import("vue").VNodeRef;
|
18
17
|
ref_for?: boolean;
|
19
18
|
ref_key?: string;
|
@@ -56,6 +55,7 @@ declare const _default: {
|
|
56
55
|
[key: string]: any;
|
57
56
|
}>) => void)[];
|
58
57
|
readonly description?: string;
|
58
|
+
readonly icon?: string;
|
59
59
|
};
|
60
60
|
$attrs: {
|
61
61
|
[x: string]: unknown;
|
@@ -99,8 +99,8 @@ declare const _default: {
|
|
99
99
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
100
100
|
container?: any;
|
101
101
|
blueprint?: any;
|
102
|
-
colorSchemaType?: any;
|
103
102
|
blueprintType?: any;
|
103
|
+
colorSchemaType?: any;
|
104
104
|
colors?: any;
|
105
105
|
}, {}, string, {}> & {
|
106
106
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -181,21 +181,21 @@ declare const _default: {
|
|
181
181
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
182
182
|
container?: any;
|
183
183
|
blueprint?: any;
|
184
|
-
colorSchemaType?: any;
|
185
184
|
blueprintType?: any;
|
185
|
+
colorSchemaType?: any;
|
186
186
|
colors?: any;
|
187
187
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
188
188
|
propsDefinition: Omit<Readonly<{
|
189
189
|
container?: any;
|
190
190
|
blueprint?: any;
|
191
|
-
colorSchemaType?: any;
|
192
191
|
blueprintType?: any;
|
192
|
+
colorSchemaType?: any;
|
193
193
|
colors?: any;
|
194
194
|
} & {
|
195
195
|
title?: string;
|
196
196
|
text?: string;
|
197
|
-
icon?: string;
|
198
197
|
description?: string;
|
198
|
+
icon?: string;
|
199
199
|
}>, never>;
|
200
200
|
};
|
201
201
|
export default _default;
|
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
9
|
blueprint?: any;
|
10
|
-
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
11
|
+
colorSchemaType?: any;
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
@@ -88,8 +88,8 @@ declare const _default: {
|
|
88
88
|
}, string, {
|
89
89
|
container?: any;
|
90
90
|
blueprint?: any;
|
91
|
-
colorSchemaType?: any;
|
92
91
|
blueprintType?: any;
|
92
|
+
colorSchemaType?: any;
|
93
93
|
colors?: any;
|
94
94
|
}, {}, string, {}> & {
|
95
95
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -146,15 +146,15 @@ declare const _default: {
|
|
146
146
|
}, string, {
|
147
147
|
container?: any;
|
148
148
|
blueprint?: any;
|
149
|
-
colorSchemaType?: any;
|
150
149
|
blueprintType?: any;
|
150
|
+
colorSchemaType?: any;
|
151
151
|
colors?: any;
|
152
152
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
153
|
propsDefinition: Omit<Readonly<{
|
154
154
|
container?: any;
|
155
155
|
blueprint?: any;
|
156
|
-
colorSchemaType?: any;
|
157
156
|
blueprintType?: any;
|
157
|
+
colorSchemaType?: any;
|
158
158
|
colors?: any;
|
159
159
|
} & {
|
160
160
|
item?: LayoutItemRegistration;
|