@mc20230601/keep-up 1.0.13 → 1.0.15

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,19 +1,11 @@
1
- import { ref, toDisplayString } from 'vue';
2
- import _export_sfc from '../../_virtual/plugin-vue_export-helper.mjs';
3
-
4
- const _sfc_main = {
5
- __name: 'index',
6
- setup(__props) {
7
-
8
- const test = ref('name');
9
-
10
- return (_ctx, _cache) => {
11
- return "222112" + toDisplayString(test.value)
12
- }
13
- }
14
-
15
- };
16
- var index = /*#__PURE__*/_export_sfc(_sfc_main, [['__file',"/Users/mazhiyuan/Desktop/mzy-projects/Singapore/KeepUp/packages/components/button/index.vue"]]);
1
+ import { defineComponent, createVNode, createTextVNode } from 'vue';
2
+
3
+ var index = defineComponent({
4
+ name: "Space",
5
+ setup() {
6
+ return () => createVNode("div", null, [createTextVNode("\u597D\u6709\u610F\u601D")]);
7
+ }
8
+ });
17
9
 
18
10
  export { index as default };
19
11
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../packages/components/button/index.vue"],"sourcesContent":["<template>222112{{ test }}</template>\n\n<script setup>\nimport { ref } from 'vue'\nconst test = ref('name')\n</script>\n"],"names":[],"mappings":";;;;;;;AAIA,MAAM,IAAI,GAAG,GAAG,CAAC,MAAM,EAAA;;;AAJb,EAAA,OAAA,QAAM,mBAAG,IAAI,CAAA,KAAA,CAAA;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../packages/components/button/index.tsx"],"sourcesContent":["import { defineComponent } from 'vue'\n\nexport default defineComponent({\n name: 'Space',\n setup() {\n return () => <div>好有意思</div>\n },\n})\n"],"names":["defineComponent","name","setup","_createVNode","_createTextVNode"],"mappings":";;AAEA,YAAeA,eAAgB,CAAA;AAAA,EAC7BC,IAAM,EAAA,OAAA;AAAA,EACNC,KAAQ,GAAA;AACN,IAAO,OAAA,MAAAC,YAAAC,KAAAA,EAAAA,IAAAA,EAAAA,CAAAA,eAAqB,CAAA,0BAAA,CAAA,CAAA,CAAA,CAAA;AAAA,GAC9B;AACF,CAAC,CAAA;;;;"}
@@ -1,2 +1,2 @@
1
- export { default as Button } from './button/index.vue';
1
+ export { default as Button } from './button';
2
2
  export { default as Space } from './space';
package/es/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './Button'
2
- export * from './Space'
1
+ export * from './components/button'
2
+ export * from './components/space'
package/es/index.mjs CHANGED
@@ -1,2 +1,3 @@
1
- export * from '@KeepUp/components';
1
+ export { default as Button } from './components/button/index.mjs';
2
+ export { default as Space } from './components/space/index.mjs';
2
3
  //# sourceMappingURL=index.mjs.map
package/es/index.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1 @@
1
+ export * from '../components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc20230601/keep-up",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "mc20230601",
@@ -1,10 +0,0 @@
1
- var _export_sfc = (sfc, props) => {
2
- const target = sfc.__vccOpts || sfc;
3
- for (const [key, val] of props) {
4
- target[key] = val;
5
- }
6
- return target;
7
- };
8
-
9
- export { _export_sfc as default };
10
- //# sourceMappingURL=plugin-vue_export-helper.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-vue_export-helper.mjs","sources":["../../../../internal/build/plugin-vue:export-helper"],"sourcesContent":["\nexport default (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n}\n"],"names":[],"mappings":"AACA,kBAAe,CAAC,GAAG,EAAE,KAAK,KAAK;AAC/B,EAAE,MAAM,MAAM,GAAG,GAAG,CAAC,SAAS,IAAI,GAAG,CAAC;AACtC,EAAE,KAAK,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,IAAI,KAAK,EAAE;AAClC,IAAI,MAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;AACtB,GAAG;AACH,EAAE,OAAO,MAAM,CAAC;AAChB;;;;"}
@@ -1,3 +0,0 @@
1
- declare const _default: typeof __VLS_export;
2
- export default _default;
3
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;