@omnia/fx 8.0.157-dev → 8.0.159-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/index.d.ts +37 -36
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, GuidValue } from "../../../models";
|
1
2
|
import "./EnterprisePropertyPickerStyles.css";
|
2
|
-
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem } from "@omnia/fx-models";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"hide-details": {
|
@@ -8,6 +8,14 @@ declare const _default: {
|
|
8
8
|
hideDetails: {
|
9
9
|
type: import("vue").PropType<boolean>;
|
10
10
|
};
|
11
|
+
"excluded-property-type-ids": {
|
12
|
+
type: import("vue").PropType<GuidValue[]>;
|
13
|
+
required: false;
|
14
|
+
};
|
15
|
+
excludedPropertyTypeIds: {
|
16
|
+
type: import("vue").PropType<GuidValue[]>;
|
17
|
+
required: false;
|
18
|
+
};
|
11
19
|
"on-change": {
|
12
20
|
type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
|
13
21
|
};
|
@@ -59,6 +67,14 @@ declare const _default: {
|
|
59
67
|
hideDetails: {
|
60
68
|
type: import("vue").PropType<boolean>;
|
61
69
|
};
|
70
|
+
"excluded-property-type-ids": {
|
71
|
+
type: import("vue").PropType<GuidValue[]>;
|
72
|
+
required: false;
|
73
|
+
};
|
74
|
+
excludedPropertyTypeIds: {
|
75
|
+
type: import("vue").PropType<GuidValue[]>;
|
76
|
+
required: false;
|
77
|
+
};
|
62
78
|
"on-change": {
|
63
79
|
type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
|
64
80
|
};
|
@@ -117,6 +133,14 @@ declare const _default: {
|
|
117
133
|
hideDetails: {
|
118
134
|
type: import("vue").PropType<boolean>;
|
119
135
|
};
|
136
|
+
"excluded-property-type-ids": {
|
137
|
+
type: import("vue").PropType<GuidValue[]>;
|
138
|
+
required: false;
|
139
|
+
};
|
140
|
+
excludedPropertyTypeIds: {
|
141
|
+
type: import("vue").PropType<GuidValue[]>;
|
142
|
+
required: false;
|
143
|
+
};
|
120
144
|
"on-change": {
|
121
145
|
type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
|
122
146
|
};
|
@@ -172,6 +196,14 @@ declare const _default: {
|
|
172
196
|
hideDetails: {
|
173
197
|
type: import("vue").PropType<boolean>;
|
174
198
|
};
|
199
|
+
"excluded-property-type-ids": {
|
200
|
+
type: import("vue").PropType<GuidValue[]>;
|
201
|
+
required: false;
|
202
|
+
};
|
203
|
+
excludedPropertyTypeIds: {
|
204
|
+
type: import("vue").PropType<GuidValue[]>;
|
205
|
+
required: false;
|
206
|
+
};
|
175
207
|
"on-change": {
|
176
208
|
type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
|
177
209
|
};
|
@@ -228,10 +260,12 @@ declare const _default: {
|
|
228
260
|
preSelectedPropertyInternalName?: string | string[];
|
229
261
|
propertyItems?: EnterprisePropertyDefinition[];
|
230
262
|
externalPropertyItems?: ExternalPropertySelectionItem[];
|
263
|
+
excludedPropertyTypeIds?: GuidValue[];
|
231
264
|
"pre-selected-property-internal-name"?: string | string[];
|
232
265
|
"property-items"?: EnterprisePropertyDefinition[];
|
233
266
|
"external-property-items"?: ExternalPropertySelectionItem[];
|
234
267
|
"on-change"?: (propertyInternalName: string | Array<string>) => void;
|
268
|
+
"excluded-property-type-ids"?: GuidValue[];
|
235
269
|
}>, never>;
|
236
270
|
};
|
237
271
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IValidator } from "../..";
|
2
|
-
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem } from "../../../models";
|
2
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, GuidValue } from "../../../models";
|
3
3
|
export interface IEnterprisePropertyPickerProperties {
|
4
4
|
label?: string;
|
5
5
|
disabled?: boolean;
|
@@ -14,4 +14,5 @@ export interface IEnterprisePropertyPicker extends IEnterprisePropertyPickerProp
|
|
14
14
|
externalPropertyItems?: Array<ExternalPropertySelectionItem>;
|
15
15
|
onChange: (propertyInternalName: string | Array<string>) => void;
|
16
16
|
requiredWithValidator?: IValidator;
|
17
|
+
excludedPropertyTypeIds?: GuidValue[];
|
17
18
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FilterEngineContext, FilterEngineSettings } from "@omnia/fx-models";
|
1
|
+
import { EnterprisePropertyDefinition, FilterEngineContext, FilterEngineSettings } from "@omnia/fx-models";
|
2
2
|
export declare class Helper {
|
3
3
|
private enterprisePropertyStore;
|
4
4
|
private propertyDefinitionHash;
|
@@ -6,4 +6,5 @@ export declare class Helper {
|
|
6
6
|
private contextPropertiesApi;
|
7
7
|
ensureValidData: (settings: FilterEngineSettings, context: FilterEngineContext) => Promise<void>;
|
8
8
|
ensureInitResources: () => Promise<void>;
|
9
|
+
getPropertyDataTypeId: (propertyDefinition: EnterprisePropertyDefinition) => import("@omnia/fx-models").GuidValue;
|
9
10
|
}
|
package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BaseFilterEngineProperty, BaseFilterEnginePropertyOutput, BaseFilterEnginePropertyType, EnterprisePropertyDefinition, FilterEngineContext, FilterEngineContextPropertyDefinition, FilterEngineRouterProperty, FilterEngineSettings, IMessageBusSubscriptionHandler, ITypedFilterEngineHandler, Refinement, Refiner } from "@omnia/fx-models";
|
1
|
+
import { BaseFilterEngineProperty, BaseFilterEnginePropertyOutput, BaseFilterEnginePropertyType, EnterprisePropertyDefinition, FilterEngineContext, FilterEngineContextPropertyDefinition, FilterEngineRouterProperty, FilterEngineSettings, IMessageBusSubscriptionHandler, ITypedFilterEngineHandler, Refinement, Refiner, TermColorSettings } from "@omnia/fx-models";
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
3
3
|
import { SidePanelContext } from "../../SidePanelContext";
|
4
4
|
export declare class FilterEngineHandler extends Store {
|
@@ -63,6 +63,8 @@ export declare class FilterEngineHandler extends Store {
|
|
63
63
|
totalSelections: () => number;
|
64
64
|
componentId: () => string;
|
65
65
|
hasDefaultStyling: () => boolean;
|
66
|
+
getFilterSettingStyles: () => TermColorSettings;
|
67
|
+
getPropertyDefinitionId: (typedHandler: ITypedFilterEngineHandler) => BaseFilterEnginePropertyType;
|
66
68
|
};
|
67
69
|
mutations: {
|
68
70
|
registerTopElement: import("@omnia/fx/stores").StoreMutation<(element: Element) => void, (element: Element) => IMessageBusSubscriptionHandler>;
|
@@ -77,6 +79,7 @@ export declare class FilterEngineHandler extends Store {
|
|
77
79
|
actions: {
|
78
80
|
init: import("@omnia/fx/stores").StoreAction<unknown, (settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (result: void, settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (failureReason: any, settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => Promise<void>>;
|
79
81
|
};
|
82
|
+
private getPropertyDataTypeId;
|
80
83
|
private handleDataChange;
|
81
84
|
private getPropertyDefinition;
|
82
85
|
private updateFilterState;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
2
2
|
import { JourneyBladeComponentTypings } from "../JourneyBlade";
|
3
3
|
type ExtractProps<T> = {
|
4
4
|
[K in keyof (T extends {
|
@@ -10,15 +10,17 @@ type ExtractProps<T> = {
|
|
10
10
|
type BladeElement = new (...args: any[]) => {
|
11
11
|
"$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id" | "getApi">;
|
12
12
|
};
|
13
|
-
export declare function useBlade<
|
13
|
+
export declare function useBlade<TRoute extends {
|
14
|
+
[name: string]: string | number | boolean | GuidValue;
|
15
|
+
} = {}>(bladeId: GuidValue): {
|
14
16
|
Blade: BladeElement;
|
15
|
-
readonly
|
17
|
+
readonly route: TRoute;
|
16
18
|
moveNext(): void;
|
17
19
|
movePrev(): void;
|
18
20
|
travelTo(toBladeId: GuidValue): void;
|
19
|
-
defineValueToSave<
|
20
|
-
value:
|
21
|
-
setValue: (value:
|
21
|
+
defineValueToSave<T>(value?: T): {
|
22
|
+
value: T;
|
23
|
+
setValue: (value: T) => void;
|
22
24
|
};
|
23
25
|
};
|
24
26
|
export {};
|