@omnia/fx 8.0.20-vnext → 8.0.21-vnext

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 (84) hide show
  1. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -2
  5. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -4
  6. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  7. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -2
  8. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +17 -17
  9. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  11. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -0
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
  14. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  17. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  18. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  19. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
  20. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  21. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +23 -10
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +26 -6
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +27 -7
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +28 -8
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +171 -19
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  48. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +32 -30
  49. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  52. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -31
  53. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +46 -0
  55. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +46 -0
  56. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +21 -0
  59. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +8 -4
  60. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +50 -49
  61. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
  62. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
  64. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
  65. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  68. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +21 -0
  69. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +19 -19
  70. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +31 -11
  74. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  75. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +63 -0
  76. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
  78. package/internal-do-not-import-from-here/wctypings.d.ts +6 -2
  79. package/package.json +3 -3
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  82. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  83. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  84. /package/internal-do-not-import-from-here/ux/{oxide/btn/docs/ButtonIntro.d.ts → compositiontests/WowComp.d.ts} +0 -0
@@ -3,7 +3,10 @@ declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
6
+ $props: Partial<{
7
+ container?: any;
8
+ colorSchemaType?: any;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
10
  "theme-target-id": {
8
11
  type: import("vue").PropType<string>;
9
12
  };
@@ -38,7 +41,9 @@ declare const _default: {
38
41
  } & {
39
42
  type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
40
43
  };
41
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
44
+ colorSchemaType?: any;
45
+ container?: any;
46
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
42
47
  $attrs: {
43
48
  [x: string]: unknown;
44
49
  };
@@ -87,7 +92,12 @@ declare const _default: {
87
92
  } & {
88
93
  type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
89
94
  };
90
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
95
+ colorSchemaType?: any;
96
+ container?: any;
97
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
+ container?: any;
99
+ colorSchemaType?: any;
100
+ }, {}, string> & {
91
101
  beforeCreate?: (() => void) | (() => void)[];
92
102
  created?: (() => void) | (() => void)[];
93
103
  beforeMount?: (() => void) | (() => void)[];
@@ -142,6 +152,8 @@ declare const _default: {
142
152
  } & {
143
153
  type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
144
154
  };
155
+ colorSchemaType?: any;
156
+ container?: any;
145
157
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
146
158
  __isFragment?: never;
147
159
  __isTeleport?: never;
@@ -181,17 +193,25 @@ declare const _default: {
181
193
  } & {
182
194
  type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
183
195
  };
184
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
185
- propsDefinition: Readonly<{} & {
196
+ colorSchemaType?: any;
197
+ container?: any;
198
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
199
+ container?: any;
200
+ colorSchemaType?: any;
201
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
202
+ propsDefinition: Readonly<{
203
+ container?: any;
204
+ colorSchemaType?: any;
205
+ } & {
186
206
  column?: SectionItem<ColumnedSectionItemSettings>;
187
207
  themeTargetId?: string;
188
208
  "theme-target-id"?: string;
189
209
  settings?: SectionSettings;
190
210
  layoutId?: string;
191
- useScrollMargingFix?: boolean;
192
- tabState?: object;
193
211
  "layout-id"?: string;
212
+ useScrollMargingFix?: boolean;
194
213
  "use-scroll-marging-fix"?: boolean;
214
+ tabState?: object;
195
215
  "tab-state"?: object;
196
216
  }>;
197
217
  };
@@ -1,4 +1,4 @@
1
- import { ColorSchema } from "@omnia/fx-models";
1
+ import { ColorDefinition } from "@omnia/fx-models";
2
2
  /**
3
3
  * Styles for the LayoutColumnStyles component
4
4
  */
@@ -6,10 +6,10 @@ export declare const LayoutSectionStyles: {
6
6
  layoutMode: {
7
7
  selectedPadding: string;
8
8
  regularPadding: string;
9
- selectorContainer: (colorSchema: ColorSchema, isSelected: any) => string;
9
+ selectorContainer: (baseColor: ColorDefinition, isSelected: any) => string;
10
10
  topLevelSpacing: string;
11
11
  showhideTransition: (show: any) => string;
12
- toolbar: (colorSchema: ColorSchema) => string;
12
+ toolbar: (baseColor: ColorDefinition) => string;
13
13
  removeScrollMargin: string;
14
14
  positionItemSelectorOnBorderTop: string;
15
15
  positionItemSelectorOnBorderTopCorrection: string;
@@ -10,7 +10,10 @@ declare const _default: {
10
10
  new (...args: any[]): {
11
11
  $: import("vue").ComponentInternalInstance;
12
12
  $data: {};
13
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
+ $props: Partial<{
14
+ container?: any;
15
+ colorSchemaType?: any;
16
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
17
  "tab-state": {
15
18
  type: import("vue").PropType<object>;
16
19
  };
@@ -40,7 +43,9 @@ declare const _default: {
40
43
  parentContainer: {
41
44
  type: import("vue").PropType<LayoutItem>;
42
45
  };
43
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
46
+ colorSchemaType?: any;
47
+ container?: any;
48
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
44
49
  $attrs: {
45
50
  [x: string]: unknown;
46
51
  };
@@ -84,7 +89,12 @@ declare const _default: {
84
89
  parentContainer: {
85
90
  type: import("vue").PropType<LayoutItem>;
86
91
  };
87
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
92
+ colorSchemaType?: any;
93
+ container?: any;
94
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
+ container?: any;
96
+ colorSchemaType?: any;
97
+ }, {}, string> & {
88
98
  beforeCreate?: (() => void) | (() => void)[];
89
99
  created?: (() => void) | (() => void)[];
90
100
  beforeMount?: (() => void) | (() => void)[];
@@ -134,6 +144,8 @@ declare const _default: {
134
144
  parentContainer: {
135
145
  type: import("vue").PropType<LayoutItem>;
136
146
  };
147
+ colorSchemaType?: any;
148
+ container?: any;
137
149
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
138
150
  __isFragment?: never;
139
151
  __isTeleport?: never;
@@ -168,16 +180,24 @@ declare const _default: {
168
180
  parentContainer: {
169
181
  type: import("vue").PropType<LayoutItem>;
170
182
  };
171
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
172
- propsDefinition: Readonly<{} & {
183
+ colorSchemaType?: any;
184
+ container?: any;
185
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
+ container?: any;
187
+ colorSchemaType?: any;
188
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
189
+ propsDefinition: Readonly<{
190
+ container?: any;
191
+ colorSchemaType?: any;
192
+ } & {
173
193
  section?: Section<import("@omnia/fx-models").SectionSettings>;
174
194
  parentContainer?: LayoutItem;
175
- layoutId?: string;
176
- useScrollMargingFix?: boolean;
177
195
  "parent-container"?: LayoutItem;
178
- tabState?: object;
196
+ layoutId?: string;
179
197
  "layout-id"?: string;
198
+ useScrollMargingFix?: boolean;
180
199
  "use-scroll-marging-fix"?: boolean;
200
+ tabState?: object;
181
201
  "tab-state"?: object;
182
202
  }>;
183
203
  };
@@ -41,6 +41,6 @@ declare const _default: {
41
41
  __isTeleport?: never;
42
42
  __isSuspense?: never;
43
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: Readonly<{} & {}>; /**Default when nothing is selected is layout */
44
+ propsDefinition: Readonly<{} & {}>;
45
45
  };
46
46
  export default _default;
@@ -1,27 +1,179 @@
1
- import { BlockCatalogStore, LayoutCanvasStore } from "../../";
2
1
  import { ColorSchemaTypes, ColorTypes, LayoutItem } from "../../../../models";
3
- import { VueComponentBase } from "../../..";
4
2
  export interface TargetSelectorProps {
5
- container: LayoutItem;
3
+ parentContainer: LayoutItem;
6
4
  small: boolean;
7
5
  siblingId?: string;
8
6
  postInsert?: boolean;
9
7
  colorType?: ColorTypes;
10
8
  colorSchemaType?: ColorSchemaTypes;
11
9
  }
12
- export declare class TargetSelector extends VueComponentBase<TargetSelectorProps> {
13
- container: LayoutItem;
14
- siblingId?: string;
15
- postInsert?: boolean;
16
- small: boolean;
17
- colorType: ColorTypes;
18
- colorSchemaType: ColorSchemaTypes;
19
- layoutEditorStore: LayoutCanvasStore;
20
- layoutItemStore: BlockCatalogStore;
21
- mounted(): void;
22
- /**
23
- * Eventhandler for adding a layout item
24
- */
25
- onTargetSelected(e: Event): void;
26
- render(): JSX.Element;
27
- }
10
+ declare const _default: {
11
+ new (...args: any[]): {
12
+ $: import("vue").ComponentInternalInstance;
13
+ $data: {};
14
+ $props: Partial<{
15
+ container?: any;
16
+ colorSchemaType?: any;
17
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
+ small: {
19
+ type: import("vue").PropType<boolean>;
20
+ } & {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ "post-insert": {
24
+ type: import("vue").PropType<boolean>;
25
+ };
26
+ postInsert: {
27
+ type: import("vue").PropType<boolean>;
28
+ };
29
+ "sibling-id": {
30
+ type: import("vue").PropType<string>;
31
+ };
32
+ siblingId: {
33
+ type: import("vue").PropType<string>;
34
+ };
35
+ "parent-container": {
36
+ type: import("vue").PropType<LayoutItem>;
37
+ };
38
+ parentContainer: {
39
+ type: import("vue").PropType<LayoutItem>;
40
+ };
41
+ colorSchemaType?: any;
42
+ container?: any;
43
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
44
+ $attrs: {
45
+ [x: string]: unknown;
46
+ };
47
+ $refs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $slots: Readonly<{
51
+ [name: string]: import("vue").Slot;
52
+ }>;
53
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
54
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
55
+ $emit: (event: string, ...args: any[]) => void;
56
+ $el: any;
57
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
+ small: {
59
+ type: import("vue").PropType<boolean>;
60
+ } & {
61
+ type: import("vue").PropType<boolean>;
62
+ };
63
+ "post-insert": {
64
+ type: import("vue").PropType<boolean>;
65
+ };
66
+ postInsert: {
67
+ type: import("vue").PropType<boolean>;
68
+ };
69
+ "sibling-id": {
70
+ type: import("vue").PropType<string>;
71
+ };
72
+ siblingId: {
73
+ type: import("vue").PropType<string>;
74
+ };
75
+ "parent-container": {
76
+ type: import("vue").PropType<LayoutItem>;
77
+ };
78
+ parentContainer: {
79
+ type: import("vue").PropType<LayoutItem>;
80
+ };
81
+ colorSchemaType?: any;
82
+ container?: any;
83
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
+ container?: any;
85
+ colorSchemaType?: any;
86
+ }, {}, string> & {
87
+ beforeCreate?: (() => void) | (() => void)[];
88
+ created?: (() => void) | (() => void)[];
89
+ beforeMount?: (() => void) | (() => void)[];
90
+ mounted?: (() => void) | (() => void)[];
91
+ beforeUpdate?: (() => void) | (() => void)[];
92
+ updated?: (() => void) | (() => void)[];
93
+ activated?: (() => void) | (() => void)[];
94
+ deactivated?: (() => void) | (() => void)[];
95
+ beforeDestroy?: (() => void) | (() => void)[];
96
+ beforeUnmount?: (() => void) | (() => void)[];
97
+ destroyed?: (() => void) | (() => void)[];
98
+ unmounted?: (() => void) | (() => void)[];
99
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
100
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
101
+ 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)[];
102
+ };
103
+ $forceUpdate: () => void;
104
+ $nextTick: typeof import("vue").nextTick;
105
+ $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;
106
+ } & Readonly<import("vue").ExtractPropTypes<{
107
+ small: {
108
+ type: import("vue").PropType<boolean>;
109
+ } & {
110
+ type: import("vue").PropType<boolean>;
111
+ };
112
+ "post-insert": {
113
+ type: import("vue").PropType<boolean>;
114
+ };
115
+ postInsert: {
116
+ type: import("vue").PropType<boolean>;
117
+ };
118
+ "sibling-id": {
119
+ type: import("vue").PropType<string>;
120
+ };
121
+ siblingId: {
122
+ type: import("vue").PropType<string>;
123
+ };
124
+ "parent-container": {
125
+ type: import("vue").PropType<LayoutItem>;
126
+ };
127
+ parentContainer: {
128
+ type: import("vue").PropType<LayoutItem>;
129
+ };
130
+ colorSchemaType?: any;
131
+ container?: any;
132
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
133
+ __isFragment?: never;
134
+ __isTeleport?: never;
135
+ __isSuspense?: never;
136
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
137
+ small: {
138
+ type: import("vue").PropType<boolean>;
139
+ } & {
140
+ type: import("vue").PropType<boolean>;
141
+ };
142
+ "post-insert": {
143
+ type: import("vue").PropType<boolean>;
144
+ };
145
+ postInsert: {
146
+ type: import("vue").PropType<boolean>;
147
+ };
148
+ "sibling-id": {
149
+ type: import("vue").PropType<string>;
150
+ };
151
+ siblingId: {
152
+ type: import("vue").PropType<string>;
153
+ };
154
+ "parent-container": {
155
+ type: import("vue").PropType<LayoutItem>;
156
+ };
157
+ parentContainer: {
158
+ type: import("vue").PropType<LayoutItem>;
159
+ };
160
+ colorSchemaType?: any;
161
+ container?: any;
162
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
163
+ container?: any;
164
+ colorSchemaType?: any;
165
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
166
+ propsDefinition: Readonly<{
167
+ container?: any;
168
+ colorSchemaType?: any;
169
+ } & {
170
+ small?: boolean;
171
+ parentContainer?: LayoutItem;
172
+ "parent-container"?: LayoutItem;
173
+ siblingId?: string;
174
+ "sibling-id"?: string;
175
+ postInsert?: boolean;
176
+ "post-insert"?: boolean;
177
+ }>;
178
+ };
179
+ export default _default;