3h1-ui 3.0.0-next.222 → 3.0.0-next.223
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/es/index.js
CHANGED
|
@@ -49707,6 +49707,7 @@ export {
|
|
|
49707
49707
|
searchTypeSelect,
|
|
49708
49708
|
searchTypeString,
|
|
49709
49709
|
shyContainerProps,
|
|
49710
|
+
basicProps as shyDescriptionsProps,
|
|
49710
49711
|
shyFormBasicProps,
|
|
49711
49712
|
shyGridItemProps,
|
|
49712
49713
|
shyLayoutContainerProps,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { useShyDescriptions } from './src/useShyDescriptions';
|
|
2
|
+
import { basicProps } from './src/props';
|
|
2
3
|
export * from './src/typing';
|
|
3
4
|
export declare const ShyDescriptions: {
|
|
4
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -245,4 +246,4 @@ export declare const ShyDescriptions: {
|
|
|
245
246
|
isShowColon: boolean;
|
|
246
247
|
baseColProps: Record<string, any>;
|
|
247
248
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
248
|
-
export { useShyDescriptions };
|
|
249
|
+
export { useShyDescriptions, basicProps as shyDescriptionsProps };
|
package/lib/index.js
CHANGED
|
@@ -49730,6 +49730,7 @@ exports.searchTypeNumber = searchTypeNumber;
|
|
|
49730
49730
|
exports.searchTypeSelect = searchTypeSelect;
|
|
49731
49731
|
exports.searchTypeString = searchTypeString;
|
|
49732
49732
|
exports.shyContainerProps = shyContainerProps;
|
|
49733
|
+
exports.shyDescriptionsProps = basicProps;
|
|
49733
49734
|
exports.shyFormBasicProps = shyFormBasicProps;
|
|
49734
49735
|
exports.shyGridItemProps = shyGridItemProps;
|
|
49735
49736
|
exports.shyLayoutContainerProps = shyLayoutContainerProps;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { useShyDescriptions } from './src/useShyDescriptions';
|
|
2
|
+
import { basicProps } from './src/props';
|
|
2
3
|
export * from './src/typing';
|
|
3
4
|
export declare const ShyDescriptions: {
|
|
4
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -245,4 +246,4 @@ export declare const ShyDescriptions: {
|
|
|
245
246
|
isShowColon: boolean;
|
|
246
247
|
baseColProps: Record<string, any>;
|
|
247
248
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
248
|
-
export { useShyDescriptions };
|
|
249
|
+
export { useShyDescriptions, basicProps as shyDescriptionsProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.223",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/use": "1.0.1-next.5",
|
|
33
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
34
|
-
"@shy-plugins/utils": "1.0.0-next.1"
|
|
33
|
+
"@shy-plugins/utils": "1.0.0-next.1",
|
|
34
|
+
"@shy-plugins/use": "1.0.1-next.5"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|