@omnia/fx 8.0.41-dev → 8.0.42-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.
Files changed (82) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
  4. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
  14. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
  15. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
  16. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
  27. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
  28. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
  31. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
  36. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  37. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  41. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  43. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
  45. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
  52. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  53. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
  54. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  55. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
  56. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
  62. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
  63. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
  70. package/package.json +2 -2
  71. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
  78. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
  79. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
  80. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
  81. /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
  82. /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { BlockBlueprint, ColorSchema, SpacingBlueprint, SpacingSettings, WebBlueprintDefintionTypes } from "@omnia/fx-models";
2
- import { useBlueprintStore } from "../../BlueprintStore";
2
+ import { useBlueprintStore } from "../../store/BlueprintStore";
3
3
  export declare const BlueprintStyles: {
4
4
  getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
5
5
  getBlueprintSpacingStyling: typeof getBlueprintSpacingStyling;
@@ -1,4 +1,4 @@
1
- import { useColorSchemaStore } from "../../ColorSchemaStore";
1
+ import { useColorSchemaStore } from "../../store/ColorSchemaStore";
2
2
  export declare const GeneralStyles: {
3
3
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
4
4
  getScrollStyling: typeof getScrollStyling;
@@ -1,7 +1,7 @@
1
1
  /**Typography */
2
2
  import { TypographyBlueprint, TypographySize, TypographyTypes } from "@omnia/fx-models";
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
- import { useBlueprintStore } from "../..";
4
+ import { useBlueprintStore } from "../../store";
5
5
  export declare const TypographyStyles: {
6
6
  typographyTypeStyling: typeof typographyTypeStyling;
7
7
  typographyStyling: typeof typographyStyling;
@@ -22,6 +22,7 @@ export declare function useIcons(): {
22
22
  close: FontAwesomeIcon;
23
23
  collaps: FontAwesomeIcon;
24
24
  comment: FontAwesomeIcon;
25
+ comments: FontAwesomeIcon;
25
26
  save: FontAwesomeIcon;
26
27
  share: FontAwesomeIcon;
27
28
  chart: FontAwesomeIcon;
@@ -38,12 +39,15 @@ export declare function useIcons(): {
38
39
  expand: FontAwesomeIcon;
39
40
  flip: MaterialIcon;
40
41
  filter: FontAwesomeIcon;
42
+ filePdf: FontAwesomeIcon;
43
+ fileWord: FontAwesomeIcon;
41
44
  header: FontAwesomeIcon;
42
45
  hidden: FontAwesomeIcon;
43
46
  hiddenVisible: FontAwesomeIcon;
44
47
  info: FontAwesomeIcon;
45
48
  lock: FontAwesomeIcon;
46
49
  link: FontAwesomeIcon;
50
+ like: FontAwesomeIcon;
47
51
  location: FontAwesomeIcon;
48
52
  lockOpen: FontAwesomeIcon;
49
53
  lockEdit: FontAwesomeIcon;
@@ -56,8 +60,11 @@ export declare function useIcons(): {
56
60
  menu: FontAwesomeIcon;
57
61
  media: FontAwesomeIcon;
58
62
  navigate: FontAwesomeIcon;
63
+ notification: FontAwesomeIcon;
59
64
  organization: FontAwesomeIcon;
65
+ pageInformation: FontAwesomeIcon;
60
66
  preview: FontAwesomeIcon;
67
+ process: FontAwesomeIcon;
61
68
  permissions: FontAwesomeIcon;
62
69
  praise: FontAwesomeIcon;
63
70
  phone: FontAwesomeIcon;
@@ -0,0 +1,17 @@
1
+ export declare const DemoblockStyles: {
2
+ subMenuDrawer: string;
3
+ showSubMenuDrawer: string;
4
+ navigationIcon: {
5
+ buttonHeader: string;
6
+ container: string;
7
+ menuItems: string;
8
+ menuOpen: string;
9
+ line: (color: string) => string;
10
+ line1: string;
11
+ line1Open: string;
12
+ line2: string;
13
+ line2Open: string;
14
+ line3: string;
15
+ line3Open: string;
16
+ };
17
+ };
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ container: {
3
+ fontSize: number;
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,53 @@
1
+ export interface DemoBlockBlockSettings {
2
+ menu?: boolean;
3
+ logo?: boolean;
4
+ actions?: boolean;
5
+ bottombar?: boolean;
6
+ blogheader?: boolean;
7
+ }
8
+ declare const _default: {
9
+ new (...args: any[]): {
10
+ $: import("vue").ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
13
+ $attrs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $refs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $slots: Readonly<{
20
+ [name: string]: import("vue").Slot<any>;
21
+ }>;
22
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $emit: (event: string, ...args: any[]) => void;
25
+ $el: any;
26
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
27
+ beforeCreate?: (() => void) | (() => void)[];
28
+ created?: (() => void) | (() => void)[];
29
+ beforeMount?: (() => void) | (() => void)[];
30
+ mounted?: (() => void) | (() => void)[];
31
+ beforeUpdate?: (() => void) | (() => void)[];
32
+ updated?: (() => void) | (() => void)[];
33
+ activated?: (() => void) | (() => void)[];
34
+ deactivated?: (() => void) | (() => void)[];
35
+ beforeDestroy?: (() => void) | (() => void)[];
36
+ beforeUnmount?: (() => void) | (() => void)[];
37
+ destroyed?: (() => void) | (() => void)[];
38
+ unmounted?: (() => void) | (() => void)[];
39
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
42
+ };
43
+ $forceUpdate: () => void;
44
+ $nextTick: typeof import("vue").nextTick;
45
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
46
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
47
+ __isFragment?: never;
48
+ __isTeleport?: never;
49
+ __isSuspense?: never;
50
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
51
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
52
+ };
53
+ export default _default;
@@ -1,6 +1,9 @@
1
- import { VelcronAppDefinition } from "@omnia/fx/models";
1
+ import { GuidValue, VelcronAppDefinition } from "@omnia/fx/models";
2
2
  export interface VelcronBlockBlockSettings {
3
3
  definition: VelcronAppDefinition<any>;
4
+ forceUpdate: boolean;
5
+ showEditDefinition: boolean;
6
+ registrationId: GuidValue;
4
7
  }
5
8
  declare const _default: {
6
9
  new (...args: any[]): {
@@ -0,0 +1,13 @@
1
+ import { VelcronState } from "../../core";
2
+ export declare function useVelcronStateManager(): {
3
+ cleanState: (state: VelcronState) => VelcronState;
4
+ copyState: (fromState: VelcronState, toState: VelcronState) => {
5
+ images?: import("../../core").VelcronImagesState;
6
+ styling?: import("../../core").VelcronStylingState;
7
+ colorSchemas?: import("../../core").VelcronColorSchemasState;
8
+ content?: import("../../core").VelcronContentState;
9
+ header?: import("../../core").VelcronHeaderState;
10
+ properties?: import("../../core").VelcronPropertiesState;
11
+ spacing?: import("../../core").VelcronSpacingState;
12
+ };
13
+ };
@@ -0,0 +1,3 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const MicroBlog: VelcronDefinitionRegistration<object>;
3
+ export declare const MicroBlog2: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,3 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const MicroBlog3: VelcronDefinitionRegistration<object>;
3
+ export declare const MicroBlog4: VelcronDefinitionRegistration<object>;
@@ -1,2 +1,3 @@
1
1
  export * from "./Image";
2
2
  export * from "./SocialText";
3
+ export * from "./MicroBlog";
@@ -30,6 +30,7 @@ export interface BuiltInComponentRenderers {
30
30
  "property": unknown;
31
31
  "checkbox": unknown;
32
32
  "reference": unknown;
33
+ "radio": unknown;
33
34
  }
34
35
  export interface ColorSchemaReference {
35
36
  name: string;
@@ -207,14 +208,16 @@ export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorSt
207
208
  columnStyle?: object;
208
209
  hAlign?: VelcronHorizontalAlignments;
209
210
  vAlign?: VelcronVerticalAlignments;
210
- grow?: number;
211
+ grow?: number | "default";
211
212
  absolute?: VelcronSpacing;
212
213
  border?: VelcronBorder;
213
214
  borderRadius?: VelcronDimensions;
214
215
  width?: number | string;
216
+ maxWidth?: number | string;
215
217
  minWidth?: number | string;
216
218
  height?: number | string;
217
219
  minHeight?: number | string;
220
+ maxHeight?: number | string;
218
221
  }
219
222
  export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorStyling {
220
223
  type: "card";
@@ -238,6 +241,8 @@ export interface VelcronImageDefinition extends VelcronDefinition {
238
241
  url?: VelcronBindableProp<string>;
239
242
  bind?: VelcronBindableProp<string>;
240
243
  ratio?: VelcronImageRatios | string;
244
+ width?: number | string;
245
+ height?: number | string;
241
246
  cover?: VelcronBindableProp<boolean>;
242
247
  borderRadius?: VelcronDimensions;
243
248
  events?: VelcronOnPressEvent;
@@ -256,6 +261,7 @@ export interface VelcronButtonDefinition extends VelcronDefinition {
256
261
  icon?: VelcronIcon;
257
262
  disabled?: boolean;
258
263
  events?: VelcronOnPressEvent;
264
+ size?: string;
259
265
  }
260
266
  export interface VelcronTextInputDefinition extends VelcronDefinition {
261
267
  type: "text-input";
@@ -326,6 +332,14 @@ export interface VelcronCheckboxDefinition extends VelcronDefinition {
326
332
  disabled: VelcronBindableProp<boolean>;
327
333
  events: VelcronOnUpdatedEvent;
328
334
  }
335
+ export interface VelcronRadioDefinition extends VelcronDefinition {
336
+ type: "radio";
337
+ label: VelcronBindableProp<string>;
338
+ value: string;
339
+ bind: VelcronBindableProp<string>;
340
+ disabled: VelcronBindableProp<boolean>;
341
+ events: VelcronOnUpdatedEvent;
342
+ }
329
343
  export interface VelcronPropertyDefinitionValue {
330
344
  definitionId: GuidValue;
331
345
  value: PropertyValue;
@@ -22,9 +22,10 @@ export interface BuiltInPropertyEditors {
22
22
  icon: unknown;
23
23
  image: unknown;
24
24
  typography: unknown;
25
+ spacing: unknown;
25
26
  "color-schema-type": unknown;
26
27
  }
27
- export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type";
28
+ export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "spacing";
28
29
  export declare enum BuiltInPropertyEditorTypes {
29
30
  text = "text",
30
31
  slider = "slider",
@@ -35,6 +36,7 @@ export declare enum BuiltInPropertyEditorTypes {
35
36
  icon = "icon",
36
37
  image = "image",
37
38
  typography = "typography",
39
+ spacing = "spacing",
38
40
  "color-schema-type" = "color-schema-type"
39
41
  }
40
42
  export interface VelcronSliderPropertyEditorSettings {
@@ -45,10 +47,20 @@ export interface VelcronSliderPropertyEditorSettings {
45
47
  export interface VelcronTypographyEditorSettings {
46
48
  type: "title" | "text";
47
49
  }
50
+ export interface VelcronMarkdownEditorSettings {
51
+ placeholder: string;
52
+ }
53
+ export interface VelcronSpacingEditorSettings {
54
+ individualSelection: boolean;
55
+ }
56
+ export interface VelcronTextEditorSettings {
57
+ type: TypographyType;
58
+ placeholder: string;
59
+ }
48
60
  export interface VelcronSliderPropertyEditor extends VelcronPropertyEditor<VelcronSliderPropertyEditorSettings> {
49
61
  type: "slider";
50
62
  }
51
- export interface VelcronTextPropertyEditor extends VelcronPropertyEditor<any> {
63
+ export interface VelcronTextPropertyEditor extends VelcronPropertyEditor<VelcronTextEditorSettings> {
52
64
  type: "text";
53
65
  }
54
66
  export interface VelcronEnterprisePropertyEditor extends VelcronPropertyEditor<any> {
@@ -72,12 +84,15 @@ export interface VelcronColorSchemaPropertyEditor extends VelcronPropertyEditor<
72
84
  export interface VelcronIconPropertyEditor extends VelcronPropertyEditor<any> {
73
85
  type: "icon";
74
86
  }
75
- export interface VelcronMarkdownPropertyEditor extends VelcronPropertyEditor<any> {
87
+ export interface VelcronMarkdownPropertyEditor extends VelcronPropertyEditor<VelcronMarkdownEditorSettings> {
76
88
  type: "markdown";
77
89
  }
78
90
  export interface VelcronImagePropertyEditor extends VelcronPropertyEditor<any> {
79
91
  type: "image";
80
92
  }
93
+ export interface VelcronSpacingPropertyEditor extends VelcronPropertyEditor<VelcronSpacingEditorSettings> {
94
+ type: "spacing";
95
+ }
81
96
  export interface VelcronState {
82
97
  images?: VelcronImagesState;
83
98
  styling?: VelcronStylingState;
@@ -116,11 +131,15 @@ export interface VelcronPropertiesState {
116
131
  }
117
132
  export interface VelcronImagesState {
118
133
  main?: VelcronImageState;
134
+ alt1?: VelcronImageState;
135
+ alt2?: VelcronImageState;
119
136
  }
120
137
  export interface VelcronImageState {
121
138
  url?: string;
122
139
  ratio?: VelcronImageRatios;
123
140
  caption?: VelcronTextState;
141
+ width?: number;
142
+ height?: number;
124
143
  }
125
144
  export interface VelcronStylingState {
126
145
  }
@@ -137,6 +156,24 @@ export declare const VelcronImagesStateBinding: {
137
156
  url: string;
138
157
  ratio: string;
139
158
  caption: string;
159
+ width: string;
160
+ height: string;
161
+ };
162
+ alt1: {
163
+ editor: string;
164
+ url: string;
165
+ ratio: string;
166
+ caption: string;
167
+ width: string;
168
+ height: string;
169
+ };
170
+ alt2: {
171
+ editor: string;
172
+ url: string;
173
+ ratio: string;
174
+ caption: string;
175
+ width: string;
176
+ height: string;
140
177
  };
141
178
  };
142
179
  export declare const VelcronHeaderStateBinding: {
@@ -221,6 +258,24 @@ export declare const VelcronStateBinding: {
221
258
  url: string;
222
259
  ratio: string;
223
260
  caption: string;
261
+ width: string;
262
+ height: string;
263
+ };
264
+ alt1: {
265
+ editor: string;
266
+ url: string;
267
+ ratio: string;
268
+ caption: string;
269
+ width: string;
270
+ height: string;
271
+ };
272
+ alt2: {
273
+ editor: string;
274
+ url: string;
275
+ ratio: string;
276
+ caption: string;
277
+ width: string;
278
+ height: string;
224
279
  };
225
280
  };
226
281
  content: {
@@ -1,8 +1,14 @@
1
- import { VelcronPropertyEditor, VelcronTypographyEditorSettings } from "@omnia/fx-models";
1
+ import { TypographyType, VelcronPropertyEditor, VelcronTypographyEditorSettings } from "@omnia/fx-models";
2
2
  export declare class VelcronEditorBuilder2 {
3
3
  private editors;
4
+ private formatStateMapping;
4
5
  add(): {
5
- headerEditor: () => VelcronEditorBuilder2;
6
+ spacingEditor: (name: string, stateMapping: string, individualSelection?: boolean) => VelcronEditorBuilder2;
7
+ imageEditor: (name: string, stateMapping: string) => VelcronEditorBuilder2;
8
+ colorSchemaEditor: (name: string, stateMapping: string) => VelcronEditorBuilder2;
9
+ markdownEditor: (name: string, stateMapping: string, placeholder?: string) => VelcronEditorBuilder2;
10
+ textEditor: (name: string, stateMapping: string, typographyType: TypographyType, placeholder?: string) => VelcronEditorBuilder2;
11
+ blockHeaderEditor: () => VelcronEditorBuilder2;
6
12
  typographyEditor: (stateMapping: string, settings: VelcronTypographyEditorSettings) => VelcronEditorBuilder2;
7
13
  };
8
14
  build(): VelcronPropertyEditor<any>[];
@@ -0,0 +1,65 @@
1
+ import { VelcronRadioDefinition, VelcronRenderContext } from "../../core";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<{
7
+ readonly definition?: VelcronRadioDefinition;
8
+ readonly renderContext?: VelcronRenderContext;
9
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
10
+ definition: import("vue").Prop<VelcronRadioDefinition, VelcronRadioDefinition>;
11
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
12
+ }>>, never>;
13
+ $attrs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $refs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $slots: Readonly<{
20
+ [name: string]: import("vue").Slot<any>;
21
+ }>;
22
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $emit: (event: string, ...args: any[]) => void;
25
+ $el: any;
26
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
27
+ definition: import("vue").Prop<VelcronRadioDefinition, VelcronRadioDefinition>;
28
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
29
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
30
+ beforeCreate?: (() => void) | (() => void)[];
31
+ created?: (() => void) | (() => void)[];
32
+ beforeMount?: (() => void) | (() => void)[];
33
+ mounted?: (() => void) | (() => void)[];
34
+ beforeUpdate?: (() => void) | (() => void)[];
35
+ updated?: (() => void) | (() => void)[];
36
+ activated?: (() => void) | (() => void)[];
37
+ deactivated?: (() => void) | (() => void)[];
38
+ beforeDestroy?: (() => void) | (() => void)[];
39
+ beforeUnmount?: (() => void) | (() => void)[];
40
+ destroyed?: (() => void) | (() => void)[];
41
+ unmounted?: (() => void) | (() => void)[];
42
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
43
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
44
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
45
+ };
46
+ $forceUpdate: () => void;
47
+ $nextTick: typeof import("vue").nextTick;
48
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
49
+ } & Readonly<import("vue").ExtractPropTypes<{
50
+ definition: import("vue").Prop<VelcronRadioDefinition, VelcronRadioDefinition>;
51
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
52
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
53
+ __isFragment?: never;
54
+ __isTeleport?: never;
55
+ __isSuspense?: never;
56
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
+ definition: import("vue").Prop<VelcronRadioDefinition, VelcronRadioDefinition>;
58
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
59
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
60
+ propsDefinition: Omit<Readonly<{} & {
61
+ definition?: VelcronRadioDefinition;
62
+ renderContext?: VelcronRenderContext;
63
+ }>, never>;
64
+ };
65
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import { VelcronMarkdownEditorSettings } from "@omnia/fx-models";
1
2
  declare const _default: {
2
3
  new (...args: any[]): {
3
4
  $: import("vue").ComponentInternalInstance;
@@ -67,7 +68,13 @@ declare const _default: {
67
68
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
68
69
  readonly "v-model"?: string;
69
70
  readonly modelValue?: string;
71
+ readonly settings?: VelcronMarkdownEditorSettings;
70
72
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
73
+ settings: {
74
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
75
+ } & {
76
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
77
+ };
71
78
  "onUpdate:modelValue": {
72
79
  type: import("vue").PropType<(value: string) => any>;
73
80
  };
@@ -151,6 +158,11 @@ declare const _default: {
151
158
  $emit: (event: "update:modelValue", value: string) => void;
152
159
  $el: any;
153
160
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
161
+ settings: {
162
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
163
+ } & {
164
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
165
+ };
154
166
  "onUpdate:modelValue": {
155
167
  type: import("vue").PropType<(value: string) => any>;
156
168
  };
@@ -242,6 +254,11 @@ declare const _default: {
242
254
  $nextTick: typeof import("vue").nextTick;
243
255
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
244
256
  } & Readonly<import("vue").ExtractPropTypes<{
257
+ settings: {
258
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
259
+ } & {
260
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
261
+ };
245
262
  "onUpdate:modelValue": {
246
263
  type: import("vue").PropType<(value: string) => any>;
247
264
  };
@@ -315,6 +332,11 @@ declare const _default: {
315
332
  __isTeleport?: never;
316
333
  __isSuspense?: never;
317
334
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
335
+ settings: {
336
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
337
+ } & {
338
+ type: import("vue").PropType<VelcronMarkdownEditorSettings>;
339
+ };
318
340
  "onUpdate:modelValue": {
319
341
  type: import("vue").PropType<(value: string) => any>;
320
342
  };
@@ -451,6 +473,7 @@ declare const _default: {
451
473
  "onUpdate:modelValue"?: (value: string) => any;
452
474
  "v-model"?: string;
453
475
  modelValue?: string;
476
+ settings?: VelcronMarkdownEditorSettings;
454
477
  }>, "onUpdate:modelValue"> & {
455
478
  "onUpdate:modelValue"?: (value: string) => any;
456
479
  };