@omnia/tooling-vue 8.0.517-dev → 8.0.519-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.
@@ -22,6 +22,7 @@ import wc109f737cdec14061b134c74ab16b0ad9 from '../../../../client/fx/ux/draggab
22
22
  import wc60feadd89e4d4c2eb095cee9f104ee96 from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholder';
23
23
  import wcac8a9be60cfb47f288f602ececa6687f from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholderSettings';
24
24
  import wc710dc11b823c4a80b2a031395c206325 from '../../../../client/fx/ux/editorchrome/EditorChrome_old';
25
+ import wc0e9f4c84ccb64abc958671f40207f4dc from '../../../../client/fx/ux/editorchrome/EditorChrome';
25
26
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from '../../../../client/fx/ux/enterpriseglossary/EnterpriseGlossaryPicker';
26
27
  import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterprisepropertysets/Picker';
27
28
  import wc82e8cb4daeee4ea6a50c727b93bbbac3 from '../../../../client/fx/ux/errormessage/ErrorMessage';
@@ -1044,13 +1045,21 @@ declare global {
1044
1045
  };
1045
1046
  };
1046
1047
  "editor": {
1047
- "chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
1048
+ "chrome": (typeof wc710dc11b823c4a80b2a031395c206325 extends {
1048
1049
  propsDefinition: infer TProp;
1049
1050
  } ? {
1050
1051
  new (...args: any[]): {
1051
1052
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1052
1053
  };
1053
- } : typeof wc710dc11b823c4a80b2a031395c206325;
1054
+ } : typeof wc710dc11b823c4a80b2a031395c206325) & {
1055
+ "v2": typeof wc0e9f4c84ccb64abc958671f40207f4dc extends {
1056
+ propsDefinition: infer TProp;
1057
+ } ? {
1058
+ new (...args: any[]): {
1059
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1060
+ };
1061
+ } : typeof wc0e9f4c84ccb64abc958671f40207f4dc;
1062
+ };
1054
1063
  "canvas": {
1055
1064
  "block": {
1056
1065
  "settings": typeof wc1467198b10eb445181f99ac65363050c extends {