@omnia/tooling-vue 8.0.511-dev → 8.0.513-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.
|
@@ -31,6 +31,7 @@ import wc629ff3fc45f84df382ddb6282d968547 from '../../../../client/fx/ux/feature
|
|
|
31
31
|
import wc47f40c108c6d482197c5f462acf292d2 from '../../../../client/fx/ux/features/FeaturesJourneyAppInstance';
|
|
32
32
|
import wcdf386f66c6a746298c4f53b2948e14be from '../../../../client/fx/ux/filepicker/FilePickerRenderer';
|
|
33
33
|
import wc1fab0218538f431c91ece4e10cbd468c from '../../../../client/fx/ux/fileuploader/FileUploader';
|
|
34
|
+
import wc14db052e2e844741973a944d51871c32 from '../../../../client/fx/ux/filter/JourneyFilterDialog';
|
|
34
35
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../../../client/fx/ux/filterengine/FilterEngineSettings';
|
|
35
36
|
import wc34e1cea969d744f1bbec4770b51d49f5 from '../../../../client/fx/ux/filterengine/FilterEngineRenderer';
|
|
36
37
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from '../../../../client/fx/ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
|
@@ -248,6 +249,7 @@ import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey
|
|
|
248
249
|
import wc58e999e5a1184a7fbea90061fc377f91 from '../../../../client/fx/ux/journey/selection/JourneySelectionListRenderer';
|
|
249
250
|
import wc806ee9675e9943459e5d30369a919c86 from '../../../../client/fx/ux/journey/selection/JourneySelect';
|
|
250
251
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas_old';
|
|
252
|
+
import wce470575577684f4ba338bb2f54d697fb from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
251
253
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
252
254
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
253
255
|
import wc057def31f5f5403d91b2da569de2fdff from '../../../../client/fx/ux/layoutcanvas/layoutblock/LayoutBlock';
|
|
@@ -1480,7 +1482,13 @@ declare global {
|
|
|
1480
1482
|
} : typeof wcaac689be588e4dd3ac8166ac631a37f1;
|
|
1481
1483
|
};
|
|
1482
1484
|
};
|
|
1483
|
-
"filter": {
|
|
1485
|
+
"filter": (typeof wc14db052e2e844741973a944d51871c32 extends {
|
|
1486
|
+
propsDefinition: infer TProp;
|
|
1487
|
+
} ? {
|
|
1488
|
+
new (...args: any[]): {
|
|
1489
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1490
|
+
};
|
|
1491
|
+
} : typeof wc14db052e2e844741973a944d51871c32) & {
|
|
1484
1492
|
"picker": typeof wc46a6c15c2a0e446fbef9770274409366 extends {
|
|
1485
1493
|
propsDefinition: infer TProp;
|
|
1486
1494
|
} ? {
|
|
@@ -3203,13 +3211,21 @@ declare global {
|
|
|
3203
3211
|
};
|
|
3204
3212
|
"layout": {
|
|
3205
3213
|
"editor": {
|
|
3206
|
-
"canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
|
3214
|
+
"canvas": (typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
|
3207
3215
|
propsDefinition: infer TProp;
|
|
3208
3216
|
} ? {
|
|
3209
3217
|
new (...args: any[]): {
|
|
3210
3218
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3211
3219
|
};
|
|
3212
|
-
} : typeof wc8e03e2f7fb024945bc51138b77d06088
|
|
3220
|
+
} : typeof wc8e03e2f7fb024945bc51138b77d06088) & {
|
|
3221
|
+
"v2": typeof wce470575577684f4ba338bb2f54d697fb extends {
|
|
3222
|
+
propsDefinition: infer TProp;
|
|
3223
|
+
} ? {
|
|
3224
|
+
new (...args: any[]): {
|
|
3225
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3226
|
+
};
|
|
3227
|
+
} : typeof wce470575577684f4ba338bb2f54d697fb;
|
|
3228
|
+
};
|
|
3213
3229
|
"block": {
|
|
3214
3230
|
"edit": (typeof wc86802c11a0c8471ca455385a9fecb9c6 extends {
|
|
3215
3231
|
propsDefinition: infer TProp;
|