@quoreadmin/ui 1.7.5 → 1.7.6

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 (83) hide show
  1. package/dist/index140.js +298 -296
  2. package/dist/index171.js +14 -14
  3. package/dist/index172.js +3 -3
  4. package/dist/index175.js +4 -4
  5. package/dist/index182.js +10 -10
  6. package/dist/index184.js +10 -10
  7. package/dist/index190.js +9 -9
  8. package/dist/index191.js +1 -1
  9. package/dist/index192.js +1 -1
  10. package/dist/index193.js +1 -1
  11. package/dist/index201.js +1 -1
  12. package/dist/index202.js +29 -84
  13. package/dist/index203.js +109 -400
  14. package/dist/index204.js +36 -22
  15. package/dist/index205.js +26 -33
  16. package/dist/index206.js +31 -111
  17. package/dist/index207.js +9 -36
  18. package/dist/index208.js +19 -26
  19. package/dist/index209.js +10 -36
  20. package/dist/index210.js +10 -9
  21. package/dist/index211.js +50 -18
  22. package/dist/index212.js +43 -10
  23. package/dist/index213.js +4 -10
  24. package/dist/index214.js +36 -48
  25. package/dist/index215.js +21 -43
  26. package/dist/index216.js +87 -3
  27. package/dist/index217.js +403 -35
  28. package/dist/index218.js +22 -21
  29. package/dist/index219.js +159 -159
  30. package/dist/index220.js +20 -228
  31. package/dist/index221.js +19 -36
  32. package/dist/index222.js +22 -10
  33. package/dist/index223.js +167 -129
  34. package/dist/index224.js +69 -19
  35. package/dist/index225.js +34 -20
  36. package/dist/index226.js +39 -21
  37. package/dist/index227.js +113 -185
  38. package/dist/index228.js +25 -57
  39. package/dist/index229.js +77 -31
  40. package/dist/index230.js +19 -39
  41. package/dist/index231.js +19 -126
  42. package/dist/index232.js +16 -34
  43. package/dist/index233.js +20 -80
  44. package/dist/index234.js +160 -19
  45. package/dist/index235.js +228 -20
  46. package/dist/index236.js +36 -19
  47. package/dist/index237.js +10 -20
  48. package/dist/index241.js +8 -8
  49. package/dist/index242.js +2 -2
  50. package/dist/index248.js +2 -2
  51. package/dist/index249.js +2 -2
  52. package/dist/index250.js +8 -8
  53. package/dist/index259.js +6 -6
  54. package/dist/index274.js +2 -2
  55. package/dist/index280.js +1 -1
  56. package/dist/index290.js +79 -1518
  57. package/dist/index291.js +22 -386
  58. package/dist/index292.js +902 -2698
  59. package/dist/index293.js +21 -85
  60. package/dist/index294.js +20 -3770
  61. package/dist/index295.js +19 -59
  62. package/dist/index296.js +67 -77
  63. package/dist/index297.js +18 -21
  64. package/dist/index298.js +18 -934
  65. package/dist/index299.js +16 -16
  66. package/dist/index300.js +13 -11
  67. package/dist/index301.js +62 -19
  68. package/dist/index302.js +1518 -69
  69. package/dist/index303.js +386 -19
  70. package/dist/index304.js +2731 -19
  71. package/dist/index305.js +85 -21
  72. package/dist/index306.js +3770 -22
  73. package/dist/index307.js +60 -63
  74. package/dist/index309.js +1 -1
  75. package/dist/index310.js +3 -3
  76. package/dist/index311.js +1 -1
  77. package/dist/index332.js +1 -1
  78. package/dist/index337.js +1 -1
  79. package/dist/index342.js +2 -2
  80. package/dist/index347.js +1 -1
  81. package/dist/index348.js +2 -2
  82. package/dist/index355.js +1 -1
  83. package/package.json +1 -1
