@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
@@ -7,6 +7,9 @@ declare const _default: {
|
|
7
7
|
ripple: {
|
8
8
|
type: import("vue").PropType<boolean>;
|
9
9
|
required: false;
|
10
|
+
} & {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
required: false;
|
10
13
|
};
|
11
14
|
href: {
|
12
15
|
type: import("vue").PropType<string>;
|
@@ -60,6 +63,9 @@ declare const _default: {
|
|
60
63
|
ripple: {
|
61
64
|
type: import("vue").PropType<boolean>;
|
62
65
|
required: false;
|
66
|
+
} & {
|
67
|
+
type: import("vue").PropType<boolean>;
|
68
|
+
required: false;
|
63
69
|
};
|
64
70
|
href: {
|
65
71
|
type: import("vue").PropType<string>;
|
@@ -113,6 +119,9 @@ declare const _default: {
|
|
113
119
|
ripple: {
|
114
120
|
type: import("vue").PropType<boolean>;
|
115
121
|
required: false;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<boolean>;
|
124
|
+
required: false;
|
116
125
|
};
|
117
126
|
href: {
|
118
127
|
type: import("vue").PropType<string>;
|
@@ -165,6 +174,9 @@ declare const _default: {
|
|
165
174
|
ripple: {
|
166
175
|
type: import("vue").PropType<boolean>;
|
167
176
|
required: false;
|
177
|
+
} & {
|
178
|
+
type: import("vue").PropType<boolean>;
|
179
|
+
required: false;
|
168
180
|
};
|
169
181
|
href: {
|
170
182
|
type: import("vue").PropType<string>;
|
@@ -216,10 +228,10 @@ declare const _default: {
|
|
216
228
|
};
|
217
229
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
218
230
|
propsDefinition: Omit<Readonly<{} & {
|
231
|
+
color?: string;
|
219
232
|
target?: string;
|
220
233
|
href?: string;
|
221
234
|
user?: UserIdentity;
|
222
|
-
color?: string;
|
223
235
|
contentClass?: string[];
|
224
236
|
scopedSlots?: ScopedSlots<IProfileCardScopedSlots>;
|
225
237
|
"scoped-slots"?: ScopedSlots<IProfileCardScopedSlots>;
|
@@ -1,6 +1,10 @@
|
|
1
1
|
import { PropertyDefinition, PropertyValue, PropertyValueBinding } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"edit-mode": {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
required: false;
|
7
|
+
};
|
4
8
|
editMode: {
|
5
9
|
type: import("vue").PropType<boolean>;
|
6
10
|
required: false;
|
@@ -8,6 +12,9 @@ declare const _default: {
|
|
8
12
|
disabled: {
|
9
13
|
type: import("vue").PropType<boolean>;
|
10
14
|
required: false;
|
15
|
+
} & {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
required: false;
|
11
18
|
};
|
12
19
|
"onUpdate:modelValue": {
|
13
20
|
type: import("vue").PropType<(value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any>;
|
@@ -84,6 +91,10 @@ declare const _default: {
|
|
84
91
|
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
85
92
|
};
|
86
93
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
94
|
+
"edit-mode": {
|
95
|
+
type: import("vue").PropType<boolean>;
|
96
|
+
required: false;
|
97
|
+
};
|
87
98
|
editMode: {
|
88
99
|
type: import("vue").PropType<boolean>;
|
89
100
|
required: false;
|
@@ -91,6 +102,9 @@ declare const _default: {
|
|
91
102
|
disabled: {
|
92
103
|
type: import("vue").PropType<boolean>;
|
93
104
|
required: false;
|
105
|
+
} & {
|
106
|
+
type: import("vue").PropType<boolean>;
|
107
|
+
required: false;
|
94
108
|
};
|
95
109
|
"onUpdate:modelValue": {
|
96
110
|
type: import("vue").PropType<(value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any>;
|
@@ -169,6 +183,10 @@ declare const _default: {
|
|
169
183
|
M: {};
|
170
184
|
Defaults: {};
|
171
185
|
}, Readonly<import("vue").ExtractPropTypes<{
|
186
|
+
"edit-mode": {
|
187
|
+
type: import("vue").PropType<boolean>;
|
188
|
+
required: false;
|
189
|
+
};
|
172
190
|
editMode: {
|
173
191
|
type: import("vue").PropType<boolean>;
|
174
192
|
required: false;
|
@@ -176,6 +194,9 @@ declare const _default: {
|
|
176
194
|
disabled: {
|
177
195
|
type: import("vue").PropType<boolean>;
|
178
196
|
required: false;
|
197
|
+
} & {
|
198
|
+
type: import("vue").PropType<boolean>;
|
199
|
+
required: false;
|
179
200
|
};
|
180
201
|
"onUpdate:modelValue": {
|
181
202
|
type: import("vue").PropType<(value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any>;
|
@@ -251,6 +272,10 @@ declare const _default: {
|
|
251
272
|
__isTeleport?: never;
|
252
273
|
__isSuspense?: never;
|
253
274
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
275
|
+
"edit-mode": {
|
276
|
+
type: import("vue").PropType<boolean>;
|
277
|
+
required: false;
|
278
|
+
};
|
254
279
|
editMode: {
|
255
280
|
type: import("vue").PropType<boolean>;
|
256
281
|
required: false;
|
@@ -258,6 +283,9 @@ declare const _default: {
|
|
258
283
|
disabled: {
|
259
284
|
type: import("vue").PropType<boolean>;
|
260
285
|
required: false;
|
286
|
+
} & {
|
287
|
+
type: import("vue").PropType<boolean>;
|
288
|
+
required: false;
|
261
289
|
};
|
262
290
|
"onUpdate:modelValue": {
|
263
291
|
type: import("vue").PropType<(value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any>;
|
@@ -401,6 +429,7 @@ declare const _default: {
|
|
401
429
|
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
402
430
|
modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
403
431
|
editMode?: boolean;
|
432
|
+
"edit-mode"?: boolean;
|
404
433
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
405
434
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
406
435
|
onDoc$?: (description?: string) => any;
|
package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts
CHANGED
@@ -20,6 +20,10 @@ declare const _default: {
|
|
20
20
|
displayRendererDefinition: {
|
21
21
|
type: import("vue").PropType<VelcronDefinition>;
|
22
22
|
};
|
23
|
+
"edit-mode": {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
required: false;
|
26
|
+
};
|
23
27
|
editMode: {
|
24
28
|
type: import("vue").PropType<boolean>;
|
25
29
|
required: false;
|
@@ -27,6 +31,9 @@ declare const _default: {
|
|
27
31
|
disabled: {
|
28
32
|
type: import("vue").PropType<boolean>;
|
29
33
|
required: false;
|
34
|
+
} & {
|
35
|
+
type: import("vue").PropType<boolean>;
|
36
|
+
required: false;
|
30
37
|
};
|
31
38
|
configuration: {
|
32
39
|
type: import("vue").PropType<PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>>;
|
@@ -120,6 +127,10 @@ declare const _default: {
|
|
120
127
|
displayRendererDefinition: {
|
121
128
|
type: import("vue").PropType<VelcronDefinition>;
|
122
129
|
};
|
130
|
+
"edit-mode": {
|
131
|
+
type: import("vue").PropType<boolean>;
|
132
|
+
required: false;
|
133
|
+
};
|
123
134
|
editMode: {
|
124
135
|
type: import("vue").PropType<boolean>;
|
125
136
|
required: false;
|
@@ -127,6 +138,9 @@ declare const _default: {
|
|
127
138
|
disabled: {
|
128
139
|
type: import("vue").PropType<boolean>;
|
129
140
|
required: false;
|
141
|
+
} & {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
required: false;
|
130
144
|
};
|
131
145
|
configuration: {
|
132
146
|
type: import("vue").PropType<PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>>;
|
@@ -227,6 +241,10 @@ declare const _default: {
|
|
227
241
|
displayRendererDefinition: {
|
228
242
|
type: import("vue").PropType<VelcronDefinition>;
|
229
243
|
};
|
244
|
+
"edit-mode": {
|
245
|
+
type: import("vue").PropType<boolean>;
|
246
|
+
required: false;
|
247
|
+
};
|
230
248
|
editMode: {
|
231
249
|
type: import("vue").PropType<boolean>;
|
232
250
|
required: false;
|
@@ -234,6 +252,9 @@ declare const _default: {
|
|
234
252
|
disabled: {
|
235
253
|
type: import("vue").PropType<boolean>;
|
236
254
|
required: false;
|
255
|
+
} & {
|
256
|
+
type: import("vue").PropType<boolean>;
|
257
|
+
required: false;
|
237
258
|
};
|
238
259
|
configuration: {
|
239
260
|
type: import("vue").PropType<PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>>;
|
@@ -331,6 +352,10 @@ declare const _default: {
|
|
331
352
|
displayRendererDefinition: {
|
332
353
|
type: import("vue").PropType<VelcronDefinition>;
|
333
354
|
};
|
355
|
+
"edit-mode": {
|
356
|
+
type: import("vue").PropType<boolean>;
|
357
|
+
required: false;
|
358
|
+
};
|
334
359
|
editMode: {
|
335
360
|
type: import("vue").PropType<boolean>;
|
336
361
|
required: false;
|
@@ -338,6 +363,9 @@ declare const _default: {
|
|
338
363
|
disabled: {
|
339
364
|
type: import("vue").PropType<boolean>;
|
340
365
|
required: false;
|
366
|
+
} & {
|
367
|
+
type: import("vue").PropType<boolean>;
|
368
|
+
required: false;
|
341
369
|
};
|
342
370
|
configuration: {
|
343
371
|
type: import("vue").PropType<PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>>;
|
@@ -489,6 +517,7 @@ declare const _default: {
|
|
489
517
|
renderer?: (elementToRender: string, property: ResolvedPropertyDefinition) => VNodeChild | void;
|
490
518
|
};
|
491
519
|
editMode?: boolean;
|
520
|
+
"edit-mode"?: boolean;
|
492
521
|
displayRendererDefinition?: VelcronDefinition;
|
493
522
|
"display-renderer-definition"?: VelcronDefinition;
|
494
523
|
displayRendererContext?: VelcronRenderContext;
|
@@ -39,11 +39,22 @@ declare const _default: {
|
|
39
39
|
mode: {
|
40
40
|
type: import("vue").PropType<RichTextModes>;
|
41
41
|
required: false;
|
42
|
+
} & {
|
43
|
+
type: import("vue").PropType<RichTextModes>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
"disable-autofocus": {
|
47
|
+
type: import("vue").PropType<boolean>;
|
48
|
+
required: false;
|
42
49
|
};
|
43
50
|
disableAutofocus: {
|
44
51
|
type: import("vue").PropType<boolean>;
|
45
52
|
required: false;
|
46
53
|
};
|
54
|
+
"auto-focus": {
|
55
|
+
type: import("vue").PropType<boolean>;
|
56
|
+
required: false;
|
57
|
+
};
|
47
58
|
autoFocus: {
|
48
59
|
type: import("vue").PropType<boolean>;
|
49
60
|
required: false;
|
@@ -166,11 +177,22 @@ declare const _default: {
|
|
166
177
|
mode: {
|
167
178
|
type: import("vue").PropType<RichTextModes>;
|
168
179
|
required: false;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<RichTextModes>;
|
182
|
+
required: false;
|
183
|
+
};
|
184
|
+
"disable-autofocus": {
|
185
|
+
type: import("vue").PropType<boolean>;
|
186
|
+
required: false;
|
169
187
|
};
|
170
188
|
disableAutofocus: {
|
171
189
|
type: import("vue").PropType<boolean>;
|
172
190
|
required: false;
|
173
191
|
};
|
192
|
+
"auto-focus": {
|
193
|
+
type: import("vue").PropType<boolean>;
|
194
|
+
required: false;
|
195
|
+
};
|
174
196
|
autoFocus: {
|
175
197
|
type: import("vue").PropType<boolean>;
|
176
198
|
required: false;
|
@@ -300,11 +322,22 @@ declare const _default: {
|
|
300
322
|
mode: {
|
301
323
|
type: import("vue").PropType<RichTextModes>;
|
302
324
|
required: false;
|
325
|
+
} & {
|
326
|
+
type: import("vue").PropType<RichTextModes>;
|
327
|
+
required: false;
|
328
|
+
};
|
329
|
+
"disable-autofocus": {
|
330
|
+
type: import("vue").PropType<boolean>;
|
331
|
+
required: false;
|
303
332
|
};
|
304
333
|
disableAutofocus: {
|
305
334
|
type: import("vue").PropType<boolean>;
|
306
335
|
required: false;
|
307
336
|
};
|
337
|
+
"auto-focus": {
|
338
|
+
type: import("vue").PropType<boolean>;
|
339
|
+
required: false;
|
340
|
+
};
|
308
341
|
autoFocus: {
|
309
342
|
type: import("vue").PropType<boolean>;
|
310
343
|
required: false;
|
@@ -431,11 +464,22 @@ declare const _default: {
|
|
431
464
|
mode: {
|
432
465
|
type: import("vue").PropType<RichTextModes>;
|
433
466
|
required: false;
|
467
|
+
} & {
|
468
|
+
type: import("vue").PropType<RichTextModes>;
|
469
|
+
required: false;
|
470
|
+
};
|
471
|
+
"disable-autofocus": {
|
472
|
+
type: import("vue").PropType<boolean>;
|
473
|
+
required: false;
|
434
474
|
};
|
435
475
|
disableAutofocus: {
|
436
476
|
type: import("vue").PropType<boolean>;
|
437
477
|
required: false;
|
438
478
|
};
|
479
|
+
"auto-focus": {
|
480
|
+
type: import("vue").PropType<boolean>;
|
481
|
+
required: false;
|
482
|
+
};
|
439
483
|
autoFocus: {
|
440
484
|
type: import("vue").PropType<boolean>;
|
441
485
|
required: false;
|
@@ -560,11 +604,13 @@ declare const _default: {
|
|
560
604
|
autoFocus?: boolean;
|
561
605
|
ariaDescribedby?: string;
|
562
606
|
disableAutofocus?: boolean;
|
607
|
+
"auto-focus"?: boolean;
|
563
608
|
"on-content-data-change"?: (richtextHelper: RichTextContentHelper) => void;
|
564
609
|
"on-blur"?: () => void;
|
565
610
|
"on-focus"?: () => void;
|
566
611
|
"body-class"?: string;
|
567
612
|
"reset-content"?: boolean;
|
613
|
+
"disable-autofocus"?: boolean;
|
568
614
|
"on-configure-extensions"?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
569
615
|
onConfiguredExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>;
|
570
616
|
"on-configured-extensions"?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { Mark } from "@tiptap/core";
|
2
1
|
export interface BoldOptions {
|
3
2
|
HTMLAttributes: Record<string, any>;
|
4
3
|
}
|
@@ -24,5 +23,5 @@ export declare const starInputRegex: RegExp;
|
|
24
23
|
export declare const starPasteRegex: RegExp;
|
25
24
|
export declare const underscoreInputRegex: RegExp;
|
26
25
|
export declare const underscorePasteRegex: RegExp;
|
27
|
-
declare const _default: Mark<
|
26
|
+
declare const _default: () => import("@tiptap/core").Mark<any, any>;
|
28
27
|
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { SetupFactoryContext } from "@omnia/fx";
|
2
|
+
import { Mark, Node, Extension } from "@tiptap/core";
|
3
|
+
type RichTextNode<Options = any, Storage = any> = Mark<Options, Storage> | Node<Options, Storage> | Extension<Options, Storage>;
|
4
|
+
interface SetupRichTextNodeContext extends SetupFactoryContext {
|
5
|
+
defineNode: typeof Node.create;
|
6
|
+
defineMark: typeof Mark.create;
|
7
|
+
defineExtension: typeof Extension.create;
|
8
|
+
}
|
9
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode>(setup: (ctx: SetupRichTextNodeContext) => TReturnSetup): () => TReturnSetup;
|
10
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode, T1>(setup: (ctx: SetupRichTextNodeContext, param1: T1) => TReturnSetup): (param1: T1) => TReturnSetup;
|
11
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode, T1, T2>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2) => TReturnSetup): (param1: T1, param2: T2) => TReturnSetup;
|
12
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode, T1, T2, T3>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3) => TReturnSetup): (param1: T1, param2: T2, param3: T3) => TReturnSetup;
|
13
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode, T1, T2, T3, T4>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup;
|
14
|
+
export declare function defineRichTextNode<TReturnSetup extends RichTextNode, T1, T2, T3, T4, T5>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup;
|
15
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./DefineRichTextNode";
|
@@ -15,8 +15,6 @@ declare const _default: {
|
|
15
15
|
colorSchemaType?: any;
|
16
16
|
container?: any;
|
17
17
|
colors?: any;
|
18
|
-
blueprintType?: any;
|
19
|
-
blueprint?: any;
|
20
18
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
21
19
|
"rendering-mode": {
|
22
20
|
type: import("vue").PropType<BlockRenderingModes>;
|
@@ -32,13 +30,9 @@ declare const _default: {
|
|
32
30
|
colorSchemaType?: any;
|
33
31
|
container?: any;
|
34
32
|
colors?: any;
|
35
|
-
blueprintType?: any;
|
36
|
-
blueprint?: any;
|
37
33
|
}>>, {
|
38
34
|
container?: any;
|
39
|
-
blueprint?: any;
|
40
35
|
colorSchemaType?: any;
|
41
|
-
blueprintType?: any;
|
42
36
|
colors?: any;
|
43
37
|
}, true, {}, {}, {
|
44
38
|
P: {};
|
@@ -62,13 +56,9 @@ declare const _default: {
|
|
62
56
|
colorSchemaType?: any;
|
63
57
|
container?: any;
|
64
58
|
colors?: any;
|
65
|
-
blueprintType?: any;
|
66
|
-
blueprint?: any;
|
67
59
|
}>>, () => JSX.Element, {}, {}, {}, {
|
68
60
|
container?: any;
|
69
|
-
blueprint?: any;
|
70
61
|
colorSchemaType?: any;
|
71
|
-
blueprintType?: any;
|
72
62
|
colors?: any;
|
73
63
|
}>;
|
74
64
|
__isFragment?: never;
|
@@ -89,20 +79,14 @@ declare const _default: {
|
|
89
79
|
colorSchemaType?: any;
|
90
80
|
container?: any;
|
91
81
|
colors?: any;
|
92
|
-
blueprintType?: any;
|
93
|
-
blueprint?: any;
|
94
82
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
95
83
|
container?: any;
|
96
|
-
blueprint?: any;
|
97
84
|
colorSchemaType?: any;
|
98
|
-
blueprintType?: any;
|
99
85
|
colors?: any;
|
100
86
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
101
87
|
propsDefinition: Omit<Readonly<{
|
102
88
|
container?: any;
|
103
|
-
blueprint?: any;
|
104
89
|
colorSchemaType?: any;
|
105
|
-
blueprintType?: any;
|
106
90
|
colors?: any;
|
107
91
|
} & {
|
108
92
|
text?: string;
|
@@ -5,16 +5,30 @@ interface SecurityTrimmerSlots {
|
|
5
5
|
}
|
6
6
|
declare const _default: {
|
7
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
"context-params": {
|
9
|
+
type: import("vue").PropType<{
|
10
|
+
[key: string]: string | number;
|
11
|
+
}>;
|
12
|
+
required: false;
|
13
|
+
};
|
8
14
|
contextParams: {
|
9
15
|
type: import("vue").PropType<{
|
10
16
|
[key: string]: string | number;
|
11
17
|
}>;
|
12
18
|
required: false;
|
13
19
|
};
|
20
|
+
"clear-cache-and-retry-if-unauthorized": {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
required: false;
|
23
|
+
};
|
14
24
|
clearCacheAndRetryIfUnauthorized: {
|
15
25
|
type: import("vue").PropType<boolean>;
|
16
26
|
required: false;
|
17
27
|
};
|
28
|
+
"excluded-roles": {
|
29
|
+
type: import("vue").PropType<string[]>;
|
30
|
+
required: false;
|
31
|
+
};
|
18
32
|
excludedRoles: {
|
19
33
|
type: import("vue").PropType<string[]>;
|
20
34
|
required: false;
|
@@ -29,19 +43,31 @@ declare const _default: {
|
|
29
43
|
colorSchemaType?: any;
|
30
44
|
container?: any;
|
31
45
|
colors?: any;
|
32
|
-
blueprintType?: any;
|
33
|
-
blueprint?: any;
|
34
46
|
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
47
|
+
"context-params": {
|
48
|
+
type: import("vue").PropType<{
|
49
|
+
[key: string]: string | number;
|
50
|
+
}>;
|
51
|
+
required: false;
|
52
|
+
};
|
35
53
|
contextParams: {
|
36
54
|
type: import("vue").PropType<{
|
37
55
|
[key: string]: string | number;
|
38
56
|
}>;
|
39
57
|
required: false;
|
40
58
|
};
|
59
|
+
"clear-cache-and-retry-if-unauthorized": {
|
60
|
+
type: import("vue").PropType<boolean>;
|
61
|
+
required: false;
|
62
|
+
};
|
41
63
|
clearCacheAndRetryIfUnauthorized: {
|
42
64
|
type: import("vue").PropType<boolean>;
|
43
65
|
required: false;
|
44
66
|
};
|
67
|
+
"excluded-roles": {
|
68
|
+
type: import("vue").PropType<string[]>;
|
69
|
+
required: false;
|
70
|
+
};
|
45
71
|
excludedRoles: {
|
46
72
|
type: import("vue").PropType<string[]>;
|
47
73
|
required: false;
|
@@ -56,13 +82,9 @@ declare const _default: {
|
|
56
82
|
colorSchemaType?: any;
|
57
83
|
container?: any;
|
58
84
|
colors?: any;
|
59
|
-
blueprintType?: any;
|
60
|
-
blueprint?: any;
|
61
85
|
}>>, {
|
62
86
|
container?: any;
|
63
|
-
blueprint?: any;
|
64
87
|
colorSchemaType?: any;
|
65
|
-
blueprintType?: any;
|
66
88
|
colors?: any;
|
67
89
|
}, true, {}, {}, {
|
68
90
|
P: {};
|
@@ -72,16 +94,30 @@ declare const _default: {
|
|
72
94
|
M: {};
|
73
95
|
Defaults: {};
|
74
96
|
}, Readonly<import("vue").ExtractPropTypes<{
|
97
|
+
"context-params": {
|
98
|
+
type: import("vue").PropType<{
|
99
|
+
[key: string]: string | number;
|
100
|
+
}>;
|
101
|
+
required: false;
|
102
|
+
};
|
75
103
|
contextParams: {
|
76
104
|
type: import("vue").PropType<{
|
77
105
|
[key: string]: string | number;
|
78
106
|
}>;
|
79
107
|
required: false;
|
80
108
|
};
|
109
|
+
"clear-cache-and-retry-if-unauthorized": {
|
110
|
+
type: import("vue").PropType<boolean>;
|
111
|
+
required: false;
|
112
|
+
};
|
81
113
|
clearCacheAndRetryIfUnauthorized: {
|
82
114
|
type: import("vue").PropType<boolean>;
|
83
115
|
required: false;
|
84
116
|
};
|
117
|
+
"excluded-roles": {
|
118
|
+
type: import("vue").PropType<string[]>;
|
119
|
+
required: false;
|
120
|
+
};
|
85
121
|
excludedRoles: {
|
86
122
|
type: import("vue").PropType<string[]>;
|
87
123
|
required: false;
|
@@ -96,29 +132,39 @@ declare const _default: {
|
|
96
132
|
colorSchemaType?: any;
|
97
133
|
container?: any;
|
98
134
|
colors?: any;
|
99
|
-
blueprintType?: any;
|
100
|
-
blueprint?: any;
|
101
135
|
}>>, () => VNodeChild, {}, {}, {}, {
|
102
136
|
container?: any;
|
103
|
-
blueprint?: any;
|
104
137
|
colorSchemaType?: any;
|
105
|
-
blueprintType?: any;
|
106
138
|
colors?: any;
|
107
139
|
}>;
|
108
140
|
__isFragment?: never;
|
109
141
|
__isTeleport?: never;
|
110
142
|
__isSuspense?: never;
|
111
143
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
144
|
+
"context-params": {
|
145
|
+
type: import("vue").PropType<{
|
146
|
+
[key: string]: string | number;
|
147
|
+
}>;
|
148
|
+
required: false;
|
149
|
+
};
|
112
150
|
contextParams: {
|
113
151
|
type: import("vue").PropType<{
|
114
152
|
[key: string]: string | number;
|
115
153
|
}>;
|
116
154
|
required: false;
|
117
155
|
};
|
156
|
+
"clear-cache-and-retry-if-unauthorized": {
|
157
|
+
type: import("vue").PropType<boolean>;
|
158
|
+
required: false;
|
159
|
+
};
|
118
160
|
clearCacheAndRetryIfUnauthorized: {
|
119
161
|
type: import("vue").PropType<boolean>;
|
120
162
|
required: false;
|
121
163
|
};
|
164
|
+
"excluded-roles": {
|
165
|
+
type: import("vue").PropType<string[]>;
|
166
|
+
required: false;
|
167
|
+
};
|
122
168
|
excludedRoles: {
|
123
169
|
type: import("vue").PropType<string[]>;
|
124
170
|
required: false;
|
@@ -133,20 +179,14 @@ declare const _default: {
|
|
133
179
|
colorSchemaType?: any;
|
134
180
|
container?: any;
|
135
181
|
colors?: any;
|
136
|
-
blueprintType?: any;
|
137
|
-
blueprint?: any;
|
138
182
|
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
139
183
|
container?: any;
|
140
|
-
blueprint?: any;
|
141
184
|
colorSchemaType?: any;
|
142
|
-
blueprintType?: any;
|
143
185
|
colors?: any;
|
144
186
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
145
187
|
propsDefinition: Omit<Readonly<{
|
146
188
|
container?: any;
|
147
|
-
blueprint?: any;
|
148
189
|
colorSchemaType?: any;
|
149
|
-
blueprintType?: any;
|
150
190
|
colors?: any;
|
151
191
|
roles: string[];
|
152
192
|
} & {
|
@@ -154,10 +194,15 @@ declare const _default: {
|
|
154
194
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
155
195
|
} & SecurityTrimmerSlots;
|
156
196
|
excludedRoles?: string[];
|
197
|
+
"excluded-roles"?: string[];
|
157
198
|
clearCacheAndRetryIfUnauthorized?: boolean;
|
199
|
+
"clear-cache-and-retry-if-unauthorized"?: boolean;
|
158
200
|
contextParams?: {
|
159
201
|
[key: string]: string | number;
|
160
202
|
};
|
203
|
+
"context-params"?: {
|
204
|
+
[key: string]: string | number;
|
205
|
+
};
|
161
206
|
}>, never>;
|
162
207
|
};
|
163
208
|
export default _default;
|
@@ -44,6 +44,9 @@ declare const _default: {
|
|
44
44
|
width: {
|
45
45
|
type: import("vue").PropType<string | number>;
|
46
46
|
required: false;
|
47
|
+
} & {
|
48
|
+
type: import("vue").PropType<string | number>;
|
49
|
+
required: false;
|
47
50
|
};
|
48
51
|
description: {
|
49
52
|
type: import("vue").PropType<string>;
|
@@ -112,6 +115,9 @@ declare const _default: {
|
|
112
115
|
width: {
|
113
116
|
type: import("vue").PropType<string | number>;
|
114
117
|
required: false;
|
118
|
+
} & {
|
119
|
+
type: import("vue").PropType<string | number>;
|
120
|
+
required: false;
|
115
121
|
};
|
116
122
|
description: {
|
117
123
|
type: import("vue").PropType<string>;
|
@@ -187,6 +193,9 @@ declare const _default: {
|
|
187
193
|
width: {
|
188
194
|
type: import("vue").PropType<string | number>;
|
189
195
|
required: false;
|
196
|
+
} & {
|
197
|
+
type: import("vue").PropType<string | number>;
|
198
|
+
required: false;
|
190
199
|
};
|
191
200
|
description: {
|
192
201
|
type: import("vue").PropType<string>;
|
@@ -259,6 +268,9 @@ declare const _default: {
|
|
259
268
|
width: {
|
260
269
|
type: import("vue").PropType<string | number>;
|
261
270
|
required: false;
|
271
|
+
} & {
|
272
|
+
type: import("vue").PropType<string | number>;
|
273
|
+
required: false;
|
262
274
|
};
|
263
275
|
description: {
|
264
276
|
type: import("vue").PropType<string>;
|