@omnia/tooling-vue 8.0.265-dev → 8.0.266-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.
|
@@ -457,9 +457,7 @@ import wcc9d01726f5594902bf4de68612b186de from '../../../../client/fx/ux/velcron
|
|
|
457
457
|
import wcbbd5168574b64f0486adaf68ba31be49 from '../../../../client/fx/ux/velcron/blocks/demo/DemoBlockSettings';
|
|
458
458
|
import wc80bd5b0978ea40439001d3d409236382 from '../../../../client/fx/ux/velcron/blocks/velcron/VelcronBlock';
|
|
459
459
|
import wce8526e8ed3f74e848e0dd747fd4d376d from '../../../../client/fx/ux/velcron/blocks/velcron/VelcronBlockSettings';
|
|
460
|
-
import wca7db43482a3140998eca19b47d941126 from '../../../../client/fx/ux/velcron/components/contenteditor/VelcronContentEditor';
|
|
461
460
|
import wcb2999683f82046d6ad05a3c13df8e577 from '../../../../client/fx/ux/velcron/components/contenteditorNew/VelcronContentEditor';
|
|
462
|
-
import wc6d57729e9d8f4a8080e512f6214ee24d from '../../../../client/fx/ux/velcron/components/contenteditorNew/VelcronContentRenderer';
|
|
463
461
|
import wcb197c5e805cc4d6bb3d012e258560b31 from '../../../../client/fx/ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
|
464
462
|
import wcdabd67ab338243858fe7d1ca24399995 from '../../../../client/fx/ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
|
465
463
|
import wc5688474abe554cabb34c696620eb6be1 from '../../../../client/fx/ux/velcron/renderer/editors/PropertyEditorCreator';
|
|
@@ -3173,20 +3171,6 @@ declare global {
|
|
|
3173
3171
|
};
|
|
3174
3172
|
} : typeof wcb2999683f82046d6ad05a3c13df8e577;
|
|
3175
3173
|
};
|
|
3176
|
-
"editor$": typeof wca7db43482a3140998eca19b47d941126 extends {
|
|
3177
|
-
propsDefinition: infer TProp;
|
|
3178
|
-
} ? {
|
|
3179
|
-
new (...args: any[]): {
|
|
3180
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3181
|
-
};
|
|
3182
|
-
} : typeof wca7db43482a3140998eca19b47d941126;
|
|
3183
|
-
"renderer": typeof wc6d57729e9d8f4a8080e512f6214ee24d extends {
|
|
3184
|
-
propsDefinition: infer TProp;
|
|
3185
|
-
} ? {
|
|
3186
|
-
new (...args: any[]): {
|
|
3187
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3188
|
-
};
|
|
3189
|
-
} : typeof wc6d57729e9d8f4a8080e512f6214ee24d;
|
|
3190
3174
|
};
|
|
3191
3175
|
"definition": {
|
|
3192
3176
|
"picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|