@omnia/fx 8.0.12-dev → 8.0.13-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/DefineFactory.d.ts +12 -0
- package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +7 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/identities/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/Future.js +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +21 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +2 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +481 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +511 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +123 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +29 -5
- package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +24 -7
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +72 -135
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +250 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/BlockBlade.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/ButtonBlade.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/EditBlueprint.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/IconBlade.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/SpacingBlade.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/blades/TypographyBlade.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts +157 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemes/blades/ColorSchemasBlade.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +157 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +26 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2331 -8
- package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +26 -5
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -74
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/loc/localize.d.ts +0 -23
- /package/internal-do-not-import-from-here/ux/oxide/{textarea → colorpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{textarea → colorpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{textarea → colorpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/use/{useBlockInstance.d.ts → UseBlockInstance.d.ts} +0 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
import { SetupFactoryContext } from "@omnia/fx";
|
2
|
+
import { MediaPickerProvider } from "@omnia/fx-models";
|
3
|
+
interface SetupMediaPickerProviderContext extends SetupFactoryContext {
|
4
|
+
}
|
5
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider>(setup: (ctx: SetupMediaPickerProviderContext) => TReturnSetup): () => TReturnSetup;
|
6
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider, T1>(setup: (ctx: SetupMediaPickerProviderContext, param1: T1) => TReturnSetup): (param1: T1) => TReturnSetup;
|
7
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider, T1, T2>(setup: (ctx: SetupMediaPickerProviderContext, param1: T1, param2: T2) => TReturnSetup): (param1: T1, param2: T2) => TReturnSetup;
|
8
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider, T1, T2, T3>(setup: (ctx: SetupMediaPickerProviderContext, param1: T1, param2: T2, param3: T3) => TReturnSetup): (param1: T1, param2: T2, param3: T3) => TReturnSetup;
|
9
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider, T1, T2, T3, T4>(setup: (ctx: SetupMediaPickerProviderContext, param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup;
|
10
|
+
export declare function defineMediaPickerProvider<TReturnSetup extends MediaPickerProvider, T1, T2, T3, T4, T5>(setup: (ctx: SetupMediaPickerProviderContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup;
|
11
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { SetupFactoryContext } from "@omnia/fx";
|
2
|
+
import { MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
3
|
+
interface SetupMediaPickerStorageProviderContext extends SetupFactoryContext {
|
4
|
+
}
|
5
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext>(setup: (ctx: SetupMediaPickerStorageProviderContext) => TReturnSetup): () => TReturnSetup;
|
6
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext, T1>(setup: (ctx: SetupMediaPickerStorageProviderContext, param1: T1) => TReturnSetup): (param1: T1) => TReturnSetup;
|
7
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext, T1, T2>(setup: (ctx: SetupMediaPickerStorageProviderContext, param1: T1, param2: T2) => TReturnSetup): (param1: T1, param2: T2) => TReturnSetup;
|
8
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext, T1, T2, T3>(setup: (ctx: SetupMediaPickerStorageProviderContext, param1: T1, param2: T2, param3: T3) => TReturnSetup): (param1: T1, param2: T2, param3: T3) => TReturnSetup;
|
9
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext, T1, T2, T3, T4>(setup: (ctx: SetupMediaPickerStorageProviderContext, param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup;
|
10
|
+
export declare function defineMediaPickerStorageProvider<TReturnSetup extends MediaPickerStorageProviderContext, T1, T2, T3, T4, T5>(setup: (ctx: SetupMediaPickerStorageProviderContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup;
|
11
|
+
export declare function useMediaPickerStorageProviderContext(): any;
|
12
|
+
export {};
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
import { FabricIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerBingProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FabricIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { CentralImageLocation, FabricIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerCentralImageLocationProvider: (param1: CentralImageLocation, param2: string) => {
|
3
|
+
id: import("@omnia/fx-models").GuidValue;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FabricIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes[];
|
10
|
+
supportGalleryFeature: boolean;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): boolean;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo, SvgIcon } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerDallEProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: SvgIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo, SvgIcon } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerMediaflowProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: SvgIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): boolean;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { FabricIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerMicrosoftStreamProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FabricIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): boolean;
|
12
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerMyComputerProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FontAwesomeIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
9
|
+
supportGalleryFeature: true;
|
10
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
11
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { SvgIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerPexelProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: SvgIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { SvgIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerUnsplashProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: SvgIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
12
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerYoutubeProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FontAwesomeIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): boolean;
|
12
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export * from "./BingProvider";
|
2
|
+
export * from "./CentralImageLocationProvider";
|
3
|
+
export * from "./DallEProvider";
|
4
|
+
export * from "./MediaflowProvider";
|
5
|
+
export * from "./MicrosoftStreamProvider";
|
6
|
+
export * from "./MyComputerProvider";
|
7
|
+
export * from "./PexelProvider";
|
8
|
+
export * from "./UnsplashProvider";
|
9
|
+
export * from "./YoutubeProvider";
|
10
|
+
export * from "./storages";
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Guid, GuidValue } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerStorageProviderAppInstanceContext: (param1: GuidValue) => {
|
3
|
+
omniaServiceId: Guid;
|
4
|
+
storageProviderContextId: Guid;
|
5
|
+
appInstanceId: GuidValue;
|
6
|
+
};
|
7
|
+
export declare const mediaPickerStorageProviderTempAppInstanceContext: (param1: GuidValue) => {
|
8
|
+
omniaServiceId: Guid;
|
9
|
+
storageProviderContextId: Guid;
|
10
|
+
appTemplateId: GuidValue;
|
11
|
+
};
|
@@ -67,7 +67,7 @@ declare const _default: {
|
|
67
67
|
readonly loading?: boolean;
|
68
68
|
readonly stacked?: boolean;
|
69
69
|
readonly overrides?: object;
|
70
|
-
readonly preset?: "cancel" | "close" | "select" | "details" | "delete" | "
|
70
|
+
readonly preset?: "cancel" | "close" | "select" | "details" | "delete" | "retry" | "settings" | "remove" | "next" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "previous" | "view-more" | "send-request";
|
71
71
|
readonly transparentHover?: boolean;
|
72
72
|
};
|
73
73
|
$attrs: {
|
@@ -120,7 +120,7 @@ declare const _default: {
|
|
120
120
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
121
121
|
};
|
122
122
|
preset: {
|
123
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "
|
123
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "retry" | "settings" | "remove" | "next" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "previous" | "view-more" | "send-request">;
|
124
124
|
};
|
125
125
|
overrides: {
|
126
126
|
type: import("vue").PropType<object>;
|
@@ -206,7 +206,7 @@ declare const _default: {
|
|
206
206
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
207
207
|
};
|
208
208
|
preset: {
|
209
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "
|
209
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "retry" | "settings" | "remove" | "next" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "previous" | "view-more" | "send-request">;
|
210
210
|
};
|
211
211
|
overrides: {
|
212
212
|
type: import("vue").PropType<object>;
|
@@ -270,7 +270,7 @@ declare const _default: {
|
|
270
270
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
271
271
|
};
|
272
272
|
preset: {
|
273
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "
|
273
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "details" | "delete" | "retry" | "settings" | "remove" | "next" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "previous" | "view-more" | "send-request">;
|
274
274
|
};
|
275
275
|
overrides: {
|
276
276
|
type: import("vue").PropType<object>;
|
@@ -321,7 +321,7 @@ declare const _default: {
|
|
321
321
|
loading?: boolean;
|
322
322
|
stacked?: boolean;
|
323
323
|
overrides?: object;
|
324
|
-
preset?: "cancel" | "close" | "select" | "details" | "delete" | "
|
324
|
+
preset?: "cancel" | "close" | "select" | "details" | "delete" | "retry" | "settings" | "remove" | "next" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "previous" | "view-more" | "send-request";
|
325
325
|
transparentHover?: boolean;
|
326
326
|
}>, never>;
|
327
327
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const ColorPickerStyles: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
titleColumn: string;
|
3
|
+
title: (dark: boolean, labelColor: string) => string;
|
4
|
+
icon: (dark: boolean) => string;
|
5
|
+
displaywrapper: (bgColor: string) => string;
|
6
6
|
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { Func } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
3
3
|
export declare enum ColorType {
|
4
4
|
PrimaryColor = 1,
|
5
5
|
SecondaryColor = 2,
|
@@ -20,17 +20,6 @@ declare const _default: {
|
|
20
20
|
style?: unknown;
|
21
21
|
class?: String | String[];
|
22
22
|
key?: string | number | symbol;
|
23
|
-
readonly required?: boolean;
|
24
|
-
readonly display?: unknown;
|
25
|
-
readonly dense?: "default" | "compact" | "comfortable";
|
26
|
-
readonly disabled?: boolean;
|
27
|
-
readonly styles?: {
|
28
|
-
wrapper: string;
|
29
|
-
selectItem: string;
|
30
|
-
colorItem: string;
|
31
|
-
wrapperColorPicker: string;
|
32
|
-
};
|
33
|
-
readonly valueBind?: unknown;
|
34
23
|
ref?: import("vue").VNodeRef;
|
35
24
|
ref_for?: boolean;
|
36
25
|
ref_key?: string;
|
@@ -72,12 +61,17 @@ declare const _default: {
|
|
72
61
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
73
62
|
[key: string]: any;
|
74
63
|
}>) => void)[];
|
75
|
-
readonly
|
76
|
-
|
77
|
-
readonly
|
78
|
-
readonly
|
79
|
-
|
80
|
-
|
64
|
+
readonly "onUpdate:modelValue"?: (value: string) => any;
|
65
|
+
readonly "v-model"?: string;
|
66
|
+
readonly modelValue?: string;
|
67
|
+
readonly "v-slots"?: {
|
68
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
69
|
+
} & {
|
70
|
+
activator?: Func<[VNodeChild]>;
|
71
|
+
};
|
72
|
+
onValueChanged?: (color: string) => any;
|
73
|
+
readonly labelColor?: string;
|
74
|
+
readonly selectedColorAsLabel?: boolean;
|
81
75
|
};
|
82
76
|
$attrs: {
|
83
77
|
[x: string]: unknown;
|
@@ -90,46 +84,29 @@ declare const _default: {
|
|
90
84
|
}>;
|
91
85
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
92
86
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
93
|
-
$emit: (event: "valueChanged",
|
87
|
+
$emit: (event: "valueChanged", color: string) => void;
|
94
88
|
$el: any;
|
95
89
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
96
|
-
|
97
|
-
|
98
|
-
}
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
type: import("vue").PropType<boolean>;
|
104
|
-
};
|
105
|
-
styles: {
|
106
|
-
type: import("vue").PropType<{
|
107
|
-
wrapper: string;
|
108
|
-
selectItem: string;
|
109
|
-
colorItem: string;
|
110
|
-
wrapperColorPicker: string;
|
111
|
-
}>;
|
112
|
-
};
|
113
|
-
dense: {
|
114
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
115
|
-
};
|
116
|
-
slim: {
|
117
|
-
type: import("vue").PropType<boolean>;
|
90
|
+
"v-slots": import("vue").Prop<{
|
91
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
92
|
+
} & {
|
93
|
+
activator?: Func<[VNodeChild]>;
|
94
|
+
}>;
|
95
|
+
"onUpdate:modelValue": {
|
96
|
+
type: import("vue").PropType<(value: string) => any>;
|
118
97
|
};
|
119
|
-
|
120
|
-
type: import("vue").PropType<
|
98
|
+
"v-model": {
|
99
|
+
type: import("vue").PropType<string>;
|
121
100
|
required: false;
|
122
101
|
};
|
123
|
-
|
124
|
-
type: import("vue").PropType<string
|
102
|
+
modelValue: {
|
103
|
+
type: import("vue").PropType<string>;
|
104
|
+
required: false;
|
125
105
|
};
|
126
|
-
|
106
|
+
selectedColorAsLabel: {
|
127
107
|
type: import("vue").PropType<boolean>;
|
128
108
|
};
|
129
|
-
|
130
|
-
type: import("vue").PropType<ColorPickerModel>;
|
131
|
-
};
|
132
|
-
placeholder: {
|
109
|
+
labelColor: {
|
133
110
|
type: import("vue").PropType<string>;
|
134
111
|
};
|
135
112
|
label: {
|
@@ -145,9 +122,9 @@ declare const _default: {
|
|
145
122
|
blueprintType?: any;
|
146
123
|
blueprint?: any;
|
147
124
|
}>> & {
|
148
|
-
onValueChanged?: (
|
125
|
+
onValueChanged?: (color: string) => any;
|
149
126
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
150
|
-
valueChanged: (
|
127
|
+
valueChanged: (color: string) => void;
|
151
128
|
}, string, {
|
152
129
|
container?: any;
|
153
130
|
blueprint?: any;
|
@@ -172,46 +149,29 @@ declare const _default: {
|
|
172
149
|
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)[];
|
173
150
|
};
|
174
151
|
$forceUpdate: () => void;
|
175
|
-
$nextTick: typeof nextTick;
|
152
|
+
$nextTick: typeof import("vue").nextTick;
|
176
153
|
$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;
|
177
154
|
} & Readonly<import("vue").ExtractPropTypes<{
|
178
|
-
|
179
|
-
|
180
|
-
}
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
type: import("vue").PropType<boolean>;
|
186
|
-
};
|
187
|
-
styles: {
|
188
|
-
type: import("vue").PropType<{
|
189
|
-
wrapper: string;
|
190
|
-
selectItem: string;
|
191
|
-
colorItem: string;
|
192
|
-
wrapperColorPicker: string;
|
193
|
-
}>;
|
194
|
-
};
|
195
|
-
dense: {
|
196
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
197
|
-
};
|
198
|
-
slim: {
|
199
|
-
type: import("vue").PropType<boolean>;
|
155
|
+
"v-slots": import("vue").Prop<{
|
156
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
157
|
+
} & {
|
158
|
+
activator?: Func<[VNodeChild]>;
|
159
|
+
}>;
|
160
|
+
"onUpdate:modelValue": {
|
161
|
+
type: import("vue").PropType<(value: string) => any>;
|
200
162
|
};
|
201
|
-
|
202
|
-
type: import("vue").PropType<
|
163
|
+
"v-model": {
|
164
|
+
type: import("vue").PropType<string>;
|
203
165
|
required: false;
|
204
166
|
};
|
205
|
-
|
206
|
-
type: import("vue").PropType<string
|
167
|
+
modelValue: {
|
168
|
+
type: import("vue").PropType<string>;
|
169
|
+
required: false;
|
207
170
|
};
|
208
|
-
|
171
|
+
selectedColorAsLabel: {
|
209
172
|
type: import("vue").PropType<boolean>;
|
210
173
|
};
|
211
|
-
|
212
|
-
type: import("vue").PropType<ColorPickerModel>;
|
213
|
-
};
|
214
|
-
placeholder: {
|
174
|
+
labelColor: {
|
215
175
|
type: import("vue").PropType<string>;
|
216
176
|
};
|
217
177
|
label: {
|
@@ -227,49 +187,32 @@ declare const _default: {
|
|
227
187
|
blueprintType?: any;
|
228
188
|
blueprint?: any;
|
229
189
|
}>> & {
|
230
|
-
onValueChanged?: (
|
190
|
+
onValueChanged?: (color: string) => any;
|
231
191
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
232
192
|
__isFragment?: never;
|
233
193
|
__isTeleport?: never;
|
234
194
|
__isSuspense?: never;
|
235
195
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
236
|
-
|
237
|
-
|
238
|
-
}
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
type: import("vue").PropType<boolean>;
|
244
|
-
};
|
245
|
-
styles: {
|
246
|
-
type: import("vue").PropType<{
|
247
|
-
wrapper: string;
|
248
|
-
selectItem: string;
|
249
|
-
colorItem: string;
|
250
|
-
wrapperColorPicker: string;
|
251
|
-
}>;
|
252
|
-
};
|
253
|
-
dense: {
|
254
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
255
|
-
};
|
256
|
-
slim: {
|
257
|
-
type: import("vue").PropType<boolean>;
|
196
|
+
"v-slots": import("vue").Prop<{
|
197
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
198
|
+
} & {
|
199
|
+
activator?: Func<[VNodeChild]>;
|
200
|
+
}>;
|
201
|
+
"onUpdate:modelValue": {
|
202
|
+
type: import("vue").PropType<(value: string) => any>;
|
258
203
|
};
|
259
|
-
|
260
|
-
type: import("vue").PropType<
|
204
|
+
"v-model": {
|
205
|
+
type: import("vue").PropType<string>;
|
261
206
|
required: false;
|
262
207
|
};
|
263
|
-
|
264
|
-
type: import("vue").PropType<string
|
208
|
+
modelValue: {
|
209
|
+
type: import("vue").PropType<string>;
|
210
|
+
required: false;
|
265
211
|
};
|
266
|
-
|
212
|
+
selectedColorAsLabel: {
|
267
213
|
type: import("vue").PropType<boolean>;
|
268
214
|
};
|
269
|
-
|
270
|
-
type: import("vue").PropType<ColorPickerModel>;
|
271
|
-
};
|
272
|
-
placeholder: {
|
215
|
+
labelColor: {
|
273
216
|
type: import("vue").PropType<string>;
|
274
217
|
};
|
275
218
|
label: {
|
@@ -285,9 +228,9 @@ declare const _default: {
|
|
285
228
|
blueprintType?: any;
|
286
229
|
blueprint?: any;
|
287
230
|
}>> & {
|
288
|
-
onValueChanged?: (
|
231
|
+
onValueChanged?: (color: string) => any;
|
289
232
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
290
|
-
valueChanged: (
|
233
|
+
valueChanged: (color: string) => void;
|
291
234
|
}, string, {
|
292
235
|
container?: any;
|
293
236
|
blueprint?: any;
|
@@ -304,24 +247,18 @@ declare const _default: {
|
|
304
247
|
} & {
|
305
248
|
label?: string;
|
306
249
|
class?: String | String[];
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
colorItem: string;
|
315
|
-
wrapperColorPicker: string;
|
250
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
251
|
+
"v-model"?: string;
|
252
|
+
modelValue?: string;
|
253
|
+
"v-slots"?: {
|
254
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
255
|
+
} & {
|
256
|
+
activator?: Func<[VNodeChild]>;
|
316
257
|
};
|
317
|
-
|
318
|
-
|
319
|
-
errorMessages?: string[];
|
320
|
-
slim?: boolean;
|
321
|
-
attachedToParent?: boolean;
|
322
|
-
disableContextColor?: boolean;
|
258
|
+
labelColor?: string;
|
259
|
+
selectedColorAsLabel?: boolean;
|
323
260
|
}>, "onValueChanged"> & {
|
324
|
-
onValueChanged?: (
|
261
|
+
onValueChanged?: (color: string) => any;
|
325
262
|
};
|
326
263
|
};
|
327
264
|
export default _default;
|
File without changes
|