@poni/adjutant-ui 0.0.120 → 0.0.122
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/adjutant-ui.css +1 -1
- package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -0
- package/dist/components/AdjTabs/AdjTabs.vue.d.ts +5 -1
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.mock.d.ts +7 -0
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.stories.d.ts +6 -0
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.vue.d.ts +25 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +547 -494
- package/dist/plugin/components.d.ts +2 -1
- package/dist/plugin/types.d.ts +2 -1
- package/dist/types/IAdjTabsMaterialItem.d.ts +7 -0
- package/dist/vars.scss +0 -1
- package/package.json +18 -18
|
@@ -30,5 +30,6 @@ import { default as AdjSvgEdit } from '../components/AdjSvg/AdjSvgEdit.vue';
|
|
|
30
30
|
import { default as AdjSvgFly } from '../components/AdjSvg/AdjSvgFly.vue';
|
|
31
31
|
import { default as AdjSvgYoutube } from '../components/AdjSvg/AdjSvgYoutube.vue';
|
|
32
32
|
import { default as AdjTabs } from '../components/AdjTabs/AdjTabs.vue';
|
|
33
|
+
import { default as AdjTabsMaterial } from '../components/AdjTabsMaterial/AdjTabsMaterial.vue';
|
|
33
34
|
import { default as AdjUploadFile } from '../components/AdjUploadFile/AdjUploadFile.vue';
|
|
34
|
-
export { AdjButton, AdjButtonCheckbox, AdjCheckbox, AdjDownloadLink, AdjDropdownLink, AdjFilterCheckbox, AdjFilters, AdjFilterSelect, AdjFiltersMobile, AdjHint, AdjHintDesktop, AdjIcon, AdjIconButton, AdjIconButtonText, AdjImageButton, AdjInput, AdjInputModern, AdjInputNumber, AdjModal, AdjRadio, AdjScroll, AdjSelect, AdjSelectImage, AdjSelectModern, AdjSkeleton, AdjSkeletonItem, AdjSliderButton, AdjSvgActive, AdjSvgEdit, AdjSvgFly, AdjSvgYoutube, AdjTabs, AdjUploadFile, };
|
|
35
|
+
export { AdjButton, AdjButtonCheckbox, AdjCheckbox, AdjDownloadLink, AdjDropdownLink, AdjFilterCheckbox, AdjFilters, AdjFilterSelect, AdjFiltersMobile, AdjHint, AdjHintDesktop, AdjIcon, AdjIconButton, AdjIconButtonText, AdjImageButton, AdjInput, AdjInputModern, AdjInputNumber, AdjModal, AdjRadio, AdjScroll, AdjSelect, AdjSelectImage, AdjSelectModern, AdjSkeleton, AdjSkeletonItem, AdjSliderButton, AdjSvgActive, AdjSvgEdit, AdjSvgFly, AdjSvgYoutube, AdjTabs, AdjTabsMaterial, AdjUploadFile, };
|
package/dist/plugin/types.d.ts
CHANGED
|
@@ -4,5 +4,6 @@ import { IAdjFiltersItem } from '../types/IAdjFiltersItem';
|
|
|
4
4
|
import { IAdjSelectImageItem } from '../types/IAdjSelectImageItem';
|
|
5
5
|
import { IAdjSelectModernItem } from '../types/IAdjSelectModernItem';
|
|
6
6
|
import { IAdjTabsItem } from '../types/IAdjTabsItem';
|
|
7
|
+
import { IAdjTabsMaterialItem } from '../types/IAdjTabsMaterialItem';
|
|
7
8
|
import { IAdjUploadFileItem } from '../types/IAdjUploadFileItem';
|
|
8
|
-
export type { IAdjCheckboxItem, IAdjFiltersItem, IAdjItem, IAdjSelectImageItem, IAdjSelectModernItem, IAdjTabsItem, IAdjUploadFileItem, };
|
|
9
|
+
export type { IAdjCheckboxItem, IAdjFiltersItem, IAdjItem, IAdjSelectImageItem, IAdjSelectModernItem, IAdjTabsItem, IAdjTabsMaterialItem, IAdjUploadFileItem, };
|
package/dist/vars.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poni/adjutant-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.122",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"type-check": "vue-tsc --build",
|
|
42
42
|
"lint": "eslint . --fix",
|
|
43
43
|
"format": "prettier --write src/",
|
|
44
|
-
"up": "ncu -u && npm
|
|
45
|
-
"up-major": "ncu -u && npm
|
|
46
|
-
"up-minor": "ncu --target minor -u && npm
|
|
47
|
-
"up-patch": "ncu --target patch -u && npm
|
|
44
|
+
"up": "ncu -u && npm up",
|
|
45
|
+
"up-major": "ncu -u && npm up",
|
|
46
|
+
"up-minor": "ncu --target minor -u && npm up",
|
|
47
|
+
"up-patch": "ncu --target patch -u && npm up"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@vueuse/core": ">=12",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@chromatic-com/storybook": "^3.2.4",
|
|
55
|
-
"@storybook/addon-essentials": "^8.5.
|
|
56
|
-
"@storybook/addon-interactions": "^8.5.
|
|
57
|
-
"@storybook/addon-links": "^8.5.
|
|
58
|
-
"@storybook/blocks": "^8.5.
|
|
59
|
-
"@storybook/test": "^8.5.
|
|
60
|
-
"@storybook/vue3": "^8.5.
|
|
61
|
-
"@storybook/vue3-vite": "^8.5.
|
|
55
|
+
"@storybook/addon-essentials": "^8.5.2",
|
|
56
|
+
"@storybook/addon-interactions": "^8.5.2",
|
|
57
|
+
"@storybook/addon-links": "^8.5.2",
|
|
58
|
+
"@storybook/blocks": "^8.5.2",
|
|
59
|
+
"@storybook/test": "^8.5.2",
|
|
60
|
+
"@storybook/vue3": "^8.5.2",
|
|
61
|
+
"@storybook/vue3-vite": "^8.5.2",
|
|
62
62
|
"@tsconfig/node22": "^22.0.0",
|
|
63
|
-
"@types/node": "^22.
|
|
63
|
+
"@types/node": "^22.12.0",
|
|
64
64
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
65
65
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
66
66
|
"@vue/eslint-config-typescript": "^14.3.0",
|
|
67
67
|
"@vue/tsconfig": "^0.7.0",
|
|
68
|
-
"@vueuse/core": "^12.
|
|
69
|
-
"eslint": "^9.
|
|
68
|
+
"@vueuse/core": "^12.5.0",
|
|
69
|
+
"eslint": "^9.19.0",
|
|
70
70
|
"eslint-plugin-storybook": "^0.11.2",
|
|
71
71
|
"eslint-plugin-vue": "^9.32.0",
|
|
72
72
|
"npm-run-all2": "^7.0.2",
|
|
73
73
|
"prettier": "^3.4.2",
|
|
74
74
|
"sass": "^1.83.4",
|
|
75
|
-
"storybook": "^8.5.
|
|
75
|
+
"storybook": "^8.5.2",
|
|
76
76
|
"typescript": "^5.7.3",
|
|
77
|
-
"vite": "^6.0.
|
|
77
|
+
"vite": "^6.0.11",
|
|
78
78
|
"vite-plugin-dts": "^4.5.0",
|
|
79
|
-
"vite-plugin-vue-devtools": "^7.7.
|
|
79
|
+
"vite-plugin-vue-devtools": "^7.7.1",
|
|
80
80
|
"vue": "^3.5.13",
|
|
81
81
|
"vue-tsc": "^2.2.0"
|
|
82
82
|
},
|