x-sccba 0.0.7 → 0.0.9

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.
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  setup(__props) {
13
13
  const props = __props;
14
14
  const forwarded = useForwardProps(props);
15
- const ElAvatarGroup = EP.ElAvatarGroup;
15
+ const ElAvatarGroup = EP["ElAvatarGroup"];
16
16
  return (_ctx, _cache) => {
17
17
  return unref(ElAvatarGroup) ? (openBlock(), createBlock(resolveDynamicComponent(unref(ElAvatarGroup)), normalizeProps(mergeProps({ key: 0 }, { ...unref(forwarded), ..._ctx.$attrs })), {
18
18
  default: withCtx(() => [
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../../XAvatarGroup.vue_vue_type_script_setup_true_lang-Bcfzvg7a.js";
1
+ import { _ as _sfc_main } from "../../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -5,7 +5,7 @@ import { _ as _3 } from "../index.vue_vue_type_script_setup_true_lang-vagxukX1.j
5
5
  import { _ as _4 } from "../XAnchorLink.vue_vue_type_script_setup_true_lang-DDwo1DVC.js";
6
6
  import { _ as _5 } from "../index.vue_vue_type_script_setup_true_lang-DXqIN_9E.js";
7
7
  import { default as default3 } from "./XAvatar/index.js";
8
- import { _ as _6 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Bcfzvg7a.js";
8
+ import { _ as _6 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
9
9
  import { _ as _7 } from "../index.vue_vue_type_script_setup_true_lang-BX8Mlyp9.js";
10
10
  import { default as default4 } from "./XBadge/index.js";
11
11
  import { _ as _8 } from "../index.vue_vue_type_script_setup_true_lang-BRZPxMMb.js";
package/dist/es/index.js CHANGED
@@ -5,7 +5,7 @@ import { _ as _sfc_main$2 } from "../index.vue_vue_type_script_setup_true_lang-v
5
5
  import { _ as _sfc_main$3 } from "../XAnchorLink.vue_vue_type_script_setup_true_lang-DDwo1DVC.js";
6
6
  import { _ as _sfc_main$4 } from "../index.vue_vue_type_script_setup_true_lang-DXqIN_9E.js";
7
7
  import XAvatar from "./XAvatar/index.js";
8
- import { _ as _sfc_main$5 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Bcfzvg7a.js";
8
+ import { _ as _sfc_main$5 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
9
9
  import { _ as _sfc_main$6 } from "../index.vue_vue_type_script_setup_true_lang-BX8Mlyp9.js";
10
10
  import XBadge from "./XBadge/index.js";
11
11
  import { _ as _sfc_main$7 } from "../index.vue_vue_type_script_setup_true_lang-BRZPxMMb.js";
package/package.json CHANGED
@@ -1,129 +1,129 @@
1
- {
2
- "name": "x-sccba",
3
- "type": "module",
4
- "version": "0.0.7",
5
- "license": "MIT",
6
- "homepage": "https://x-sccba.com",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/X-SCCBA.git"
10
- },
11
- "bugs": {
12
- "url": "https://github.com/X-SCCBA/issues",
13
- "email": "lijunsong2@gmail.com"
14
- },
15
- "keywords": [
16
- "vue",
17
- "element-plus",
18
- "x-sccba",
19
- "x-sccba",
20
- "vue3",
21
- "vue3-element-plus",
22
- "vue3-x-sccba",
23
- "vue3-x-sccba-components"
24
- ],
25
- "sideEffects": [
26
- "**/*.css",
27
- "**/*.scss",
28
- "**/*.vue"
29
- ],
30
- "exports": {
31
- ".": {
32
- "types": "./types/index.d.ts",
33
- "import": "./dist/es/index.js",
34
- "require": "./dist/umd/index.js"
35
- },
36
- "./theme": "./dist/index.css",
37
- "./es/*": "./dist/es/*",
38
- "./styles/*": "./dist/styles/*",
39
- "./types/*": "./types/components/*/types.d.ts"
40
- },
41
- "main": "dist/es/index.js",
42
- "module": "dist/es/index.js",
43
- "browser": "dist/umd/index.js",
44
- "unpkg": "dist/umd/index.js",
45
- "jsdelivr": "dist/umd/index.js",
46
- "types": "types/index.d.ts",
47
- "typesVersions": {
48
- "*": {
49
- "": [
50
- "./types/index.d.ts"
51
- ],
52
- "./types/*": [
53
- "types/components/*/types.d.ts"
54
- ]
55
- }
56
- },
57
- "files": [
58
- "!dist/**/*.map",
59
- "README.md",
60
- "dist",
61
- "types/components",
62
- "types/components.d.ts",
63
- "types/dom-speech-recognition-env.d.ts",
64
- "types/index.d.ts"
65
- ],
66
- "scripts": {
67
- "build:es": "set NODE_OPTIONS=\"--max-old-space-size=4096\" && pnpm run generate-types && vue-tsc -b --noEmit && vite build",
68
- "build:umd": "set NODE_OPTIONS=\"--max-old-space-size=4096\" && pnpm run generate-types && vue-tsc -b --noEmit && vite build --config vite.config.umd.ts",
69
- "build": "rimraf dist && rimraf types && pnpm run aeac && pnpm run build:es && pnpm run build:umd",
70
- "preview": "vite preview",
71
- "dev": "storybook dev -p 6006",
72
- "build:storybook": "storybook build",
73
- "aeac": "rimraf src/index.ts && rimraf src/install.ts && esno .build/scripts/auto-export-all-components.js",
74
- "update:plugin": "pnpm i --save x-sender@latest",
75
- "generate-types": "esno .build/scripts/generate-types.js",
76
- "extract-codes": "esno .build/scripts/extract-codes.ts",
77
- "create-story": "esno .build/scripts/create-story.ts"
78
- },
79
- "peerDependencies": {
80
- "vue": "^3.5.17",
81
- "element-plus": ">=2.13.0 <3.0.0"
82
- },
83
- "dependencies": {
84
- "@element-plus/icons-vue": "^2.3.1"
85
- },
86
- "devDependencies": {
87
- "@antfu/eslint-config": "^4.16.1",
88
- "@chromatic-com/storybook": "^3.2.7",
89
- "@jsonlee_12138/markdown-it-mermaid": "0.0.6",
90
- "@storybook/addon-essentials": "^8.6.14",
91
- "@storybook/addon-onboarding": "^8.6.14",
92
- "@storybook/addons": "^7.6.17",
93
- "@storybook/api": "^7.6.17",
94
- "@storybook/blocks": "^8.6.14",
95
- "@storybook/experimental-addon-test": "^8.6.14",
96
- "@storybook/manager-api": "^8.6.14",
97
- "@storybook/test": "^8.6.14",
98
- "@storybook/theming": "^8.6.14",
99
- "@storybook/vue3": "^8.6.14",
100
- "@storybook/vue3-vite": "^8.6.14",
101
- "@types/dom-speech-recognition": "^0.0.4",
102
- "@types/fs-extra": "^11.0.4",
103
- "@types/markdown-it": "^14.1.2",
104
- "@types/prismjs": "^1.26.5",
105
- "@vitejs/plugin-vue": "^5.2.4",
106
- "@vitest/browser": "^3.2.4",
107
- "@vitest/coverage-v8": "^3.2.4",
108
- "@vue/tsconfig": "^0.7.0",
109
- "element-plus": "^2.13.6",
110
- "highlight.js": "^11.11.1",
111
- "esno": "^4.8.0",
112
- "fast-glob": "^3.3.3",
113
- "playwright": "^1.53.2",
114
- "rimraf": "^6.0.1",
115
- "rollup-plugin-visualizer": "^6.0.3",
116
- "sass": "^1.89.2",
117
- "storybook": "^8.6.14",
118
- "storybook-dark-mode": "^4.0.2",
119
- "terser": "^5.43.1",
120
- "typescript": "~5.8.3",
121
- "unplugin-auto-import": "^19.3.0",
122
- "unplugin-vue-components": "^28.8.0",
123
- "vite": "^6.3.5",
124
- "vite-plugin-dts": "^4.5.4",
125
- "vite-plugin-lib-inject-css": "^2.2.2",
126
- "vitest": "^3.2.4",
127
- "vue-tsc": "^2.2.10"
128
- }
129
- }
1
+ {
2
+ "name": "x-sccba",
3
+ "type": "module",
4
+ "version": "0.0.9",
5
+ "license": "MIT",
6
+ "homepage": "https://x-sccba.com",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/X-SCCBA.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/X-SCCBA/issues",
13
+ "email": "lijunsong2@gmail.com"
14
+ },
15
+ "keywords": [
16
+ "vue",
17
+ "element-plus",
18
+ "x-sccba",
19
+ "x-sccba",
20
+ "vue3",
21
+ "vue3-element-plus",
22
+ "vue3-x-sccba",
23
+ "vue3-x-sccba-components"
24
+ ],
25
+ "sideEffects": [
26
+ "**/*.css",
27
+ "**/*.scss",
28
+ "**/*.vue"
29
+ ],
30
+ "exports": {
31
+ ".": {
32
+ "types": "./types/index.d.ts",
33
+ "import": "./dist/es/index.js",
34
+ "require": "./dist/umd/index.js"
35
+ },
36
+ "./theme": "./dist/index.css",
37
+ "./es/*": "./dist/es/*",
38
+ "./styles/*": "./dist/styles/*",
39
+ "./types/*": "./types/components/*/types.d.ts"
40
+ },
41
+ "main": "dist/es/index.js",
42
+ "module": "dist/es/index.js",
43
+ "browser": "dist/umd/index.js",
44
+ "unpkg": "dist/umd/index.js",
45
+ "jsdelivr": "dist/umd/index.js",
46
+ "types": "types/index.d.ts",
47
+ "typesVersions": {
48
+ "*": {
49
+ "": [
50
+ "./types/index.d.ts"
51
+ ],
52
+ "./types/*": [
53
+ "types/components/*/types.d.ts"
54
+ ]
55
+ }
56
+ },
57
+ "files": [
58
+ "!dist/**/*.map",
59
+ "README.md",
60
+ "dist",
61
+ "types/components",
62
+ "types/components.d.ts",
63
+ "types/dom-speech-recognition-env.d.ts",
64
+ "types/index.d.ts"
65
+ ],
66
+ "scripts": {
67
+ "build:es": "set NODE_OPTIONS=\"--max-old-space-size=4096\" && pnpm run generate-types && vue-tsc -b --noEmit && vite build",
68
+ "build:umd": "set NODE_OPTIONS=\"--max-old-space-size=4096\" && pnpm run generate-types && vue-tsc -b --noEmit && vite build --config vite.config.umd.ts",
69
+ "build": "rimraf dist && rimraf types && pnpm run aeac && pnpm run build:es && pnpm run build:umd",
70
+ "preview": "vite preview",
71
+ "dev": "storybook dev -p 6006",
72
+ "build:storybook": "storybook build",
73
+ "aeac": "rimraf src/index.ts && rimraf src/install.ts && esno .build/scripts/auto-export-all-components.js",
74
+ "update:plugin": "pnpm i --save x-sender@latest",
75
+ "generate-types": "esno .build/scripts/generate-types.js",
76
+ "extract-codes": "esno .build/scripts/extract-codes.ts",
77
+ "create-story": "esno .build/scripts/create-story.ts"
78
+ },
79
+ "peerDependencies": {
80
+ "vue": "^3.5.17",
81
+ "element-plus": ">=2.13.0 <3.0.0"
82
+ },
83
+ "dependencies": {
84
+ "@element-plus/icons-vue": "^2.3.1"
85
+ },
86
+ "devDependencies": {
87
+ "@antfu/eslint-config": "^4.16.1",
88
+ "@chromatic-com/storybook": "^3.2.7",
89
+ "@jsonlee_12138/markdown-it-mermaid": "0.0.6",
90
+ "@storybook/addon-essentials": "^8.6.14",
91
+ "@storybook/addon-onboarding": "^8.6.14",
92
+ "@storybook/addons": "^7.6.17",
93
+ "@storybook/api": "^7.6.17",
94
+ "@storybook/blocks": "^8.6.14",
95
+ "@storybook/experimental-addon-test": "^8.6.14",
96
+ "@storybook/manager-api": "^8.6.14",
97
+ "@storybook/test": "^8.6.14",
98
+ "@storybook/theming": "^8.6.14",
99
+ "@storybook/vue3": "^8.6.14",
100
+ "@storybook/vue3-vite": "^8.6.14",
101
+ "@types/dom-speech-recognition": "^0.0.4",
102
+ "@types/fs-extra": "^11.0.4",
103
+ "@types/markdown-it": "^14.1.2",
104
+ "@types/prismjs": "^1.26.5",
105
+ "@vitejs/plugin-vue": "^5.2.4",
106
+ "@vitest/browser": "^3.2.4",
107
+ "@vitest/coverage-v8": "^3.2.4",
108
+ "@vue/tsconfig": "^0.7.0",
109
+ "element-plus": "^2.13.6",
110
+ "highlight.js": "^11.11.1",
111
+ "esno": "^4.8.0",
112
+ "fast-glob": "^3.3.3",
113
+ "playwright": "^1.53.2",
114
+ "rimraf": "^6.0.1",
115
+ "rollup-plugin-visualizer": "^6.0.3",
116
+ "sass": "^1.89.2",
117
+ "storybook": "^8.6.14",
118
+ "storybook-dark-mode": "^4.0.2",
119
+ "terser": "^5.43.1",
120
+ "typescript": "~5.8.3",
121
+ "unplugin-auto-import": "^19.3.0",
122
+ "unplugin-vue-components": "^28.8.0",
123
+ "vite": "^6.3.5",
124
+ "vite-plugin-dts": "^4.5.4",
125
+ "vite-plugin-lib-inject-css": "^2.2.2",
126
+ "vitest": "^3.2.4",
127
+ "vue-tsc": "^2.2.10"
128
+ }
129
+ }