@omnia/fx 8.0.430-dev → 8.0.432-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/Provide.d.ts +0 -12
- package/internal-do-not-import-from-here/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
- package/internal-do-not-import-from-here/index.d.ts +1 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ButtonsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.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/store/IconStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
- package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -10
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
- /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.d.ts} +0 -0
@@ -10,15 +10,3 @@
|
|
10
10
|
* Provide<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
|
11
11
|
*/
|
12
12
|
export declare function Provide<T>(classType: any, constructorArgs?: T): any;
|
13
|
-
/**
|
14
|
-
* Provide an instance of the specifed type. That instance will available to lower level inject it.
|
15
|
-
*
|
16
|
-
* @param provide - Type to inject
|
17
|
-
* @param constructorArgs - Optional arguments for the constructor, by naming convention an interface should be supplied specifying the expected parameters
|
18
|
-
* the name of the interface should follow <classType>Constructor i.e.
|
19
|
-
* Type: HttpClient, if supporting constructor arguments an interface named: "HttpClientConstructor" should be supplied.
|
20
|
-
*
|
21
|
-
* E.g.:
|
22
|
-
* useInject<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
|
23
|
-
*/
|
24
|
-
export declare function 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;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export { Broadcast, ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Http, HttpBuilder, http, Inject, Injectable, useInject,
|
1
|
+
export { Broadcast, ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Http, HttpBuilder, http, Inject, Injectable, useInject, useProvide, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
2
2
|
export { Extend, registerApi } from "./Extend";
|
3
3
|
export * from "./Provide";
|
4
4
|
export * from "./Factory";
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { DateOperator, FirstDayOfWeeks, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
|
2
2
|
export declare namespace Utils {
|
3
3
|
function asyncForEach<T>(array: Array<T>, callback: (item: T, index?: number, items?: Array<T>) => Promise<void>): Promise<void>;
|
4
|
-
function isPromise(val: any):
|
5
|
-
function isString(target: any):
|
6
|
-
function isNumber(target: any):
|
4
|
+
function isPromise(val: any): val is Promise<any>;
|
5
|
+
function isString(target: any): target is string;
|
6
|
+
function isNumber(target: any): target is number;
|
7
7
|
/**
|
8
8
|
* Check if object is null or undefined
|
9
9
|
*/
|
@@ -55,13 +55,12 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
55
55
|
Inject: typeof Exposes.Inject;
|
56
56
|
Injectable: typeof Exposes.Injectable;
|
57
57
|
useInject: typeof Exposes.useInject;
|
58
|
-
|
58
|
+
useProvide: typeof Exposes.useProvide;
|
59
59
|
isInjectable: typeof Exposes.isInjectable;
|
60
60
|
Extend: Models.IExtend;
|
61
61
|
registerApi: typeof Exposes.registerApi;
|
62
62
|
ManifestResourceLoader: typeof Exposes.ManifestResourceLoader;
|
63
63
|
Provide<T>(classType: any, constructorArgs?: T): any;
|
64
|
-
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;
|
65
64
|
injectByTypeId(typeId: Models.guid): any;
|
66
65
|
ObjectMerger: typeof Exposes.ObjectMerger;
|
67
66
|
Cookies: typeof Exposes.Cookies;
|
@@ -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","
|
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"]}}}
|
@@ -170,6 +170,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
|
|
170
170
|
clock: import("@omnia/fx-models").FontAwesomeIcon;
|
171
171
|
timeCircle: import("@omnia/fx-models").FontAwesomeIcon;
|
172
172
|
languages: import("@omnia/fx-models").FontAwesomeIcon;
|
173
|
+
exchange: import("@omnia/fx-models").FontAwesomeIcon;
|
173
174
|
};
|
174
175
|
system: {
|
175
176
|
settings: {
|
@@ -1,9 +1,20 @@
|
|
1
1
|
import { AppInstance } from "@omnia/fx-models";
|
2
|
+
import { IValidator } from "@omnia/fx/ux";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
item?: AppInstance;
|
4
|
-
}
|
5
|
+
} & {
|
6
|
+
validator?: IValidator;
|
7
|
+
} & {
|
8
|
+
"emit:update:modelValue": (value: string) => void;
|
9
|
+
} & {
|
10
|
+
"v-model"?: string;
|
11
|
+
} & {
|
12
|
+
modelValue?: string;
|
13
|
+
}> & {
|
14
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
15
|
+
} & {
|
5
16
|
"v-slots"?: {} & Omit<{
|
6
17
|
default?: import("vue").Slot;
|
7
18
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "validator" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
20
|
export default _default;
|
@@ -1,5 +1,23 @@
|
|
1
|
-
import { AppInstance } from "@omnia/fx-models";
|
1
|
+
import { AppInstance, FontAwesomeIcon } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
declare enum SelectedOwnershipTabs {
|
4
|
+
Features = 0,
|
5
|
+
Properties = 1,
|
6
|
+
Permission = 2,
|
7
|
+
Alias = 3
|
8
|
+
}
|
9
|
+
declare enum BladeType {
|
10
|
+
Features = 0,
|
11
|
+
Properties = 1,
|
12
|
+
Permission = 2,
|
13
|
+
Alias = 3
|
14
|
+
}
|
15
|
+
export interface ItemMenuSetting {
|
16
|
+
id: SelectedOwnershipTabs;
|
17
|
+
title: string;
|
18
|
+
icon: FontAwesomeIcon;
|
19
|
+
bladeType: BladeType;
|
20
|
+
}
|
3
21
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
22
|
initialAppInstance?: AppInstance;
|
5
23
|
} & DefineEmit<"refreshAllTabs", () => void>> & {
|
@@ -1,12 +1,13 @@
|
|
1
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
1
|
+
import { IPermissionInputApi, DefineEmit } from "@omnia/fx/ux";
|
2
2
|
import { AppInstance } from "@omnia/fx-models";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
item?: AppInstance;
|
5
|
-
} & DefineEmit<"close", () => void>> & {
|
5
|
+
} & DefineEmit<"getApi", (api: IPermissionInputApi) => void> & DefineEmit<"close", () => void>> & {
|
6
6
|
onClose?: () => any;
|
7
|
+
onGetApi?: (api: IPermissionInputApi) => any;
|
7
8
|
} & {
|
8
9
|
"v-slots"?: {} & Omit<{
|
9
10
|
default?: import("vue").Slot;
|
10
11
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "emit:close" | "emit:getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
13
|
export default _default;
|
@@ -1,4 +1,12 @@
|
|
1
1
|
import { AppInstance } from "@omnia/fx-models";
|
2
|
+
interface StatusFilter {
|
3
|
+
key: string;
|
4
|
+
value?: number;
|
5
|
+
}
|
6
|
+
export interface FeatureFilters {
|
7
|
+
type?: string;
|
8
|
+
status?: StatusFilter;
|
9
|
+
}
|
2
10
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
11
|
item?: AppInstance;
|
4
12
|
}> & {} & {
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { AppInstance } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
item?: AppInstance;
|
4
|
+
}> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { LegacyIconPickerModel } from "@omnia/fx-models";
|
2
2
|
import { PropType } from "vue";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
77
77
|
}>;
|
78
78
|
};
|
79
79
|
icon: {
|
80
|
-
type: PropType<
|
80
|
+
type: PropType<LegacyIconPickerModel>;
|
81
81
|
};
|
82
82
|
options: {
|
83
83
|
type: PropType<object[]>;
|
@@ -169,7 +169,7 @@ declare const _default: {
|
|
169
169
|
}>;
|
170
170
|
};
|
171
171
|
icon: {
|
172
|
-
type: PropType<
|
172
|
+
type: PropType<LegacyIconPickerModel>;
|
173
173
|
};
|
174
174
|
options: {
|
175
175
|
type: PropType<object[]>;
|
@@ -258,7 +258,7 @@ declare const _default: {
|
|
258
258
|
}>;
|
259
259
|
};
|
260
260
|
icon: {
|
261
|
-
type: PropType<
|
261
|
+
type: PropType<LegacyIconPickerModel>;
|
262
262
|
};
|
263
263
|
options: {
|
264
264
|
type: PropType<object[]>;
|
@@ -332,7 +332,7 @@ declare const _default: {
|
|
332
332
|
};
|
333
333
|
}>;
|
334
334
|
};
|
335
|
-
icon?:
|
335
|
+
icon?: LegacyIconPickerModel;
|
336
336
|
modelValue?: number;
|
337
337
|
"v-model"?: number;
|
338
338
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AppInstance, AppTemplate } from "@omnia/fx/models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
4
|
+
} & {
|
5
|
+
listId?: any;
|
6
|
+
} & {
|
7
|
+
editApp?: AppInstance;
|
8
|
+
}> & {} & {
|
9
|
+
"v-slots"?: {} & Omit<{
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
}, never>;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
|
+
export default _default;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AppInstance, AppTemplate } from "@omnia/fx/models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
4
|
+
} & {
|
5
|
+
listId?: any;
|
6
|
+
} & {
|
7
|
+
editApp?: AppInstance;
|
8
|
+
}> & {} & {
|
9
|
+
"v-slots"?: {} & Omit<{
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
}, never>;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
|
+
export default _default;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AppInstance, AppTemplate } from "@omnia/fx/models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
4
|
+
} & {
|
5
|
+
listId?: any;
|
6
|
+
} & {
|
7
|
+
editApp?: AppInstance;
|
8
|
+
}> & {} & {
|
9
|
+
"v-slots"?: {} & Omit<{
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
}, never>;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts
CHANGED
@@ -101,10 +101,10 @@ declare const _default: {
|
|
101
101
|
label?: string;
|
102
102
|
alias?: string;
|
103
103
|
ignoreFromAppId?: guid;
|
104
|
-
wrapperClass?: string;
|
105
104
|
routePrefix?: string;
|
106
105
|
showStartWith?: boolean;
|
107
106
|
tryoutPolicyMode?: boolean;
|
107
|
+
wrapperClass?: string;
|
108
108
|
}>, "onDoc$" | "onAliasChanged"> & {
|
109
109
|
onDoc$?: (description?: string) => any;
|
110
110
|
onAliasChanged?: (alias: string) => any;
|
@@ -35,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
35
35
|
"v-slots"?: {} & Omit<{
|
36
36
|
default?: import("vue").Slot;
|
37
37
|
}, never>;
|
38
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "
|
38
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "wrapperClass" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
39
39
|
export default _default;
|
@@ -4,7 +4,7 @@ export declare const useButtonsEditorStore: () => {
|
|
4
4
|
blueprints: ButtonBlueprints;
|
5
5
|
editingButtonBlueprint: ButtonBlueprint;
|
6
6
|
editingButtonType: ButtonVariant;
|
7
|
-
editingButtonSize: "small" | "
|
7
|
+
editingButtonSize: "small" | "large" | "default";
|
8
8
|
editingButtonBlueprintType: ButtonBlueprintType;
|
9
9
|
strategy: BlueprintsStrategyBase;
|
10
10
|
};
|
@@ -12,7 +12,7 @@ export declare const useButtonsEditorStore: () => {
|
|
12
12
|
blueprints: ButtonBlueprints;
|
13
13
|
editingButtonBlueprint: ButtonBlueprint;
|
14
14
|
editingButtonType: ButtonVariant;
|
15
|
-
editingButtonSize: "small" | "
|
15
|
+
editingButtonSize: "small" | "large" | "default";
|
16
16
|
editingButtonBlueprintType: ButtonBlueprintType;
|
17
17
|
strategy: BlueprintsStrategyBase;
|
18
18
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
@@ -63,7 +63,7 @@ export declare const useComponentsEditorStore: () => {
|
|
63
63
|
blueprints: import("@omnia/fx-models").ButtonBlueprints;
|
64
64
|
editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
|
65
65
|
editingButtonType: import("@omnia/fx-models").ButtonVariant;
|
66
|
-
editingButtonSize: "small" | "
|
66
|
+
editingButtonSize: "small" | "large" | "default";
|
67
67
|
editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
|
68
68
|
strategy: BlueprintsStrategyBase;
|
69
69
|
};
|
@@ -71,7 +71,7 @@ export declare const useComponentsEditorStore: () => {
|
|
71
71
|
blueprints: import("@omnia/fx-models").ButtonBlueprints;
|
72
72
|
editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
|
73
73
|
editingButtonType: import("@omnia/fx-models").ButtonVariant;
|
74
|
-
editingButtonSize: "small" | "
|
74
|
+
editingButtonSize: "small" | "large" | "default";
|
75
75
|
editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
|
76
76
|
strategy: BlueprintsStrategyBase;
|
77
77
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
9
|
} & {
|
10
10
|
selectable?: boolean;
|
11
11
|
} & DefineEmit<"click:select", (size: OIconSizes) => true>> & {
|
12
|
-
"onClick:select"?: (size: "small" | "
|
12
|
+
"onClick:select"?: (size: "small" | "x-small" | "large" | "default" | "x-large") => any;
|
13
13
|
} & {
|
14
14
|
"v-slots"?: {} & Omit<{
|
15
15
|
default?: import("vue").Slot;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
} & {
|
18
18
|
toned?: boolean;
|
19
19
|
} & {
|
20
|
-
size?: "small" | "
|
20
|
+
size?: "small" | "x-small" | "large" | "default" | "x-large";
|
21
21
|
} & {
|
22
22
|
simpleMode?: boolean;
|
23
23
|
} & {
|
@@ -9,7 +9,7 @@ export declare const useIconStyleEditorStore: () => {
|
|
9
9
|
internalModel: IconBlueprint;
|
10
10
|
sizeOption: string;
|
11
11
|
settings: {
|
12
|
-
iconSize: "small" | "
|
12
|
+
iconSize: "small" | "x-small" | "large" | "default" | "x-large";
|
13
13
|
};
|
14
14
|
icon: {
|
15
15
|
scaleSize: number;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { BlueprintVariant, TextFillBlueprints, TextBlueprint, ColorValue, TextFillDefinitionValue } from "@omnia/fx-models";
|
2
|
+
export declare const useTextColorPickerStore: () => {
|
3
|
+
state: {
|
4
|
+
internalModel: TextBlueprint;
|
5
|
+
fillBlueprints: TextFillBlueprints;
|
6
|
+
selectedColorValue: ColorValue;
|
7
|
+
};
|
8
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
9
|
+
internalModel: TextBlueprint;
|
10
|
+
fillBlueprints: TextFillBlueprints;
|
11
|
+
selectedColorValue: ColorValue;
|
12
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
13
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
14
|
+
clearValue(): void;
|
15
|
+
selectValue(value: TextFillDefinitionValue): void;
|
16
|
+
init: (model: TextBlueprint) => void;
|
17
|
+
}>;
|
18
|
+
rules: {
|
19
|
+
isPlaceholder(variant: BlueprintVariant): boolean;
|
20
|
+
};
|
21
|
+
get: {
|
22
|
+
label: (variant: BlueprintVariant) => string;
|
23
|
+
variant: (variant: BlueprintVariant) => any;
|
24
|
+
};
|
25
|
+
} & {
|
26
|
+
dispose?: () => void;
|
27
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare function useComponentBlueprintStrategy(): {
|
2
|
+
roundness: {
|
3
|
+
readonly none: import("@omnia/fx-models").ComponentBlueprints;
|
4
|
+
readonly xs: import("@omnia/fx-models").ComponentBlueprints;
|
5
|
+
readonly s: import("@omnia/fx-models").ComponentBlueprints;
|
6
|
+
readonly m: import("@omnia/fx-models").ComponentBlueprints;
|
7
|
+
readonly l: import("@omnia/fx-models").ComponentBlueprints;
|
8
|
+
readonly full: import("@omnia/fx-models").ComponentBlueprints;
|
9
|
+
};
|
10
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ComponentBlueprintStrategy";
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
|
1
|
+
import { BlueprintsStrategyBase, ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
|
4
4
|
name: string;
|
@@ -33,13 +33,13 @@ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprint
|
|
33
33
|
declare class SquareBlueprintsTemplate implements ComponentBlueprints {
|
34
34
|
id: any;
|
35
35
|
name: any;
|
36
|
-
|
36
|
+
baseStrategy?: BlueprintsStrategyBase;
|
37
37
|
constructor(id: guid, name: string);
|
38
38
|
}
|
39
39
|
declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
40
40
|
id: any;
|
41
41
|
name: any;
|
42
|
-
|
42
|
+
baseStrategy?: BlueprintsStrategyBase;
|
43
43
|
constructor(id: guid, name: string);
|
44
44
|
}
|
45
45
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprint {
|
package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorDefinition } from "@omnia/fx-models";
|
1
|
+
import { ColorDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
export declare function useColorManager(): {
|
3
3
|
isWcagCompliant: (color1: string, color2: string, level: "AA" | "AAA") => boolean;
|
4
4
|
getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ColorManager";
|