@omnia/fx 8.0.306-dev → 8.0.308-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/stores/ClipboardStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +31 -38
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
- 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/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.d.ts → headerpicker/HeaderPicker.d.ts} +79 -79
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -7
- 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/UseStyling.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -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/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +4 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +3 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +3 -29
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +6 -42
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +4 -18
- package/internal-do-not-import-from-here/ux/use/UseDraggable.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/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +358 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -34
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
- package/internal-do-not-import-from-here/ux/shapedivider/IShapeDivider.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/shapedivider/IShapeDividerSettings.d.ts +0 -17
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{BlockBlade.d.ts → HeaderBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{BlockBladeEdit.d.ts → HeaderBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -45,10 +45,6 @@ export declare const useThemeContextStore: () => {
|
|
45
45
|
icon: {
|
46
46
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
47
47
|
};
|
48
|
-
block: {
|
49
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
50
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
51
|
-
};
|
52
48
|
containerFill: {
|
53
49
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
54
50
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -110,10 +106,6 @@ export declare const useThemeContextStore: () => {
|
|
110
106
|
icon: {
|
111
107
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
112
108
|
};
|
113
|
-
block: {
|
114
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
115
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
116
|
-
};
|
117
109
|
containerFill: {
|
118
110
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
119
111
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -175,10 +167,6 @@ export declare const useThemeContextStore: () => {
|
|
175
167
|
icon: {
|
176
168
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
177
169
|
};
|
178
|
-
block: {
|
179
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
180
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
181
|
-
};
|
182
170
|
containerFill: {
|
183
171
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
184
172
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -240,10 +228,6 @@ export declare const useThemeContextStore: () => {
|
|
240
228
|
icon: {
|
241
229
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
242
230
|
};
|
243
|
-
block: {
|
244
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
245
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
246
|
-
};
|
247
231
|
containerFill: {
|
248
232
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
249
233
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -307,10 +291,6 @@ export declare const useThemeContextStore: () => {
|
|
307
291
|
icon: {
|
308
292
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
309
293
|
};
|
310
|
-
block: {
|
311
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
312
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
313
|
-
};
|
314
294
|
containerFill: {
|
315
295
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
316
296
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -372,10 +352,6 @@ export declare const useThemeContextStore: () => {
|
|
372
352
|
icon: {
|
373
353
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
374
354
|
};
|
375
|
-
block: {
|
376
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
377
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
378
|
-
};
|
379
355
|
containerFill: {
|
380
356
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
381
357
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -437,10 +413,6 @@ export declare const useThemeContextStore: () => {
|
|
437
413
|
icon: {
|
438
414
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
439
415
|
};
|
440
|
-
block: {
|
441
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
442
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
443
|
-
};
|
444
416
|
containerFill: {
|
445
417
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
446
418
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -502,10 +474,6 @@ export declare const useThemeContextStore: () => {
|
|
502
474
|
icon: {
|
503
475
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
504
476
|
};
|
505
|
-
block: {
|
506
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
507
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
508
|
-
};
|
509
477
|
containerFill: {
|
510
478
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
511
479
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -569,10 +537,6 @@ export declare const useThemeContextStore: () => {
|
|
569
537
|
icon: {
|
570
538
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
571
539
|
};
|
572
|
-
block: {
|
573
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
574
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
575
|
-
};
|
576
540
|
containerFill: {
|
577
541
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
578
542
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -634,10 +598,6 @@ export declare const useThemeContextStore: () => {
|
|
634
598
|
icon: {
|
635
599
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
636
600
|
};
|
637
|
-
block: {
|
638
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
639
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
640
|
-
};
|
641
601
|
containerFill: {
|
642
602
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
643
603
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -699,10 +659,6 @@ export declare const useThemeContextStore: () => {
|
|
699
659
|
icon: {
|
700
660
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
701
661
|
};
|
702
|
-
block: {
|
703
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
704
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
705
|
-
};
|
706
662
|
containerFill: {
|
707
663
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
708
664
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -764,10 +720,6 @@ export declare const useThemeContextStore: () => {
|
|
764
720
|
icon: {
|
765
721
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
766
722
|
};
|
767
|
-
block: {
|
768
|
-
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
769
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
770
|
-
};
|
771
723
|
containerFill: {
|
772
724
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
773
725
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -40,10 +40,6 @@ export declare const useThemeStore: () => {
|
|
40
40
|
icon: {
|
41
41
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
42
42
|
};
|
43
|
-
block: {
|
44
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
45
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
46
|
-
};
|
47
43
|
containerFill: {
|
48
44
|
hasVariant(type: BlueprintVariant | string): boolean;
|
49
45
|
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -59,10 +59,6 @@ export declare const useTypographyBlueprintStore: () => {
|
|
59
59
|
icon: {
|
60
60
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
61
61
|
};
|
62
|
-
block: {
|
63
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
64
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
65
|
-
};
|
66
62
|
containerFill: {
|
67
63
|
hasVariant(type: BlueprintVariant | string): boolean;
|
68
64
|
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
getVariant: (variants: VariantBlueprints<any>, variant: BlueprintVariant) => any;
|
1
|
+
export declare function useVariantManager<TVariants extends Record<string, any>, TVariant>(): {
|
2
|
+
countVariants: (variants: TVariants, variantTypes: Array<string>) => number;
|
3
|
+
getEmptyVariant: (variants: TVariants, variantTypes: Array<string>) => string;
|
4
|
+
hasEmptySlots: (variants: TVariants, variantTypes: Array<string>) => boolean;
|
5
|
+
hasVariant: (variants: TVariants, variant: string) => boolean;
|
6
|
+
getVariant: (variants: TVariants, variant: string) => any;
|
8
7
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
|
2
2
|
import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
|
3
|
-
import {
|
3
|
+
import { useSpacingBlueprintStore } from "../store";
|
4
4
|
import { typographyStylex } from "./styles/Typography";
|
5
5
|
import { blueprintStylex } from "./styles/Blueprints";
|
6
6
|
export declare function useStyling(): {
|
@@ -45,9 +45,6 @@ export declare function useThemeStyling(): {
|
|
45
45
|
queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
|
46
46
|
};
|
47
47
|
};
|
48
|
-
chrome: {
|
49
|
-
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => Readonly<import("../..").StylexValue>;
|
50
|
-
};
|
51
48
|
blueprints: {
|
52
49
|
buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
|
53
50
|
iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ChromeBlueprint, SpacingBlueprint } from "@omnia/fx-models";
|
2
|
-
import { useColorSchemaStore } from "../../store";
|
3
|
-
export declare const chromeStyles: {
|
4
|
-
getChromeStyling: typeof getChromeStyling;
|
5
|
-
getChromeStylingx: typeof getChromeStylingx;
|
6
|
-
};
|
7
|
-
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
|
8
|
-
declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any[];
|
9
|
-
export {};
|
@@ -3,7 +3,7 @@ import { ColorSchemaTypes, ResolvedThemeDefinition, ThemeContextType } from "@om
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
colorSchemaType: {
|
6
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
7
7
|
};
|
8
8
|
themeType: {
|
9
9
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -36,7 +36,7 @@ declare const _default: {
|
|
36
36
|
Defaults: {};
|
37
37
|
}, Readonly<import("vue").ExtractPropTypes<{
|
38
38
|
colorSchemaType: {
|
39
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
39
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
40
40
|
};
|
41
41
|
themeType: {
|
42
42
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -59,7 +59,7 @@ declare const _default: {
|
|
59
59
|
__isSuspense?: never;
|
60
60
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
61
61
|
colorSchemaType: {
|
62
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
62
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
63
63
|
};
|
64
64
|
themeType: {
|
65
65
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
}) => any;
|
86
86
|
}, 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
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
88
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
89
89
|
themeDefinition?: ResolvedThemeDefinition;
|
90
90
|
themeType?: ThemeContextType;
|
91
91
|
}>, "onTheme:initialized"> & {
|
@@ -370,7 +370,7 @@ declare const _default: {
|
|
370
370
|
container?: boolean;
|
371
371
|
class?: String | String[];
|
372
372
|
mandatory?: boolean;
|
373
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
373
|
+
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;
|
374
374
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
375
|
"v-model"?: MediaScalingSettings;
|
376
376
|
modelValue?: MediaScalingSettings;
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
99
99
|
container?: boolean;
|
100
100
|
title?: string;
|
101
101
|
description?: string;
|
102
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
102
|
+
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;
|
103
103
|
colors?: import("../../..").ColorSchemaStoreType;
|
104
104
|
}>, never>;
|
105
105
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -58,7 +58,7 @@ declare const _default: {
|
|
58
58
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
59
59
|
propsDefinition: Omit<Readonly<{} & {
|
60
60
|
container?: boolean;
|
61
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
61
|
+
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;
|
62
62
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
63
63
|
}>, never>;
|
64
64
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -96,7 +96,7 @@ declare const _default: {
|
|
96
96
|
propsDefinition: Omit<Readonly<{} & {
|
97
97
|
container?: boolean;
|
98
98
|
title?: string;
|
99
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
99
|
+
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;
|
100
100
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
101
101
|
settingsKey?: any;
|
102
102
|
multilingualtitle?: string | MultilingualString;
|
@@ -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;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -100,7 +100,7 @@ declare const _default: {
|
|
100
100
|
container?: boolean;
|
101
101
|
class?: String | String[];
|
102
102
|
filled?: boolean;
|
103
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
103
|
+
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;
|
104
104
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
105
|
toned?: boolean;
|
106
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -104,7 +104,7 @@ declare const _default: {
|
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
105
|
container?: boolean;
|
106
106
|
small?: boolean;
|
107
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
107
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
108
108
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
109
|
parentContainer?: LayoutItem;
|
110
110
|
siblingId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts
CHANGED
@@ -2,6 +2,7 @@ import { VersionedLayoutId } from "@omnia/fx-models";
|
|
2
2
|
export interface LayoutBlockSettings {
|
3
3
|
versionLayoutId: VersionedLayoutId;
|
4
4
|
minHeight: number;
|
5
|
+
renderDelay: number;
|
5
6
|
}
|
6
7
|
declare const _default: {
|
7
8
|
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, {
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
79
79
|
propsDefinition: Omit<Readonly<{} & {
|
80
80
|
container?: boolean;
|
81
81
|
item?: LayoutItemRegistration;
|
82
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
82
|
+
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;
|
83
83
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
84
84
|
}>, "onClick"> & {
|
85
85
|
onClick?: () => any;
|
@@ -105,7 +105,7 @@ declare const _default: {
|
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
container?: boolean;
|
107
107
|
small?: boolean;
|
108
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
108
|
+
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;
|
109
109
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
110
|
toned?: boolean;
|
111
111
|
parentContainer?: LayoutItem;
|
@@ -88,7 +88,7 @@ export declare const LayoutBlockRenderer: {
|
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
90
|
container?: boolean;
|
91
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
91
|
+
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;
|
92
92
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
93
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
94
|
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
@@ -75,7 +75,7 @@ export declare const LayoutSectionRenderer: {
|
|
75
75
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
76
|
propsDefinition: Omit<Readonly<{} & {
|
77
77
|
container?: boolean;
|
78
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
78
|
+
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;
|
79
79
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
80
80
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
81
81
|
}>, never>;
|
@@ -412,7 +412,7 @@ declare const _default: {
|
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
415
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
415
|
+
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;
|
416
416
|
plugins?: [object];
|
417
417
|
hideToolbar?: boolean;
|
418
418
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -153,7 +153,7 @@ declare const _default: {
|
|
153
153
|
container?: boolean;
|
154
154
|
variant?: "default" | "dialog" | "editor" | "app";
|
155
155
|
class?: String | String[];
|
156
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
156
|
+
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;
|
157
157
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
158
158
|
"v-model"?: boolean;
|
159
159
|
modelValue?: boolean;
|
@@ -167,7 +167,7 @@ declare const _default: {
|
|
167
167
|
container?: boolean;
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
170
|
+
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;
|
171
171
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
172
|
"v-model"?: number;
|
173
173
|
modelValue?: number;
|
@@ -172,7 +172,7 @@ declare const _default: {
|
|
172
172
|
class?: String | String[];
|
173
173
|
label?: string;
|
174
174
|
disabled?: boolean;
|
175
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
175
|
+
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;
|
176
176
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
177
177
|
"v-model"?: any;
|
178
178
|
modelValue?: any;
|
@@ -224,7 +224,7 @@ declare const _default: {
|
|
224
224
|
variant?: "default" | "prominent";
|
225
225
|
class?: String | String[];
|
226
226
|
label?: string;
|
227
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
227
|
+
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;
|
228
228
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
229
229
|
"v-model"?: [number, number];
|
230
230
|
modelValue?: [number, number];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
2
|
+
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;
|
3
3
|
} & {
|
4
4
|
container?: boolean;
|
5
5
|
} & {
|