@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
@@ -3,9 +3,13 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
margin: {
|
5
5
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
6
8
|
};
|
7
9
|
padding: {
|
8
10
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
9
13
|
};
|
10
14
|
toned: {
|
11
15
|
type: import("vue").PropType<boolean>;
|
@@ -14,6 +18,8 @@ declare const _default: {
|
|
14
18
|
};
|
15
19
|
filled: {
|
16
20
|
type: import("vue").PropType<boolean>;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<boolean>;
|
17
23
|
};
|
18
24
|
class: {
|
19
25
|
type: import("vue").PropType<String | String[]>;
|
@@ -22,14 +28,16 @@ declare const _default: {
|
|
22
28
|
colorSchemaType?: any;
|
23
29
|
container?: any;
|
24
30
|
colors?: any;
|
25
|
-
blueprintType?: any;
|
26
|
-
blueprint?: any;
|
27
31
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
32
|
margin: {
|
29
33
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
34
|
+
} & {
|
35
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
30
36
|
};
|
31
37
|
padding: {
|
32
38
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
39
|
+
} & {
|
40
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
33
41
|
};
|
34
42
|
toned: {
|
35
43
|
type: import("vue").PropType<boolean>;
|
@@ -38,6 +46,8 @@ declare const _default: {
|
|
38
46
|
};
|
39
47
|
filled: {
|
40
48
|
type: import("vue").PropType<boolean>;
|
49
|
+
} & {
|
50
|
+
type: import("vue").PropType<boolean>;
|
41
51
|
};
|
42
52
|
class: {
|
43
53
|
type: import("vue").PropType<String | String[]>;
|
@@ -46,13 +56,9 @@ declare const _default: {
|
|
46
56
|
colorSchemaType?: any;
|
47
57
|
container?: any;
|
48
58
|
colors?: any;
|
49
|
-
blueprintType?: any;
|
50
|
-
blueprint?: any;
|
51
59
|
}>>, {
|
52
60
|
container?: any;
|
53
|
-
blueprint?: any;
|
54
61
|
colorSchemaType?: any;
|
55
|
-
blueprintType?: any;
|
56
62
|
colors?: any;
|
57
63
|
}, true, {}, {}, {
|
58
64
|
P: {};
|
@@ -64,9 +70,13 @@ declare const _default: {
|
|
64
70
|
}, Readonly<import("vue").ExtractPropTypes<{
|
65
71
|
margin: {
|
66
72
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
67
75
|
};
|
68
76
|
padding: {
|
69
77
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
70
80
|
};
|
71
81
|
toned: {
|
72
82
|
type: import("vue").PropType<boolean>;
|
@@ -75,6 +85,8 @@ declare const _default: {
|
|
75
85
|
};
|
76
86
|
filled: {
|
77
87
|
type: import("vue").PropType<boolean>;
|
88
|
+
} & {
|
89
|
+
type: import("vue").PropType<boolean>;
|
78
90
|
};
|
79
91
|
class: {
|
80
92
|
type: import("vue").PropType<String | String[]>;
|
@@ -83,13 +95,9 @@ declare const _default: {
|
|
83
95
|
colorSchemaType?: any;
|
84
96
|
container?: any;
|
85
97
|
colors?: any;
|
86
|
-
blueprintType?: any;
|
87
|
-
blueprint?: any;
|
88
98
|
}>>, () => JSX.Element, {}, {}, {}, {
|
89
99
|
container?: any;
|
90
|
-
blueprint?: any;
|
91
100
|
colorSchemaType?: any;
|
92
|
-
blueprintType?: any;
|
93
101
|
colors?: any;
|
94
102
|
}>;
|
95
103
|
__isFragment?: never;
|
@@ -98,9 +106,13 @@ declare const _default: {
|
|
98
106
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
99
107
|
margin: {
|
100
108
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
101
111
|
};
|
102
112
|
padding: {
|
103
113
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
114
|
+
} & {
|
115
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
104
116
|
};
|
105
117
|
toned: {
|
106
118
|
type: import("vue").PropType<boolean>;
|
@@ -109,6 +121,8 @@ declare const _default: {
|
|
109
121
|
};
|
110
122
|
filled: {
|
111
123
|
type: import("vue").PropType<boolean>;
|
124
|
+
} & {
|
125
|
+
type: import("vue").PropType<boolean>;
|
112
126
|
};
|
113
127
|
class: {
|
114
128
|
type: import("vue").PropType<String | String[]>;
|
@@ -117,20 +131,14 @@ declare const _default: {
|
|
117
131
|
colorSchemaType?: any;
|
118
132
|
container?: any;
|
119
133
|
colors?: any;
|
120
|
-
blueprintType?: any;
|
121
|
-
blueprint?: any;
|
122
134
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
123
135
|
container?: any;
|
124
|
-
blueprint?: any;
|
125
136
|
colorSchemaType?: any;
|
126
|
-
blueprintType?: any;
|
127
137
|
colors?: any;
|
128
138
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
129
139
|
propsDefinition: Omit<Readonly<{
|
130
140
|
container?: any;
|
131
|
-
blueprint?: any;
|
132
141
|
colorSchemaType?: any;
|
133
|
-
blueprintType?: any;
|
134
142
|
colors?: any;
|
135
143
|
} & {
|
136
144
|
class?: String | String[];
|
@@ -1,41 +1,71 @@
|
|
1
1
|
import { SpacingSettings, SpacingType } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"align-y": {
|
5
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
6
|
+
};
|
4
7
|
alignY: {
|
5
8
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
6
9
|
};
|
10
|
+
"align-x": {
|
11
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
12
|
+
};
|
7
13
|
alignX: {
|
8
14
|
type: import("vue").PropType<"left" | "center" | "right">;
|
9
15
|
};
|
10
16
|
margin: {
|
11
17
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
12
20
|
};
|
13
21
|
padding: {
|
14
22
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
25
|
+
};
|
26
|
+
"gap-y": {
|
27
|
+
type: import("vue").PropType<number | SpacingType>;
|
15
28
|
};
|
16
29
|
gapY: {
|
17
30
|
type: import("vue").PropType<number | SpacingType>;
|
18
31
|
};
|
32
|
+
"gap-x": {
|
33
|
+
type: import("vue").PropType<number | SpacingType>;
|
34
|
+
};
|
19
35
|
gapX: {
|
20
36
|
type: import("vue").PropType<number | SpacingType>;
|
21
37
|
};
|
38
|
+
"min-height": {
|
39
|
+
type: import("vue").PropType<string>;
|
40
|
+
};
|
22
41
|
minHeight: {
|
23
42
|
type: import("vue").PropType<string>;
|
24
43
|
};
|
44
|
+
"min-width": {
|
45
|
+
type: import("vue").PropType<string>;
|
46
|
+
};
|
25
47
|
minWidth: {
|
26
48
|
type: import("vue").PropType<string>;
|
27
49
|
};
|
28
50
|
direction: {
|
29
51
|
type: import("vue").PropType<"row" | "row-reverse">;
|
52
|
+
} & {
|
53
|
+
type: import("vue").PropType<"row" | "row-reverse">;
|
30
54
|
};
|
31
55
|
width: {
|
32
56
|
type: import("vue").PropType<string>;
|
57
|
+
} & {
|
58
|
+
type: import("vue").PropType<string>;
|
33
59
|
};
|
34
60
|
height: {
|
35
61
|
type: import("vue").PropType<string>;
|
62
|
+
} & {
|
63
|
+
type: import("vue").PropType<string>;
|
36
64
|
};
|
37
65
|
wrap: {
|
38
66
|
type: import("vue").PropType<boolean>;
|
67
|
+
} & {
|
68
|
+
type: import("vue").PropType<boolean>;
|
39
69
|
};
|
40
70
|
toned: {
|
41
71
|
type: import("vue").PropType<boolean>;
|
@@ -44,6 +74,8 @@ declare const _default: {
|
|
44
74
|
};
|
45
75
|
filled: {
|
46
76
|
type: import("vue").PropType<boolean>;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<boolean>;
|
47
79
|
};
|
48
80
|
class: {
|
49
81
|
type: import("vue").PropType<String | String[]>;
|
@@ -52,44 +84,72 @@ declare const _default: {
|
|
52
84
|
colorSchemaType?: any;
|
53
85
|
container?: any;
|
54
86
|
colors?: any;
|
55
|
-
blueprintType?: any;
|
56
|
-
blueprint?: any;
|
57
87
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
|
+
"align-y": {
|
89
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
90
|
+
};
|
58
91
|
alignY: {
|
59
92
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
60
93
|
};
|
94
|
+
"align-x": {
|
95
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
96
|
+
};
|
61
97
|
alignX: {
|
62
98
|
type: import("vue").PropType<"left" | "center" | "right">;
|
63
99
|
};
|
64
100
|
margin: {
|
65
101
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
102
|
+
} & {
|
103
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
66
104
|
};
|
67
105
|
padding: {
|
68
106
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
107
|
+
} & {
|
108
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
109
|
+
};
|
110
|
+
"gap-y": {
|
111
|
+
type: import("vue").PropType<number | SpacingType>;
|
69
112
|
};
|
70
113
|
gapY: {
|
71
114
|
type: import("vue").PropType<number | SpacingType>;
|
72
115
|
};
|
116
|
+
"gap-x": {
|
117
|
+
type: import("vue").PropType<number | SpacingType>;
|
118
|
+
};
|
73
119
|
gapX: {
|
74
120
|
type: import("vue").PropType<number | SpacingType>;
|
75
121
|
};
|
122
|
+
"min-height": {
|
123
|
+
type: import("vue").PropType<string>;
|
124
|
+
};
|
76
125
|
minHeight: {
|
77
126
|
type: import("vue").PropType<string>;
|
78
127
|
};
|
128
|
+
"min-width": {
|
129
|
+
type: import("vue").PropType<string>;
|
130
|
+
};
|
79
131
|
minWidth: {
|
80
132
|
type: import("vue").PropType<string>;
|
81
133
|
};
|
82
134
|
direction: {
|
83
135
|
type: import("vue").PropType<"row" | "row-reverse">;
|
136
|
+
} & {
|
137
|
+
type: import("vue").PropType<"row" | "row-reverse">;
|
84
138
|
};
|
85
139
|
width: {
|
86
140
|
type: import("vue").PropType<string>;
|
141
|
+
} & {
|
142
|
+
type: import("vue").PropType<string>;
|
87
143
|
};
|
88
144
|
height: {
|
89
145
|
type: import("vue").PropType<string>;
|
146
|
+
} & {
|
147
|
+
type: import("vue").PropType<string>;
|
90
148
|
};
|
91
149
|
wrap: {
|
92
150
|
type: import("vue").PropType<boolean>;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<boolean>;
|
93
153
|
};
|
94
154
|
toned: {
|
95
155
|
type: import("vue").PropType<boolean>;
|
@@ -98,6 +158,8 @@ declare const _default: {
|
|
98
158
|
};
|
99
159
|
filled: {
|
100
160
|
type: import("vue").PropType<boolean>;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<boolean>;
|
101
163
|
};
|
102
164
|
class: {
|
103
165
|
type: import("vue").PropType<String | String[]>;
|
@@ -106,13 +168,9 @@ declare const _default: {
|
|
106
168
|
colorSchemaType?: any;
|
107
169
|
container?: any;
|
108
170
|
colors?: any;
|
109
|
-
blueprintType?: any;
|
110
|
-
blueprint?: any;
|
111
171
|
}>>, {
|
112
172
|
container?: any;
|
113
|
-
blueprint?: any;
|
114
173
|
colorSchemaType?: any;
|
115
|
-
blueprintType?: any;
|
116
174
|
colors?: any;
|
117
175
|
}, true, {}, {}, {
|
118
176
|
P: {};
|
@@ -122,41 +180,71 @@ declare const _default: {
|
|
122
180
|
M: {};
|
123
181
|
Defaults: {};
|
124
182
|
}, Readonly<import("vue").ExtractPropTypes<{
|
183
|
+
"align-y": {
|
184
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
185
|
+
};
|
125
186
|
alignY: {
|
126
187
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
127
188
|
};
|
189
|
+
"align-x": {
|
190
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
191
|
+
};
|
128
192
|
alignX: {
|
129
193
|
type: import("vue").PropType<"left" | "center" | "right">;
|
130
194
|
};
|
131
195
|
margin: {
|
132
196
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
197
|
+
} & {
|
198
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
133
199
|
};
|
134
200
|
padding: {
|
135
201
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
202
|
+
} & {
|
203
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
204
|
+
};
|
205
|
+
"gap-y": {
|
206
|
+
type: import("vue").PropType<number | SpacingType>;
|
136
207
|
};
|
137
208
|
gapY: {
|
138
209
|
type: import("vue").PropType<number | SpacingType>;
|
139
210
|
};
|
211
|
+
"gap-x": {
|
212
|
+
type: import("vue").PropType<number | SpacingType>;
|
213
|
+
};
|
140
214
|
gapX: {
|
141
215
|
type: import("vue").PropType<number | SpacingType>;
|
142
216
|
};
|
217
|
+
"min-height": {
|
218
|
+
type: import("vue").PropType<string>;
|
219
|
+
};
|
143
220
|
minHeight: {
|
144
221
|
type: import("vue").PropType<string>;
|
145
222
|
};
|
223
|
+
"min-width": {
|
224
|
+
type: import("vue").PropType<string>;
|
225
|
+
};
|
146
226
|
minWidth: {
|
147
227
|
type: import("vue").PropType<string>;
|
148
228
|
};
|
149
229
|
direction: {
|
150
230
|
type: import("vue").PropType<"row" | "row-reverse">;
|
231
|
+
} & {
|
232
|
+
type: import("vue").PropType<"row" | "row-reverse">;
|
151
233
|
};
|
152
234
|
width: {
|
153
235
|
type: import("vue").PropType<string>;
|
236
|
+
} & {
|
237
|
+
type: import("vue").PropType<string>;
|
154
238
|
};
|
155
239
|
height: {
|
156
240
|
type: import("vue").PropType<string>;
|
241
|
+
} & {
|
242
|
+
type: import("vue").PropType<string>;
|
157
243
|
};
|
158
244
|
wrap: {
|
159
245
|
type: import("vue").PropType<boolean>;
|
246
|
+
} & {
|
247
|
+
type: import("vue").PropType<boolean>;
|
160
248
|
};
|
161
249
|
toned: {
|
162
250
|
type: import("vue").PropType<boolean>;
|
@@ -165,6 +253,8 @@ declare const _default: {
|
|
165
253
|
};
|
166
254
|
filled: {
|
167
255
|
type: import("vue").PropType<boolean>;
|
256
|
+
} & {
|
257
|
+
type: import("vue").PropType<boolean>;
|
168
258
|
};
|
169
259
|
class: {
|
170
260
|
type: import("vue").PropType<String | String[]>;
|
@@ -173,54 +263,80 @@ declare const _default: {
|
|
173
263
|
colorSchemaType?: any;
|
174
264
|
container?: any;
|
175
265
|
colors?: any;
|
176
|
-
blueprintType?: any;
|
177
|
-
blueprint?: any;
|
178
266
|
}>>, () => JSX.Element, {}, {}, {}, {
|
179
267
|
container?: any;
|
180
|
-
blueprint?: any;
|
181
268
|
colorSchemaType?: any;
|
182
|
-
blueprintType?: any;
|
183
269
|
colors?: any;
|
184
270
|
}>;
|
185
271
|
__isFragment?: never;
|
186
272
|
__isTeleport?: never;
|
187
273
|
__isSuspense?: never;
|
188
274
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
275
|
+
"align-y": {
|
276
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
277
|
+
};
|
189
278
|
alignY: {
|
190
279
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
191
280
|
};
|
281
|
+
"align-x": {
|
282
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
283
|
+
};
|
192
284
|
alignX: {
|
193
285
|
type: import("vue").PropType<"left" | "center" | "right">;
|
194
286
|
};
|
195
287
|
margin: {
|
196
288
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
289
|
+
} & {
|
290
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
197
291
|
};
|
198
292
|
padding: {
|
199
293
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
294
|
+
} & {
|
295
|
+
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
296
|
+
};
|
297
|
+
"gap-y": {
|
298
|
+
type: import("vue").PropType<number | SpacingType>;
|
200
299
|
};
|
201
300
|
gapY: {
|
202
301
|
type: import("vue").PropType<number | SpacingType>;
|
203
302
|
};
|
303
|
+
"gap-x": {
|
304
|
+
type: import("vue").PropType<number | SpacingType>;
|
305
|
+
};
|
204
306
|
gapX: {
|
205
307
|
type: import("vue").PropType<number | SpacingType>;
|
206
308
|
};
|
309
|
+
"min-height": {
|
310
|
+
type: import("vue").PropType<string>;
|
311
|
+
};
|
207
312
|
minHeight: {
|
208
313
|
type: import("vue").PropType<string>;
|
209
314
|
};
|
315
|
+
"min-width": {
|
316
|
+
type: import("vue").PropType<string>;
|
317
|
+
};
|
210
318
|
minWidth: {
|
211
319
|
type: import("vue").PropType<string>;
|
212
320
|
};
|
213
321
|
direction: {
|
214
322
|
type: import("vue").PropType<"row" | "row-reverse">;
|
323
|
+
} & {
|
324
|
+
type: import("vue").PropType<"row" | "row-reverse">;
|
215
325
|
};
|
216
326
|
width: {
|
217
327
|
type: import("vue").PropType<string>;
|
328
|
+
} & {
|
329
|
+
type: import("vue").PropType<string>;
|
218
330
|
};
|
219
331
|
height: {
|
220
332
|
type: import("vue").PropType<string>;
|
333
|
+
} & {
|
334
|
+
type: import("vue").PropType<string>;
|
221
335
|
};
|
222
336
|
wrap: {
|
223
337
|
type: import("vue").PropType<boolean>;
|
338
|
+
} & {
|
339
|
+
type: import("vue").PropType<boolean>;
|
224
340
|
};
|
225
341
|
toned: {
|
226
342
|
type: import("vue").PropType<boolean>;
|
@@ -229,6 +345,8 @@ declare const _default: {
|
|
229
345
|
};
|
230
346
|
filled: {
|
231
347
|
type: import("vue").PropType<boolean>;
|
348
|
+
} & {
|
349
|
+
type: import("vue").PropType<boolean>;
|
232
350
|
};
|
233
351
|
class: {
|
234
352
|
type: import("vue").PropType<String | String[]>;
|
@@ -237,20 +355,14 @@ declare const _default: {
|
|
237
355
|
colorSchemaType?: any;
|
238
356
|
container?: any;
|
239
357
|
colors?: any;
|
240
|
-
blueprintType?: any;
|
241
|
-
blueprint?: any;
|
242
358
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
243
359
|
container?: any;
|
244
|
-
blueprint?: any;
|
245
360
|
colorSchemaType?: any;
|
246
|
-
blueprintType?: any;
|
247
361
|
colors?: any;
|
248
362
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
249
363
|
propsDefinition: Omit<Readonly<{
|
250
364
|
container?: any;
|
251
|
-
blueprint?: any;
|
252
365
|
colorSchemaType?: any;
|
253
|
-
blueprintType?: any;
|
254
366
|
colors?: any;
|
255
367
|
} & {
|
256
368
|
class?: String | String[];
|
@@ -268,6 +380,12 @@ declare const _default: {
|
|
268
380
|
alignX?: "left" | "center" | "right";
|
269
381
|
alignY?: "center" | "bottom" | "top";
|
270
382
|
toned?: boolean;
|
383
|
+
"min-width"?: string;
|
384
|
+
"min-height"?: string;
|
385
|
+
"gap-x"?: number | SpacingType;
|
386
|
+
"gap-y"?: number | SpacingType;
|
387
|
+
"align-x"?: "left" | "center" | "right";
|
388
|
+
"align-y"?: "center" | "bottom" | "top";
|
271
389
|
}>, never>;
|
272
390
|
};
|
273
391
|
export default _default;
|
@@ -7,8 +7,6 @@ declare const _default: {
|
|
7
7
|
colorSchemaType?: any;
|
8
8
|
container?: any;
|
9
9
|
colors?: any;
|
10
|
-
blueprintType?: any;
|
11
|
-
blueprint?: any;
|
12
10
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
13
11
|
class: {
|
14
12
|
type: import("vue").PropType<String | String[]>;
|
@@ -17,13 +15,9 @@ declare const _default: {
|
|
17
15
|
colorSchemaType?: any;
|
18
16
|
container?: any;
|
19
17
|
colors?: any;
|
20
|
-
blueprintType?: any;
|
21
|
-
blueprint?: any;
|
22
18
|
}>>, {
|
23
19
|
container?: any;
|
24
|
-
blueprint?: any;
|
25
20
|
colorSchemaType?: any;
|
26
|
-
blueprintType?: any;
|
27
21
|
colors?: any;
|
28
22
|
}, true, {}, {}, {
|
29
23
|
P: {};
|
@@ -40,13 +34,9 @@ declare const _default: {
|
|
40
34
|
colorSchemaType?: any;
|
41
35
|
container?: any;
|
42
36
|
colors?: any;
|
43
|
-
blueprintType?: any;
|
44
|
-
blueprint?: any;
|
45
37
|
}>>, () => JSX.Element, {}, {}, {}, {
|
46
38
|
container?: any;
|
47
|
-
blueprint?: any;
|
48
39
|
colorSchemaType?: any;
|
49
|
-
blueprintType?: any;
|
50
40
|
colors?: any;
|
51
41
|
}>;
|
52
42
|
__isFragment?: never;
|
@@ -60,20 +50,14 @@ declare const _default: {
|
|
60
50
|
colorSchemaType?: any;
|
61
51
|
container?: any;
|
62
52
|
colors?: any;
|
63
|
-
blueprintType?: any;
|
64
|
-
blueprint?: any;
|
65
53
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
66
54
|
container?: any;
|
67
|
-
blueprint?: any;
|
68
55
|
colorSchemaType?: any;
|
69
|
-
blueprintType?: any;
|
70
56
|
colors?: any;
|
71
57
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
58
|
propsDefinition: Omit<Readonly<{
|
73
59
|
container?: any;
|
74
|
-
blueprint?: any;
|
75
60
|
colorSchemaType?: any;
|
76
|
-
blueprintType?: any;
|
77
61
|
colors?: any;
|
78
62
|
} & {
|
79
63
|
class?: String | String[];
|