@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
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.75-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.75-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,364 +0,0 @@
|
|
1
|
-
import { BlueprintTypes } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"onUpdate:modelValue": {
|
5
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
6
|
-
};
|
7
|
-
"v-model": {
|
8
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
9
|
-
required: false;
|
10
|
-
};
|
11
|
-
modelValue: {
|
12
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
13
|
-
required: false;
|
14
|
-
};
|
15
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
17
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
19
|
-
required: false;
|
20
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
22
|
-
required: false;
|
23
|
-
}; } & {
|
24
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
25
|
-
"onUpdate:modelValue": {
|
26
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
27
|
-
};
|
28
|
-
} & {
|
29
|
-
"v-model": {
|
30
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
31
|
-
required: false;
|
32
|
-
};
|
33
|
-
} & {
|
34
|
-
modelValue: {
|
35
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
36
|
-
required: false;
|
37
|
-
};
|
38
|
-
}>;
|
39
|
-
defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
40
|
-
"onUpdate:modelValue": {
|
41
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
42
|
-
};
|
43
|
-
} & {
|
44
|
-
"v-model": {
|
45
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
46
|
-
required: false;
|
47
|
-
};
|
48
|
-
} & {
|
49
|
-
modelValue: {
|
50
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
51
|
-
required: false;
|
52
|
-
};
|
53
|
-
}, false>;
|
54
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
55
|
-
"onUpdate:modelValue": {
|
56
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
57
|
-
};
|
58
|
-
} & {
|
59
|
-
"v-model": {
|
60
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
} & {
|
64
|
-
modelValue: {
|
65
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
66
|
-
required: false;
|
67
|
-
};
|
68
|
-
}>;
|
69
|
-
};
|
70
|
-
}>> & {
|
71
|
-
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
72
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
|
-
"update:modelValue": (value: BlueprintTypes) => any;
|
74
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
|
-
"onUpdate:modelValue": {
|
76
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
77
|
-
};
|
78
|
-
"v-model": {
|
79
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
80
|
-
required: false;
|
81
|
-
};
|
82
|
-
modelValue: {
|
83
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
84
|
-
required: false;
|
85
|
-
};
|
86
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
88
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
90
|
-
required: false;
|
91
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
93
|
-
required: false;
|
94
|
-
}; } & {
|
95
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
96
|
-
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
98
|
-
};
|
99
|
-
} & {
|
100
|
-
"v-model": {
|
101
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
102
|
-
required: false;
|
103
|
-
};
|
104
|
-
} & {
|
105
|
-
modelValue: {
|
106
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
107
|
-
required: false;
|
108
|
-
};
|
109
|
-
}>;
|
110
|
-
defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
111
|
-
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
113
|
-
};
|
114
|
-
} & {
|
115
|
-
"v-model": {
|
116
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
117
|
-
required: false;
|
118
|
-
};
|
119
|
-
} & {
|
120
|
-
modelValue: {
|
121
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
122
|
-
required: false;
|
123
|
-
};
|
124
|
-
}, false>;
|
125
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
126
|
-
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
128
|
-
};
|
129
|
-
} & {
|
130
|
-
"v-model": {
|
131
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
132
|
-
required: false;
|
133
|
-
};
|
134
|
-
} & {
|
135
|
-
modelValue: {
|
136
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
137
|
-
required: false;
|
138
|
-
};
|
139
|
-
}>;
|
140
|
-
};
|
141
|
-
}>> & {
|
142
|
-
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
143
|
-
}, {}, true, {}, {}, {
|
144
|
-
P: {};
|
145
|
-
B: {};
|
146
|
-
D: {};
|
147
|
-
C: {};
|
148
|
-
M: {};
|
149
|
-
Defaults: {};
|
150
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
151
|
-
"onUpdate:modelValue": {
|
152
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
153
|
-
};
|
154
|
-
"v-model": {
|
155
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
156
|
-
required: false;
|
157
|
-
};
|
158
|
-
modelValue: {
|
159
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
160
|
-
required: false;
|
161
|
-
};
|
162
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
163
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
164
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
165
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
166
|
-
required: false;
|
167
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
168
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
169
|
-
required: false;
|
170
|
-
}; } & {
|
171
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
172
|
-
"onUpdate:modelValue": {
|
173
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
174
|
-
};
|
175
|
-
} & {
|
176
|
-
"v-model": {
|
177
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
178
|
-
required: false;
|
179
|
-
};
|
180
|
-
} & {
|
181
|
-
modelValue: {
|
182
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
183
|
-
required: false;
|
184
|
-
};
|
185
|
-
}>;
|
186
|
-
defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
187
|
-
"onUpdate:modelValue": {
|
188
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
189
|
-
};
|
190
|
-
} & {
|
191
|
-
"v-model": {
|
192
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
193
|
-
required: false;
|
194
|
-
};
|
195
|
-
} & {
|
196
|
-
modelValue: {
|
197
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
198
|
-
required: false;
|
199
|
-
};
|
200
|
-
}, false>;
|
201
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
202
|
-
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
204
|
-
};
|
205
|
-
} & {
|
206
|
-
"v-model": {
|
207
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
208
|
-
required: false;
|
209
|
-
};
|
210
|
-
} & {
|
211
|
-
modelValue: {
|
212
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
213
|
-
required: false;
|
214
|
-
};
|
215
|
-
}>;
|
216
|
-
};
|
217
|
-
}>> & {
|
218
|
-
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
219
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
220
|
-
__isFragment?: never;
|
221
|
-
__isTeleport?: never;
|
222
|
-
__isSuspense?: never;
|
223
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
|
-
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
226
|
-
};
|
227
|
-
"v-model": {
|
228
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
229
|
-
required: false;
|
230
|
-
};
|
231
|
-
modelValue: {
|
232
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
233
|
-
required: false;
|
234
|
-
};
|
235
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
236
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
237
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
239
|
-
required: false;
|
240
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
242
|
-
required: false;
|
243
|
-
}; } & {
|
244
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
245
|
-
"onUpdate:modelValue": {
|
246
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
247
|
-
};
|
248
|
-
} & {
|
249
|
-
"v-model": {
|
250
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
251
|
-
required: false;
|
252
|
-
};
|
253
|
-
} & {
|
254
|
-
modelValue: {
|
255
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
256
|
-
required: false;
|
257
|
-
};
|
258
|
-
}>;
|
259
|
-
defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
260
|
-
"onUpdate:modelValue": {
|
261
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
262
|
-
};
|
263
|
-
} & {
|
264
|
-
"v-model": {
|
265
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
266
|
-
required: false;
|
267
|
-
};
|
268
|
-
} & {
|
269
|
-
modelValue: {
|
270
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
271
|
-
required: false;
|
272
|
-
};
|
273
|
-
}, false>;
|
274
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
275
|
-
"onUpdate:modelValue": {
|
276
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
277
|
-
};
|
278
|
-
} & {
|
279
|
-
"v-model": {
|
280
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
281
|
-
required: false;
|
282
|
-
};
|
283
|
-
} & {
|
284
|
-
modelValue: {
|
285
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
286
|
-
required: false;
|
287
|
-
};
|
288
|
-
}>;
|
289
|
-
};
|
290
|
-
}>> & {
|
291
|
-
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
292
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
293
|
-
"update:modelValue": (value: BlueprintTypes) => any;
|
294
|
-
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
|
-
propsDefinition: Omit<Readonly<{} & {
|
296
|
-
name?: {
|
297
|
-
[x: `onUpdate:${string}`]: {
|
298
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
299
|
-
};
|
300
|
-
} & {
|
301
|
-
[x: `v-model:${string}`]: {
|
302
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
303
|
-
required: false;
|
304
|
-
};
|
305
|
-
} & {
|
306
|
-
[x: string]: {
|
307
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
308
|
-
required: false;
|
309
|
-
};
|
310
|
-
} & {
|
311
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
312
|
-
"onUpdate:modelValue": {
|
313
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
314
|
-
};
|
315
|
-
} & {
|
316
|
-
"v-model": {
|
317
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
318
|
-
required: false;
|
319
|
-
};
|
320
|
-
} & {
|
321
|
-
modelValue: {
|
322
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
323
|
-
required: false;
|
324
|
-
};
|
325
|
-
}>;
|
326
|
-
defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
327
|
-
"onUpdate:modelValue": {
|
328
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
329
|
-
};
|
330
|
-
} & {
|
331
|
-
"v-model": {
|
332
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
333
|
-
required: false;
|
334
|
-
};
|
335
|
-
} & {
|
336
|
-
modelValue: {
|
337
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
338
|
-
required: false;
|
339
|
-
};
|
340
|
-
}, false>;
|
341
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
|
342
|
-
"onUpdate:modelValue": {
|
343
|
-
type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
|
344
|
-
};
|
345
|
-
} & {
|
346
|
-
"v-model": {
|
347
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
348
|
-
required: false;
|
349
|
-
};
|
350
|
-
} & {
|
351
|
-
modelValue: {
|
352
|
-
type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
353
|
-
required: false;
|
354
|
-
};
|
355
|
-
}>;
|
356
|
-
};
|
357
|
-
"onUpdate:modelValue"?: (value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any;
|
358
|
-
"v-model"?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
359
|
-
modelValue?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
360
|
-
}>, "onUpdate:modelValue"> & {
|
361
|
-
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
362
|
-
};
|
363
|
-
};
|
364
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-models";
|
2
|
-
export declare class MD1Blueprint implements BlueprintDefinition {
|
3
|
-
id: Guid;
|
4
|
-
name: string;
|
5
|
-
definitions: Array<BlueprintItemDefinition>;
|
6
|
-
constructor();
|
7
|
-
}
|
8
|
-
export declare class MD2Blueprint implements BlueprintDefinition {
|
9
|
-
id: Guid;
|
10
|
-
name: string;
|
11
|
-
definitions: Array<BlueprintItemDefinition>;
|
12
|
-
constructor(preview?: boolean);
|
13
|
-
}
|
14
|
-
export declare class MD3FunkyBlueprint implements BlueprintDefinition {
|
15
|
-
id: Guid;
|
16
|
-
name: string;
|
17
|
-
definitions: Array<BlueprintItemDefinition>;
|
18
|
-
constructor(preview?: boolean);
|
19
|
-
}
|
20
|
-
export declare class MD3Blueprint implements BlueprintDefinition {
|
21
|
-
id: Guid;
|
22
|
-
name: string;
|
23
|
-
definitions: Array<BlueprintItemDefinition>;
|
24
|
-
constructor(preview?: boolean);
|
25
|
-
}
|
26
|
-
export declare class MD3PreviewBlueprint implements BlueprintDefinition {
|
27
|
-
id: Guid;
|
28
|
-
name: string;
|
29
|
-
definitions: Array<BlueprintItemDefinition>;
|
30
|
-
constructor();
|
31
|
-
}
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-models";
|
2
|
-
export declare class MD1Blueprint implements BlueprintDefinition {
|
3
|
-
id: Guid;
|
4
|
-
definitions: Array<BlueprintItemDefinition>;
|
5
|
-
name: string;
|
6
|
-
constructor();
|
7
|
-
}
|
8
|
-
export declare class MD2Blueprint implements BlueprintDefinition {
|
9
|
-
id: Guid;
|
10
|
-
name: string;
|
11
|
-
definitions: Array<BlueprintItemDefinition>;
|
12
|
-
constructor(preview?: boolean);
|
13
|
-
}
|
14
|
-
export declare class MD3Blueprint implements BlueprintDefinition {
|
15
|
-
id: Guid;
|
16
|
-
name: string;
|
17
|
-
definitions: Array<BlueprintItemDefinition>;
|
18
|
-
constructor(preview?: boolean);
|
19
|
-
}
|