@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
@@ -8,6 +8,9 @@ declare const _default: {
|
|
8
8
|
"v-slots": import("vue").Prop<{
|
9
9
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
10
10
|
} & ODataTableSlots>;
|
11
|
+
"must-sort": {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
};
|
11
14
|
mustSort: {
|
12
15
|
type: import("vue").PropType<boolean>;
|
13
16
|
};
|
@@ -46,6 +49,11 @@ declare const _default: {
|
|
46
49
|
};
|
47
50
|
height: {
|
48
51
|
type: import("vue").PropType<string | number>;
|
52
|
+
} & {
|
53
|
+
type: import("vue").PropType<string | number>;
|
54
|
+
};
|
55
|
+
"no-data-text": {
|
56
|
+
type: import("vue").PropType<string>;
|
49
57
|
};
|
50
58
|
noDataText: {
|
51
59
|
type: import("vue").PropType<string>;
|
@@ -53,36 +61,57 @@ declare const _default: {
|
|
53
61
|
clickable: {
|
54
62
|
type: import("vue").PropType<boolean>;
|
55
63
|
required: false;
|
64
|
+
} & {
|
65
|
+
type: import("vue").PropType<boolean>;
|
66
|
+
required: false;
|
56
67
|
};
|
57
68
|
loading: {
|
58
69
|
type: import("vue").PropType<boolean>;
|
59
70
|
required: false;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
required: false;
|
60
74
|
};
|
61
75
|
hover: {
|
62
76
|
type: import("vue").PropType<boolean>;
|
63
77
|
required: false;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<boolean>;
|
80
|
+
required: false;
|
64
81
|
};
|
65
82
|
showExpand: {
|
66
83
|
type: import("vue").PropType<boolean>;
|
67
84
|
required: false;
|
68
85
|
};
|
86
|
+
"show-expand": {
|
87
|
+
type: import("vue").PropType<boolean>;
|
88
|
+
required: false;
|
89
|
+
};
|
69
90
|
itemsPerPage: {
|
70
91
|
type: import("vue").PropType<number>;
|
71
92
|
required: false;
|
72
93
|
};
|
94
|
+
"items-per-page": {
|
95
|
+
type: import("vue").PropType<number>;
|
96
|
+
required: false;
|
97
|
+
};
|
73
98
|
headers: {
|
74
99
|
type: import("vue").PropType<DataTableHeader[]>;
|
75
100
|
required: false;
|
101
|
+
} & {
|
102
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
103
|
+
required: false;
|
76
104
|
};
|
77
105
|
items: {
|
78
106
|
type: import("vue").PropType<any[]>;
|
79
107
|
required: false;
|
108
|
+
} & {
|
109
|
+
type: import("vue").PropType<any[]>;
|
110
|
+
required: false;
|
80
111
|
};
|
81
112
|
colorSchemaType?: any;
|
82
113
|
container?: any;
|
83
114
|
colors?: any;
|
84
|
-
blueprintType?: any;
|
85
|
-
blueprint?: any;
|
86
115
|
}>> & {
|
87
116
|
onDoc$?: (description?: string) => any;
|
88
117
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
@@ -95,6 +124,9 @@ declare const _default: {
|
|
95
124
|
"v-slots": import("vue").Prop<{
|
96
125
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
97
126
|
} & ODataTableSlots>;
|
127
|
+
"must-sort": {
|
128
|
+
type: import("vue").PropType<boolean>;
|
129
|
+
};
|
98
130
|
mustSort: {
|
99
131
|
type: import("vue").PropType<boolean>;
|
100
132
|
};
|
@@ -133,6 +165,11 @@ declare const _default: {
|
|
133
165
|
};
|
134
166
|
height: {
|
135
167
|
type: import("vue").PropType<string | number>;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<string | number>;
|
170
|
+
};
|
171
|
+
"no-data-text": {
|
172
|
+
type: import("vue").PropType<string>;
|
136
173
|
};
|
137
174
|
noDataText: {
|
138
175
|
type: import("vue").PropType<string>;
|
@@ -140,44 +177,63 @@ declare const _default: {
|
|
140
177
|
clickable: {
|
141
178
|
type: import("vue").PropType<boolean>;
|
142
179
|
required: false;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<boolean>;
|
182
|
+
required: false;
|
143
183
|
};
|
144
184
|
loading: {
|
145
185
|
type: import("vue").PropType<boolean>;
|
146
186
|
required: false;
|
187
|
+
} & {
|
188
|
+
type: import("vue").PropType<boolean>;
|
189
|
+
required: false;
|
147
190
|
};
|
148
191
|
hover: {
|
149
192
|
type: import("vue").PropType<boolean>;
|
150
193
|
required: false;
|
194
|
+
} & {
|
195
|
+
type: import("vue").PropType<boolean>;
|
196
|
+
required: false;
|
151
197
|
};
|
152
198
|
showExpand: {
|
153
199
|
type: import("vue").PropType<boolean>;
|
154
200
|
required: false;
|
155
201
|
};
|
202
|
+
"show-expand": {
|
203
|
+
type: import("vue").PropType<boolean>;
|
204
|
+
required: false;
|
205
|
+
};
|
156
206
|
itemsPerPage: {
|
157
207
|
type: import("vue").PropType<number>;
|
158
208
|
required: false;
|
159
209
|
};
|
210
|
+
"items-per-page": {
|
211
|
+
type: import("vue").PropType<number>;
|
212
|
+
required: false;
|
213
|
+
};
|
160
214
|
headers: {
|
161
215
|
type: import("vue").PropType<DataTableHeader[]>;
|
162
216
|
required: false;
|
217
|
+
} & {
|
218
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
219
|
+
required: false;
|
163
220
|
};
|
164
221
|
items: {
|
165
222
|
type: import("vue").PropType<any[]>;
|
166
223
|
required: false;
|
224
|
+
} & {
|
225
|
+
type: import("vue").PropType<any[]>;
|
226
|
+
required: false;
|
167
227
|
};
|
168
228
|
colorSchemaType?: any;
|
169
229
|
container?: any;
|
170
230
|
colors?: any;
|
171
|
-
blueprintType?: any;
|
172
|
-
blueprint?: any;
|
173
231
|
}>> & {
|
174
232
|
onDoc$?: (description?: string) => any;
|
175
233
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
176
234
|
}, {
|
177
235
|
container?: any;
|
178
|
-
blueprint?: any;
|
179
236
|
colorSchemaType?: any;
|
180
|
-
blueprintType?: any;
|
181
237
|
colors?: any;
|
182
238
|
}, true, {}, {}, {
|
183
239
|
P: {};
|
@@ -190,6 +246,9 @@ declare const _default: {
|
|
190
246
|
"v-slots": import("vue").Prop<{
|
191
247
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
192
248
|
} & ODataTableSlots>;
|
249
|
+
"must-sort": {
|
250
|
+
type: import("vue").PropType<boolean>;
|
251
|
+
};
|
193
252
|
mustSort: {
|
194
253
|
type: import("vue").PropType<boolean>;
|
195
254
|
};
|
@@ -228,6 +287,11 @@ declare const _default: {
|
|
228
287
|
};
|
229
288
|
height: {
|
230
289
|
type: import("vue").PropType<string | number>;
|
290
|
+
} & {
|
291
|
+
type: import("vue").PropType<string | number>;
|
292
|
+
};
|
293
|
+
"no-data-text": {
|
294
|
+
type: import("vue").PropType<string>;
|
231
295
|
};
|
232
296
|
noDataText: {
|
233
297
|
type: import("vue").PropType<string>;
|
@@ -235,44 +299,63 @@ declare const _default: {
|
|
235
299
|
clickable: {
|
236
300
|
type: import("vue").PropType<boolean>;
|
237
301
|
required: false;
|
302
|
+
} & {
|
303
|
+
type: import("vue").PropType<boolean>;
|
304
|
+
required: false;
|
238
305
|
};
|
239
306
|
loading: {
|
240
307
|
type: import("vue").PropType<boolean>;
|
241
308
|
required: false;
|
309
|
+
} & {
|
310
|
+
type: import("vue").PropType<boolean>;
|
311
|
+
required: false;
|
242
312
|
};
|
243
313
|
hover: {
|
244
314
|
type: import("vue").PropType<boolean>;
|
245
315
|
required: false;
|
316
|
+
} & {
|
317
|
+
type: import("vue").PropType<boolean>;
|
318
|
+
required: false;
|
246
319
|
};
|
247
320
|
showExpand: {
|
248
321
|
type: import("vue").PropType<boolean>;
|
249
322
|
required: false;
|
250
323
|
};
|
324
|
+
"show-expand": {
|
325
|
+
type: import("vue").PropType<boolean>;
|
326
|
+
required: false;
|
327
|
+
};
|
251
328
|
itemsPerPage: {
|
252
329
|
type: import("vue").PropType<number>;
|
253
330
|
required: false;
|
254
331
|
};
|
332
|
+
"items-per-page": {
|
333
|
+
type: import("vue").PropType<number>;
|
334
|
+
required: false;
|
335
|
+
};
|
255
336
|
headers: {
|
256
337
|
type: import("vue").PropType<DataTableHeader[]>;
|
257
338
|
required: false;
|
339
|
+
} & {
|
340
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
341
|
+
required: false;
|
258
342
|
};
|
259
343
|
items: {
|
260
344
|
type: import("vue").PropType<any[]>;
|
261
345
|
required: false;
|
346
|
+
} & {
|
347
|
+
type: import("vue").PropType<any[]>;
|
348
|
+
required: false;
|
262
349
|
};
|
263
350
|
colorSchemaType?: any;
|
264
351
|
container?: any;
|
265
352
|
colors?: any;
|
266
|
-
blueprintType?: any;
|
267
|
-
blueprint?: any;
|
268
353
|
}>> & {
|
269
354
|
onDoc$?: (description?: string) => any;
|
270
355
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
271
356
|
}, () => JSX.Element, {}, {}, {}, {
|
272
357
|
container?: any;
|
273
|
-
blueprint?: any;
|
274
358
|
colorSchemaType?: any;
|
275
|
-
blueprintType?: any;
|
276
359
|
colors?: any;
|
277
360
|
}>;
|
278
361
|
__isFragment?: never;
|
@@ -282,6 +365,9 @@ declare const _default: {
|
|
282
365
|
"v-slots": import("vue").Prop<{
|
283
366
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
284
367
|
} & ODataTableSlots>;
|
368
|
+
"must-sort": {
|
369
|
+
type: import("vue").PropType<boolean>;
|
370
|
+
};
|
285
371
|
mustSort: {
|
286
372
|
type: import("vue").PropType<boolean>;
|
287
373
|
};
|
@@ -320,6 +406,11 @@ declare const _default: {
|
|
320
406
|
};
|
321
407
|
height: {
|
322
408
|
type: import("vue").PropType<string | number>;
|
409
|
+
} & {
|
410
|
+
type: import("vue").PropType<string | number>;
|
411
|
+
};
|
412
|
+
"no-data-text": {
|
413
|
+
type: import("vue").PropType<string>;
|
323
414
|
};
|
324
415
|
noDataText: {
|
325
416
|
type: import("vue").PropType<string>;
|
@@ -327,36 +418,57 @@ declare const _default: {
|
|
327
418
|
clickable: {
|
328
419
|
type: import("vue").PropType<boolean>;
|
329
420
|
required: false;
|
421
|
+
} & {
|
422
|
+
type: import("vue").PropType<boolean>;
|
423
|
+
required: false;
|
330
424
|
};
|
331
425
|
loading: {
|
332
426
|
type: import("vue").PropType<boolean>;
|
333
427
|
required: false;
|
428
|
+
} & {
|
429
|
+
type: import("vue").PropType<boolean>;
|
430
|
+
required: false;
|
334
431
|
};
|
335
432
|
hover: {
|
336
433
|
type: import("vue").PropType<boolean>;
|
337
434
|
required: false;
|
435
|
+
} & {
|
436
|
+
type: import("vue").PropType<boolean>;
|
437
|
+
required: false;
|
338
438
|
};
|
339
439
|
showExpand: {
|
340
440
|
type: import("vue").PropType<boolean>;
|
341
441
|
required: false;
|
342
442
|
};
|
443
|
+
"show-expand": {
|
444
|
+
type: import("vue").PropType<boolean>;
|
445
|
+
required: false;
|
446
|
+
};
|
343
447
|
itemsPerPage: {
|
344
448
|
type: import("vue").PropType<number>;
|
345
449
|
required: false;
|
346
450
|
};
|
451
|
+
"items-per-page": {
|
452
|
+
type: import("vue").PropType<number>;
|
453
|
+
required: false;
|
454
|
+
};
|
347
455
|
headers: {
|
348
456
|
type: import("vue").PropType<DataTableHeader[]>;
|
349
457
|
required: false;
|
458
|
+
} & {
|
459
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
460
|
+
required: false;
|
350
461
|
};
|
351
462
|
items: {
|
352
463
|
type: import("vue").PropType<any[]>;
|
353
464
|
required: false;
|
465
|
+
} & {
|
466
|
+
type: import("vue").PropType<any[]>;
|
467
|
+
required: false;
|
354
468
|
};
|
355
469
|
colorSchemaType?: any;
|
356
470
|
container?: any;
|
357
471
|
colors?: any;
|
358
|
-
blueprintType?: any;
|
359
|
-
blueprint?: any;
|
360
472
|
}>> & {
|
361
473
|
onDoc$?: (description?: string) => any;
|
362
474
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
@@ -367,16 +479,12 @@ declare const _default: {
|
|
367
479
|
};
|
368
480
|
}, string, {
|
369
481
|
container?: any;
|
370
|
-
blueprint?: any;
|
371
482
|
colorSchemaType?: any;
|
372
|
-
blueprintType?: any;
|
373
483
|
colors?: any;
|
374
484
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
375
485
|
propsDefinition: Omit<Readonly<{
|
376
486
|
container?: any;
|
377
|
-
blueprint?: any;
|
378
487
|
colorSchemaType?: any;
|
379
|
-
blueprintType?: any;
|
380
488
|
colors?: any;
|
381
489
|
} & {
|
382
490
|
headers?: DataTableHeader[];
|
@@ -398,9 +506,13 @@ declare const _default: {
|
|
398
506
|
itemsPerPage?: number;
|
399
507
|
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
400
508
|
"onUpdate:expanded"?: (value: string[]) => any;
|
509
|
+
"items-per-page"?: number;
|
510
|
+
"show-expand"?: boolean;
|
401
511
|
clickable?: boolean;
|
512
|
+
"no-data-text"?: string;
|
402
513
|
"v-model:expanded"?: string[];
|
403
514
|
"v-model:sortBy"?: SortItem[];
|
515
|
+
"must-sort"?: boolean;
|
404
516
|
}>, "onDoc$" | "onUpdate:sortBy"> & {
|
405
517
|
onDoc$?: (description?: string) => any;
|
406
518
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|