@lumx/vue 4.3.2-alpha.6 → 4.3.2-alpha.8
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/index.js +15 -15
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ColorVariant as nr, Theme as or, AspectRatio as sr, Size as ir } from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
import { ColorVariant as nr, Theme as or, AspectRatio as sr, Size as ir } from "@lumx/core/js/constants";
|
|
2
|
+
export * from "@lumx/core/js/constants";
|
|
3
|
+
export * from "@lumx/core/js/types";
|
|
4
4
|
import { createVNode as l, mergeProps as p, defineComponent as N, useAttrs as P, isVNode as se, inject as yt, computed as k, unref as ft, provide as Ca, getCurrentScope as lr, onScopeDispose as cr, watch as U, toValue as Nt, shallowRef as ur, getCurrentInstance as wa, onMounted as dr, ref as ie, useSlots as At, Fragment as V, useTemplateRef as fr, toRefs as hr, reactive as mr, createTextVNode as me, onBeforeUnmount as pr, nextTick as br, toRef as X } from "vue";
|
|
5
|
-
import { getDisabledState as vr } from
|
|
6
|
-
import { mdiAlertCircle as _a } from
|
|
7
|
-
import { classNames as Z } from
|
|
8
|
-
import { mdiCheck as gr } from
|
|
9
|
-
import { mdiMinus as yr } from
|
|
10
|
-
import { mdiAlert as Nr } from
|
|
11
|
-
import { mdiCheckCircle as Ar } from
|
|
12
|
-
import { mdiClose as Sr } from
|
|
13
|
-
import { mdiInformation as kr } from
|
|
14
|
-
import { mdiArrowDown as Pr } from
|
|
15
|
-
import { mdiArrowUp as $r } from
|
|
16
|
-
import { mdiImageBroken as Tr } from
|
|
5
|
+
import { getDisabledState as vr } from "@lumx/core/js/utils/disabledState";
|
|
6
|
+
import { mdiAlertCircle as _a } from "@lumx/icons/esm/alert-circle.js";
|
|
7
|
+
import { classNames as Z } from "@lumx/core/js/utils";
|
|
8
|
+
import { mdiCheck as gr } from "@lumx/icons/esm/check.js";
|
|
9
|
+
import { mdiMinus as yr } from "@lumx/icons/esm/minus.js";
|
|
10
|
+
import { mdiAlert as Nr } from "@lumx/icons/esm/alert.js";
|
|
11
|
+
import { mdiCheckCircle as Ar } from "@lumx/icons/esm/check-circle.js";
|
|
12
|
+
import { mdiClose as Sr } from "@lumx/icons/esm/close.js";
|
|
13
|
+
import { mdiInformation as kr } from "@lumx/icons/esm/information.js";
|
|
14
|
+
import { mdiArrowDown as Pr } from "@lumx/icons/esm/arrow-down.js";
|
|
15
|
+
import { mdiArrowUp as $r } from "@lumx/icons/esm/arrow-up.js";
|
|
16
|
+
import { mdiImageBroken as Tr } from "@lumx/icons/esm/image-broken.js";
|
|
17
17
|
const ve = {
|
|
18
18
|
light: "light",
|
|
19
19
|
dark: "dark"
|
package/package.json
CHANGED
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"types": "index.d.ts",
|
|
23
23
|
"sideEffects": false,
|
|
24
|
-
"version": "4.3.2-alpha.
|
|
24
|
+
"version": "4.3.2-alpha.8",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lumx/core": "^4.3.2-alpha.
|
|
27
|
-
"@lumx/icons": "^4.3.2-alpha.
|
|
26
|
+
"@lumx/core": "^4.3.2-alpha.8",
|
|
27
|
+
"@lumx/icons": "^4.3.2-alpha.8",
|
|
28
28
|
"@vueuse/core": "^14.1.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|