@omnia/tooling-vue 8.0.511-dev → 8.0.512-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';
|
|
@@ -1480,7 +1481,13 @@ declare global {
|
|
|
1480
1481
|
} : typeof wcaac689be588e4dd3ac8166ac631a37f1;
|
|
1481
1482
|
};
|
|
1482
1483
|
};
|
|
1483
|
-
"filter": {
|
|
1484
|
+
"filter": (typeof wc14db052e2e844741973a944d51871c32 extends {
|
|
1485
|
+
propsDefinition: infer TProp;
|
|
1486
|
+
} ? {
|
|
1487
|
+
new (...args: any[]): {
|
|
1488
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1489
|
+
};
|
|
1490
|
+
} : typeof wc14db052e2e844741973a944d51871c32) & {
|
|
1484
1491
|
"picker": typeof wc46a6c15c2a0e446fbef9770274409366 extends {
|
|
1485
1492
|
propsDefinition: infer TProp;
|
|
1486
1493
|
} ? {
|