@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
@@ -377,7 +377,6 @@ declare const _default: {
|
|
377
377
|
"update:modelValue": (value: TimePeriodSettings) => true;
|
378
378
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
379
379
|
propsDefinition: Omit<Readonly<{} & {
|
380
|
-
label?: string;
|
381
380
|
name?: {
|
382
381
|
[x: `onUpdate:${string}`]: {
|
383
382
|
type: import("vue").PropType<(value: TimePeriodSettings) => any>;
|
@@ -439,6 +438,7 @@ declare const _default: {
|
|
439
438
|
};
|
440
439
|
}>;
|
441
440
|
};
|
441
|
+
label?: string;
|
442
442
|
disabled?: boolean;
|
443
443
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
|
444
444
|
"v-model"?: TimePeriodSettings;
|
@@ -3,10 +3,18 @@ import { UrlPropertyValue } from "../../models";
|
|
3
3
|
import "./UrlInputStyles.css";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
"enabled-input-m-s-teams-url": {
|
7
|
+
type: import("vue").PropType<boolean>;
|
8
|
+
required: false;
|
9
|
+
};
|
6
10
|
enabledInputMSTeamsUrl: {
|
7
11
|
type: import("vue").PropType<boolean>;
|
8
12
|
required: false;
|
9
13
|
};
|
14
|
+
"default-url-resolving": {
|
15
|
+
type: import("vue").PropType<boolean>;
|
16
|
+
required: false;
|
17
|
+
};
|
10
18
|
defaultUrlResolving: {
|
11
19
|
type: import("vue").PropType<boolean>;
|
12
20
|
required: false;
|
@@ -104,10 +112,18 @@ declare const _default: {
|
|
104
112
|
};
|
105
113
|
"update:modelValue": (value: UrlPropertyValue) => true;
|
106
114
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
115
|
+
"enabled-input-m-s-teams-url": {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
required: false;
|
118
|
+
};
|
107
119
|
enabledInputMSTeamsUrl: {
|
108
120
|
type: import("vue").PropType<boolean>;
|
109
121
|
required: false;
|
110
122
|
};
|
123
|
+
"default-url-resolving": {
|
124
|
+
type: import("vue").PropType<boolean>;
|
125
|
+
required: false;
|
126
|
+
};
|
111
127
|
defaultUrlResolving: {
|
112
128
|
type: import("vue").PropType<boolean>;
|
113
129
|
required: false;
|
@@ -206,10 +222,18 @@ declare const _default: {
|
|
206
222
|
M: {};
|
207
223
|
Defaults: {};
|
208
224
|
}, Readonly<import("vue").ExtractPropTypes<{
|
225
|
+
"enabled-input-m-s-teams-url": {
|
226
|
+
type: import("vue").PropType<boolean>;
|
227
|
+
required: false;
|
228
|
+
};
|
209
229
|
enabledInputMSTeamsUrl: {
|
210
230
|
type: import("vue").PropType<boolean>;
|
211
231
|
required: false;
|
212
232
|
};
|
233
|
+
"default-url-resolving": {
|
234
|
+
type: import("vue").PropType<boolean>;
|
235
|
+
required: false;
|
236
|
+
};
|
213
237
|
defaultUrlResolving: {
|
214
238
|
type: import("vue").PropType<boolean>;
|
215
239
|
required: false;
|
@@ -305,10 +329,18 @@ declare const _default: {
|
|
305
329
|
__isTeleport?: never;
|
306
330
|
__isSuspense?: never;
|
307
331
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
332
|
+
"enabled-input-m-s-teams-url": {
|
333
|
+
type: import("vue").PropType<boolean>;
|
334
|
+
required: false;
|
335
|
+
};
|
308
336
|
enabledInputMSTeamsUrl: {
|
309
337
|
type: import("vue").PropType<boolean>;
|
310
338
|
required: false;
|
311
339
|
};
|
340
|
+
"default-url-resolving": {
|
341
|
+
type: import("vue").PropType<boolean>;
|
342
|
+
required: false;
|
343
|
+
};
|
312
344
|
defaultUrlResolving: {
|
313
345
|
type: import("vue").PropType<boolean>;
|
314
346
|
required: false;
|
@@ -407,7 +439,6 @@ declare const _default: {
|
|
407
439
|
"update:modelValue": (value: UrlPropertyValue) => true;
|
408
440
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
441
|
propsDefinition: Omit<Readonly<{} & {
|
410
|
-
label?: string;
|
411
442
|
name?: {
|
412
443
|
[x: `onUpdate:${string}`]: {
|
413
444
|
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
@@ -469,6 +500,7 @@ declare const _default: {
|
|
469
500
|
};
|
470
501
|
}>;
|
471
502
|
};
|
503
|
+
label?: string;
|
472
504
|
disabled?: boolean;
|
473
505
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
474
506
|
"v-model"?: UrlPropertyValue;
|
@@ -476,7 +508,9 @@ declare const _default: {
|
|
476
508
|
requiredWithValidator?: IValidator;
|
477
509
|
"required-with-validator"?: IValidator;
|
478
510
|
defaultUrlResolving?: boolean;
|
511
|
+
"default-url-resolving"?: boolean;
|
479
512
|
enabledInputMSTeamsUrl?: boolean;
|
513
|
+
"enabled-input-m-s-teams-url"?: boolean;
|
480
514
|
}>, "onUpdate:modelValue" | "onBlur" | "onDoc$"> & {
|
481
515
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
482
516
|
onBlur?: () => any;
|
@@ -59,8 +59,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
59
59
|
};
|
60
60
|
get: {
|
61
61
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
62
|
-
blueprint
|
63
|
-
typography(
|
62
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
63
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
64
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
65
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
66
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
64
67
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
65
68
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
66
69
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -110,8 +113,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
110
113
|
};
|
111
114
|
get: {
|
112
115
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
113
|
-
blueprint
|
114
|
-
typography(
|
116
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
117
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
118
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
119
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
120
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
115
121
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
116
122
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
117
123
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -161,8 +167,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
161
167
|
};
|
162
168
|
get: {
|
163
169
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
164
|
-
blueprint
|
165
|
-
typography(
|
170
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
171
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
172
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
173
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
174
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
166
175
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
167
176
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
168
177
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -205,8 +214,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
205
214
|
};
|
206
215
|
get: {
|
207
216
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
208
|
-
blueprint
|
209
|
-
typography(
|
217
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
218
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
219
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
220
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
221
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
210
222
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
211
223
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
212
224
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -440,63 +452,9 @@ export declare function useColorSchemaSetup(props: object): {
|
|
440
452
|
};
|
441
453
|
};
|
442
454
|
blueprints: {
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
447
|
-
};
|
448
|
-
toString: () => string;
|
449
|
-
toJSON: () => string;
|
450
|
-
valueOf: () => string;
|
451
|
-
};
|
452
|
-
name: string;
|
453
|
-
definitions: {
|
454
|
-
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
455
|
-
}[];
|
456
|
-
};
|
457
|
-
variant1: {
|
458
|
-
id: {
|
459
|
-
equals: {
|
460
|
-
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
461
|
-
};
|
462
|
-
toString: () => string;
|
463
|
-
toJSON: () => string;
|
464
|
-
valueOf: () => string;
|
465
|
-
};
|
466
|
-
name: string;
|
467
|
-
definitions: {
|
468
|
-
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
469
|
-
}[];
|
470
|
-
};
|
471
|
-
variant2: {
|
472
|
-
id: {
|
473
|
-
equals: {
|
474
|
-
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
475
|
-
};
|
476
|
-
toString: () => string;
|
477
|
-
toJSON: () => string;
|
478
|
-
valueOf: () => string;
|
479
|
-
};
|
480
|
-
name: string;
|
481
|
-
definitions: {
|
482
|
-
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
483
|
-
}[];
|
484
|
-
};
|
485
|
-
variant3: {
|
486
|
-
id: {
|
487
|
-
equals: {
|
488
|
-
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
489
|
-
};
|
490
|
-
toString: () => string;
|
491
|
-
toJSON: () => string;
|
492
|
-
valueOf: () => string;
|
493
|
-
};
|
494
|
-
name: string;
|
495
|
-
definitions: {
|
496
|
-
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
497
|
-
}[];
|
498
|
-
};
|
499
|
-
};
|
455
|
+
type: import("@omnia/fx-models").BlueprintType;
|
456
|
+
name: string;
|
457
|
+
}[];
|
500
458
|
};
|
501
459
|
};
|
502
460
|
events: {
|
@@ -528,8 +486,11 @@ export declare function useColorSchemaSetup(props: object): {
|
|
528
486
|
};
|
529
487
|
get: {
|
530
488
|
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
531
|
-
blueprint:
|
532
|
-
typography: (
|
489
|
+
blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
|
490
|
+
typography: () => import("@omnia/fx-models").TypographyBlueprint;
|
491
|
+
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
492
|
+
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
493
|
+
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
533
494
|
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
534
495
|
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
535
496
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
@@ -12,7 +12,6 @@ export * from "./UseKeyboard";
|
|
12
12
|
export * from "./UseIndexedDb";
|
13
13
|
export * from "./UseColorSchemaSetup";
|
14
14
|
export * from "./UseIcon";
|
15
|
-
export * from "./UseBlueprintSetup";
|
16
15
|
export * from "./UseDebouncer";
|
17
16
|
export * from "./UseBlockInstance";
|
18
17
|
export * from "./TryOnMounted";
|
@@ -1,10 +1,18 @@
|
|
1
1
|
import { UserIdentity } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"offset-y": {
|
5
|
+
type: import("vue").PropType<number>;
|
6
|
+
required: false;
|
7
|
+
};
|
4
8
|
offsetY: {
|
5
9
|
type: import("vue").PropType<number>;
|
6
10
|
required: false;
|
7
11
|
};
|
12
|
+
"offset-x": {
|
13
|
+
type: import("vue").PropType<number>;
|
14
|
+
required: false;
|
15
|
+
};
|
8
16
|
offsetX: {
|
9
17
|
type: import("vue").PropType<number>;
|
10
18
|
required: false;
|
@@ -85,10 +93,18 @@ declare const _default: {
|
|
85
93
|
}>;
|
86
94
|
};
|
87
95
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
96
|
+
"offset-y": {
|
97
|
+
type: import("vue").PropType<number>;
|
98
|
+
required: false;
|
99
|
+
};
|
88
100
|
offsetY: {
|
89
101
|
type: import("vue").PropType<number>;
|
90
102
|
required: false;
|
91
103
|
};
|
104
|
+
"offset-x": {
|
105
|
+
type: import("vue").PropType<number>;
|
106
|
+
required: false;
|
107
|
+
};
|
92
108
|
offsetX: {
|
93
109
|
type: import("vue").PropType<number>;
|
94
110
|
required: false;
|
@@ -176,10 +192,18 @@ declare const _default: {
|
|
176
192
|
M: {};
|
177
193
|
Defaults: {};
|
178
194
|
}, Readonly<import("vue").ExtractPropTypes<{
|
195
|
+
"offset-y": {
|
196
|
+
type: import("vue").PropType<number>;
|
197
|
+
required: false;
|
198
|
+
};
|
179
199
|
offsetY: {
|
180
200
|
type: import("vue").PropType<number>;
|
181
201
|
required: false;
|
182
202
|
};
|
203
|
+
"offset-x": {
|
204
|
+
type: import("vue").PropType<number>;
|
205
|
+
required: false;
|
206
|
+
};
|
183
207
|
offsetX: {
|
184
208
|
type: import("vue").PropType<number>;
|
185
209
|
required: false;
|
@@ -264,10 +288,18 @@ declare const _default: {
|
|
264
288
|
__isTeleport?: never;
|
265
289
|
__isSuspense?: never;
|
266
290
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
291
|
+
"offset-y": {
|
292
|
+
type: import("vue").PropType<number>;
|
293
|
+
required: false;
|
294
|
+
};
|
267
295
|
offsetY: {
|
268
296
|
type: import("vue").PropType<number>;
|
269
297
|
required: false;
|
270
298
|
};
|
299
|
+
"offset-x": {
|
300
|
+
type: import("vue").PropType<number>;
|
301
|
+
required: false;
|
302
|
+
};
|
271
303
|
offsetX: {
|
272
304
|
type: import("vue").PropType<number>;
|
273
305
|
required: false;
|
@@ -418,6 +450,8 @@ declare const _default: {
|
|
418
450
|
modelValue?: UserIdentity;
|
419
451
|
offsetX?: number;
|
420
452
|
offsetY?: number;
|
453
|
+
"offset-x"?: number;
|
454
|
+
"offset-y"?: number;
|
421
455
|
}>, never>;
|
422
456
|
};
|
423
457
|
export default _default;
|
@@ -4,6 +4,9 @@ declare const _default: {
|
|
4
4
|
rules: {
|
5
5
|
type: import("vue").PropType<ValidationRule[]>;
|
6
6
|
required: false;
|
7
|
+
} & {
|
8
|
+
type: import("vue").PropType<ValidationRule[]>;
|
9
|
+
required: false;
|
7
10
|
};
|
8
11
|
"check-value": {
|
9
12
|
type: import("vue").PropType<any>;
|
@@ -15,6 +18,9 @@ declare const _default: {
|
|
15
18
|
rules: {
|
16
19
|
type: import("vue").PropType<ValidationRule[]>;
|
17
20
|
required: false;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<ValidationRule[]>;
|
23
|
+
required: false;
|
18
24
|
};
|
19
25
|
"check-value": {
|
20
26
|
type: import("vue").PropType<any>;
|
@@ -33,6 +39,9 @@ declare const _default: {
|
|
33
39
|
rules: {
|
34
40
|
type: import("vue").PropType<ValidationRule[]>;
|
35
41
|
required: false;
|
42
|
+
} & {
|
43
|
+
type: import("vue").PropType<ValidationRule[]>;
|
44
|
+
required: false;
|
36
45
|
};
|
37
46
|
"check-value": {
|
38
47
|
type: import("vue").PropType<any>;
|
@@ -48,6 +57,9 @@ declare const _default: {
|
|
48
57
|
rules: {
|
49
58
|
type: import("vue").PropType<ValidationRule[]>;
|
50
59
|
required: false;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<ValidationRule[]>;
|
62
|
+
required: false;
|
51
63
|
};
|
52
64
|
"check-value": {
|
53
65
|
type: import("vue").PropType<any>;
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts
CHANGED
@@ -3,19 +3,13 @@ declare const _default: {
|
|
3
3
|
colorSchemaType?: any;
|
4
4
|
container?: any;
|
5
5
|
colors?: any;
|
6
|
-
blueprintType?: any;
|
7
|
-
blueprint?: any;
|
8
6
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
9
7
|
colorSchemaType?: any;
|
10
8
|
container?: any;
|
11
9
|
colors?: any;
|
12
|
-
blueprintType?: any;
|
13
|
-
blueprint?: any;
|
14
10
|
}>>, {
|
15
11
|
container?: any;
|
16
|
-
blueprint?: any;
|
17
12
|
colorSchemaType?: any;
|
18
|
-
blueprintType?: any;
|
19
13
|
colors?: any;
|
20
14
|
}, true, {}, {}, {
|
21
15
|
P: {};
|
@@ -28,13 +22,9 @@ declare const _default: {
|
|
28
22
|
colorSchemaType?: any;
|
29
23
|
container?: any;
|
30
24
|
colors?: any;
|
31
|
-
blueprintType?: any;
|
32
|
-
blueprint?: any;
|
33
25
|
}>>, () => JSX.Element, {}, {}, {}, {
|
34
26
|
container?: any;
|
35
|
-
blueprint?: any;
|
36
27
|
colorSchemaType?: any;
|
37
|
-
blueprintType?: any;
|
38
28
|
colors?: any;
|
39
29
|
}>;
|
40
30
|
__isFragment?: never;
|
@@ -44,20 +34,14 @@ declare const _default: {
|
|
44
34
|
colorSchemaType?: any;
|
45
35
|
container?: any;
|
46
36
|
colors?: any;
|
47
|
-
blueprintType?: any;
|
48
|
-
blueprint?: any;
|
49
37
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
50
38
|
container?: any;
|
51
|
-
blueprint?: any;
|
52
39
|
colorSchemaType?: any;
|
53
|
-
blueprintType?: any;
|
54
40
|
colors?: any;
|
55
41
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
56
42
|
propsDefinition: Omit<Readonly<{
|
57
43
|
container?: any;
|
58
|
-
blueprint?: any;
|
59
44
|
colorSchemaType?: any;
|
60
|
-
blueprintType?: any;
|
61
45
|
colors?: any;
|
62
46
|
} & {}>, never>;
|
63
47
|
};
|
@@ -8,8 +8,6 @@ declare const _default: {
|
|
8
8
|
colorSchemaType?: any;
|
9
9
|
container?: any;
|
10
10
|
colors?: any;
|
11
|
-
blueprintType?: any;
|
12
|
-
blueprint?: any;
|
13
11
|
}>> & {
|
14
12
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
15
13
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -18,15 +16,11 @@ declare const _default: {
|
|
18
16
|
colorSchemaType?: any;
|
19
17
|
container?: any;
|
20
18
|
colors?: any;
|
21
|
-
blueprintType?: any;
|
22
|
-
blueprint?: any;
|
23
19
|
}>> & {
|
24
20
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
25
21
|
}, {
|
26
22
|
container?: any;
|
27
|
-
blueprint?: any;
|
28
23
|
colorSchemaType?: any;
|
29
|
-
blueprintType?: any;
|
30
24
|
colors?: any;
|
31
25
|
}, true, {}, {}, {
|
32
26
|
P: {};
|
@@ -39,15 +33,11 @@ declare const _default: {
|
|
39
33
|
colorSchemaType?: any;
|
40
34
|
container?: any;
|
41
35
|
colors?: any;
|
42
|
-
blueprintType?: any;
|
43
|
-
blueprint?: any;
|
44
36
|
}>> & {
|
45
37
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
46
38
|
}, () => JSX.Element, {}, {}, {}, {
|
47
39
|
container?: any;
|
48
|
-
blueprint?: any;
|
49
40
|
colorSchemaType?: any;
|
50
|
-
blueprintType?: any;
|
51
41
|
colors?: any;
|
52
42
|
}>;
|
53
43
|
__isFragment?: never;
|
@@ -57,24 +47,18 @@ declare const _default: {
|
|
57
47
|
colorSchemaType?: any;
|
58
48
|
container?: any;
|
59
49
|
colors?: any;
|
60
|
-
blueprintType?: any;
|
61
|
-
blueprint?: any;
|
62
50
|
}>> & {
|
63
51
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
64
52
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
65
53
|
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
66
54
|
}, string, {
|
67
55
|
container?: any;
|
68
|
-
blueprint?: any;
|
69
56
|
colorSchemaType?: any;
|
70
|
-
blueprintType?: any;
|
71
57
|
colors?: any;
|
72
58
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
73
59
|
propsDefinition: Omit<Readonly<{
|
74
60
|
container?: any;
|
75
|
-
blueprint?: any;
|
76
61
|
colorSchemaType?: any;
|
77
|
-
blueprintType?: any;
|
78
62
|
colors?: any;
|
79
63
|
} & {}>, "onDefinition:selected"> & {
|
80
64
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
@@ -1,6 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
type DefineProp$<TProp, TName extends string, Doc extends string = ""> = {
|
2
|
+
[K in TName]: TProp;
|
3
|
+
};
|
4
|
+
declare const _default: <T extends unknown>(props: DefineProp$<T, "msg", "my message"> & DefineProp$<T[], "list", "my list"> & {
|
5
|
+
"v-model": T;
|
6
|
+
} & {
|
7
|
+
"v-model"?: T;
|
8
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
4
9
|
} & {}) => {
|
5
10
|
$: import("vue").ComponentInternalInstance;
|
6
11
|
$data: {};
|
@@ -39,9 +44,11 @@ declare const _default: <T extends string | number | object>(props: {
|
|
39
44
|
$nextTick: typeof import("vue").nextTick;
|
40
45
|
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
46
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
|
-
propsDefinition: {
|
43
|
-
|
44
|
-
|
47
|
+
propsDefinition: DefineProp$<T, "msg", "my message"> & DefineProp$<T[], "list", "my list"> & {
|
48
|
+
"v-model": T;
|
49
|
+
} & {
|
50
|
+
"v-model"?: T;
|
51
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
45
52
|
} & {};
|
46
53
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
47
54
|
[key: string]: any;
|
@@ -108,8 +108,6 @@ declare const _default: {
|
|
108
108
|
colorSchemaType?: any;
|
109
109
|
container?: any;
|
110
110
|
colors?: any;
|
111
|
-
blueprintType?: any;
|
112
|
-
blueprint?: any;
|
113
111
|
}>> & {
|
114
112
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
115
113
|
onSelected?: (id: GuidValue) => any;
|
@@ -227,8 +225,6 @@ declare const _default: {
|
|
227
225
|
colorSchemaType?: any;
|
228
226
|
container?: any;
|
229
227
|
colors?: any;
|
230
|
-
blueprintType?: any;
|
231
|
-
blueprint?: any;
|
232
228
|
}>> & {
|
233
229
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
234
230
|
onSelected?: (id: GuidValue) => any;
|
@@ -236,9 +232,7 @@ declare const _default: {
|
|
236
232
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
237
233
|
}, {
|
238
234
|
container?: any;
|
239
|
-
blueprint?: any;
|
240
235
|
colorSchemaType?: any;
|
241
|
-
blueprintType?: any;
|
242
236
|
colors?: any;
|
243
237
|
}, true, {}, {}, {
|
244
238
|
P: {};
|
@@ -354,8 +348,6 @@ declare const _default: {
|
|
354
348
|
colorSchemaType?: any;
|
355
349
|
container?: any;
|
356
350
|
colors?: any;
|
357
|
-
blueprintType?: any;
|
358
|
-
blueprint?: any;
|
359
351
|
}>> & {
|
360
352
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
361
353
|
onSelected?: (id: GuidValue) => any;
|
@@ -363,9 +355,7 @@ declare const _default: {
|
|
363
355
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
364
356
|
}, () => JSX.Element, {}, {}, {}, {
|
365
357
|
container?: any;
|
366
|
-
blueprint?: any;
|
367
358
|
colorSchemaType?: any;
|
368
|
-
blueprintType?: any;
|
369
359
|
colors?: any;
|
370
360
|
}>;
|
371
361
|
__isFragment?: never;
|
@@ -478,8 +468,6 @@ declare const _default: {
|
|
478
468
|
colorSchemaType?: any;
|
479
469
|
container?: any;
|
480
470
|
colors?: any;
|
481
|
-
blueprintType?: any;
|
482
|
-
blueprint?: any;
|
483
471
|
}>> & {
|
484
472
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
485
473
|
onSelected?: (id: GuidValue) => any;
|
@@ -492,16 +480,12 @@ declare const _default: {
|
|
492
480
|
"definition:leave": (id: GuidValue) => any;
|
493
481
|
}, string, {
|
494
482
|
container?: any;
|
495
|
-
blueprint?: any;
|
496
483
|
colorSchemaType?: any;
|
497
|
-
blueprintType?: any;
|
498
484
|
colors?: any;
|
499
485
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
500
486
|
propsDefinition: Omit<Readonly<{
|
501
487
|
container?: any;
|
502
|
-
blueprint?: any;
|
503
488
|
colorSchemaType?: any;
|
504
|
-
blueprintType?: any;
|
505
489
|
colors?: any;
|
506
490
|
} & {
|
507
491
|
title?: string;
|