@omnia/tooling-vue 8.0.369-dev → 8.0.371-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.
|
@@ -107,6 +107,7 @@ import wcc3804d46bde14e61961f7de5ad9128d2 from '../../../../client/fx/ux/richtex
|
|
|
107
107
|
import wc245fede62e7c44b48b19e75796ff050b from '../../../../client/fx/ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
|
|
108
108
|
import wc8c7794090eb647eb8510b39cbefa17a7 from '../../../../client/fx/ux/rollupempty/RollupEmpty';
|
|
109
109
|
import wc327f0bbcccdf4ad6b43b86816c61d6c9 from '../../../../client/fx/ux/rollupfilter/RollupFilter';
|
|
110
|
+
import wc0ed31f854a244481a011ce4fa4aa5436 from '../../../../client/fx/ux/rollupfilter/RollupFilterPicker';
|
|
110
111
|
import wc379287b1efe64a49a43fcd754d1fd951 from '../../../../client/fx/ux/securitytrimmer/SecurityTrimmer';
|
|
111
112
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from '../../../../client/fx/ux/settings/SettingsPane';
|
|
112
113
|
import wc67a7bdf58e82465d8f3fc32413512932 from '../../../../client/fx/ux/shapedivider/ShapeDividerSettings';
|
|
@@ -2140,7 +2141,16 @@ declare global {
|
|
|
2140
2141
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2141
2142
|
};
|
|
2142
2143
|
} : typeof wc8c7794090eb647eb8510b39cbefa17a7;
|
|
2143
|
-
"filter":
|
|
2144
|
+
"filter": {
|
|
2145
|
+
"picker": typeof wc0ed31f854a244481a011ce4fa4aa5436 extends {
|
|
2146
|
+
propsDefinition: infer TProp;
|
|
2147
|
+
} ? {
|
|
2148
|
+
new (...args: any[]): {
|
|
2149
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2150
|
+
};
|
|
2151
|
+
} : typeof wc0ed31f854a244481a011ce4fa4aa5436;
|
|
2152
|
+
};
|
|
2153
|
+
"filter$": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
|
|
2144
2154
|
propsDefinition: infer TProp;
|
|
2145
2155
|
} ? {
|
|
2146
2156
|
new (...args: any[]): {
|