@omnia/fx 8.0.128-dev → 8.0.130-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/core/Factory.d.ts +2 -0
- package/internal-do-not-import-from-here/core/index.d.ts +2 -4
- package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +16 -18
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +949 -947
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2294 -2290
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2297 -2293
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +4 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +938 -935
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +943 -940
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +938 -935
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +938 -935
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +938 -935
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11540 -11520
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +949 -947
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +53 -42
- package/package.json +2 -2
- package/internal-do-not-import-from-here/core/DefineFactory.d.ts +0 -12
- package/internal-do-not-import-from-here/core/Inject.d.ts +0 -30
- package/internal-do-not-import-from-here/core/Injectable.d.ts +0 -4
- package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +0 -44
- package/internal-do-not-import-from-here/core/messaging/MessageBus.d.ts +0 -48
- package/internal-do-not-import-from-here/core/messaging/MessageBusMediator.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
- package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
- package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/index.d.ts +0 -9
- package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
- package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
- package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
- package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
- package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
- package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
- package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
- package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
- package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
- package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -19
- package/internal-do-not-import-from-here/shared/models/index.js +0 -23
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
- package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
- package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +0 -22
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/ChromeBlueprintsBlade.d.ts → components/blades/BlockBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/EditChromeBlueprintBlade.d.ts → components/blades/BlockBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
@@ -1,17 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TypographySizes = exports.TypographyTypes = void 0;
|
4
|
-
var TypographyTypes;
|
5
|
-
(function (TypographyTypes) {
|
6
|
-
TypographyTypes["title"] = "title";
|
7
|
-
TypographyTypes["text"] = "text";
|
8
|
-
TypographyTypes["navigation"] = "navigation";
|
9
|
-
})(TypographyTypes || (exports.TypographyTypes = TypographyTypes = {}));
|
10
|
-
var TypographySizes;
|
11
|
-
(function (TypographySizes) {
|
12
|
-
TypographySizes["xl"] = "xl";
|
13
|
-
TypographySizes["l"] = "l";
|
14
|
-
TypographySizes["m"] = "m";
|
15
|
-
TypographySizes["s"] = "s";
|
16
|
-
TypographySizes["xs"] = "xs";
|
17
|
-
})(TypographySizes || (exports.TypographySizes = TypographySizes = {}));
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
-
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
3
|
-
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
4
|
-
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
5
|
-
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
6
|
-
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
7
|
-
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
8
|
-
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
9
|
-
};
|
@@ -1,99 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.useThemeMethods = void 0;
|
4
|
-
//import { ThemeDefinitionInstance } from "@omnia/fx/ux";
|
5
|
-
const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
|
6
|
-
// temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
|
7
|
-
function useThemeMethods(getThemeDefinition) {
|
8
|
-
function colorSchema(colorSchemaType) {
|
9
|
-
if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
|
10
|
-
return getThemeDefinition().colors.primary;
|
11
|
-
}
|
12
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.secondary) {
|
13
|
-
return getThemeDefinition().colors.secondary;
|
14
|
-
}
|
15
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent1) {
|
16
|
-
return getThemeDefinition().colors.accent1;
|
17
|
-
}
|
18
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent2) {
|
19
|
-
return getThemeDefinition().colors.accent2;
|
20
|
-
}
|
21
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent3) {
|
22
|
-
return getThemeDefinition().colors.accent3;
|
23
|
-
}
|
24
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.background) {
|
25
|
-
return getThemeDefinition().colors.background;
|
26
|
-
}
|
27
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.neutral) {
|
28
|
-
return getThemeDefinition().colors.neutral;
|
29
|
-
}
|
30
|
-
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.error) {
|
31
|
-
return getThemeDefinition().colors.error;
|
32
|
-
}
|
33
|
-
return getThemeDefinition().colors.background;
|
34
|
-
}
|
35
|
-
function color(colorSchemaType, colorType) {
|
36
|
-
const mappedColorSchema = colorSchema(colorSchemaType);
|
37
|
-
if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
|
38
|
-
return mappedColorSchema.base.color;
|
39
|
-
}
|
40
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
|
41
|
-
return mappedColorSchema.onBase.color;
|
42
|
-
}
|
43
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
|
44
|
-
return mappedColorSchema.container.color;
|
45
|
-
}
|
46
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
|
47
|
-
return mappedColorSchema.onContainer.color;
|
48
|
-
}
|
49
|
-
return colorType;
|
50
|
-
}
|
51
|
-
function colorDefinition(colorSchemaType, colorType) {
|
52
|
-
const mappedColorSchema = colorSchema(colorSchemaType);
|
53
|
-
if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
|
54
|
-
return mappedColorSchema.base;
|
55
|
-
}
|
56
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
|
57
|
-
return mappedColorSchema.onBase;
|
58
|
-
}
|
59
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
|
60
|
-
return mappedColorSchema.container;
|
61
|
-
}
|
62
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
|
63
|
-
return mappedColorSchema.onContainer;
|
64
|
-
}
|
65
|
-
return mappedColorSchema.base;
|
66
|
-
}
|
67
|
-
function complementaryColorType(colorType) {
|
68
|
-
if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
|
69
|
-
return ThemeDefinitionV2_1.ColorTypes.onBase;
|
70
|
-
}
|
71
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
|
72
|
-
return ThemeDefinitionV2_1.ColorTypes.base;
|
73
|
-
}
|
74
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
|
75
|
-
return ThemeDefinitionV2_1.ColorTypes.onContainer;
|
76
|
-
}
|
77
|
-
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
|
78
|
-
return ThemeDefinitionV2_1.ColorTypes.container;
|
79
|
-
}
|
80
|
-
return colorType;
|
81
|
-
}
|
82
|
-
function complementaryColor(colorSchemaType, colorType) {
|
83
|
-
const matchingColorType = complementaryColorType(colorType);
|
84
|
-
return color(colorSchemaType, matchingColorType);
|
85
|
-
}
|
86
|
-
function complementaryColorDefinition(colorSchemaType, colorType) {
|
87
|
-
const matchingColorType = complementaryColorType(colorType);
|
88
|
-
return colorDefinition(colorSchemaType, matchingColorType);
|
89
|
-
}
|
90
|
-
return {
|
91
|
-
colorSchema,
|
92
|
-
color,
|
93
|
-
colorDefinition,
|
94
|
-
complementaryColorType,
|
95
|
-
complementaryColor,
|
96
|
-
complementaryColorDefinition,
|
97
|
-
};
|
98
|
-
}
|
99
|
-
exports.useThemeMethods = useThemeMethods;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
export * from "./ThemeDefinitionV2";
|
2
|
-
export * from "./Typography";
|
3
|
-
export * from "./UseThemeMethods";
|
4
|
-
export * from "./Spacing";
|
5
|
-
export * from "./SharedBlueprintMethods";
|
6
|
-
export * from "./SharedColorMethods";
|
7
|
-
export * from "./Chrome";
|
8
|
-
export * from "./Blueprints";
|
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const tslib_1 = require("tslib");
|
4
|
-
tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
|
5
|
-
tslib_1.__exportStar(require("./Typography"), exports);
|
6
|
-
//export * from "./OmniaThemes";
|
7
|
-
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
8
|
-
tslib_1.__exportStar(require("./Spacing"), exports);
|
9
|
-
tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
|
10
|
-
tslib_1.__exportStar(require("./SharedColorMethods"), exports);
|
11
|
-
tslib_1.__exportStar(require("./Chrome"), exports);
|
12
|
-
tslib_1.__exportStar(require("./Blueprints"), exports);
|
@@ -1,87 +0,0 @@
|
|
1
|
-
import { DynamicState } from "../DynamicState";
|
2
|
-
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnSaveEvent } 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 & VelcronOnSaveEvent;
|
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 {};
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export type VelcronOnPressEvent = {
|
2
|
-
onPress?: Array<string>;
|
3
|
-
};
|
4
|
-
export type VelcronOnLoadEvent = {
|
5
|
-
onLoaded?: Array<string>;
|
6
|
-
};
|
7
|
-
export type VelcronOnSaveEvent = {
|
8
|
-
onSaved?: Array<string>;
|
9
|
-
};
|
10
|
-
export type VelcronOnEditModeEvent = {
|
11
|
-
onEditMode?: Array<string>;
|
12
|
-
};
|
13
|
-
export type VelcronOnUpdatedEvent = {
|
14
|
-
onUpdated?: Array<string>;
|
15
|
-
};
|
16
|
-
export type VelcronOnCloseRequestedEvent = {
|
17
|
-
onCloseRequested?: Array<string>;
|
18
|
-
};
|
19
|
-
export type VelcronOnClosedEvent = {
|
20
|
-
onClosed?: Array<string>;
|
21
|
-
};
|
22
|
-
export type VelcronEvent = {};
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { GuidValue } from "../Guid";
|
2
|
-
import { StronglyTypedId } from "../StronglyTypedId";
|
3
|
-
import { VelcronAppDefinition } from "./VelcronDefinition";
|
4
|
-
export type VelcronRendererId = StronglyTypedId<string, "VelcronRendererId">;
|
5
|
-
export declare function VelcronRendererId(id: GuidValue): VelcronRendererId;
|
6
|
-
export interface VelcronRendererResolverReference {
|
7
|
-
id: VelcronRendererId;
|
8
|
-
resolver: string;
|
9
|
-
version: string;
|
10
|
-
}
|
11
|
-
export interface VelcronRendererReference {
|
12
|
-
id: VelcronRendererId;
|
13
|
-
version: string;
|
14
|
-
}
|
15
|
-
export interface VelcronRendererWithJson extends VelcronRendererReference {
|
16
|
-
definition: string;
|
17
|
-
}
|
18
|
-
export interface VelcronRenderer extends VelcronRendererReference {
|
19
|
-
definition: VelcronAppDefinition;
|
20
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const tslib_1 = require("tslib");
|
4
|
-
tslib_1.__exportStar(require("./VelcronDefinition"), exports);
|
5
|
-
tslib_1.__exportStar(require("./VelcronEvents"), exports);
|
6
|
-
tslib_1.__exportStar(require("./VelcronReference"), exports);
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { FileOwnerId, ChannelId, ActivityFeed, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, FeedQuery, TemporaryFileId, ActorActivityBase, ActivityCategoryCount, ActorActivityCategory, ActivityRendererLoadingReferences, ActivityRendererLoadReference, ActivityRenderer, HubReaction, HubComment, ExternalActorId, ActivityId, ActorId, Actor } from "../models";
|
2
|
-
export declare const activityService: () => {
|
3
|
-
getFeed: (channelId: ChannelId, options?: FeedQuery) => Promise<ActivityFeed>;
|
4
|
-
createActivity: <TRenderState>(channelId: ChannelId, createdBy: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
|
5
|
-
getActors: (actorIds: Array<ActorId>) => Promise<Actor[]>;
|
6
|
-
getActorsByExternalIds: (externalIds: Array<ExternalActorId>) => Promise<{
|
7
|
-
actorId: ActorId;
|
8
|
-
externalId: string;
|
9
|
-
}[]>;
|
10
|
-
dismissNotificationsByActorIds: (channelId: ChannelId, actorIds: Array<ActorId>) => Promise<boolean>;
|
11
|
-
updateActorActivity: (channelId: ChannelId, actorActivity: ActorActivityBase) => Promise<ActivityCategoryCount[]>;
|
12
|
-
tempDelete: (channelId: ChannelId) => Promise<boolean>;
|
13
|
-
tempActorActivitiesDelete: (channelId: ChannelId) => Promise<boolean>;
|
14
|
-
getActivityRenderersLoadReferences: (currentLoadStateHash?: string) => Promise<ActivityRendererLoadingReferences>;
|
15
|
-
getActivityRenderer: (toLoad: ActivityRendererLoadReference) => Promise<ActivityRenderer>;
|
16
|
-
addCommentAsync: (activityId: ActivityId, rendererJson: string, mentions: ExternalActorId[], inReplyToCommentId?: number) => Promise<HubComment>;
|
17
|
-
getCommentsAsync: (activityId: ActivityId, offSet?: HubComment | null, limt?: number) => Promise<HubComment[]>;
|
18
|
-
updateCommentAsync: (activityId: ActivityId, comment: HubComment) => Promise<HubComment>;
|
19
|
-
deleteCommentAsync: (activityId: ActivityId, toDelete: HubComment) => Promise<number[]>;
|
20
|
-
addReactionAsync: (activityId: ActivityId, reactionType: string) => Promise<HubReaction[]>;
|
21
|
-
deleteReactionAsync: (activityId: ActivityId, toDelete: HubReaction) => Promise<HubReaction[]>;
|
22
|
-
getReactionsAsync: (activityId: ActivityId) => Promise<HubReaction[]>;
|
23
|
-
getFiles: (fileOwnerId: FileOwnerId, startPath: string[]) => Promise<string[]>;
|
24
|
-
getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
|
25
|
-
takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
|
26
|
-
upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
|
27
|
-
};
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { SubscriptionInformation, Subscription, ActorSubscription, ActorId, SubscriptionId } from "../models";
|
2
|
-
export declare const activitySubscriptionService: () => {
|
3
|
-
upsertSubscription: (subscriptionOwner: ActorId, id: SubscriptionId, title: Record<string, string>, description: Record<string, string>) => Promise<SubscriptionInformation>;
|
4
|
-
removeSubscription: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
5
|
-
get: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
6
|
-
getByActorId: (subscriptionOwner: ActorId) => Promise<SubscriptionInformation[]>;
|
7
|
-
getAll: () => Promise<SubscriptionInformation[]>;
|
8
|
-
addActorAsSubscriber: (actorSubscription: ActorSubscription, newSubscriber: ActorId) => Promise<SubscriptionId>;
|
9
|
-
removeActorAsSubscriber: (actorSubscription: ActorSubscription, actorToRemove: ActorId) => Promise<SubscriptionId>;
|
10
|
-
getActorSubscriptions: (actorToGetFor: ActorId) => Promise<SubscriptionInformation[]>;
|
11
|
-
getSubscribers: (subscriptionOwner: ActorId, ownerSubscriptions: SubscriptionId[]) => Promise<Subscription[]>;
|
12
|
-
addFollowingSubscription: (actorToFollow: ActorId) => Promise<void>;
|
13
|
-
isFollowingSubscription: (actorToFollow: ActorId) => Promise<boolean>;
|
14
|
-
removeFollowingSubscription: (actorToFollow: ActorId) => Promise<SubscriptionId>;
|
15
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Future, RealtimeChannel, RealtimeData } from "../models";
|
2
|
-
export declare const useRealtimeService: () => {
|
3
|
-
activateChannel: (channel: RealtimeChannel) => void;
|
4
|
-
deactivateChannel: (channel: RealtimeChannel) => void;
|
5
|
-
send: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, value: TRealtimeData["value"]) => void;
|
6
|
-
getUsersInChannel: (channel: RealtimeChannel) => Future<Array<number>>;
|
7
|
-
onMessage: <TRealtimeChannel_1 extends RealtimeChannel, TRealtimeData_1 extends RealtimeData<TRealtimeChannel_1, any>>(data: TRealtimeData_1, callback: (value: TRealtimeData_1["value"]) => void) => void;
|
8
|
-
};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { WorkerProxyFunction } from "../models";
|
2
|
-
export declare class WorkerProxy {
|
3
|
-
static _worker: Worker;
|
4
|
-
private static _initialized;
|
5
|
-
private static _handlers;
|
6
|
-
private static _promiseResolvers;
|
7
|
-
static call<TParamType, TReturnType>(topic: WorkerProxyFunction<TParamType, TReturnType>, parameter: TParamType): Promise<TReturnType>;
|
8
|
-
static addFunction<TSendType, TReturnType>(topic: WorkerProxyFunction<TSendType, TReturnType>, handler: (data: TSendType) => TReturnType): void;
|
9
|
-
private static ensureInitialized;
|
10
|
-
private static callHandlerMessage;
|
11
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { DynamicState } from "@omnia/fx-models";
|
2
|
-
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
-
content: {
|
4
|
-
[id: string]: unknown;
|
5
|
-
};
|
6
|
-
}
|
7
|
-
declare const _default: {
|
8
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
16
|
-
__isFragment?: never;
|
17
|
-
__isTeleport?: never;
|
18
|
-
__isSuspense?: never;
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
20
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
21
|
-
};
|
22
|
-
export default _default;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|