@omnia/fx 8.0.73-dev → 8.0.74-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 (46) hide show
  1. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +22 -0
  2. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
  3. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
  5. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  6. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/VueWebComponentSlot.d.ts +0 -67
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +9 -0
  10. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.css.d.ts +3 -0
  11. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +27 -0
  12. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +76 -0
  14. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney.d.ts +22 -0
  15. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ChromeDefinitions.d.ts +49 -0
  16. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +29 -0
  17. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +23 -20
  19. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +6 -0
  20. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +48 -15
  23. package/internal-do-not-import-from-here/wctypings.d.ts +4053 -2214
  24. package/package.json +2 -2
  25. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/DefinitionsJourney.d.ts +0 -0
  26. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/BlueprintsJourney.d.ts → blueprints/chrome/ChromeJourney.d.ts} +0 -0
  27. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/BlockBlade.d.ts → blueprints/chrome/blades/ChromeDefinitionBlade.d.ts} +0 -0
  28. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/ComponentsBlade.d.ts → blueprints/chrome/components/ChromePreview.d.ts} +0 -0
  29. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas/ColorSchemasJourney.d.ts → blueprints/components/BlueprintsJourney.d.ts} +0 -0
  30. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/EditBlueprint.d.ts → blueprints/components/blades/ComponentsBlade.d.ts} +0 -0
  31. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/SpacingBlade.d.ts → blueprints/components/blades/EditBlueprint.d.ts} +0 -0
  32. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/blades/TypographyBlade.d.ts → blueprints/components/blades/SpacingBlade.d.ts} +0 -0
  33. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints/components/BlockPreview.d.ts → blueprints/components/blades/TypographyBlade.d.ts} +0 -0
  34. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/blueprints → blueprints/components}/store/BlueprintEditorStore.d.ts +0 -0
  35. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/SpacingJourney.d.ts +0 -0
  36. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/blades/SpacingDefinitionBlade.d.ts +0 -0
  37. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/spacing/store/SpacingEditorStore.d.ts +0 -0
  38. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/TypographyJourney.d.ts +0 -0
  39. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographyDefinitionBlade.css.d.ts +0 -0
  40. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographyDefinitionBlade.d.ts +0 -0
  41. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/blades/TypographySettingsBlade.d.ts +0 -0
  42. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/components/FontPicker.css.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/components/FontPicker.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions → blueprints}/typography/store/TypographyEditorStore.d.ts +0 -0
  45. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas → colorschemas}/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{definitions/colorschemas → colorschemas}/store/ColorSchemaEditorStore.d.ts +0 -0
@@ -0,0 +1,22 @@
1
+ import { BoxDimensions, ColorSchemaType, ColorSchemaTypes, ColorType, GuidValue, SpacingSettings, VelcronAppDefinition } from "@omnia/fx-models";
2
+ export interface ChromeDefinition {
3
+ id: GuidValue;
4
+ name: string;
5
+ header: {
6
+ definitionId: GuidValue;
7
+ definition?: VelcronAppDefinition;
8
+ };
9
+ colors: {
10
+ colorSchemaType?: ColorSchemaTypes | ColorSchemaType;
11
+ };
12
+ styles: {
13
+ spacing?: SpacingSettings;
14
+ elevation?: number;
15
+ borderRadius?: BoxDimensions;
16
+ border?: BoxDimensions;
17
+ borderColor?: {
18
+ colorType: ColorType;
19
+ toned?: boolean;
20
+ };
21
+ };
22
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -6,3 +6,4 @@ export * from "./BlueprintDefinition";
6
6
  export * from "./SpacingSetting";
7
7
  export * from "./SharedBlueprintMethods";
8
8
  export * from "./SharedColorMethods";
9
+ export * from "./ChromeDefinition";
@@ -9,3 +9,4 @@ tslib_1.__exportStar(require("./BlueprintDefinition"), exports);
9
9
  tslib_1.__exportStar(require("./SpacingSetting"), exports);
10
10
  tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
11
11
  tslib_1.__exportStar(require("./SharedColorMethods"), exports);
12
+ tslib_1.__exportStar(require("./ChromeDefinition"), exports);
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
69
69
  type VuetifyValue<T> = T extends {
70
70
  value?: any;
71
71
  } ? T["value"] : T;
72
- import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider } from "vuetify/components";
72
+ import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
74
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
75
75
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$slots">>> {
@@ -256,6 +256,9 @@ declare global {
256
256
  "v-range-slider": VuetifyProps<Pick<VRangeSlider, "$props">> & {
257
257
  [name: string]: any;
258
258
  };
259
+ "v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
260
+ [name: string]: any;
261
+ };
259
262
  }
