@omnia/tooling-vue 8.0.289-dev → 8.0.290-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.
@@ -11,6 +11,7 @@ import wcdedf711a4e0f4c5c850b51c01ea367a7 from '../../../../client/fx/ux/datetim
11
11
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from '../../../../client/fx/ux/datetimezonepicker/DateTimeZonePicker';
12
12
  import wcd3d05fa7bb114ecab1c16f714641b678 from '../../../../client/fx/ux/datetimezonerenderer/DateTimeZoneRenderer';
13
13
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from '../../../../client/fx/ux/dialog/Dialog';
14
+ import wc3c8a3f4a373c4d7bb02bbeccc49b8d79 from '../../../../client/fx/ux/documenticon/DocumentIcon';
14
15
  import wc60feadd89e4d4c2eb095cee9f104ee96 from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholder';
15
16
  import wcac8a9be60cfb47f288f602ececa6687f from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholderSettings';
16
17
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from '../../../../client/fx/ux/enterpriseglossary/EnterpriseGlossaryPicker';
@@ -881,6 +882,15 @@ declare global {
881
882
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
882
883
  };
883
884
  } : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac;
885
+ "document": {
886
+ "icon": typeof wc3c8a3f4a373c4d7bb02bbeccc49b8d79 extends {
887
+ propsDefinition: infer TProp;
888
+ } ? {
889
+ new (...args: any[]): {
890
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
891
+ };
892
+ } : typeof wc3c8a3f4a373c4d7bb02bbeccc49b8d79;
893
+ };
884
894
  "dynamic": {
885
895
  "placeholder": {
886
896
  "settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {