@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,5 +1,6 @@
|
|
1
|
-
|
2
|
-
export
|
1
|
+
export * from "./Panel.css";
|
2
|
+
export declare const DividerTypeDefinitions: string[];
|
3
|
+
export type DividerType = typeof DividerTypeDefinitions[number];
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): {
|
5
6
|
$: import("vue").ComponentInternalInstance;
|
@@ -9,16 +10,16 @@ declare const _default: {
|
|
9
10
|
colorSchemaType?: any;
|
10
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
12
|
"align-y": {
|
12
|
-
type: import("vue").PropType<
|
13
|
+
type: import("vue").PropType<string>;
|
13
14
|
};
|
14
15
|
alignY: {
|
15
|
-
type: import("vue").PropType<
|
16
|
+
type: import("vue").PropType<string>;
|
16
17
|
};
|
17
18
|
"align-x": {
|
18
|
-
type: import("vue").PropType<
|
19
|
+
type: import("vue").PropType<string>;
|
19
20
|
};
|
20
21
|
alignX: {
|
21
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<string>;
|
22
23
|
};
|
23
24
|
toned: {
|
24
25
|
type: import("vue").PropType<boolean>;
|
@@ -41,14 +42,14 @@ declare const _default: {
|
|
41
42
|
type: import("vue").PropType<boolean>;
|
42
43
|
};
|
43
44
|
direction: {
|
44
|
-
type: import("vue").PropType<
|
45
|
+
type: import("vue").PropType<string>;
|
45
46
|
} & {
|
46
|
-
type: import("vue").PropType<
|
47
|
+
type: import("vue").PropType<string>;
|
47
48
|
};
|
48
49
|
divider: {
|
49
|
-
type: import("vue").PropType<
|
50
|
+
type: import("vue").PropType<string>;
|
50
51
|
} & {
|
51
|
-
type: import("vue").PropType<
|
52
|
+
type: import("vue").PropType<string>;
|
52
53
|
};
|
53
54
|
hide: {
|
54
55
|
type: import("vue").PropType<boolean>;
|
@@ -56,9 +57,9 @@ declare const _default: {
|
|
56
57
|
type: import("vue").PropType<boolean>;
|
57
58
|
};
|
58
59
|
variant: {
|
59
|
-
type: import("vue").PropType<
|
60
|
+
type: import("vue").PropType<string>;
|
60
61
|
} & {
|
61
|
-
type: import("vue").PropType<
|
62
|
+
type: import("vue").PropType<string>;
|
62
63
|
};
|
63
64
|
title: {
|
64
65
|
type: import("vue").PropType<string>;
|
@@ -87,16 +88,16 @@ declare const _default: {
|
|
87
88
|
$el: any;
|
88
89
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
89
90
|
"align-y": {
|
90
|
-
type: import("vue").PropType<
|
91
|
+
type: import("vue").PropType<string>;
|
91
92
|
};
|
92
93
|
alignY: {
|
93
|
-
type: import("vue").PropType<
|
94
|
+
type: import("vue").PropType<string>;
|
94
95
|
};
|
95
96
|
"align-x": {
|
96
|
-
type: import("vue").PropType<
|
97
|
+
type: import("vue").PropType<string>;
|
97
98
|
};
|
98
99
|
alignX: {
|
99
|
-
type: import("vue").PropType<
|
100
|
+
type: import("vue").PropType<string>;
|
100
101
|
};
|
101
102
|
toned: {
|
102
103
|
type: import("vue").PropType<boolean>;
|
@@ -119,14 +120,14 @@ declare const _default: {
|
|
119
120
|
type: import("vue").PropType<boolean>;
|
120
121
|
};
|
121
122
|
direction: {
|
122
|
-
type: import("vue").PropType<
|
123
|
+
type: import("vue").PropType<string>;
|
123
124
|
} & {
|
124
|
-
type: import("vue").PropType<
|
125
|
+
type: import("vue").PropType<string>;
|
125
126
|
};
|
126
127
|
divider: {
|
127
|
-
type: import("vue").PropType<
|
128
|
+
type: import("vue").PropType<string>;
|
128
129
|
} & {
|
129
|
-
type: import("vue").PropType<
|
130
|
+
type: import("vue").PropType<string>;
|
130
131
|
};
|
131
132
|
hide: {
|
132
133
|
type: import("vue").PropType<boolean>;
|
@@ -134,9 +135,9 @@ declare const _default: {
|
|
134
135
|
type: import("vue").PropType<boolean>;
|
135
136
|
};
|
136
137
|
variant: {
|
137
|
-
type: import("vue").PropType<
|
138
|
+
type: import("vue").PropType<string>;
|
138
139
|
} & {
|
139
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<string>;
|
140
141
|
};
|
141
142
|
title: {
|
142
143
|
type: import("vue").PropType<string>;
|
@@ -174,16 +175,16 @@ declare const _default: {
|
|
174
175
|
$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;
|
175
176
|
} & Readonly<import("vue").ExtractPropTypes<{
|
176
177
|
"align-y": {
|
177
|
-
type: import("vue").PropType<
|
178
|
+
type: import("vue").PropType<string>;
|
178
179
|
};
|
179
180
|
alignY: {
|
180
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<string>;
|
181
182
|
};
|
182
183
|
"align-x": {
|
183
|
-
type: import("vue").PropType<
|
184
|
+
type: import("vue").PropType<string>;
|
184
185
|
};
|
185
186
|
alignX: {
|
186
|
-
type: import("vue").PropType<
|
187
|
+
type: import("vue").PropType<string>;
|
187
188
|
};
|
188
189
|
toned: {
|
189
190
|
type: import("vue").PropType<boolean>;
|
@@ -206,14 +207,14 @@ declare const _default: {
|
|
206
207
|
type: import("vue").PropType<boolean>;
|
207
208
|
};
|
208
209
|
direction: {
|
209
|
-
type: import("vue").PropType<
|
210
|
+
type: import("vue").PropType<string>;
|
210
211
|
} & {
|
211
|
-
type: import("vue").PropType<
|
212
|
+
type: import("vue").PropType<string>;
|
212
213
|
};
|
213
214
|
divider: {
|
214
|
-
type: import("vue").PropType<
|
215
|
+
type: import("vue").PropType<string>;
|
215
216
|
} & {
|
216
|
-
type: import("vue").PropType<
|
217
|
+
type: import("vue").PropType<string>;
|
217
218
|
};
|
218
219
|
hide: {
|
219
220
|
type: import("vue").PropType<boolean>;
|
@@ -221,9 +222,9 @@ declare const _default: {
|
|
221
222
|
type: import("vue").PropType<boolean>;
|
222
223
|
};
|
223
224
|
variant: {
|
224
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<string>;
|
225
226
|
} & {
|
226
|
-
type: import("vue").PropType<
|
227
|
+
type: import("vue").PropType<string>;
|
227
228
|
};
|
228
229
|
title: {
|
229
230
|
type: import("vue").PropType<string>;
|
@@ -242,16 +243,16 @@ declare const _default: {
|
|
242
243
|
__isSuspense?: never;
|
243
244
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
244
245
|
"align-y": {
|
245
|
-
type: import("vue").PropType<
|
246
|
+
type: import("vue").PropType<string>;
|
246
247
|
};
|
247
248
|
alignY: {
|
248
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<string>;
|
249
250
|
};
|
250
251
|
"align-x": {
|
251
|
-
type: import("vue").PropType<
|
252
|
+
type: import("vue").PropType<string>;
|
252
253
|
};
|
253
254
|
alignX: {
|
254
|
-
type: import("vue").PropType<
|
255
|
+
type: import("vue").PropType<string>;
|
255
256
|
};
|
256
257
|
toned: {
|
257
258
|
type: import("vue").PropType<boolean>;
|
@@ -274,14 +275,14 @@ declare const _default: {
|
|
274
275
|
type: import("vue").PropType<boolean>;
|
275
276
|
};
|
276
277
|
direction: {
|
277
|
-
type: import("vue").PropType<
|
278
|
+
type: import("vue").PropType<string>;
|
278
279
|
} & {
|
279
|
-
type: import("vue").PropType<
|
280
|
+
type: import("vue").PropType<string>;
|
280
281
|
};
|
281
282
|
divider: {
|
282
|
-
type: import("vue").PropType<
|
283
|
+
type: import("vue").PropType<string>;
|
283
284
|
} & {
|
284
|
-
type: import("vue").PropType<
|
285
|
+
type: import("vue").PropType<string>;
|
285
286
|
};
|
286
287
|
hide: {
|
287
288
|
type: import("vue").PropType<boolean>;
|
@@ -289,9 +290,9 @@ declare const _default: {
|
|
289
290
|
type: import("vue").PropType<boolean>;
|
290
291
|
};
|
291
292
|
variant: {
|
292
|
-
type: import("vue").PropType<
|
293
|
+
type: import("vue").PropType<string>;
|
293
294
|
} & {
|
294
|
-
type: import("vue").PropType<
|
295
|
+
type: import("vue").PropType<string>;
|
295
296
|
};
|
296
297
|
title: {
|
297
298
|
type: import("vue").PropType<string>;
|
@@ -314,18 +315,18 @@ declare const _default: {
|
|
314
315
|
} & {
|
315
316
|
title?: string;
|
316
317
|
class?: String | String[];
|
317
|
-
direction?:
|
318
|
+
direction?: string;
|
318
319
|
hide?: boolean;
|
319
320
|
wrap?: boolean;
|
320
321
|
filled?: boolean;
|
321
322
|
grow?: boolean;
|
322
|
-
variant?:
|
323
|
+
variant?: string;
|
323
324
|
toned?: boolean;
|
324
|
-
divider?:
|
325
|
-
alignX?:
|
326
|
-
"align-x"?:
|
327
|
-
alignY?:
|
328
|
-
"align-y"?:
|
325
|
+
divider?: string;
|
326
|
+
alignX?: string;
|
327
|
+
"align-x"?: string;
|
328
|
+
alignY?: string;
|
329
|
+
"align-y"?: string;
|
329
330
|
}>;
|
330
331
|
};
|
331
332
|
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
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: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const Examples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
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: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
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: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|
@@ -1 +1,4 @@
|
|
1
|
-
|
1
|
+
import { ColorDefinition } from "../../velcron/core";
|
2
|
+
export declare const TableStyles: {
|
3
|
+
tableWrapper: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean) => string;
|
4
|
+
};
|
@@ -6,6 +6,11 @@ declare const _default: {
|
|
6
6
|
container?: any;
|
7
7
|
colorSchemaType?: any;
|
8
8
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
9
|
+
toned: {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
};
|
9
14
|
class: {
|
10
15
|
type: import("vue").PropType<String | String[]>;
|
11
16
|
required: boolean;
|
@@ -27,6 +32,11 @@ declare const _default: {
|
|
27
32
|
$emit: (event: string, ...args: any[]) => void;
|
28
33
|
$el: any;
|
29
34
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
35
|
+
toned: {
|
36
|
+
type: import("vue").PropType<boolean>;
|
37
|
+
} & {
|
38
|
+
type: import("vue").PropType<boolean>;
|
39
|
+
};
|
30
40
|
class: {
|
31
41
|
type: import("vue").PropType<String | String[]>;
|
32
42
|
required: boolean;
|
@@ -57,6 +67,11 @@ declare const _default: {
|
|
57
67
|
$nextTick: typeof import("vue").nextTick;
|
58
68
|
$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;
|
59
69
|
} & Readonly<import("vue").ExtractPropTypes<{
|
70
|
+
toned: {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
} & {
|
73
|
+
type: import("vue").PropType<boolean>;
|
74
|
+
};
|
60
75
|
class: {
|
61
76
|
type: import("vue").PropType<String | String[]>;
|
62
77
|
required: boolean;
|
@@ -68,6 +83,11 @@ declare const _default: {
|
|
68
83
|
__isTeleport?: never;
|
69
84
|
__isSuspense?: never;
|
70
85
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
86
|
+
toned: {
|
87
|
+
type: import("vue").PropType<boolean>;
|
88
|
+
} & {
|
89
|
+
type: import("vue").PropType<boolean>;
|
90
|
+
};
|
71
91
|
class: {
|
72
92
|
type: import("vue").PropType<String | String[]>;
|
73
93
|
required: boolean;
|
@@ -83,6 +103,7 @@ declare const _default: {
|
|
83
103
|
colorSchemaType?: any;
|
84
104
|
} & {
|
85
105
|
class?: String | String[];
|
106
|
+
toned?: boolean;
|
86
107
|
}>;
|
87
108
|
};
|
88
109
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorTypes, TypographyType } from "@omnia/fx/models";
|
1
|
+
import { ColorType, ColorTypes, TypographyType, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -19,14 +19,14 @@ declare const _default: {
|
|
19
19
|
type: import("vue").PropType<boolean>;
|
20
20
|
};
|
21
21
|
color: {
|
22
|
-
type: import("vue").PropType<ColorTypes>;
|
22
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
23
23
|
} & {
|
24
|
-
type: import("vue").PropType<ColorTypes>;
|
24
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
25
25
|
};
|
26
26
|
typography: {
|
27
|
-
type: import("vue").PropType<TypographyType>;
|
27
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
28
28
|
} & {
|
29
|
-
type: import("vue").PropType<TypographyType>;
|
29
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
30
30
|
};
|
31
31
|
class: {
|
32
32
|
type: import("vue").PropType<String | String[]>;
|
@@ -61,14 +61,14 @@ declare const _default: {
|
|
61
61
|
type: import("vue").PropType<boolean>;
|
62
62
|
};
|
63
63
|
color: {
|
64
|
-
type: import("vue").PropType<ColorTypes>;
|
64
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
65
65
|
} & {
|
66
|
-
type: import("vue").PropType<ColorTypes>;
|
66
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
67
67
|
};
|
68
68
|
typography: {
|
69
|
-
type: import("vue").PropType<TypographyType>;
|
69
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
70
70
|
} & {
|
71
|
-
type: import("vue").PropType<TypographyType>;
|
71
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
72
72
|
};
|
73
73
|
class: {
|
74
74
|
type: import("vue").PropType<String | String[]>;
|
@@ -112,14 +112,14 @@ declare const _default: {
|
|
112
112
|
type: import("vue").PropType<boolean>;
|
113
113
|
};
|
114
114
|
color: {
|
115
|
-
type: import("vue").PropType<ColorTypes>;
|
115
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
116
116
|
} & {
|
117
|
-
type: import("vue").PropType<ColorTypes>;
|
117
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
118
118
|
};
|
119
119
|
typography: {
|
120
|
-
type: import("vue").PropType<TypographyType>;
|
120
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
121
121
|
} & {
|
122
|
-
type: import("vue").PropType<TypographyType>;
|
122
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
123
123
|
};
|
124
124
|
class: {
|
125
125
|
type: import("vue").PropType<String | String[]>;
|
@@ -144,14 +144,14 @@ declare const _default: {
|
|
144
144
|
type: import("vue").PropType<boolean>;
|
145
145
|
};
|
146
146
|
color: {
|
147
|
-
type: import("vue").PropType<ColorTypes>;
|
147
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
148
148
|
} & {
|
149
|
-
type: import("vue").PropType<ColorTypes>;
|
149
|
+
type: import("vue").PropType<ColorType | ColorTypes>;
|
150
150
|
};
|
151
151
|
typography: {
|
152
|
-
type: import("vue").PropType<TypographyType>;
|
152
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
153
153
|
} & {
|
154
|
-
type: import("vue").PropType<TypographyType>;
|
154
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
155
155
|
};
|
156
156
|
class: {
|
157
157
|
type: import("vue").PropType<String | String[]>;
|
@@ -168,8 +168,8 @@ declare const _default: {
|
|
168
168
|
colorSchemaType?: any;
|
169
169
|
} & {
|
170
170
|
class?: String | String[];
|
171
|
-
color?: ColorTypes;
|
172
|
-
typography?: TypographyType;
|
171
|
+
color?: ColorType | ColorTypes;
|
172
|
+
typography?: TypographyType | TypographyTypes;
|
173
173
|
toned?: boolean;
|
174
174
|
truncateLines?: number;
|
175
175
|
"truncate-lines"?: number;
|
@@ -9,7 +9,7 @@ import { RichTextContentHelper } from ".";
|
|
9
9
|
import { VueComponentBase } from "..";
|
10
10
|
import { IRichTextEditorExtensionHelper } from "./IRichTextEditorExtensionHelper";
|
11
11
|
import { DirectionRuleStore } from "../../stores";
|
12
|
-
export
|
12
|
+
export declare class RichTextEditor extends VueComponentBase implements IWebComponentInstance, IRichTextEditor, IRichTextEditorInstance {
|
13
13
|
initialContent: string;
|
14
14
|
onContentChange: (content: string) => void;
|
15
15
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
@@ -10,7 +10,7 @@ export interface RTFExtensionViewModel extends RichTextEditorExtensionRegistrati
|
|
10
10
|
isChecked?: boolean;
|
11
11
|
isSettingsShowed?: boolean;
|
12
12
|
}
|
13
|
-
export
|
13
|
+
export declare class RichTextEditorSettings extends VueComponentBase implements IWebComponentInstance, IRichTextEditorSettings {
|
14
14
|
showEditorPreview: boolean;
|
15
15
|
extensions: Array<RTFExtensionViewModel>;
|
16
16
|
onExtensionChange: (model: Array<RTFExtensionViewModel>) => void;
|
@@ -48,6 +48,6 @@ export default class RichTextEditorSettings extends VueComponentBase implements
|
|
48
48
|
render(): JSX.Element;
|
49
49
|
renderPreviewEditor(): JSX.Element;
|
50
50
|
renderExtensions(): JSX.Element;
|
51
|
-
renderListTileContent(extension: RTFExtensionViewModel, extensions: RTFExtensionViewModel[]): JSX.Element
|
51
|
+
renderListTileContent(extension: RTFExtensionViewModel, extensions: RTFExtensionViewModel[]): JSX.Element;
|
52
52
|
renderHeadingSettings(extension: RTFExtensionViewModel): JSX.Element;
|
53
53
|
}
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { Node } from "@tiptap/core";
|
2
|
-
export declare const
|
2
|
+
export declare const DocumentNode: Node<any, any>;
|
@@ -1,23 +1,43 @@
|
|
1
|
-
import { ColorSchema, ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
1
|
+
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes } from "@omnia/fx-models";
|
2
2
|
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
3
|
export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
4
4
|
state: {
|
5
|
-
|
6
|
-
|
5
|
+
base: ColorDefinition;
|
6
|
+
onBase: ColorDefinition;
|
7
|
+
container: ColorDefinition;
|
8
|
+
onContainer: ColorDefinition;
|
9
|
+
isContainer: boolean;
|
10
|
+
name: string;
|
11
|
+
colorSchemaType: ColorSchemaType | ColorSchemaTypes;
|
7
12
|
};
|
8
13
|
get: {
|
9
|
-
colorSchema:
|
10
|
-
|
14
|
+
readonly colorSchema: ColorSchema;
|
15
|
+
readonly base: ColorDefinition;
|
16
|
+
readonly onBase: ColorDefinition;
|
17
|
+
readonly container: ColorDefinition;
|
18
|
+
readonly onContainer: ColorDefinition;
|
11
19
|
};
|
12
20
|
actions: {
|
13
|
-
|
14
|
-
|
21
|
+
setColorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean) => void;
|
22
|
+
setThemeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
|
23
|
+
setCustomColorSchema: (colorSchema: ColorSchema, container?: boolean) => void;
|
24
|
+
setColor: (colorDefinition: ColorDefinition, colorType: ColorTypes) => void;
|
15
25
|
};
|
16
26
|
events: {
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
27
|
+
onMutatingBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
28
|
+
onMutatedBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
29
|
+
onMutatingOnBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
30
|
+
onMutatedOnBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
31
|
+
onMutatingContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
32
|
+
onMutatedContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
33
|
+
onMutatingOnContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
34
|
+
onMutatedOnContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
35
|
+
onMutatingIsContainer: import("@omnia/fx").EventHook<boolean>;
|
36
|
+
onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
|
37
|
+
onMutatingName: import("@omnia/fx").EventHook<string>;
|
38
|
+
onMutatedName: import("@omnia/fx").EventHook<string>;
|
39
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaType | ColorSchemaTypes>;
|
40
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaType | ColorSchemaTypes>;
|
21
41
|
};
|
22
42
|
activated: void;
|
23
43
|
};
|