260
263
  }
261
264
  }
@@ -78,4 +78,4 @@ export type { FocusOption, ScrollOption, LinkHandlerOptions, } from "./directive
78
78
  export { FocusDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
79
79
  export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
80
80
  export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
81
- export { defineVueComponent, definePropFunctionType, definePropObjectType, defineVue, createVueNode, getElementName, isElement } from "./InternalDefineComponent";
81
+ export { defineVueComponent, definePropFunctionType, definePropObjectType, defineVue, createVueNode, getElementName, isElement, type SetupContext } from "./InternalDefineComponent";
@@ -138,9 +138,9 @@ export declare function defineVueComponent<Props extends Record<string, any>, E
138
138
  props?: (keyof Props)[];
139
139
  emits?: E | EE[];
140
140
  slots?: S;
141
- }, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): (props: Props & EmitsToProps<E>) => ComponentPublicInstance & {
142
- propsDefinition: Props;
143
- } & VNode;
141
+ }, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): ((props: Props & EmitsToProps<E>) => ComponentPublicInstance & {
142
+ propsDefinition: Props & EmitsToProps<E>;
143
+ } & VNode);
144
144
  export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
145
145
  export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
146
146
  export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Readonly<{
@@ -1,70 +1,4 @@
1
1
  import { VueComponentBase } from "./VueComponentBase";
2
- declare const Comp2: <T extends string | number | object>(props: {
3
- msg?: T;
4
- list: T[];
5
- } & {}) => {
6
- $: import("vue").ComponentInternalInstance;
7
- $data: {};
8
- $props: {};
9
- $attrs: {
10
- [x: string]: unknown;
11
- };
12
- $refs: {
13
- [x: string]: unknown;
14
- };
15
- $slots: Readonly<{
16
- [name: string]: import("vue").Slot<any>;
17
- }>;
18
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
- $emit: (event: string, ...args: any[]) => void;
21
- $el: any;
22
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
23
- beforeCreate?: (() => void) | (() => void)[];
24
- created?: (() => void) | (() => void)[];
25
- beforeMount?: (() => void) | (() => void)[];
26
- mounted?: (() => void) | (() => void)[];
27
- beforeUpdate?: (() => void) | (() => void)[];
28
- updated?: (() => void) | (() => void)[];
29
- activated?: (() => void) | (() => void)[];
30
- deactivated?: (() => void) | (() => void)[];
31
- beforeDestroy?: (() => void) | (() => void)[];
32
- beforeUnmount?: (() => void) | (() => void)[];
33
- destroyed?: (() => void) | (() => void)[];
34
- unmounted?: (() => void) | (() => void)[];
35
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
- 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)[];
38
- };
39
- $forceUpdate: () => void;
40
- $nextTick: typeof import("vue").nextTick;
41
- $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
42
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: {
44
- msg?: T;
45
- list: T[];
46
- };
47
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>;
50
- declare global {
51
- namespace JSX {
52
- interface Element {
53
- }
54
- interface ElementClass {
55
- }
56
- interface IntrinsicElements {
57
- "my-test": typeof Comp2;
58
- }
59
- }
60
- }
61
- declare global {
62
- let omfx2: {
63
- my: {
64
- element: typeof Comp2;
65
- };
66
- };
67
- }
68
2
  export interface VueWebComponentSlotProperties {
69
3
  providedBy: any;
70
4
  wcSlot?: string;
@@ -76,4 +10,3 @@ export declare class VueWebComponentSlot extends VueComponentBase<VueWebComponen
76
10
  mounted(): void;
77
11
  render(): any;
78
12
  }
79
- export {};
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
25
25
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
26
26
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
27
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
27
28
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
28
29
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
29
30
  }>>;
@@ -43,6 +44,7 @@ declare const _default: {
43
44
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
44
45
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
45
46
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
47
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
46
48
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
47
49
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
48
50
  }>>;
@@ -81,6 +83,7 @@ declare const _default: {
81
83
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
82
84
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
83
85
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
86
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
84
87
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
85
88
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
86
89
  }>>;
@@ -100,6 +103,7 @@ declare const _default: {
100
103
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
101
104
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
102
105
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
106
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
103
107
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
104
108
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
105
109
  }>>;
