@omnia/fx 8.0.300-dev → 8.0.302-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/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +22 -11
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/{ContainersEditorStore.d.ts → ContainerFillsEditorStore.d.ts} +7 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/DefaultTypography.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD2Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD3Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -13
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +19 -20
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +2 -34
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +3 -75
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +14 -84
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainersFillsBlade.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +1 -1
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
@@ -34,6 +34,8 @@ export declare const useThemeContextStore: () => {
|
|
34
34
|
get: {
|
35
35
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
36
36
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
37
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
38
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
37
39
|
button: {
|
38
40
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
39
41
|
};
|
@@ -48,8 +50,8 @@ export declare const useThemeContextStore: () => {
|
|
48
50
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
49
51
|
};
|
50
52
|
container: {
|
51
|
-
hasVariant(type: import("@omnia/fx-models").
|
52
|
-
getByType(type: import("@omnia/fx-models").
|
53
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
54
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
53
55
|
};
|
54
56
|
};
|
55
57
|
deactivated(): void;
|
@@ -97,6 +99,8 @@ export declare const useThemeContextStore: () => {
|
|
97
99
|
get: {
|
98
100
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
99
101
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
102
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
103
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
100
104
|
button: {
|
101
105
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
102
106
|
};
|
@@ -111,8 +115,8 @@ export declare const useThemeContextStore: () => {
|
|
111
115
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
112
116
|
};
|
113
117
|
container: {
|
114
|
-
hasVariant(type: import("@omnia/fx-models").
|
115
|
-
getByType(type: import("@omnia/fx-models").
|
118
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
119
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
116
120
|
};
|
117
121
|
};
|
118
122
|
deactivated(): void;
|
@@ -160,6 +164,8 @@ export declare const useThemeContextStore: () => {
|
|
160
164
|
get: {
|
161
165
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
162
166
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
167
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
168
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
163
169
|
button: {
|
164
170
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
165
171
|
};
|
@@ -174,8 +180,8 @@ export declare const useThemeContextStore: () => {
|
|
174
180
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
175
181
|
};
|
176
182
|
container: {
|
177
|
-
hasVariant(type: import("@omnia/fx-models").
|
178
|
-
getByType(type: import("@omnia/fx-models").
|
183
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
184
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
179
185
|
};
|
180
186
|
};
|
181
187
|
deactivated(): void;
|
@@ -223,6 +229,8 @@ export declare const useThemeContextStore: () => {
|
|
223
229
|
get: {
|
224
230
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
225
231
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
232
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
233
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
226
234
|
button: {
|
227
235
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
228
236
|
};
|
@@ -237,8 +245,8 @@ export declare const useThemeContextStore: () => {
|
|
237
245
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
238
246
|
};
|
239
247
|
container: {
|
240
|
-
hasVariant(type: import("@omnia/fx-models").
|
241
|
-
getByType(type: import("@omnia/fx-models").
|
248
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
249
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
242
250
|
};
|
243
251
|
};
|
244
252
|
deactivated(): void;
|
@@ -288,6 +296,8 @@ export declare const useThemeContextStore: () => {
|
|
288
296
|
get: {
|
289
297
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
290
298
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
299
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
300
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
291
301
|
button: {
|
292
302
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
293
303
|
};
|
@@ -302,8 +312,8 @@ export declare const useThemeContextStore: () => {
|
|
302
312
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
303
313
|
};
|
304
314
|
container: {
|
305
|
-
hasVariant(type: import("@omnia/fx-models").
|
306
|
-
getByType(type: import("@omnia/fx-models").
|
315
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
316
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
307
317
|
};
|
308
318
|
};
|
309
319
|
deactivated(): void;
|
@@ -351,6 +361,8 @@ export declare const useThemeContextStore: () => {
|
|
351
361
|
get: {
|
352
362
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
353
363
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
364
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
365
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
354
366
|
button: {
|
355
367
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
356
368
|
};
|
@@ -365,8 +377,8 @@ export declare const useThemeContextStore: () => {
|
|
365
377
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
366
378
|
};
|
367
379
|
container: {
|
368
|
-
hasVariant(type: import("@omnia/fx-models").
|
369
|
-
getByType(type: import("@omnia/fx-models").
|
380
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
381
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
370
382
|
};
|
371
383
|
};
|
372
384
|
deactivated(): void;
|
@@ -414,6 +426,8 @@ export declare const useThemeContextStore: () => {
|
|
414
426
|
get: {
|
415
427
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
416
428
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
429
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
430
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
417
431
|
button: {
|
418
432
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
419
433
|
};
|
@@ -428,8 +442,8 @@ export declare const useThemeContextStore: () => {
|
|
428
442
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
429
443
|
};
|
430
444
|
container: {
|
431
|
-
hasVariant(type: import("@omnia/fx-models").
|
432
|
-
getByType(type: import("@omnia/fx-models").
|
445
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
446
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
433
447
|
};
|
434
448
|
};
|
435
449
|
deactivated(): void;
|
@@ -477,6 +491,8 @@ export declare const useThemeContextStore: () => {
|
|
477
491
|
get: {
|
478
492
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
479
493
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
494
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
495
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
480
496
|
button: {
|
481
497
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
482
498
|
};
|
@@ -491,8 +507,8 @@ export declare const useThemeContextStore: () => {
|
|
491
507
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
492
508
|
};
|
493
509
|
container: {
|
494
|
-
hasVariant(type: import("@omnia/fx-models").
|
495
|
-
getByType(type: import("@omnia/fx-models").
|
510
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
511
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
496
512
|
};
|
497
513
|
};
|
498
514
|
deactivated(): void;
|
@@ -542,6 +558,8 @@ export declare const useThemeContextStore: () => {
|
|
542
558
|
get: {
|
543
559
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
544
560
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
561
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
562
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
545
563
|
button: {
|
546
564
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
547
565
|
};
|
@@ -556,8 +574,8 @@ export declare const useThemeContextStore: () => {
|
|
556
574
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
557
575
|
};
|
558
576
|
container: {
|
559
|
-
hasVariant(type: import("@omnia/fx-models").
|
560
|
-
getByType(type: import("@omnia/fx-models").
|
577
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
578
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
561
579
|
};
|
562
580
|
};
|
563
581
|
deactivated(): void;
|
@@ -605,6 +623,8 @@ export declare const useThemeContextStore: () => {
|
|
605
623
|
get: {
|
606
624
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
607
625
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
626
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
627
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
608
628
|
button: {
|
609
629
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
610
630
|
};
|
@@ -619,8 +639,8 @@ export declare const useThemeContextStore: () => {
|
|
619
639
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
620
640
|
};
|
621
641
|
container: {
|
622
|
-
hasVariant(type: import("@omnia/fx-models").
|
623
|
-
getByType(type: import("@omnia/fx-models").
|
642
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
643
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
624
644
|
};
|
625
645
|
};
|
626
646
|
deactivated(): void;
|
@@ -668,6 +688,8 @@ export declare const useThemeContextStore: () => {
|
|
668
688
|
get: {
|
669
689
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
670
690
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
691
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
692
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
671
693
|
button: {
|
672
694
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
673
695
|
};
|
@@ -682,8 +704,8 @@ export declare const useThemeContextStore: () => {
|
|
682
704
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
683
705
|
};
|
684
706
|
container: {
|
685
|
-
hasVariant(type: import("@omnia/fx-models").
|
686
|
-
getByType(type: import("@omnia/fx-models").
|
707
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
708
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
687
709
|
};
|
688
710
|
};
|
689
711
|
deactivated(): void;
|
@@ -731,6 +753,8 @@ export declare const useThemeContextStore: () => {
|
|
731
753
|
get: {
|
732
754
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
733
755
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
756
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
757
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
734
758
|
button: {
|
735
759
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
736
760
|
};
|
@@ -745,8 +769,8 @@ export declare const useThemeContextStore: () => {
|
|
745
769
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
746
770
|
};
|
747
771
|
container: {
|
748
|
-
hasVariant(type: import("@omnia/fx-models").
|
749
|
-
getByType(type: import("@omnia/fx-models").
|
772
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
773
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
750
774
|
};
|
751
775
|
};
|
752
776
|
deactivated(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue,
|
1
|
+
import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, BlueprintVariant, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { type ColorSchemaStoreType } from "./ColorSchemaStore";
|
3
3
|
export declare const useThemeStore: () => {
|
4
4
|
state: {
|
@@ -29,22 +29,24 @@ export declare const useThemeStore: () => {
|
|
29
29
|
get: {
|
30
30
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
31
31
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
32
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
33
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
32
34
|
button: {
|
33
35
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
34
36
|
};
|
35
37
|
tabs: {
|
36
|
-
blueprintByType(type:
|
38
|
+
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
37
39
|
};
|
38
40
|
icon: {
|
39
41
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
40
42
|
};
|
41
43
|
block: {
|
42
|
-
hasBlueprintVariant(type:
|
43
|
-
blueprintByType(type:
|
44
|
+
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
45
|
+
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
44
46
|
};
|
45
47
|
container: {
|
46
|
-
hasVariant(type:
|
47
|
-
getByType(type:
|
48
|
+
hasVariant(type: BlueprintVariant | string): boolean;
|
49
|
+
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
48
50
|
};
|
49
51
|
};
|
50
52
|
deactivated(): void;
|
@@ -47,6 +47,8 @@ export declare const useTypographyBlueprintStore: () => {
|
|
47
47
|
get: {
|
48
48
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
49
49
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
50
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
51
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
50
52
|
button: {
|
51
53
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
52
54
|
};
|
@@ -61,8 +63,8 @@ export declare const useTypographyBlueprintStore: () => {
|
|
61
63
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
62
64
|
};
|
63
65
|
container: {
|
64
|
-
hasVariant(type:
|
65
|
-
getByType(type:
|
66
|
+
hasVariant(type: BlueprintVariant | string): boolean;
|
67
|
+
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
66
68
|
};
|
67
69
|
};
|
68
70
|
deactivated(): void;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { BlueprintVariant, VariantBlueprints } from "@omnia/fx-models";
|
2
|
+
export declare function useVariantManager(): {
|
3
|
+
countVariants: (variants: VariantBlueprints<any>) => number;
|
4
|
+
getEmptyVariant: (variants: VariantBlueprints<any>) => BlueprintVariant;
|
5
|
+
hasEmptySlots: (variants: VariantBlueprints<any>) => boolean;
|
6
|
+
};
|
@@ -29,7 +29,7 @@ export declare namespace blueprintStyles {
|
|
29
29
|
/**Spacing styling */
|
30
30
|
function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
31
31
|
function getBlueprintSpacingValue(value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
32
|
-
function
|
32
|
+
function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
|
33
33
|
function getBlueprintSpacingStyling(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
|
34
34
|
/**Button styling */
|
35
35
|
function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
@@ -1,39 +1,38 @@
|
|
1
|
-
/**Typography */
|
2
1
|
import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
|
3
2
|
import { MediaQuery } from "typestyle/lib/types";
|
4
|
-
import { useTypographyBlueprintStore } from "
|
3
|
+
import { useTypographyBlueprintStore } from "../../store";
|
5
4
|
export declare namespace typographyStylex {
|
6
|
-
function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("
|
5
|
+
function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
|
7
6
|
function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
|
8
7
|
title: {
|
9
|
-
readonly xl: Readonly<import("
|
10
|
-
readonly l: Readonly<import("
|
11
|
-
readonly m: Readonly<import("
|
12
|
-
readonly s: Readonly<import("
|
13
|
-
readonly xs: Readonly<import("
|
8
|
+
readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
|
9
|
+
readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
|
10
|
+
readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
|
11
|
+
readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
|
12
|
+
readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
|
14
13
|
};
|
15
14
|
text: {
|
16
|
-
readonly l: Readonly<import("
|
17
|
-
readonly m: Readonly<import("
|
18
|
-
readonly s: Readonly<import("
|
19
|
-
readonly xs: Readonly<import("
|
15
|
+
readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
|
16
|
+
readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
|
17
|
+
readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
|
18
|
+
readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
|
20
19
|
};
|
21
20
|
navigation: {
|
22
|
-
readonly l: Readonly<import("
|
23
|
-
readonly m: Readonly<import("
|
21
|
+
readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
|
22
|
+
readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
|
24
23
|
};
|
25
24
|
link: {
|
26
|
-
readonly m: Readonly<import("
|
25
|
+
readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
|
27
26
|
};
|
28
27
|
variants: {
|
29
|
-
readonly variant1: Readonly<import("
|
30
|
-
readonly variant2: Readonly<import("
|
31
|
-
readonly variant3: Readonly<import("
|
32
|
-
readonly variant4: Readonly<import("
|
28
|
+
readonly variant1: Readonly<import("../../../Styles.stylex").StylexValue>;
|
29
|
+
readonly variant2: Readonly<import("../../../Styles.stylex").StylexValue>;
|
30
|
+
readonly variant3: Readonly<import("../../../Styles.stylex").StylexValue>;
|
31
|
+
readonly variant4: Readonly<import("../../../Styles.stylex").StylexValue>;
|
33
32
|
};
|
34
33
|
typographyType: (typographyType: string) => any;
|
35
34
|
};
|
36
|
-
function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("
|
35
|
+
function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
|
37
36
|
}
|
38
37
|
export declare const typographyStyles: {
|
39
38
|
typographyTypeStyling: typeof typographyTypeStyling;
|
@@ -3,8 +3,8 @@ import { types } from "typestyle";
|
|
3
3
|
* Styles for the CommandPalette component
|
4
4
|
*/
|
5
5
|
export declare const CommandPaletteStyles: {
|
6
|
-
container:
|
7
|
-
commandContainer:
|
8
|
-
commandRow: types.NestedCSSProperties;
|
9
|
-
selectedCommandRow:
|
6
|
+
container: string;
|
7
|
+
commandContainer: string;
|
8
|
+
commandRow: (hoverStyle: types.NestedCSSProperties, highlightStyle: types.NestedCSSProperties) => string;
|
9
|
+
selectedCommandRow: string;
|
10
10
|
};
|
@@ -163,11 +163,11 @@ declare const _default: {
|
|
163
163
|
};
|
164
164
|
}>>, () => 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 & {
|
165
165
|
propsDefinition: Omit<Readonly<{} & {
|
166
|
+
variant?: "date" | "date-time";
|
166
167
|
label?: string;
|
167
168
|
disabled?: boolean;
|
168
169
|
"v-model"?: DateTimeZone<Date>;
|
169
170
|
modelValue?: DateTimeZone<Date>;
|
170
|
-
variant?: "date" | "date-time";
|
171
171
|
"onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any | void;
|
172
172
|
showMenu?: boolean;
|
173
173
|
dateFormat?: string;
|
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
size: {
|
5
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
|
5
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
|
6
6
|
};
|
7
7
|
showTimeZone: {
|
8
8
|
type: import("vue").PropType<boolean>;
|
@@ -33,7 +33,7 @@ declare const _default: {
|
|
33
33
|
Defaults: {};
|
34
34
|
}, Readonly<import("vue").ExtractPropTypes<{
|
35
35
|
size: {
|
36
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
|
36
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
|
37
37
|
};
|
38
38
|
showTimeZone: {
|
39
39
|
type: import("vue").PropType<boolean>;
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
__isSuspense?: never;
|
62
62
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
63
63
|
size: {
|
64
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
|
64
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
|
65
65
|
};
|
66
66
|
showTimeZone: {
|
67
67
|
type: import("vue").PropType<boolean>;
|
@@ -85,10 +85,10 @@ declare const _default: {
|
|
85
85
|
};
|
86
86
|
}>>, () => 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 & {
|
87
87
|
propsDefinition: Omit<Readonly<{} & {
|
88
|
+
variant?: "time" | "date" | "date-time";
|
89
|
+
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl";
|
88
90
|
value?: DateTimeZone<string>;
|
89
91
|
label?: string;
|
90
|
-
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl";
|
91
|
-
variant?: "time" | "date" | "date-time";
|
92
92
|
dateFormat?: string;
|
93
93
|
showTimeZone?: boolean;
|
94
94
|
timeFormat?: string;
|
@@ -1,34 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import { Log } from "../../models";
|
4
|
-
import { VueComponentBase } from "..";
|
5
|
-
export declare class ErrorMessage extends VueComponentBase implements IWebComponentInstance, IErrorMessage {
|
6
|
-
private omniaUxLoc;
|
7
|
-
private omniaTheming;
|
8
|
-
private localizationStore;
|
9
|
-
omniaCtx: OmniaContext;
|
10
|
-
private errorMessageClasses;
|
11
|
-
private subscriptionHandler;
|
12
|
-
logs: Log[];
|
13
|
-
allLogs: Log[];
|
14
|
-
showingAll: boolean;
|
15
|
-
openedShowMoreDialog: boolean;
|
16
|
-
detailLogs: {
|
17
|
-
[id: string]: boolean;
|
18
|
-
};
|
19
|
-
alertContainerHeight: number;
|
20
|
-
private headingStyle;
|
21
|
-
created(): void;
|
22
|
-
mounted(): void;
|
23
|
-
beforeDestroy(): void;
|
24
|
-
subcribeOnError(): void;
|
25
|
-
closeLog(log: any): void;
|
26
|
-
copy(log: Log): void;
|
27
|
-
showHideDetail(log: Log, showFullInformation: boolean): void;
|
28
|
-
showAll(): void;
|
29
|
-
private closeShowMoreDialog;
|
30
|
-
private shouldShowDetails;
|
31
|
-
renderShowMoreDialog(): JSX.Element;
|
32
|
-
renderTile(log: Log, showFullInformation: boolean): JSX.Element[];
|
33
|
-
render(): JSX.Element;
|
34
|
-
}
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
|
2
|
+
export default _default;
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<TextBlueprint>;
|
13
13
|
};
|
14
14
|
size: {
|
15
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
15
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
16
16
|
};
|
17
17
|
typography: {
|
18
18
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
130
130
|
type: import("vue").PropType<TextBlueprint>;
|
131
131
|
};
|
132
132
|
size: {
|
133
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
133
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
134
134
|
};
|
135
135
|
typography: {
|
136
136
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -245,7 +245,7 @@ declare const _default: {
|
|
245
245
|
type: import("vue").PropType<TextBlueprint>;
|
246
246
|
};
|
247
247
|
size: {
|
248
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
248
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
249
249
|
};
|
250
250
|
typography: {
|
251
251
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -411,7 +411,7 @@ declare const _default: {
|
|
411
411
|
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
|
-
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
|
414
|
+
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
415
415
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
416
416
|
plugins?: [object];
|
417
417
|
hideToolbar?: boolean;
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
5
5
|
type: import("vue").PropType<TextBlueprint>;
|
6
6
|
};
|
7
7
|
size: {
|
8
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
8
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
9
9
|
};
|
10
10
|
typography: {
|
11
11
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -29,7 +29,7 @@ declare const _default: {
|
|
29
29
|
type: import("vue").PropType<TextBlueprint>;
|
30
30
|
};
|
31
31
|
size: {
|
32
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
32
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
33
33
|
};
|
34
34
|
typography: {
|
35
35
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
50
50
|
type: import("vue").PropType<TextBlueprint>;
|
51
51
|
};
|
52
52
|
size: {
|
53
|
-
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
53
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
|
54
54
|
};
|
55
55
|
typography: {
|
56
56
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
68
68
|
} & {
|
69
69
|
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
70
70
|
blueprint?: TextBlueprint;
|
71
|
-
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
|
71
|
+
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
72
72
|
toned?: boolean;
|
73
73
|
}>, never>;
|
74
74
|
};
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts
CHANGED
@@ -9,8 +9,6 @@ export declare namespace MediaflowLocalization {
|
|
9
9
|
ClientSecretHeader: string;
|
10
10
|
RefreshtokenHeader: string;
|
11
11
|
DefaultLanguageHeader: string;
|
12
|
-
ShowUnsafeGDPRHeader: string;
|
13
|
-
ShowUnassignedGDPRHeader: string;
|
14
12
|
LimitFormatHeader: string;
|
15
13
|
SaveButton: string;
|
16
14
|
};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export interface MediaflowReportUsage {
|
2
|
+
id: number[];
|
3
|
+
contact: string;
|
4
|
+
project: string;
|
5
|
+
date: string;
|
6
|
+
amount: string;
|
7
|
+
description: string;
|
8
|
+
types: MediaflowReportType[];
|
9
|
+
removed: boolean | string;
|
10
|
+
web: {
|
11
|
+
page: string;
|
12
|
+
pageName: string;
|
13
|
+
};
|
14
|
+
}
|
15
|
+
export declare enum MediaflowReportType {
|
16
|
+
Web = "web",
|
17
|
+
Print = "print",
|
18
|
+
Poster = "poster",
|
19
|
+
Social = "social",
|
20
|
+
Advertisement = "advertisement",
|
21
|
+
Other = "other"
|
22
|
+
}
|
23
|
+
export interface MediaflowAccessToken {
|
24
|
+
access_token: string;
|
25
|
+
token_type: string;
|
26
|
+
expires_in: number;
|
27
|
+
}
|