@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
@@ -16,73 +16,73 @@ declare const _default: {
|
|
16
16
|
required: false;
|
17
17
|
};
|
18
18
|
"onUpdate:modelValue": {
|
19
|
-
type: import("vue").PropType<(value:
|
19
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
20
20
|
};
|
21
21
|
"v-model": {
|
22
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
23
23
|
required: false;
|
24
24
|
};
|
25
25
|
modelValue: {
|
26
|
-
type: import("vue").PropType<
|
26
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
27
27
|
required: false;
|
28
28
|
};
|
29
29
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
30
|
-
type: import("vue").PropType<(value:
|
30
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
31
31
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
32
|
-
type: import("vue").PropType<
|
32
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
33
33
|
required: false;
|
34
34
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
35
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
36
36
|
required: false;
|
37
37
|
}; } & {
|
38
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
38
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
|
39
39
|
"onUpdate:modelValue": {
|
40
|
-
type: import("vue").PropType<(value:
|
40
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
41
41
|
};
|
42
42
|
} & {
|
43
43
|
"v-model": {
|
44
|
-
type: import("vue").PropType<
|
44
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
45
45
|
required: false;
|
46
46
|
};
|
47
47
|
} & {
|
48
48
|
modelValue: {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
50
50
|
required: false;
|
51
51
|
};
|
52
52
|
}>;
|
53
|
-
defaultValue(value?:
|
53
|
+
defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
|
54
54
|
"onUpdate:modelValue": {
|
55
|
-
type: import("vue").PropType<(value:
|
55
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
56
56
|
};
|
57
57
|
} & {
|
58
58
|
"v-model": {
|
59
|
-
type: import("vue").PropType<
|
59
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
60
60
|
required: false;
|
61
61
|
};
|
62
62
|
} & {
|
63
63
|
modelValue: {
|
64
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
67
|
}, false>;
|
68
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
68
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
|
69
69
|
"onUpdate:modelValue": {
|
70
|
-
type: import("vue").PropType<(value:
|
70
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
71
71
|
};
|
72
72
|
} & {
|
73
73
|
"v-model": {
|
74
|
-
type: import("vue").PropType<
|
74
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
75
75
|
required: false;
|
76
76
|
};
|
77
77
|
} & {
|
78
78
|
modelValue: {
|
79
|
-
type: import("vue").PropType<
|
79
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
}>;
|
83
83
|
};
|
84
84
|
}>> & {
|
85
|
-
"onUpdate:modelValue"?: (value:
|
85
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
86
86
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
87
87
|
"update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
|
88
88
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -101,73 +101,73 @@ declare const _default: {
|
|
101
101
|
required: false;
|
102
102
|
};
|
103
103
|
"onUpdate:modelValue": {
|
104
|
-
type: import("vue").PropType<(value:
|
104
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
105
105
|
};
|
106
106
|
"v-model": {
|
107
|
-
type: import("vue").PropType<
|
107
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
108
108
|
required: false;
|
109
109
|
};
|
110
110
|
modelValue: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
112
112
|
required: false;
|
113
113
|
};
|
114
114
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
115
|
-
type: import("vue").PropType<(value:
|
115
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
116
116
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
117
|
-
type: import("vue").PropType<
|
117
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
118
118
|
required: false;
|
119
119
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
120
|
-
type: import("vue").PropType<
|
120
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
121
121
|
required: false;
|
122
122
|
}; } & {
|
123
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
123
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
|
124
124
|
"onUpdate:modelValue": {
|
125
|
-
type: import("vue").PropType<(value:
|
125
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
126
126
|
};
|
127
127
|
} & {
|
128
128
|
"v-model": {
|
129
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
130
130
|
required: false;
|
131
131
|
};
|
132
132
|
} & {
|
133
133
|
modelValue: {
|
134
|
-
type: import("vue").PropType<
|
134
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
135
135
|
required: false;
|
136
136
|
};
|
137
137
|
}>;
|
138
|
-
defaultValue(value?:
|
138
|
+
defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
|
139
139
|
"onUpdate:modelValue": {
|
140
|
-
type: import("vue").PropType<(value:
|
140
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
141
141
|
};
|
142
142
|
} & {
|
143
143
|
"v-model": {
|
144
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
145
145
|
required: false;
|
146
146
|
};
|
147
147
|
} & {
|
148
148
|
modelValue: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
150
150
|
required: false;
|
151
151
|
};
|
152
152
|
}, false>;
|
153
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
153
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
|
154
154
|
"onUpdate:modelValue": {
|
155
|
-
type: import("vue").PropType<(value:
|
155
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
156
156
|
};
|
157
157
|
} & {
|
158
158
|
"v-model": {
|
159
|
-
type: import("vue").PropType<
|
159
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
160
160
|
required: false;
|
161
161
|
};
|
162
162
|
} & {
|
163
163
|
modelValue: {
|
164
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
165
165
|
required: false;
|
166
166
|
};
|
167
167
|
}>;
|
168
168
|
};
|
169
169
|
}>> & {
|
170
|
-
"onUpdate:modelValue"?: (value:
|
170
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
171
171
|
}, {}, true, {}, {}, {
|
172
172
|
P: {};
|
173
173
|
B: {};
|
@@ -191,73 +191,73 @@ declare const _default: {
|
|
191
191
|
required: false;
|
192
192
|
};
|
193
193
|
"onUpdate:modelValue": {
|
194
|
-
type: import("vue").PropType<(value:
|
194
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
195
195
|
};
|
196
196
|
"v-model": {
|
197
|
-
type: import("vue").PropType<
|
197
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
198
198
|
required: false;
|
199
199
|
};
|
200
200
|
modelValue: {
|
201
|
-
type: import("vue").PropType<
|
201
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
202
202
|
required: false;
|
203
203
|
};
|
204
204
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
205
|
-
type: import("vue").PropType<(value:
|
205
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
206
206
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
207
|
-
type: import("vue").PropType<
|
207
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
208
208
|
required: false;
|
209
209
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
210
|
-
type: import("vue").PropType<
|
210
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
211
211
|
required: false;
|
212
212
|
}; } & {
|
213
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
213
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
|
214
214
|
"onUpdate:modelValue": {
|
215
|
-
type: import("vue").PropType<(value:
|
215
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
216
216
|
};
|
217
217
|
} & {
|
218
218
|
"v-model": {
|
219
|
-
type: import("vue").PropType<
|
219
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
220
220
|
required: false;
|
221
221
|
};
|
222
222
|
} & {
|
223
223
|
modelValue: {
|
224
|
-
type: import("vue").PropType<
|
224
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
225
225
|
required: false;
|
226
226
|
};
|
227
227
|
}>;
|
228
|
-
defaultValue(value?:
|
228
|
+
defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
|
229
229
|
"onUpdate:modelValue": {
|
230
|
-
type: import("vue").PropType<(value:
|
230
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
231
231
|
};
|
232
232
|
} & {
|
233
233
|
"v-model": {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
} & {
|
238
238
|
modelValue: {
|
239
|
-
type: import("vue").PropType<
|
239
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
240
240
|
required: false;
|
241
241
|
};
|
242
242
|
}, false>;
|
243
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
243
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
|
244
244
|
"onUpdate:modelValue": {
|
245
|
-
type: import("vue").PropType<(value:
|
245
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
246
246
|
};
|
247
247
|
} & {
|
248
248
|
"v-model": {
|
249
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
250
250
|
required: false;
|
251
251
|
};
|
252
252
|
} & {
|
253
253
|
modelValue: {
|
254
|
-
type: import("vue").PropType<
|
254
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
255
255
|
required: false;
|
256
256
|
};
|
257
257
|
}>;
|
258
258
|
};
|
259
259
|
}>> & {
|
260
|
-
"onUpdate:modelValue"?: (value:
|
260
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
261
261
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
262
262
|
__isFragment?: never;
|
263
263
|
__isTeleport?: never;
|
@@ -278,147 +278,147 @@ declare const _default: {
|
|
278
278
|
required: false;
|
279
279
|
};
|
280
280
|
"onUpdate:modelValue": {
|
281
|
-
type: import("vue").PropType<(value:
|
281
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
282
282
|
};
|
283
283
|
"v-model": {
|
284
|
-
type: import("vue").PropType<
|
284
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
285
285
|
required: false;
|
286
286
|
};
|
287
287
|
modelValue: {
|
288
|
-
type: import("vue").PropType<
|
288
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
289
289
|
required: false;
|
290
290
|
};
|
291
291
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
292
|
-
type: import("vue").PropType<(value:
|
292
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
293
293
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
294
|
-
type: import("vue").PropType<
|
294
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
295
295
|
required: false;
|
296
296
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
297
|
-
type: import("vue").PropType<
|
297
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
298
298
|
required: false;
|
299
299
|
}; } & {
|
300
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
300
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
|
301
301
|
"onUpdate:modelValue": {
|
302
|
-
type: import("vue").PropType<(value:
|
302
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
303
303
|
};
|
304
304
|
} & {
|
305
305
|
"v-model": {
|
306
|
-
type: import("vue").PropType<
|
306
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
307
307
|
required: false;
|
308
308
|
};
|
309
309
|
} & {
|
310
310
|
modelValue: {
|
311
|
-
type: import("vue").PropType<
|
311
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
312
312
|
required: false;
|
313
313
|
};
|
314
314
|
}>;
|
315
|
-
defaultValue(value?:
|
315
|
+
defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
|
316
316
|
"onUpdate:modelValue": {
|
317
|
-
type: import("vue").PropType<(value:
|
317
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
"v-model": {
|
321
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
} & {
|
325
325
|
modelValue: {
|
326
|
-
type: import("vue").PropType<
|
326
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
327
327
|
required: false;
|
328
328
|
};
|
329
329
|
}, false>;
|
330
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
330
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
|
331
331
|
"onUpdate:modelValue": {
|
332
|
-
type: import("vue").PropType<(value:
|
332
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
"v-model": {
|
336
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
} & {
|
340
340
|
modelValue: {
|
341
|
-
type: import("vue").PropType<
|
341
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
342
342
|
required: false;
|
343
343
|
};
|
344
344
|
}>;
|
345
345
|
};
|
346
346
|
}>> & {
|
347
|
-
"onUpdate:modelValue"?: (value:
|
347
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
348
348
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
349
349
|
"update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
|
350
350
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
351
351
|
propsDefinition: Omit<Readonly<{} & {
|
352
352
|
name?: {
|
353
353
|
[x: `onUpdate:${string}`]: {
|
354
|
-
type: import("vue").PropType<(value:
|
354
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
355
355
|
};
|
356
356
|
} & {
|
357
357
|
[x: `v-model:${string}`]: {
|
358
|
-
type: import("vue").PropType<
|
358
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
359
359
|
required: false;
|
360
360
|
};
|
361
361
|
} & {
|
362
362
|
[x: string]: {
|
363
|
-
type: import("vue").PropType<
|
363
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
364
364
|
required: false;
|
365
365
|
};
|
366
366
|
} & {
|
367
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string,
|
367
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, BlueprintVariant | ChromeBlueprint, {
|
368
368
|
"onUpdate:modelValue": {
|
369
|
-
type: import("vue").PropType<(value:
|
369
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
370
370
|
};
|
371
371
|
} & {
|
372
372
|
"v-model": {
|
373
|
-
type: import("vue").PropType<
|
373
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
374
374
|
required: false;
|
375
375
|
};
|
376
376
|
} & {
|
377
377
|
modelValue: {
|
378
|
-
type: import("vue").PropType<
|
378
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
379
379
|
required: false;
|
380
380
|
};
|
381
381
|
}>;
|
382
|
-
defaultValue(value?:
|
382
|
+
defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintVariant | ChromeBlueprint, {
|
383
383
|
"onUpdate:modelValue": {
|
384
|
-
type: import("vue").PropType<(value:
|
384
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
385
385
|
};
|
386
386
|
} & {
|
387
387
|
"v-model": {
|
388
|
-
type: import("vue").PropType<
|
388
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
389
389
|
required: false;
|
390
390
|
};
|
391
391
|
} & {
|
392
392
|
modelValue: {
|
393
|
-
type: import("vue").PropType<
|
393
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
394
394
|
required: false;
|
395
395
|
};
|
396
396
|
}, false>;
|
397
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string,
|
397
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, BlueprintVariant | ChromeBlueprint, {
|
398
398
|
"onUpdate:modelValue": {
|
399
|
-
type: import("vue").PropType<(value:
|
399
|
+
type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any>;
|
400
400
|
};
|
401
401
|
} & {
|
402
402
|
"v-model": {
|
403
|
-
type: import("vue").PropType<
|
403
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
404
404
|
required: false;
|
405
405
|
};
|
406
406
|
} & {
|
407
407
|
modelValue: {
|
408
|
-
type: import("vue").PropType<
|
408
|
+
type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
|
409
409
|
required: false;
|
410
410
|
};
|
411
411
|
}>;
|
412
412
|
};
|
413
|
-
"v-model"?:
|
414
|
-
"onUpdate:modelValue"?: (value:
|
415
|
-
modelValue?:
|
413
|
+
"v-model"?: BlueprintVariant | ChromeBlueprint;
|
414
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
415
|
+
modelValue?: BlueprintVariant | ChromeBlueprint;
|
416
416
|
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
417
417
|
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
418
418
|
customChrome?: boolean;
|
419
419
|
"custom-chrome"?: boolean;
|
420
420
|
}>, "onUpdate:modelValue"> & {
|
421
|
-
"onUpdate:modelValue"?: (value:
|
421
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
422
422
|
};
|
423
423
|
};
|
424
424
|
export default _default;
|
@@ -0,0 +1,76 @@
|
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints, TypographySizes } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: {
|
3
|
+
"v-model"?: TypographyBlueprint | TypographyBlueprints;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: TypographyBlueprint | TypographyBlueprints) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: TypographyBlueprint | TypographyBlueprints;
|
8
|
+
} & {
|
9
|
+
toned?: boolean;
|
10
|
+
} & {
|
11
|
+
sampleText?: string;
|
12
|
+
} & Omit<{
|
13
|
+
"onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
|
14
|
+
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText"> & {
|
15
|
+
"v-slots"?: {
|
16
|
+
default?: import("vue").Slot;
|
17
|
+
};
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">) => {
|
19
|
+
$: import("vue").ComponentInternalInstance;
|
20
|
+
$data: {};
|
21
|
+
$props: {};
|
22
|
+
$attrs: {
|
23
|
+
[x: string]: unknown;
|
24
|
+
};
|
25
|
+
$refs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
28
|
+
$slots: Readonly<{
|
29
|
+
[name: string]: import("vue").Slot<any>;
|
30
|
+
}>;
|
31
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
32
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
33
|
+
$emit: (event: string, ...args: any[]) => void;
|
34
|
+
$el: any;
|
35
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
36
|
+
beforeCreate?: (() => void) | (() => void)[];
|
37
|
+
created?: (() => void) | (() => void)[];
|
38
|
+
beforeMount?: (() => void) | (() => void)[];
|
39
|
+
mounted?: (() => void) | (() => void)[];
|
40
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
41
|
+
updated?: (() => void) | (() => void)[];
|
42
|
+
activated?: (() => void) | (() => void)[];
|
43
|
+
deactivated?: (() => void) | (() => void)[];
|
44
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
45
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
46
|
+
destroyed?: (() => void) | (() => void)[];
|
47
|
+
unmounted?: (() => void) | (() => void)[];
|
48
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
49
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
50
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
51
|
+
};
|
52
|
+
$forceUpdate: () => void;
|
53
|
+
$nextTick: typeof import("vue").nextTick;
|
54
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
55
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
|
+
propsDefinition: {
|
57
|
+
"v-model"?: TypographyBlueprint | TypographyBlueprints;
|
58
|
+
} & {
|
59
|
+
"onUpdate:modelValue"?: (value: TypographyBlueprint | TypographyBlueprints) => void;
|
60
|
+
} & {
|
61
|
+
modelValue?: TypographyBlueprint | TypographyBlueprints;
|
62
|
+
} & {
|
63
|
+
toned?: boolean;
|
64
|
+
} & {
|
65
|
+
sampleText?: string;
|
66
|
+
} & {
|
67
|
+
"v-slots"?: {
|
68
|
+
default?: import("vue").Slot;
|
69
|
+
};
|
70
|
+
} & {
|
71
|
+
"onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
|
72
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">;
|
73
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
+
[key: string]: any;
|
75
|
+
}>;
|
76
|
+
export default _default;
|