@omnia/fx 8.0.178-dev → 8.0.180-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/ObjectMerger.d.ts +7 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +0 -12
- package/internal-do-not-import-from-here/index.d.ts +1 -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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +148 -3
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMergerTemp.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +60 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/{ThemeStylingPlugin.d.ts → themestyling/ThemeStylingPlugin.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +21 -21
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +54 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +0 -5
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare class ObjectMerger {
|
2
|
+
static isEmptyObject(item: any): boolean;
|
3
|
+
static objectKeysWithFilter(object: any, includeFunctions: boolean): Array<string>;
|
4
|
+
static mergeObjects<T extends object = object>(target: T, nullOrUndefinedValueCustomHandler: (missingPropertyName: string, parent: object, defaultValue: object) => object, emptyStringValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, emptyArrayValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, ...sources: T[]): T;
|
5
|
+
static customNullCondition<T extends object = object>(target: T, condition: (target: T) => boolean): T;
|
6
|
+
static deleteNullProperties<T extends object = object>(target: T, disableTreatingEmptyStringAsNull?: boolean, disableTreatingFalseAsNull?: boolean, disableTreatingZeroAsNull?: boolean, disableTreatingEmptyArrayAsNull?: boolean): void;
|
7
|
+
}
|
@@ -2,6 +2,7 @@ export { ServiceContainer, ServiceContainerContext, defineFactory, defineInjecta
|
|
2
2
|
export { Extend, registerApi } from "./Extend";
|
3
3
|
export * from "./Provide";
|
4
4
|
export * from "./Factory";
|
5
|
+
export * from "./ObjectMerger";
|
5
6
|
export * from "./Cookies";
|
6
7
|
export * from "./LocalStorage";
|
7
8
|
export * from "./Encoder";
|
@@ -42,18 +42,6 @@ export declare namespace Utils {
|
|
42
42
|
*/
|
43
43
|
function generateGuid(): string;
|
44
44
|
function isNativeClass(value: any): boolean;
|
45
|
-
/**
|
46
|
-
* Validate guid value
|
47
|
-
*/
|
48
|
-
function isValidGuid(value: string): boolean;
|
49
|
-
/**
|
50
|
-
* Scheck a guid whether or not it is a empty guid
|
51
|
-
*/
|
52
|
-
function isEmptyGuid(guid: string): boolean;
|
53
|
-
/**@deprecated This will be removed in Omnia 7.0. Use @prop {OmniaEnvironmentContext.isBackendSharePointServer}*/
|
54
|
-
function isOnPrem(backendRuntime: string): boolean;
|
55
|
-
/**@deprecated This will be removed in Omnia 7.0. Use @prop {OmniaEnvironmentContext.isBackendM365} */
|
56
|
-
function isOnline(backendRuntime: string): boolean;
|
57
45
|
function groupBy<T>(collection: Array<T>, propName: string): Array<{
|
58
46
|
key: any;
|
59
47
|
items: Array<T>;
|
@@ -59,6 +59,7 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
59
59
|
Provide<T>(classType: any, constructorArgs?: T): any;
|
60
60
|
useProvide<TProvide, TConstructor>(provide: TProvide, constructorArgs?: TConstructor): TProvide extends new (...args: any) => infer P ? P : TProvide extends (...args: any) => infer P2 ? P2 : TProvide extends Object ? TProvide : never;
|
61
61
|
injectByTypeId(typeId: Models.GuidValue): any;
|
62
|
+
ObjectMerger: typeof Exposes.ObjectMerger;
|
62
63
|
Cookies: typeof Exposes.Cookies;
|
63
64
|
LocalStorage: typeof Exposes.LocalStorage;
|
64
65
|
Encoder: typeof Exposes.Encoder;
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore","useAdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","customNullCondition","deleteNullProperties","isEmptyObject","mergeObjects","objectKeysWithFilter","useBlockSettingsReader","useBlockSettingsWriter"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter","useAdminStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore","useAdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter","useAdminStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
|
@@ -94,6 +94,8 @@ export interface VSelectSlots extends VuetifySlots<VuetifyProps<Pick<VSelect, "$
|
|
94
94
|
}
|
95
95
|
export interface VRadioSlots extends VuetifySlots<VuetifyProps<Pick<VRadio, "$props">>> {
|
96
96
|
}
|
97
|
+
export interface VCheckboxSlots extends VuetifySlots<VuetifyProps<Pick<VCheckbox, "$props">>> {
|
98
|
+
}
|
97
99
|
declare global {
|
98
100
|
namespace JSX {
|
99
101
|
interface Element {
|
@@ -39,7 +39,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
39
39
|
} & {
|
40
40
|
activator?: () => VNodeChild;
|
41
41
|
};
|
42
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
42
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "emit:init:actionButtons" | "individualRadiusSelection" | "individualBorderWidthSelection" | "emit:click:confirm">) => {
|
43
43
|
$: import("vue").ComponentInternalInstance;
|
44
44
|
$data: {};
|
45
45
|
$props: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts
CHANGED
@@ -29,7 +29,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
29
29
|
} & {
|
30
30
|
activator?: () => VNodeChild;
|
31
31
|
};
|
32
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "
|
32
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualWidthSelection">) => {
|
33
33
|
$: import("vue").ComponentInternalInstance;
|
34
34
|
$data: {};
|
35
35
|
$props: {};
|
@@ -35,7 +35,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
35
35
|
} & {
|
36
36
|
activator?: () => VNodeChild;
|
37
37
|
};
|
38
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
38
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "emit:init:actionButtons">) => {
|
39
39
|
$: import("vue").ComponentInternalInstance;
|
40
40
|
$data: {};
|
41
41
|
$props: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -32,7 +32,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
32
32
|
} & {
|
33
33
|
activator?: () => VNodeChild;
|
34
34
|
};
|
35
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
35
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "simpleMode">) => {
|
36
36
|
$: import("vue").ComponentInternalInstance;
|
37
37
|
$data: {};
|
38
38
|
$props: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -25,7 +25,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
25
25
|
} & {
|
26
26
|
activator?: () => VNodeChild;
|
27
27
|
};
|
28
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "
|
28
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
29
29
|
$: import("vue").ComponentInternalInstance;
|
30
30
|
$data: {};
|
31
31
|
$props: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.css.d.ts
CHANGED
@@ -5,7 +5,7 @@ export declare const SpacingPickerStyles: {
|
|
5
5
|
columnWrapper: string;
|
6
6
|
spacingValueWrapper: string;
|
7
7
|
groupWrapper: string;
|
8
|
-
textInput: (onBase: ColorDefinition) => string;
|
8
|
+
textInput: (base: ColorDefinition, onBase: ColorDefinition) => string;
|
9
9
|
spacingItem: (base: ColorDefinition, onBase: ColorDefinition, selected: boolean) => string;
|
10
10
|
sliderMenuWrapper: (color: ColorDefinition) => string;
|
11
11
|
spacingSlider: string;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -26,7 +26,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
26
26
|
} & {
|
27
27
|
activator?: () => VNodeChild;
|
28
28
|
};
|
29
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
29
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "slot:activator" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
30
30
|
$: import("vue").ComponentInternalInstance;
|
31
31
|
$data: {};
|
32
32
|
$props: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { TextBlueprint, ThemeContextType, TypographyValue } from "@omnia/fx-models";
|
3
|
+
import { VNode } from "vue";
|
2
4
|
export type TypographyPickerTypes = "default" | "title" | "text";
|
3
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
6
|
"v-model"?: TypographyValue;
|
@@ -20,11 +22,13 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
22
|
label?: string;
|
21
23
|
} & {
|
22
24
|
sampleText?: string;
|
23
|
-
}
|
25
|
+
} & DefineSlot<"activator", () => VNode>> & Omit<{}, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "customTyping" | "textBlueprint" | "sampleText"> & {
|
24
26
|
"v-slots"?: {
|
25
27
|
default?: import("vue").Slot;
|
26
|
-
} & {
|
27
|
-
|
28
|
+
} & {
|
29
|
+
activator?: () => VNode;
|
30
|
+
};
|
31
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "customTyping" | "textBlueprint" | "sampleText" | "slot:activator">) => {
|
28
32
|
$: import("vue").ComponentInternalInstance;
|
29
33
|
$data: {};
|
30
34
|
$props: {};
|
@@ -82,12 +86,14 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
82
86
|
label?: string;
|
83
87
|
} & {
|
84
88
|
sampleText?: string;
|
85
|
-
}
|
89
|
+
} & DefineSlot<"activator", () => VNode>> & {
|
86
90
|
"v-slots"?: {
|
87
91
|
default?: import("vue").Slot;
|
88
|
-
} & {
|
92
|
+
} & {
|
93
|
+
activator?: () => VNode;
|
94
|
+
};
|
89
95
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "customTyping" | "textBlueprint" | "sampleText">;
|
90
|
-
} &
|
96
|
+
} & VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
91
97
|
[key: string]: any;
|
92
98
|
}>;
|
93
99
|
export default _default;
|