@quoreadmin/ui 1.7.0 → 1.7.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.
- package/dist/index.css +1 -1
- package/dist/index131.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index144.js +4 -4
- package/dist/index182.js +8 -8
- package/dist/index184.js +8 -8
- package/dist/index187.js +17 -17
- package/dist/index188.js +5826 -1078
- package/dist/index189.js +209 -0
- package/dist/index190.js +19 -5922
- package/dist/index191.js +10 -199
- package/dist/index192.js +1180 -25
- package/dist/index219.js +155 -121
- package/dist/index220.js +19 -37
- package/dist/index221.js +20 -80
- package/dist/index222.js +15 -13
- package/dist/index223.js +198 -19
- package/dist/index224.js +68 -18
- package/dist/index225.js +34 -20
- package/dist/index226.js +39 -19
- package/dist/index231.js +121 -155
- package/dist/index232.js +37 -19
- package/dist/index233.js +80 -22
- package/dist/index234.js +19 -198
- package/dist/index235.js +18 -68
- package/dist/index236.js +20 -34
- package/dist/index237.js +19 -39
- package/dist/index250.js +3 -3
- package/dist/index281.js +54 -2
- package/dist/index283.js +25 -234
- package/dist/index284.js +21 -5
- package/dist/index285.js +21 -133
- package/dist/index286.js +16 -68
- package/dist/index287.js +15 -85
- package/dist/index288.js +22 -28
- package/dist/index289.js +2 -9
- package/dist/index290.js +229 -69
- package/dist/index291.js +5 -3
- package/dist/index292.js +134 -2
- package/dist/index293.js +64 -79
- package/dist/index294.js +84 -51
- package/dist/index295.js +28 -5
- package/dist/index296.js +8 -4
- package/dist/index297.js +69 -173
- package/dist/index298.js +3 -62
- package/dist/index299.js +2 -75
- package/dist/index300.js +78 -49
- package/dist/index301.js +53 -25
- package/dist/index302.js +5 -21
- package/dist/index303.js +4 -21
- package/dist/index304.js +178 -15
- package/dist/index305.js +62 -16
- package/dist/index306.js +74 -22
- package/dist/index309.js +1 -1
- package/dist/index324.js +1 -1
- package/dist/index328.js +1 -1
- package/dist/index353.js +1 -1
- package/dist/index354.js +1 -1
- package/dist/index355.js +5 -5
- package/dist/index357.js +2 -2
- package/dist/index359.js +2 -2
- package/dist/index361.js +1 -1
- package/dist/index363.js +4 -4
- package/dist/index364.js +3 -3
- package/dist/index369.js +1 -1
- package/dist/index370.js +3 -3
- package/dist/index375.js +1 -1
- package/dist/index377.js +1 -1
- package/dist/index378.js +3 -3
- package/dist/index379.js +3 -3
- package/dist/index383.js +98 -91
- package/dist/index384.js +91 -98
- package/dist/index39.js +1 -1
- package/dist/index391.js +1 -1
- package/dist/index43.js +48 -38
- package/dist/src/components/popover/popover.d.ts +2 -2
- package/dist/src/components/popover/popover.stories.d.ts +402 -0
- package/package.json +1 -1
- package/dist/index193.js +0 -20
package/dist/index131.js
CHANGED
|
@@ -38,7 +38,7 @@ const X = L({
|
|
|
38
38
|
type: Boolean,
|
|
39
39
|
default: !0
|
|
40
40
|
},
|
|
41
|
-
/** Specifies the size of the popover.
|
|
41
|
+
/** Specifies the size of the popover. sm, md, lg, or filter-sm, filter-md, filter-lg for filter-style popovers. */
|
|
42
42
|
size: {
|
|
43
43
|
type: String,
|
|
44
44
|
default: "md"
|
package/dist/index142.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as L, ref as n, computed as a, watch as g, nextTick as i } from "vue";
|
|
2
|
-
import { Multiselect as x } from "./
|
|
2
|
+
import { Multiselect as x } from "./index192.js";
|
|
3
3
|
import { useI18n as P } from "vue-i18n";
|
|
4
4
|
/* empty css */
|
|
5
5
|
import H from "./index6.js";
|
package/dist/index144.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as te, ref as n, computed as w, onMounted as le, onUnmounted as oe, h as D, render as H } from "vue";
|
|
2
|
-
import se from "./
|
|
3
|
-
import re from "./
|
|
4
|
-
import ae from "./
|
|
5
|
-
import ne from "./
|
|
2
|
+
import se from "./index188.js";
|
|
3
|
+
import re from "./index189.js";
|
|
4
|
+
import ae from "./index190.js";
|
|
5
|
+
import ne from "./index191.js";
|
|
6
6
|
import ce from "./index6.js";
|
|
7
7
|
import ie from "./index49.js";
|
|
8
8
|
import N from "./index28.js";
|
package/dist/index182.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import A from "./
|
|
2
|
-
import O from "./
|
|
3
|
-
import V from "./
|
|
4
|
-
import R from "./
|
|
5
|
-
import j from "./
|
|
6
|
-
import K from "./
|
|
1
|
+
import A from "./index219.js";
|
|
2
|
+
import O from "./index220.js";
|
|
3
|
+
import V from "./index221.js";
|
|
4
|
+
import R from "./index222.js";
|
|
5
|
+
import j from "./index223.js";
|
|
6
|
+
import K from "./index224.js";
|
|
7
7
|
import H from "./index202.js";
|
|
8
8
|
import { DomHandler as w } from "./index169.js";
|
|
9
9
|
import W from "./index203.js";
|
|
10
|
-
import G from "./
|
|
11
|
-
import Y from "./
|
|
10
|
+
import G from "./index225.js";
|
|
11
|
+
import Y from "./index226.js";
|
|
12
12
|
import { resolveComponent as y, createElementBlock as f, openBlock as o, Fragment as U, renderList as E, mergeProps as r, createElementVNode as h, createVNode as L, toDisplayString as F, normalizeClass as B, withCtx as C, createBlock as m, resolveDynamicComponent as b, resolveDirective as Z, createCommentVNode as v, renderSlot as g, withDirectives as M, withKeys as T, createTextVNode as z } from "vue";
|
|
13
13
|
var q = {
|
|
14
14
|
name: "BaseFileUpload",
|
package/dist/index184.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import q from "./
|
|
2
|
-
import X from "./
|
|
1
|
+
import q from "./index231.js";
|
|
2
|
+
import X from "./index232.js";
|
|
3
3
|
import { ZIndexUtils as T, DomHandler as c, UniqueComponentId as k, ObjectUtils as $ } from "./index169.js";
|
|
4
4
|
import O from "./index203.js";
|
|
5
|
-
import Y from "./
|
|
6
|
-
import J from "./
|
|
5
|
+
import Y from "./index233.js";
|
|
6
|
+
import J from "./index221.js";
|
|
7
7
|
import L from "./index202.js";
|
|
8
|
-
import H from "./
|
|
9
|
-
import M from "./
|
|
8
|
+
import H from "./index234.js";
|
|
9
|
+
import M from "./index235.js";
|
|
10
10
|
import { resolveDirective as C, createElementBlock as d, openBlock as s, mergeProps as l, createElementVNode as b, createCommentVNode as h, withDirectives as y, createBlock as f, resolveDynamicComponent as p, Fragment as U, renderList as G, resolveComponent as A, createVNode as z, withCtx as D, Transition as Q } from "vue";
|
|
11
|
-
import ee from "./
|
|
12
|
-
import te from "./
|
|
11
|
+
import ee from "./index236.js";
|
|
12
|
+
import te from "./index237.js";
|
|
13
13
|
var ie = {
|
|
14
14
|
name: "BaseGalleria",
|
|
15
15
|
extends: O,
|
package/dist/index187.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import a from "./
|
|
2
|
-
import p from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import i from "./
|
|
5
|
-
import f from "./
|
|
6
|
-
import l from "./
|
|
7
|
-
import c from "./
|
|
8
|
-
import d from "./
|
|
9
|
-
import u from "./
|
|
10
|
-
import { VERSION as x } from "./
|
|
11
|
-
import C from "./
|
|
12
|
-
import A from "./
|
|
13
|
-
import E from "./
|
|
14
|
-
import O from "./
|
|
15
|
-
import S from "./
|
|
16
|
-
import H from "./
|
|
17
|
-
import T from "./
|
|
1
|
+
import a from "./index290.js";
|
|
2
|
+
import p from "./index291.js";
|
|
3
|
+
import m from "./index292.js";
|
|
4
|
+
import i from "./index293.js";
|
|
5
|
+
import f from "./index294.js";
|
|
6
|
+
import l from "./index295.js";
|
|
7
|
+
import c from "./index296.js";
|
|
8
|
+
import d from "./index297.js";
|
|
9
|
+
import u from "./index298.js";
|
|
10
|
+
import { VERSION as x } from "./index299.js";
|
|
11
|
+
import C from "./index300.js";
|
|
12
|
+
import A from "./index301.js";
|
|
13
|
+
import E from "./index302.js";
|
|
14
|
+
import O from "./index303.js";
|
|
15
|
+
import S from "./index304.js";
|
|
16
|
+
import H from "./index305.js";
|
|
17
|
+
import T from "./index306.js";
|
|
18
18
|
function n(o) {
|
|
19
19
|
const t = new m(o), e = p(m.prototype.request, t);
|
|
20
20
|
return a.extend(e, m.prototype, t, { allOwnKeys: !0 }), a.extend(e, t, null, { allOwnKeys: !0 }), e.create = function(s) {
|