@omnia/tooling-vue 8.0.306-dev → 8.0.307-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.
|
@@ -104,6 +104,8 @@ import wc8c7794090eb647eb8510b39cbefa17a7 from '../../../../client/fx/ux/rollupe
|
|
|
104
104
|
import wc327f0bbcccdf4ad6b43b86816c61d6c9 from '../../../../client/fx/ux/rollupfilter/RollupFilter';
|
|
105
105
|
import wc379287b1efe64a49a43fcd754d1fd951 from '../../../../client/fx/ux/securitytrimmer/SecurityTrimmer';
|
|
106
106
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from '../../../../client/fx/ux/settings/SettingsPane';
|
|
107
|
+
import wc67a7bdf58e82465d8f3fc32413512932 from '../../../../client/fx/ux/shapedivider/ShapeDividerSettings';
|
|
108
|
+
import wce11da8c3cd654c1e8701db2c69e423de from '../../../../client/fx/ux/shapedivider/ShapeDivider';
|
|
107
109
|
import wc07fdbc119d7742769eafe5f45ce14e18 from '../../../../client/fx/ux/sharepointvideo/SharepointVideo';
|
|
108
110
|
import wc539d199f69934c10a963f142e4f3056d from '../../../../client/fx/ux/sidepanel/SidePanelRenderer';
|
|
109
111
|
import wcb5315b31203e4bd1beb3c33f2122cbfe from '../../../../client/fx/ux/signin/AuthenticationPage';
|
|
@@ -2042,6 +2044,24 @@ declare global {
|
|
|
2042
2044
|
};
|
|
2043
2045
|
} : typeof wc379287b1efe64a49a43fcd754d1fd951;
|
|
2044
2046
|
};
|
|
2047
|
+
"shape": {
|
|
2048
|
+
"divider": {
|
|
2049
|
+
"settings": typeof wc67a7bdf58e82465d8f3fc32413512932 extends {
|
|
2050
|
+
propsDefinition: infer TProp;
|
|
2051
|
+
} ? {
|
|
2052
|
+
new (...args: any[]): {
|
|
2053
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2054
|
+
};
|
|
2055
|
+
} : typeof wc67a7bdf58e82465d8f3fc32413512932;
|
|
2056
|
+
};
|
|
2057
|
+
"divider$": typeof wce11da8c3cd654c1e8701db2c69e423de extends {
|
|
2058
|
+
propsDefinition: infer TProp;
|
|
2059
|
+
} ? {
|
|
2060
|
+
new (...args: any[]): {
|
|
2061
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2062
|
+
};
|
|
2063
|
+
} : typeof wce11da8c3cd654c1e8701db2c69e423de;
|
|
2064
|
+
};
|
|
2045
2065
|
"sp": {
|
|
2046
2066
|
"video": typeof wc07fdbc119d7742769eafe5f45ce14e18 extends {
|
|
2047
2067
|
propsDefinition: infer TProp;
|