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