@omnia/tooling-vue 8.0.253-dev → 8.0.255-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.
@@ -247,7 +247,6 @@ import wc28370f0312764e82b4c29237f943710a from '../../../../client/fx/ux/oxide/c
247
247
  import wc58850535f48040bc98b40064f89d19d0 from '../../../../client/fx/ux/oxide/column/ColumnGrid';
248
248
  import wcd116618a12d0439f8da809535809c260 from '../../../../client/fx/ux/oxide/column/Column';
249
249
  import wc27c00720f7fb46bbb39286a2cb94797c from '../../../../client/fx/ux/oxide/datatable/DataTable';
250
- import wc810f65f430374ef2a142907a707f650f from '../../../../client/fx/ux/oxide/datatable/DataTableServer';
251
250
  import wcb10a0917fdc744c890d9b472ee3b3c99 from '../../../../client/fx/ux/oxide/datepicker/DatePicker';
252
251
  import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from '../../../../client/fx/ux/oxide/dialog/Dialog';
253
252
  import wcc0415286cfac41349dd264dc1621c463 from '../../../../client/fx/ux/oxide/divider/Divider';
@@ -4587,16 +4586,7 @@ declare global {
4587
4586
  };
4588
4587
  } : typeof wcd116618a12d0439f8da809535809c260;
4589
4588
  "data": {
4590
- "table": {
4591
- "server": typeof wc810f65f430374ef2a142907a707f650f extends {
4592
- propsDefinition: infer TProp;
4593
- } ? {
4594
- new (...args: any[]): {
4595
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4596
- };
4597
- } : typeof wc810f65f430374ef2a142907a707f650f;
4598
- };
4599
- "table$": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
4589
+ "table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
4600
4590
  propsDefinition: infer TProp;
4601
4591
  } ? {
4602
4592
  new (...args: any[]): {