@omnia/fx 8.0.310-dev → 8.0.313-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/index.d.ts +0 -3
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/rules/DisplayRules.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +220 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -45
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +7 -14
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +22 -28
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +35 -27
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/Handler.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +3 -84
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -1
- package/package.json +2 -2
@@ -28,6 +28,9 @@ export declare const useThemeContextStore: () => {
|
|
28
28
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
29
29
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
30
30
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
31
|
+
ensure(): {
|
32
|
+
buttons: () => void;
|
33
|
+
};
|
31
34
|
setBlueprint(type: "default"): void;
|
32
35
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
33
36
|
}>;
|
@@ -93,6 +96,9 @@ export declare const useThemeContextStore: () => {
|
|
93
96
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
94
97
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
95
98
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
99
|
+
ensure(): {
|
100
|
+
buttons: () => void;
|
101
|
+
};
|
96
102
|
setBlueprint(type: "default"): void;
|
97
103
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
98
104
|
}>;
|
@@ -158,6 +164,9 @@ export declare const useThemeContextStore: () => {
|
|
158
164
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
159
165
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
160
166
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
167
|
+
ensure(): {
|
168
|
+
buttons: () => void;
|
169
|
+
};
|
161
170
|
setBlueprint(type: "default"): void;
|
162
171
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
163
172
|
}>;
|
@@ -223,6 +232,9 @@ export declare const useThemeContextStore: () => {
|
|
223
232
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
224
233
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
225
234
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
235
|
+
ensure(): {
|
236
|
+
buttons: () => void;
|
237
|
+
};
|
226
238
|
setBlueprint(type: "default"): void;
|
227
239
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
228
240
|
}>;
|
@@ -290,6 +302,9 @@ export declare const useThemeContextStore: () => {
|
|
290
302
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
291
303
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
292
304
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
305
|
+
ensure(): {
|
306
|
+
buttons: () => void;
|
307
|
+
};
|
293
308
|
setBlueprint(type: "default"): void;
|
294
309
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
295
310
|
}>;
|
@@ -355,6 +370,9 @@ export declare const useThemeContextStore: () => {
|
|
355
370
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
356
371
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
357
372
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
373
|
+
ensure(): {
|
374
|
+
buttons: () => void;
|
375
|
+
};
|
358
376
|
setBlueprint(type: "default"): void;
|
359
377
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
360
378
|
}>;
|
@@ -420,6 +438,9 @@ export declare const useThemeContextStore: () => {
|
|
420
438
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
421
439
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
422
440
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
441
|
+
ensure(): {
|
442
|
+
buttons: () => void;
|
443
|
+
};
|
423
444
|
setBlueprint(type: "default"): void;
|
424
445
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
425
446
|
}>;
|
@@ -485,6 +506,9 @@ export declare const useThemeContextStore: () => {
|
|
485
506
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
486
507
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
487
508
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
509
|
+
ensure(): {
|
510
|
+
buttons: () => void;
|
511
|
+
};
|
488
512
|
setBlueprint(type: "default"): void;
|
489
513
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
490
514
|
}>;
|
@@ -552,6 +576,9 @@ export declare const useThemeContextStore: () => {
|
|
552
576
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
553
577
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
554
578
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
579
|
+
ensure(): {
|
580
|
+
buttons: () => void;
|
581
|
+
};
|
555
582
|
setBlueprint(type: "default"): void;
|
556
583
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
557
584
|
}>;
|
@@ -617,6 +644,9 @@ export declare const useThemeContextStore: () => {
|
|
617
644
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
618
645
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
619
646
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
647
|
+
ensure(): {
|
648
|
+
buttons: () => void;
|
649
|
+
};
|
620
650
|
setBlueprint(type: "default"): void;
|
621
651
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
622
652
|
}>;
|
@@ -682,6 +712,9 @@ export declare const useThemeContextStore: () => {
|
|
682
712
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
683
713
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
684
714
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
715
|
+
ensure(): {
|
716
|
+
buttons: () => void;
|
717
|
+
};
|
685
718
|
setBlueprint(type: "default"): void;
|
686
719
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
687
720
|
}>;
|
@@ -747,6 +780,9 @@ export declare const useThemeContextStore: () => {
|
|
747
780
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
748
781
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
749
782
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
783
|
+
ensure(): {
|
784
|
+
buttons: () => void;
|
785
|
+
};
|
750
786
|
setBlueprint(type: "default"): void;
|
751
787
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
752
788
|
}>;
|
@@ -23,6 +23,9 @@ export declare const useThemeStore: () => {
|
|
23
23
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
24
24
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
25
25
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
26
|
+
ensure(): {
|
27
|
+
buttons: () => void;
|
28
|
+
};
|
26
29
|
setBlueprint(type: "default"): void;
|
27
30
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
28
31
|
}>;
|
@@ -42,6 +42,9 @@ export declare const useTypographyBlueprintStore: () => {
|
|
42
42
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
43
43
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
44
44
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
45
|
+
ensure(): {
|
46
|
+
buttons: () => void;
|
47
|
+
};
|
45
48
|
setBlueprint(type: "default"): void;
|
46
49
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
47
50
|
}>;
|
package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts
CHANGED
@@ -2,10 +2,11 @@ import { HttpMethods, VelcronAppDefinition } from "@omnia/fx-models/internal-do-
|
|
2
2
|
export interface ApiSpec {
|
3
3
|
title: string;
|
4
4
|
method: HttpMethods;
|
5
|
-
|
6
|
-
headers
|
7
|
-
|
8
|
-
|
5
|
+
url: string;
|
6
|
+
headers?: Record<string, string>;
|
7
|
+
queryStrings?: Record<string, string>;
|
8
|
+
body?: object;
|
9
|
+
velcron?: VelcronAppDefinition<{
|
9
10
|
items: Array<unknown>;
|
10
11
|
item: unknown;
|
11
12
|
}>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -6,26 +6,19 @@ export declare const useApiExplorerStore: () => {
|
|
6
6
|
currentHttpMethod: HttpMethods;
|
7
7
|
availableHttpMethods: HttpMethods[];
|
8
8
|
apiUrl: string;
|
9
|
-
requestBody:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
responseBody: {
|
14
|
-
obj: any;
|
15
|
-
json: string;
|
16
|
-
};
|
17
|
-
requestHeaders: {
|
18
|
-
[key: string]: string;
|
19
|
-
};
|
9
|
+
requestBody: string;
|
10
|
+
responseBody: string;
|
11
|
+
requestHeaders: Record<string, string>;
|
12
|
+
requestQueryStrings: Record<string, string>;
|
20
13
|
newHeaderName: string;
|
21
14
|
newHeaderValue: string;
|
15
|
+
newQueryStringName: string;
|
16
|
+
newQueryStringValue: string;
|
22
17
|
response: HttpResponse<unknown>;
|
23
18
|
requesting: boolean;
|
24
19
|
elapsedTime: number;
|
25
20
|
apiSpecGroups: ApiSpecGroup[];
|
26
|
-
responseHeaders:
|
27
|
-
[key: string]: string;
|
28
|
-
};
|
21
|
+
responseHeaders: Record<string, string>;
|
29
22
|
velcron: VelcronAppDefinition<{
|
30
23
|
items: Array<unknown>;
|
31
24
|
item: unknown;
|
@@ -35,26 +28,19 @@ export declare const useApiExplorerStore: () => {
|
|
35
28
|
currentHttpMethod: HttpMethods;
|
36
29
|
availableHttpMethods: HttpMethods[];
|
37
30
|
apiUrl: string;
|
38
|
-
requestBody:
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
responseBody: {
|
43
|
-
obj: any;
|
44
|
-
json: string;
|
45
|
-
};
|
46
|
-
requestHeaders: {
|
47
|
-
[key: string]: string;
|
48
|
-
};
|
31
|
+
requestBody: string;
|
32
|
+
responseBody: string;
|
33
|
+
requestHeaders: Record<string, string>;
|
34
|
+
requestQueryStrings: Record<string, string>;
|
49
35
|
newHeaderName: string;
|
50
36
|
newHeaderValue: string;
|
37
|
+
newQueryStringName: string;
|
38
|
+
newQueryStringValue: string;
|
51
39
|
response: HttpResponse<unknown>;
|
52
40
|
requesting: boolean;
|
53
41
|
elapsedTime: number;
|
54
42
|
apiSpecGroups: ApiSpecGroup[];
|
55
|
-
responseHeaders:
|
56
|
-
[key: string]: string;
|
57
|
-
};
|
43
|
+
responseHeaders: Record<string, string>;
|
58
44
|
velcron: VelcronAppDefinition<{
|
59
45
|
items: Array<unknown>;
|
60
46
|
item: unknown;
|
@@ -64,12 +50,20 @@ export declare const useApiExplorerStore: () => {
|
|
64
50
|
makeRequest: () => Promise<HttpResponse<unknown>>;
|
65
51
|
registerApiSpecGroup(group: ApiSpecGroup): void;
|
66
52
|
applySpec(spec: ApiSpec): void;
|
53
|
+
addKeyValue(key: string, value: string, target: "headers" | "queryStrings"): void;
|
54
|
+
updateKeyValue(key: string, value: string, target: "headers" | "queryStrings"): void;
|
55
|
+
removeKeyValue(key: string, target: "headers" | "queryStrings"): void;
|
67
56
|
addHeader(): void;
|
68
57
|
updateHeader(name: string, value: string): void;
|
69
58
|
removeHeader(name: string): void;
|
59
|
+
addQueryString(): void;
|
60
|
+
updateQueryString(name: string, value: string): void;
|
61
|
+
removeQueryString(name: string): void;
|
62
|
+
setRequestBodyJson(json: string): void;
|
70
63
|
}>;
|
71
64
|
get: {
|
72
65
|
title: () => HttpMethods;
|
66
|
+
requestBodyAsObject: () => any;
|
73
67
|
};
|
74
68
|
} & {
|
75
69
|
dispose?: () => void;
|
@@ -186,8 +186,8 @@ declare const _default: {
|
|
186
186
|
type?: ConfirmDialogDisplay;
|
187
187
|
text?: string;
|
188
188
|
icon?: IIcon;
|
189
|
-
tooltip?: ButtonTooltipOptions;
|
190
189
|
disabled?: boolean;
|
190
|
+
tooltip?: ButtonTooltipOptions;
|
191
191
|
dialogOptions?: ConfirmDialogOptions;
|
192
192
|
styles?: {
|
193
193
|
icon?: import("typestyle/lib/types").NestedCSSProperties;
|
@@ -91,8 +91,8 @@ declare const dialogComponent: {
|
|
91
91
|
lazy?: boolean;
|
92
92
|
title?: string;
|
93
93
|
onClose?: () => void;
|
94
|
-
dark?: boolean;
|
95
94
|
light?: boolean;
|
95
|
+
dark?: boolean;
|
96
96
|
disabled?: boolean;
|
97
97
|
valueBind?: DialogModel;
|
98
98
|
onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
|
@@ -1,36 +1,44 @@
|
|
1
|
-
import {
|
2
|
-
import { ITagsPropertyDisplay } from ".";
|
1
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
3
2
|
import { EnterprisePropertyDefinition, Tag, EnterprisePropertiesBlockTaxonoyPropertiesSettings, IIcon } from "../../../../models";
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
"emit:update:modelValue": (value: Tag[]) => void;
|
5
|
+
} & {
|
6
|
+
"v-model"?: Tag[];
|
7
|
+
} & {
|
8
|
+
modelValue?: Tag[];
|
9
|
+
} & {
|
10
|
+
property?: EnterprisePropertyDefinition;
|
11
|
+
} & {
|
12
|
+
settings?: EnterprisePropertiesBlockTaxonoyPropertiesSettings;
|
13
|
+
} & {
|
14
|
+
onTagClicked?: (tag: Tag) => void;
|
15
|
+
} & DefineSlot<"wrapWithParentContent", (internalName: string, propertyContent: JSX.Element) => JSX.Element> & {
|
16
|
+
multiple?: boolean;
|
17
|
+
} & {
|
18
|
+
disabled?: boolean;
|
19
|
+
} & {
|
20
|
+
label?: string;
|
21
|
+
} & {
|
16
22
|
hideSelected?: boolean;
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
} & {
|
24
|
+
required?: boolean;
|
25
|
+
} & DefineSlot<"appendedElement", () => JSX.Element> & {
|
26
|
+
styles?: {
|
27
|
+
itemwrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
28
|
+
chip?: import("typestyle/lib/types").NestedCSSProperties;
|
29
|
+
chipIconWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
30
|
+
chipIcon?: import("typestyle/lib/types").NestedCSSProperties;
|
31
|
+
clickableIconWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
32
|
+
clickableIcon?: import("typestyle/lib/types").NestedCSSProperties;
|
33
|
+
};
|
34
|
+
} & {
|
20
35
|
clickableIcon?: IIcon;
|
36
|
+
} & {
|
21
37
|
appendedTagContents?: {
|
22
38
|
[tagName: string]: {
|
23
39
|
icon: IIcon;
|
24
40
|
title: string;
|
25
41
|
};
|
26
42
|
}[];
|
27
|
-
|
28
|
-
|
29
|
-
created(): void;
|
30
|
-
mounted(): void;
|
31
|
-
internalOnTagClicked(e: Event, tag: Tag): void;
|
32
|
-
renderChip(tag: Tag, dark: boolean, color: string): JSX.Element;
|
33
|
-
rendertext(tag: Tag): JSX.Element;
|
34
|
-
renderContent(): JSX.Element;
|
35
|
-
render(): JSX.Element;
|
36
|
-
}
|
43
|
+
}>) => any;
|
44
|
+
export default _default;
|
@@ -12,6 +12,7 @@ export declare const useJourneyRouterStore: () => {
|
|
12
12
|
ensureBlade(blade: JourneyBladeRouter): void;
|
13
13
|
updateBlade(blade: JourneyBladeRouter): void;
|
14
14
|
removeBlade(blade: JourneyBladeRouter): void;
|
15
|
+
clearRoute(): void;
|
15
16
|
}>;
|
16
17
|
events: import("@omnia/fx/stores").StoreEvents<{
|
17
18
|
blades: InternalJourneyBladeRouter[];
|
@@ -421,8 +421,8 @@ declare const _default: {
|
|
421
421
|
toned?: boolean;
|
422
422
|
placeholder?: string;
|
423
423
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
424
|
-
noWrap?: boolean;
|
425
424
|
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
425
|
+
noWrap?: boolean;
|
426
426
|
toolbarContainer?: boolean;
|
427
427
|
}>, never>;
|
428
428
|
};
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/Handler.d.ts
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ImageItem } from "@omnia/fx-models";
|
2
|
+
import { BaseProviderImageHandler } from "@omnia/fx/stores";
|
3
|
+
export declare class PexelProviderHandler extends BaseProviderImageHandler {
|
4
|
+
private pexelImageService;
|
5
|
+
state: any;
|
6
|
+
search(searchText: string, offset?: number): Promise<ImageItem[]>;
|
7
|
+
bindState(state: any): void;
|
8
|
+
}
|
@@ -1,17 +1,3 @@
|
|
1
1
|
import "./PexelProvider.css";
|
2
|
-
declare const _default:
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
4
|
-
P: {};
|
5
|
-
B: {};
|
6
|
-
D: {};
|
7
|
-
C: {};
|
8
|
-
M: {};
|
9
|
-
Defaults: {};
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
11
|
-
__isFragment?: never;
|
12
|
-
__isTeleport?: never;
|
13
|
-
__isSuspense?: never;
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
15
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
16
|
-
};
|
2
|
+
declare const _default: (props: import("../..").ConstructComponentProps<Record<string, any>>) => any;
|
17
3
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
2
|
import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
|
3
3
|
type textWrapping = "none";
|
4
|
-
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"
|
4
|
+
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextProps>) => any;
|
6
6
|
export default _default;
|
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
8
8
|
} & {
|
9
9
|
location?: OPosition;
|
10
10
|
} & {
|
11
|
-
position?: "fixed" | "
|
11
|
+
position?: "fixed" | "static" | "relative" | "absolute" | "sticky";
|
12
12
|
} & {
|
13
13
|
format?: "ampm" | "24hr";
|
14
14
|
}>) => any;
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export interface TextFieldModel {
|
5
|
+
text: String;
|
6
|
+
}
|
7
|
+
export interface TreeViewPagingModel {
|
8
|
+
currentPaging: number;
|
9
|
+
totalPaging: number;
|
10
|
+
startPagingIndex: number;
|
11
|
+
endPagingIndex: number;
|
12
|
+
}
|
13
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
14
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
15
|
+
} & {
|
16
|
+
container?: boolean;
|
17
|
+
} & {
|
18
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
19
|
+
} & {
|
20
|
+
"emit:update:modelValue": (value: any[]) => void;
|
21
|
+
} & {
|
22
|
+
"v-model"?: any[];
|
23
|
+
} & {
|
24
|
+
modelValue?: any[];
|
25
|
+
} & {
|
26
|
+
"emit:update:expanded": (value: any[]) => void;
|
27
|
+
} & {
|
28
|
+
"v-model:expanded"?: any[];
|
29
|
+
} & {
|
30
|
+
expanded?: any[];
|
31
|
+
} & {
|
32
|
+
items?: any[];
|
33
|
+
} & {
|
34
|
+
expandOnSelection?: boolean;
|
35
|
+
} & {
|
36
|
+
multiple?: boolean;
|
37
|
+
} & {
|
38
|
+
batchChildrensDisplay?: number;
|
39
|
+
} & {
|
40
|
+
itemTitle?: string | ((item: any) => string);
|
41
|
+
} & {
|
42
|
+
itemIcon?: string | ((item: any) => IIcon);
|
43
|
+
} & {
|
44
|
+
itemValue?: string | ((item: any) => string);
|
45
|
+
} & {
|
46
|
+
itemChildren?: string;
|
47
|
+
} & {
|
48
|
+
loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
|
49
|
+
} & {
|
50
|
+
onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
51
|
+
} & {
|
52
|
+
checkNodeToMove?: (item: any) => boolean;
|
53
|
+
} & {
|
54
|
+
padding?: Spacing | SpacingValue;
|
55
|
+
} & {
|
56
|
+
indentation?: SpacingValue;
|
57
|
+
} & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
|
58
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
2
|
+
export declare const treeViewStylex: {
|
3
|
+
wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
|
4
|
+
paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
|
5
|
+
};
|
@@ -158,9 +158,9 @@ declare const _default: {
|
|
158
158
|
};
|
159
159
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
160
160
|
propsDefinition: Omit<Readonly<{} & {
|
161
|
-
filled?: boolean;
|
162
161
|
multiple?: boolean;
|
163
162
|
disabled?: boolean;
|
163
|
+
filled?: boolean;
|
164
164
|
hideDetails?: boolean;
|
165
165
|
hideConfiguration?: boolean;
|
166
166
|
resetAfterSelected?: boolean;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts
CHANGED
@@ -5,21 +5,7 @@ export declare const alignmentEditorExtension: () => {
|
|
5
5
|
getConfiguration(): {
|
6
6
|
nodes: import("@tiptap/core").Extension<import("./AlignmentNode").TextAlignOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
|
-
toolbar:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
-
};
|
8
|
+
toolbar: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => any;
|
23
9
|
}[];
|
24
10
|
};
|
25
11
|
} & {
|
@@ -1,16 +1,2 @@
|
|
1
|
-
declare const _default:
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
|
16
2
|
export default _default;
|
@@ -40,7 +40,7 @@ export declare namespace SignInLocalization {
|
|
40
40
|
Email: string;
|
41
41
|
Send: string;
|
42
42
|
Retry: string;
|
43
|
-
|
43
|
+
SendResetPasswordMessageTooltip: string;
|
44
44
|
SentResetPasswordMessage: string;
|
45
45
|
SendResetPasswordError: string;
|
46
46
|
RetryResetPasswordWarning: string;
|