@globalbrain/sefirot 2.14.1 → 2.15.0
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/SInputAddon.vue +143 -0
- package/lib/components/SInputBase.vue +47 -9
- package/lib/components/SInputCheckbox.vue +10 -2
- package/lib/components/SInputCheckboxes.vue +10 -2
- package/lib/components/SInputDate.vue +11 -2
- package/lib/components/SInputDropdown.vue +26 -8
- package/lib/components/SInputFile.vue +9 -1
- package/lib/components/SInputHMS.vue +9 -1
- package/lib/components/SInputNumber.vue +12 -2
- package/lib/components/SInputRadio.vue +9 -0
- package/lib/components/SInputRadios.vue +9 -1
- package/lib/components/SInputSelect.vue +9 -1
- package/lib/components/SInputSwitch.vue +9 -1
- package/lib/components/SInputSwitches.vue +9 -1
- package/lib/components/SInputText.vue +155 -103
- package/lib/components/SInputTextarea.vue +9 -1
- package/lib/components/SInputYMD.vue +9 -1
- package/lib/composables/Dropdown.ts +66 -1
- package/lib/composables/Flyout.ts +5 -5
- package/lib/styles/variables.css +1 -0
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalbrain/sefirot",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
|
+
"packageManager": "pnpm@7.26.0",
|
|
4
5
|
"description": "Vue Components for Global Brain Design System.",
|
|
5
6
|
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
|
|
6
7
|
"license": "MIT",
|
|
@@ -20,26 +21,26 @@
|
|
|
20
21
|
"lib"
|
|
21
22
|
],
|
|
22
23
|
"peerDependencies": {
|
|
23
|
-
"@iconify-icons/ph": "^1.2.
|
|
24
|
-
"@iconify/vue": "^4.0.
|
|
24
|
+
"@iconify-icons/ph": "^1.2.3",
|
|
25
|
+
"@iconify/vue": "^4.0.2",
|
|
25
26
|
"@types/body-scroll-lock": "^3.1.0",
|
|
26
27
|
"@types/lodash-es": "^4.17.6",
|
|
27
28
|
"@types/markdown-it": "^12.2.3",
|
|
28
29
|
"@vuelidate/core": "^2.0.0",
|
|
29
30
|
"@vuelidate/validators": "^2.0.0",
|
|
30
|
-
"@vueuse/core": "^9.
|
|
31
|
+
"@vueuse/core": "^9.11.1",
|
|
31
32
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
32
33
|
"fuse.js": "^6.6.2",
|
|
33
34
|
"lodash-es": "^4.17.21",
|
|
34
35
|
"markdown-it": "^13.0.1",
|
|
35
36
|
"normalize.css": "^8.0.1",
|
|
36
|
-
"pinia": "^2.0.
|
|
37
|
-
"postcss": "^8.4.
|
|
38
|
-
"postcss-nested": "^
|
|
39
|
-
"typescript": "^4.
|
|
37
|
+
"pinia": "^2.0.29",
|
|
38
|
+
"postcss": "^8.4.21",
|
|
39
|
+
"postcss-nested": "^6.0.0",
|
|
40
|
+
"typescript": "^4.9.4",
|
|
40
41
|
"v-calendar": "^3.0.0-alpha.8",
|
|
41
|
-
"vue": "^3.2.
|
|
42
|
-
"vue-router": "^4.1.
|
|
42
|
+
"vue": "^3.2.45",
|
|
43
|
+
"vue-router": "^4.1.6"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"dayjs": "^1.11.7"
|
|
@@ -48,17 +49,17 @@
|
|
|
48
49
|
"@globalbrain/eslint-config": "^1.2.1",
|
|
49
50
|
"@histoire/plugin-vue": "^0.12.4",
|
|
50
51
|
"@iconify-icons/ph": "^1.2.3",
|
|
51
|
-
"@iconify/vue": "^4.0.
|
|
52
|
+
"@iconify/vue": "^4.0.2",
|
|
52
53
|
"@types/body-scroll-lock": "^3.1.0",
|
|
53
54
|
"@types/lodash-es": "^4.17.6",
|
|
54
55
|
"@types/markdown-it": "^12.2.3",
|
|
55
56
|
"@types/node": "^18.11.18",
|
|
56
57
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
57
|
-
"@vitest/coverage-c8": "^0.
|
|
58
|
+
"@vitest/coverage-c8": "^0.28.1",
|
|
58
59
|
"@vue/test-utils": "^2.2.7",
|
|
59
60
|
"@vuelidate/core": "^2.0.0",
|
|
60
61
|
"@vuelidate/validators": "^2.0.0",
|
|
61
|
-
"@vueuse/core": "^9.
|
|
62
|
+
"@vueuse/core": "^9.11.1",
|
|
62
63
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
63
64
|
"chalk": "^4.1.2",
|
|
64
65
|
"conventional-changelog-cli": "^2.2.2",
|
|
@@ -66,20 +67,19 @@
|
|
|
66
67
|
"eslint": "^8.32.0",
|
|
67
68
|
"execa": "^5.1.1",
|
|
68
69
|
"fuse.js": "^6.6.2",
|
|
69
|
-
"happy-dom": "^8.1.4",
|
|
70
70
|
"histoire": "^0.12.4",
|
|
71
71
|
"lodash-es": "^4.17.21",
|
|
72
72
|
"markdown-it": "^13.0.1",
|
|
73
73
|
"normalize.css": "^8.0.1",
|
|
74
|
-
"pinia": "^2.0.
|
|
75
|
-
"postcss": "^8.4.
|
|
74
|
+
"pinia": "^2.0.29",
|
|
75
|
+
"postcss": "^8.4.21",
|
|
76
76
|
"postcss-nested": "^6.0.0",
|
|
77
77
|
"semver": "^7.3.8",
|
|
78
78
|
"typescript": "^4.9.4",
|
|
79
79
|
"v-calendar": "3.0.0-alpha.8",
|
|
80
80
|
"vite": "^4.0.4",
|
|
81
|
-
"vitepress": "1.0.0-alpha.
|
|
82
|
-
"vitest": "^0.
|
|
81
|
+
"vitepress": "1.0.0-alpha.40",
|
|
82
|
+
"vitest": "^0.28.1",
|
|
83
83
|
"vue": "^3.2.45",
|
|
84
84
|
"vue-router": "^4.1.6",
|
|
85
85
|
"vue-tsc": "^1.0.24"
|