@omnia/fx-models 8.0.86-vnext → 8.0.88-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/ManifestIds.d.ts
CHANGED
@@ -6,6 +6,7 @@ export declare class OmniaGroupManifests {
|
|
6
6
|
static get FxConsole(): Guid;
|
7
7
|
static get Fx(): Guid;
|
8
8
|
static get FxUxCommonComponents(): Guid;
|
9
|
+
static get FxUxCommonOxides(): Guid;
|
9
10
|
static get FxUxRichTextEditor(): Guid;
|
10
11
|
static get Header(): Guid;
|
11
12
|
static get LayoutCanvasGroup(): Guid;
|
@@ -26,6 +27,7 @@ export declare class OmniaResourceManifests {
|
|
26
27
|
static get ConsoleCommands(): Guid;
|
27
28
|
static get FxUxVRating(): Guid;
|
28
29
|
static get FxUxVuetifyHover(): Guid;
|
30
|
+
static get FxUxVuetifyStepper(): Guid;
|
29
31
|
static get FxUxVuetifyCombobox(): Guid;
|
30
32
|
static get FxUxVuetifySlider(): Guid;
|
31
33
|
static get FxUxVuetifyChip(): Guid;
|
@@ -136,6 +138,51 @@ export declare class OmniaWebComponentManifests {
|
|
136
138
|
static get VersionedLayoutController(): Guid;
|
137
139
|
static get VersionedLayoutEditorChrome(): Guid;
|
138
140
|
static get BladeHeader(): Guid;
|
141
|
+
static get OAppBar(): Guid;
|
142
|
+
static get OAvatar(): Guid;
|
143
|
+
static get OBadge(): Guid;
|
144
|
+
static get OBtn(): Guid;
|
145
|
+
static get OBtnGroup(): Guid;
|
146
|
+
static get OCard(): Guid;
|
147
|
+
static get OCheckBox(): Guid;
|
148
|
+
static get OChip(): Guid;
|
149
|
+
static get OColumn(): Guid;
|
150
|
+
static get ODataTable(): Guid;
|
151
|
+
static get ODialog(): Guid;
|
152
|
+
static get ODivider(): Guid;
|
153
|
+
static get ODraggable(): Guid;
|
154
|
+
static get OExpansionpanels(): Guid;
|
155
|
+
static get OExpansionpanel(): Guid;
|
156
|
+
static get OHostProvider(): Guid;
|
157
|
+
static get OIcon(): Guid;
|
158
|
+
static get OImage(): Guid;
|
159
|
+
static get OLayout(): Guid;
|
160
|
+
static get OList(): Guid;
|
161
|
+
static get OListItem(): Guid;
|
162
|
+
static get OMain(): Guid;
|
163
|
+
static get OMenu(): Guid;
|
164
|
+
static get ONavigationDrawer(): Guid;
|
165
|
+
static get OPanel(): Guid;
|
166
|
+
static get OProgress(): Guid;
|
167
|
+
static get ORadio(): Guid;
|
168
|
+
static get ORadioGroup(): Guid;
|
169
|
+
static get OSelect(): Guid;
|
170
|
+
static get OSlider(): Guid;
|
171
|
+
static get OSnackbar(): Guid;
|
172
|
+
static get OSpacer(): Guid;
|
173
|
+
static get OStepper(): Guid;
|
174
|
+
static get OStepperStep(): Guid;
|
175
|
+
static get OSwitch(): Guid;
|
176
|
+
static get OTable(): Guid;
|
177
|
+
static get OTab(): Guid;
|
178
|
+
static get OTabs(): Guid;
|
179
|
+
static get OText(): Guid;
|
180
|
+
static get OTextArea(): Guid;
|
181
|
+
static get OTextField(): Guid;
|
182
|
+
static get OToolbar(): Guid;
|
183
|
+
static get OTooltip(): Guid;
|
184
|
+
static get OTreeView(): Guid;
|
185
|
+
static get OValidation(): Guid;
|
139
186
|
static get Admin(): Guid;
|
140
187
|
static get AdminShortcut(): Guid;
|
141
188
|
static get Bladestest(): Guid;
|
@@ -156,7 +203,6 @@ export declare class OmniaWebComponentManifests {
|
|
156
203
|
static get FxUxInputToken(): Guid;
|
157
204
|
static get FxUxIconpicker(): Guid;
|
158
205
|
static get FxUxJourney(): Guid;
|
159
|
-
static get OBtn(): Guid;
|
160
206
|
static get FxUxMenuBlade(): Guid;
|
161
207
|
static get FxUxWizard(): Guid;
|
162
208
|
static get FxUxPeoplePicker(): Guid;
|
package/ManifestIds.js
CHANGED
@@ -18,6 +18,9 @@ class OmniaGroupManifests {
|
|
18
18
|
static get FxUxCommonComponents() {
|
19
19
|
return new models_1.Guid("f3a0fed1-f692-4f09-a308-ba778eda1258");
|
20
20
|
}
|
21
|
+
static get FxUxCommonOxides() {
|
22
|
+
return new models_1.Guid("8afeaaa8-f1af-4201-9461-e86351ff30ca");
|
23
|
+
}
|
21
24
|
static get FxUxRichTextEditor() {
|
22
25
|
return new models_1.Guid("027673f5-c292-478e-96c5-e4aa41c217f3");
|
23
26
|
}
|
@@ -80,7 +83,7 @@ class OmniaResourceManifests {
|
|
80
83
|
return new models_1.Guid("c91c7905-18f2-43a6-b389-9d30709dbdb7");
|
81
84
|
}
|
82
85
|
//public static get FxUxVuetifyBadge(): Guid { return new Guid("42da6bee-8c61-426c-aeb5-b480ecc01f06"); }
|
83
|
-
|
86
|
+
static get FxUxVuetifyStepper() { return new models_1.Guid("3104db5f-e983-4e06-925e-9b5375276512"); }
|
84
87
|
static get FxUxVuetifyCombobox() {
|
85
88
|
return new models_1.Guid("0EDAD567-65C0-433F-A871-A59E460D70F0");
|
86
89
|
}
|
@@ -424,6 +427,141 @@ class OmniaWebComponentManifests {
|
|
424
427
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
425
428
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
426
429
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
430
|
+
static get OAppBar() {
|
431
|
+
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
432
|
+
}
|
433
|
+
static get OAvatar() {
|
434
|
+
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
435
|
+
}
|
436
|
+
static get OBadge() {
|
437
|
+
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
438
|
+
}
|
439
|
+
static get OBtn() {
|
440
|
+
return new models_1.Guid("2dc36afd-2759-4696-ad30-c07d123dcc62");
|
441
|
+
}
|
442
|
+
static get OBtnGroup() {
|
443
|
+
return new models_1.Guid("2c933089-7d81-4c55-987d-0530d63d458e");
|
444
|
+
}
|
445
|
+
static get OCard() {
|
446
|
+
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
447
|
+
}
|
448
|
+
static get OCheckBox() {
|
449
|
+
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
450
|
+
}
|
451
|
+
static get OChip() {
|
452
|
+
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
453
|
+
}
|
454
|
+
static get OColumn() {
|
455
|
+
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
456
|
+
}
|
457
|
+
static get ODataTable() {
|
458
|
+
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
459
|
+
}
|
460
|
+
static get ODialog() {
|
461
|
+
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
462
|
+
}
|
463
|
+
static get ODivider() {
|
464
|
+
return new models_1.Guid("c0415286-cfac-4134-9dd2-64dc1621c463");
|
465
|
+
}
|
466
|
+
static get ODraggable() {
|
467
|
+
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
468
|
+
}
|
469
|
+
static get OExpansionpanels() {
|
470
|
+
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
471
|
+
}
|
472
|
+
static get OExpansionpanel() {
|
473
|
+
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
474
|
+
}
|
475
|
+
static get OHostProvider() {
|
476
|
+
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
477
|
+
}
|
478
|
+
static get OIcon() {
|
479
|
+
return new models_1.Guid("df79ba95-ee5d-4013-9e79-35297b7d1e87");
|
480
|
+
}
|
481
|
+
static get OImage() {
|
482
|
+
return new models_1.Guid("1a821ca3-b97a-4b78-bf23-5864addd38ca");
|
483
|
+
}
|
484
|
+
static get OLayout() {
|
485
|
+
return new models_1.Guid("428e436c-13dc-4578-98a4-08786361c9b1");
|
486
|
+
}
|
487
|
+
static get OList() {
|
488
|
+
return new models_1.Guid("154a229c-9bd8-4d31-aed8-48da93f29ea2");
|
489
|
+
}
|
490
|
+
static get OListItem() {
|
491
|
+
return new models_1.Guid("4a463184-5ea2-4fbb-8cab-dbb9b06772da");
|
492
|
+
}
|
493
|
+
static get OMain() {
|
494
|
+
return new models_1.Guid("1ed9f2ec-3580-492c-b211-d719c9b15ad1");
|
495
|
+
}
|
496
|
+
static get OMenu() {
|
497
|
+
return new models_1.Guid("01c206c8-b30e-4140-8b64-57cdea679b78");
|
498
|
+
}
|
499
|
+
static get ONavigationDrawer() {
|
500
|
+
return new models_1.Guid("48b4d391-d03f-4a01-a948-5b845917d229");
|
501
|
+
}
|
502
|
+
static get OPanel() {
|
503
|
+
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
504
|
+
}
|
505
|
+
static get OProgress() {
|
506
|
+
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
507
|
+
}
|
508
|
+
static get ORadio() {
|
509
|
+
return new models_1.Guid("2d9c50d3-dcb1-421c-afb8-eab80be243a1");
|
510
|
+
}
|
511
|
+
static get ORadioGroup() {
|
512
|
+
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
513
|
+
}
|
514
|
+
static get OSelect() {
|
515
|
+
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
516
|
+
}
|
517
|
+
static get OSlider() {
|
518
|
+
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
519
|
+
}
|
520
|
+
static get OSnackbar() {
|
521
|
+
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
522
|
+
}
|
523
|
+
static get OSpacer() {
|
524
|
+
return new models_1.Guid("c26ccc7a-eae0-4f76-a062-e83c6df302fc");
|
525
|
+
}
|
526
|
+
static get OStepper() {
|
527
|
+
return new models_1.Guid("7cc2d4fe-ecde-4174-badc-5797ba6fb53e");
|
528
|
+
}
|
529
|
+
static get OStepperStep() {
|
530
|
+
return new models_1.Guid("a8c8ffd3-d8ff-46ee-969d-8fb6b9522104");
|
531
|
+
}
|
532
|
+
static get OSwitch() {
|
533
|
+
return new models_1.Guid("31cc47b1-9e7d-4c40-b826-f58d1c955a43");
|
534
|
+
}
|
535
|
+
static get OTable() {
|
536
|
+
return new models_1.Guid("9ae46ba0-5370-4a32-9be2-91bf111c2a85");
|
537
|
+
}
|
538
|
+
static get OTab() {
|
539
|
+
return new models_1.Guid("8669930d-609c-497e-8cde-0c554621db88");
|
540
|
+
}
|
541
|
+
static get OTabs() {
|
542
|
+
return new models_1.Guid("7345c491-927b-4343-8d9f-5e14f51fbfad");
|
543
|
+
}
|
544
|
+
static get OText() {
|
545
|
+
return new models_1.Guid("b5a11307-4f70-4ba8-9e1e-e4102ea95536");
|
546
|
+
}
|
547
|
+
static get OTextArea() {
|
548
|
+
return new models_1.Guid("1e7db8a9-8533-485d-97b4-359f64601ff0");
|
549
|
+
}
|
550
|
+
static get OTextField() {
|
551
|
+
return new models_1.Guid("94cf71a5-a68d-4b86-aea3-25d400df2bd2");
|
552
|
+
}
|
553
|
+
static get OToolbar() {
|
554
|
+
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
555
|
+
}
|
556
|
+
static get OTooltip() {
|
557
|
+
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
558
|
+
}
|
559
|
+
static get OTreeView() {
|
560
|
+
return new models_1.Guid("c617a9d7-e252-4992-9c41-becb55905973");
|
561
|
+
}
|
562
|
+
static get OValidation() {
|
563
|
+
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
564
|
+
}
|
427
565
|
static get Admin() {
|
428
566
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
429
567
|
}
|
@@ -484,9 +622,6 @@ class OmniaWebComponentManifests {
|
|
484
622
|
static get FxUxJourney() {
|
485
623
|
return new models_1.Guid("c362ce2d-88bf-493e-9581-d88a858fcae9");
|
486
624
|
}
|
487
|
-
static get OBtn() {
|
488
|
-
return new models_1.Guid("678a52a5-101d-4149-8d47-754aeae5f9f6");
|
489
|
-
}
|
490
625
|
static get FxUxMenuBlade() {
|
491
626
|
return new models_1.Guid("f3b4f675-c04e-45b1-a767-f98daabc0dc7");
|
492
627
|
}
|
package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts
CHANGED
@@ -1,13 +1,28 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronImageRatios } from "@omnia/fx-models";
|
2
|
+
export interface ResolvedPropertyEditor {
|
3
|
+
editor: VelcronPropertyEditor;
|
4
|
+
}
|
5
|
+
export interface BuiltInPropertyEditors {
|
6
|
+
text: unknown;
|
7
|
+
slider: unknown;
|
8
|
+
switch: unknown;
|
9
|
+
alignment: unknown;
|
10
|
+
color: unknown;
|
11
|
+
markdown: unknown;
|
12
|
+
icon: unknown;
|
13
|
+
image: unknown;
|
14
|
+
typography: unknown;
|
15
|
+
}
|
2
16
|
export interface VelcronPropertyEditor<TSettings = any> {
|
3
17
|
name?: string;
|
18
|
+
category?: string;
|
4
19
|
type: BuiltInPropertyEditorType | string;
|
5
20
|
settings?: TSettings;
|
6
|
-
|
7
|
-
|
21
|
+
stateMapping?: string;
|
22
|
+
propertyMapping?: string;
|
8
23
|
component?: unknown;
|
9
24
|
}
|
10
|
-
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image";
|
25
|
+
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography";
|
11
26
|
export declare enum BuiltInPropertyEditorTypes {
|
12
27
|
text = "text",
|
13
28
|
slider = "slider",
|
@@ -16,7 +31,8 @@ export declare enum BuiltInPropertyEditorTypes {
|
|
16
31
|
color = "color",
|
17
32
|
markdown = "markdown",
|
18
33
|
icon = "icon",
|
19
|
-
image = "image"
|
34
|
+
image = "image",
|
35
|
+
typography = "typography"
|
20
36
|
}
|
21
37
|
export interface VelcronSliderPropertyEditorSettings {
|
22
38
|
min: number;
|
@@ -29,6 +45,9 @@ export interface VelcronSliderPropertyEditor extends VelcronPropertyEditor<Velcr
|
|
29
45
|
export interface VelcronTextPropertyEditor extends VelcronPropertyEditor<any> {
|
30
46
|
type: "text";
|
31
47
|
}
|
48
|
+
export interface VelcronTypographyPropertyEditor extends VelcronPropertyEditor<any> {
|
49
|
+
type: "typography";
|
50
|
+
}
|
32
51
|
export interface VelcronSwitchPropertyEditor extends VelcronPropertyEditor<any> {
|
33
52
|
type: "switch";
|
34
53
|
}
|
package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js
CHANGED
@@ -11,4 +11,5 @@ var BuiltInPropertyEditorTypes;
|
|
11
11
|
BuiltInPropertyEditorTypes["markdown"] = "markdown";
|
12
12
|
BuiltInPropertyEditorTypes["icon"] = "icon";
|
13
13
|
BuiltInPropertyEditorTypes["image"] = "image";
|
14
|
+
BuiltInPropertyEditorTypes["typography"] = "typography";
|
14
15
|
})(BuiltInPropertyEditorTypes = exports.BuiltInPropertyEditorTypes || (exports.BuiltInPropertyEditorTypes = {}));
|