3h1-ui 1.0.4 → 1.0.6
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/es/button/button.js +1 -1
- package/es/index.d.ts +7 -0
- package/es/index.js +7 -2
- package/es/{components/lib/components/lib/components/lib/components/lib/components/src → src}/button/button.vue.d.ts +0 -0
- package/es/src/button/index.d.ts +2 -0
- package/lib/button/button.js +1 -1
- package/lib/index.d.ts +7 -0
- package/lib/index.js +7 -2
- package/{es/components/lib/components/lib/components/lib/components → lib}/src/button/button.vue.d.ts +0 -0
- package/lib/src/button/index.d.ts +2 -0
- package/package.json +22 -21
- package/es/button/index.js +0 -11
- package/es/components/index.d.ts +0 -2
- package/es/components/lib/components/index.d.ts +0 -2
- package/es/components/lib/components/lib/components/index.d.ts +0 -2
- package/es/components/lib/components/lib/components/lib/components/index.d.ts +0 -2
- package/es/components/lib/components/lib/components/lib/components/lib/components/index.d.ts +0 -2
- package/es/components/lib/components/lib/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/es/components/lib/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/es/components/lib/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/es/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/es/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/es/components/lib/components/src/button/index.d.ts +0 -4
- package/es/components/src/button/button.vue.d.ts +0 -2
- package/es/components/src/button/index.d.ts +0 -4
- package/lib/button/index.js +0 -11
- package/lib/components/index.d.ts +0 -2
- package/lib/components/lib/components/index.d.ts +0 -2
- package/lib/components/lib/components/lib/components/index.d.ts +0 -2
- package/lib/components/lib/components/lib/components/lib/components/index.d.ts +0 -2
- package/lib/components/lib/components/lib/components/lib/components/lib/components/index.d.ts +0 -2
- package/lib/components/lib/components/lib/components/lib/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/lib/components/lib/components/lib/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/lib/components/lib/components/lib/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/lib/components/lib/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/lib/components/lib/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/lib/components/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/lib/components/lib/components/src/button/button.vue.d.ts +0 -2
- package/lib/components/lib/components/src/button/index.d.ts +0 -4
- package/lib/components/src/button/button.vue.d.ts +0 -2
- package/lib/components/src/button/index.d.ts +0 -4
package/es/button/button.js
CHANGED
|
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock } from "vue";
|
|
|
2
2
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {};
|
|
4
4
|
function _sfc_render(_ctx, _cache) {
|
|
5
|
-
return openBlock(), createElementBlock("button", null, "\u6D4B\
|
|
5
|
+
return openBlock(), createElementBlock("button", null, "\u6D4B\u8BD5s\u63091sdfsd23423\u94AE");
|
|
6
6
|
}
|
|
7
7
|
const button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
8
8
|
export {
|
package/es/index.d.ts
ADDED
package/es/index.js
CHANGED
|
File without changes
|
package/lib/button/button.js
CHANGED
|
@@ -3,7 +3,7 @@ const vue = require("vue");
|
|
|
3
3
|
const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {};
|
|
5
5
|
function _sfc_render(_ctx, _cache) {
|
|
6
|
-
return vue.openBlock(), vue.createElementBlock("button", null, "\u6D4B\
|
|
6
|
+
return vue.openBlock(), vue.createElementBlock("button", null, "\u6D4B\u8BD5s\u63091sdfsd23423\u94AE");
|
|
7
7
|
}
|
|
8
8
|
const button = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
9
9
|
module.exports = button;
|
package/lib/index.d.ts
ADDED
package/lib/index.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const
|
|
4
|
-
|
|
3
|
+
const button = require("./button/button.js");
|
|
4
|
+
const index = {
|
|
5
|
+
install(app) {
|
|
6
|
+
}
|
|
7
|
+
};
|
|
8
|
+
exports.Button = button;
|
|
9
|
+
exports.default = index;
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "3h1-ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "es/index.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"build": "vite build"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"es",
|
|
13
|
-
"lib"
|
|
14
|
-
],
|
|
15
|
-
"keywords": [
|
|
16
|
-
"shy-ui"
|
|
17
|
-
],
|
|
18
|
-
"author": "",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"dependencies": {}
|
|
21
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "3h1-ui",
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"build": "vite build"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"es",
|
|
13
|
+
"lib"
|
|
14
|
+
],
|
|
15
|
+
"keywords": [
|
|
16
|
+
"shy-ui"
|
|
17
|
+
],
|
|
18
|
+
"author": "",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {},
|
|
21
|
+
"typings": "lib/index.d.ts"
|
|
22
|
+
}
|
package/es/button/index.js
DELETED
package/es/components/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
package/lib/button/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const button = require("./button.js");
|
|
4
|
-
const withInstall = (comp) => {
|
|
5
|
-
comp.install = (app) => {
|
|
6
|
-
app.component(comp.name, comp);
|
|
7
|
-
};
|
|
8
|
-
return comp;
|
|
9
|
-
};
|
|
10
|
-
const Button = withInstall(button);
|
|
11
|
-
exports.Button = Button;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
package/lib/components/lib/components/lib/components/lib/components/src/button/button.vue.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from "vue";
|
|
2
|
-
declare type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
declare const Button: SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4
|
-
export { Button };
|