@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
@@ -25,67 +25,67 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
26
26
|
};
|
27
27
|
"onUpdate:modelValue": {
|
28
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
28
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
29
29
|
};
|
30
30
|
"v-model": {
|
31
|
-
type: import("vue").PropType<"info" | "error" |
|
31
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
32
32
|
required: false;
|
33
33
|
};
|
34
34
|
modelValue: {
|
35
|
-
type: import("vue").PropType<"info" | "error" |
|
35
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
36
36
|
required: false;
|
37
37
|
};
|
38
38
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
39
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
39
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
40
40
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
41
|
-
type: import("vue").PropType<"info" | "error" |
|
41
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
42
42
|
required: false;
|
43
43
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
44
|
-
type: import("vue").PropType<"info" | "error" |
|
44
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
45
45
|
required: false;
|
46
46
|
}; } & {
|
47
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" |
|
47
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
48
48
|
"onUpdate:modelValue": {
|
49
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
49
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
50
50
|
};
|
51
51
|
} & {
|
52
52
|
"v-model": {
|
53
|
-
type: import("vue").PropType<"info" | "error" |
|
53
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
54
54
|
required: false;
|
55
55
|
};
|
56
56
|
} & {
|
57
57
|
modelValue: {
|
58
|
-
type: import("vue").PropType<"info" | "error" |
|
58
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
59
59
|
required: false;
|
60
60
|
};
|
61
61
|
}>;
|
62
|
-
defaultValue(value?: "info" | "error" |
|
62
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
63
63
|
"onUpdate:modelValue": {
|
64
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
64
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
65
65
|
};
|
66
66
|
} & {
|
67
67
|
"v-model": {
|
68
|
-
type: import("vue").PropType<"info" | "error" |
|
68
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
69
69
|
required: false;
|
70
70
|
};
|
71
71
|
} & {
|
72
72
|
modelValue: {
|
73
|
-
type: import("vue").PropType<"info" | "error" |
|
73
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
74
74
|
required: false;
|
75
75
|
};
|
76
76
|
}, false>;
|
77
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" |
|
77
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
78
78
|
"onUpdate:modelValue": {
|
79
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
79
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
80
80
|
};
|
81
81
|
} & {
|
82
82
|
"v-model": {
|
83
|
-
type: import("vue").PropType<"info" | "error" |
|
83
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
84
84
|
required: false;
|
85
85
|
};
|
86
86
|
} & {
|
87
87
|
modelValue: {
|
88
|
-
type: import("vue").PropType<"info" | "error" |
|
88
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
89
89
|
required: false;
|
90
90
|
};
|
91
91
|
}>;
|
@@ -146,67 +146,67 @@ declare const _default: {
|
|
146
146
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
147
147
|
};
|
148
148
|
"onUpdate:modelValue": {
|
149
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
149
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
150
150
|
};
|
151
151
|
"v-model": {
|
152
|
-
type: import("vue").PropType<"info" | "error" |
|
152
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
153
153
|
required: false;
|
154
154
|
};
|
155
155
|
modelValue: {
|
156
|
-
type: import("vue").PropType<"info" | "error" |
|
156
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
157
157
|
required: false;
|
158
158
|
};
|
159
159
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
160
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
160
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
161
161
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
162
|
-
type: import("vue").PropType<"info" | "error" |
|
162
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
163
163
|
required: false;
|
164
164
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
165
|
-
type: import("vue").PropType<"info" | "error" |
|
165
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
166
166
|
required: false;
|
167
167
|
}; } & {
|
168
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" |
|
168
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
169
169
|
"onUpdate:modelValue": {
|
170
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
170
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
171
171
|
};
|
172
172
|
} & {
|
173
173
|
"v-model": {
|
174
|
-
type: import("vue").PropType<"info" | "error" |
|
174
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
175
175
|
required: false;
|
176
176
|
};
|
177
177
|
} & {
|
178
178
|
modelValue: {
|
179
|
-
type: import("vue").PropType<"info" | "error" |
|
179
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
180
180
|
required: false;
|
181
181
|
};
|
182
182
|
}>;
|
183
|
-
defaultValue(value?: "info" | "error" |
|
183
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
184
184
|
"onUpdate:modelValue": {
|
185
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
185
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
186
186
|
};
|
187
187
|
} & {
|
188
188
|
"v-model": {
|
189
|
-
type: import("vue").PropType<"info" | "error" |
|
189
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
190
190
|
required: false;
|
191
191
|
};
|
192
192
|
} & {
|
193
193
|
modelValue: {
|
194
|
-
type: import("vue").PropType<"info" | "error" |
|
194
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
195
195
|
required: false;
|
196
196
|
};
|
197
197
|
}, false>;
|
198
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" |
|
198
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
199
199
|
"onUpdate:modelValue": {
|
200
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
200
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
201
201
|
};
|
202
202
|
} & {
|
203
203
|
"v-model": {
|
204
|
-
type: import("vue").PropType<"info" | "error" |
|
204
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
205
205
|
required: false;
|
206
206
|
};
|
207
207
|
} & {
|
208
208
|
modelValue: {
|
209
|
-
type: import("vue").PropType<"info" | "error" |
|
209
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
210
210
|
required: false;
|
211
211
|
};
|
212
212
|
}>;
|
@@ -274,67 +274,67 @@ declare const _default: {
|
|
274
274
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
275
275
|
};
|
276
276
|
"onUpdate:modelValue": {
|
277
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
277
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
278
278
|
};
|
279
279
|
"v-model": {
|
280
|
-
type: import("vue").PropType<"info" | "error" |
|
280
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
281
281
|
required: false;
|
282
282
|
};
|
283
283
|
modelValue: {
|
284
|
-
type: import("vue").PropType<"info" | "error" |
|
284
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
285
285
|
required: false;
|
286
286
|
};
|
287
287
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
288
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
288
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
289
289
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
290
|
-
type: import("vue").PropType<"info" | "error" |
|
290
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
291
291
|
required: false;
|
292
292
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
293
|
-
type: import("vue").PropType<"info" | "error" |
|
293
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
294
294
|
required: false;
|
295
295
|
}; } & {
|
296
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" |
|
296
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
297
297
|
"onUpdate:modelValue": {
|
298
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
298
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
299
299
|
};
|
300
300
|
} & {
|
301
301
|
"v-model": {
|
302
|
-
type: import("vue").PropType<"info" | "error" |
|
302
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
303
303
|
required: false;
|
304
304
|
};
|
305
305
|
} & {
|
306
306
|
modelValue: {
|
307
|
-
type: import("vue").PropType<"info" | "error" |
|
307
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
308
308
|
required: false;
|
309
309
|
};
|
310
310
|
}>;
|
311
|
-
defaultValue(value?: "info" | "error" |
|
311
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
312
312
|
"onUpdate:modelValue": {
|
313
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
313
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
314
314
|
};
|
315
315
|
} & {
|
316
316
|
"v-model": {
|
317
|
-
type: import("vue").PropType<"info" | "error" |
|
317
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
} & {
|
321
321
|
modelValue: {
|
322
|
-
type: import("vue").PropType<"info" | "error" |
|
322
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
323
323
|
required: false;
|
324
324
|
};
|
325
325
|
}, false>;
|
326
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" |
|
326
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
327
327
|
"onUpdate:modelValue": {
|
328
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
328
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
329
329
|
};
|
330
330
|
} & {
|
331
331
|
"v-model": {
|
332
|
-
type: import("vue").PropType<"info" | "error" |
|
332
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
333
333
|
required: false;
|
334
334
|
};
|
335
335
|
} & {
|
336
336
|
modelValue: {
|
337
|
-
type: import("vue").PropType<"info" | "error" |
|
337
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
338
338
|
required: false;
|
339
339
|
};
|
340
340
|
}>;
|
@@ -399,67 +399,67 @@ declare const _default: {
|
|
399
399
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
400
400
|
};
|
401
401
|
"onUpdate:modelValue": {
|
402
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
402
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
403
403
|
};
|
404
404
|
"v-model": {
|
405
|
-
type: import("vue").PropType<"info" | "error" |
|
405
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
406
406
|
required: false;
|
407
407
|
};
|
408
408
|
modelValue: {
|
409
|
-
type: import("vue").PropType<"info" | "error" |
|
409
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
410
410
|
required: false;
|
411
411
|
};
|
412
412
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
413
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
413
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
414
414
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
415
|
-
type: import("vue").PropType<"info" | "error" |
|
415
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
416
416
|
required: false;
|
417
417
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
418
|
-
type: import("vue").PropType<"info" | "error" |
|
418
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
419
419
|
required: false;
|
420
420
|
}; } & {
|
421
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" |
|
421
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
422
422
|
"onUpdate:modelValue": {
|
423
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
423
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
424
424
|
};
|
425
425
|
} & {
|
426
426
|
"v-model": {
|
427
|
-
type: import("vue").PropType<"info" | "error" |
|
427
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
428
428
|
required: false;
|
429
429
|
};
|
430
430
|
} & {
|
431
431
|
modelValue: {
|
432
|
-
type: import("vue").PropType<"info" | "error" |
|
432
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
433
433
|
required: false;
|
434
434
|
};
|
435
435
|
}>;
|
436
|
-
defaultValue(value?: "info" | "error" |
|
436
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
437
437
|
"onUpdate:modelValue": {
|
438
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
438
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
439
439
|
};
|
440
440
|
} & {
|
441
441
|
"v-model": {
|
442
|
-
type: import("vue").PropType<"info" | "error" |
|
442
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
443
443
|
required: false;
|
444
444
|
};
|
445
445
|
} & {
|
446
446
|
modelValue: {
|
447
|
-
type: import("vue").PropType<"info" | "error" |
|
447
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
448
448
|
required: false;
|
449
449
|
};
|
450
450
|
}, false>;
|
451
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" |
|
451
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
452
452
|
"onUpdate:modelValue": {
|
453
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
453
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
454
454
|
};
|
455
455
|
} & {
|
456
456
|
"v-model": {
|
457
|
-
type: import("vue").PropType<"info" | "error" |
|
457
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
458
458
|
required: false;
|
459
459
|
};
|
460
460
|
} & {
|
461
461
|
modelValue: {
|
462
|
-
type: import("vue").PropType<"info" | "error" |
|
462
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
463
463
|
required: false;
|
464
464
|
};
|
465
465
|
}>;
|
@@ -509,71 +509,71 @@ declare const _default: {
|
|
509
509
|
} & {
|
510
510
|
name?: {
|
511
511
|
[x: `onUpdate:${string}`]: {
|
512
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
512
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
513
513
|
};
|
514
514
|
} & {
|
515
515
|
[x: `v-model:${string}`]: {
|
516
|
-
type: import("vue").PropType<"info" | "error" |
|
516
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
517
517
|
required: false;
|
518
518
|
};
|
519
519
|
} & {
|
520
520
|
[x: string]: {
|
521
|
-
type: import("vue").PropType<"info" | "error" |
|
521
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
522
522
|
required: false;
|
523
523
|
};
|
524
524
|
} & {
|
525
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" |
|
525
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
526
526
|
"onUpdate:modelValue": {
|
527
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
527
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
528
528
|
};
|
529
529
|
} & {
|
530
530
|
"v-model": {
|
531
|
-
type: import("vue").PropType<"info" | "error" |
|
531
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
532
532
|
required: false;
|
533
533
|
};
|
534
534
|
} & {
|
535
535
|
modelValue: {
|
536
|
-
type: import("vue").PropType<"info" | "error" |
|
536
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
537
537
|
required: false;
|
538
538
|
};
|
539
539
|
}>;
|
540
|
-
defaultValue(value?: "info" | "error" |
|
540
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<string, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
541
541
|
"onUpdate:modelValue": {
|
542
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
542
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
543
543
|
};
|
544
544
|
} & {
|
545
545
|
"v-model": {
|
546
|
-
type: import("vue").PropType<"info" | "error" |
|
546
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
547
547
|
required: false;
|
548
548
|
};
|
549
549
|
} & {
|
550
550
|
modelValue: {
|
551
|
-
type: import("vue").PropType<"info" | "error" |
|
551
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
552
552
|
required: false;
|
553
553
|
};
|
554
554
|
}, false>;
|
555
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" |
|
555
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
556
556
|
"onUpdate:modelValue": {
|
557
|
-
type: import("vue").PropType<(value: "info" | "error" |
|
557
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
558
558
|
};
|
559
559
|
} & {
|
560
560
|
"v-model": {
|
561
|
-
type: import("vue").PropType<"info" | "error" |
|
561
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
562
562
|
required: false;
|
563
563
|
};
|
564
564
|
} & {
|
565
565
|
modelValue: {
|
566
|
-
type: import("vue").PropType<"info" | "error" |
|
566
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
567
567
|
required: false;
|
568
568
|
};
|
569
569
|
}>;
|
570
570
|
};
|
571
|
-
label?: string;
|
572
571
|
class?: String | String[];
|
572
|
+
label?: string;
|
573
573
|
themeDefinition?: ThemeDefinitionV2;
|
574
|
-
"v-model"?: "info" | "error" |
|
575
|
-
"onUpdate:modelValue"?: (value: "info" | "error" |
|
576
|
-
modelValue?: "info" | "error" |
|
574
|
+
"v-model"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema;
|
575
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any;
|
576
|
+
modelValue?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema;
|
577
577
|
"v-slots"?: {
|
578
578
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
579
579
|
} & {
|
package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
|
2
|
-
import { GuidValue } from "
|
2
|
+
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
3
3
|
import { Ref } from "vue";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|