@omnia/tooling-vue 8.0.504-dev → 8.0.506-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,7 +29,6 @@ import wcfd300449c17f44fd80d83e709a10bf63 from '../../../../client/fx/ux/feature
|
|
|
29
29
|
import wc041c5cb1e6fc487f98669ee2fb4edee0 from '../../../../client/fx/ux/features/blades/FeaturePropertiesBlade';
|
|
30
30
|
import wc629ff3fc45f84df382ddb6282d968547 from '../../../../client/fx/ux/features/FeaturesJourneyTenant';
|
|
31
31
|
import wc47f40c108c6d482197c5f462acf292d2 from '../../../../client/fx/ux/features/FeaturesJourneyAppInstance';
|
|
32
|
-
import wc828d6c37d5524e7d9f949270c521b6da from '../../../../client/fx/ux/fieldcontainer/FieldContainer';
|
|
33
32
|
import wcdf386f66c6a746298c4f53b2948e14be from '../../../../client/fx/ux/filepicker/FilePickerRenderer';
|
|
34
33
|
import wc1fab0218538f431c91ece4e10cbd468c from '../../../../client/fx/ux/fileuploader/FileUploader';
|
|
35
34
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../../../client/fx/ux/filterengine/FilterEngineSettings';
|
|
@@ -137,6 +136,7 @@ import wcbe381da6819b477c857057f129cd9210 from '../../../../client/fx/ux/social/
|
|
|
137
136
|
import wcdc26034aad994c5c8ec6992d317df993 from '../../../../client/fx/ux/social/Reactions';
|
|
138
137
|
import wc5aaaefb501d64fe59da8b779a54c0a55 from '../../../../client/fx/ux/statuscoderenderer/StatusCodeRenderer';
|
|
139
138
|
import wccb83d46eaaed44d4920d4d5da21bc488 from '../../../../client/fx/ux/statusmessageoverlay/StatusMessageOverlay';
|
|
139
|
+
import wc59222631556449889b1d7677ba57ff82 from '../../../../client/fx/ux/tag/HashTagList';
|
|
140
140
|
import wc3ccd469648b244efb3fbf9b561ca1967 from '../../../../client/fx/ux/templatepicker/TemplatePicker';
|
|
141
141
|
import wce6ce806749594b1da7e0ae5f60cef41c from '../../../../client/fx/ux/texttranslator/TextTranslator';
|
|
142
142
|
import wca9e655701cd249aca6b2af56caea6630 from '../../../../client/fx/ux/timeperiodpicker/TimePeriodPicker';
|
|
@@ -245,6 +245,7 @@ import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/re
|
|
|
245
245
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
|
|
246
246
|
import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey/selection/JourneySelect';
|
|
247
247
|
import wc58e999e5a1184a7fbea90061fc377f91 from '../../../../client/fx/ux/journey/selection/JourneySelectionListRenderer';
|
|
248
|
+
import wc806ee9675e9943459e5d30369a919c86 from '../../../../client/fx/ux/journey/selection/JourneySelectV2';
|
|
248
249
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas_old';
|
|
249
250
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
250
251
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
@@ -296,6 +297,7 @@ import wc3465fc250ac44f43af9d3df1cf17ec55 from '../../../../client/fx/ux/oxide/d
|
|
|
296
297
|
import wc220372653d7a43a6a79cf1d01a23cffb from '../../../../client/fx/ux/oxide/expansionpanel/ExpansionPanels';
|
|
297
298
|
import wca6ca5f7d21d24b168fcab70c965fded1 from '../../../../client/fx/ux/oxide/expansionpanel/ExpansionPanel';
|
|
298
299
|
import wc12f88f4b9cf142cc8e5f6b203e55c873 from '../../../../client/fx/ux/oxide/fab/FloatingActionButton';
|
|
300
|
+
import wc08e649a4936d4ae495641bf7950ee56f from '../../../../client/fx/ux/oxide/fieldcontainer/FieldContainer';
|
|
299
301
|
import wc1691e25d963243f9b78a548fe8d2e8a7 from '../../../../client/fx/ux/oxide/flex/Flex';
|
|
300
302
|
import wcee11b15d9e30495fb46b0c84244110c2 from '../../../../client/fx/ux/oxide/flex/Row';
|
|
301
303
|
import wc02b49401a3554f3db9fc158e52535ac3 from '../../../../client/fx/ux/oxide/form/Form';
|
|
@@ -1128,22 +1130,6 @@ declare global {
|
|
|
1128
1130
|
};
|
|
1129
1131
|
};
|
|
1130
1132
|
};
|
|
1131
|
-
"field": {
|
|
1132
|
-
"container": typeof wc828d6c37d5524e7d9f949270c521b6da extends {
|
|
1133
|
-
propsDefinition: infer TProp;
|
|
1134
|
-
} ? {
|
|
1135
|
-
new (...args: any[]): {
|
|
1136
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1137
|
-
};
|
|
1138
|
-
} : typeof wc828d6c37d5524e7d9f949270c521b6da;
|
|
1139
|
-
"validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d extends {
|
|
1140
|
-
propsDefinition: infer TProp;
|
|
1141
|
-
} ? {
|
|
1142
|
-
new (...args: any[]): {
|
|
1143
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1144
|
-
};
|
|
1145
|
-
} : typeof wc90cfd68bb4e04f67bfd5677bdf4af59d;
|
|
1146
|
-
};
|
|
1147
1133
|
"file": {
|
|
1148
1134
|
"picker": typeof wcdf386f66c6a746298c4f53b2948e14be extends {
|
|
1149
1135
|
propsDefinition: infer TProp;
|
|
@@ -1736,6 +1722,13 @@ declare global {
|
|
|
1736
1722
|
};
|
|
1737
1723
|
} : typeof wc58e999e5a1184a7fbea90061fc377f91;
|
|
1738
1724
|
};
|
|
1725
|
+
"selectv2": typeof wc806ee9675e9943459e5d30369a919c86 extends {
|
|
1726
|
+
propsDefinition: infer TProp;
|
|
1727
|
+
} ? {
|
|
1728
|
+
new (...args: any[]): {
|
|
1729
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1730
|
+
};
|
|
1731
|
+
} : typeof wc806ee9675e9943459e5d30369a919c86;
|
|
1739
1732
|
};
|
|
1740
1733
|
"settings": {
|
|
1741
1734
|
"journey": {
|
|
@@ -2499,6 +2492,15 @@ declare global {
|
|
|
2499
2492
|
} : typeof wccb83d46eaaed44d4920d4d5da21bc488;
|
|
2500
2493
|
};
|
|
2501
2494
|
};
|
|
2495
|
+
"tag": {
|
|
2496
|
+
"list": typeof wc59222631556449889b1d7677ba57ff82 extends {
|
|
2497
|
+
propsDefinition: infer TProp;
|
|
2498
|
+
} ? {
|
|
2499
|
+
new (...args: any[]): {
|
|
2500
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2501
|
+
};
|
|
2502
|
+
} : typeof wc59222631556449889b1d7677ba57ff82;
|
|
2503
|
+
};
|
|
2502
2504
|
"template": {
|
|
2503
2505
|
"picker": typeof wc3ccd469648b244efb3fbf9b561ca1967 extends {
|
|
2504
2506
|
propsDefinition: infer TProp;
|
|
@@ -2559,6 +2561,15 @@ declare global {
|
|
|
2559
2561
|
} : typeof wc30289e2b58ff48b0aabb3cb3732c3038;
|
|
2560
2562
|
};
|
|
2561
2563
|
};
|
|
2564
|
+
"field": {
|
|
2565
|
+
"validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d extends {
|
|
2566
|
+
propsDefinition: infer TProp;
|
|
2567
|
+
} ? {
|
|
2568
|
+
new (...args: any[]): {
|
|
2569
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2570
|
+
};
|
|
2571
|
+
} : typeof wc90cfd68bb4e04f67bfd5677bdf4af59d;
|
|
2572
|
+
};
|
|
2562
2573
|
"versioned": {
|
|
2563
2574
|
"layout": {
|
|
2564
2575
|
"renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e extends {
|
|
@@ -5281,6 +5292,15 @@ declare global {
|
|
|
5281
5292
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5282
5293
|
};
|
|
5283
5294
|
} : typeof wc12f88f4b9cf142cc8e5f6b203e55c873;
|
|
5295
|
+
"field": {
|
|
5296
|
+
"container": typeof wc08e649a4936d4ae495641bf7950ee56f extends {
|
|
5297
|
+
propsDefinition: infer TProp;
|
|
5298
|
+
} ? {
|
|
5299
|
+
new (...args: any[]): {
|
|
5300
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5301
|
+
};
|
|
5302
|
+
} : typeof wc08e649a4936d4ae495641bf7950ee56f;
|
|
5303
|
+
};
|
|
5284
5304
|
"flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7 extends {
|
|
5285
5305
|
propsDefinition: infer TProp;
|
|
5286
5306
|
} ? {
|