package/dist/index227.js CHANGED
@@ -1,201 +1,129 @@
1
- import f from "./index245.js";
2
- import y from "./index281.js";
3
- import b from "./index282.js";
4
- import P from "./index225.js";
5
- import d from "./index283.js";
6
- import S from "./index202.js";
7
- import $ from "./index203.js";
8
- import C from "./index284.js";
9
- import { resolveComponent as j, resolveDirective as k, createBlock as p, openBlock as s, Transition as D, mergeProps as n, withCtx as B, withDirectives as v, createElementVNode as g, renderSlot as a, createElementBlock as m, createCommentVNode as A, resolveDynamicComponent as T, vShow as E } from "vue";
10
- var N = {
11
- name: "BaseMessage",
12
- extends: $,
13
- props: {
14
- severity: {
15
- type: String,
16
- default: "info"
17
- },
18
- closable: {
19
- type: Boolean,
20
- default: !0
21
- },
22
- sticky: {
23
- type: Boolean,
24
- default: !0
25
- },
26
- life: {
27
- type: Number,
28
- default: 3e3
29
- },
30
- icon: {
31
- type: String,
32
- default: void 0
33
- },
34
- closeIcon: {
35
- type: String,
36
- default: void 0
37
- },
38
- closeButtonProps: {
39
- type: null,
40
- default: null
41
- }
42
- },
43
- style: C,
44
- provide: function() {
45
- return {
46
- $parentInstance: this
47
- };
48
- }
49
- }, L = {
50
- name: "Message",
51
- extends: N,
52
- inheritAttrs: !1,
53
- emits: ["close", "life-end"],
54
- timeout: null,
55
- data: function() {
56
- return {
57
- visible: !0
58
- };
59
- },
60
- watch: {
61
- sticky: function(t) {
62
- t || this.closeAfterDelay();
63
- }
64
- },
65
- mounted: function() {
66
- this.sticky || this.closeAfterDelay();
67
- },
68
- methods: {
69
- close: function(t) {
70
- this.visible = !1, this.$emit("close", t);
71
- },
72
- closeAfterDelay: function() {
73
- var t = this;
74
- setTimeout(function() {
75
- t.visible = !1, t.$emit("life-end");
76
- }, this.life);
77
- }
78
- },
79
- computed: {
80
- iconComponent: function() {
81
- return {
82
- info: b,
83
- success: f,
84
- warn: y,
85
- error: d
86
- }[this.severity];
87
- },
88
- closeAriaLabel: function() {
89
- return this.$primevue.config.locale.aria ? this.$primevue.config.locale.aria.close : void 0;
90
- }
91
- },
92
- directives: {
93
- ripple: S
94
- },
95
- components: {
96
- TimesIcon: P,
97
- InfoCircleIcon: b,
98
- CheckIcon: f,
99
- ExclamationTriangleIcon: y,
100
- TimesCircleIcon: d
101
- }
102
- };
103
- function c(e) {
1
+ import { DomHandler as s, ObjectUtils as h } from "./index169.js";
2
+ import E from "./index275.js";
3
+ import $ from "./index287.js";
4
+ var g = E.extend({
5
+ style: $
6
+ });
7
+ function m(o) {
104
8
  "@babel/helpers - typeof";
105
- return c = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
106
- return typeof t;
107
- } : function(t) {
108
- return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
109
- }, c(e);
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);
110
14
  }
111
- function h(e, t) {
112
- var o = Object.keys(e);
15
+ function v(o, e) {
16
+ var t = Object.keys(o);
113
17
  if (Object.getOwnPropertySymbols) {
114
- var r = Object.getOwnPropertySymbols(e);
115
- t && (r = r.filter(function(u) {
116
- return Object.getOwnPropertyDescriptor(e, u).enumerable;
117
- })), o.push.apply(o, r);
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);
118
22
  }
119
- return o;
23
+ return t;
120
24
  }
121
- function i(e) {
122
- for (var t = 1; t < arguments.length; t++) {
123
- var o = arguments[t] != null ? arguments[t] : {};
124
- t % 2 ? h(Object(o), !0).forEach(function(r) {
125
- M(e, r, o[r]);
126
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(o)) : h(Object(o)).forEach(function(r) {
127
- Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(o, r));
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));
128
32
  });
129
33
  }
130
- return e;
34
+ return o;
131
35
  }
132
- function M(e, t, o) {
133
- return t = K(t), t in e ? Object.defineProperty(e, t, { value: o, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = o, e;
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;
134
38
  }
135
- function K(e) {
136
- var t = V(e, "string");
137
- return c(t) == "symbol" ? t : String(t);
39
+ function y(o) {
40
+ var e = O(o, "string");
41
+ return m(e) == "symbol" ? e : String(e);
138
42
  }
139
- function V(e, t) {
140
- if (c(e) != "object" || !e) return e;
141
- var o = e[Symbol.toPrimitive];
142
- if (o !== void 0) {
143
- var r = o.call(e, t);
144
- if (c(r) != "object") return r;
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;
145
49
  throw new TypeError("@@toPrimitive must return a primitive value.");
146
50
  }
147
- return (t === "string" ? String : Number)(e);
51
+ return (e === "string" ? String : Number)(o);
148
52
  }
149
- var R = ["aria-label"];
150
- function q(e, t, o, r, u, l) {
151
- var I = j("TimesIcon"), O = k("ripple");
152
- return s(), p(D, n({
153
- name: "p-message",
154
- appear: ""
155
- }, e.ptmi("transition")), {
156
- default: B(function() {
157
- return [v(g("div", n({
158
- class: e.cx("root"),
159
- role: "alert",
160
- "aria-live": "assertive",
161
- "aria-atomic": "true"
162
- }, e.ptm("root")), [e.$slots.container ? a(e.$slots, "container", {
163
- key: 0,
164
- onClose: l.close,
165
- closeCallback: l.close
166
- }) : (s(), m("div", n({
167
- key: 1,
168
- class: e.cx("wrapper")
169
- }, e.ptm("wrapper")), [a(e.$slots, "messageicon", {
170
- class: "p-message-icon"
171
- }, function() {
172
- return [(s(), p(T(e.icon ? "span" : l.iconComponent), n({
173
- class: [e.cx("icon"), e.icon]
174
- }, e.ptm("icon")), null, 16, ["class"]))];
175
- }), g("div", n({
176
- class: ["p-message-text", e.cx("text")]
177
- }, e.ptm("text")), [a(e.$slots, "default")], 16), e.closable ? v((s(), m("button", n({
178
- key: 0,
179
- class: e.cx("closeButton"),
180
- "aria-label": l.closeAriaLabel,
181
- type: "button",
182
- onClick: t[0] || (t[0] = function(w) {
183
- return l.close(w);
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
+ },
65
+ methods: {
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
184
96
  })
185
- }, i(i(i({}, e.closeButtonProps), e.ptm("button")), e.ptm("closeButton"))), [a(e.$slots, "closeicon", {}, function() {
186
- return [e.closeIcon ? (s(), m("i", n({
187
- key: 0,
188
- class: [e.cx("closeIcon"), e.closeIcon]
189
- }, i(i({}, e.ptm("buttonIcon")), e.ptm("closeIcon"))), null, 16)) : (s(), p(I, n({
190
- key: 1,
191
- class: [e.cx("closeIcon"), e.closeIcon]
192
- }, i(i({}, e.ptm("buttonIcon")), e.ptm("closeIcon"))), null, 16, ["class"]))];
193
- })], 16, R)), [[O]]) : A("", !0)], 16))], 16), [[E, u.visible]])];
194
- }),
195
- _: 3
196
- }, 16);
197
- }
198
- L.render = q;
97
+ });
98
+ },
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);
124
+ }
125
+ }
126
+ });
199
127
  export {
200
- L as default
128
+ x as default
201
129
  };
