@omnia/tooling-vue 8.0.553-dev → 8.0.556-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.
- package/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +13 -3
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/package.json +3 -3
|
@@ -293,6 +293,7 @@ import wcf12317feb91b4efebc337cfe39fabe1c from '../../../../client/fx/ux/oxide/c
|
|
|
293
293
|
import wc28370f0312764e82b4c29237f943710a from '../../../../client/fx/ux/oxide/colorpicker/ColorPicker';
|
|
294
294
|
import wc58850535f48040bc98b40064f89d19d0 from '../../../../client/fx/ux/oxide/column/ColumnGrid';
|
|
295
295
|
import wcd116618a12d0439f8da809535809c260 from '../../../../client/fx/ux/oxide/column/Column';
|
|
296
|
+
import wce98227708e974db097eb9e61f800bd68 from '../../../../client/fx/ux/oxide/containerfill/ContainerFill';
|
|
296
297
|
import wc27c00720f7fb46bbb39286a2cb94797c from '../../../../client/fx/ux/oxide/datatable/DataTable';
|
|
297
298
|
import wcb10a0917fdc744c890d9b472ee3b3c99 from '../../../../client/fx/ux/oxide/datepicker/DatePicker';
|
|
298
299
|
import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from '../../../../client/fx/ux/oxide/dialog/Dialog';
|
|
@@ -608,7 +609,7 @@ import wc08384c0236f840719ee3d8e018718e68 from '../../../../client/fx/ux/layoutc
|
|
|
608
609
|
import wc245a49e2d21a4b4ca849825b903103fe from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Css';
|
|
609
610
|
import wc68628381bcdb41f6b0beb64d7ce94052 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Targeting';
|
|
610
611
|
import wc48ff129f9a254eec9276b47f0c0f8b3e from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Header';
|
|
611
|
-
import
|
|
612
|
+
import wc38fc566edbe94bcd8c0c4c36987afc84 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Global';
|
|
612
613
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
|
613
614
|
import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
|
614
615
|
import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
|
@@ -3553,13 +3554,13 @@ declare global {
|
|
|
3553
3554
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3554
3555
|
};
|
|
3555
3556
|
} : typeof wc48ff129f9a254eec9276b47f0c0f8b3e;
|
|
3556
|
-
"
|
|
3557
|
+
"global": typeof wc38fc566edbe94bcd8c0c4c36987afc84 extends {
|
|
3557
3558
|
propsDefinition: infer TProp;
|
|
3558
3559
|
} ? {
|
|
3559
3560
|
new (...args: any[]): {
|
|
3560
3561
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3561
3562
|
};
|
|
3562
|
-
} : typeof
|
|
3563
|
+
} : typeof wc38fc566edbe94bcd8c0c4c36987afc84;
|
|
3563
3564
|
};
|
|
3564
3565
|
};
|
|
3565
3566
|
"tab": {
|
|
@@ -5382,6 +5383,15 @@ declare global {
|
|
|
5382
5383
|
};
|
|
5383
5384
|
} : typeof wc58850535f48040bc98b40064f89d19d0;
|
|
5384
5385
|
};
|
|
5386
|
+
"container": {
|
|
5387
|
+
"fill": typeof wce98227708e974db097eb9e61f800bd68 extends {
|
|
5388
|
+
propsDefinition: infer TProp;
|
|
5389
|
+
} ? {
|
|
5390
|
+
new (...args: any[]): {
|
|
5391
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5392
|
+
};
|
|
5393
|
+
} : typeof wce98227708e974db097eb9e61f800bd68;
|
|
5394
|
+
};
|
|
5385
5395
|
"data": {
|
|
5386
5396
|
"table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
|
|
5387
5397
|
propsDefinition: infer TProp;
|