@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
@@ -34,30 +34,58 @@ declare const _default: {
|
|
34
34
|
identities: Array<IResolvedIdentity>;
|
35
35
|
}) => VNodeChild;
|
36
36
|
}>;
|
37
|
+
"hide-username": {
|
38
|
+
type: import("vue").PropType<boolean>;
|
39
|
+
required: false;
|
40
|
+
};
|
37
41
|
hideUsername: {
|
38
42
|
type: import("vue").PropType<boolean>;
|
39
43
|
required: false;
|
40
44
|
};
|
45
|
+
"presence-offset-y": {
|
46
|
+
type: import("vue").PropType<number>;
|
47
|
+
required: false;
|
48
|
+
};
|
41
49
|
presenceOffsetY: {
|
42
50
|
type: import("vue").PropType<number>;
|
43
51
|
required: false;
|
44
52
|
};
|
53
|
+
"presence-rtl-offset-x": {
|
54
|
+
type: import("vue").PropType<number>;
|
55
|
+
required: false;
|
56
|
+
};
|
45
57
|
presenceRtlOffsetX: {
|
46
58
|
type: import("vue").PropType<number>;
|
47
59
|
required: false;
|
48
60
|
};
|
61
|
+
"presence-offset-x": {
|
62
|
+
type: import("vue").PropType<number>;
|
63
|
+
required: false;
|
64
|
+
};
|
49
65
|
presenceOffsetX: {
|
50
66
|
type: import("vue").PropType<number>;
|
51
67
|
required: false;
|
52
68
|
};
|
69
|
+
"hide-image": {
|
70
|
+
type: import("vue").PropType<boolean>;
|
71
|
+
required: false;
|
72
|
+
};
|
53
73
|
hideImage: {
|
54
74
|
type: import("vue").PropType<boolean>;
|
55
75
|
required: false;
|
56
76
|
};
|
77
|
+
"hide-presence": {
|
78
|
+
type: import("vue").PropType<boolean>;
|
79
|
+
required: false;
|
80
|
+
};
|
57
81
|
hidePresence: {
|
58
82
|
type: import("vue").PropType<boolean>;
|
59
83
|
required: false;
|
60
84
|
};
|
85
|
+
"image-only": {
|
86
|
+
type: import("vue").PropType<boolean>;
|
87
|
+
required: false;
|
88
|
+
};
|
61
89
|
imageOnly: {
|
62
90
|
type: import("vue").PropType<boolean>;
|
63
91
|
required: false;
|
@@ -114,10 +142,16 @@ declare const _default: {
|
|
114
142
|
inline: {
|
115
143
|
type: import("vue").PropType<boolean>;
|
116
144
|
required: false;
|
145
|
+
} & {
|
146
|
+
type: import("vue").PropType<boolean>;
|
147
|
+
required: false;
|
117
148
|
};
|
118
149
|
size: {
|
119
150
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
120
151
|
required: false;
|
152
|
+
} & {
|
153
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
154
|
+
required: false;
|
121
155
|
};
|
122
156
|
"onUpdate:modelValue": {
|
123
157
|
type: import("vue").PropType<(value: Identity[]) => any>;
|
@@ -140,30 +174,58 @@ declare const _default: {
|
|
140
174
|
identities: Array<IResolvedIdentity>;
|
141
175
|
}) => VNodeChild;
|
142
176
|
}>;
|
177
|
+
"hide-username": {
|
178
|
+
type: import("vue").PropType<boolean>;
|
179
|
+
required: false;
|
180
|
+
};
|
143
181
|
hideUsername: {
|
144
182
|
type: import("vue").PropType<boolean>;
|
145
183
|
required: false;
|
146
184
|
};
|
185
|
+
"presence-offset-y": {
|
186
|
+
type: import("vue").PropType<number>;
|
187
|
+
required: false;
|
188
|
+
};
|
147
189
|
presenceOffsetY: {
|
148
190
|
type: import("vue").PropType<number>;
|
149
191
|
required: false;
|
150
192
|
};
|
193
|
+
"presence-rtl-offset-x": {
|
194
|
+
type: import("vue").PropType<number>;
|
195
|
+
required: false;
|
196
|
+
};
|
151
197
|
presenceRtlOffsetX: {
|
152
198
|
type: import("vue").PropType<number>;
|
153
199
|
required: false;
|
154
200
|
};
|
201
|
+
"presence-offset-x": {
|
202
|
+
type: import("vue").PropType<number>;
|
203
|
+
required: false;
|
204
|
+
};
|
155
205
|
presenceOffsetX: {
|
156
206
|
type: import("vue").PropType<number>;
|
157
207
|
required: false;
|
158
208
|
};
|
209
|
+
"hide-image": {
|
210
|
+
type: import("vue").PropType<boolean>;
|
211
|
+
required: false;
|
212
|
+
};
|
159
213
|
hideImage: {
|
160
214
|
type: import("vue").PropType<boolean>;
|
161
215
|
required: false;
|
162
216
|
};
|
217
|
+
"hide-presence": {
|
218
|
+
type: import("vue").PropType<boolean>;
|
219
|
+
required: false;
|
220
|
+
};
|
163
221
|
hidePresence: {
|
164
222
|
type: import("vue").PropType<boolean>;
|
165
223
|
required: false;
|
166
224
|
};
|
225
|
+
"image-only": {
|
226
|
+
type: import("vue").PropType<boolean>;
|
227
|
+
required: false;
|
228
|
+
};
|
167
229
|
imageOnly: {
|
168
230
|
type: import("vue").PropType<boolean>;
|
169
231
|
required: false;
|
@@ -220,10 +282,16 @@ declare const _default: {
|
|
220
282
|
inline: {
|
221
283
|
type: import("vue").PropType<boolean>;
|
222
284
|
required: false;
|
285
|
+
} & {
|
286
|
+
type: import("vue").PropType<boolean>;
|
287
|
+
required: false;
|
223
288
|
};
|
224
289
|
size: {
|
225
290
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
226
291
|
required: false;
|
292
|
+
} & {
|
293
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
294
|
+
required: false;
|
227
295
|
};
|
228
296
|
"onUpdate:modelValue": {
|
229
297
|
type: import("vue").PropType<(value: Identity[]) => any>;
|
@@ -253,30 +321,58 @@ declare const _default: {
|
|
253
321
|
identities: Array<IResolvedIdentity>;
|
254
322
|
}) => VNodeChild;
|
255
323
|
}>;
|
324
|
+
"hide-username": {
|
325
|
+
type: import("vue").PropType<boolean>;
|
326
|
+
required: false;
|
327
|
+
};
|
256
328
|
hideUsername: {
|
257
329
|
type: import("vue").PropType<boolean>;
|
258
330
|
required: false;
|
259
331
|
};
|
332
|
+
"presence-offset-y": {
|
333
|
+
type: import("vue").PropType<number>;
|
334
|
+
required: false;
|
335
|
+
};
|
260
336
|
presenceOffsetY: {
|
261
337
|
type: import("vue").PropType<number>;
|
262
338
|
required: false;
|
263
339
|
};
|
340
|
+
"presence-rtl-offset-x": {
|
341
|
+
type: import("vue").PropType<number>;
|
342
|
+
required: false;
|
343
|
+
};
|
264
344
|
presenceRtlOffsetX: {
|
265
345
|
type: import("vue").PropType<number>;
|
266
346
|
required: false;
|
267
347
|
};
|
348
|
+
"presence-offset-x": {
|
349
|
+
type: import("vue").PropType<number>;
|
350
|
+
required: false;
|
351
|
+
};
|
268
352
|
presenceOffsetX: {
|
269
353
|
type: import("vue").PropType<number>;
|
270
354
|
required: false;
|
271
355
|
};
|
356
|
+
"hide-image": {
|
357
|
+
type: import("vue").PropType<boolean>;
|
358
|
+
required: false;
|
359
|
+
};
|
272
360
|
hideImage: {
|
273
361
|
type: import("vue").PropType<boolean>;
|
274
362
|
required: false;
|
275
363
|
};
|
364
|
+
"hide-presence": {
|
365
|
+
type: import("vue").PropType<boolean>;
|
366
|
+
required: false;
|
367
|
+
};
|
276
368
|
hidePresence: {
|
277
369
|
type: import("vue").PropType<boolean>;
|
278
370
|
required: false;
|
279
371
|
};
|
372
|
+
"image-only": {
|
373
|
+
type: import("vue").PropType<boolean>;
|
374
|
+
required: false;
|
375
|
+
};
|
280
376
|
imageOnly: {
|
281
377
|
type: import("vue").PropType<boolean>;
|
282
378
|
required: false;
|
@@ -333,10 +429,16 @@ declare const _default: {
|
|
333
429
|
inline: {
|
334
430
|
type: import("vue").PropType<boolean>;
|
335
431
|
required: false;
|
432
|
+
} & {
|
433
|
+
type: import("vue").PropType<boolean>;
|
434
|
+
required: false;
|
336
435
|
};
|
337
436
|
size: {
|
338
437
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
339
438
|
required: false;
|
439
|
+
} & {
|
440
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
441
|
+
required: false;
|
340
442
|
};
|
341
443
|
"onUpdate:modelValue": {
|
342
444
|
type: import("vue").PropType<(value: Identity[]) => any>;
|
@@ -363,30 +465,58 @@ declare const _default: {
|
|
363
465
|
identities: Array<IResolvedIdentity>;
|
364
466
|
}) => VNodeChild;
|
365
467
|
}>;
|
468
|
+
"hide-username": {
|
469
|
+
type: import("vue").PropType<boolean>;
|
470
|
+
required: false;
|
471
|
+
};
|
366
472
|
hideUsername: {
|
367
473
|
type: import("vue").PropType<boolean>;
|
368
474
|
required: false;
|
369
475
|
};
|
476
|
+
"presence-offset-y": {
|
477
|
+
type: import("vue").PropType<number>;
|
478
|
+
required: false;
|
479
|
+
};
|
370
480
|
presenceOffsetY: {
|
371
481
|
type: import("vue").PropType<number>;
|
372
482
|
required: false;
|
373
483
|
};
|
484
|
+
"presence-rtl-offset-x": {
|
485
|
+
type: import("vue").PropType<number>;
|
486
|
+
required: false;
|
487
|
+
};
|
374
488
|
presenceRtlOffsetX: {
|
375
489
|
type: import("vue").PropType<number>;
|
376
490
|
required: false;
|
377
491
|
};
|
492
|
+
"presence-offset-x": {
|
493
|
+
type: import("vue").PropType<number>;
|
494
|
+
required: false;
|
495
|
+
};
|
378
496
|
presenceOffsetX: {
|
379
497
|
type: import("vue").PropType<number>;
|
380
498
|
required: false;
|
381
499
|
};
|
500
|
+
"hide-image": {
|
501
|
+
type: import("vue").PropType<boolean>;
|
502
|
+
required: false;
|
503
|
+
};
|
382
504
|
hideImage: {
|
383
505
|
type: import("vue").PropType<boolean>;
|
384
506
|
required: false;
|
385
507
|
};
|
508
|
+
"hide-presence": {
|
509
|
+
type: import("vue").PropType<boolean>;
|
510
|
+
required: false;
|
511
|
+
};
|
386
512
|
hidePresence: {
|
387
513
|
type: import("vue").PropType<boolean>;
|
388
514
|
required: false;
|
389
515
|
};
|
516
|
+
"image-only": {
|
517
|
+
type: import("vue").PropType<boolean>;
|
518
|
+
required: false;
|
519
|
+
};
|
390
520
|
imageOnly: {
|
391
521
|
type: import("vue").PropType<boolean>;
|
392
522
|
required: false;
|
@@ -443,10 +573,16 @@ declare const _default: {
|
|
443
573
|
inline: {
|
444
574
|
type: import("vue").PropType<boolean>;
|
445
575
|
required: false;
|
576
|
+
} & {
|
577
|
+
type: import("vue").PropType<boolean>;
|
578
|
+
required: false;
|
446
579
|
};
|
447
580
|
size: {
|
448
581
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
449
582
|
required: false;
|
583
|
+
} & {
|
584
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
585
|
+
required: false;
|
450
586
|
};
|
451
587
|
"onUpdate:modelValue": {
|
452
588
|
type: import("vue").PropType<(value: Identity[]) => any>;
|
@@ -499,12 +635,19 @@ declare const _default: {
|
|
499
635
|
}) => VNodeChild;
|
500
636
|
};
|
501
637
|
hidePresence?: boolean;
|
638
|
+
"hide-presence"?: boolean;
|
502
639
|
imageOnly?: boolean;
|
640
|
+
"image-only"?: boolean;
|
503
641
|
hideImage?: boolean;
|
642
|
+
"hide-image"?: boolean;
|
504
643
|
presenceOffsetX?: number;
|
644
|
+
"presence-offset-x"?: number;
|
505
645
|
presenceRtlOffsetX?: number;
|
646
|
+
"presence-rtl-offset-x"?: number;
|
506
647
|
presenceOffsetY?: number;
|
648
|
+
"presence-offset-y"?: number;
|
507
649
|
hideUsername?: boolean;
|
650
|
+
"hide-username"?: boolean;
|
508
651
|
}>, never>;
|
509
652
|
};
|
510
653
|
export default _default;
|