@omnia/fx 8.0.156-dev → 8.0.157-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/aurora/store/ColorSchemaStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
@@ -30,7 +30,7 @@ declare const _default: {
|
|
30
30
|
activeDefinition: VelcronContentInstance;
|
31
31
|
selectedDefinition: VelcronContentInstance;
|
32
32
|
lastDefinition: VelcronContentInstance;
|
33
|
-
toggleColorSchemaPreview:
|
33
|
+
toggleColorSchemaPreview: string;
|
34
34
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
35
35
|
previewState: VelcronState;
|
36
36
|
allowToggle: boolean;
|
@@ -44,7 +44,7 @@ declare const _default: {
|
|
44
44
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
45
45
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
46
46
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
47
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
47
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
48
48
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
49
49
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
50
50
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -220,7 +220,7 @@ declare const _default: {
|
|
220
220
|
activeDefinition: VelcronContentInstance;
|
221
221
|
selectedDefinition: VelcronContentInstance;
|
222
222
|
lastDefinition: VelcronContentInstance;
|
223
|
-
toggleColorSchemaPreview:
|
223
|
+
toggleColorSchemaPreview: string;
|
224
224
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
225
225
|
previewState: VelcronState;
|
226
226
|
allowToggle: boolean;
|
@@ -234,7 +234,7 @@ declare const _default: {
|
|
234
234
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
235
235
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
236
236
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
237
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
237
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
238
238
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
239
239
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
240
240
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -413,7 +413,7 @@ declare const _default: {
|
|
413
413
|
activeDefinition: VelcronContentInstance;
|
414
414
|
selectedDefinition: VelcronContentInstance;
|
415
415
|
lastDefinition: VelcronContentInstance;
|
416
|
-
toggleColorSchemaPreview:
|
416
|
+
toggleColorSchemaPreview: string;
|
417
417
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
418
418
|
previewState: VelcronState;
|
419
419
|
allowToggle: boolean;
|
@@ -427,7 +427,7 @@ declare const _default: {
|
|
427
427
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
428
428
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
429
429
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
430
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
430
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
431
431
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
432
432
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
433
433
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -603,7 +603,7 @@ declare const _default: {
|
|
603
603
|
activeDefinition: VelcronContentInstance;
|
604
604
|
selectedDefinition: VelcronContentInstance;
|
605
605
|
lastDefinition: VelcronContentInstance;
|
606
|
-
toggleColorSchemaPreview:
|
606
|
+
toggleColorSchemaPreview: string;
|
607
607
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
608
608
|
previewState: VelcronState;
|
609
609
|
allowToggle: boolean;
|
@@ -617,7 +617,7 @@ declare const _default: {
|
|
617
617
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
618
618
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
619
619
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
620
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
620
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
621
621
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
622
622
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
623
623
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -786,7 +786,7 @@ declare const _default: {
|
|
786
786
|
activeDefinition: VelcronContentInstance;
|
787
787
|
selectedDefinition: VelcronContentInstance;
|
788
788
|
lastDefinition: VelcronContentInstance;
|
789
|
-
toggleColorSchemaPreview:
|
789
|
+
toggleColorSchemaPreview: string;
|
790
790
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
791
791
|
previewState: VelcronState;
|
792
792
|
allowToggle: boolean;
|
@@ -800,7 +800,7 @@ declare const _default: {
|
|
800
800
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
801
801
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
802
802
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
803
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
803
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
804
804
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
805
805
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
806
806
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue, VelcronAppDefinition,
|
1
|
+
import { GuidValue, VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
2
|
import { VelcronContentInstance } from "../models";
|
3
3
|
export declare enum MenuTabs {
|
4
4
|
templates = 0,
|
@@ -14,7 +14,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
14
14
|
activeDefinition: VelcronContentInstance;
|
15
15
|
selectedDefinition: VelcronContentInstance;
|
16
16
|
lastDefinition: VelcronContentInstance;
|
17
|
-
toggleColorSchemaPreview:
|
17
|
+
toggleColorSchemaPreview: string;
|
18
18
|
toggleDefinitionPreview: VelcronDefinition;
|
19
19
|
previewState: VelcronState;
|
20
20
|
allowToggle: boolean;
|
@@ -28,7 +28,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
28
28
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
29
29
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
30
30
|
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
31
|
-
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
31
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
32
32
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
33
33
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
34
34
|
onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|