package/dist/index228.js CHANGED
@@ -1,72 +1,40 @@
1
- import i from "./index203.js";
2
- import o from "./index285.js";
3
- import { createElementBlock as t, openBlock as a, mergeProps as r, createCommentVNode as l, renderSlot as s, createTextVNode as u, toDisplayString as d, createElementVNode as m } from "vue";
1
+ import { DomHandler as d } from "./index169.js";
2
+ import { renderSlot as t, createBlock as a, createCommentVNode as l, openBlock as i, Teleport as u } from "vue";
4
3
  var p = {
5
- name: "BaseProgressBar",
6
- extends: i,
4
+ name: "Portal",
7
5
  props: {
8
- value: {
9
- type: Number,
10
- default: null
6
+ appendTo: {
7
+ type: [String, Object],
8
+ default: "body"
11
9
  },
12
- mode: {
13
- type: String,
14
- default: "determinate"
15
- },
16
- showValue: {
10
+ disabled: {
17
11
  type: Boolean,
18
- default: !0
12
+ default: !1
19
13
  }
20
14
  },
21
- style: o,
22
- provide: function() {
15
+ data: function() {
23
16
  return {
24
- $parentInstance: this
17
+ mounted: !1
25
18
  };
26
- }
27
- }, v = {
28
- name: "ProgressBar",
29
- extends: p,
30
- inheritAttrs: !1,
19
+ },
20
+ mounted: function() {
21
+ this.mounted = d.isClient();
22
+ },
31
23
  computed: {
32
- progressStyle: function() {
33
- return {
34
- width: this.value + "%",
35
- display: "flex"
36
- };
37
- },
38
- indeterminate: function() {
39
- return this.mode === "indeterminate";
40
- },
41
- determinate: function() {
42
- return this.mode === "determinate";
24
+ inline: function() {
25
+ return this.disabled || this.appendTo === "self";
43
26
  }
44
27
  }
45
- }, c = ["aria-valuenow"];
46
- function f(e, y, g, h, B, n) {
47
- return a(), t("div", r({
48
- role: "progressbar",
49
- class: e.cx("root"),
50
- "aria-valuemin": "0",
51
- "aria-valuenow": e.value,
52
- "aria-valuemax": "100"
53
- }, e.ptmi("root")), [n.determinate ? (a(), t("div", r({
54
- key: 0,
55
- class: e.cx("value"),
56
- style: n.progressStyle
57
- }, e.ptm("value")), [e.value != null && e.value !== 0 && e.showValue ? (a(), t("div", r({
58
- key: 0,
59
- class: e.cx("label")
60
- }, e.ptm("label")), [s(e.$slots, "default", {}, function() {
61
- return [u(d(e.value + "%"), 1)];
62
- })], 16)) : l("", !0)], 16)) : l("", !0), n.indeterminate ? (a(), t("div", r({
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, {
63
33
  key: 1,
64
- class: e.cx("container")
65
- }, e.ptm("container")), [m("div", r({
66
- class: e.cx("value")
67
- }, e.ptm("value")), null, 16)], 16)) : l("", !0)], 16, c);
34
+ to: n.appendTo
35
+ }, [t(e.$slots, "default")], 8, ["to"])) : l("", !0);
68
36
  }
69
- v.render = f;
37
+ p.render = s;
70
38
  export {
71
- v as default
39
+ p as default
72
40
  };
package/dist/index229.js CHANGED
@@ -1,36 +1,82 @@
1
- import t from "./index277.js";
2
- var a = {
3
- root: function(e) {
4
- var o = e.props;
5
- return ["p-fileupload p-fileupload-".concat(o.mode, " p-component")];
6
- },
7
- buttonbar: "p-fileupload-buttonbar",
8
- chooseButton: function(e) {
9
- var o = e.instance, l = e.props;
10
- return ["p-button p-component p-fileupload-choose", {
11
- "p-fileupload-choose-selected": l.mode === "basic" && o.hasFiles,
12
- "p-disabled": l.disabled,
13
- "p-focus": o.focused
1
+ import l from "./index277.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
14
7
  }];
15
8
  },
16
- chooseIcon: "p-button-icon p-button-icon-left",
17
- chooseButtonLabel: "p-button-label",
18
- content: "p-fileupload-content",
19
- empty: "p-fileupload-empty",
20
- uploadIcon: "p-button-icon p-button-icon-left",
21
- label: "p-button-label",
22
- file: "p-fileupload-file",
23
- thumbnail: "p-fileupload-file-thumbnail",
24
- details: "p-fileupload-file-details",
25
- fileName: "p-fileupload-file-name",
26
- fileSize: "p-fileupload-file-size",
27
- badge: "p-fileupload-file-badge",
28
- actions: "p-fileupload-file-actions",
29
- removeButton: "p-fileupload-file-remove"
30
- }, n = t.extend({
31
- name: "fileupload",
32
- classes: a
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
33
79
  });
34
80
  export {
35
- n as default
81
+ s as default
36
82
  };
package/dist/index230.js CHANGED
@@ -1,42 +1,22 @@
1
- import t from "./index286.js";
2
- import r from "./index203.js";
3
- import { createElementBlock as n, openBlock as o, mergeProps as a, renderSlot as s, createTextVNode as p, toDisplayString as i } from "vue";
4
- var l = {
5
- name: "BaseBadge",
6
- extends: r,
7
- props: {
8
- value: {
9
- type: [String, Number],
10
- default: null
11
- },
12
- severity: {
13
- type: String,
14
- default: null
15
- },
16
- size: {
17
- type: String,
18
- default: null
19
- }
20
- },
21
- style: t,
22
- provide: function() {
23
- return {
24
- $parentInstance: this
25
- };
26
- }
27
- }, u = {
28
- name: "Badge",
29
- extends: l,
30
- inheritAttrs: !1
31
- };
32
- function d(e, c, f, m, g, $) {
33
- return o(), n("span", a({
34
- class: e.cx("root")
35
- }, e.ptmi("root")), [s(e.$slots, "default", {}, function() {
36
- return [p(i(e.value), 1)];
37
- })], 16);
1
+ import r from "./index280.js";
2
+ import { createElementBlock as t, openBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
+ var p = {
4
+ name: "ChevronLeftIcon",
5
+ extends: r
6
+ }, C = /* @__PURE__ */ i("path", {
7
+ d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
8
+ fill: "currentColor"
9
+ }, null, -1), l = [C];
10
+ function s(e, a, c, d, h, m) {
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()), l, 16);
38
18
  }
39
- u.render = d;
19
+ p.render = s;
40
20
  export {
41
- u as default
21
+ p as default
42
22
  };