@omnia/fx 8.0.452-dev → 8.0.454-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.
Files changed (81) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +10 -10
  3. package/internal-do-not-import-from-here/index.d.ts +21 -21
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +0 -155
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -158
  8. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +2 -3
  9. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/TabsEditorStore.d.ts +3 -4
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -3
  11. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +6 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts +43 -0
  13. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorSchemaManager.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorSchemaStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ComponentBlueprintStore.d.ts +4 -4
  16. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/DefineThemeProvider.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/FontStore.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/SpacingBlueprintStore.d.ts +42 -0
  19. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/StateManager.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TemplateRegistrationStore.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeContextStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeMigrations.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ThemeNormalizer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemePreviewContextStore.d.ts +100 -0
  25. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeProvider.d.ts +39 -0
  26. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeSharedModels.d.ts +33 -0
  27. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeStore.d.ts +91 -0
  28. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TypographyBlueprintManager.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/TypographyBlueprintStore.d.ts +6 -4
  30. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +17 -0
  31. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +16 -15
  33. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.stylex.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.stylex.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -3
  60. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/shared-mobile/stylex/Typings.d.ts +894 -0
  68. package/internal-do-not-import-from-here/ux/shared-mobile/stylex/index.d.ts +154 -0
  69. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -5
  70. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +1 -71
  71. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronContentStateBuilder.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronImageStateBuilder.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronPropertyMappingStateBuilder.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronStateBuilder.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +1 -2
  76. package/package.json +2 -2
  77. package/internal-do-not-import-from-here/core/ObjectMerger.d.ts +0 -7
  78. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -40
  79. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +0 -100
  80. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -91
  81. /package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/VariantManager.d.ts +0 -0
