@omnia/tooling-vue 8.0.373-dev → 8.0.375-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.
|
@@ -98,6 +98,7 @@ import wc091ee9b103234b26a5e2bd5f992b2582 from '../../../../client/fx/ux/propert
|
|
|
98
98
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from '../../../../client/fx/ux/properties/property-renderer/PropertyBindingValueRenderer';
|
|
99
99
|
import wc48e897be803c4b5cb1db09dbadd04fe5 from '../../../../client/fx/ux/properties/property-renderer/PropertyValueRenderer';
|
|
100
100
|
import wce012f61b652b4ab8b7e9d436ef772f54 from '../../../../client/fx/ux/properties/property-configuration/PropertyConfiguration';
|
|
101
|
+
import wc49af649f243d46e895ca1286e645d0b7 from '../../../../client/fx/ux/properties/property-cover/PropertyCover';
|
|
101
102
|
import wc54caefeaae1d4da7b236a3ff268b31c3 from '../../../../client/fx/ux/properties/property-configuration/LabelOptionsRenderer';
|
|
102
103
|
import wc14f41bfbe00d46658959d3b2ebb7da69 from '../../../../client/fx/ux/properties/property-configuration/PropertyLocking';
|
|
103
104
|
import wcb174dcf2716344b0bb02c981ae68dd73 from '../../../../client/fx/ux/properties/property-picker/PropertyInput';
|
|
@@ -2055,6 +2056,13 @@ declare global {
|
|
|
2055
2056
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2056
2057
|
};
|
|
2057
2058
|
} : typeof wce012f61b652b4ab8b7e9d436ef772f54;
|
|
2059
|
+
"cover": typeof wc49af649f243d46e895ca1286e645d0b7 extends {
|
|
2060
|
+
propsDefinition: infer TProp;
|
|
2061
|
+
} ? {
|
|
2062
|
+
new (...args: any[]): {
|
|
2063
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2064
|
+
};
|
|
2065
|
+
} : typeof wc49af649f243d46e895ca1286e645d0b7;
|
|
2058
2066
|
"label": {
|
|
2059
2067
|
"options": typeof wc54caefeaae1d4da7b236a3ff268b31c3 extends {
|
|
2060
2068
|
propsDefinition: infer TProp;
|