@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
@@ -396,8 +396,8 @@ declare const _default: {
|
|
396
396
|
colorSchemaType?: any;
|
397
397
|
colors?: any;
|
398
398
|
} & {
|
399
|
-
label?: string;
|
400
399
|
class?: String | String[];
|
400
|
+
label?: string;
|
401
401
|
direction?: "horizontal" | "vertical";
|
402
402
|
"v-model"?: any;
|
403
403
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -286,8 +286,8 @@ declare const _default: {
|
|
286
286
|
colors?: any;
|
287
287
|
} & {
|
288
288
|
disabled?: boolean;
|
289
|
-
label?: string;
|
290
289
|
class?: String | String[];
|
290
|
+
label?: string;
|
291
291
|
"v-model"?: boolean;
|
292
292
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
293
293
|
modelValue?: boolean;
|
@@ -559,8 +559,8 @@ declare const _default: {
|
|
559
559
|
type?: "number" | "text" | "password";
|
560
560
|
color?: ColorValue;
|
561
561
|
disabled?: boolean;
|
562
|
-
label?: string;
|
563
562
|
class?: String | String[];
|
563
|
+
label?: string;
|
564
564
|
errorMessages?: string | string[];
|
565
565
|
placeholder?: string;
|
566
566
|
readonly?: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EnterprisePropertyDefinition, IExtendApiManifestWithConfiguration, PropertyBindingProviderId, PropertyDataSourceId, PropertyDefinition, PropertyValuePrimitiveConverter } from "@omnia/fx-models";
|
2
|
-
import { GuidValue } from "
|
2
|
+
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { VueComponentBase } from "../../VueComponentBase";
|
4
4
|
import { PropertyDefinitionId, PropertySettings } from "./Properties";
|
5
5
|
import { IPropertyDataSourceRegistrationApi } from "./DataSource";
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
includes: (searchElement: string, fromIndex?: number) => boolean;
|
50
50
|
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
51
51
|
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
52
|
+
at: (index: number) => string;
|
52
53
|
[Symbol.iterator]: () => IterableIterator<string>;
|
53
54
|
readonly [Symbol.unscopables]: {
|
54
55
|
readonly [x: number]: boolean;
|
@@ -75,11 +76,10 @@ declare const _default: {
|
|
75
76
|
includes?: boolean;
|
76
77
|
flatMap?: boolean;
|
77
78
|
flat?: boolean;
|
79
|
+
at?: boolean;
|
78
80
|
[Symbol.iterator]?: boolean;
|
79
81
|
readonly [Symbol.unscopables]?: boolean;
|
80
|
-
at?: boolean;
|
81
82
|
};
|
82
|
-
at: (index: number) => string;
|
83
83
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
84
84
|
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
85
85
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
127
127
|
includes: (searchElement: string, fromIndex?: number) => boolean;
|
128
128
|
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
129
129
|
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
130
|
+
at: (index: number) => string;
|
130
131
|
[Symbol.iterator]: () => IterableIterator<string>;
|
131
132
|
readonly [Symbol.unscopables]: {
|
132
133
|
readonly [x: number]: boolean;
|
@@ -153,11 +154,10 @@ declare const _default: {
|
|
153
154
|
includes?: boolean;
|
154
155
|
flatMap?: boolean;
|
155
156
|
flat?: boolean;
|
157
|
+
at?: boolean;
|
156
158
|
[Symbol.iterator]?: boolean;
|
157
159
|
readonly [Symbol.unscopables]?: boolean;
|
158
|
-
at?: boolean;
|
159
160
|
};
|
160
|
-
at: (index: number) => string;
|
161
161
|
} | import("vue").ExtractPropTypes<{
|
162
162
|
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
163
163
|
}>>, {} | {}, true, {}, {}, {
|
@@ -212,6 +212,7 @@ declare const _default: {
|
|
212
212
|
includes: (searchElement: string, fromIndex?: number) => boolean;
|
213
213
|
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
214
214
|
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
215
|
+
at: (index: number) => string;
|
215
216
|
[Symbol.iterator]: () => IterableIterator<string>;
|
216
217
|
readonly [Symbol.unscopables]: {
|
217
218
|
readonly [x: number]: boolean;
|
@@ -238,11 +239,10 @@ declare const _default: {
|
|
238
239
|
includes?: boolean;
|
239
240
|
flatMap?: boolean;
|
240
241
|
flat?: boolean;
|
242
|
+
at?: boolean;
|
241
243
|
[Symbol.iterator]?: boolean;
|
242
244
|
readonly [Symbol.unscopables]?: boolean;
|
243
|
-
at?: boolean;
|
244
245
|
};
|
245
|
-
at: (index: number) => string;
|
246
246
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
247
247
|
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
248
248
|
}>>, () => JSX.Element, {}, {}, {}, {} | {}>;
|
@@ -294,6 +294,7 @@ declare const _default: {
|
|
294
294
|
includes: (searchElement: string, fromIndex?: number) => boolean;
|
295
295
|
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
296
296
|
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
297
|
+
at: (index: number) => string;
|
297
298
|
[Symbol.iterator]: () => IterableIterator<string>;
|
298
299
|
readonly [Symbol.unscopables]: {
|
299
300
|
readonly [x: number]: boolean;
|
@@ -320,11 +321,10 @@ declare const _default: {
|
|
320
321
|
includes?: boolean;
|
321
322
|
flatMap?: boolean;
|
322
323
|
flat?: boolean;
|
324
|
+
at?: boolean;
|
323
325
|
[Symbol.iterator]?: boolean;
|
324
326
|
readonly [Symbol.unscopables]?: boolean;
|
325
|
-
at?: boolean;
|
326
327
|
};
|
327
|
-
at: (index: number) => string;
|
328
328
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
329
329
|
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
330
330
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
@@ -373,6 +373,7 @@ declare const _default: {
|
|
373
373
|
includes: (searchElement: string, fromIndex?: number) => boolean;
|
374
374
|
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
375
375
|
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
376
|
+
at: (index: number) => string;
|
376
377
|
[Symbol.iterator]: () => IterableIterator<string>;
|
377
378
|
readonly [Symbol.unscopables]: {
|
378
379
|
readonly [x: number]: boolean;
|
@@ -399,11 +400,10 @@ declare const _default: {
|
|
399
400
|
includes?: boolean;
|
400
401
|
flatMap?: boolean;
|
401
402
|
flat?: boolean;
|
403
|
+
at?: boolean;
|
402
404
|
[Symbol.iterator]?: boolean;
|
403
405
|
readonly [Symbol.unscopables]?: boolean;
|
404
|
-
at?: boolean;
|
405
406
|
};
|
406
|
-
at: (index: number) => string;
|
407
407
|
}>, never> | Omit<Readonly<{} & {
|
408
408
|
readonly [x: string]: unknown;
|
409
409
|
readonly [x: number]: unknown;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ChromeBlueprint,
|
1
|
+
import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, BlueprintVariant } from "@omnia/fx-models";
|
2
2
|
export declare const useChromeEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
@@ -86,10 +86,4 @@ export declare const useChromeEditorStore: () => {
|
|
86
86
|
save(): void;
|
87
87
|
};
|
88
88
|
get: {};
|
89
|
-
bladeId: {
|
90
|
-
chromeEditBlade: Guid;
|
91
|
-
chromeBlueprintsBlade: Guid;
|
92
|
-
chromesBladeId: Guid;
|
93
|
-
chromeDefinition: ChromeBlueprint;
|
94
|
-
};
|
95
89
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts
CHANGED
@@ -2,7 +2,6 @@ import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlu
|
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
4
|
declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
|
-
type: "chrome";
|
6
5
|
name: any;
|
7
6
|
primary: any;
|
8
7
|
variant1: any;
|
@@ -11,7 +10,6 @@ declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
|
11
10
|
constructor();
|
12
11
|
}
|
13
12
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
14
|
-
type: "spacing";
|
15
13
|
name: string;
|
16
14
|
primary: {
|
17
15
|
layout: DefaultLayoutSpacing;
|
@@ -19,8 +17,7 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
|
|
19
17
|
};
|
20
18
|
constructor();
|
21
19
|
}
|
22
|
-
export declare class
|
23
|
-
type: "spacing";
|
20
|
+
export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
|
24
21
|
name: string;
|
25
22
|
primary: {
|
26
23
|
layout: PreviewInnerSpacing;
|
@@ -29,7 +26,6 @@ export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprint
|
|
29
26
|
constructor();
|
30
27
|
}
|
31
28
|
declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
32
|
-
type: "component";
|
33
29
|
name: any;
|
34
30
|
buttons: {
|
35
31
|
text: {
|
@@ -49,34 +45,31 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
|
49
45
|
link: any;
|
50
46
|
};
|
51
47
|
};
|
52
|
-
tabs
|
48
|
+
tabs: {
|
53
49
|
primary: any;
|
54
50
|
variant1: any;
|
55
51
|
variant2: any;
|
56
52
|
variant3: any;
|
57
53
|
};
|
54
|
+
blocks: ChromeBlueprintsTemplate;
|
58
55
|
constructor();
|
59
56
|
}
|
60
57
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
61
|
-
type: "typography";
|
62
58
|
name: string;
|
63
59
|
primary: DefaultTypography;
|
64
60
|
constructor();
|
65
61
|
}
|
66
62
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
67
|
-
type: "typography";
|
68
63
|
name: string;
|
69
64
|
primary: FunkyTypography;
|
70
65
|
constructor();
|
71
66
|
}
|
72
67
|
export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
|
73
|
-
type: "typography";
|
74
68
|
name: string;
|
75
69
|
primary: PreviewTypography;
|
76
70
|
constructor();
|
77
71
|
}
|
78
72
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
79
|
-
type: "typography";
|
80
73
|
name: string;
|
81
74
|
primary: PreviewMiniTypography;
|
82
75
|
constructor();
|
@@ -90,7 +83,7 @@ export declare const BlueprintsTemplates: {
|
|
90
83
|
};
|
91
84
|
spacing: {
|
92
85
|
default: () => DefaultSpacingBlueprintTemplate;
|
93
|
-
preview: () =>
|
86
|
+
preview: () => PreviewSpacingBlueprintTemplate;
|
94
87
|
};
|
95
88
|
typography: {
|
96
89
|
default: () => DefaultTypographyBlueprint;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts
CHANGED
@@ -19,6 +19,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
|
19
19
|
background: string | ColorSchema;
|
20
20
|
info: string | ColorSchema;
|
21
21
|
error: string | ColorSchema;
|
22
|
+
warning: string | ColorSchema;
|
22
23
|
}, name: string, id: Guid, blueprints: {
|
23
24
|
typography: TypographyBlueprints;
|
24
25
|
spacing: SpacingBlueprints;
|