jmash-core 0.0.1 → 0.0.3
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/dts/src/App.vue.d.ts +2 -0
- package/dts/src/components/HelloWorld.vue.d.ts +15 -0
- package/dts/src/components/TheWelcome.vue.d.ts +2 -0
- package/dts/src/components/WelcomeItem.vue.d.ts +11 -0
- package/dts/src/components/icons/IconCommunity.vue.d.ts +2 -0
- package/dts/src/components/icons/IconDocumentation.vue.d.ts +2 -0
- package/dts/src/components/icons/IconEcosystem.vue.d.ts +2 -0
- package/dts/src/components/icons/IconSupport.vue.d.ts +2 -0
- package/dts/src/components/icons/IconTooling.vue.d.ts +2 -0
- package/dts/src/index.d.ts +3 -0
- package/dts/src/main.d.ts +1 -0
- package/dts/src/router/index.d.ts +2 -0
- package/dts/src/stores/counter.d.ts +13 -0
- package/dts/src/views/AboutView.vue.d.ts +2 -0
- package/dts/src/views/HomeView.vue.d.ts +2 -0
- package/dts/tsconfig.tsbuildinfo +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
msg: string;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
msg: string;
|
|
5
|
+
}>>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
icon?(_: {}): any;
|
|
3
|
+
heading?(_: {}): any;
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './assets/main.css';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const useCounterStore: import("pinia").StoreDefinition<"counter", import("pinia")._UnwrapAll<Pick<{
|
|
2
|
+
count: import("vue").Ref<number>;
|
|
3
|
+
doubleCount: import("vue").ComputedRef<number>;
|
|
4
|
+
increment: () => void;
|
|
5
|
+
}, "count">>, Pick<{
|
|
6
|
+
count: import("vue").Ref<number>;
|
|
7
|
+
doubleCount: import("vue").ComputedRef<number>;
|
|
8
|
+
increment: () => void;
|
|
9
|
+
}, "doubleCount">, Pick<{
|
|
10
|
+
count: import("vue").Ref<number>;
|
|
11
|
+
doubleCount: import("vue").ComputedRef<number>;
|
|
12
|
+
increment: () => void;
|
|
13
|
+
}, "increment">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/.pnpm/@vue+shared@3.4.21/node_modules/@vue/shared/dist/shared.d.ts","../node_modules/.pnpm/@vue+reactivity@3.4.21/node_modules/@vue/reactivity/dist/reactivity.d.ts","../node_modules/.pnpm/@vue+runtime-core@3.4.21/node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../node_modules/.pnpm/csstype@3.1.3/node_modules/csstype/index.d.ts","../node_modules/.pnpm/@vue+runtime-dom@3.4.21/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../node_modules/.pnpm/vue@3.4.21_typescript@5.3.3/node_modules/vue/jsx-runtime/index.d.ts","../node_modules/.pnpm/@babel+types@7.24.0/node_modules/@babel/types/lib/index.d.ts","../node_modules/.pnpm/@babel+parser@7.24.0/node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/source-map.d.ts","../node_modules/.pnpm/@vue+compiler-core@3.4.21/node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../node_modules/.pnpm/@vue+compiler-dom@3.4.21/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../node_modules/.pnpm/vue@3.4.21_typescript@5.3.3/node_modules/vue/dist/vue.d.mts","../node_modules/.pnpm/vue-router@4.3.0_vue@3.4.21/node_modules/vue-router/dist/vue-router.d.ts","../src/components/HelloWorld.vue.ts","../src/App.vue.ts","../src/components/WelcomeItem.vue.ts","../src/components/icons/IconDocumentation.vue.ts","../src/components/icons/IconTooling.vue.ts","../src/components/icons/IconEcosystem.vue.ts","../src/components/icons/IconCommunity.vue.ts","../src/components/icons/IconSupport.vue.ts","../src/components/TheWelcome.vue.ts","../src/views/AboutView.vue.ts","../src/views/HomeView.vue.ts","../__VLS_types.d.ts","../node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.21/node_modules/vue-demi/lib/index.d.ts","../node_modules/.pnpm/pinia@2.1.7_typescript@5.3.3_vue@3.4.21/node_modules/pinia/dist/pinia.d.ts","../src/stores/counter.ts","../src/index.ts","../src/router/index.ts","../src/main.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/types/hmrPayload.d.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/types/customEvent.d.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/types/hot.d.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/types/importGlob.d.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/types/importMeta.d.ts","../node_modules/.pnpm/vite@5.1.4_@types+node@20.11.24/node_modules/vite/client.d.ts","../env.d.ts"],"fileInfos":[{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true}],"root":[[59,70],[73,76],83],"options":{"allowImportingTsExtensions":false,"composite":true,"declaration":true,"emitDeclarationOnly":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitThis":true,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"useDefineForClassFields":true},"fileIdsList":[[51,57],[82],[52],[46,52,53,54],[55],[46],[46,47,48,50],[47,48,49,58,72],[48,58,71],[54],[81],[77],[78],[79,80],[57],[48,57,72],[50,56],[50],[51,57,58,59],[51,57,61,62,63,64,65,66],[51,68,69,73],[51,57,60,72,75,82],[51,58,68,69],[51,57,72],[51,57,67],[51,82],[47,48,49,58,81],[51,57,81],[48,58,80],[48,57,81]],"referencedMap":[[70,1],[83,2],[53,3],[55,4],[56,5],[47,6],[48,7],[50,8],[72,9],[54,10],[82,11],[78,12],[79,13],[81,14],[71,15],[58,16],[57,17],[51,18],[60,19],[59,1],[67,20],[61,1],[65,1],[62,1],[64,1],[66,1],[63,1],[74,21],[76,22],[75,23],[73,24],[68,1],[69,25]],"exportedModulesMap":[[70,1],[83,26],[53,3],[55,4],[56,5],[47,6],[48,7],[50,27],[72,1],[54,10],[82,28],[78,1],[77,1],[79,15],[80,15],[81,29],[71,1],[58,30],[57,17],[51,18],[60,19],[59,1],[67,20],[61,1],[65,1],[62,1],[64,1],[66,1],[63,1],[74,1],[76,1],[75,1],[73,1],[68,1],[69,25]],"semanticDiagnosticsPerFile":[70,83,53,52,55,56,47,48,50,46,49,72,54,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,1,82,78,77,79,80,81,71,58,57,51,60,59,67,61,65,62,64,66,63,74,76,75,73,68,69],"emitSignatures":[59,60,61,62,63,64,65,66,67,68,69]},"version":"5.3.3"}
|
package/package.json
CHANGED