@omnia/tooling-vue 8.0.468-dev → 8.0.470-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.
@@ -20,6 +20,7 @@ import wc3c8a3f4a373c4d7bb02bbeccc49b8d79 from '../../../../client/fx/ux/documen
20
20
  import wc109f737cdec14061b134c74ab16b0ad9 from '../../../../client/fx/ux/draggable/DraggableComponent';
21
21
  import wc60feadd89e4d4c2eb095cee9f104ee96 from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholder';
22
22
  import wcac8a9be60cfb47f288f602ececa6687f from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholderSettings';
23
+ import wc710dc11b823c4a80b2a031395c206325 from '../../../../client/fx/ux/editorchrome/EditorChrome_old';
23
24
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from '../../../../client/fx/ux/enterpriseglossary/EnterpriseGlossaryPicker';
24
25
  import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterprisepropertysets/Picker';
25
26
  import wc82e8cb4daeee4ea6a50c727b93bbbac3 from '../../../../client/fx/ux/errormessage/ErrorMessage';
@@ -230,7 +231,6 @@ import wca506689e1e2845b5b2535095ef278edf from '../../../../client/fx/ux/aurora/
230
231
  import wc9d1e3853fafd47bfa797ab00c1c3e4db from '../../../../client/fx/ux/aurora/admin/themedesigner/themes/blades/SelectionThemeBlade';
231
232
  import wc008c41f92c8847eea45f09ebc0535fc1 from '../../../../client/fx/ux/aurora/themeprovider/ThemeProvider';
232
233
  import wc1f31fc580b854d19895c1879120a9891 from '../../../../client/fx/ux/docs/chrome/DocsChrome';
233
- import wc710dc11b823c4a80b2a031395c206325 from '../../../../client/fx/ux/editorchrome/chrome/EditorChrome';
234
234
  import wc72a828731c4e4f1e9753a6a6bfb31e67 from '../../../../client/fx/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
235
235
  import wcb94ea0908c7f461085de9d21a61e0826 from '../../../../client/fx/ux/enterpriseproperties/picker/EnterprisePropertyPicker';
236
236
  import wcf9e8399c0dc74b0db8e722a0bfa17e74 from '../../../../client/fx/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker';
@@ -1026,6 +1026,15 @@ declare global {
1026
1026
  } : typeof wc711431cdf6db4e59b24da83e9017939c;
1027
1027
  };
1028
1028
  };
1029
+ "editor": {
1030
+ "chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
1031
+ propsDefinition: infer TProp;
1032
+ } ? {
1033
+ new (...args: any[]): {
1034
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1035
+ };
1036
+ } : typeof wc710dc11b823c4a80b2a031395c206325;
1037
+ };
1029
1038
  "enterpriseglossary": {
1030
1039
  "picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
1031
1040
  propsDefinition: infer TProp;
@@ -3078,15 +3087,6 @@ declare global {
3078
3087
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3079
3088
  };
3080
3089
  } : typeof wc1f31fc580b854d19895c1879120a9891;
3081
- "editor": {
3082
- "chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
3083
- propsDefinition: infer TProp;
3084
- } ? {
3085
- new (...args: any[]): {
3086
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3087
- };
3088
- } : typeof wc710dc11b823c4a80b2a031395c206325;
3089
- };
3090
3090
  "enterpriseproperty": {
3091
3091
  "picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
3092
3092
  propsDefinition: infer TProp;