@omnia/tooling-vue 8.0.539-dev → 8.0.542-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.
@@ -23,6 +23,7 @@ import wc60feadd89e4d4c2eb095cee9f104ee96 from '../../../../client/fx/ux/dynamic
23
23
  import wcac8a9be60cfb47f288f602ececa6687f from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholderSettings';
24
24
  import wc710dc11b823c4a80b2a031395c206325 from '../../../../client/fx/ux/editorchrome/EditorChrome_old';
25
25
  import wc0e9f4c84ccb64abc958671f40207f4dc from '../../../../client/fx/ux/editorchrome/EditorChrome';
26
+ import wca9dc29070baf4880b2d66554dcc84ba2 from '../../../../client/fx/ux/editorchrome/renderers/ChromeActionItemRenderer';
26
27
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from '../../../../client/fx/ux/enterpriseglossary/EnterpriseGlossaryPicker';
27
28
  import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterprisepropertysets/Picker';
28
29
  import wc82e8cb4daeee4ea6a50c727b93bbbac3 from '../../../../client/fx/ux/errormessage/ErrorMessage';
@@ -1063,6 +1064,13 @@ declare global {
1063
1064
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1064
1065
  };
1065
1066
  } : typeof wc0e9f4c84ccb64abc958671f40207f4dc;
1067
+ "action": typeof wca9dc29070baf4880b2d66554dcc84ba2 extends {
1068
+ propsDefinition: infer TProp;
1069
+ } ? {
1070
+ new (...args: any[]): {
1071
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1072
+ };
1073
+ } : typeof wca9dc29070baf4880b2d66554dcc84ba2;
1066
1074
  };
1067
1075
  "canvas": {
1068
1076
  "block": {