@@ -38,6 +38,7 @@ export declare class HttpClient {
38
38
  protected ax: AxiosInstance;
39
39
  protected conf: AxiosRequestConfig;
40
40
  private maxCount;
41
+ private defaultConfig;
41
42
  private safeHeaderNames;
42
43
  private axiosHeaderObjects;
43
44
  constructor(configPromise?: Promise<AxiosRequestConfig>);
@@ -74,6 +75,7 @@ export declare class HttpClient {
74
75
  private handleSuccessResponse;
75
76
  private enableCircuitBreaker;
76
77
  private checkCircuitBreaker;
78
+ private getPayload;
77
79
  private static requestKeyHash;
78
80
  private writeHeadersToCookie;
79
81
  private removeHeadersCookie;
@@ -1,20 +1,20 @@
1
- export { ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, ServiceLocator, Http, HttpBuilder, http, Inject, Injectable, useInject, useProvide, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
1
+ export { defineFactory, defineInjectable, defineService, Http, http, HttpBuilder, Inject, Injectable, isInjectable, ServiceContainer, ServiceContainerContext, ServiceLocator, useInject, useProvide, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
2
2
  export { Broadcast } from "@omnia/fx-models/internal-do-not-import-from-here/shared/broadcasting";
3
+ export { ObjectMerger } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
4
  export { Extend, registerApi } from "./Extend";
4
- export * from "./Provide";
5
5
  export * from "./Factory";
6
- export * from "./ObjectMerger";
6
+ export * from "./Provide";
7
+ export { PublicManifestResourceLoader as ManifestResourceLoader } from "../runtime/core/ManifestResourceLoader";
7
8
  export * from "./Cookies";
8
- export * from "./LocalStorage";
9
9
  export * from "./Encoder";
10
- export * from "./Require";
11
- export { PublicManifestResourceLoader as ManifestResourceLoader } from "../runtime/core/ManifestResourceLoader";
10
+ export * from "./LocalStorage";
12
11
  export * from "./propertyPath";
13
12
  export * from "./propertyPathValue";
14
- export * from "./messaging";
15
- export * from "./http";
16
- export * from "./utils";
13
+ export * from "./Require";
17
14
  export * from "./console";
18
- export * from "./services";
19
15
  export * from "./graphclient";
16
+ export * from "./http";
17
+ export * from "./messaging";
18
+ export * from "./services";
20
19
  export * from "./use";
20
+ export * from "./utils";
@@ -45,50 +45,45 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
45
45
  OmniaContextProvider: typeof Exposes.OmniaContextProvider;
46
46
  OmniaContext: typeof Exposes.OmniaContext;
47
47
  ContextProviderCollection: typeof Exposes.ContextProviderCollection;
48
- ServiceContainer: typeof Exposes.ServiceContainer;
49
- ServiceContainerContext: typeof Exposes.ServiceContainerContext;
50
48
  defineFactory: typeof Exposes.defineFactory;
51
49
  defineInjectable: typeof Exposes.defineInjectable;
52
50
  defineService: typeof Exposes.defineService;
53
- ServiceLocator: typeof Exposes.ServiceLocator;
54
51
  Http: typeof Exposes.Http;
55
- HttpBuilder: typeof Exposes.HttpBuilder;
56
52
  http: typeof Exposes.http;
53
+ HttpBuilder: typeof Exposes.HttpBuilder;
57
54
  Inject: typeof Exposes.Inject;
58
55
  Injectable: typeof Exposes.Injectable;
56
+ isInjectable: typeof Exposes.isInjectable;
57
+ ServiceContainer: typeof Exposes.ServiceContainer;
58
+ ServiceContainerContext: typeof Exposes.ServiceContainerContext;
59
+ ServiceLocator: typeof Exposes.ServiceLocator;
59
60
  useInject: typeof Exposes.useInject;
60
61
  useProvide: typeof Exposes.useProvide;
61
- isInjectable: typeof Exposes.isInjectable;
62
62
  Broadcast: typeof Exposes.Broadcast;
63
+ ObjectMerger: typeof Exposes.ObjectMerger;
63
64
  Extend: Models.IExtend;
64
65
  registerApi: typeof Exposes.registerApi;
65
66
  ManifestResourceLoader: typeof Exposes.ManifestResourceLoader;
66
- Provide<T>(classType: any, constructorArgs?: T): any;
67
67
  injectByTypeId(typeId: Models.guid): any;
68
- ObjectMerger: typeof Exposes.ObjectMerger;
68
+ Provide<T>(classType: any, constructorArgs?: T): any;
69
69
  Cookies: typeof Exposes.Cookies;
70
- LocalStorage: typeof Exposes.LocalStorage;
71
70
  Encoder: typeof Exposes.Encoder;
72
- Require: typeof Exposes.Require;
71
+ LocalStorage: typeof Exposes.LocalStorage;
73
72
  propertyPath<StartType, TargetType = any>(): <Path extends string>(propertyPathToCheck: Exposes.PropPathCheckTargetType<StartType, Path, TargetType>) => string;
74
73
  propertyPathValue: <T, P extends string>(obj: T, path: Exposes.PropPathCheckTargetType<T, P, Exposes.PropPathType<T, P>>) => Exposes.PropPathType<T, P>;
74
+ Require: typeof Exposes.Require;
75
+ Console: typeof Exposes.Console;
76
+ ConsoleUIService: typeof Exposes.ConsoleUIService;
77
+ GraphClient: typeof Exposes.GraphClient;
78
+ useOmniaClient(serviceId?: Models.guid): Exposes.HttpClient;
79
+ HttpContextProviderCollection: typeof Exposes.HttpContextProviderCollection;
80
+ HttpClient: typeof Exposes.HttpClient;
75
81
  MessageBusTopicMediator: typeof Exposes.MessageBusTopicMediator;
76
82
  MessageBus: typeof Exposes.MessageBus;
77
83
  SubscriptionHandler: typeof Exposes.SubscriptionHandler;
78
84
  MessageBusExposeOnlyPublication: typeof Exposes.MessageBusExposeOnlyPublication;
79
85
  MessageBusExposeOnlySubscription: typeof Exposes.MessageBusExposeOnlySubscription;
80
86
  Topics: typeof Exposes.Topics;
81
- useOmniaClient(serviceId?: Models.guid): Exposes.HttpClient;
82
- HttpContextProviderCollection: typeof Exposes.HttpContextProviderCollection;
83
- HttpClient: typeof Exposes.HttpClient;
84
- MD5Util: typeof Exposes.MD5Util;
85
- WebUtils: typeof Exposes.WebUtils;
86
- Utils: typeof Exposes.Utils;
87
- EnterprisePropertyHandler: typeof Exposes.EnterprisePropertyHandler;
88
- MigrationUtils: typeof Exposes.MigrationUtils;
89
- UserAgentUtils: typeof Exposes.UserAgentUtils;
90
- Console: typeof Exposes.Console;
91
- ConsoleUIService: typeof Exposes.ConsoleUIService;
92
87
  ServiceManifestProvider: typeof Exposes.ServiceManifestProvider;
93
88
  NamedPropertyOperationsFactory: typeof Exposes.NamedPropertyOperationsFactory;
94
89
  IBusinessProfileFactory: typeof Exposes.IBusinessProfileFactory;
@@ -105,8 +100,13 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
105
100
  AuthenticationSessionService: typeof Exposes.AuthenticationSessionService;
106
101
  mergeLocaliation(srcObj: object, desObj: object): void;
107
102
  LocalizationServiceProviders: typeof Exposes.LocalizationServiceProviders;
108
- GraphClient: typeof Exposes.GraphClient;
109
103
  createEventHook<T = any>(): Exposes.EventHook<T>;
104
+ MD5Util: typeof Exposes.MD5Util;
105
+ WebUtils: typeof Exposes.WebUtils;
106
+ Utils: typeof Exposes.Utils;
107
+ EnterprisePropertyHandler: typeof Exposes.EnterprisePropertyHandler;
108
+ MigrationUtils: typeof Exposes.MigrationUtils;
109
+ UserAgentUtils: typeof Exposes.UserAgentUtils;
110
110
  registerVuePlugin(plugin: (((app: import("vue").App, ...options: any[]) => any) & {
111
111
  install?: (app: import("vue").App, ...options: any[]) => any;
112
112
  }) | {
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./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":["AnalyticService","OmniaService"]},"./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/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","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","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","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","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/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./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":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"}},"./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/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","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","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","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","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/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/directives/Focus.js":{"id":"./node_modules/@omnia/fx/ux/directives/focus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FocusDirective","registerFocusDirective"]},"./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":["useInputLanguageStore"]},"./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","defineBlade","useJourneyBladeComponentHost","useJourneyBladeContext","useJourneyMenuStore","useJourneyRouterStore","useJourneySelectStore","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","ColumnsSectionSettings","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","JourneyBlockAdvancedSettings","JourneyBlockSettings","JourneyBlockStylesSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter","useSettingsMenuStore"]},"./node_modules/@omnia/fx/ux/mediarenderer/MediaRendererComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediarenderer/mediarenderercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["default"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","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","LinkElement","LinkPickerProviderContext","LinkPickerStyle","LocalizationAdminStyles","LocalizationInputStyles","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/oxide/appbar/Appbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/appbar/appbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/avatar/Avatar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/avatar/avatar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/breadcrumbs/Breadcrumbs.css":{"id":"./node_modules/@omnia/fx/ux/oxide/breadcrumbs/breadcrumbs.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btngroup/ButtonGroup.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btngroup/buttongroup.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/checkbox/Checkbox.css":{"id":"./node_modules/@omnia/fx/ux/oxide/checkbox/checkbox.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/chip/Chip.css":{"id":"./node_modules/@omnia/fx/ux/oxide/chip/chip.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/colorpicker/ColorPicker.css":{"id":"./node_modules/@omnia/fx/ux/oxide/colorpicker/colorpicker.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/datatable/DataTable.css":{"id":"./node_modules/@omnia/fx/ux/oxide/datatable/datatable.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/dialog/Dialog.css":{"id":"./node_modules/@omnia/fx/ux/oxide/dialog/dialog.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/expansionpanel/ExpansionPanel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/expansionpanel/expansionpanel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/icon/Icon.css":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/inputfield/InputField.css":{"id":"./node_modules/@omnia/fx/ux/oxide/inputfield/inputfield.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/list/List.css":{"id":"./node_modules/@omnia/fx/ux/oxide/list/list.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/panel/Panel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/panel/panel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/radio/Radio.css":{"id":"./node_modules/@omnia/fx/ux/oxide/radio/radio.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/rangeslider/RangeSlider.css":{"id":"./node_modules/@omnia/fx/ux/oxide/rangeslider/rangeslider.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/select/Select.css":{"id":"./node_modules/@omnia/fx/ux/oxide/select/select.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/skeletonloader/SkeletonLoader.css":{"id":"./node_modules/@omnia/fx/ux/oxide/skeletonloader/skeletonloader.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/slider/Slider.css":{"id":"./node_modules/@omnia/fx/ux/oxide/slider/slider.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/splitpane/Splitpane.css":{"id":"./node_modules/@omnia/fx/ux/oxide/splitpane/splitpane.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/stepper/Stepper.css":{"id":"./node_modules/@omnia/fx/ux/oxide/stepper/stepper.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/switch/Switch.css":{"id":"./node_modules/@omnia/fx/ux/oxide/switch/switch.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/tab/Tab.css":{"id":"./node_modules/@omnia/fx/ux/oxide/tab/tab.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/table/Table.css":{"id":"./node_modules/@omnia/fx/ux/oxide/table/table.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/textarea/TextArea.css":{"id":"./node_modules/@omnia/fx/ux/oxide/textarea/textarea.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/toolbar/Toolbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/toolbar/toolbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/treeview/Treeview.css":{"id":"./node_modules/@omnia/fx/ux/oxide/treeview/treeview.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./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/Styles.stylex.js":{"id":"./node_modules/@omnia/fx/ux/styles.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["createStylex","cssRules","mergeCssRules","styleToString"]},"./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/TokenRouterApi.js":{"id":"./node_modules/@omnia/fx/ux/tokenrouterapi.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TokenRouterRegistration"]},"./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/VuetifyLoader.js":{"id":"6d44449b-1d31-49c9-9c43-3c5eb9adc9e4","buildMeta":{"exportsType":"namespace"},"expo.js":["VuetifyComponentLoader"]},"./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/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxBootstrapper.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/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/directives/Focus.js":{"id":"./node_modules/@omnia/fx/ux/directives/focus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FocusDirective","registerFocusDirective"]},"./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":["useInputLanguageStore"]},"./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","defineBlade","useJourneyBladeComponentHost","useJourneyBladeContext","useJourneyMenuStore","useJourneyRouterStore","useJourneySelectStore","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","ColumnsSectionSettings","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","JourneyBlockAdvancedSettings","JourneyBlockSettings","JourneyBlockStylesSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter","useSettingsMenuStore"]},"./node_modules/@omnia/fx/ux/mediarenderer/MediaRendererComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediarenderer/mediarenderercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["default"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","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","LinkElement","LinkPickerProviderContext","LinkPickerStyle","LocalizationAdminStyles","LocalizationInputStyles","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/oxide/appbar/Appbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/appbar/appbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/avatar/Avatar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/avatar/avatar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/breadcrumbs/Breadcrumbs.css":{"id":"./node_modules/@omnia/fx/ux/oxide/breadcrumbs/breadcrumbs.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btngroup/ButtonGroup.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btngroup/buttongroup.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/checkbox/Checkbox.css":{"id":"./node_modules/@omnia/fx/ux/oxide/checkbox/checkbox.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/chip/Chip.css":{"id":"./node_modules/@omnia/fx/ux/oxide/chip/chip.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/colorpicker/ColorPicker.css":{"id":"./node_modules/@omnia/fx/ux/oxide/colorpicker/colorpicker.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/datatable/DataTable.css":{"id":"./node_modules/@omnia/fx/ux/oxide/datatable/datatable.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/dialog/Dialog.css":{"id":"./node_modules/@omnia/fx/ux/oxide/dialog/dialog.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/expansionpanel/ExpansionPanel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/expansionpanel/expansionpanel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/icon/Icon.css":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/inputfield/InputField.css":{"id":"./node_modules/@omnia/fx/ux/oxide/inputfield/inputfield.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/list/List.css":{"id":"./node_modules/@omnia/fx/ux/oxide/list/list.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/panel/Panel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/panel/panel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/radio/Radio.css":{"id":"./node_modules/@omnia/fx/ux/oxide/radio/radio.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/rangeslider/RangeSlider.css":{"id":"./node_modules/@omnia/fx/ux/oxide/rangeslider/rangeslider.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/select/Select.css":{"id":"./node_modules/@omnia/fx/ux/oxide/select/select.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/skeletonloader/SkeletonLoader.css":{"id":"./node_modules/@omnia/fx/ux/oxide/skeletonloader/skeletonloader.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/slider/Slider.css":{"id":"./node_modules/@omnia/fx/ux/oxide/slider/slider.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/splitpane/Splitpane.css":{"id":"./node_modules/@omnia/fx/ux/oxide/splitpane/splitpane.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/stepper/Stepper.css":{"id":"./node_modules/@omnia/fx/ux/oxide/stepper/stepper.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/switch/Switch.css":{"id":"./node_modules/@omnia/fx/ux/oxide/switch/switch.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/tab/Tab.css":{"id":"./node_modules/@omnia/fx/ux/oxide/tab/tab.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/table/Table.css":{"id":"./node_modules/@omnia/fx/ux/oxide/table/table.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/textarea/TextArea.css":{"id":"./node_modules/@omnia/fx/ux/oxide/textarea/textarea.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/toolbar/Toolbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/toolbar/toolbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/treeview/Treeview.css":{"id":"./node_modules/@omnia/fx/ux/oxide/treeview/treeview.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./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/shared-mobile/stylex/index.js":{"id":"./node_modules/@omnia/fx/ux/shared-mobile/stylex/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Stylex","registerStylexProvider"]},"./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/Styles.stylex.js":{"id":"./node_modules/@omnia/fx/ux/styles.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Stylex"]},"./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/TokenRouterApi.js":{"id":"./node_modules/@omnia/fx/ux/tokenrouterapi.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TokenRouterRegistration"]},"./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/VuetifyLoader.js":{"id":"6d44449b-1d31-49c9-9c43-3c5eb9adc9e4","buildMeta":{"exportsType":"namespace"},"expo.js":["VuetifyComponentLoader"]},"./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/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxBootstrapper.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
@@ -1,6 +1,5 @@
1
1
  import { types } from "typestyle";
2
2
  import { NestedCSSPropertiesExtends } from "@omnia/fx/models";
3
- import { mergeCssRules } from "./Styles.stylex";
4
3
  type CSSClassNames<T extends string> = {
5
4
  [P in T]?: string | any;
6
5
  };
@@ -13,160 +12,6 @@ type ReturnStyleFlow<T> = {
13
12
  [K in keyof T]: T[K] extends (...args: infer U) => any ? (...args: U) => string : string;
14
13
  };
15
14
  export declare namespace StyleFlow {
16
- export const rules: {
17
- position(position: string): import("./Styles.stylex").StylexValue;
18
- textFillColor(textFillColor: string): import("./Styles.stylex").StylexValue;
19
- backgroundClip(backgroundClip: string, important?: boolean): import("./Styles.stylex").StylexValue;
20
- fontFamily(fontFamily: string): import("./Styles.stylex").StylexValue;
21
- flexBasis(flexBasis: string | number): import("./Styles.stylex").StylexValue;
22
- flexGrow(flexGrow: number): import("./Styles.stylex").StylexValue;
23
- maxWidth(maxWidth: string): import("./Styles.stylex").StylexValue;
24
- alignSelf(alignSelf: string): import("./Styles.stylex").StylexValue;
25
- minWidth: (minWidth: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
26
- flex: (flex: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
27
- justifyContent(justifyContent: string): import("./Styles.stylex").StylexValue;
28
- flexWrap(flexWrap: string): import("./Styles.stylex").StylexValue;
29
- rowGap(rowGap: string): import("./Styles.stylex").StylexValue;
30
- columnGap(columnGap: string): import("./Styles.stylex").StylexValue;
31
- flexDirection(flexDirection: string): import("./Styles.stylex").StylexValue;
32
- width: (width: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
33
- height: (height: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
34
- maxHeight: (maxHeight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
35
- minHeight(minHeight: string | number): import("./Styles.stylex").StylexValue;
36
- alignItems(alignItems: string): import("./Styles.stylex").StylexValue;
37
- boxSizing(boxSizing: string): import("./Styles.stylex").StylexValue;
38
- display(display: string): import("./Styles.stylex").StylexValue;
39
- wordBreak(wordBreak: string): import("./Styles.stylex").StylexValue;
40
- fontStyle(fontstyle: string): import("./Styles.stylex").StylexValue;
41
- whiteSpace(whiteSpace: string): import("./Styles.stylex").StylexValue;
42
- backDropFilter(backDropFilter: string): import("./Styles.stylex").StylexValue;
43
- transition(transition: string): import("./Styles.stylex").StylexValue;
44
- transform(transform: string): import("./Styles.stylex").StylexValue;
45
- fontSize: (fontSize: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
46
- fontWeight(fontWeight: number): import("./Styles.stylex").StylexValue;
47
- lineHeight(lineHeight: string): import("./Styles.stylex").StylexValue;
48
- letterSpacing(letterSpacing: string): import("./Styles.stylex").StylexValue;
49
- textDecoration: (textDecoration: string, important?: boolean) => import("./Styles.stylex").StylexValue;
50
- background: (background: string, important?: boolean) => import("./Styles.stylex").StylexValue;
51
- opacity(opacity: string | number): import("./Styles.stylex").StylexValue;
52
- backgroundImage(backgroundImage: string, important?: boolean): import("./Styles.stylex").StylexValue;
53
- backgroundPosition(backgroundPosition: string, important?: boolean): import("./Styles.stylex").StylexValue;
54
- backgroundRepeat(backgroundRepeat: string, important?: boolean): import("./Styles.stylex").StylexValue;
55
- backgroundSize(backgroundSize: string, important?: boolean): import("./Styles.stylex").StylexValue;
56
- backgroundColor: (backgroundColor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
57
- color: (color: string, important?: boolean) => import("./Styles.stylex").StylexValue;
58
- borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
59
- borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
60
- borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
61
- borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
62
- border: (value: {
63
- top?: string | number;
64
- right?: string | number;
65
- bottom?: string | number;
66
- left?: string | number;
67
- } | string) => Readonly<import("./Styles.stylex").StylexValue>;
68
- margin: (value: {
69
- top?: string | number;
70
- right?: string | number;
71
- bottom?: string | number;
72
- left?: string | number;
73
- } | string | number, important?: boolean) => Readonly<import("./Styles.stylex").StylexValue>;
74
- marginLeft: (marginLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
75
- marginBottom: (marginBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
76
- marginRight: (marginRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
77
- marginTop: (marginTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
78
- padding: (value: {
79
- top?: string | number;
80
- right?: string | number;
81
- bottom?: string | number;
82
- left?: string | number;
83
- } | string | number, important?: boolean) => Readonly<import("./Styles.stylex").StylexValue>;
84
- paddingLeft: (paddingLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
85
- paddingRight: (paddingRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
86
- paddingBottom: (paddingBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
87
- paddingTop: (paddingTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
88
- borderLeft: (borderLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
89
- borderRight: (borderRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
90
- borderBottom: (borderBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
91
- borderTop: (borderTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
92
- borderRadius(borderRadius: string | number): import("./Styles.stylex").StylexValue;
93
- textTransform(textTransform: string): import("./Styles.stylex").StylexValue;
94
- lineCamp(lineCamp: number): import("./Styles.stylex").StylexValue;
95
- overflow: (overflow: string, important?: boolean) => import("./Styles.stylex").StylexValue;
96
- overflowY: (overflowY: string, important?: boolean) => import("./Styles.stylex").StylexValue;
97
- overflowX: (overflowX: string, important?: boolean) => import("./Styles.stylex").StylexValue;
98
- boxOrient(boxOrient: string): import("./Styles.stylex").StylexValue;
99
- cursor: (cursor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
100
- top: (top: number | string, important?: boolean) => import("./Styles.stylex").StylexValue;
101
- bottom: (bottom: number | string, important?: boolean) => import("./Styles.stylex").StylexValue;
102
- left(left: number | string): import("./Styles.stylex").StylexValue;
103
- right: (right: number | string, important?: boolean) => import("./Styles.stylex").StylexValue;
104
- zIndex(zIndex: number, important?: boolean): import("./Styles.stylex").StylexValue;
105
- visibility(visibility: "visible" | "hidden" | "collapse" | "initial" | "inherit"): import("./Styles.stylex").StylexValue;
106
- textAlign(textAlign: string): import("./Styles.stylex").StylexValue;
107
- transformOrigin(transformOrigin: string): import("./Styles.stylex").StylexValue;
108
- borderColor(borderColor: string): import("./Styles.stylex").StylexValue;
109
- pointerEvents(pointerEvents: string): import("./Styles.stylex").StylexValue;
110
- verticalAlign(verticalAlign: string): import("./Styles.stylex").StylexValue;
111
- textOverflow(textOverflow: string): import("./Styles.stylex").StylexValue;
112
- flexShrink(flexShrink: string | number): import("./Styles.stylex").StylexValue;
113
- boxShadow: (boxShadow: string) => import("./Styles.stylex").StylexValue;
114
- gridTemplateColumns(gridTemplateColumns: string | number): import("./Styles.stylex").StylexValue;
115
- objectFit(objectFit: string): import("./Styles.stylex").StylexValue;
116
- hover: {
117
- opacity: (opacity: string, important?: boolean) => import("./Styles.stylex").StylexValue;
118
- cursor: (cursor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
119
- transform: (transform: string) => import("./Styles.stylex").StylexValue;
120
- background: (background: string) => import("./Styles.stylex").StylexValue;
121
- backgroundColor: (backgroundColor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
122
- boxShadow: (boxShadow: string) => import("./Styles.stylex").StylexValue;
123
- textDecoration: (textDecoration: string, important?: boolean) => import("./Styles.stylex").StylexValue;
124
- };
125
- nest: {
126
- iframe: {
127
- paddingLeft: (paddingLeft: string | number) => import("./Styles.stylex").StylexValue;
128
- paddingRight: (paddingRight: string | number) => import("./Styles.stylex").StylexValue;
129
- paddingBottom: (paddingBottom: string | number) => import("./Styles.stylex").StylexValue;
130
- paddingTop: (paddingTop: string | number) => import("./Styles.stylex").StylexValue;
131
- };
132
- };
133
- after: {};
134
- before: {};
135
- media: {
136
- sm: {
137
- maxHeight: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
138
- height: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
139
- maxWidth: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
140
- width: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
141
- fontSize: (fontSize: string, important?: boolean) => import("./Styles.stylex").StylexValue;
142
- fontWeight: (fontWeight: number, important?: boolean) => import("./Styles.stylex").StylexValue;
143
- lineHeight: (lineHeight: string, important?: boolean) => import("./Styles.stylex").StylexValue;
144
- letterSpacing: (letterSpacing: string, important?: boolean) => import("./Styles.stylex").StylexValue;
145
- };
146
- md: {
147
- maxHeight: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
148
- height: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
149
- maxWidth: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
150
- width: (value: string, important?: boolean) => import("./Styles.stylex").StylexValue;
151
- fontSize: (fontSize: string, important?: boolean) => import("./Styles.stylex").StylexValue;
152
- fontWeight: (fontWeight: number, important?: boolean) => import("./Styles.stylex").StylexValue;
153
- lineHeight: (lineHeight: string, important?: boolean) => import("./Styles.stylex").StylexValue;
154
- letterSpacing: (letterSpacing: string, important?: boolean) => import("./Styles.stylex").StylexValue;
155
- };
156
- lg: {
157
- fontSize: (fontSize: string, important?: boolean) => import("./Styles.stylex").StylexValue;
158
- fontWeight: (fontWeight: number, important?: boolean) => import("./Styles.stylex").StylexValue;
159
- lineHeight: (lineHeight: string, important?: boolean) => import("./Styles.stylex").StylexValue;
160
- letterSpacing: (letterSpacing: string, important?: boolean) => import("./Styles.stylex").StylexValue;
161
- };
162
- };
163
- container: {
164
- sm: {};
165
- md: {};
166
- lg: {};
167
- };
168
- };
169
- export const mergeRules: typeof mergeCssRules;
170
15
  export function define<TCSSClasses extends CSSClasses<any> = any>(targetCSSClasses: TCSSClasses, classes?: TCSSClasses, prefixClassName?: string): TCSSClasses;
171
16
  export function override<T extends CSSClassesExtends<string>>(target: T): InternalStyleFlow.StyleOverride<T>;
172
17
  export function use<Names extends string, T extends CSSClassesExtends<Names>>(targetCSSClasses: T, ...mergeCSSClasses: Array<CSSClassesExtends<Names>>): ReturnStyleFlow<T>;
@@ -1,159 +1,2 @@
1
1
  import "./Styles.stylex.css";
2
- import { type CSSProperties as StylexCssProperties } from "@stylexjs/stylex/lib/StyleXCSSTypes";
3
- export type StylexValue = {
4
- class?: string;
5
- style?: Readonly<{
6
- [$$Key$$: string]: string | number;
7
- }>;
8
- };
9
- export type CSSProperties = {
10
- -readonly [k in keyof StylexCssProperties]: StylexCssProperties[k];
11
- };
12
- type SpacingStylexType = {
13
- top?: string | number;
14
- right?: string | number;
15
- bottom?: string | number;
16
- left?: string | number;
17
- };
18
- export declare function styleToString(styles: CSSProperties): string;
19
- export declare function mergeCssRules(...styles: ReadonlyArray<StylexValue>): Readonly<StylexValue>;
20
- export declare function createStylex(cssProperties: StylexCssProperties): StylexValue;
21
- export declare const cssRules: {
22
- position(position: string): StylexValue;
23
- textFillColor(textFillColor: string): StylexValue;
24
- backgroundClip(backgroundClip: string, important?: boolean): StylexValue;
25
- fontFamily(fontFamily: string): StylexValue;
26
- flexBasis(flexBasis: string | number): StylexValue;
27
- flexGrow(flexGrow: number): StylexValue;
28
- maxWidth(maxWidth: string): StylexValue;
29
- alignSelf(alignSelf: string): StylexValue;
30
- minWidth: (minWidth: string | number, important?: boolean) => StylexValue;
31
- flex: (flex: string | number, important?: boolean) => StylexValue;
32
- justifyContent(justifyContent: string): StylexValue;
33
- flexWrap(flexWrap: string): StylexValue;
34
- rowGap(rowGap: string): StylexValue;
35
- columnGap(columnGap: string): StylexValue;
36
- flexDirection(flexDirection: string): StylexValue;
37
- width: (width: string | number, important?: boolean) => StylexValue;
38
- height: (height: string | number, important?: boolean) => StylexValue;
39
- maxHeight: (maxHeight: string | number, important?: boolean) => StylexValue;
40
- minHeight(minHeight: string | number): StylexValue;
41
- alignItems(alignItems: string): StylexValue;
42
- boxSizing(boxSizing: string): StylexValue;
43
- display(display: string): StylexValue;
44
- wordBreak(wordBreak: string): StylexValue;
45
- fontStyle(fontstyle: string): StylexValue;
46
- whiteSpace(whiteSpace: string): StylexValue;
47
- backDropFilter(backDropFilter: string): StylexValue;
48
- transition(transition: string): StylexValue;
49
- transform(transform: string): StylexValue;
50
- fontSize: (fontSize: string | number, important?: boolean) => StylexValue;
51
- fontWeight(fontWeight: number): StylexValue;
52
- lineHeight(lineHeight: string): StylexValue;
53
- letterSpacing(letterSpacing: string): StylexValue;
54
- textDecoration: (textDecoration: string, important?: boolean) => StylexValue;
55
- background: (background: string, important?: boolean) => StylexValue;
56
- opacity(opacity: string | number): StylexValue;
57
- backgroundImage(backgroundImage: string, important?: boolean): StylexValue;
58
- backgroundPosition(backgroundPosition: string, important?: boolean): StylexValue;
59
- backgroundRepeat(backgroundRepeat: string, important?: boolean): StylexValue;
60
- backgroundSize(backgroundSize: string, important?: boolean): StylexValue;
61
- backgroundColor: (backgroundColor: string, important?: boolean) => StylexValue;
62
- color: (color: string, important?: boolean) => StylexValue;
63
- borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => StylexValue;
64
- borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => StylexValue;
65
- borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => StylexValue;
66
- borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => StylexValue;
67
- border: (value: SpacingStylexType | string) => Readonly<StylexValue>;
68
- margin: (value: SpacingStylexType | string | number, important?: boolean) => Readonly<StylexValue>;
69
- marginLeft: (marginLeft: string | number, important?: boolean) => StylexValue;
70
- marginBottom: (marginBottom: string | number, important?: boolean) => StylexValue;
71
- marginRight: (marginRight: string | number, important?: boolean) => StylexValue;
72
- marginTop: (marginTop: string | number, important?: boolean) => StylexValue;
73
- padding: (value: SpacingStylexType | string | number, important?: boolean) => Readonly<StylexValue>;
74
- paddingLeft: (paddingLeft: string | number, important?: boolean) => StylexValue;
75
- paddingRight: (paddingRight: string | number, important?: boolean) => StylexValue;
76
- paddingBottom: (paddingBottom: string | number, important?: boolean) => StylexValue;
77
- paddingTop: (paddingTop: string | number, important?: boolean) => StylexValue;
78
- borderLeft: (borderLeft: string | number, important?: boolean) => StylexValue;
79
- borderRight: (borderRight: string | number, important?: boolean) => StylexValue;
80
- borderBottom: (borderBottom: string | number, important?: boolean) => StylexValue;
81
- borderTop: (borderTop: string | number, important?: boolean) => StylexValue;
82
- borderRadius(borderRadius: string | number): StylexValue;
83
- textTransform(textTransform: string): StylexValue;
84
- lineCamp(lineCamp: number): StylexValue;
85
- overflow: (overflow: string, important?: boolean) => StylexValue;
86
- overflowY: (overflowY: string, important?: boolean) => StylexValue;
87
- overflowX: (overflowX: string, important?: boolean) => StylexValue;
88
- boxOrient(boxOrient: string): StylexValue;
89
- cursor: (cursor: string, important?: boolean) => StylexValue;
90
- top: (top: number | string, important?: boolean) => StylexValue;
91
- bottom: (bottom: number | string, important?: boolean) => StylexValue;
92
- left(left: number | string): StylexValue;
93
- right: (right: number | string, important?: boolean) => StylexValue;
94
- zIndex(zIndex: number, important?: boolean): StylexValue;
95
- visibility(visibility: "visible" | "hidden" | "collapse" | "initial" | "inherit"): StylexValue;
96
- textAlign(textAlign: string): StylexValue;
97
- transformOrigin(transformOrigin: string): StylexValue;
98
- borderColor(borderColor: string): StylexValue;
99
- pointerEvents(pointerEvents: string): StylexValue;
100
- verticalAlign(verticalAlign: string): StylexValue;
101
- textOverflow(textOverflow: string): StylexValue;
102
- flexShrink(flexShrink: string | number): StylexValue;
103
- boxShadow: (boxShadow: string) => StylexValue;
104
- gridTemplateColumns(gridTemplateColumns: string | number): StylexValue;
105
- objectFit(objectFit: string): StylexValue;
106
- hover: {
107
- opacity: (opacity: string, important?: boolean) => StylexValue;
108
- cursor: (cursor: string, important?: boolean) => StylexValue;
109
- transform: (transform: string) => StylexValue;
110
- background: (background: string) => StylexValue;
111
- backgroundColor: (backgroundColor: string, important?: boolean) => StylexValue;
112
- boxShadow: (boxShadow: string) => StylexValue;
113
- textDecoration: (textDecoration: string, important?: boolean) => StylexValue;
114
- };
115
- nest: {
116
- iframe: {
117
- paddingLeft: (paddingLeft: string | number) => StylexValue;
118
- paddingRight: (paddingRight: string | number) => StylexValue;
119
- paddingBottom: (paddingBottom: string | number) => StylexValue;
120
- paddingTop: (paddingTop: string | number) => StylexValue;
121
- };
122
- };
123
- after: {};
124
- before: {};
125
- media: {
126
- sm: {
127
- maxHeight: (value: string, important?: boolean) => StylexValue;
128
- height: (value: string, important?: boolean) => StylexValue;
129
- maxWidth: (value: string, important?: boolean) => StylexValue;
130
- width: (value: string, important?: boolean) => StylexValue;
131
- fontSize: (fontSize: string, important?: boolean) => StylexValue;
132
- fontWeight: (fontWeight: number, important?: boolean) => StylexValue;
133
- lineHeight: (lineHeight: string, important?: boolean) => StylexValue;
134
- letterSpacing: (letterSpacing: string, important?: boolean) => StylexValue;
135
- };
136
- md: {
137
- maxHeight: (value: string, important?: boolean) => StylexValue;
138
- height: (value: string, important?: boolean) => StylexValue;
139
- maxWidth: (value: string, important?: boolean) => StylexValue;
140
- width: (value: string, important?: boolean) => StylexValue;
141
- fontSize: (fontSize: string, important?: boolean) => StylexValue;
142
- fontWeight: (fontWeight: number, important?: boolean) => StylexValue;
143
- lineHeight: (lineHeight: string, important?: boolean) => StylexValue;
144
- letterSpacing: (letterSpacing: string, important?: boolean) => StylexValue;
145
- };
146
- lg: {
147
- fontSize: (fontSize: string, important?: boolean) => StylexValue;
148
- fontWeight: (fontWeight: number, important?: boolean) => StylexValue;
149
- lineHeight: (lineHeight: string, important?: boolean) => StylexValue;
150
- letterSpacing: (letterSpacing: string, important?: boolean) => StylexValue;
151
- };
152
- };
153
- container: {
154
- sm: {};
155
- md: {};
156
- lg: {};
157
- };
158
- };
159
- export {};
2
+ export { Stylex, type StylexValue, type CSSProperties } from "./shared-mobile/stylex";