@mtn-ui/components 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
- import { f as mt, a as m, P as R, d as M, e as In, g as G, w as he, h as Ct, i as Me, j as Ze, k as hl, M as Ar, r as yl, S as ei, l as cn, m as bl, n as io, o as Er, p as Cl, q as $l, s as ti, t as ni, u as wl, v as ro, x as xl, y as $t, z as Dr, A as oi, B as Oe, C as Ol, D as ii, E as Sl, F as Pl, I as be, G as Wn, H as wo, J as se, K as Xe, L as De, N as rt, O as Pe, Q as Nt, R as _l, T as Be, U as Il, V as Tn, W as Fe, X as Tl, Y as Ml, Z as Al, $ as El, a0 as ao, a1 as nt, a2 as wt, a3 as ri, a4 as Dl, a5 as Rl, a6 as Rt, a7 as lo, a8 as Rr, a9 as Wt, aa as xo, ab as Oo, ac as Bl, ad as vt, ae as ai, af as Nl, ag as zl, ah as Ll, ai as Br, aj as Fl, ak as kl, al as Hl, am as jl, an as Vl, ao as Wl, ap as Kl, aq as Xl, ar as Gl, as as Ul, at as Mn, au as dn, av as Yl, aw as so, ax as ql, _ as fn } from "../chunks/Button.vue_vue_type_script_setup_true_lang-ZtoY4huM.js";
2
- import { b as rv, c as av } from "../chunks/Button.vue_vue_type_script_setup_true_lang-ZtoY4huM.js";
1
+ import { f as mt, a as m, P as R, d as M, e as In, g as G, w as he, h as Ct, i as Me, j as Ze, k as hl, M as Ar, r as yl, S as ei, l as cn, m as bl, n as io, o as Er, p as Cl, q as $l, s as ti, t as ni, u as wl, v as ro, x as xl, y as $t, z as Dr, A as oi, B as Oe, C as Ol, D as ii, E as Sl, F as Pl, I as be, G as Wn, H as wo, J as se, K as Xe, L as De, N as rt, O as Pe, Q as Nt, R as _l, T as Be, U as Il, V as Tn, W as Fe, X as Tl, Y as Ml, Z as Al, $ as El, a0 as ao, a1 as nt, a2 as wt, a3 as ri, a4 as Dl, a5 as Rl, a6 as Rt, a7 as lo, a8 as Rr, a9 as Wt, aa as xo, ab as Oo, ac as Bl, ad as vt, ae as ai, af as Nl, ag as zl, ah as Ll, ai as Br, aj as Fl, ak as kl, al as Hl, am as jl, an as Vl, ao as Wl, ap as Kl, aq as Xl, ar as Gl, as as Ul, at as Mn, au as dn, av as Yl, aw as so, ax as ql, _ as fn } from "../chunks/Button.vue_vue_type_script_setup_true_lang-CfbO8ovs.js";
2
+ import { b as rv, c as av } from "../chunks/Button.vue_vue_type_script_setup_true_lang-CfbO8ovs.js";
3
3
  import { useElementSize as Zl, useDebounceFn as Ql } from "@mtn-ui/utils";
4
4
  import { usePermission as sv } from "@mtn-ui/utils";
5
5
  import { defineComponent as k, reactive as xt, getCurrentInstance as So, onMounted as _e, onUpdated as An, onUnmounted as En, watch as Y, createVNode as g, Transition as It, withDirectives as Kt, resolveDirective as Jl, ref as K, shallowRef as N, onBeforeUnmount as Re, computed as O, cloneVNode as Nr, render as zt, nextTick as Ke, toRef as pn, withModifiers as li, vShow as Dn, inject as Ae, provide as Ee, onBeforeMount as es, Teleport as Po, watchEffect as Te, Fragment as Se, unref as de, toRaw as mn, TransitionGroup as zr, isRef as ts, useAttrs as Lr, useSlots as ns, openBlock as ge, createBlock as ke, createSlots as Lt, withCtx as me, mergeProps as vn, renderList as rn, renderSlot as gn, normalizeProps as os, guardReactiveProps as is, createElementBlock as Mt, createElementVNode as si, toDisplayString as Kn, resolveDynamicComponent as Xn, createTextVNode as Gn, createCommentVNode as rs } from "vue";
@@ -13,7 +13,10 @@ interface Props extends /* @vue-ignore */ Omit<AntButtonProps, 'class'>, /* @vue
13
13
  */
14
14
  debounceMs?: number;
15
15
  }
16
- declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: any) => any>>;
16
+ declare function __VLS_template(): {
17
+ icon?(_: any): any;
18
+ default?(_: any): any;
19
+ };
17
20
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
21
  mtnVariant: string;
19
22
  class: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtn-ui/components",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "MTN UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,22 +18,22 @@
18
18
  "exports": {
19
19
  ".": {
20
20
  "types": "./dist/types/index.d.ts",
21
- "development": "./src/index.ts",
22
- "import": "./dist/index.js"
21
+ "import": "./dist/index.js",
22
+ "default": "./dist/index.js"
23
23
  },
24
24
  "./style": {
25
- "development": "./src/style.css",
26
- "import": "./dist/index.css"
25
+ "import": "./dist/index.css",
26
+ "default": "./dist/index.css"
27
27
  },
28
28
  "./button": {
29
29
  "types": "./dist/types/button/index.d.ts",
30
- "development": "./src/button/index.ts",
31
- "import": "./dist/button/index.js"
30
+ "import": "./dist/button/index.js",
31
+ "default": "./dist/button/index.js"
32
32
  },
33
33
  "./resolver": {
34
34
  "types": "./dist/types/resolver.d.ts",
35
- "development": "./src/resolver.ts",
36
- "import": "./dist/resolver.js"
35
+ "import": "./dist/resolver.js",
36
+ "default": "./dist/resolver.js"
37
37
  },
38
38
  "./package.json": "./package.json"
39
39
  },
@@ -77,7 +77,7 @@
77
77
  "vue-tsc": "^2.0.0"
78
78
  },
79
79
  "dependencies": {
80
- "@mtn-ui/utils": "1.0.0"
80
+ "@mtn-ui/utils": "0.0.2"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "vite build",