@drax/identity-front 0.0.6 → 0.0.7

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/package.json CHANGED
@@ -3,18 +3,10 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.0.6",
6
+ "version": "0.0.7",
7
7
  "type": "module",
8
- "main": "./dist/drax-identity-front.umd.js",
9
- "module": "./dist/drax-identity-front.js",
10
- "types": "./dist/index.d.ts",
11
- "exports": {
12
- ".": {
13
- "import": "./dist/drax-identity-front.js",
14
- "require": "./dist/drax-identity-front.umd.cjs"
15
- },
16
- "./style.css": "./dist/style.css"
17
- },
8
+ "main": "./src/index.ts",
9
+ "module": "./src/index.ts",
18
10
  "files": [
19
11
  "dist",
20
12
  "src"
@@ -57,11 +49,12 @@
57
49
  "start-server-and-test": "^2.0.3",
58
50
  "typescript": "~5.4.0",
59
51
  "vite": "^5.2.8",
52
+ "vite-plugin-css-injected-by-js": "^3.5.1",
60
53
  "vite-plugin-dts": "^3.9.1",
61
54
  "vitest": "^1.4.0",
62
55
  "vue": "^3.4.21",
63
56
  "vue-tsc": "^2.0.11",
64
57
  "vuetify": "^3.6.4"
65
58
  },
66
- "gitHead": "3ccd970d2ebf447ba7c6092d42568453fa2816ac"
59
+ "gitHead": "7fb7c130ba04e9c25d45b4e1f229e7c4c2e22068"
67
60
  }
@@ -1,5 +1,6 @@
1
1
  <script setup lang="ts">
2
- import { VCard, VCardText, VCardTitle } from 'vuetify/components/VCard'
2
+ import { VCard, VCardText, VCardTitle, VCardActions } from 'vuetify/components/VCard'
3
+ import { VBtn } from 'vuetify/components/VBtn'
3
4
 
4
5
  defineProps<{
5
6
  msg: string
@@ -8,10 +9,13 @@ defineProps<{
8
9
 
9
10
  <template>
10
11
 
11
- <v-card text="">
12
+ <v-card variant="tonal">
12
13
  <v-card-title><h1>IDENTITY LOGIN</h1></v-card-title>
13
14
  <v-card-text>INCA DRAX</v-card-text>
14
15
  <v-card-text>{{ msg }}</v-card-text>
16
+ <v-card-actions>
17
+ <v-btn>BUTTON</v-btn>
18
+ </v-card-actions>
15
19
  </v-card>
16
20
  </template>
17
21
 
package/src/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import IdentityLogin from "./components/IdentityLogin/IdentityLogin.vue";
2
2
 
3
- export {
4
3
 
4
+ export {
5
5
  IdentityLogin
6
6
  }
@@ -1,15 +0,0 @@
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
- };
@@ -1,38 +0,0 @@
1
- import { defineComponent as l, resolveComponent as e, openBlock as d, createBlock as s, withCtx as t, createVNode as n, createTextVNode as _, toDisplayString as p, createElementVNode as i } from "vue";
2
- const m = /* @__PURE__ */ i("h1", null, "IDENTITY LOGIN", -1), x = /* @__PURE__ */ l({
3
- __name: "IdentityLogin",
4
- props: {
5
- msg: {}
6
- },
7
- setup(u) {
8
- return (c, f) => {
9
- const r = e("v-card-title"), o = e("v-card-text"), a = e("v-card");
10
- return d(), s(a, { text: "" }, {
11
- default: t(() => [
12
- n(r, null, {
13
- default: t(() => [
14
- m
15
- ]),
16
- _: 1
17
- }),
18
- n(o, null, {
19
- default: t(() => [
20
- _("INCA DRAX")
21
- ]),
22
- _: 1
23
- }),
24
- n(o, null, {
25
- default: t(() => [
26
- _(p(c.msg), 1)
27
- ]),
28
- _: 1
29
- })
30
- ]),
31
- _: 1
32
- });
33
- };
34
- }
35
- });
36
- export {
37
- x as IdentityLogin
38
- };
@@ -1 +0,0 @@
1
- (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t["@drax/identity-front"]={},t.Vue))})(this,function(t,e){"use strict";const o=e.createElementVNode("h1",null,"IDENTITY LOGIN",-1),d=e.defineComponent({__name:"IdentityLogin",props:{msg:{}},setup(l){return(i,s)=>{const r=e.resolveComponent("v-card-title"),n=e.resolveComponent("v-card-text"),c=e.resolveComponent("v-card");return e.openBlock(),e.createBlock(c,{text:""},{default:e.withCtx(()=>[e.createVNode(r,null,{default:e.withCtx(()=>[o]),_:1}),e.createVNode(n,null,{default:e.withCtx(()=>[e.createTextVNode("INCA DRAX")]),_:1}),e.createVNode(n,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.msg),1)]),_:1})]),_:1})}}});t.IdentityLogin=d,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})});
package/dist/favicon.ico DELETED
Binary file
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import { default as IdentityLogin } from './components/IdentityLogin/IdentityLogin.vue';
2
-
3
- export { IdentityLogin };