@@ -145,6 +149,7 @@ declare const _default: {
145
149
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
146
150
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
147
151
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
152
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
148
153
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
149
154
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
150
155
  }>>;
@@ -164,6 +169,7 @@ declare const _default: {
164
169
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
165
170
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
166
171
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
172
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
167
173
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
168
174
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
169
175
  }>>;
@@ -206,6 +212,7 @@ declare const _default: {
206
212
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
207
213
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
208
214
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
215
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
209
216
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
210
217
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
211
218
  }>>;
@@ -225,6 +232,7 @@ declare const _default: {
225
232
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
226
233
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
227
234
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
235
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
228
236
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
229
237
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
230
238
  }>>;
@@ -259,6 +267,7 @@ declare const _default: {
259
267
  drawerToolbar: (dark: boolean, backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
260
268
  drawerToolbarWrapper: (dark: boolean, expandedPadding: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
261
269
  settingsWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
270
+ settingsDrawer: import("@omnia/fx-models").NestedCSSPropertiesExtends;
262
271
  closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
263
272
  rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
264
273
  }>;
@@ -0,0 +1,3 @@
1
+ export declare const SnackbarStyles: {
2
+ snackbarContainer: (progressColor: string) => string;
3
+ };
@@ -1,5 +1,12 @@
1
+ import { OSnackbarLocationCombination } from "@omnia/fx-models";
1
2
  declare const _default: {
2
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ location: {
5
+ type: import("vue").PropType<OSnackbarLocationCombination>;
6
+ };
7
+ variant: {
8
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
9
+ };
3
10
  text: {
4
11
  type: import("vue").PropType<string>;
5
12
  };
@@ -24,6 +31,12 @@ declare const _default: {
24
31
  blueprintType?: any;
25
32
  blueprint?: any;
26
33
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
34
+ location: {
35
+ type: import("vue").PropType<OSnackbarLocationCombination>;
36
+ };
37
+ variant: {
38
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
39
+ };
27
40
  text: {
28
41
  type: import("vue").PropType<string>;
29
42
  };
@@ -61,6 +74,12 @@ declare const _default: {
61
74
  M: {};
62
75
  Defaults: {};
63
76
  }, Readonly<import("vue").ExtractPropTypes<{
77
+ location: {
78
+ type: import("vue").PropType<OSnackbarLocationCombination>;
79
+ };
80
+ variant: {
81
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
82
+ };
64
83
  text: {
65
84
  type: import("vue").PropType<string>;
66
85
  };
@@ -95,6 +114,12 @@ declare const _default: {
95
114
  __isTeleport?: never;
96
115
  __isSuspense?: never;
97
116
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
117
+ location: {
118
+ type: import("vue").PropType<OSnackbarLocationCombination>;
119
+ };
120
+ variant: {
121
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
122
+ };
98
123
  text: {
99
124
  type: import("vue").PropType<string>;
100
125
  };
@@ -137,6 +162,8 @@ declare const _default: {
137
162
  "onUpdate:modelValue"?: (value: boolean) => any;
138
163
  "v-model"?: boolean;
139
164
  modelValue?: boolean;
165
+ variant?: "flat" | "text" | "outlined" | "plain" | "elevated" | "tonal";
166
+ location?: OSnackbarLocationCombination;
140
167
  }>, never>;
141
168
  };
142
169
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { OToolbarVariants } from "@omnia/fx-models";
2
2
  export declare const ToolbarStyles: {
3
- templateTitle: (variant: OToolbarVariants) => string;
3
+ templateTitle: (variant: OToolbarVariants, hasButton: boolean) => string;
4
4
  templateTitleCustom: string;
5
5
  content: string;
6
6
  drawer: string;
@@ -0,0 +1,76 @@
1
+ import { ChromeDefinition, Guid, VelcronAppDefinition } from "@omnia/fx-models";
2
+ export declare const useChromeEditorStore: () => {
3
+ state: {
4
+ editMode: boolean;
5
+ chromeDefinition: any;
6
+ };
7
+ events: {
8
+ onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
9
+ onMutatedChromeDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
10
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
+ actions: {
12
+ onDispatching: {
13
+ editChromeDefinition: {
14
+ subscribe(fn: (definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
+ };
16
+ addChromeDefinition: {
17
+ subscribe(fn: (definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ copyChromeDefinition: {
20
+ subscribe(fn: (definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ };
22
+ updateHeaderDefinition: {
23
+ subscribe(fn: (definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
+ };
25
+ save: {
26
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ };
28
+ };
29
+ onDispatched: {
30
+ editChromeDefinition: {
31
+ subscribe(fn: (result: void, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ addChromeDefinition: {
34
+ subscribe(fn: (result: void, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
36
+ copyChromeDefinition: {
37
+ subscribe(fn: (result: void, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
+ };
39
+ updateHeaderDefinition: {
40
+ subscribe(fn: (result: void, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ };
42
+ save: {
43
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
+ };
45
+ };
46
+ onFailure: {
47
+ editChromeDefinition: {
48
+ subscribe(fn: (failureReason: any, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
+ };
50
+ addChromeDefinition: {
51
+ subscribe(fn: (failureReason: any, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
+ };
53
+ copyChromeDefinition: {
54
+ subscribe(fn: (failureReason: any, definition: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
+ };
56
+ updateHeaderDefinition: {
57
+ subscribe(fn: (failureReason: any, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
+ };
59
+ save: {
60
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ };
62
+ };
63
+ } & {
64
+ editChromeDefinition(definition: ChromeDefinition): void;
65
+ addChromeDefinition(definition: ChromeDefinition): void;
66
+ copyChromeDefinition(definition: ChromeDefinition): void;
67
+ updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
68
+ save(): void;
69
+ };
70
+ get: {};
71
+ bladeId: {
72
+ chromeEditBlade: Guid;
73
+ chromesBladeId: Guid;
74
+ chromeDefinition: ChromeDefinition;
75
+ };
76
+ };
@@ -0,0 +1,22 @@
1
+ import { DynamicState } from "@omnia/fx-models";
2
+ export interface ContentBlockVelcronState extends DynamicState {
3
+ content: {
4
+ [id: string]: unknown;
5
+ };
6
+ }
7
+ declare const _default: {
8
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } & 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 & {
20
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
21
+ };
22
+ export default _default;
@@ -0,0 +1,49 @@
1
+ import { ChromeDefinition, Guid } from "@omnia/fx-models";
2
+ export declare class FlatChrome implements ChromeDefinition {
3
+ name: string;
4
+ id: Guid;
5
+ header: {
6
+ definitionId: Guid;
7
+ };
8
+ colors: {
9
+ colorSchemaType: any;
10
+ };
11
+ styles: {
12
+ border: {
13
+ top: number;
14
+ bottom: number;
15
+ left: number;
16
+ right: number;
17
+ };
18
+ borderRadius: {
19
+ top: number;
20
+ bottom: number;
21
+ left: number;
22
+ right: number;
23
+ };
24
+ };
25
+ }
26
+ export declare class RoundedChrome implements ChromeDefinition {
27
+ name: string;
28
+ id: Guid;
29
+ header: {
30
+ definitionId: Guid;
31
+ };
32
+ colors: {
33
+ colorSchemaType: any;
34
+ };
35
+ styles: {
36
+ border: {
37
+ top: number;
38
+ bottom: number;
39
+ left: number;
40
+ right: number;
41
+ };
42
+ borderRadius: {
43
+ top: number;
44
+ bottom: number;
45
+ left: number;
46
+ right: number;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,29 @@
1
+ import { ChromeDefinition } from "@omnia/fx-models";
2
+ export declare const useChromeDefinitionStore: () => {
3
+ state: {
4
+ chromeDefinitions: ChromeDefinition[];
5
+ };
6
+ events: {
7
+ onMutatedChromeDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeDefinition[]>;
8
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
9
+ actions: {
10
+ onDispatching: {
11
+ addChromeDefinition: {
12
+ subscribe(fn: (typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
13
+ };
14
+ };
15
+ onDispatched: {
16
+ addChromeDefinition: {
17
+ subscribe(fn: (result: void, typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ };
20
+ onFailure: {
21
+ addChromeDefinition: {
22
+ subscribe(fn: (failureReason: any, typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
+ };
24
+ };
25
+ } & {
26
+ addChromeDefinition(typography: ChromeDefinition): void;
27
+ };
28
+ get: {};
29
+ };
@@ -10,3 +10,4 @@ export * from "./VelcronDefinitionStore";
10
10
  export * from "./BlueprintDefinitionStore";
11
11
  export * from "./TypographyDefinitionStore";
12
12
  export * from "./SpacingDefinitionStore";
13
+ export * from "./ChromeDefinitionStore";