@omnia/fx 8.0.74-dev → 8.0.75-dev
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/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
- package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -12,10 +12,18 @@ declare const _default: {
|
|
12
12
|
} & {
|
13
13
|
type: import("vue").PropType<boolean>;
|
14
14
|
};
|
15
|
+
"button-non-flat-mode": {
|
16
|
+
type: import("vue").PropType<ButtonModes>;
|
17
|
+
required: false;
|
18
|
+
};
|
15
19
|
buttonNonFlatMode: {
|
16
20
|
type: import("vue").PropType<ButtonModes>;
|
17
21
|
required: false;
|
18
22
|
};
|
23
|
+
"button-size": {
|
24
|
+
type: import("vue").PropType<ButtonSizes>;
|
25
|
+
required: false;
|
26
|
+
};
|
19
27
|
buttonSize: {
|
20
28
|
type: import("vue").PropType<ButtonSizes>;
|
21
29
|
required: false;
|
@@ -55,14 +63,23 @@ declare const _default: {
|
|
55
63
|
flat: {
|
56
64
|
type: import("vue").PropType<boolean>;
|
57
65
|
required: false;
|
66
|
+
} & {
|
67
|
+
type: import("vue").PropType<boolean>;
|
68
|
+
required: false;
|
58
69
|
};
|
59
70
|
type: {
|
60
71
|
type: import("vue").PropType<ConfirmDialogDisplay>;
|
61
72
|
required: false;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<ConfirmDialogDisplay>;
|
75
|
+
required: false;
|
62
76
|
};
|
63
77
|
icon: {
|
64
78
|
type: import("vue").PropType<string>;
|
65
79
|
required: false;
|
80
|
+
} & {
|
81
|
+
type: import("vue").PropType<string>;
|
82
|
+
required: false;
|
66
83
|
};
|
67
84
|
}>> & {
|
68
85
|
onClose?: (res: ConfirmDialogResponse) => any;
|
@@ -81,10 +98,18 @@ declare const _default: {
|
|
81
98
|
} & {
|
82
99
|
type: import("vue").PropType<boolean>;
|
83
100
|
};
|
101
|
+
"button-non-flat-mode": {
|
102
|
+
type: import("vue").PropType<ButtonModes>;
|
103
|
+
required: false;
|
104
|
+
};
|
84
105
|
buttonNonFlatMode: {
|
85
106
|
type: import("vue").PropType<ButtonModes>;
|
86
107
|
required: false;
|
87
108
|
};
|
109
|
+
"button-size": {
|
110
|
+
type: import("vue").PropType<ButtonSizes>;
|
111
|
+
required: false;
|
112
|
+
};
|
88
113
|
buttonSize: {
|
89
114
|
type: import("vue").PropType<ButtonSizes>;
|
90
115
|
required: false;
|
@@ -124,14 +149,23 @@ declare const _default: {
|
|
124
149
|
flat: {
|
125
150
|
type: import("vue").PropType<boolean>;
|
126
151
|
required: false;
|
152
|
+
} & {
|
153
|
+
type: import("vue").PropType<boolean>;
|
154
|
+
required: false;
|
127
155
|
};
|
128
156
|
type: {
|
129
157
|
type: import("vue").PropType<ConfirmDialogDisplay>;
|
130
158
|
required: false;
|
159
|
+
} & {
|
160
|
+
type: import("vue").PropType<ConfirmDialogDisplay>;
|
161
|
+
required: false;
|
131
162
|
};
|
132
163
|
icon: {
|
133
164
|
type: import("vue").PropType<string>;
|
134
165
|
required: false;
|
166
|
+
} & {
|
167
|
+
type: import("vue").PropType<string>;
|
168
|
+
required: false;
|
135
169
|
};
|
136
170
|
}>> & {
|
137
171
|
onClose?: (res: ConfirmDialogResponse) => any;
|
@@ -152,10 +186,18 @@ declare const _default: {
|
|
152
186
|
} & {
|
153
187
|
type: import("vue").PropType<boolean>;
|
154
188
|
};
|
189
|
+
"button-non-flat-mode": {
|
190
|
+
type: import("vue").PropType<ButtonModes>;
|
191
|
+
required: false;
|
192
|
+
};
|
155
193
|
buttonNonFlatMode: {
|
156
194
|
type: import("vue").PropType<ButtonModes>;
|
157
195
|
required: false;
|
158
196
|
};
|
197
|
+
"button-size": {
|
198
|
+
type: import("vue").PropType<ButtonSizes>;
|
199
|
+
required: false;
|
200
|
+
};
|
159
201
|
buttonSize: {
|
160
202
|
type: import("vue").PropType<ButtonSizes>;
|
161
203
|
required: false;
|
@@ -195,14 +237,23 @@ declare const _default: {
|
|
195
237
|
flat: {
|
196
238
|
type: import("vue").PropType<boolean>;
|
197
239
|
required: false;
|
240
|
+
} & {
|
241
|
+
type: import("vue").PropType<boolean>;
|
242
|
+
required: false;
|
198
243
|
};
|
199
244
|
type: {
|
200
245
|
type: import("vue").PropType<ConfirmDialogDisplay>;
|
201
246
|
required: false;
|
247
|
+
} & {
|
248
|
+
type: import("vue").PropType<ConfirmDialogDisplay>;
|
249
|
+
required: false;
|
202
250
|
};
|
203
251
|
icon: {
|
204
252
|
type: import("vue").PropType<string>;
|
205
253
|
required: false;
|
254
|
+
} & {
|
255
|
+
type: import("vue").PropType<string>;
|
256
|
+
required: false;
|
206
257
|
};
|
207
258
|
}>> & {
|
208
259
|
onClose?: (res: ConfirmDialogResponse) => any;
|
@@ -220,10 +271,18 @@ declare const _default: {
|
|
220
271
|
} & {
|
221
272
|
type: import("vue").PropType<boolean>;
|
222
273
|
};
|
274
|
+
"button-non-flat-mode": {
|
275
|
+
type: import("vue").PropType<ButtonModes>;
|
276
|
+
required: false;
|
277
|
+
};
|
223
278
|
buttonNonFlatMode: {
|
224
279
|
type: import("vue").PropType<ButtonModes>;
|
225
280
|
required: false;
|
226
281
|
};
|
282
|
+
"button-size": {
|
283
|
+
type: import("vue").PropType<ButtonSizes>;
|
284
|
+
required: false;
|
285
|
+
};
|
227
286
|
buttonSize: {
|
228
287
|
type: import("vue").PropType<ButtonSizes>;
|
229
288
|
required: false;
|
@@ -263,14 +322,23 @@ declare const _default: {
|
|
263
322
|
flat: {
|
264
323
|
type: import("vue").PropType<boolean>;
|
265
324
|
required: false;
|
325
|
+
} & {
|
326
|
+
type: import("vue").PropType<boolean>;
|
327
|
+
required: false;
|
266
328
|
};
|
267
329
|
type: {
|
268
330
|
type: import("vue").PropType<ConfirmDialogDisplay>;
|
269
331
|
required: false;
|
332
|
+
} & {
|
333
|
+
type: import("vue").PropType<ConfirmDialogDisplay>;
|
334
|
+
required: false;
|
270
335
|
};
|
271
336
|
icon: {
|
272
337
|
type: import("vue").PropType<string>;
|
273
338
|
required: false;
|
339
|
+
} & {
|
340
|
+
type: import("vue").PropType<string>;
|
341
|
+
required: false;
|
274
342
|
};
|
275
343
|
}>> & {
|
276
344
|
onClose?: (res: ConfirmDialogResponse) => any;
|
@@ -283,8 +351,8 @@ declare const _default: {
|
|
283
351
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
284
352
|
propsDefinition: Omit<Readonly<{} & {
|
285
353
|
flat?: boolean;
|
286
|
-
text?: string;
|
287
354
|
type?: ConfirmDialogDisplay;
|
355
|
+
text?: string;
|
288
356
|
icon?: string;
|
289
357
|
tooltip?: ButtonTooltipOptions;
|
290
358
|
disabled?: boolean;
|
@@ -297,7 +365,9 @@ declare const _default: {
|
|
297
365
|
"onUpdate:disabled"?: (value: boolean) => any;
|
298
366
|
"v-model:disabled"?: boolean;
|
299
367
|
buttonSize?: ButtonSizes;
|
368
|
+
"button-size"?: ButtonSizes;
|
300
369
|
buttonNonFlatMode?: ButtonModes;
|
370
|
+
"button-non-flat-mode"?: ButtonModes;
|
301
371
|
}>, "onClose" | "onDoc$"> & {
|
302
372
|
onClose?: (res: ConfirmDialogResponse) => any;
|
303
373
|
onDoc$?: (description?: string) => any;
|
@@ -13,14 +13,26 @@ declare const _default: {
|
|
13
13
|
} & {
|
14
14
|
type: import("vue").PropType<string>;
|
15
15
|
};
|
16
|
+
"has-icon": {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
required: false;
|
19
|
+
};
|
16
20
|
hasIcon: {
|
17
21
|
type: import("vue").PropType<boolean>;
|
18
22
|
required: false;
|
19
23
|
};
|
24
|
+
"hide-details": {
|
25
|
+
type: import("vue").PropType<boolean>;
|
26
|
+
required: false;
|
27
|
+
};
|
20
28
|
hideDetails: {
|
21
29
|
type: import("vue").PropType<boolean>;
|
22
30
|
required: false;
|
23
31
|
};
|
32
|
+
"single-line": {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
required: false;
|
35
|
+
};
|
24
36
|
singleLine: {
|
25
37
|
type: import("vue").PropType<boolean>;
|
26
38
|
required: false;
|
@@ -28,6 +40,9 @@ declare const _default: {
|
|
28
40
|
disabled: {
|
29
41
|
type: import("vue").PropType<boolean>;
|
30
42
|
required: false;
|
43
|
+
} & {
|
44
|
+
type: import("vue").PropType<boolean>;
|
45
|
+
required: false;
|
31
46
|
};
|
32
47
|
"is-required": {
|
33
48
|
type: import("vue").PropType<boolean>;
|
@@ -106,6 +121,10 @@ declare const _default: {
|
|
106
121
|
};
|
107
122
|
}>;
|
108
123
|
};
|
124
|
+
"picker-mode": {
|
125
|
+
type: import("vue").PropType<"time" | "date" | "date-time">;
|
126
|
+
required: false;
|
127
|
+
};
|
109
128
|
pickerMode: {
|
110
129
|
type: import("vue").PropType<"time" | "date" | "date-time">;
|
111
130
|
required: false;
|
@@ -113,6 +132,9 @@ declare const _default: {
|
|
113
132
|
scrollable: {
|
114
133
|
type: import("vue").PropType<boolean>;
|
115
134
|
required: false;
|
135
|
+
} & {
|
136
|
+
type: import("vue").PropType<boolean>;
|
137
|
+
required: false;
|
116
138
|
};
|
117
139
|
"locale-string": {
|
118
140
|
type: import("vue").PropType<string>;
|
@@ -137,14 +159,26 @@ declare const _default: {
|
|
137
159
|
} & {
|
138
160
|
type: import("vue").PropType<string>;
|
139
161
|
};
|
162
|
+
"has-icon": {
|
163
|
+
type: import("vue").PropType<boolean>;
|
164
|
+
required: false;
|
165
|
+
};
|
140
166
|
hasIcon: {
|
141
167
|
type: import("vue").PropType<boolean>;
|
142
168
|
required: false;
|
143
169
|
};
|
170
|
+
"hide-details": {
|
171
|
+
type: import("vue").PropType<boolean>;
|
172
|
+
required: false;
|
173
|
+
};
|
144
174
|
hideDetails: {
|
145
175
|
type: import("vue").PropType<boolean>;
|
146
176
|
required: false;
|
147
177
|
};
|
178
|
+
"single-line": {
|
179
|
+
type: import("vue").PropType<boolean>;
|
180
|
+
required: false;
|
181
|
+
};
|
148
182
|
singleLine: {
|
149
183
|
type: import("vue").PropType<boolean>;
|
150
184
|
required: false;
|
@@ -152,6 +186,9 @@ declare const _default: {
|
|
152
186
|
disabled: {
|
153
187
|
type: import("vue").PropType<boolean>;
|
154
188
|
required: false;
|
189
|
+
} & {
|
190
|
+
type: import("vue").PropType<boolean>;
|
191
|
+
required: false;
|
155
192
|
};
|
156
193
|
"is-required": {
|
157
194
|
type: import("vue").PropType<boolean>;
|
@@ -230,6 +267,10 @@ declare const _default: {
|
|
230
267
|
};
|
231
268
|
}>;
|
232
269
|
};
|
270
|
+
"picker-mode": {
|
271
|
+
type: import("vue").PropType<"time" | "date" | "date-time">;
|
272
|
+
required: false;
|
273
|
+
};
|
233
274
|
pickerMode: {
|
234
275
|
type: import("vue").PropType<"time" | "date" | "date-time">;
|
235
276
|
required: false;
|
@@ -237,6 +278,9 @@ declare const _default: {
|
|
237
278
|
scrollable: {
|
238
279
|
type: import("vue").PropType<boolean>;
|
239
280
|
required: false;
|
281
|
+
} & {
|
282
|
+
type: import("vue").PropType<boolean>;
|
283
|
+
required: false;
|
240
284
|
};
|
241
285
|
"locale-string": {
|
242
286
|
type: import("vue").PropType<string>;
|
@@ -268,14 +312,26 @@ declare const _default: {
|
|
268
312
|
} & {
|
269
313
|
type: import("vue").PropType<string>;
|
270
314
|
};
|
315
|
+
"has-icon": {
|
316
|
+
type: import("vue").PropType<boolean>;
|
317
|
+
required: false;
|
318
|
+
};
|
271
319
|
hasIcon: {
|
272
320
|
type: import("vue").PropType<boolean>;
|
273
321
|
required: false;
|
274
322
|
};
|
323
|
+
"hide-details": {
|
324
|
+
type: import("vue").PropType<boolean>;
|
325
|
+
required: false;
|
326
|
+
};
|
275
327
|
hideDetails: {
|
276
328
|
type: import("vue").PropType<boolean>;
|
277
329
|
required: false;
|
278
330
|
};
|
331
|
+
"single-line": {
|
332
|
+
type: import("vue").PropType<boolean>;
|
333
|
+
required: false;
|
334
|
+
};
|
279
335
|
singleLine: {
|
280
336
|
type: import("vue").PropType<boolean>;
|
281
337
|
required: false;
|
@@ -283,6 +339,9 @@ declare const _default: {
|
|
283
339
|
disabled: {
|
284
340
|
type: import("vue").PropType<boolean>;
|
285
341
|
required: false;
|
342
|
+
} & {
|
343
|
+
type: import("vue").PropType<boolean>;
|
344
|
+
required: false;
|
286
345
|
};
|
287
346
|
"is-required": {
|
288
347
|
type: import("vue").PropType<boolean>;
|
@@ -361,6 +420,10 @@ declare const _default: {
|
|
361
420
|
};
|
362
421
|
}>;
|
363
422
|
};
|
423
|
+
"picker-mode": {
|
424
|
+
type: import("vue").PropType<"time" | "date" | "date-time">;
|
425
|
+
required: false;
|
426
|
+
};
|
364
427
|
pickerMode: {
|
365
428
|
type: import("vue").PropType<"time" | "date" | "date-time">;
|
366
429
|
required: false;
|
@@ -368,6 +431,9 @@ declare const _default: {
|
|
368
431
|
scrollable: {
|
369
432
|
type: import("vue").PropType<boolean>;
|
370
433
|
required: false;
|
434
|
+
} & {
|
435
|
+
type: import("vue").PropType<boolean>;
|
436
|
+
required: false;
|
371
437
|
};
|
372
438
|
"locale-string": {
|
373
439
|
type: import("vue").PropType<string>;
|
@@ -396,14 +462,26 @@ declare const _default: {
|
|
396
462
|
} & {
|
397
463
|
type: import("vue").PropType<string>;
|
398
464
|
};
|
465
|
+
"has-icon": {
|
466
|
+
type: import("vue").PropType<boolean>;
|
467
|
+
required: false;
|
468
|
+
};
|
399
469
|
hasIcon: {
|
400
470
|
type: import("vue").PropType<boolean>;
|
401
471
|
required: false;
|
402
472
|
};
|
473
|
+
"hide-details": {
|
474
|
+
type: import("vue").PropType<boolean>;
|
475
|
+
required: false;
|
476
|
+
};
|
403
477
|
hideDetails: {
|
404
478
|
type: import("vue").PropType<boolean>;
|
405
479
|
required: false;
|
406
480
|
};
|
481
|
+
"single-line": {
|
482
|
+
type: import("vue").PropType<boolean>;
|
483
|
+
required: false;
|
484
|
+
};
|
407
485
|
singleLine: {
|
408
486
|
type: import("vue").PropType<boolean>;
|
409
487
|
required: false;
|
@@ -411,6 +489,9 @@ declare const _default: {
|
|
411
489
|
disabled: {
|
412
490
|
type: import("vue").PropType<boolean>;
|
413
491
|
required: false;
|
492
|
+
} & {
|
493
|
+
type: import("vue").PropType<boolean>;
|
494
|
+
required: false;
|
414
495
|
};
|
415
496
|
"is-required": {
|
416
497
|
type: import("vue").PropType<boolean>;
|
@@ -489,6 +570,10 @@ declare const _default: {
|
|
489
570
|
};
|
490
571
|
}>;
|
491
572
|
};
|
573
|
+
"picker-mode": {
|
574
|
+
type: import("vue").PropType<"time" | "date" | "date-time">;
|
575
|
+
required: false;
|
576
|
+
};
|
492
577
|
pickerMode: {
|
493
578
|
type: import("vue").PropType<"time" | "date" | "date-time">;
|
494
579
|
required: false;
|
@@ -496,6 +581,9 @@ declare const _default: {
|
|
496
581
|
scrollable: {
|
497
582
|
type: import("vue").PropType<boolean>;
|
498
583
|
required: false;
|
584
|
+
} & {
|
585
|
+
type: import("vue").PropType<boolean>;
|
586
|
+
required: false;
|
499
587
|
};
|
500
588
|
"locale-string": {
|
501
589
|
type: import("vue").PropType<string>;
|
@@ -510,7 +598,6 @@ declare const _default: {
|
|
510
598
|
};
|
511
599
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
600
|
propsDefinition: Omit<Readonly<{} & {
|
513
|
-
label?: string;
|
514
601
|
name?: {
|
515
602
|
[x: `onUpdate:${string}`]: {
|
516
603
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -572,6 +659,7 @@ declare const _default: {
|
|
572
659
|
};
|
573
660
|
}>;
|
574
661
|
};
|
662
|
+
label?: string;
|
575
663
|
disabled?: boolean;
|
576
664
|
scrollable?: boolean;
|
577
665
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -579,14 +667,18 @@ declare const _default: {
|
|
579
667
|
modelValue?: string;
|
580
668
|
hideDetails?: boolean;
|
581
669
|
singleLine?: boolean;
|
670
|
+
"hide-details"?: boolean;
|
582
671
|
description?: string;
|
672
|
+
"single-line"?: boolean;
|
583
673
|
isRequired?: boolean;
|
584
674
|
formatter?: IDatetimePickerFormatter;
|
585
675
|
localeString?: string;
|
586
676
|
"locale-string"?: string;
|
587
677
|
pickerMode?: "time" | "date" | "date-time";
|
678
|
+
"picker-mode"?: "time" | "date" | "date-time";
|
588
679
|
"is-required"?: boolean;
|
589
680
|
hasIcon?: boolean;
|
681
|
+
"has-icon"?: boolean;
|
590
682
|
isKeepMenuOpen?: (value: boolean) => void;
|
591
683
|
"is-keep-menu-open"?: (value: boolean) => void;
|
592
684
|
}>, never>;
|