@globalbrain/sefirot 4.35.1 → 4.35.2
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/lib/components/STable.vue +1 -1
- package/package.json +64 -64
|
@@ -599,7 +599,6 @@ function onResizeEnd(data: { columnName: string; finalWidth: string }) {
|
|
|
599
599
|
:cell="getCell(key, item.index)"
|
|
600
600
|
:value="recordsWithSummary[item.index][key]"
|
|
601
601
|
:record="recordsWithSummary[item.index]"
|
|
602
|
-
:records="unref(options.records)!"
|
|
603
602
|
>
|
|
604
603
|
<template v-if="key === '__select' && !isSummary(item.index)">
|
|
605
604
|
<SInputCheckbox
|
|
@@ -695,6 +694,7 @@ function onResizeEnd(data: { columnName: string; finalWidth: string }) {
|
|
|
695
694
|
width: 100%;
|
|
696
695
|
min-width: 100%;
|
|
697
696
|
overflow-x: auto;
|
|
697
|
+
overscroll-behavior: none;
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.container.head {
|
package/package.json
CHANGED
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalbrain/sefirot",
|
|
3
|
-
"version": "4.35.
|
|
3
|
+
"version": "4.35.2",
|
|
4
4
|
"description": "Vue Components for Global Brain Design System.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"vue",
|
|
7
|
-
"vue3",
|
|
8
6
|
"components",
|
|
9
7
|
"design-system",
|
|
8
|
+
"globalbrain",
|
|
10
9
|
"ui-library",
|
|
11
|
-
"
|
|
10
|
+
"vue",
|
|
11
|
+
"vue3"
|
|
12
12
|
],
|
|
13
13
|
"homepage": "https://sefirot.globalbrains.com/",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
|
|
14
16
|
"repository": {
|
|
15
17
|
"type": "git",
|
|
16
18
|
"url": "git+https://github.com/globalbrain/sefirot.git"
|
|
17
19
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
+
"files": [
|
|
21
|
+
"lib",
|
|
22
|
+
"config",
|
|
23
|
+
"client.d.ts",
|
|
24
|
+
"shared.d.ts"
|
|
25
|
+
],
|
|
20
26
|
"type": "module",
|
|
21
27
|
"exports": {
|
|
22
28
|
"./client": "./client.d.ts",
|
|
@@ -30,12 +36,6 @@
|
|
|
30
36
|
},
|
|
31
37
|
"./*": "./*"
|
|
32
38
|
},
|
|
33
|
-
"files": [
|
|
34
|
-
"lib",
|
|
35
|
-
"config",
|
|
36
|
-
"client.d.ts",
|
|
37
|
-
"shared.d.ts"
|
|
38
|
-
],
|
|
39
39
|
"scripts": {
|
|
40
40
|
"docs": "pnpm docs:dev",
|
|
41
41
|
"docs:dev": "vitepress dev docs --port 4011",
|
|
@@ -55,36 +55,11 @@
|
|
|
55
55
|
"test:fail": "pnpm run type && pnpm run lint:fail && pnpm run coverage",
|
|
56
56
|
"release": "release-it"
|
|
57
57
|
},
|
|
58
|
-
"peerDependencies": {
|
|
59
|
-
"@iconify-json/ph": "^1.2.2",
|
|
60
|
-
"@iconify-json/ri": "^1.2.7",
|
|
61
|
-
"@popperjs/core": "^2.11.8",
|
|
62
|
-
"@types/body-scroll-lock": "^3.1.2",
|
|
63
|
-
"@types/lodash-es": "^4.17.12",
|
|
64
|
-
"@types/markdown-it": "^14.1.2",
|
|
65
|
-
"@vue/reactivity": "^3.5.27",
|
|
66
|
-
"@vuelidate/core": "^2.0.3",
|
|
67
|
-
"@vuelidate/validators": "^2.0.4",
|
|
68
|
-
"@vueuse/core": "^12 || ^13 || ^14",
|
|
69
|
-
"body-scroll-lock": "4.0.0-beta.0",
|
|
70
|
-
"dayjs": "^1.11.19",
|
|
71
|
-
"fuse.js": "^7.1.0",
|
|
72
|
-
"lodash-es": "^4.17.22",
|
|
73
|
-
"markdown-it": "^14.1.0",
|
|
74
|
-
"normalize.css": "^8.0.1",
|
|
75
|
-
"pinia": "^3.0.4",
|
|
76
|
-
"postcss": "^8.5.6",
|
|
77
|
-
"postcss-nested": "^7.0.2",
|
|
78
|
-
"v-calendar": "3.0.1",
|
|
79
|
-
"vue": "^3.5.27",
|
|
80
|
-
"vue-draggable-plus": "^0.6.0",
|
|
81
|
-
"vue-router": "^4.6.4"
|
|
82
|
-
},
|
|
83
58
|
"dependencies": {
|
|
84
|
-
"@sentry/browser": "^10.
|
|
85
|
-
"@sentry/vue": "^10.
|
|
59
|
+
"@sentry/browser": "^10.39.0",
|
|
60
|
+
"@sentry/vue": "^10.39.0",
|
|
86
61
|
"@tanstack/vue-virtual": "3.0.0-beta.62",
|
|
87
|
-
"@tinyhttp/content-disposition": "^2.2.
|
|
62
|
+
"@tinyhttp/content-disposition": "^2.2.4",
|
|
88
63
|
"@tinyhttp/cookie": "^2.1.1",
|
|
89
64
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
90
65
|
"@types/d3": "^7.4.3",
|
|
@@ -94,54 +69,79 @@
|
|
|
94
69
|
"dompurify": "^3.3.1",
|
|
95
70
|
"file-saver": "^2.0.5",
|
|
96
71
|
"html2canvas": "^1.4.1",
|
|
97
|
-
"jsdom": "^
|
|
72
|
+
"jsdom": "^28.1.0",
|
|
98
73
|
"magic-string": "^0.30.21",
|
|
99
74
|
"ofetch": "^1.5.1",
|
|
100
|
-
"qs": "^6.
|
|
75
|
+
"qs": "^6.15.0",
|
|
101
76
|
"unplugin-icons": "^23.0.1"
|
|
102
77
|
},
|
|
103
78
|
"devDependencies": {
|
|
104
|
-
"@globalbrain/eslint-config": "^
|
|
105
|
-
"@histoire/plugin-vue": "0.
|
|
79
|
+
"@globalbrain/eslint-config": "^3.0.1",
|
|
80
|
+
"@histoire/plugin-vue": "1.0.0-beta.1",
|
|
106
81
|
"@iconify-json/ph": "^1.2.2",
|
|
107
|
-
"@iconify-json/ri": "^1.2.
|
|
82
|
+
"@iconify-json/ri": "^1.2.10",
|
|
108
83
|
"@popperjs/core": "^2.11.8",
|
|
109
|
-
"@release-it/conventional-changelog": "^10.0.
|
|
84
|
+
"@release-it/conventional-changelog": "^10.0.5",
|
|
110
85
|
"@types/body-scroll-lock": "^3.1.2",
|
|
111
86
|
"@types/jsdom": "^27.0.0",
|
|
112
87
|
"@types/lodash-es": "^4.17.12",
|
|
113
88
|
"@types/markdown-it": "^14.1.2",
|
|
114
|
-
"@types/node": "^25.0
|
|
115
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
116
|
-
"@vitest/coverage-v8": "^
|
|
117
|
-
"@vue/reactivity": "^3.5.
|
|
89
|
+
"@types/node": "^25.3.0",
|
|
90
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
91
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
92
|
+
"@vue/reactivity": "^3.5.28",
|
|
118
93
|
"@vue/test-utils": "^2.4.6",
|
|
119
94
|
"@vuelidate/core": "^2.0.3",
|
|
120
95
|
"@vuelidate/validators": "^2.0.4",
|
|
121
96
|
"@vueuse/core": "^14.1.0",
|
|
122
97
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
123
98
|
"dayjs": "^1.11.19",
|
|
124
|
-
"eslint": "^9.39.
|
|
99
|
+
"eslint": "^9.39.3",
|
|
125
100
|
"fuse.js": "^7.1.0",
|
|
126
|
-
"happy-dom": "^20.
|
|
127
|
-
"histoire": "0.
|
|
128
|
-
"lodash-es": "^4.17.
|
|
129
|
-
"markdown-it": "^14.1.
|
|
101
|
+
"happy-dom": "^20.7.0",
|
|
102
|
+
"histoire": "1.0.0-beta.1",
|
|
103
|
+
"lodash-es": "^4.17.23",
|
|
104
|
+
"markdown-it": "^14.1.1",
|
|
130
105
|
"normalize.css": "^8.0.1",
|
|
131
106
|
"pinia": "^3.0.4",
|
|
132
107
|
"postcss": "^8.5.6",
|
|
133
108
|
"postcss-nested": "^7.0.2",
|
|
134
109
|
"punycode": "^2.3.1",
|
|
135
|
-
"release-it": "^19.2.
|
|
110
|
+
"release-it": "^19.2.4",
|
|
136
111
|
"typescript": "~5.9.3",
|
|
137
112
|
"v-calendar": "3.0.1",
|
|
138
|
-
"vite": "^
|
|
139
|
-
"vitepress": "^2.0.0-alpha.
|
|
140
|
-
"vitest": "^
|
|
141
|
-
"vue": "^3.5.
|
|
142
|
-
"vue-draggable-plus": "^0.6.
|
|
143
|
-
"vue-router": "^
|
|
144
|
-
"vue-tsc": "^3.2.
|
|
113
|
+
"vite": "^7.3.1",
|
|
114
|
+
"vitepress": "^2.0.0-alpha.16",
|
|
115
|
+
"vitest": "^4.0.18",
|
|
116
|
+
"vue": "^3.5.28",
|
|
117
|
+
"vue-draggable-plus": "^0.6.1",
|
|
118
|
+
"vue-router": "^5.0.3",
|
|
119
|
+
"vue-tsc": "^3.2.5"
|
|
120
|
+
},
|
|
121
|
+
"peerDependencies": {
|
|
122
|
+
"@iconify-json/ph": "^1.2.2",
|
|
123
|
+
"@iconify-json/ri": "^1.2.10",
|
|
124
|
+
"@popperjs/core": "^2.11.8",
|
|
125
|
+
"@types/body-scroll-lock": "^3.1.2",
|
|
126
|
+
"@types/lodash-es": "^4.17.12",
|
|
127
|
+
"@types/markdown-it": "^14.1.2",
|
|
128
|
+
"@vue/reactivity": "^3.5.28",
|
|
129
|
+
"@vuelidate/core": "^2.0.3",
|
|
130
|
+
"@vuelidate/validators": "^2.0.4",
|
|
131
|
+
"@vueuse/core": "^12 || ^13 || ^14",
|
|
132
|
+
"body-scroll-lock": "4.0.0-beta.0",
|
|
133
|
+
"dayjs": "^1.11.19",
|
|
134
|
+
"fuse.js": "^7.1.0",
|
|
135
|
+
"lodash-es": "^4.17.23",
|
|
136
|
+
"markdown-it": "^14.1.1",
|
|
137
|
+
"normalize.css": "^8.0.1",
|
|
138
|
+
"pinia": "^3.0.4",
|
|
139
|
+
"postcss": "^8.5.6",
|
|
140
|
+
"postcss-nested": "^7.0.2",
|
|
141
|
+
"v-calendar": "3.0.1",
|
|
142
|
+
"vue": "^3.5.28",
|
|
143
|
+
"vue-draggable-plus": "^0.6.1",
|
|
144
|
+
"vue-router": "^4 || ^5"
|
|
145
145
|
},
|
|
146
|
-
"packageManager": "pnpm@10.
|
|
146
|
+
"packageManager": "pnpm@10.30.1"
|
|
147
147
|
}
|