@omnia/fx 8.0.74-dev → 8.0.75-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
- package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -8,6 +8,8 @@ declare const _default: {
|
|
8
8
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
9
9
|
type: {
|
10
10
|
type: import("vue").PropType<TypographyPickerTypes>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<TypographyPickerTypes>;
|
11
13
|
};
|
12
14
|
"onUpdate:modelValue": {
|
13
15
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
@@ -20,16 +22,16 @@ declare const _default: {
|
|
20
22
|
type: import("vue").PropType<TypographyPickerProps>;
|
21
23
|
required: false;
|
22
24
|
};
|
23
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
25
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
24
26
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
25
|
-
}; } & { [key_1 in import("
|
27
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
26
28
|
type: import("vue").PropType<TypographyPickerProps>;
|
27
29
|
required: false;
|
28
|
-
}; } & { [key_2 in import("
|
30
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
29
31
|
type: import("vue").PropType<TypographyPickerProps>;
|
30
32
|
required: false;
|
31
33
|
}; } & {
|
32
|
-
require(): import("
|
34
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
|
33
35
|
"onUpdate:modelValue": {
|
34
36
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
35
37
|
};
|
@@ -44,7 +46,7 @@ declare const _default: {
|
|
44
46
|
required: false;
|
45
47
|
};
|
46
48
|
}>;
|
47
|
-
defaultValue(value?: TypographyPickerProps): import("
|
49
|
+
defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
|
48
50
|
"onUpdate:modelValue": {
|
49
51
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
50
52
|
};
|
@@ -59,7 +61,7 @@ declare const _default: {
|
|
59
61
|
required: false;
|
60
62
|
};
|
61
63
|
}, false>;
|
62
|
-
doc$(description?: string): import("
|
64
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
|
63
65
|
"onUpdate:modelValue": {
|
64
66
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
65
67
|
};
|
@@ -78,8 +80,6 @@ declare const _default: {
|
|
78
80
|
colorSchemaType?: any;
|
79
81
|
container?: any;
|
80
82
|
colors?: any;
|
81
|
-
blueprintType?: any;
|
82
|
-
blueprint?: any;
|
83
83
|
}>> & {
|
84
84
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
85
85
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -87,6 +87,8 @@ declare const _default: {
|
|
87
87
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
type: {
|
89
89
|
type: import("vue").PropType<TypographyPickerTypes>;
|
90
|
+
} & {
|
91
|
+
type: import("vue").PropType<TypographyPickerTypes>;
|
90
92
|
};
|
91
93
|
"onUpdate:modelValue": {
|
92
94
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
@@ -99,16 +101,16 @@ declare const _default: {
|
|
99
101
|
type: import("vue").PropType<TypographyPickerProps>;
|
100
102
|
required: false;
|
101
103
|
};
|
102
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
104
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
103
105
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
104
|
-
}; } & { [key_1 in import("
|
106
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
105
107
|
type: import("vue").PropType<TypographyPickerProps>;
|
106
108
|
required: false;
|
107
|
-
}; } & { [key_2 in import("
|
109
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
108
110
|
type: import("vue").PropType<TypographyPickerProps>;
|
109
111
|
required: false;
|
110
112
|
}; } & {
|
111
|
-
require(): import("
|
113
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
|
112
114
|
"onUpdate:modelValue": {
|
113
115
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
114
116
|
};
|
@@ -123,7 +125,7 @@ declare const _default: {
|
|
123
125
|
required: false;
|
124
126
|
};
|
125
127
|
}>;
|
126
|
-
defaultValue(value?: TypographyPickerProps): import("
|
128
|
+
defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
|
127
129
|
"onUpdate:modelValue": {
|
128
130
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
129
131
|
};
|
@@ -138,7 +140,7 @@ declare const _default: {
|
|
138
140
|
required: false;
|
139
141
|
};
|
140
142
|
}, false>;
|
141
|
-
doc$(description?: string): import("
|
143
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
|
142
144
|
"onUpdate:modelValue": {
|
143
145
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
144
146
|
};
|
@@ -157,15 +159,11 @@ declare const _default: {
|
|
157
159
|
colorSchemaType?: any;
|
158
160
|
container?: any;
|
159
161
|
colors?: any;
|
160
|
-
blueprintType?: any;
|
161
|
-
blueprint?: any;
|
162
162
|
}>> & {
|
163
163
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
164
164
|
}, {
|
165
165
|
container?: any;
|
166
|
-
blueprint?: any;
|
167
166
|
colorSchemaType?: any;
|
168
|
-
blueprintType?: any;
|
169
167
|
colors?: any;
|
170
168
|
}, true, {}, {}, {
|
171
169
|
P: {};
|
@@ -177,6 +175,8 @@ declare const _default: {
|
|
177
175
|
}, Readonly<import("vue").ExtractPropTypes<{
|
178
176
|
type: {
|
179
177
|
type: import("vue").PropType<TypographyPickerTypes>;
|
178
|
+
} & {
|
179
|
+
type: import("vue").PropType<TypographyPickerTypes>;
|
180
180
|
};
|
181
181
|
"onUpdate:modelValue": {
|
182
182
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
@@ -189,16 +189,16 @@ declare const _default: {
|
|
189
189
|
type: import("vue").PropType<TypographyPickerProps>;
|
190
190
|
required: false;
|
191
191
|
};
|
192
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
192
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
193
193
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
194
|
-
}; } & { [key_1 in import("
|
194
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
195
195
|
type: import("vue").PropType<TypographyPickerProps>;
|
196
196
|
required: false;
|
197
|
-
}; } & { [key_2 in import("
|
197
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
198
198
|
type: import("vue").PropType<TypographyPickerProps>;
|
199
199
|
required: false;
|
200
200
|
}; } & {
|
201
|
-
require(): import("
|
201
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
|
202
202
|
"onUpdate:modelValue": {
|
203
203
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
204
204
|
};
|
@@ -213,7 +213,7 @@ declare const _default: {
|
|
213
213
|
required: false;
|
214
214
|
};
|
215
215
|
}>;
|
216
|
-
defaultValue(value?: TypographyPickerProps): import("
|
216
|
+
defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
|
217
217
|
"onUpdate:modelValue": {
|
218
218
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
219
219
|
};
|
@@ -228,7 +228,7 @@ declare const _default: {
|
|
228
228
|
required: false;
|
229
229
|
};
|
230
230
|
}, false>;
|
231
|
-
doc$(description?: string): import("
|
231
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
|
232
232
|
"onUpdate:modelValue": {
|
233
233
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
234
234
|
};
|
@@ -247,15 +247,11 @@ declare const _default: {
|
|
247
247
|
colorSchemaType?: any;
|
248
248
|
container?: any;
|
249
249
|
colors?: any;
|
250
|
-
blueprintType?: any;
|
251
|
-
blueprint?: any;
|
252
250
|
}>> & {
|
253
251
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
254
252
|
}, () => JSX.Element, {}, {}, {}, {
|
255
253
|
container?: any;
|
256
|
-
blueprint?: any;
|
257
254
|
colorSchemaType?: any;
|
258
|
-
blueprintType?: any;
|
259
255
|
colors?: any;
|
260
256
|
}>;
|
261
257
|
__isFragment?: never;
|
@@ -264,6 +260,8 @@ declare const _default: {
|
|
264
260
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
265
261
|
type: {
|
266
262
|
type: import("vue").PropType<TypographyPickerTypes>;
|
263
|
+
} & {
|
264
|
+
type: import("vue").PropType<TypographyPickerTypes>;
|
267
265
|
};
|
268
266
|
"onUpdate:modelValue": {
|
269
267
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
@@ -276,16 +274,16 @@ declare const _default: {
|
|
276
274
|
type: import("vue").PropType<TypographyPickerProps>;
|
277
275
|
required: false;
|
278
276
|
};
|
279
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
277
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
280
278
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
281
|
-
}; } & { [key_1 in import("
|
279
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
282
280
|
type: import("vue").PropType<TypographyPickerProps>;
|
283
281
|
required: false;
|
284
|
-
}; } & { [key_2 in import("
|
282
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
285
283
|
type: import("vue").PropType<TypographyPickerProps>;
|
286
284
|
required: false;
|
287
285
|
}; } & {
|
288
|
-
require(): import("
|
286
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
|
289
287
|
"onUpdate:modelValue": {
|
290
288
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
291
289
|
};
|
@@ -300,7 +298,7 @@ declare const _default: {
|
|
300
298
|
required: false;
|
301
299
|
};
|
302
300
|
}>;
|
303
|
-
defaultValue(value?: TypographyPickerProps): import("
|
301
|
+
defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
|
304
302
|
"onUpdate:modelValue": {
|
305
303
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
306
304
|
};
|
@@ -315,7 +313,7 @@ declare const _default: {
|
|
315
313
|
required: false;
|
316
314
|
};
|
317
315
|
}, false>;
|
318
|
-
doc$(description?: string): import("
|
316
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
|
319
317
|
"onUpdate:modelValue": {
|
320
318
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
321
319
|
};
|
@@ -334,26 +332,21 @@ declare const _default: {
|
|
334
332
|
colorSchemaType?: any;
|
335
333
|
container?: any;
|
336
334
|
colors?: any;
|
337
|
-
blueprintType?: any;
|
338
|
-
blueprint?: any;
|
339
335
|
}>> & {
|
340
336
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
341
337
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
342
338
|
"update:modelValue": (value: TypographyPickerProps) => any;
|
343
339
|
}, string, {
|
344
340
|
container?: any;
|
345
|
-
blueprint?: any;
|
346
341
|
colorSchemaType?: any;
|
347
|
-
blueprintType?: any;
|
348
342
|
colors?: any;
|
349
343
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
350
344
|
propsDefinition: Omit<Readonly<{
|
351
345
|
container?: any;
|
352
|
-
blueprint?: any;
|
353
346
|
colorSchemaType?: any;
|
354
|
-
blueprintType?: any;
|
355
347
|
colors?: any;
|
356
348
|
} & {
|
349
|
+
type?: TypographyPickerTypes;
|
357
350
|
name?: {
|
358
351
|
[x: `onUpdate:${string}`]: {
|
359
352
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
@@ -369,7 +362,7 @@ declare const _default: {
|
|
369
362
|
required: false;
|
370
363
|
};
|
371
364
|
} & {
|
372
|
-
require(): import("
|
365
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, TypographyPickerProps, {
|
373
366
|
"onUpdate:modelValue": {
|
374
367
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
375
368
|
};
|
@@ -384,7 +377,7 @@ declare const _default: {
|
|
384
377
|
required: false;
|
385
378
|
};
|
386
379
|
}>;
|
387
|
-
defaultValue(value?: TypographyPickerProps): import("
|
380
|
+
defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, TypographyPickerProps, {
|
388
381
|
"onUpdate:modelValue": {
|
389
382
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
390
383
|
};
|
@@ -399,7 +392,7 @@ declare const _default: {
|
|
399
392
|
required: false;
|
400
393
|
};
|
401
394
|
}, false>;
|
402
|
-
doc$(description?: string): import("
|
395
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, TypographyPickerProps, {
|
403
396
|
"onUpdate:modelValue": {
|
404
397
|
type: import("vue").PropType<(value: TypographyPickerProps) => any>;
|
405
398
|
};
|
@@ -415,7 +408,6 @@ declare const _default: {
|
|
415
408
|
};
|
416
409
|
}>;
|
417
410
|
};
|
418
|
-
type?: TypographyPickerTypes;
|
419
411
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
420
412
|
"v-model"?: TypographyPickerProps;
|
421
413
|
modelValue?: TypographyPickerProps;
|
package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts
CHANGED
@@ -349,8 +349,6 @@ declare const _default: {
|
|
349
349
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
350
350
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
351
351
|
propsDefinition: Omit<Readonly<{} & {
|
352
|
-
label?: string;
|
353
|
-
class?: String | String[];
|
354
352
|
name?: {
|
355
353
|
[x: `onUpdate:${string}`]: {
|
356
354
|
type: import("vue").PropType<(value: ColorSchema) => any>;
|
@@ -412,6 +410,8 @@ declare const _default: {
|
|
412
410
|
};
|
413
411
|
}>;
|
414
412
|
};
|
413
|
+
label?: string;
|
414
|
+
class?: String | String[];
|
415
415
|
"onUpdate:modelValue"?: (value: ColorSchema) => any;
|
416
416
|
"v-model"?: ColorSchema;
|
417
417
|
modelValue?: ColorSchema;
|
@@ -386,8 +386,6 @@ declare const _default: {
|
|
386
386
|
"color:leave": (colorSchemaType: ColorSchemaTypes) => any;
|
387
387
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
388
388
|
propsDefinition: Omit<Readonly<{} & {
|
389
|
-
label?: string;
|
390
|
-
class?: String | String[];
|
391
389
|
name?: {
|
392
390
|
[x: `onUpdate:${string}`]: {
|
393
391
|
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
@@ -449,6 +447,8 @@ declare const _default: {
|
|
449
447
|
};
|
450
448
|
}>;
|
451
449
|
};
|
450
|
+
label?: string;
|
451
|
+
class?: String | String[];
|
452
452
|
"onUpdate:modelValue"?: (value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
453
453
|
"v-model"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
454
454
|
modelValue?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
@@ -4,6 +4,9 @@ declare const _default: {
|
|
4
4
|
class: {
|
5
5
|
type: import("vue").PropType<string>;
|
6
6
|
required: false;
|
7
|
+
} & {
|
8
|
+
type: import("vue").PropType<string>;
|
9
|
+
required: false;
|
7
10
|
};
|
8
11
|
label: {
|
9
12
|
type: import("vue").PropType<string>;
|
@@ -97,6 +100,9 @@ declare const _default: {
|
|
97
100
|
class: {
|
98
101
|
type: import("vue").PropType<string>;
|
99
102
|
required: false;
|
103
|
+
} & {
|
104
|
+
type: import("vue").PropType<string>;
|
105
|
+
required: false;
|
100
106
|
};
|
101
107
|
label: {
|
102
108
|
type: import("vue").PropType<string>;
|
@@ -194,6 +200,9 @@ declare const _default: {
|
|
194
200
|
class: {
|
195
201
|
type: import("vue").PropType<string>;
|
196
202
|
required: false;
|
203
|
+
} & {
|
204
|
+
type: import("vue").PropType<string>;
|
205
|
+
required: false;
|
197
206
|
};
|
198
207
|
label: {
|
199
208
|
type: import("vue").PropType<string>;
|
@@ -288,6 +297,9 @@ declare const _default: {
|
|
288
297
|
class: {
|
289
298
|
type: import("vue").PropType<string>;
|
290
299
|
required: false;
|
300
|
+
} & {
|
301
|
+
type: import("vue").PropType<string>;
|
302
|
+
required: false;
|
291
303
|
};
|
292
304
|
label: {
|
293
305
|
type: import("vue").PropType<string>;
|
@@ -379,8 +391,6 @@ declare const _default: {
|
|
379
391
|
"click:select": (schema: ColorSchema) => true;
|
380
392
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
381
393
|
propsDefinition: Omit<Readonly<{} & {
|
382
|
-
label?: string;
|
383
|
-
class?: string;
|
384
394
|
name?: {
|
385
395
|
[x: `onUpdate:${string}`]: {
|
386
396
|
type: import("vue").PropType<(value: ColorSchema) => any>;
|
@@ -442,6 +452,8 @@ declare const _default: {
|
|
442
452
|
};
|
443
453
|
}>;
|
444
454
|
};
|
455
|
+
label?: string;
|
456
|
+
class?: string;
|
445
457
|
"onUpdate:modelValue"?: (value: ColorSchema) => any;
|
446
458
|
"v-model"?: ColorSchema;
|
447
459
|
modelValue?: ColorSchema;
|
@@ -8,6 +8,8 @@ declare const _default: {
|
|
8
8
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
9
9
|
type: {
|
10
10
|
type: import("vue").PropType<ColorPickerType>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<ColorPickerType>;
|
11
13
|
};
|
12
14
|
"onUpdate:modelValue": {
|
13
15
|
type: import("vue").PropType<(value: ColorPickerProps) => any>;
|
@@ -78,8 +80,6 @@ declare const _default: {
|
|
78
80
|
colorSchemaType?: any;
|
79
81
|
container?: any;
|
80
82
|
colors?: any;
|
81
|
-
blueprintType?: any;
|
82
|
-
blueprint?: any;
|
83
83
|
}>> & {
|
84
84
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
85
85
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -87,6 +87,8 @@ declare const _default: {
|
|
87
87
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
type: {
|
89
89
|
type: import("vue").PropType<ColorPickerType>;
|
90
|
+
} & {
|
91
|
+
type: import("vue").PropType<ColorPickerType>;
|
90
92
|
};
|
91
93
|
"onUpdate:modelValue": {
|
92
94
|
type: import("vue").PropType<(value: ColorPickerProps) => any>;
|
@@ -157,15 +159,11 @@ declare const _default: {
|
|
157
159
|
colorSchemaType?: any;
|
158
160
|
container?: any;
|
159
161
|
colors?: any;
|
160
|
-
blueprintType?: any;
|
161
|
-
blueprint?: any;
|
162
162
|
}>> & {
|
163
163
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
164
164
|
}, {
|
165
165
|
container?: any;
|
166
|
-
blueprint?: any;
|
167
166
|
colorSchemaType?: any;
|
168
|
-
blueprintType?: any;
|
169
167
|
colors?: any;
|
170
168
|
}, true, {}, {}, {
|
171
169
|
P: {};
|
@@ -177,6 +175,8 @@ declare const _default: {
|
|
177
175
|
}, Readonly<import("vue").ExtractPropTypes<{
|
178
176
|
type: {
|
179
177
|
type: import("vue").PropType<ColorPickerType>;
|
178
|
+
} & {
|
179
|
+
type: import("vue").PropType<ColorPickerType>;
|
180
180
|
};
|
181
181
|
"onUpdate:modelValue": {
|
182
182
|
type: import("vue").PropType<(value: ColorPickerProps) => any>;
|
@@ -247,15 +247,11 @@ declare const _default: {
|
|
247
247
|
colorSchemaType?: any;
|
248
248
|
container?: any;
|
249
249
|
colors?: any;
|
250
|
-
blueprintType?: any;
|
251
|
-
blueprint?: any;
|
252
250
|
}>> & {
|
253
251
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
254
252
|
}, () => JSX.Element, {}, {}, {}, {
|
255
253
|
container?: any;
|
256
|
-
blueprint?: any;
|
257
254
|
colorSchemaType?: any;
|
258
|
-
blueprintType?: any;
|
259
255
|
colors?: any;
|
260
256
|
}>;
|
261
257
|
__isFragment?: never;
|
@@ -264,6 +260,8 @@ declare const _default: {
|
|
264
260
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
265
261
|
type: {
|
266
262
|
type: import("vue").PropType<ColorPickerType>;
|
263
|
+
} & {
|
264
|
+
type: import("vue").PropType<ColorPickerType>;
|
267
265
|
};
|
268
266
|
"onUpdate:modelValue": {
|
269
267
|
type: import("vue").PropType<(value: ColorPickerProps) => any>;
|
@@ -334,26 +332,21 @@ declare const _default: {
|
|
334
332
|
colorSchemaType?: any;
|
335
333
|
container?: any;
|
336
334
|
colors?: any;
|
337
|
-
blueprintType?: any;
|
338
|
-
blueprint?: any;
|
339
335
|
}>> & {
|
340
336
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
341
337
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
342
338
|
"update:modelValue": (value: ColorPickerProps) => any;
|
343
339
|
}, string, {
|
344
340
|
container?: any;
|
345
|
-
blueprint?: any;
|
346
341
|
colorSchemaType?: any;
|
347
|
-
blueprintType?: any;
|
348
342
|
colors?: any;
|
349
343
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
350
344
|
propsDefinition: Omit<Readonly<{
|
351
345
|
container?: any;
|
352
|
-
blueprint?: any;
|
353
346
|
colorSchemaType?: any;
|
354
|
-
blueprintType?: any;
|
355
347
|
colors?: any;
|
356
348
|
} & {
|
349
|
+
type?: ColorPickerType;
|
357
350
|
name?: {
|
358
351
|
[x: `onUpdate:${string}`]: {
|
359
352
|
type: import("vue").PropType<(value: ColorPickerProps) => any>;
|
@@ -415,7 +408,6 @@ declare const _default: {
|
|
415
408
|
};
|
416
409
|
}>;
|
417
410
|
};
|
418
|
-
type?: ColorPickerType;
|
419
411
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
420
412
|
"v-model"?: ColorPickerProps;
|
421
413
|
modelValue?: ColorPickerProps;
|