@quoreadmin/ui 1.4.3 → 1.4.5

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.
Files changed (109) hide show
  1. package/dist/index154.js +1 -0
  2. package/dist/index168.js +4 -4
  3. package/dist/index175.js +8 -8
  4. package/dist/index177.js +8 -8
  5. package/dist/index181.js +17 -17
  6. package/dist/index184.js +7 -7
  7. package/dist/index195.js +4 -4
  8. package/dist/index213.js +121 -155
  9. package/dist/index214.js +37 -19
  10. package/dist/index215.js +80 -20
  11. package/dist/index216.js +13 -15
  12. package/dist/index217.js +19 -198
  13. package/dist/index218.js +18 -68
  14. package/dist/index219.js +20 -34
  15. package/dist/index220.js +19 -39
  16. package/dist/index221.js +156 -122
  17. package/dist/index222.js +225 -35
  18. package/dist/index223.js +37 -80
  19. package/dist/index224.js +10 -20
  20. package/dist/index225.js +160 -19
  21. package/dist/index226.js +10 -10
  22. package/dist/index227.js +15 -13
  23. package/dist/index228.js +194 -156
  24. package/dist/index229.js +66 -224
  25. package/dist/index230.js +34 -37
  26. package/dist/index231.js +39 -9
  27. package/dist/index235.js +6 -6
  28. package/dist/index236.js +1 -1
  29. package/dist/index242.js +1 -1
  30. package/dist/index243.js +1 -1
  31. package/dist/index244.js +6 -6
  32. package/dist/index253.js +6 -6
  33. package/dist/index254.js +1 -1
  34. package/dist/index255.js +1 -1
  35. package/dist/index268.js +2 -2
  36. package/dist/index275.js +2 -54
  37. package/dist/index277.js +234 -25
  38. package/dist/index278.js +5 -21
  39. package/dist/index279.js +133 -21
  40. package/dist/index280.js +68 -16
  41. package/dist/index281.js +85 -15
  42. package/dist/index282.js +28 -22
  43. package/dist/index283.js +9 -2
  44. package/dist/index284.js +69 -229
  45. package/dist/index285.js +3 -5
  46. package/dist/index286.js +2 -134
  47. package/dist/index287.js +79 -64
  48. package/dist/index288.js +51 -84
  49. package/dist/index289.js +5 -28
  50. package/dist/index290.js +4 -8
  51. package/dist/index291.js +173 -69
  52. package/dist/index292.js +62 -3
  53. package/dist/index293.js +75 -2
  54. package/dist/index294.js +49 -78
  55. package/dist/index295.js +25 -53
  56. package/dist/index296.js +21 -5
  57. package/dist/index297.js +21 -4
  58. package/dist/index298.js +15 -178
  59. package/dist/index299.js +16 -62
  60. package/dist/index300.js +22 -74
  61. package/dist/index301.js +1518 -79
  62. package/dist/index302.js +386 -22
  63. package/dist/index303.js +2698 -902
  64. package/dist/index304.js +85 -21
  65. package/dist/index305.js +3770 -20
  66. package/dist/index306.js +59 -19
  67. package/dist/index307.js +15 -69
  68. package/dist/index308.js +84 -19
  69. package/dist/index309.js +201 -18
  70. package/dist/index310.js +246 -22
  71. package/dist/index311.js +78 -21
  72. package/dist/index312.js +22 -63
  73. package/dist/index313.js +909 -1492
  74. package/dist/index314.js +22 -386
  75. package/dist/index315.js +20 -2731
  76. package/dist/index316.js +19 -85
  77. package/dist/index317.js +58 -3759
  78. package/dist/index318.js +19 -60
  79. package/dist/index319.js +19 -15
  80. package/dist/index320.js +21 -83
  81. package/dist/index321.js +22 -202
  82. package/dist/index322.js +63 -246
  83. package/dist/index347.js +1 -1
  84. package/dist/index348.js +1 -1
  85. package/dist/index349.js +5 -5
  86. package/dist/index351.js +2 -2
  87. package/dist/index353.js +2 -2
  88. package/dist/index355.js +1 -1
  89. package/dist/index357.js +4 -4
  90. package/dist/index358.js +3 -3
  91. package/dist/index361.js +1 -1
  92. package/dist/index363.js +1 -1
  93. package/dist/index364.js +3 -3
  94. package/dist/index369.js +1 -1
  95. package/dist/index371.js +1 -1
  96. package/dist/index372.js +3 -3
  97. package/dist/index373.js +3 -3
  98. package/dist/index375.js +100 -16
  99. package/dist/index376.js +90 -100
  100. package/dist/index377.js +98 -91
  101. package/dist/index378.js +16 -97
  102. package/dist/index385.js +1 -1
  103. package/dist/src/composables/filtering.d.ts +5 -1
  104. package/dist/src/index.d.ts +1 -0
  105. package/dist/src/views/lists.vue.d.ts +52 -12
  106. package/dist/src/views/showcase.vue.d.ts +130 -30
  107. package/dist/src/views/tables.vue.d.ts +52 -12
  108. package/package.json +3 -3
  109. package/tailwind.preset.ts +1 -0
