@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
@@ -2,9 +2,15 @@ import { VelcronAppDefinition } from "@omnia/fx-models";
|
|
2
2
|
import { VelcronPropertyEditor } from "../../core";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
"hide-property-mapped": {
|
6
|
+
type: import("vue").PropType<boolean>;
|
7
|
+
};
|
5
8
|
hidePropertyMapped: {
|
6
9
|
type: import("vue").PropType<boolean>;
|
7
10
|
};
|
11
|
+
"property-editors": {
|
12
|
+
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
13
|
+
};
|
8
14
|
propertyEditors: {
|
9
15
|
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
10
16
|
};
|
@@ -79,9 +85,15 @@ declare const _default: {
|
|
79
85
|
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
80
86
|
"update:modelValue": (value: VelcronAppDefinition) => true;
|
81
87
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
|
+
"hide-property-mapped": {
|
89
|
+
type: import("vue").PropType<boolean>;
|
90
|
+
};
|
82
91
|
hidePropertyMapped: {
|
83
92
|
type: import("vue").PropType<boolean>;
|
84
93
|
};
|
94
|
+
"property-editors": {
|
95
|
+
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
96
|
+
};
|
85
97
|
propertyEditors: {
|
86
98
|
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
87
99
|
};
|
@@ -161,9 +173,15 @@ declare const _default: {
|
|
161
173
|
M: {};
|
162
174
|
Defaults: {};
|
163
175
|
}, Readonly<import("vue").ExtractPropTypes<{
|
176
|
+
"hide-property-mapped": {
|
177
|
+
type: import("vue").PropType<boolean>;
|
178
|
+
};
|
164
179
|
hidePropertyMapped: {
|
165
180
|
type: import("vue").PropType<boolean>;
|
166
181
|
};
|
182
|
+
"property-editors": {
|
183
|
+
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
184
|
+
};
|
167
185
|
propertyEditors: {
|
168
186
|
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
169
187
|
};
|
@@ -240,9 +258,15 @@ declare const _default: {
|
|
240
258
|
__isTeleport?: never;
|
241
259
|
__isSuspense?: never;
|
242
260
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
261
|
+
"hide-property-mapped": {
|
262
|
+
type: import("vue").PropType<boolean>;
|
263
|
+
};
|
243
264
|
hidePropertyMapped: {
|
244
265
|
type: import("vue").PropType<boolean>;
|
245
266
|
};
|
267
|
+
"property-editors": {
|
268
|
+
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
269
|
+
};
|
246
270
|
propertyEditors: {
|
247
271
|
type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
|
248
272
|
};
|
@@ -383,7 +407,9 @@ declare const _default: {
|
|
383
407
|
"v-model"?: VelcronAppDefinition<object>;
|
384
408
|
modelValue?: VelcronAppDefinition<object>;
|
385
409
|
propertyEditors?: VelcronPropertyEditor<any>[];
|
410
|
+
"property-editors"?: VelcronPropertyEditor<any>[];
|
386
411
|
hidePropertyMapped?: boolean;
|
412
|
+
"hide-property-mapped"?: boolean;
|
387
413
|
}>, "onUpdate:modelValue"> & {
|
388
414
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
389
415
|
};
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition } from "internal/fx/shared/models";
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
|
-
import { ActivityRendererReference, DynamicState,
|
4
|
+
import { ActivityRendererReference, DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
|
5
5
|
import { GuidValue, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
6
6
|
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
7
|
-
import { useVelcronBlueprintStore } from "../stores/VelcronBlueprint";
|
8
7
|
export interface ResolvedComponentRenderer {
|
9
8
|
component: unknown;
|
10
9
|
definition: VelcronDefinition;
|
@@ -48,7 +47,6 @@ export interface VelcronRenderContext {
|
|
48
47
|
currentContext: DynamicState;
|
49
48
|
theming?: ReturnType<typeof useVelcronThemingStore>;
|
50
49
|
colors?: ReturnType<typeof useVelcronColorSchemaStore>;
|
51
|
-
blueprints?: ReturnType<typeof useVelcronBlueprintStore>;
|
52
50
|
actions?: {
|
53
51
|
[name: string]: Array<string>;
|
54
52
|
};
|
@@ -101,39 +99,11 @@ export interface VelcronActionWithCondition extends VelcronActionWithAutoAwait {
|
|
101
99
|
trueAction: VelcronAction;
|
102
100
|
falseAction: VelcronAction;
|
103
101
|
}
|
104
|
-
/**
|
105
|
-
* Velcron definition base
|
106
|
-
*/
|
107
|
-
export interface VelcronDefinitionBase {
|
108
|
-
/**
|
109
|
-
* The component type
|
110
|
-
*/
|
111
|
-
type: string;
|
112
|
-
/**
|
113
|
-
* Custom friendly name of the definition
|
114
|
-
*/
|
115
|
-
name?: string;
|
116
|
-
/**
|
117
|
-
* Used for render cache if not specified we auto set it.
|
118
|
-
*/
|
119
|
-
key?: string;
|
120
|
-
}
|
121
|
-
export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
|
122
|
-
body?: Array<VelcronDefinition>;
|
123
|
-
style?: VelcronStyling;
|
124
|
-
foreach?: string;
|
125
|
-
if?: string;
|
126
|
-
events?: VelcronEvent;
|
127
|
-
}
|
128
102
|
export type VelcronBindableProp<TPropType = string> = TPropType | string;
|
129
103
|
export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
130
104
|
edit?: VelcronBindableProp<boolean>;
|
131
105
|
bind?: VelcronBindableProp;
|
132
106
|
}
|
133
|
-
interface VelcronDimensionStyling {
|
134
|
-
margin?: VelcronSpacing;
|
135
|
-
padding?: VelcronSpacing;
|
136
|
-
}
|
137
107
|
export interface VelcronColorStyling {
|
138
108
|
colorSchemaType?: string;
|
139
109
|
colorType?: string;
|
@@ -147,57 +117,13 @@ export interface VelcronTextStyling {
|
|
147
117
|
typography?: string;
|
148
118
|
size?: string;
|
149
119
|
}
|
150
|
-
export interface VelcronStyling {
|
151
|
-
margin?: number;
|
152
|
-
marginTop?: number;
|
153
|
-
marginRight?: number;
|
154
|
-
marginBottom?: number;
|
155
|
-
marginLeft?: number;
|
156
|
-
padding?: number;
|
157
|
-
paddingTop?: number;
|
158
|
-
paddingRight?: number;
|
159
|
-
paddingBottom?: number;
|
160
|
-
paddingLeft?: number;
|
161
|
-
height?: number | string;
|
162
|
-
width?: number | string;
|
163
|
-
}
|
164
120
|
export interface VelcronCardStyling extends VelcronStyling {
|
165
121
|
elevation: number;
|
166
122
|
}
|
167
|
-
export interface VelcronSpacing {
|
168
|
-
top?: number | string;
|
169
|
-
right?: number | string;
|
170
|
-
bottom?: number | string;
|
171
|
-
left?: number | string;
|
172
|
-
}
|
173
123
|
export interface VelcronIcon {
|
174
124
|
type: VelcronIconTypes;
|
175
125
|
name: string;
|
176
126
|
}
|
177
|
-
export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
|
178
|
-
type: "velcron";
|
179
|
-
version?: string;
|
180
|
-
name?: string;
|
181
|
-
body?: Array<VelcronDefinition>;
|
182
|
-
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
183
|
-
actions?: {
|
184
|
-
[name: string]: Array<string>;
|
185
|
-
};
|
186
|
-
components?: Array<VelcronCustomComponentDefinition>;
|
187
|
-
propEditors?: Array<VelcronPropertyEditor>;
|
188
|
-
state?: TState;
|
189
|
-
computed?: {
|
190
|
-
[name: string]: Array<string>;
|
191
|
-
};
|
192
|
-
}
|
193
|
-
export interface VelcronComponentDefinition extends VelcronDefinition {
|
194
|
-
type: string;
|
195
|
-
events?: any;
|
196
|
-
properties?: {
|
197
|
-
[name: string]: any;
|
198
|
-
};
|
199
|
-
icon?: any;
|
200
|
-
}
|
201
127
|
export interface VelcronRenderProp {
|
202
128
|
required?: boolean;
|
203
129
|
defaultValue?: any;
|
@@ -362,7 +288,6 @@ export interface VelcronPropertyDefinitionValue {
|
|
362
288
|
value: PropertyValue;
|
363
289
|
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
|
364
290
|
}
|
365
|
-
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
366
291
|
export type VelcronRenderProps<TDefinition> = {
|
367
292
|
definition: TDefinition;
|
368
293
|
renderContext: VelcronRenderContext;
|
@@ -370,4 +295,3 @@ export type VelcronRenderProps<TDefinition> = {
|
|
370
295
|
export type VelcronAppRendererProps = VelcronRenderProps<VelcronAppDefinition> & {
|
371
296
|
rootApp: boolean;
|
372
297
|
};
|
373
|
-
export {};
|
@@ -1,17 +1,7 @@
|
|
1
|
-
import { TypographySize, TypographyType, VelcronImageRatios, VelcronSpacing } from "@omnia/fx-models";
|
1
|
+
import { TypographySize, TypographyType, VelcronImageRatios, VelcronPropertyEditor, VelcronSpacing } from "@omnia/fx-models";
|
2
2
|
export interface ResolvedPropertyEditor {
|
3
3
|
editor: VelcronPropertyEditor;
|
4
4
|
}
|
5
|
-
export interface VelcronPropertyEditor<TSettings = any> {
|
6
|
-
name?: string;
|
7
|
-
category?: string;
|
8
|
-
type: BuiltInPropertyEditorType | string;
|
9
|
-
settings?: TSettings;
|
10
|
-
stateMapping?: string;
|
11
|
-
propertyMapping?: boolean;
|
12
|
-
multiple?: boolean;
|
13
|
-
component?: unknown;
|
14
|
-
}
|
15
5
|
export interface BuiltInPropertyEditors {
|
16
6
|
text: unknown;
|
17
7
|
slider: unknown;
|
@@ -25,7 +15,6 @@ export interface BuiltInPropertyEditors {
|
|
25
15
|
spacing: unknown;
|
26
16
|
"color-schema-type": unknown;
|
27
17
|
}
|
28
|
-
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "spacing";
|
29
18
|
export declare enum BuiltInPropertyEditorTypes {
|
30
19
|
text = "text",
|
31
20
|
slider = "slider",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronDefinition } from "
|
1
|
+
import { VelcronDefinition } from "@omnia/fx-models";
|
2
2
|
export type VelcronPrimitiveType = string | number | boolean;
|
3
3
|
export type VelcronArrayType<T> = Array<T>;
|
4
4
|
export type VelcronObjectType<T extends Object> = T;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronRenderContext, DeferredPromise, VelcronBindableProp } from "../models";
|
2
|
+
import { VelcronAppDefinition, VelcronDefinition } from "..";
|
2
3
|
export interface ParseResult<T> {
|
3
4
|
is: boolean;
|
4
5
|
value: T;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { BuiltInComponentRenderers, ResolvedComponentRenderer,
|
2
|
-
import { DynamicState } from "..";
|
1
|
+
import { BuiltInComponentRenderers, ResolvedComponentRenderer, VelcronRenderContext } from "../models";
|
2
|
+
import { DynamicState, VelcronDefinition } from "..";
|
3
3
|
export declare class VelcronRenderers {
|
4
4
|
private static components;
|
5
5
|
static registerComponent(type: string, component: any): void;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { VelcronBorder, VelcronColorStyling,
|
1
|
+
import { VelcronBorder, VelcronColorStyling, VelcronDimensions, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
|
+
import { VelcronDefinition } from "..";
|
3
4
|
export declare class VelcronStyles {
|
4
5
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
5
6
|
static unitProvider: VelcronUnitProvider;
|
@@ -14,9 +14,10 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
14
14
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
15
|
};
|
16
16
|
get: {
|
17
|
-
|
17
|
+
componentBlueprints: (blueprintType: import("@omnia/fx-models").VelcronBlueprintDefintionTypes) => import("@omnia/fx-models").ComponentBlueprint;
|
18
18
|
colorSchema: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => ColorSchema;
|
19
|
-
|
19
|
+
spacing: () => import("@omnia/fx-models").SpacingDefinition;
|
20
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => any;
|
20
21
|
color: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
21
22
|
colorDefinition: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => ColorDefinition;
|
22
23
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
@@ -1,12 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ComponentBlueprint, SpacingDefinition, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes, VelcronBlueprintDefintionTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ThemeDefinitionV2;
|
5
5
|
};
|
6
6
|
get: {
|
7
|
-
|
7
|
+
componentBlueprints: (blueprintType: VelcronBlueprintDefintionTypes) => ComponentBlueprint;
|
8
8
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
9
|
-
|
9
|
+
spacing: () => SpacingDefinition;
|
10
|
+
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
10
11
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
11
12
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
12
13
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronPropertyEditor } from "
|
1
|
+
import { VelcronPropertyEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
3
3
|
export declare abstract class VelcronEditorBuilderBase {
|
4
4
|
protected builder: VelcronEditorBuilder;
|
package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts
CHANGED
@@ -35,8 +35,8 @@ declare const _default: {
|
|
35
35
|
component: import("vue").Prop<JSX.Element, JSX.Element>;
|
36
36
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
37
37
|
propsDefinition: Omit<Readonly<{} & {
|
38
|
-
definition?: VelcronDefinition;
|
39
38
|
component?: JSX.Element;
|
39
|
+
definition?: VelcronDefinition;
|
40
40
|
renderContext?: VelcronRenderContext;
|
41
41
|
}>, never>;
|
42
42
|
};
|
@@ -5,8 +5,6 @@ declare const _default: {
|
|
5
5
|
colorSchemaType: any;
|
6
6
|
container?: any;
|
7
7
|
colors?: any;
|
8
|
-
blueprintType?: any;
|
9
|
-
blueprint?: any;
|
10
8
|
"edit-mode": {
|
11
9
|
type: import("vue").PropType<boolean>;
|
12
10
|
};
|
@@ -47,8 +45,6 @@ declare const _default: {
|
|
47
45
|
colorSchemaType: any;
|
48
46
|
container?: any;
|
49
47
|
colors?: any;
|
50
|
-
blueprintType?: any;
|
51
|
-
blueprint?: any;
|
52
48
|
"edit-mode": {
|
53
49
|
type: import("vue").PropType<boolean>;
|
54
50
|
};
|
@@ -84,9 +80,7 @@ declare const _default: {
|
|
84
80
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
85
81
|
}, {
|
86
82
|
container?: any;
|
87
|
-
blueprint?: any;
|
88
83
|
colorSchemaType: any;
|
89
|
-
blueprintType?: any;
|
90
84
|
colors?: any;
|
91
85
|
}, true, {}, {}, {
|
92
86
|
P: {};
|
@@ -99,8 +93,6 @@ declare const _default: {
|
|
99
93
|
colorSchemaType: any;
|
100
94
|
container?: any;
|
101
95
|
colors?: any;
|
102
|
-
blueprintType?: any;
|
103
|
-
blueprint?: any;
|
104
96
|
"edit-mode": {
|
105
97
|
type: import("vue").PropType<boolean>;
|
106
98
|
};
|
@@ -136,9 +128,7 @@ declare const _default: {
|
|
136
128
|
"onSetup:context"?: (context: VelcronRenderContext) => any;
|
137
129
|
}, () => JSX.Element, {}, {}, {}, {
|
138
130
|
container?: any;
|
139
|
-
blueprint?: any;
|
140
131
|
colorSchemaType: any;
|
141
|
-
blueprintType?: any;
|
142
132
|
colors?: any;
|
143
133
|
}>;
|
144
134
|
__isFragment?: never;
|
@@ -148,8 +138,6 @@ declare const _default: {
|
|
148
138
|
colorSchemaType: any;
|
149
139
|
container?: any;
|
150
140
|
colors?: any;
|
151
|
-
blueprintType?: any;
|
152
|
-
blueprint?: any;
|
153
141
|
"edit-mode": {
|
154
142
|
type: import("vue").PropType<boolean>;
|
155
143
|
};
|
@@ -188,17 +176,13 @@ declare const _default: {
|
|
188
176
|
"setup:context": (context: VelcronRenderContext) => any;
|
189
177
|
}, string, {
|
190
178
|
container?: any;
|
191
|
-
blueprint?: any;
|
192
179
|
colorSchemaType: any;
|
193
|
-
blueprintType?: any;
|
194
180
|
colors?: any;
|
195
181
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
196
182
|
propsDefinition: Omit<Readonly<{
|
197
183
|
container?: any;
|
198
184
|
definition: VelcronAppDefinition<object>;
|
199
|
-
blueprint?: any;
|
200
185
|
colorSchemaType: any;
|
201
|
-
blueprintType?: any;
|
202
186
|
colors?: any;
|
203
187
|
} & {
|
204
188
|
"color-schema-type"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts
CHANGED
@@ -312,7 +312,6 @@ declare const _default: {
|
|
312
312
|
"update:modelValue": (value: boolean) => true;
|
313
313
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
314
314
|
propsDefinition: Omit<Readonly<{} & {
|
315
|
-
label?: string;
|
316
315
|
name?: {
|
317
316
|
[x: `onUpdate:${string}`]: {
|
318
317
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -374,6 +373,7 @@ declare const _default: {
|
|
374
373
|
};
|
375
374
|
}>;
|
376
375
|
};
|
376
|
+
label?: string;
|
377
377
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
378
378
|
"v-model"?: boolean;
|
379
379
|
modelValue?: boolean;
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts
CHANGED
@@ -333,7 +333,6 @@ declare const _default: {
|
|
333
333
|
"update:modelValue": (value: string) => true;
|
334
334
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
335
335
|
propsDefinition: Omit<Readonly<{} & {
|
336
|
-
label?: string;
|
337
336
|
name?: {
|
338
337
|
[x: `onUpdate:${string}`]: {
|
339
338
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -395,6 +394,7 @@ declare const _default: {
|
|
395
394
|
};
|
396
395
|
}>;
|
397
396
|
};
|
397
|
+
label?: string;
|
398
398
|
"onUpdate:modelValue"?: (value: string) => any;
|
399
399
|
"v-model"?: string;
|
400
400
|
modelValue?: string;
|
@@ -29,6 +29,9 @@ declare const _default: {
|
|
29
29
|
steps: {
|
30
30
|
type: import("vue").PropType<WizardStepModel[]>;
|
31
31
|
required: false;
|
32
|
+
} & {
|
33
|
+
type: import("vue").PropType<WizardStepModel[]>;
|
34
|
+
required: false;
|
32
35
|
};
|
33
36
|
styles: {
|
34
37
|
type: import("vue").PropType<{
|
@@ -87,6 +90,9 @@ declare const _default: {
|
|
87
90
|
steps: {
|
88
91
|
type: import("vue").PropType<WizardStepModel[]>;
|
89
92
|
required: false;
|
93
|
+
} & {
|
94
|
+
type: import("vue").PropType<WizardStepModel[]>;
|
95
|
+
required: false;
|
90
96
|
};
|
91
97
|
styles: {
|
92
98
|
type: import("vue").PropType<{
|
@@ -152,6 +158,9 @@ declare const _default: {
|
|
152
158
|
steps: {
|
153
159
|
type: import("vue").PropType<WizardStepModel[]>;
|
154
160
|
required: false;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<WizardStepModel[]>;
|
163
|
+
required: false;
|
155
164
|
};
|
156
165
|
styles: {
|
157
166
|
type: import("vue").PropType<{
|
@@ -214,6 +223,9 @@ declare const _default: {
|
|
214
223
|
steps: {
|
215
224
|
type: import("vue").PropType<WizardStepModel[]>;
|
216
225
|
required: false;
|
226
|
+
} & {
|
227
|
+
type: import("vue").PropType<WizardStepModel[]>;
|
228
|
+
required: false;
|
217
229
|
};
|
218
230
|
styles: {
|
219
231
|
type: import("vue").PropType<{
|