sun-biz 0.0.2-beta.14 → 0.0.2-beta.15
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/dist/components/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +12 -12
package/dist/components/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__sun_toolkit_enums__ from "@sun-toolkit/en
|
|
|
7
7
|
import * as __WEBPACK_EXTERNAL_MODULE_i18next_vue__ from "i18next-vue";
|
|
8
8
|
import * as __WEBPACK_EXTERNAL_MODULE_js_pinyin__ from "js-pinyin";
|
|
9
9
|
var __webpack_modules__ = {
|
|
10
|
-
"./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
10
|
+
"./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js": function(__unused_webpack_module, exports) {
|
|
11
11
|
// runtime helper for setting properties on components
|
|
12
12
|
// in a tree-shakable way
|
|
13
13
|
exports["default"] = (sfc, props)=>{
|
|
@@ -69,8 +69,8 @@ function __webpack_require__(moduleId) {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
// EXTERNAL MODULE: ./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
73
|
-
var exportHelper = __webpack_require__("./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
72
|
+
// EXTERNAL MODULE: ./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js
|
|
73
|
+
var exportHelper = __webpack_require__("./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js");
|
|
74
74
|
const __exports__ = /*#__PURE__*/ (0, exportHelper["default"])(Containervue_type_script_setup_true_lang_tsx, [
|
|
75
75
|
[
|
|
76
76
|
'__scopeId',
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__sun_toolkit_request__ from "@sun-toolkit/
|
|
|
7
7
|
import * as __WEBPACK_EXTERNAL_MODULE_i18next_vue__ from "i18next-vue";
|
|
8
8
|
import * as __WEBPACK_EXTERNAL_MODULE_js_pinyin__ from "js-pinyin";
|
|
9
9
|
var __webpack_modules__ = {
|
|
10
|
-
"./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
10
|
+
"./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js": function(__unused_webpack_module, exports) {
|
|
11
11
|
// runtime helper for setting properties on components
|
|
12
12
|
// in a tree-shakable way
|
|
13
13
|
exports["default"] = (sfc, props)=>{
|
|
@@ -69,8 +69,8 @@ function __webpack_require__(moduleId) {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
// EXTERNAL MODULE: ./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
73
|
-
var exportHelper = __webpack_require__("./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.
|
|
72
|
+
// EXTERNAL MODULE: ./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js
|
|
73
|
+
var exportHelper = __webpack_require__("./node_modules/.pnpm/vue-loader@17.4.2_vue@3.5.13_typescript@5.7.3__webpack@5.97.1_esbuild@0.24.2_/node_modules/vue-loader/dist/exportHelper.js");
|
|
74
74
|
const __exports__ = /*#__PURE__*/ (0, exportHelper["default"])(Containervue_type_script_setup_true_lang_tsx, [
|
|
75
75
|
[
|
|
76
76
|
'__scopeId',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sun-biz",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"storybook": "storybook dev -p 6007"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@microsoft/api-extractor": "^7.
|
|
31
|
+
"@microsoft/api-extractor": "^7.49.1",
|
|
32
32
|
"@rsbuild/plugin-babel": "^1.0.3",
|
|
33
33
|
"@rsbuild/plugin-vue": "^1.0.5",
|
|
34
|
-
"@rsbuild/plugin-vue-jsx": "^1.0
|
|
34
|
+
"@rsbuild/plugin-vue-jsx": "^1.1.0",
|
|
35
35
|
"@rslib/core": "^0.0.18",
|
|
36
36
|
"@storybook/addon-essentials": "8.4.4",
|
|
37
37
|
"@storybook/test": "8.4.4",
|
|
38
38
|
"@storybook/vue3": "8.4.4",
|
|
39
|
-
"@types/lodash": "^4.17.
|
|
40
|
-
"@types/node": "^22.
|
|
39
|
+
"@types/lodash": "^4.17.14",
|
|
40
|
+
"@types/node": "^22.10.6",
|
|
41
41
|
"@types/sortablejs": "^1.15.8",
|
|
42
42
|
"storybook": "8.4.4",
|
|
43
|
-
"storybook-addon-rslib": "^0.1.
|
|
43
|
+
"storybook-addon-rslib": "^0.1.8",
|
|
44
44
|
"storybook-vue3-rsbuild": "0.1.5",
|
|
45
|
-
"tailwindcss": "^3.4.
|
|
46
|
-
"typescript": "^5.
|
|
45
|
+
"tailwindcss": "^3.4.17",
|
|
46
|
+
"typescript": "^5.7.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@element-sun/icons-vue": "*",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@sun-toolkit/enums": "1.0.0-beta.6",
|
|
61
61
|
"@sun-toolkit/request": "1.0.0-beta.5",
|
|
62
62
|
"@sun-toolkit/shared": "0.0.1-beta.1",
|
|
63
|
-
"axios": "^1.7.
|
|
63
|
+
"axios": "^1.7.9",
|
|
64
64
|
"element-sun": "0.0.0-dev.2",
|
|
65
|
-
"i18next": "^23.16.
|
|
65
|
+
"i18next": "^23.16.8",
|
|
66
66
|
"i18next-vue": "^5.0.0",
|
|
67
67
|
"js-pinyin": "^0.2.7",
|
|
68
68
|
"latest": "^0.2.0",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
|
-
"sortablejs": "^1.15.
|
|
71
|
-
"vue": "^3.5.
|
|
70
|
+
"sortablejs": "^1.15.6",
|
|
71
|
+
"vue": "^3.5.13"
|
|
72
72
|
}
|
|
73
73
|
}
|