@ditari/bsui 1.1.47 → 1.1.48
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/CHANGELOG.md +6 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/layout/Show.vue2.cjs.map +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/layout/style/index.css +1 -1
- package/dist/css/layout/style/main.css +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/layout/Show.vue2.mjs.map +1 -1
- package/dist/style/layout/style/main.scss +1 -0
- package/example/node_modules/.vite/deps/@vueuse_core.js +9 -9
- package/example/node_modules/.vite/deps/@vueuse_core.js.map +2 -2
- package/example/node_modules/.vite/deps/_metadata.json +15 -15
- package/example/node_modules/.vite/deps/pinia.js +3 -3
- package/example/src/views/table/Add.vue +2 -0
- package/package.json +3 -3
- package/src/index.ts +0 -1
- package/src/layout/Show.vue +1 -0
- package/src/layout/style/main.scss +1 -0
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
3
|
-
"browserHash": "
|
|
2
|
+
"hash": "c46bdbcf",
|
|
3
|
+
"browserHash": "9d27219d",
|
|
4
4
|
"optimized": {
|
|
5
5
|
"@ant-design/icons-vue": {
|
|
6
6
|
"src": "../../../../../../node_modules/.pnpm/@ant-design+icons-vue@6.1.0_vue@3.3.4/node_modules/@ant-design/icons-vue/es/index.js",
|
|
7
7
|
"file": "@ant-design_icons-vue.js",
|
|
8
|
-
"fileHash": "
|
|
8
|
+
"fileHash": "61eb9c06",
|
|
9
9
|
"needsInterop": false
|
|
10
10
|
},
|
|
11
11
|
"@vueuse/core": {
|
|
12
12
|
"src": "../../../../../../node_modules/.pnpm/@vueuse+core@9.13.0_@vue+composition-api@1.7.1_vue@3.3.4/node_modules/@vueuse/core/index.mjs",
|
|
13
13
|
"file": "@vueuse_core.js",
|
|
14
|
-
"fileHash": "
|
|
14
|
+
"fileHash": "6f4130e2",
|
|
15
15
|
"needsInterop": false
|
|
16
16
|
},
|
|
17
17
|
"ant-design-vue": {
|
|
18
18
|
"src": "../../../../../../node_modules/.pnpm/ant-design-vue@3.2.20_vue@3.3.4/node_modules/ant-design-vue/es/index.js",
|
|
19
19
|
"file": "ant-design-vue.js",
|
|
20
|
-
"fileHash": "
|
|
20
|
+
"fileHash": "90c1611f",
|
|
21
21
|
"needsInterop": false
|
|
22
22
|
},
|
|
23
23
|
"axios": {
|
|
24
24
|
"src": "../../../../../../node_modules/.pnpm/axios@1.4.0/node_modules/axios/index.js",
|
|
25
25
|
"file": "axios.js",
|
|
26
|
-
"fileHash": "
|
|
26
|
+
"fileHash": "3a6e3809",
|
|
27
27
|
"needsInterop": false
|
|
28
28
|
},
|
|
29
29
|
"pinia": {
|
|
30
30
|
"src": "../../../../../../node_modules/.pnpm/pinia@2.1.4_@vue+composition-api@1.7.1_typescript@4.9.5_vue@3.3.4/node_modules/pinia/dist/pinia.mjs",
|
|
31
31
|
"file": "pinia.js",
|
|
32
|
-
"fileHash": "
|
|
32
|
+
"fileHash": "b8db58c8",
|
|
33
33
|
"needsInterop": false
|
|
34
34
|
},
|
|
35
35
|
"pinia-plugin-persistedstate": {
|
|
36
36
|
"src": "../../../../../../node_modules/.pnpm/pinia-plugin-persistedstate@3.1.0_pinia@2.1.4/node_modules/pinia-plugin-persistedstate/dist/index.mjs",
|
|
37
37
|
"file": "pinia-plugin-persistedstate.js",
|
|
38
|
-
"fileHash": "
|
|
38
|
+
"fileHash": "d4e86f72",
|
|
39
39
|
"needsInterop": false
|
|
40
40
|
},
|
|
41
41
|
"vue": {
|
|
42
42
|
"src": "../../../../../../node_modules/.pnpm/vue@3.3.4/node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
|
43
43
|
"file": "vue.js",
|
|
44
|
-
"fileHash": "
|
|
44
|
+
"fileHash": "924d1697",
|
|
45
45
|
"needsInterop": false
|
|
46
46
|
},
|
|
47
47
|
"vue-request": {
|
|
48
48
|
"src": "../../../../../../node_modules/.pnpm/vue-request@2.0.0-rc.4_@vue+composition-api@1.7.1_vue@3.3.4/node_modules/vue-request/dist/index.es.js",
|
|
49
49
|
"file": "vue-request.js",
|
|
50
|
-
"fileHash": "
|
|
50
|
+
"fileHash": "23bce114",
|
|
51
51
|
"needsInterop": false
|
|
52
52
|
},
|
|
53
53
|
"vue-router": {
|
|
54
54
|
"src": "../../../../../../node_modules/.pnpm/vue-router@4.2.4_vue@3.3.4/node_modules/vue-router/dist/vue-router.mjs",
|
|
55
55
|
"file": "vue-router.js",
|
|
56
|
-
"fileHash": "
|
|
56
|
+
"fileHash": "c6c2028d",
|
|
57
57
|
"needsInterop": false
|
|
58
58
|
}
|
|
59
59
|
},
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"chunk-EKNPBJBG": {
|
|
62
62
|
"file": "chunk-EKNPBJBG.js"
|
|
63
63
|
},
|
|
64
|
-
"chunk-
|
|
65
|
-
"file": "chunk-
|
|
64
|
+
"chunk-EBDM3ESC": {
|
|
65
|
+
"file": "chunk-EBDM3ESC.js"
|
|
66
66
|
},
|
|
67
67
|
"chunk-TDI2FIXO": {
|
|
68
68
|
"file": "chunk-TDI2FIXO.js"
|
|
69
69
|
},
|
|
70
|
-
"chunk-
|
|
71
|
-
"file": "chunk-
|
|
70
|
+
"chunk-D36HXFYL": {
|
|
71
|
+
"file": "chunk-D36HXFYL.js"
|
|
72
72
|
},
|
|
73
73
|
"chunk-GK7Q6YQN": {
|
|
74
74
|
"file": "chunk-GK7Q6YQN.js"
|
|
@@ -286,6 +286,8 @@ export default {
|
|
|
286
286
|
<template>
|
|
287
287
|
<d-show-layout ref="showLayoutRef">
|
|
288
288
|
<add-form ref="addFormRef" />
|
|
289
|
+
<div style="height: 3000px">fdsfdsf</div>
|
|
290
|
+
<div><a-button>dsfdsfsdf</a-button></div>
|
|
289
291
|
<template #footer>
|
|
290
292
|
<a-button @click="onSubmit">提交</a-button>
|
|
291
293
|
</template>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ditari/bsui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"./theme/*": "./dist/style/*"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ditari/
|
|
33
|
-
"@ditari/
|
|
32
|
+
"@ditari/store": "^1.0.8",
|
|
33
|
+
"@ditari/hooks": "^1.0.10"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"vue": "^3.3.4",
|
package/src/index.ts
CHANGED
package/src/layout/Show.vue
CHANGED