package/dist/index154.js CHANGED
@@ -83,6 +83,7 @@ const e = {
83
83
  },
84
84
  blue: {
85
85
  0: "#dbf3ff",
86
+ "00": "#e9f4fb",
86
87
  5: "#93cbef",
87
88
  10: "#7cc7f0",
88
89
  20: "#2898e0",
package/dist/index168.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { createVNode as s, ref as k, watchEffect as Y, onMounted as me, watch as nt, computed as A, toRef as at, inject as ge, shallowRef as lt, defineComponent as ot, provide as ye, onUnmounted as rt, isVNode as st, Teleport as it, Transition as ut, createElementBlock as be, openBlock as we, createElementVNode as Z, h as Ye } from "vue";
2
- import { format as Ce } from "./index228.js";
3
- import { parse as ct } from "./index229.js";
4
- import { getWeek as Ie } from "./index230.js";
5
- import dt from "./index231.js";
2
+ import { format as Ce } from "./index221.js";
3
+ import { parse as ct } from "./index222.js";
4
+ import { getWeek as Ie } from "./index223.js";
5
+ import dt from "./index224.js";
6
6
  var ft = Object.defineProperty, pt = Object.defineProperties, vt = Object.getOwnPropertyDescriptors, le = Object.getOwnPropertySymbols, Ue = Object.prototype.hasOwnProperty, Fe = Object.prototype.propertyIsEnumerable, Se = (t, e, n) => e in t ? ft(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, M = (t, e) => {
7
7
  for (var n in e || (e = {}))
8
8
  Ue.call(e, n) && Se(t, n, e[n]);
package/dist/index175.js CHANGED
@@ -1,14 +1,14 @@
1
- import A from "./index213.js";
2
- import O from "./index214.js";
3
- import V from "./index215.js";
4
- import R from "./index216.js";
5
- import j from "./index217.js";
6
- import K from "./index218.js";
1
+ import A from "./index225.js";
2
+ import O from "./index226.js";
3
+ import V from "./index216.js";
4
+ import R from "./index227.js";
5
+ import j from "./index228.js";
6
+ import K from "./index229.js";
7
7
  import H from "./index210.js";
8
8
  import { DomHandler as w } from "./index162.js";
9
9
  import W from "./index211.js";
10
- import G from "./index219.js";
11
- import Y from "./index220.js";
10
+ import G from "./index230.js";
11
+ import Y from "./index231.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/index177.js CHANGED
@@ -1,15 +1,15 @@
1
- import q from "./index221.js";
2
- import X from "./index222.js";
1
+ import q from "./index213.js";
2
+ import X from "./index214.js";
3
3
  import { ZIndexUtils as T, DomHandler as c, UniqueComponentId as k, ObjectUtils as $ } from "./index162.js";
4
4
  import O from "./index211.js";
5
- import Y from "./index223.js";
6
- import J from "./index215.js";
5
+ import Y from "./index215.js";
6
+ import J from "./index216.js";
7
7
  import L from "./index210.js";
8
- import H from "./index224.js";
9
- import M from "./index225.js";
8
+ import H from "./index217.js";
9
+ import M from "./index218.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 "./index226.js";
12
- import te from "./index227.js";
11
+ import ee from "./index219.js";
12
+ import te from "./index220.js";
13
13
  var ie = {
14
14
  name: "BaseGalleria",
15
15
  extends: O,
package/dist/index181.js CHANGED
@@ -1,20 +1,20 @@
1
- import a from "./index284.js";
2
- import p from "./index285.js";
3
- import m from "./index286.js";
4
- import i from "./index287.js";
5
- import f from "./index288.js";
6
- import l from "./index289.js";
7
- import c from "./index290.js";
8
- import d from "./index291.js";
9
- import u from "./index292.js";
10
- import { VERSION as x } from "./index293.js";
11
- import C from "./index294.js";
12
- import A from "./index295.js";
13
- import E from "./index296.js";
14
- import O from "./index297.js";
15
- import S from "./index298.js";
16
- import H from "./index299.js";
17
- import T from "./index300.js";
1
+ import a from "./index277.js";
2
+ import p from "./index278.js";
3
+ import m from "./index279.js";
4
+ import i from "./index280.js";
5
+ import f from "./index281.js";
6
+ import l from "./index282.js";
7
+ import c from "./index283.js";
8
+ import d from "./index284.js";
9
+ import u from "./index285.js";
10
+ import { VERSION as x } from "./index286.js";
11
+ import C from "./index287.js";
12
+ import A from "./index288.js";
13
+ import E from "./index289.js";
14
+ import O from "./index290.js";
15
+ import S from "./index291.js";
16
+ import H from "./index292.js";
17
+ import T from "./index293.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) {
package/dist/index184.js CHANGED
@@ -7,25 +7,25 @@ import { ObjectUtils as b, UniqueComponentId as X, DomHandler as m, HelperSet as
7
7
  import dt from "./index236.js";
8
8
  import F from "./index211.js";
9
9
  import ct from "./index237.js";
10
- import We from "./index226.js";
11
- import Ue from "./index225.js";
10
+ import We from "./index219.js";
11
+ import Ue from "./index218.js";
12
12
  import { mergeProps as f, resolveComponent as R, createBlock as w, openBlock as u, withCtx as k, createCommentVNode as v, resolveDynamicComponent as C, normalizeClass as S, resolveDirective as qe, createElementBlock as p, withDirectives as q, toDisplayString as H, Fragment as P, createTextVNode as Xe, createElementVNode as T, withModifiers as Je, renderList as B, createVNode as z, normalizeProps as ue, guardReactiveProps as fe, Transition as ft, withKeys as me, renderSlot as O, createSlots as Ce } from "vue";
13
13
  import mt from "./index238.js";
14
14
  import pe from "./index239.js";
15
15
  import ht from "./index240.js";
16
- import pt from "./index215.js";
16
+ import pt from "./index216.js";
17
17
  import K from "./index241.js";
18
18
  import gt from "./index210.js";
19
19
  import Ze from "./index242.js";
20
20
  import yt from "./index243.js";
21
- import wt from "./index213.js";
21
+ import wt from "./index225.js";
22
22
  import vt from "./index244.js";
23
- import bt from "./index221.js";
23
+ import bt from "./index213.js";
24
24
  import Ct from "./index245.js";
25
25
  import Rt from "./index246.js";
26
- import St from "./index214.js";
26
+ import St from "./index226.js";
27
27
  import Pt from "./index247.js";
28
- import Et from "./index222.js";
28
+ import Et from "./index214.js";
29
29
  import Re from "./index248.js";
30
30
  import Se from "./index249.js";
31
31
  import Pe from "./index250.js";
package/dist/index195.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { Extension as u, isNodeEmpty as w, callOrReturn as v, getExtensionField as S, isNodeSelection as P } from "./index253.js";
2
2
  import { Plugin as p, PluginKey as m } from "./index268.js";
3
- import { dropCursor as z } from "./index320.js";
4
- import { Decoration as g, DecorationSet as f } from "./index317.js";
5
- import { gapCursor as N } from "./index321.js";
6
- import { history as E, redo as M, undo as O } from "./index322.js";
3
+ import { dropCursor as z } from "./index308.js";
4
+ import { Decoration as g, DecorationSet as f } from "./index305.js";
5
+ import { gapCursor as N } from "./index309.js";
6
+ import { history as E, redo as M, undo as O } from "./index310.js";
7
7
  u.create({
8
8
  name: "characterCount",
9
9
  addOptions() {
package/dist/index213.js CHANGED
@@ -1,163 +1,129 @@
1
- import y from "./index220.js";
2
- import m from "./index234.js";
3
- import b from "./index210.js";
4
- import v from "./index211.js";
5
- import h from "./index275.js";
6
- import { resolveComponent as r, resolveDirective as S, withDirectives as B, createElementBlock as i, openBlock as n, mergeProps as t, renderSlot as o, createElementVNode as I, createBlock as d, createCommentVNode as p, normalizeClass as u, toDisplayString as $ } from "vue";
7
- var k = {
8
- name: "BaseButton",
9
- extends: v,
10
- props: {
11
- label: {
12
- type: String,
13
- default: null
14
- },
15
- icon: {
16
- type: String,
17
- default: null
18
- },
19
- iconPos: {
20
- type: String,
21
- default: "left"
22
- },
23
- iconClass: {
24
- type: String,
25
- default: null
26
- },
27
- badge: {
28
- type: String,
29
- default: null
30
- },
31
- badgeClass: {
32
- type: String,
33
- default: null
34
- },
35
- badgeSeverity: {
36
- type: String,
37
- default: null
38
- },
39
- loading: {
40
- type: Boolean,
41
- default: !1
42
- },
43
- loadingIcon: {
44
- type: String,
45
- default: void 0
46
- },
47
- link: {
48
- type: Boolean,
49
- default: !1
50
- },
51
- severity: {
52
- type: String,
53
- default: null
54
- },
55
- raised: {
56
- type: Boolean,
57
- default: !1
58
- },
59
- rounded: {
60
- type: Boolean,
61
- default: !1
62
- },
63
- text: {
64
- type: Boolean,
65
- default: !1
66
- },
67
- outlined: {
68
- type: Boolean,
69
- default: !1
70
- },
71
- size: {
72
- type: String,
73
- default: null
74
- },
75
- plain: {
76
- type: Boolean,
77
- default: !1
78
- }
79
- },
80
- style: h,
81
- provide: function() {
82
- return {
83
- $parentInstance: this
84
- };
1
+ import { DomHandler as s, ObjectUtils as h } from "./index162.js";
2
+ import E from "./index269.js";
3
+ import $ from "./index275.js";
4
+ var g = E.extend({
5
+ style: $
6
+ });
7
+ function m(o) {
8
+ "@babel/helpers - typeof";
9
+ return m = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
10
+ return typeof e;
11
+ } : function(e) {
12
+ return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
13
+ }, m(o);
14
+ }
15
+ function v(o, e) {
16
+ var t = Object.keys(o);
17
+ if (Object.getOwnPropertySymbols) {
18
+ var r = Object.getOwnPropertySymbols(o);
19
+ e && (r = r.filter(function(n) {
20
+ return Object.getOwnPropertyDescriptor(o, n).enumerable;
21
+ })), t.push.apply(t, r);
22
+ }
23
+ return t;
24
+ }
25
+ function F(o) {
26
+ for (var e = 1; e < arguments.length; e++) {
27
+ var t = arguments[e] != null ? arguments[e] : {};
28
+ e % 2 ? v(Object(t), !0).forEach(function(r) {
29
+ S(o, r, t[r]);
30
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(t)) : v(Object(t)).forEach(function(r) {
31
+ Object.defineProperty(o, r, Object.getOwnPropertyDescriptor(t, r));
32
+ });
85
33
  }
86
- }, C = {
87
- name: "Button",
88
- extends: k,
89
- inheritAttrs: !1,
34
+ return o;
35
+ }
36
+ function S(o, e, t) {
37
+ return e = y(e), e in o ? Object.defineProperty(o, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : o[e] = t, o;
38
+ }
39
+ function y(o) {
40
+ var e = O(o, "string");
41
+ return m(e) == "symbol" ? e : String(e);
42
+ }
43
+ function O(o, e) {
44
+ if (m(o) != "object" || !o) return o;
45
+ var t = o[Symbol.toPrimitive];
46
+ if (t !== void 0) {
47
+ var r = t.call(o, e);
48
+ if (m(r) != "object") return r;
49
+ throw new TypeError("@@toPrimitive must return a primitive value.");
50
+ }
51
+ return (e === "string" ? String : Number)(o);
52
+ }
53
+ var x = g.extend("focustrap", {
54
+ mounted: function(e, t) {
55
+ var r = t.value || {}, n = r.disabled;
56
+ n || (this.createHiddenFocusableElements(e, t), this.bind(e, t), this.autoElementFocus(e, t)), e.setAttribute("data-pd-focustrap", !0), this.$el = e;
57
+ },
58
+ updated: function(e, t) {
59
+ var r = t.value || {}, n = r.disabled;
60
+ n && this.unbind(e);
61
+ },
62
+ unmounted: function(e) {
63
+ this.unbind(e);
64
+ },
90
65
  methods: {
91
- getPTOptions: function(l) {
92
- var s = l === "root" ? this.ptmi : this.ptm;
93
- return s(l, {
94
- context: {
95
- disabled: this.disabled
96
- }
66
+ getComputedSelector: function(e) {
67
+ return ':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(e ?? "");
68
+ },
69
+ bind: function(e, t) {
70
+ var r = this, n = t.value || {}, u = n.onFocusIn, l = n.onFocusOut;
71
+ e.$_pfocustrap_mutationobserver = new MutationObserver(function(c) {
72
+ c.forEach(function(f) {
73
+ if (f.type === "childList" && !e.contains(document.activeElement)) {
74
+ var d = function p(a) {
75
+ var i = s.isFocusableElement(a) ? s.isFocusableElement(a, r.getComputedSelector(e.$_pfocustrap_focusableselector)) ? a : s.getFirstFocusableElement(e, r.getComputedSelector(e.$_pfocustrap_focusableselector)) : s.getFirstFocusableElement(a);
76
+ return h.isNotEmpty(i) ? i : a.nextSibling && p(a.nextSibling);
77
+ };
78
+ s.focus(d(f.nextSibling));
79
+ }
80
+ });
81
+ }), e.$_pfocustrap_mutationobserver.disconnect(), e.$_pfocustrap_mutationobserver.observe(e, {
82
+ childList: !0
83
+ }), e.$_pfocustrap_focusinlistener = function(c) {
84
+ return u && u(c);
85
+ }, e.$_pfocustrap_focusoutlistener = function(c) {
86
+ return l && l(c);
87
+ }, e.addEventListener("focusin", e.$_pfocustrap_focusinlistener), e.addEventListener("focusout", e.$_pfocustrap_focusoutlistener);
88
+ },
89
+ unbind: function(e) {
90
+ e.$_pfocustrap_mutationobserver && e.$_pfocustrap_mutationobserver.disconnect(), e.$_pfocustrap_focusinlistener && e.removeEventListener("focusin", e.$_pfocustrap_focusinlistener) && (e.$_pfocustrap_focusinlistener = null), e.$_pfocustrap_focusoutlistener && e.removeEventListener("focusout", e.$_pfocustrap_focusoutlistener) && (e.$_pfocustrap_focusoutlistener = null);
91
+ },
92
+ autoFocus: function(e) {
93
+ this.autoElementFocus(this.$el, {
94
+ value: F(F({}, e), {}, {
95
+ autoFocus: !0
96
+ })
97
97
  });
98
- }
99
- },
100
- computed: {
101
- disabled: function() {
102
- return this.$attrs.disabled || this.$attrs.disabled === "" || this.loading;
103
98
  },
104
- defaultAriaLabel: function() {
105
- return this.label ? this.label + (this.badge ? " " + this.badge : "") : this.$attrs.ariaLabel;
106
- },
107
- hasIcon: function() {
108
- return this.icon || this.$slots.icon;
99
+ autoElementFocus: function(e, t) {
100
+ var r = t.value || {}, n = r.autoFocusSelector, u = n === void 0 ? "" : n, l = r.firstFocusableSelector, c = l === void 0 ? "" : l, f = r.autoFocus, d = f === void 0 ? !1 : f, p = s.getFirstFocusableElement(e, "[autofocus]".concat(this.getComputedSelector(u)));
101
+ d && !p && (p = s.getFirstFocusableElement(e, this.getComputedSelector(c))), s.focus(p);
102
+ },
103
+ onFirstHiddenElementFocus: function(e) {
104
+ var t, r = e.currentTarget, n = e.relatedTarget, u = n === r.$_pfocustrap_lasthiddenfocusableelement || !((t = this.$el) !== null && t !== void 0 && t.contains(n)) ? s.getFirstFocusableElement(r.parentElement, this.getComputedSelector(r.$_pfocustrap_focusableselector)) : r.$_pfocustrap_lasthiddenfocusableelement;
105
+ s.focus(u);
106
+ },
107
+ onLastHiddenElementFocus: function(e) {
108
+ var t, r = e.currentTarget, n = e.relatedTarget, u = n === r.$_pfocustrap_firsthiddenfocusableelement || !((t = this.$el) !== null && t !== void 0 && t.contains(n)) ? s.getLastFocusableElement(r.parentElement, this.getComputedSelector(r.$_pfocustrap_focusableselector)) : r.$_pfocustrap_firsthiddenfocusableelement;
109
+ s.focus(u);
110
+ },
111
+ createHiddenFocusableElements: function(e, t) {
112
+ var r = this, n = t.value || {}, u = n.tabIndex, l = u === void 0 ? 0 : u, c = n.firstFocusableSelector, f = c === void 0 ? "" : c, d = n.lastFocusableSelector, p = d === void 0 ? "" : d, a = function(_) {
113
+ return s.createElement("span", {
114
+ class: "p-hidden-accessible p-hidden-focusable",
115
+ tabIndex: l,
116
+ role: "presentation",
117
+ "aria-hidden": !0,
118
+ "data-p-hidden-accessible": !0,
119
+ "data-p-hidden-focusable": !0,
120
+ onFocus: _?.bind(r)
121
+ });
122
+ }, i = a(this.onFirstHiddenElementFocus), b = a(this.onLastHiddenElementFocus);
123
+ i.$_pfocustrap_lasthiddenfocusableelement = b, i.$_pfocustrap_focusableselector = f, i.setAttribute("data-pc-section", "firstfocusableelement"), b.$_pfocustrap_firsthiddenfocusableelement = i, b.$_pfocustrap_focusableselector = p, b.setAttribute("data-pc-section", "lastfocusableelement"), e.prepend(i), e.append(b);
109
124
  }
110
- },
111
- components: {
112
- SpinnerIcon: m,
113
- Badge: y
114
- },
115
- directives: {
116
- ripple: b
117
125
  }
118
- }, P = ["aria-label", "disabled", "data-p-severity"];
119
- function A(e, l, s, L, D, a) {
120
- var c = r("SpinnerIcon"), f = r("Badge"), g = S("ripple");
121
- return B((n(), i("button", t({
122
- class: e.cx("root"),
123
- type: "button",
124
- "aria-label": a.defaultAriaLabel,
125
- disabled: a.disabled
126
- }, a.getPTOptions("root"), {
127
- "data-p-severity": e.severity
128
- }), [o(e.$slots, "default", {}, function() {
129
- return [e.loading ? o(e.$slots, "loadingicon", {
130
- key: 0,
131
- class: u([e.cx("loadingIcon"), e.cx("icon")])
132
- }, function() {
133
- return [e.loadingIcon ? (n(), i("span", t({
134
- key: 0,
135
- class: [e.cx("loadingIcon"), e.cx("icon"), e.loadingIcon]
136
- }, e.ptm("loadingIcon")), null, 16)) : (n(), d(c, t({
137
- key: 1,
138
- class: [e.cx("loadingIcon"), e.cx("icon")],
139
- spin: ""
140
- }, e.ptm("loadingIcon")), null, 16, ["class"]))];
141
- }) : o(e.$slots, "icon", {
142
- key: 1,
143
- class: u([e.cx("icon")])
144
- }, function() {
145
- return [e.icon ? (n(), i("span", t({
146
- key: 0,
147
- class: [e.cx("icon"), e.icon, e.iconClass]
148
- }, e.ptm("icon")), null, 16)) : p("", !0)];
149
- }), I("span", t({
150
- class: e.cx("label")
151
- }, e.ptm("label")), $(e.label || " "), 17), e.badge ? (n(), d(f, t({
152
- key: 2,
153
- value: e.badge,
154
- class: e.badgeClass,
155
- severity: e.badgeSeverity,
156
- unstyled: e.unstyled
157
- }, e.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : p("", !0)];
158
- })], 16, P)), [[g]]);
159
- }
160
- C.render = A;
126
+ });
161
127
  export {
162
- C as default
128
+ x as default
163
129
  };
package/dist/index214.js CHANGED
@@ -1,22 +1,40 @@
1
- import r from "./index276.js";
2
- import { createElementBlock as t, openBlock as o, mergeProps as n, createElementVNode as C } from "vue";
3
- var i = {
4
- name: "PlusIcon",
5
- extends: r
6
- }, l = /* @__PURE__ */ C("path", {
7
- d: "M7.67742 6.32258V0.677419C7.67742 0.497757 7.60605 0.325452 7.47901 0.198411C7.35197 0.0713707 7.17966 0 7 0C6.82034 0 6.64803 0.0713707 6.52099 0.198411C6.39395 0.325452 6.32258 0.497757 6.32258 0.677419V6.32258H0.677419C0.497757 6.32258 0.325452 6.39395 0.198411 6.52099C0.0713707 6.64803 0 6.82034 0 7C0 7.17966 0.0713707 7.35197 0.198411 7.47901C0.325452 7.60605 0.497757 7.67742 0.677419 7.67742H6.32258V13.3226C6.32492 13.5015 6.39704 13.6725 6.52358 13.799C6.65012 13.9255 6.82106 13.9977 7 14C7.17966 14 7.35197 13.9286 7.47901 13.8016C7.60605 13.6745 7.67742 13.5022 7.67742 13.3226V7.67742H13.3226C13.5022 7.67742 13.6745 7.60605 13.8016 7.47901C13.9286 7.35197 14 7.17966 14 7C13.9977 6.82106 13.9255 6.65012 13.799 6.52358C13.6725 6.39704 13.5015 6.32492 13.3226 6.32258H7.67742Z",
8
- fill: "currentColor"
9
- }, null, -1), p = [l];
10
- function s(e, a, c, d, m, h) {
11
- return o(), t("svg", n({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), p, 16);
1
+ import { DomHandler as d } from "./index162.js";
2
+ import { renderSlot as t, createBlock as a, createCommentVNode as l, openBlock as i, Teleport as u } from "vue";
3
+ var p = {
4
+ name: "Portal",
5
+ props: {
6
+ appendTo: {
7
+ type: [String, Object],
8
+ default: "body"
9
+ },
10
+ disabled: {
11
+ type: Boolean,
12
+ default: !1
13
+ }
14
+ },
15
+ data: function() {
16
+ return {
17
+ mounted: !1
18
+ };
19
+ },
20
+ mounted: function() {
21
+ this.mounted = d.isClient();
22
+ },
23
+ computed: {
24
+ inline: function() {
25
+ return this.disabled || this.appendTo === "self";
26
+ }
27
+ }
28
+ };
29
+ function s(e, f, n, m, o, r) {
30
+ return r.inline ? t(e.$slots, "default", {
31
+ key: 0
32
+ }) : o.mounted ? (i(), a(u, {
33
+ key: 1,
34
+ to: n.appendTo
35
+ }, [t(e.$slots, "default")], 8, ["to"])) : l("", !0);
18
36
  }
19
- i.render = s;
37
+ p.render = s;
20
38
  export {
21
- i as default
39
+ p as default
22
40
  };
package/dist/index215.js CHANGED
@@ -1,22 +1,82 @@
1
- import r from "./index276.js";
2
- import { createElementBlock as t, openBlock as o, mergeProps as C, createElementVNode as n } from "vue";
3
- var i = {
4
- name: "TimesIcon",
5
- extends: r
6
- }, p = /* @__PURE__ */ n("path", {
7
- d: "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z",
8
- fill: "currentColor"
9
- }, null, -1), s = [p];
10
- function l(e, a, c, d, m, h) {
11
- return o(), t("svg", C({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), s, 16);
18
- }
19
- i.render = l;
1
+ import l from "./index271.js";
2
+ var r = {
3
+ mask: function(i) {
4
+ var a = i.instance;
5
+ return ["p-galleria-mask p-component-overlay p-component-overlay-enter", {
6
+ "p-ripple-disabled": a.$primevue.config.ripple === !1
7
+ }];
8
+ },
9
+ root: function(i) {
10
+ var a = i.instance, e = a.$attrs.showThumbnails && a.getPositionClass("p-galleria-thumbnails", a.$attrs.thumbnailsPosition), n = a.$attrs.showIndicators && a.getPositionClass("p-galleria-indicators", a.$attrs.indicatorsPosition);
11
+ return ["p-galleria p-component", {
12
+ "p-galleria-fullscreen": a.$attrs.fullScreen,
13
+ "p-galleria-indicator-onitem": a.$attrs.showIndicatorsOnItem,
14
+ "p-galleria-item-nav-onhover": a.$attrs.showItemNavigatorsOnHover && !a.$attrs.fullScreen
15
+ }, e, n];
16
+ },
17
+ closeButton: "p-galleria-close p-link",
18
+ closeIcon: "p-galleria-close-icon",
19
+ header: "p-galleria-header",
20
+ content: "p-galleria-content",
21
+ footer: "p-galleria-footer",
22
+ itemWrapper: "p-galleria-item-wrapper",
23
+ itemContainer: "p-galleria-item-container",
24
+ previousItemButton: function(i) {
25
+ var a = i.instance;
26
+ return ["p-galleria-item-prev p-galleria-item-nav p-link", {
27
+ "p-disabled": a.isNavBackwardDisabled()
28
+ }];
29
+ },
30
+ previousItemIcon: "p-galleria-item-prev-icon",
31
+ item: "p-galleria-item",
32
+ nextItemButton: function(i) {
33
+ var a = i.instance;
34
+ return ["p-galleria-item-next p-galleria-item-nav p-link", {
35
+ "p-disabled": a.isNavForwardDisabled()
36
+ }];
37
+ },
38
+ nextItemIcon: "p-galleria-item-next-icon",
39
+ caption: "p-galleria-caption",
40
+ indicators: "p-galleria-indicators p-reset",
41
+ indicator: function(i) {
42
+ var a = i.instance, e = i.index;
43
+ return ["p-galleria-indicator", {
44
+ "p-highlight": a.isIndicatorItemActive(e)
45
+ }];
46
+ },
47
+ indicatorButton: "p-link",
48
+ thumbnailWrapper: "p-galleria-thumbnail-wrapper",
49
+ thumbnailContainer: "p-galleria-thumbnail-container",
50
+ previousThumbnailButton: function(i) {
51
+ var a = i.instance;
52
+ return ["p-galleria-thumbnail-prev p-link", {
53
+ "p-disabled": a.isNavBackwardDisabled()
54
+ }];
55
+ },
56
+ previousThumbnailIcon: "p-galleria-thumbnail-prev-icon",
57
+ thumbnailItemsContainer: "p-galleria-thumbnail-items-container",
58
+ thumbnailItems: "p-galleria-thumbnail-items",
59
+ thumbnailItem: function(i) {
60
+ var a = i.instance, e = i.index, n = i.activeIndex;
61
+ return ["p-galleria-thumbnail-item", {
62
+ "p-galleria-thumbnail-item-current": n === e,
63
+ "p-galleria-thumbnail-item-active": a.isItemActive(e),
64
+ "p-galleria-thumbnail-item-start": a.firstItemAciveIndex() === e,
65
+ "p-galleria-thumbnail-item-end": a.lastItemActiveIndex() === e
66
+ }];
67
+ },
68
+ thumbnailItemContent: "p-galleria-thumbnail-item-content",
69
+ nextThumbnailButton: function(i) {
70
+ var a = i.instance;
71
+ return ["p-galleria-thumbnail-next p-link", {
72
+ "p-disabled": a.isNavForwardDisabled()
73
+ }];
74
+ },
75
+ nextThumbnailIcon: "p-galleria-thumbnail-next-icon"
76
+ }, s = l.extend({
77
+ name: "galleria",
78
+ classes: r
79
+ });
20
80
  export {
21
- i as default
81
+ s as default
22
82
  };