@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
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['b46f7161-e941-4240-b573-a9cd83e9d132']","content":{"./node_modules/@omnia/fx/ux/richtexteditor/extensions/index.js":{"id":"./node_modules/@omnia/fx/ux/richtexteditor/extensions/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AlignmentEditorExtension","AnchorLinkEditorExtension","AnimatedGifEditorExtension","BlockquoteEditorExtension","BoldEditorExtension","BulletListEditorExtension","CodeBlockEditorExtension","CodeEditorExtension","DocumentNode","EmoticonPickerEditorExtension","ExtendedElementsEditorExtension","HashTagConfiguration","HashTagContentData","HashTagEditorExtension","HeadingEditorExtension","HeadingNode","HistoryEditorExtension","HorizontalRuleEditorExtension","HtmlEditorExtension","ItalicEditorExtension","LanguagePickerEditorExtension","ListItem","ListItemEditorExtension","MediaPickerEditorExtension","MentionConfiguration","MentionContentData","MentionEditorExtension","MentionPluginKey","OrderedListEditorExtension","ParagraphNode","PlaceHolderNode","PlaceholderEditorExtension","RegistrationHelpder","RemovingFormattingEditorExtension","RichTextEditorExtensionLocalization","StrikeEditorExtension","TableEditorExtension","TableView","TextColorEditorExtension","TextCompletionEditorExtension","TextCompletionHandler","TextCompletionToolbar","TextNode","TextTranslatorEditorExtension","TodoListEditorExtension","UnderlineEditorExtension","panelElementName","tableNodeTypes","tableNodes","updateColumns"]},"./node_modules/@omnia/fx/ux/richtexteditor/extensions/MediaPicker/MediapickerStyle.css":{"id":"./node_modules/@omnia/fx/ux/richtexteditor/extensions/mediapicker/mediapickerstyle.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/country-flag-emoji-polyfill/dist/index.modern.js":{"id":"./node_modules/country-flag-emoji-polyfill/dist/index.modern.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/is-emoji-supported/dist/esm/is-emoji-supported.js":{"id":"./node_modules/is-emoji-supported/dist/esm/is-emoji-supported.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./wwwroot/scripts/tiptap/omfx.packages.tiptap_e32e367c-d09c-4088-90a8-fd6a1e0352c7.js":{"id":"./wwwroot/scripts/tiptap/omfx.packages.tiptap_e32e367c-d09c-4088-90a8-fd6a1e0352c7.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/richtexteditor/index.js":{"id":"f37916a5-b801-4e3a-a1be-30a009bd2df2","buildMeta":{"exportsType":"namespace"}}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['b46f7161-e941-4240-b573-a9cd83e9d132']","content":{"./node_modules/@omnia/fx/ux/richtexteditor/extensions/index.js":{"id":"./node_modules/@omnia/fx/ux/richtexteditor/extensions/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AlignmentEditorExtension","AnchorLinkEditorExtension","AnimatedGifEditorExtension","BlockquoteEditorExtension","BoldEditorExtension","BulletListEditorExtension","CodeBlockEditorExtension","CodeEditorExtension","DocumentNode","EmoticonPickerEditorExtension","ExtendedElementsEditorExtension","HashTagConfiguration","HashTagContentData","HashTagEditorExtension","HeadingEditorExtension","HeadingNode","HistoryEditorExtension","HorizontalRuleEditorExtension","HtmlEditorExtension","ItalicEditorExtension","LanguagePickerEditorExtension","ListItem","ListItemEditorExtension","MediaPickerEditorExtension","MentionConfiguration","MentionContentData","MentionEditorExtension","MentionPluginKey","OrderedListEditorExtension","ParagraphNode","PlaceHolderNode","PlaceholderEditorExtension","RegistrationHelpder","RemovingFormattingEditorExtension","RichTextEditorExtensionLocalization","StrikeEditorExtension","TableEditorExtension","TableView","TextColorEditorExtension","TextCompletionEditorExtension","TextCompletionHandler","TextCompletionToolbar","TextNode","TextTranslatorEditorExtension","TodoListEditorExtension","UnderlineEditorExtension","panelElementName","tableNodeTypes","tableNodes","updateColumns"]},"./node_modules/@omnia/fx/ux/richtexteditor/extensions/MediaPicker/MediapickerStyle.css":{"id":"./node_modules/@omnia/fx/ux/richtexteditor/extensions/mediapicker/mediapickerstyle.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/richtexteditor/shareds/index.js":{"id":"./node_modules/@omnia/fx/ux/richtexteditor/shareds/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["defineRichTextNode"]},"./node_modules/country-flag-emoji-polyfill/dist/index.modern.js":{"id":"./node_modules/country-flag-emoji-polyfill/dist/index.modern.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/is-emoji-supported/dist/esm/is-emoji-supported.js":{"id":"./node_modules/is-emoji-supported/dist/esm/is-emoji-supported.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./wwwroot/scripts/tiptap/omfx.packages.tiptap_e32e367c-d09c-4088-90a8-fd6a1e0352c7.js":{"id":"./wwwroot/scripts/tiptap/omfx.packages.tiptap_e32e367c-d09c-4088-90a8-fd6a1e0352c7.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/richtexteditor/index.js":{"id":"f37916a5-b801-4e3a-a1be-30a009bd2df2","buildMeta":{"exportsType":"namespace"}}}}
|
@@ -1,7 +1,11 @@
|
|
1
|
-
import { DynamicState, GuidValue, IdentityActivityCategory, StronglyTypedId, TemporaryFileId } from "../..";
|
2
1
|
import { ChannelId } from "./ActivityChannel";
|
3
2
|
import { ActivitySenderId } from "./ActivitySender";
|
4
3
|
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
4
|
+
import { StronglyTypedId } from "../../StronglyTypedId";
|
5
|
+
import { GuidValue } from "../../Guid";
|
6
|
+
import { DynamicState } from "../../DynamicState";
|
7
|
+
import { IdentityActivityCategory } from "./IdentityActivity";
|
8
|
+
import { TemporaryFileId } from "../fileupload";
|
5
9
|
export type ActivityId = StronglyTypedId<number, "ActivityId">;
|
6
10
|
export declare function ActivityId(id: number): ActivityId;
|
7
11
|
export type ActivityTypeId = StronglyTypedId<GuidValue, "ActivityTypeId">;
|
package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DynamicState } from "
|
1
|
+
import { DynamicState } from "../../DynamicState";
|
2
2
|
import { ActivityTypeId } from "./Activity";
|
3
3
|
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
4
4
|
export declare abstract class FeedActivityDefinition<TFeedItemState> implements ActivityDefinition<TFeedItemState> {
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { GuidValue } from "../../Guid";
|
2
|
+
import { StronglyTypedId } from "../../StronglyTypedId";
|
3
|
+
import { VelcronAppDefinition } from "../../velcron";
|
3
4
|
export type ActivityRendererId = StronglyTypedId<string, "ActivityRendererId">;
|
4
5
|
export declare function ActivityRendererId(id: GuidValue): ActivityRendererId;
|
5
6
|
export interface ActivityRendererReference {
|
@@ -1,5 +1,7 @@
|
|
1
|
-
import {
|
1
|
+
import { DynamicState } from "../../DynamicState";
|
2
2
|
import { Activity, ActivityId } from "./Activity";
|
3
|
+
import { ChannelId } from "./ActivityChannel";
|
4
|
+
import { ActivitySender, ActivitySenderId } from "./ActivitySender";
|
3
5
|
export declare enum IdentityActivityStatus {
|
4
6
|
new = 0,
|
5
7
|
read = 1,
|
@@ -20,3 +20,4 @@ tslib_1.__exportStar(require("./DynamicState"), exports);
|
|
20
20
|
tslib_1.__exportStar(require("./StronglyTypedId"), exports);
|
21
21
|
tslib_1.__exportStar(require("./theming"), exports);
|
22
22
|
tslib_1.__exportStar(require("./hub"), exports);
|
23
|
+
tslib_1.__exportStar(require("./velcron"), exports);
|
@@ -1,69 +1,56 @@
|
|
1
|
-
import {
|
2
|
-
import { Guid, GuidValue } from "../Guid";
|
1
|
+
import { ChromeDefinition } from "./ChromeDefinition";
|
3
2
|
import { SpacingDefinition, SpacingSettings } from "./SpacingSetting";
|
4
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType } from "./ThemeDefinitionV2";
|
5
3
|
import { TypographyDefinition } from "./TypographyDefinition";
|
6
4
|
export interface BoxDimensions extends SpacingSettings {
|
7
5
|
}
|
8
|
-
export interface
|
9
|
-
default:
|
10
|
-
variant1:
|
11
|
-
variant2:
|
12
|
-
variant3:
|
6
|
+
export interface ChromeBluePrintDefinitions {
|
7
|
+
default: ChromeDefinition;
|
8
|
+
variant1: ChromeDefinition;
|
9
|
+
variant2: ChromeDefinition;
|
10
|
+
variant3: ChromeDefinition;
|
13
11
|
}
|
14
|
-
export type
|
15
|
-
export
|
16
|
-
|
17
|
-
|
18
|
-
typography = "typography",
|
19
|
-
searchbox = "searchbox",
|
20
|
-
layoutspacing = "layout-spacing",
|
21
|
-
innerspacing = "inner-spacing"
|
12
|
+
export type BlueprintType = "chrome" | "typography" | "spacing" | "component";
|
13
|
+
export interface BlueprintDefinition {
|
14
|
+
type: BlueprintType;
|
15
|
+
name: string;
|
22
16
|
}
|
23
|
-
export
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
innerspacing = "inner-spacing"
|
17
|
+
export interface ChromeBlueprint extends BlueprintDefinition {
|
18
|
+
type: "chrome";
|
19
|
+
default: ChromeDefinition;
|
20
|
+
variant1: ChromeDefinition;
|
28
21
|
}
|
29
|
-
export interface
|
30
|
-
type:
|
22
|
+
export interface TypographyBlueprint extends BlueprintDefinition {
|
23
|
+
type: "typography";
|
24
|
+
default: TypographyDefinition;
|
25
|
+
variant1?: TypographyDefinition;
|
31
26
|
}
|
32
|
-
export interface
|
33
|
-
type: "
|
34
|
-
|
35
|
-
definitionId: GuidValue;
|
36
|
-
definition?: VelcronAppDefinition;
|
37
|
-
};
|
38
|
-
colors: {
|
39
|
-
colorSchemaType?: ColorSchemaTypes | ColorSchemaType;
|
40
|
-
};
|
41
|
-
styles: {
|
42
|
-
spacing?: SpacingSettings;
|
43
|
-
elevation?: number;
|
44
|
-
borderRadius?: BoxDimensions;
|
45
|
-
border?: BoxDimensions;
|
46
|
-
borderColor?: {
|
47
|
-
colorType: ColorType;
|
48
|
-
toned?: boolean;
|
49
|
-
};
|
50
|
-
};
|
27
|
+
export interface SpacingBlueprint extends BlueprintDefinition {
|
28
|
+
type: "spacing";
|
29
|
+
default: SpacingItemBluePrintDefinition;
|
51
30
|
}
|
52
|
-
export interface
|
53
|
-
type: "
|
54
|
-
|
31
|
+
export interface ComponentBlueprint extends BlueprintDefinition {
|
32
|
+
type: "component";
|
33
|
+
default: BlueprintItemDefinition[];
|
55
34
|
}
|
56
|
-
export interface
|
57
|
-
|
58
|
-
|
35
|
+
export interface SpacingItemBluePrintDefinition {
|
36
|
+
layout: SpacingDefinition;
|
37
|
+
inner: SpacingDefinition;
|
38
|
+
}
|
39
|
+
export type SpacingBlueprintTypes = "inner" | "layout";
|
40
|
+
export type WebBlueprintItemDefintionType = "button" | "searchbox";
|
41
|
+
export declare enum WebBlueprintItemDefintionTypes {
|
42
|
+
button = "button",
|
43
|
+
searchbox = "searchbox"
|
44
|
+
}
|
45
|
+
export type VelcronBlueprintDefintionType = "button";
|
46
|
+
export declare enum VelcronBlueprintDefintionTypes {
|
47
|
+
button = "button"
|
48
|
+
}
|
49
|
+
export interface BlueprintItemDefinition {
|
50
|
+
type: VelcronBlueprintDefintionType | WebBlueprintItemDefintionType;
|
59
51
|
}
|
60
52
|
export interface SearchBoxBlueprint extends BlueprintItemDefinition {
|
61
53
|
type: "searchbox";
|
62
54
|
borderRadius?: BoxDimensions;
|
63
55
|
variant?: "outlined" | "solo" | "regular" | "plain" | "underlined";
|
64
56
|
}
|
65
|
-
export interface BlueprintDefinition {
|
66
|
-
id: Guid;
|
67
|
-
name: string;
|
68
|
-
definitions: Array<BlueprintItemDefinition>;
|
69
|
-
}
|
@@ -1,18 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VelcronBlueprintDefintionTypes = exports.
|
4
|
-
var
|
5
|
-
(function (
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
WebBlueprintDefintionTypes["searchbox"] = "searchbox";
|
10
|
-
WebBlueprintDefintionTypes["layoutspacing"] = "layout-spacing";
|
11
|
-
WebBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
|
12
|
-
})(WebBlueprintDefintionTypes || (exports.WebBlueprintDefintionTypes = WebBlueprintDefintionTypes = {}));
|
3
|
+
exports.VelcronBlueprintDefintionTypes = exports.WebBlueprintItemDefintionTypes = void 0;
|
4
|
+
var WebBlueprintItemDefintionTypes;
|
5
|
+
(function (WebBlueprintItemDefintionTypes) {
|
6
|
+
WebBlueprintItemDefintionTypes["button"] = "button";
|
7
|
+
WebBlueprintItemDefintionTypes["searchbox"] = "searchbox";
|
8
|
+
})(WebBlueprintItemDefintionTypes || (exports.WebBlueprintItemDefintionTypes = WebBlueprintItemDefintionTypes = {}));
|
13
9
|
var VelcronBlueprintDefintionTypes;
|
14
10
|
(function (VelcronBlueprintDefintionTypes) {
|
15
11
|
VelcronBlueprintDefintionTypes["button"] = "button";
|
16
|
-
VelcronBlueprintDefintionTypes["typography"] = "typography";
|
17
|
-
VelcronBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
|
18
12
|
})(VelcronBlueprintDefintionTypes || (exports.VelcronBlueprintDefintionTypes = VelcronBlueprintDefintionTypes = {}));
|
@@ -1,4 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { GuidValue } from "../Guid";
|
2
|
+
import { VelcronAppDefinition } from "../velcron";
|
3
|
+
import { BoxDimensions } from "./BlueprintDefinition";
|
4
|
+
import { SpacingSettings } from "./SpacingSetting";
|
5
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType } from "./ThemeDefinitionV2";
|
2
6
|
export interface ChromeDefinition {
|
3
7
|
id: GuidValue;
|
4
8
|
name: string;
|
@@ -10,6 +14,7 @@ export interface ChromeDefinition {
|
|
10
14
|
colorSchemaType?: ColorSchemaTypes | ColorSchemaType;
|
11
15
|
};
|
12
16
|
styles: {
|
17
|
+
opacity?: number;
|
13
18
|
spacing?: SpacingSettings;
|
14
19
|
elevation?: number;
|
15
20
|
borderRadius?: BoxDimensions;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare function getSpacingValueFromBlueprint(spacingValue: any,
|
1
|
+
import { SpacingDefinition } from "./SpacingSetting";
|
2
|
+
export declare function getSpacingValueFromBlueprint(spacingValue: any, definition: SpacingDefinition): number;
|
@@ -1,32 +1,33 @@
|
|
1
1
|
"use strict";
|
2
|
+
// import { SpacingDefinition, SpacingTypes } from "@omnia/fx-models";
|
2
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
4
|
exports.getSpacingValueFromBlueprint = void 0;
|
4
5
|
const SpacingSetting_1 = require("./SpacingSetting");
|
5
|
-
function getSpacingValueFromBlueprint(spacingValue,
|
6
|
+
function getSpacingValueFromBlueprint(spacingValue, definition) {
|
6
7
|
if (!spacingValue) {
|
7
8
|
return 0;
|
8
9
|
}
|
9
10
|
let negative = false;
|
10
11
|
let result = spacingValue;
|
11
|
-
if (isNaN(spacingValue) &&
|
12
|
+
if (isNaN(spacingValue) && definition) {
|
12
13
|
if (spacingValue.startsWith("-")) {
|
13
14
|
negative = true;
|
14
15
|
}
|
15
16
|
spacingValue = spacingValue.replace("-", "");
|
16
17
|
if (spacingValue === SpacingSetting_1.SpacingTypes.xs) {
|
17
|
-
result =
|
18
|
+
result = definition.xs;
|
18
19
|
}
|
19
20
|
else if (spacingValue === SpacingSetting_1.SpacingTypes.s) {
|
20
|
-
result =
|
21
|
+
result = definition.s;
|
21
22
|
}
|
22
23
|
else if (spacingValue === SpacingSetting_1.SpacingTypes.m) {
|
23
|
-
result =
|
24
|
+
result = definition.m;
|
24
25
|
}
|
25
26
|
else if (spacingValue === SpacingSetting_1.SpacingTypes.l) {
|
26
|
-
result =
|
27
|
+
result = definition.l;
|
27
28
|
}
|
28
29
|
else if (spacingValue === SpacingSetting_1.SpacingTypes.xl) {
|
29
|
-
result =
|
30
|
+
result = definition.xl;
|
30
31
|
}
|
31
32
|
else {
|
32
33
|
result = 0;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
|
-
import {
|
2
|
+
import { BlueprintDefinition } from "./BlueprintDefinition";
|
3
3
|
export interface ColorTypeResult<resultType> {
|
4
4
|
base: resultType;
|
5
5
|
baseTone: resultType;
|
@@ -48,7 +48,7 @@ export interface ThemeDefinitionV2 {
|
|
48
48
|
name: string;
|
49
49
|
dark: boolean;
|
50
50
|
colors: ColorSchemas;
|
51
|
-
blueprints:
|
51
|
+
blueprints: BlueprintDefinition[];
|
52
52
|
}
|
53
53
|
export type ColorSchemaType = keyof typeof ColorSchemaTypes;
|
54
54
|
export declare enum ColorSchemaTypes {
|
@@ -62,13 +62,6 @@ export declare enum ColorSchemaTypes {
|
|
62
62
|
error = "error",
|
63
63
|
info = "info"
|
64
64
|
}
|
65
|
-
export type BlueprintType = keyof typeof BlueprintTypes;
|
66
|
-
export declare enum BlueprintTypes {
|
67
|
-
default = "default",
|
68
|
-
variant1 = "variant1",
|
69
|
-
variant2 = "variant2",
|
70
|
-
variant3 = "variant3"
|
71
|
-
}
|
72
65
|
export type ColorType = keyof typeof ColorTypes;
|
73
66
|
export declare enum ColorTypes {
|
74
67
|
base = "base",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ColorTypes = exports.
|
3
|
+
exports.ColorTypes = exports.ColorSchemaTypes = void 0;
|
4
4
|
var ColorSchemaTypes;
|
5
5
|
(function (ColorSchemaTypes) {
|
6
6
|
ColorSchemaTypes["primary"] = "primary";
|
@@ -13,13 +13,6 @@ var ColorSchemaTypes;
|
|
13
13
|
ColorSchemaTypes["error"] = "error";
|
14
14
|
ColorSchemaTypes["info"] = "info";
|
15
15
|
})(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
|
16
|
-
var BlueprintTypes;
|
17
|
-
(function (BlueprintTypes) {
|
18
|
-
BlueprintTypes["default"] = "default";
|
19
|
-
BlueprintTypes["variant1"] = "variant1";
|
20
|
-
BlueprintTypes["variant2"] = "variant2";
|
21
|
-
BlueprintTypes["variant3"] = "variant3";
|
22
|
-
})(BlueprintTypes || (exports.BlueprintTypes = BlueprintTypes = {}));
|
23
16
|
var ColorTypes;
|
24
17
|
(function (ColorTypes) {
|
25
18
|
ColorTypes["base"] = "base";
|
@@ -1,10 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import { BlueprintDefinition } from "./BlueprintDefinition";
|
1
|
+
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
+
import { BlueprintDefinition, BlueprintType } from "./BlueprintDefinition";
|
4
3
|
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
5
4
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
6
|
-
|
7
|
-
typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => TypographyTypeDefinition;
|
5
|
+
bluePrintbyType: <TType extends BlueprintDefinition>(type: BlueprintType) => TType;
|
8
6
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
9
7
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
10
8
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useThemeMethods = void 0;
|
4
4
|
//import { ThemeDefinitionInstance } from "@omnia/fx/ux";
|
5
5
|
const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
|
6
|
-
const TypographyDefinition_1 = require("./TypographyDefinition");
|
7
6
|
// temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
|
8
7
|
function useThemeMethods(getThemeDefinition) {
|
8
|
+
function bluePrintbyType(type) {
|
9
|
+
return getThemeDefinition().blueprints.find(x => x.type === type);
|
10
|
+
}
|
9
11
|
function colorSchema(colorSchemaType) {
|
10
12
|
if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
|
11
13
|
return getThemeDefinition().colors.primary;
|
@@ -33,33 +35,6 @@ function useThemeMethods(getThemeDefinition) {
|
|
33
35
|
}
|
34
36
|
return getThemeDefinition().colors.background;
|
35
37
|
}
|
36
|
-
function blueprint(blueprintType) {
|
37
|
-
if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.default) {
|
38
|
-
return getThemeDefinition().blueprints.default;
|
39
|
-
}
|
40
|
-
else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant1) {
|
41
|
-
return getThemeDefinition().blueprints.variant1;
|
42
|
-
}
|
43
|
-
else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant2) {
|
44
|
-
return getThemeDefinition().blueprints.variant2;
|
45
|
-
}
|
46
|
-
else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant3) {
|
47
|
-
return getThemeDefinition().blueprints.variant3;
|
48
|
-
}
|
49
|
-
return getThemeDefinition().blueprints.default;
|
50
|
-
}
|
51
|
-
function typography(blueprintType, typographyType, size) {
|
52
|
-
const typographyBlueprint = getThemeDefinition().blueprints[blueprintType].definitions.find(d => d.type === "typography");
|
53
|
-
if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
|
54
|
-
return typographyBlueprint.definition.text[size];
|
55
|
-
}
|
56
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.title) {
|
57
|
-
return typographyBlueprint.definition.title[size];
|
58
|
-
}
|
59
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
|
60
|
-
return typographyBlueprint.definition[size];
|
61
|
-
}
|
62
|
-
}
|
63
38
|
function color(colorSchemaType, colorType) {
|
64
39
|
const mappedColorSchema = colorSchema(colorSchemaType);
|
65
40
|
if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
|
@@ -117,8 +92,7 @@ function useThemeMethods(getThemeDefinition) {
|
|
117
92
|
}
|
118
93
|
return {
|
119
94
|
colorSchema,
|
120
|
-
|
121
|
-
typography,
|
95
|
+
bluePrintbyType,
|
122
96
|
color,
|
123
97
|
colorDefinition,
|
124
98
|
complementaryColorType,
|
@@ -0,0 +1,87 @@
|
|
1
|
+
import { DynamicState } from "../DynamicState";
|
2
|
+
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent } from "./VelcronEvents";
|
3
|
+
/**
|
4
|
+
* Velcron definition base
|
5
|
+
*/
|
6
|
+
export interface VelcronDefinitionBase {
|
7
|
+
/**
|
8
|
+
* The component type
|
9
|
+
*/
|
10
|
+
type: string;
|
11
|
+
/**
|
12
|
+
* Custom friendly name of the definition
|
13
|
+
*/
|
14
|
+
name?: string;
|
15
|
+
/**
|
16
|
+
* Used for render cache if not specified we auto set it.
|
17
|
+
*/
|
18
|
+
key?: string;
|
19
|
+
}
|
20
|
+
export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
|
21
|
+
body?: Array<VelcronDefinition>;
|
22
|
+
style?: VelcronStyling;
|
23
|
+
foreach?: string;
|
24
|
+
if?: string;
|
25
|
+
events?: VelcronEvent;
|
26
|
+
}
|
27
|
+
export interface VelcronSpacing {
|
28
|
+
top?: number | string;
|
29
|
+
right?: number | string;
|
30
|
+
bottom?: number | string;
|
31
|
+
left?: number | string;
|
32
|
+
}
|
33
|
+
interface VelcronDimensionStyling {
|
34
|
+
margin?: VelcronSpacing;
|
35
|
+
padding?: VelcronSpacing;
|
36
|
+
}
|
37
|
+
export interface VelcronStyling {
|
38
|
+
margin?: number;
|
39
|
+
marginTop?: number;
|
40
|
+
marginRight?: number;
|
41
|
+
marginBottom?: number;
|
42
|
+
marginLeft?: number;
|
43
|
+
padding?: number;
|
44
|
+
paddingTop?: number;
|
45
|
+
paddingRight?: number;
|
46
|
+
paddingBottom?: number;
|
47
|
+
paddingLeft?: number;
|
48
|
+
height?: number | string;
|
49
|
+
width?: number | string;
|
50
|
+
}
|
51
|
+
export interface VelcronComponentDefinition extends VelcronDefinition {
|
52
|
+
type: string;
|
53
|
+
events?: any;
|
54
|
+
properties?: {
|
55
|
+
[name: string]: any;
|
56
|
+
};
|
57
|
+
icon?: any;
|
58
|
+
}
|
59
|
+
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
60
|
+
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "spacing";
|
61
|
+
export interface VelcronPropertyEditor<TSettings = any> {
|
62
|
+
name?: string;
|
63
|
+
category?: string;
|
64
|
+
type: BuiltInPropertyEditorType | string;
|
65
|
+
settings?: TSettings;
|
66
|
+
stateMapping?: string;
|
67
|
+
propertyMapping?: boolean;
|
68
|
+
multiple?: boolean;
|
69
|
+
component?: unknown;
|
70
|
+
}
|
71
|
+
export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
|
72
|
+
type: "velcron";
|
73
|
+
version?: string;
|
74
|
+
name?: string;
|
75
|
+
body?: Array<VelcronDefinition>;
|
76
|
+
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
77
|
+
actions?: {
|
78
|
+
[name: string]: Array<string>;
|
79
|
+
};
|
80
|
+
components?: Array<VelcronCustomComponentDefinition>;
|
81
|
+
propEditors?: Array<VelcronPropertyEditor>;
|
82
|
+
state?: TState;
|
83
|
+
computed?: {
|
84
|
+
[name: string]: Array<string>;
|
85
|
+
};
|
86
|
+
}
|
87
|
+
export {};
|
@@ -31,7 +31,12 @@ export type DefinePropRequire<TName extends string, TPropType, E> = E & {
|
|
31
31
|
defaultValue(value?: TPropType): Omit<DefinePropDefaultValue<TName, TPropType, E, true>, "require">;
|
32
32
|
doc$(description?: string): Omit<DefinePropRequire<TName, TPropType, E>, "doc$">;
|
33
33
|
};
|
34
|
-
export type DefinePropDefaultValue<TName extends string, TPropType, E, Required extends boolean = false> = E & {
|
34
|
+
export type DefinePropDefaultValue<TName extends string, TPropType, E, Required extends boolean = false> = E & KebabKeys<{
|
35
|
+
[K in TName]: {
|
36
|
+
type: PropType<TPropType>;
|
37
|
+
required: Required;
|
38
|
+
};
|
39
|
+
}> & {
|
35
40
|
[K in TName]: {
|
36
41
|
type: PropType<TPropType>;
|
37
42
|
required: Required;
|
@@ -40,7 +45,11 @@ export type DefinePropDefaultValue<TName extends string, TPropType, E, Required
|
|
40
45
|
require(): Omit<DefinePropRequire<TName, TPropType, E>, "defaultValue">;
|
41
46
|
doc$(description?: string): Omit<DefinePropDefaultValue<TName, TPropType, E>, "doc$">;
|
42
47
|
};
|
43
|
-
export type DefinePropDoc<TName extends string, TPropType, E> = E & {
|
48
|
+
export type DefinePropDoc<TName extends string, TPropType, E> = E & KebabKeys<{
|
49
|
+
[K in TName]: {
|
50
|
+
type: PropType<TPropType>;
|
51
|
+
};
|
52
|
+
}> & {
|
44
53
|
[K in TName]: {
|
45
54
|
type: PropType<TPropType>;
|
46
55
|
};
|
@@ -3,7 +3,6 @@ import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions,
|
|
3
3
|
import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
|
4
4
|
import { ComponentBundleManifest, Directives, GuidValue, ThemeableComponentProps } from "@omnia/fx-models";
|
5
5
|
import { IValidator } from "./models/Validation";
|
6
|
-
import { useBlueprintSetup } from "./use/UseBlueprintSetup";
|
7
6
|
import { useColorSchemaSetup } from "./use/UseColorSchemaSetup";
|
8
7
|
export declare function definePropFunctionType<T>(): PropType<T>;
|
9
8
|
export declare function definePropObjectType<T>(): PropType<T>;
|
@@ -121,7 +120,6 @@ type InternalSetupContext<ExtractedPropsType, Props, E = EmitsOptions> = {
|
|
121
120
|
slots: ExtractPropSlots<Props>;
|
122
121
|
models?: Required<ExtractPropModels<Props>>;
|
123
122
|
colors: ReturnType<typeof useColorSchemaSetup>;
|
124
|
-
blueprints: ReturnType<typeof useBlueprintSetup>;
|
125
123
|
validator: IValidator;
|
126
124
|
emit: EmitFn<E>;
|
127
125
|
expose: (exposed?: Record<string, any>) => void;
|
@@ -1,6 +1,10 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"additional-built-in-properties": {
|
5
|
+
type: import("vue").PropType<GuidValue[]>;
|
6
|
+
required: false;
|
7
|
+
};
|
4
8
|
additionalBuiltInProperties: {
|
5
9
|
type: import("vue").PropType<GuidValue[]>;
|
6
10
|
required: false;
|
@@ -14,6 +18,10 @@ declare const _default: {
|
|
14
18
|
required: true;
|
15
19
|
};
|
16
20
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
21
|
+
"additional-built-in-properties": {
|
22
|
+
type: import("vue").PropType<GuidValue[]>;
|
23
|
+
required: false;
|
24
|
+
};
|
17
25
|
additionalBuiltInProperties: {
|
18
26
|
type: import("vue").PropType<GuidValue[]>;
|
19
27
|
required: false;
|
@@ -34,6 +42,10 @@ declare const _default: {
|
|
34
42
|
M: {};
|
35
43
|
Defaults: {};
|
36
44
|
}, Readonly<import("vue").ExtractPropTypes<{
|
45
|
+
"additional-built-in-properties": {
|
46
|
+
type: import("vue").PropType<GuidValue[]>;
|
47
|
+
required: false;
|
48
|
+
};
|
37
49
|
additionalBuiltInProperties: {
|
38
50
|
type: import("vue").PropType<GuidValue[]>;
|
39
51
|
required: false;
|
@@ -51,6 +63,10 @@ declare const _default: {
|
|
51
63
|
__isTeleport?: never;
|
52
64
|
__isSuspense?: never;
|
53
65
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
66
|
+
"additional-built-in-properties": {
|
67
|
+
type: import("vue").PropType<GuidValue[]>;
|
68
|
+
required: false;
|
69
|
+
};
|
54
70
|
additionalBuiltInProperties: {
|
55
71
|
type: import("vue").PropType<GuidValue[]>;
|
56
72
|
required: false;
|
@@ -69,6 +85,7 @@ declare const _default: {
|
|
69
85
|
tableName: string;
|
70
86
|
} & {
|
71
87
|
additionalBuiltInProperties?: GuidValue[];
|
88
|
+
"additional-built-in-properties"?: GuidValue[];
|
72
89
|
}>, never>;
|
73
90
|
};
|
74
91
|
export default _default;
|