@quoreadmin/ui 1.10.14 → 1.10.16
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/index194.js +1 -1
- package/dist/index195.js +7 -7
- package/dist/index201.js +23 -23
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index206.js +2 -2
- package/dist/index208.js +14 -14
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +3 -3
- package/dist/index212.js +6 -6
- package/dist/index234.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index242.js +3618 -109
- package/dist/index243.js +49 -32
- package/dist/index244.js +70 -73
- package/dist/index245.js +52 -20
- package/dist/index246.js +215 -20
- package/dist/index247.js +10 -20
- package/dist/index248.js +57 -20
- package/dist/index249.js +61 -22
- package/dist/index250.js +54 -22
- package/dist/index251.js +75 -20
- package/dist/index252.js +681 -791
- package/dist/index253.js +33 -693
- package/dist/index254.js +56 -168
- package/dist/index255.js +11 -22
- package/dist/index256.js +705 -20
- package/dist/index257.js +820 -20
- package/dist/index258.js +22 -3
- package/dist/index259.js +21 -186
- package/dist/index260.js +19 -132
- package/dist/index261.js +744 -1131
- package/dist/index262.js +701 -19
- package/dist/index263.js +176 -22
- package/dist/index264.js +13 -15
- package/dist/index265.js +13 -22
- package/dist/index266.js +15 -13
- package/dist/index267.js +12 -12
- package/dist/index268.js +20 -2
- package/dist/index269.js +2 -1
- package/dist/index270.js +166 -3615
- package/dist/index271.js +128 -50
- package/dist/index272.js +1214 -68
- package/dist/index273.js +122 -47
- package/dist/index274.js +20 -215
- package/dist/index275.js +22 -10
- package/dist/index276.js +22 -57
- package/dist/index277.js +32 -55
- package/dist/index278.js +29 -54
- package/dist/index279.js +20 -75
- package/dist/index280.js +19 -725
- package/dist/index281.js +2 -42
- package/dist/index282.js +2 -64
- package/dist/index283.js +79 -10
- package/dist/index284.js +20 -705
- package/dist/index285.js +20 -820
- package/dist/index300.js +1534 -2
- package/dist/index301.js +346 -1494
- package/dist/index302.js +2675 -330
- package/dist/index303.js +72 -2717
- package/dist/index304.js +3782 -76
- package/dist/index305.js +49 -3781
- package/dist/index306.js +15 -60
- package/dist/index307.js +81 -76
- package/dist/index308.js +202 -22
- package/dist/index309.js +226 -915
- package/dist/index310.js +2 -22
- package/dist/index311.js +78 -19
- package/dist/index312.js +15 -13
- package/dist/index313.js +930 -64
- package/dist/index314.js +21 -18
- package/dist/index315.js +20 -19
- package/dist/index316.js +10 -12
- package/dist/index317.js +68 -21
- package/dist/index318.js +16 -60
- package/dist/index319.js +19 -84
- package/dist/index320.js +22 -202
- package/dist/index321.js +22 -246
- package/dist/index322.js +63 -15
- package/dist/index366.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -16
- package/dist/index383.js +16 -97
- package/dist/index4.js +39 -18
- package/dist/index68.js +19 -4
- package/dist/src/components/avatar/avatar.d.ts +31 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
- package/dist/src/components/comment/comment.d.ts +27 -0
- package/dist/src/components/comment/comment.stories.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +27 -0
- package/package.json +1 -1
package/dist/index309.js
CHANGED
|
@@ -1,937 +1,248 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
locale: {
|
|
46
|
-
type: String,
|
|
47
|
-
default: void 0
|
|
48
|
-
},
|
|
49
|
-
localeMatcher: {
|
|
50
|
-
type: String,
|
|
51
|
-
default: void 0
|
|
52
|
-
},
|
|
53
|
-
mode: {
|
|
54
|
-
type: String,
|
|
55
|
-
default: "decimal"
|
|
56
|
-
},
|
|
57
|
-
prefix: {
|
|
58
|
-
type: String,
|
|
59
|
-
default: null
|
|
60
|
-
},
|
|
61
|
-
suffix: {
|
|
62
|
-
type: String,
|
|
63
|
-
default: null
|
|
64
|
-
},
|
|
65
|
-
currency: {
|
|
66
|
-
type: String,
|
|
67
|
-
default: void 0
|
|
68
|
-
},
|
|
69
|
-
currencyDisplay: {
|
|
70
|
-
type: String,
|
|
71
|
-
default: void 0
|
|
72
|
-
},
|
|
73
|
-
useGrouping: {
|
|
74
|
-
type: Boolean,
|
|
75
|
-
default: !0
|
|
76
|
-
},
|
|
77
|
-
minFractionDigits: {
|
|
78
|
-
type: Number,
|
|
79
|
-
default: void 0
|
|
80
|
-
},
|
|
81
|
-
maxFractionDigits: {
|
|
82
|
-
type: Number,
|
|
83
|
-
default: void 0
|
|
84
|
-
},
|
|
85
|
-
roundingMode: {
|
|
86
|
-
type: String,
|
|
87
|
-
default: "halfExpand",
|
|
88
|
-
validator: function(e) {
|
|
89
|
-
return ["ceil", "floor", "expand", "trunc", "halfCeil", "halfFloor", "halfExpand", "halfTrunc", "halfEven"].includes(e);
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
min: {
|
|
93
|
-
type: Number,
|
|
94
|
-
default: null
|
|
95
|
-
},
|
|
96
|
-
max: {
|
|
97
|
-
type: Number,
|
|
98
|
-
default: null
|
|
99
|
-
},
|
|
100
|
-
step: {
|
|
101
|
-
type: Number,
|
|
102
|
-
default: 1
|
|
103
|
-
},
|
|
104
|
-
allowEmpty: {
|
|
105
|
-
type: Boolean,
|
|
106
|
-
default: !0
|
|
107
|
-
},
|
|
108
|
-
highlightOnFocus: {
|
|
109
|
-
type: Boolean,
|
|
110
|
-
default: !1
|
|
111
|
-
},
|
|
112
|
-
readonly: {
|
|
113
|
-
type: Boolean,
|
|
114
|
-
default: !1
|
|
115
|
-
},
|
|
116
|
-
variant: {
|
|
117
|
-
type: String,
|
|
118
|
-
default: null
|
|
119
|
-
},
|
|
120
|
-
invalid: {
|
|
121
|
-
type: Boolean,
|
|
122
|
-
default: !1
|
|
123
|
-
},
|
|
124
|
-
disabled: {
|
|
125
|
-
type: Boolean,
|
|
126
|
-
default: !1
|
|
127
|
-
},
|
|
128
|
-
placeholder: {
|
|
129
|
-
type: String,
|
|
130
|
-
default: null
|
|
131
|
-
},
|
|
132
|
-
inputId: {
|
|
133
|
-
type: String,
|
|
134
|
-
default: null
|
|
135
|
-
},
|
|
136
|
-
inputClass: {
|
|
137
|
-
type: [String, Object],
|
|
138
|
-
default: null
|
|
139
|
-
},
|
|
140
|
-
inputStyle: {
|
|
141
|
-
type: Object,
|
|
142
|
-
default: null
|
|
143
|
-
},
|
|
144
|
-
inputProps: {
|
|
145
|
-
type: null,
|
|
146
|
-
default: null
|
|
147
|
-
},
|
|
148
|
-
incrementButtonProps: {
|
|
149
|
-
type: null,
|
|
150
|
-
default: null
|
|
151
|
-
},
|
|
152
|
-
decrementButtonProps: {
|
|
153
|
-
type: null,
|
|
154
|
-
default: null
|
|
155
|
-
},
|
|
156
|
-
ariaLabelledby: {
|
|
157
|
-
type: String,
|
|
158
|
-
default: null
|
|
159
|
-
},
|
|
160
|
-
ariaLabel: {
|
|
161
|
-
type: String,
|
|
162
|
-
default: null
|
|
1
|
+
import P from "./index380.js";
|
|
2
|
+
import { Mapping as k } from "./index300.js";
|
|
3
|
+
import { Plugin as H, PluginKey as O } from "./index257.js";
|
|
4
|
+
const D = 500;
|
|
5
|
+
class c {
|
|
6
|
+
constructor(t, e) {
|
|
7
|
+
this.items = t, this.eventCount = e;
|
|
8
|
+
}
|
|
9
|
+
// Pop the latest event off the branch's history and apply it
|
|
10
|
+
// to a document transform.
|
|
11
|
+
popEvent(t, e) {
|
|
12
|
+
if (this.eventCount == 0)
|
|
13
|
+
return null;
|
|
14
|
+
let i = this.items.length;
|
|
15
|
+
for (; ; i--)
|
|
16
|
+
if (this.items.get(i - 1).selection) {
|
|
17
|
+
--i;
|
|
18
|
+
break;
|
|
19
|
+
}
|
|
20
|
+
let s, p;
|
|
21
|
+
e && (s = this.remapping(i, this.items.length), p = s.maps.length);
|
|
22
|
+
let l = t.tr, r, m, u = [], f = [];
|
|
23
|
+
return this.items.forEach((a, o) => {
|
|
24
|
+
if (!a.step) {
|
|
25
|
+
s || (s = this.remapping(i, o + 1), p = s.maps.length), p--, f.push(a);
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
if (s) {
|
|
29
|
+
f.push(new g(a.map));
|
|
30
|
+
let d = a.step.map(s.slice(p)), v;
|
|
31
|
+
d && l.maybeStep(d).doc && (v = l.mapping.maps[l.mapping.maps.length - 1], u.push(new g(v, void 0, void 0, u.length + f.length))), p--, v && s.appendMap(v, p);
|
|
32
|
+
} else
|
|
33
|
+
l.maybeStep(a.step);
|
|
34
|
+
if (a.selection)
|
|
35
|
+
return r = s ? a.selection.map(s.slice(p)) : a.selection, m = new c(this.items.slice(0, i).append(f.reverse().concat(u)), this.eventCount - 1), !1;
|
|
36
|
+
}, this.items.length, 0), { remaining: m, transform: l, selection: r };
|
|
37
|
+
}
|
|
38
|
+
// Create a new branch with the given transform added.
|
|
39
|
+
addTransform(t, e, i, s) {
|
|
40
|
+
let p = [], l = this.eventCount, r = this.items, m = !s && r.length ? r.get(r.length - 1) : null;
|
|
41
|
+
for (let f = 0; f < t.steps.length; f++) {
|
|
42
|
+
let a = t.steps[f].invert(t.docs[f]), o = new g(t.mapping.maps[f], a, e), d;
|
|
43
|
+
(d = m && m.merge(o)) && (o = d, f ? p.pop() : r = r.slice(0, r.length - 1)), p.push(o), e && (l++, e = void 0), s || (m = o);
|
|
163
44
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
provide: function() {
|
|
167
|
-
return {
|
|
168
|
-
$parentInstance: this
|
|
169
|
-
};
|
|
45
|
+
let u = l - i.depth;
|
|
46
|
+
return u > y && (r = x(r, u), l -= u), new c(r.append(p), l);
|
|
170
47
|
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
178
|
-
}, D(n);
|
|
179
|
-
}
|
|
180
|
-
function A(n, e) {
|
|
181
|
-
var t = Object.keys(n);
|
|
182
|
-
if (Object.getOwnPropertySymbols) {
|
|
183
|
-
var i = Object.getOwnPropertySymbols(n);
|
|
184
|
-
e && (i = i.filter(function(r) {
|
|
185
|
-
return Object.getOwnPropertyDescriptor(n, r).enumerable;
|
|
186
|
-
})), t.push.apply(t, i);
|
|
48
|
+
remapping(t, e) {
|
|
49
|
+
let i = new k();
|
|
50
|
+
return this.items.forEach((s, p) => {
|
|
51
|
+
let l = s.mirrorOffset != null && p - s.mirrorOffset >= t ? i.maps.length - s.mirrorOffset : void 0;
|
|
52
|
+
i.appendMap(s.map, l);
|
|
53
|
+
}, t, e), i;
|
|
187
54
|
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
55
|
+
addMaps(t) {
|
|
56
|
+
return this.eventCount == 0 ? this : new c(this.items.append(t.map((e) => new g(e))), this.eventCount);
|
|
57
|
+
}
|
|
58
|
+
// When the collab module receives remote changes, the history has
|
|
59
|
+
// to know about those, so that it can adjust the steps that were
|
|
60
|
+
// rebased on top of the remote changes, and include the position
|
|
61
|
+
// maps for the remote changes in its array of items.
|
|
62
|
+
rebased(t, e) {
|
|
63
|
+
if (!this.eventCount)
|
|
64
|
+
return this;
|
|
65
|
+
let i = [], s = Math.max(0, this.items.length - e), p = t.mapping, l = t.steps.length, r = this.eventCount;
|
|
66
|
+
this.items.forEach((o) => {
|
|
67
|
+
o.selection && r--;
|
|
68
|
+
}, s);
|
|
69
|
+
let m = e;
|
|
70
|
+
this.items.forEach((o) => {
|
|
71
|
+
let d = p.getMirror(--m);
|
|
72
|
+
if (d == null)
|
|
73
|
+
return;
|
|
74
|
+
l = Math.min(l, d);
|
|
75
|
+
let v = p.maps[d];
|
|
76
|
+
if (o.step) {
|
|
77
|
+
let S = t.steps[d].invert(t.docs[d]), E = o.selection && o.selection.map(p.slice(m + 1, d));
|
|
78
|
+
E && r++, i.push(new g(v, S, E));
|
|
79
|
+
} else
|
|
80
|
+
i.push(new g(v));
|
|
81
|
+
}, s);
|
|
82
|
+
let u = [];
|
|
83
|
+
for (let o = e; o < l; o++)
|
|
84
|
+
u.push(new g(p.maps[o]));
|
|
85
|
+
let f = this.items.slice(0, s).append(u).append(i), a = new c(f, r);
|
|
86
|
+
return a.emptyItemCount() > D && (a = a.compress(this.items.length - i.length)), a;
|
|
87
|
+
}
|
|
88
|
+
emptyItemCount() {
|
|
89
|
+
let t = 0;
|
|
90
|
+
return this.items.forEach((e) => {
|
|
91
|
+
e.step || t++;
|
|
92
|
+
}), t;
|
|
93
|
+
}
|
|
94
|
+
// Compressing a branch means rewriting it to push the air (map-only
|
|
95
|
+
// items) out. During collaboration, these naturally accumulate
|
|
96
|
+
// because each remote change adds one. The `upto` argument is used
|
|
97
|
+
// to ensure that only the items below a given level are compressed,
|
|
98
|
+
// because `rebased` relies on a clean, untouched set of items in
|
|
99
|
+
// order to associate old items with rebased steps.
|
|
100
|
+
compress(t = this.items.length) {
|
|
101
|
+
let e = this.remapping(0, t), i = e.maps.length, s = [], p = 0;
|
|
102
|
+
return this.items.forEach((l, r) => {
|
|
103
|
+
if (r >= t)
|
|
104
|
+
s.push(l), l.selection && p++;
|
|
105
|
+
else if (l.step) {
|
|
106
|
+
let m = l.step.map(e.slice(i)), u = m && m.getMap();
|
|
107
|
+
if (i--, u && e.appendMap(u, i), m) {
|
|
108
|
+
let f = l.selection && l.selection.map(e.slice(i));
|
|
109
|
+
f && p++;
|
|
110
|
+
let a = new g(u.invert(), m, f), o, d = s.length - 1;
|
|
111
|
+
(o = s.length && s[d].merge(a)) ? s[d] = o : s.push(a);
|
|
112
|
+
}
|
|
113
|
+
} else l.map && i--;
|
|
114
|
+
}, this.items.length, 0), new c(P.from(s.reverse()), p);
|
|
198
115
|
}
|
|
199
|
-
return n;
|
|
200
|
-
}
|
|
201
|
-
function J(n, e, t) {
|
|
202
|
-
return e = Q(e), e in n ? Object.defineProperty(n, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : n[e] = t, n;
|
|
203
116
|
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
117
|
+
c.empty = new c(P.empty, 0);
|
|
118
|
+
function x(n, t) {
|
|
119
|
+
let e;
|
|
120
|
+
return n.forEach((i, s) => {
|
|
121
|
+
if (i.selection && t-- == 0)
|
|
122
|
+
return e = s, !1;
|
|
123
|
+
}), n.slice(e);
|
|
207
124
|
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
if (
|
|
214
|
-
|
|
125
|
+
class g {
|
|
126
|
+
constructor(t, e, i, s) {
|
|
127
|
+
this.map = t, this.step = e, this.selection = i, this.mirrorOffset = s;
|
|
128
|
+
}
|
|
129
|
+
merge(t) {
|
|
130
|
+
if (this.step && t.step && !t.selection) {
|
|
131
|
+
let e = t.step.merge(this.step);
|
|
132
|
+
if (e)
|
|
133
|
+
return new g(e.getMap().invert(), e, this.selection);
|
|
134
|
+
}
|
|
215
135
|
}
|
|
216
|
-
return (e === "string" ? String : Number)(n);
|
|
217
136
|
}
|
|
218
|
-
|
|
219
|
-
|
|
137
|
+
class h {
|
|
138
|
+
constructor(t, e, i, s, p) {
|
|
139
|
+
this.done = t, this.undone = e, this.prevRanges = i, this.prevTime = s, this.prevComposition = p;
|
|
140
|
+
}
|
|
220
141
|
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
142
|
+
const y = 20;
|
|
143
|
+
function F(n, t, e, i) {
|
|
144
|
+
let s = e.getMeta(w), p;
|
|
145
|
+
if (s)
|
|
146
|
+
return s.historyState;
|
|
147
|
+
e.getMeta(j) && (n = new h(n.done, n.undone, null, 0, -1));
|
|
148
|
+
let l = e.getMeta("appendedTransaction");
|
|
149
|
+
if (e.steps.length == 0)
|
|
150
|
+
return n;
|
|
151
|
+
if (l && l.getMeta(w))
|
|
152
|
+
return l.getMeta(w).redo ? new h(n.done.addTransform(e, void 0, i, M(t)), n.undone, I(e.mapping.maps), n.prevTime, n.prevComposition) : new h(n.done, n.undone.addTransform(e, void 0, i, M(t)), null, n.prevTime, n.prevComposition);
|
|
153
|
+
if (e.getMeta("addToHistory") !== !1 && !(l && l.getMeta("addToHistory") === !1)) {
|
|
154
|
+
let r = e.getMeta("composition"), m = n.prevTime == 0 || !l && n.prevComposition != r && (n.prevTime < (e.time || 0) - i.newGroupDelay || !G(e, n.prevRanges)), u = l ? C(n.prevRanges, e.mapping) : I(e.mapping.maps);
|
|
155
|
+
return new h(n.done.addTransform(e, m ? t.selection.getBookmark() : void 0, i, M(t)), c.empty, u, e.time, r ?? n.prevComposition);
|
|
156
|
+
} else return (p = e.getMeta("rebased")) ? new h(n.done.rebased(e, p), n.undone.rebased(e, p), C(n.prevRanges, e.mapping), n.prevTime, n.prevComposition) : new h(n.done.addMaps(e.mapping.maps), n.undone.addMaps(e.mapping.maps), C(n.prevRanges, e.mapping), n.prevTime, n.prevComposition);
|
|
224
157
|
}
|
|
225
|
-
function
|
|
226
|
-
if (
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
158
|
+
function G(n, t) {
|
|
159
|
+
if (!t)
|
|
160
|
+
return !1;
|
|
161
|
+
if (!n.docChanged)
|
|
162
|
+
return !0;
|
|
163
|
+
let e = !1;
|
|
164
|
+
return n.mapping.maps[0].forEach((i, s) => {
|
|
165
|
+
for (let p = 0; p < t.length; p += 2)
|
|
166
|
+
i <= t[p + 1] && s >= t[p] && (e = !0);
|
|
167
|
+
}), e;
|
|
232
168
|
}
|
|
233
|
-
function
|
|
234
|
-
|
|
169
|
+
function I(n) {
|
|
170
|
+
let t = [];
|
|
171
|
+
for (let e = n.length - 1; e >= 0 && t.length == 0; e--)
|
|
172
|
+
n[e].forEach((i, s, p, l) => t.push(p, l));
|
|
173
|
+
return t;
|
|
235
174
|
}
|
|
236
|
-
function
|
|
237
|
-
if (
|
|
175
|
+
function C(n, t) {
|
|
176
|
+
if (!n)
|
|
177
|
+
return null;
|
|
178
|
+
let e = [];
|
|
179
|
+
for (let i = 0; i < n.length; i += 2) {
|
|
180
|
+
let s = t.map(n[i], 1), p = t.map(n[i + 1], -1);
|
|
181
|
+
s <= p && e.push(s, p);
|
|
182
|
+
}
|
|
183
|
+
return e;
|
|
238
184
|
}
|
|
239
|
-
function
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
185
|
+
function K(n, t, e) {
|
|
186
|
+
let i = M(t), s = w.get(t).spec.config, p = (e ? n.undone : n.done).popEvent(t, i);
|
|
187
|
+
if (!p)
|
|
188
|
+
return null;
|
|
189
|
+
let l = p.selection.resolve(p.transform.doc), r = (e ? n.done : n.undone).addTransform(p.transform, t.selection.getBookmark(), s, i), m = new h(e ? r : p.remaining, e ? p.remaining : r, null, 0, -1);
|
|
190
|
+
return p.transform.setSelection(l).setMeta(w, { redo: e, historyState: m });
|
|
243
191
|
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
_minusSign: null,
|
|
254
|
-
_currency: null,
|
|
255
|
-
_suffix: null,
|
|
256
|
-
_prefix: null,
|
|
257
|
-
_index: null,
|
|
258
|
-
groupChar: "",
|
|
259
|
-
isSpecialChar: null,
|
|
260
|
-
prefixChar: null,
|
|
261
|
-
suffixChar: null,
|
|
262
|
-
timer: null,
|
|
263
|
-
data: function() {
|
|
264
|
-
return {
|
|
265
|
-
d_modelValue: this.modelValue,
|
|
266
|
-
focused: !1
|
|
267
|
-
};
|
|
268
|
-
},
|
|
269
|
-
watch: {
|
|
270
|
-
modelValue: function(e) {
|
|
271
|
-
this.d_modelValue = e;
|
|
272
|
-
},
|
|
273
|
-
locale: function(e, t) {
|
|
274
|
-
this.updateConstructParser(e, t);
|
|
275
|
-
},
|
|
276
|
-
localeMatcher: function(e, t) {
|
|
277
|
-
this.updateConstructParser(e, t);
|
|
278
|
-
},
|
|
279
|
-
mode: function(e, t) {
|
|
280
|
-
this.updateConstructParser(e, t);
|
|
281
|
-
},
|
|
282
|
-
currency: function(e, t) {
|
|
283
|
-
this.updateConstructParser(e, t);
|
|
284
|
-
},
|
|
285
|
-
currencyDisplay: function(e, t) {
|
|
286
|
-
this.updateConstructParser(e, t);
|
|
287
|
-
},
|
|
288
|
-
useGrouping: function(e, t) {
|
|
289
|
-
this.updateConstructParser(e, t);
|
|
290
|
-
},
|
|
291
|
-
minFractionDigits: function(e, t) {
|
|
292
|
-
this.updateConstructParser(e, t);
|
|
293
|
-
},
|
|
294
|
-
maxFractionDigits: function(e, t) {
|
|
295
|
-
this.updateConstructParser(e, t);
|
|
296
|
-
},
|
|
297
|
-
suffix: function(e, t) {
|
|
298
|
-
this.updateConstructParser(e, t);
|
|
299
|
-
},
|
|
300
|
-
prefix: function(e, t) {
|
|
301
|
-
this.updateConstructParser(e, t);
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
created: function() {
|
|
305
|
-
this.constructParser();
|
|
306
|
-
},
|
|
307
|
-
methods: {
|
|
308
|
-
getOptions: function() {
|
|
309
|
-
var e, t;
|
|
310
|
-
return {
|
|
311
|
-
localeMatcher: this.localeMatcher,
|
|
312
|
-
style: this.mode,
|
|
313
|
-
currency: this.currency,
|
|
314
|
-
currencyDisplay: this.currencyDisplay,
|
|
315
|
-
useGrouping: this.useGrouping,
|
|
316
|
-
minimumFractionDigits: (e = this.minFractionDigits) !== null && e !== void 0 ? e : void 0,
|
|
317
|
-
maximumFractionDigits: (t = this.maxFractionDigits) !== null && t !== void 0 ? t : void 0,
|
|
318
|
-
roundingMode: this.roundingMode
|
|
319
|
-
};
|
|
320
|
-
},
|
|
321
|
-
constructParser: function() {
|
|
322
|
-
this.numberFormat = new Intl.NumberFormat(this.locale, this.getOptions());
|
|
323
|
-
var e = Y(new Intl.NumberFormat(this.locale, {
|
|
324
|
-
useGrouping: !1
|
|
325
|
-
}).format(9876543210)).reverse(), t = new Map(e.map(function(i, r) {
|
|
326
|
-
return [i, r];
|
|
327
|
-
}));
|
|
328
|
-
this._numeral = new RegExp("[".concat(e.join(""), "]"), "g"), this._group = this.getGroupingExpression(), this._minusSign = this.getMinusSignExpression(), this._currency = this.getCurrencyExpression(), this._decimal = this.getDecimalExpression(), this._suffix = this.getSuffixExpression(), this._prefix = this.getPrefixExpression(), this._index = function(i) {
|
|
329
|
-
return t.get(i);
|
|
330
|
-
};
|
|
331
|
-
},
|
|
332
|
-
updateConstructParser: function(e, t) {
|
|
333
|
-
e !== t && this.constructParser();
|
|
334
|
-
},
|
|
335
|
-
escapeRegExp: function(e) {
|
|
336
|
-
return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
|
337
|
-
},
|
|
338
|
-
getDecimalExpression: function() {
|
|
339
|
-
var e = new Intl.NumberFormat(this.locale, R(R({}, this.getOptions()), {}, {
|
|
340
|
-
useGrouping: !1
|
|
341
|
-
}));
|
|
342
|
-
return new RegExp("[".concat(e.format(1.1).replace(this._currency, "").trim().replace(this._numeral, ""), "]"), "g");
|
|
343
|
-
},
|
|
344
|
-
getGroupingExpression: function() {
|
|
345
|
-
var e = new Intl.NumberFormat(this.locale, {
|
|
346
|
-
useGrouping: !0
|
|
347
|
-
});
|
|
348
|
-
return this.groupChar = e.format(1e6).trim().replace(this._numeral, "").charAt(0), new RegExp("[".concat(this.groupChar, "]"), "g");
|
|
349
|
-
},
|
|
350
|
-
getMinusSignExpression: function() {
|
|
351
|
-
var e = new Intl.NumberFormat(this.locale, {
|
|
352
|
-
useGrouping: !1
|
|
353
|
-
});
|
|
354
|
-
return new RegExp("[".concat(e.format(-1).trim().replace(this._numeral, ""), "]"), "g");
|
|
355
|
-
},
|
|
356
|
-
getCurrencyExpression: function() {
|
|
357
|
-
if (this.currency) {
|
|
358
|
-
var e = new Intl.NumberFormat(this.locale, {
|
|
359
|
-
style: "currency",
|
|
360
|
-
currency: this.currency,
|
|
361
|
-
currencyDisplay: this.currencyDisplay,
|
|
362
|
-
minimumFractionDigits: 0,
|
|
363
|
-
maximumFractionDigits: 0,
|
|
364
|
-
roundingMode: this.roundingMode
|
|
365
|
-
});
|
|
366
|
-
return new RegExp("[".concat(e.format(1).replace(/\s/g, "").replace(this._numeral, "").replace(this._group, ""), "]"), "g");
|
|
367
|
-
}
|
|
368
|
-
return new RegExp("[]", "g");
|
|
369
|
-
},
|
|
370
|
-
getPrefixExpression: function() {
|
|
371
|
-
if (this.prefix)
|
|
372
|
-
this.prefixChar = this.prefix;
|
|
373
|
-
else {
|
|
374
|
-
var e = new Intl.NumberFormat(this.locale, {
|
|
375
|
-
style: this.mode,
|
|
376
|
-
currency: this.currency,
|
|
377
|
-
currencyDisplay: this.currencyDisplay
|
|
378
|
-
});
|
|
379
|
-
this.prefixChar = e.format(1).split("1")[0];
|
|
192
|
+
let T = !1, b = null;
|
|
193
|
+
function M(n) {
|
|
194
|
+
let t = n.plugins;
|
|
195
|
+
if (b != t) {
|
|
196
|
+
T = !1, b = t;
|
|
197
|
+
for (let e = 0; e < t.length; e++)
|
|
198
|
+
if (t[e].spec.historyPreserveItems) {
|
|
199
|
+
T = !0;
|
|
200
|
+
break;
|
|
380
201
|
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
},
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
return this.prefix && (i = this.prefix + i), this.suffix && (i = i + this.suffix), i;
|
|
406
|
-
}
|
|
407
|
-
return e.toString();
|
|
408
|
-
}
|
|
409
|
-
return "";
|
|
410
|
-
},
|
|
411
|
-
parseValue: function(e) {
|
|
412
|
-
var t = e.replace(this._suffix, "").replace(this._prefix, "").trim().replace(/\s/g, "").replace(this._currency, "").replace(this._group, "").replace(this._minusSign, "-").replace(this._decimal, ".").replace(this._numeral, this._index);
|
|
413
|
-
if (t) {
|
|
414
|
-
if (t === "-")
|
|
415
|
-
return t;
|
|
416
|
-
var i = +t;
|
|
417
|
-
return isNaN(i) ? null : i;
|
|
418
|
-
}
|
|
419
|
-
return null;
|
|
420
|
-
},
|
|
421
|
-
repeat: function(e, t, i) {
|
|
422
|
-
var r = this;
|
|
423
|
-
if (!this.readonly) {
|
|
424
|
-
var s = t || 500;
|
|
425
|
-
this.clearTimer(), this.timer = setTimeout(function() {
|
|
426
|
-
r.repeat(e, 40, i);
|
|
427
|
-
}, s), this.spin(e, i);
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
spin: function(e, t) {
|
|
431
|
-
if (this.$refs.input) {
|
|
432
|
-
var i = this.step * t, r = this.parseValue(this.$refs.input.$el.value) || 0, s = this.validateValue(r + i);
|
|
433
|
-
this.updateInput(s, null, "spin"), this.updateModel(e, s), this.handleOnInput(e, r, s);
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
onUpButtonMouseDown: function(e) {
|
|
437
|
-
this.disabled || (this.$refs.input.$el.focus(), this.repeat(e, null, 1), e.preventDefault());
|
|
438
|
-
},
|
|
439
|
-
onUpButtonMouseUp: function() {
|
|
440
|
-
this.disabled || this.clearTimer();
|
|
441
|
-
},
|
|
442
|
-
onUpButtonMouseLeave: function() {
|
|
443
|
-
this.disabled || this.clearTimer();
|
|
444
|
-
},
|
|
445
|
-
onUpButtonKeyUp: function() {
|
|
446
|
-
this.disabled || this.clearTimer();
|
|
447
|
-
},
|
|
448
|
-
onUpButtonKeyDown: function(e) {
|
|
449
|
-
(e.code === "Space" || e.code === "Enter" || e.code === "NumpadEnter") && this.repeat(e, null, 1);
|
|
450
|
-
},
|
|
451
|
-
onDownButtonMouseDown: function(e) {
|
|
452
|
-
this.disabled || (this.$refs.input.$el.focus(), this.repeat(e, null, -1), e.preventDefault());
|
|
453
|
-
},
|
|
454
|
-
onDownButtonMouseUp: function() {
|
|
455
|
-
this.disabled || this.clearTimer();
|
|
456
|
-
},
|
|
457
|
-
onDownButtonMouseLeave: function() {
|
|
458
|
-
this.disabled || this.clearTimer();
|
|
459
|
-
},
|
|
460
|
-
onDownButtonKeyUp: function() {
|
|
461
|
-
this.disabled || this.clearTimer();
|
|
462
|
-
},
|
|
463
|
-
onDownButtonKeyDown: function(e) {
|
|
464
|
-
(e.code === "Space" || e.code === "Enter" || e.code === "NumpadEnter") && this.repeat(e, null, -1);
|
|
465
|
-
},
|
|
466
|
-
onUserInput: function() {
|
|
467
|
-
this.isSpecialChar && (this.$refs.input.$el.value = this.lastValue), this.isSpecialChar = !1;
|
|
468
|
-
},
|
|
469
|
-
onInputKeyDown: function(e) {
|
|
470
|
-
if (!this.readonly) {
|
|
471
|
-
if (e.altKey || e.ctrlKey || e.metaKey) {
|
|
472
|
-
this.isSpecialChar = !0, this.lastValue = this.$refs.input.$el.value;
|
|
473
|
-
return;
|
|
474
|
-
}
|
|
475
|
-
this.lastValue = e.target.value;
|
|
476
|
-
var t = e.target.selectionStart, i = e.target.selectionEnd, r = e.target.value, s = null;
|
|
477
|
-
switch (e.code) {
|
|
478
|
-
case "ArrowUp":
|
|
479
|
-
this.spin(e, 1), e.preventDefault();
|
|
480
|
-
break;
|
|
481
|
-
case "ArrowDown":
|
|
482
|
-
this.spin(e, -1), e.preventDefault();
|
|
483
|
-
break;
|
|
484
|
-
case "ArrowLeft":
|
|
485
|
-
this.isNumeralChar(r.charAt(t - 1)) || e.preventDefault();
|
|
486
|
-
break;
|
|
487
|
-
case "ArrowRight":
|
|
488
|
-
this.isNumeralChar(r.charAt(t)) || e.preventDefault();
|
|
489
|
-
break;
|
|
490
|
-
case "Tab":
|
|
491
|
-
case "Enter":
|
|
492
|
-
case "NumpadEnter":
|
|
493
|
-
s = this.validateValue(this.parseValue(r)), this.$refs.input.$el.value = this.formatValue(s), this.$refs.input.$el.setAttribute("aria-valuenow", s), this.updateModel(e, s);
|
|
494
|
-
break;
|
|
495
|
-
case "Backspace": {
|
|
496
|
-
if (e.preventDefault(), t === i) {
|
|
497
|
-
var u = r.charAt(t - 1), a = this.getDecimalCharIndexes(r), h = a.decimalCharIndex, c = a.decimalCharIndexWithoutPrefix;
|
|
498
|
-
if (this.isNumeralChar(u)) {
|
|
499
|
-
var g = this.getDecimalLength(r);
|
|
500
|
-
if (this._group.test(u))
|
|
501
|
-
this._group.lastIndex = 0, s = r.slice(0, t - 2) + r.slice(t - 1);
|
|
502
|
-
else if (this._decimal.test(u))
|
|
503
|
-
this._decimal.lastIndex = 0, g ? this.$refs.input.$el.setSelectionRange(t - 1, t - 1) : s = r.slice(0, t - 1) + r.slice(t);
|
|
504
|
-
else if (h > 0 && t > h) {
|
|
505
|
-
var l = this.isDecimalMode() && (this.minFractionDigits || 0) < g ? "" : "0";
|
|
506
|
-
s = r.slice(0, t - 1) + l + r.slice(t);
|
|
507
|
-
} else c === 1 ? (s = r.slice(0, t - 1) + "0" + r.slice(t), s = this.parseValue(s) > 0 ? s : "") : s = r.slice(0, t - 1) + r.slice(t);
|
|
508
|
-
}
|
|
509
|
-
this.updateValue(e, s, null, "delete-single");
|
|
510
|
-
} else
|
|
511
|
-
s = this.deleteRange(r, t, i), this.updateValue(e, s, null, "delete-range");
|
|
512
|
-
break;
|
|
513
|
-
}
|
|
514
|
-
case "Delete":
|
|
515
|
-
if (e.preventDefault(), t === i) {
|
|
516
|
-
var f = r.charAt(t), o = this.getDecimalCharIndexes(r), y = o.decimalCharIndex, b = o.decimalCharIndexWithoutPrefix;
|
|
517
|
-
if (this.isNumeralChar(f)) {
|
|
518
|
-
var d = this.getDecimalLength(r);
|
|
519
|
-
if (this._group.test(f))
|
|
520
|
-
this._group.lastIndex = 0, s = r.slice(0, t) + r.slice(t + 2);
|
|
521
|
-
else if (this._decimal.test(f))
|
|
522
|
-
this._decimal.lastIndex = 0, d ? this.$refs.input.$el.setSelectionRange(t + 1, t + 1) : s = r.slice(0, t) + r.slice(t + 1);
|
|
523
|
-
else if (y > 0 && t > y) {
|
|
524
|
-
var B = this.isDecimalMode() && (this.minFractionDigits || 0) < d ? "" : "0";
|
|
525
|
-
s = r.slice(0, t) + B + r.slice(t + 1);
|
|
526
|
-
} else b === 1 ? (s = r.slice(0, t) + "0" + r.slice(t + 1), s = this.parseValue(s) > 0 ? s : "") : s = r.slice(0, t) + r.slice(t + 1);
|
|
527
|
-
}
|
|
528
|
-
this.updateValue(e, s, null, "delete-back-single");
|
|
529
|
-
} else
|
|
530
|
-
s = this.deleteRange(r, t, i), this.updateValue(e, s, null, "delete-range");
|
|
531
|
-
break;
|
|
532
|
-
case "Home":
|
|
533
|
-
e.preventDefault(), k.isEmpty(this.min) || this.updateModel(e, this.min);
|
|
534
|
-
break;
|
|
535
|
-
case "End":
|
|
536
|
-
e.preventDefault(), k.isEmpty(this.max) || this.updateModel(e, this.max);
|
|
537
|
-
break;
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
onInputKeyPress: function(e) {
|
|
542
|
-
if (!this.readonly) {
|
|
543
|
-
var t = e.key, i = this.isDecimalSign(t), r = this.isMinusSign(t);
|
|
544
|
-
this.locale === "fr-FR" && (e.code === "Comma" || e.code === "NumpadDecimal") && !i && (i = !0, t = decimalSign), e.code !== "Enter" && e.preventDefault(), (Number(t) >= 0 && Number(t) <= 9 || r || i) && this.insert(e, t, {
|
|
545
|
-
isDecimalSign: i,
|
|
546
|
-
isMinusSign: r
|
|
547
|
-
});
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
onPaste: function(e) {
|
|
551
|
-
if (!(this.readonly || this.disabled)) {
|
|
552
|
-
e.preventDefault();
|
|
553
|
-
var t = (e.clipboardData || window.clipboardData).getData("Text");
|
|
554
|
-
if (t) {
|
|
555
|
-
var i = this.parseValue(t);
|
|
556
|
-
i != null && this.insert(e, i.toString());
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
allowMinusSign: function() {
|
|
561
|
-
return this.min === null || this.min < 0;
|
|
562
|
-
},
|
|
563
|
-
isMinusSign: function(e) {
|
|
564
|
-
return this._minusSign.test(e) || e === "-" ? (this._minusSign.lastIndex = 0, !0) : !1;
|
|
565
|
-
},
|
|
566
|
-
isDecimalSign: function(e) {
|
|
567
|
-
return this._decimal.test(e) ? (this._decimal.lastIndex = 0, !0) : !1;
|
|
568
|
-
},
|
|
569
|
-
isDecimalMode: function() {
|
|
570
|
-
return this.mode === "decimal";
|
|
571
|
-
},
|
|
572
|
-
getDecimalCharIndexes: function(e) {
|
|
573
|
-
var t = e.search(this._decimal);
|
|
574
|
-
this._decimal.lastIndex = 0;
|
|
575
|
-
var i = e.replace(this._prefix, "").trim().replace(/\s/g, "").replace(this._currency, ""), r = i.search(this._decimal);
|
|
576
|
-
return this._decimal.lastIndex = 0, {
|
|
577
|
-
decimalCharIndex: t,
|
|
578
|
-
decimalCharIndexWithoutPrefix: r
|
|
579
|
-
};
|
|
580
|
-
},
|
|
581
|
-
getCharIndexes: function(e) {
|
|
582
|
-
var t = e.search(this._decimal);
|
|
583
|
-
this._decimal.lastIndex = 0;
|
|
584
|
-
var i = e.search(this._minusSign);
|
|
585
|
-
this._minusSign.lastIndex = 0;
|
|
586
|
-
var r = e.search(this._suffix);
|
|
587
|
-
this._suffix.lastIndex = 0;
|
|
588
|
-
var s = e.search(this._currency);
|
|
589
|
-
return this._currency.lastIndex = 0, {
|
|
590
|
-
decimalCharIndex: t,
|
|
591
|
-
minusCharIndex: i,
|
|
592
|
-
suffixCharIndex: r,
|
|
593
|
-
currencyCharIndex: s
|
|
594
|
-
};
|
|
595
|
-
},
|
|
596
|
-
insert: function(e, t) {
|
|
597
|
-
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
|
|
598
|
-
isDecimalSign: !1,
|
|
599
|
-
isMinusSign: !1
|
|
600
|
-
}, r = t.search(this._minusSign);
|
|
601
|
-
if (this._minusSign.lastIndex = 0, !(!this.allowMinusSign() && r !== -1)) {
|
|
602
|
-
var s = this.$refs.input.$el.selectionStart, u = this.$refs.input.$el.selectionEnd, a = this.$refs.input.$el.value.trim(), h = this.getCharIndexes(a), c = h.decimalCharIndex, g = h.minusCharIndex, l = h.suffixCharIndex, f = h.currencyCharIndex, o;
|
|
603
|
-
if (i.isMinusSign)
|
|
604
|
-
s === 0 && (o = a, (g === -1 || u !== 0) && (o = this.insertText(a, t, 0, u)), this.updateValue(e, o, t, "insert"));
|
|
605
|
-
else if (i.isDecimalSign)
|
|
606
|
-
c > 0 && s === c ? this.updateValue(e, a, t, "insert") : c > s && c < u ? (o = this.insertText(a, t, s, u), this.updateValue(e, o, t, "insert")) : c === -1 && this.maxFractionDigits && (o = this.insertText(a, t, s, u), this.updateValue(e, o, t, "insert"));
|
|
607
|
-
else {
|
|
608
|
-
var y = this.numberFormat.resolvedOptions().maximumFractionDigits, b = s !== u ? "range-insert" : "insert";
|
|
609
|
-
if (c > 0 && s > c) {
|
|
610
|
-
if (s + t.length - (c + 1) <= y) {
|
|
611
|
-
var d = f >= s ? f - 1 : l >= s ? l : a.length;
|
|
612
|
-
o = a.slice(0, s) + t + a.slice(s + t.length, d) + a.slice(d), this.updateValue(e, o, t, b);
|
|
613
|
-
}
|
|
614
|
-
} else
|
|
615
|
-
o = this.insertText(a, t, s, u), this.updateValue(e, o, t, b);
|
|
202
|
+
}
|
|
203
|
+
return T;
|
|
204
|
+
}
|
|
205
|
+
const w = new O("history"), j = new O("closeHistory");
|
|
206
|
+
function W(n = {}) {
|
|
207
|
+
return n = {
|
|
208
|
+
depth: n.depth || 100,
|
|
209
|
+
newGroupDelay: n.newGroupDelay || 500
|
|
210
|
+
}, new H({
|
|
211
|
+
key: w,
|
|
212
|
+
state: {
|
|
213
|
+
init() {
|
|
214
|
+
return new h(c.empty, c.empty, null, 0, -1);
|
|
215
|
+
},
|
|
216
|
+
apply(t, e, i) {
|
|
217
|
+
return F(e, i, t, n);
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
config: n,
|
|
221
|
+
props: {
|
|
222
|
+
handleDOMEvents: {
|
|
223
|
+
beforeinput(t, e) {
|
|
224
|
+
let i = e.inputType, s = i == "historyUndo" ? A : i == "historyRedo" ? U : null;
|
|
225
|
+
return !s || !t.editable ? !1 : (e.preventDefault(), s(t.state, t.dispatch));
|
|
616
226
|
}
|
|
617
227
|
}
|
|
618
|
-
},
|
|
619
|
-
insertText: function(e, t, i, r) {
|
|
620
|
-
var s = t === "." ? t : t.split(".");
|
|
621
|
-
if (s.length === 2) {
|
|
622
|
-
var u = e.slice(i, r).search(this._decimal);
|
|
623
|
-
return this._decimal.lastIndex = 0, u > 0 ? e.slice(0, i) + this.formatValue(t) + e.slice(r) : this.formatValue(t) || e;
|
|
624
|
-
} else return r - i === e.length ? this.formatValue(t) : i === 0 ? t + e.slice(r) : r === e.length ? e.slice(0, i) + t : e.slice(0, i) + t + e.slice(r);
|
|
625
|
-
},
|
|
626
|
-
deleteRange: function(e, t, i) {
|
|
627
|
-
var r;
|
|
628
|
-
return i - t === e.length ? r = "" : t === 0 ? r = e.slice(i) : i === e.length ? r = e.slice(0, t) : r = e.slice(0, t) + e.slice(i), r;
|
|
629
|
-
},
|
|
630
|
-
initCursor: function() {
|
|
631
|
-
var e = this.$refs.input.$el.selectionStart, t = this.$refs.input.$el.value, i = t.length, r = null, s = (this.prefixChar || "").length;
|
|
632
|
-
t = t.replace(this._prefix, ""), e = e - s;
|
|
633
|
-
var u = t.charAt(e);
|
|
634
|
-
if (this.isNumeralChar(u))
|
|
635
|
-
return e + s;
|
|
636
|
-
for (var a = e - 1; a >= 0; )
|
|
637
|
-
if (u = t.charAt(a), this.isNumeralChar(u)) {
|
|
638
|
-
r = a + s;
|
|
639
|
-
break;
|
|
640
|
-
} else
|
|
641
|
-
a--;
|
|
642
|
-
if (r !== null)
|
|
643
|
-
this.$refs.input.$el.setSelectionRange(r + 1, r + 1);
|
|
644
|
-
else {
|
|
645
|
-
for (a = e; a < i; )
|
|
646
|
-
if (u = t.charAt(a), this.isNumeralChar(u)) {
|
|
647
|
-
r = a + s;
|
|
648
|
-
break;
|
|
649
|
-
} else
|
|
650
|
-
a++;
|
|
651
|
-
r !== null && this.$refs.input.$el.setSelectionRange(r, r);
|
|
652
|
-
}
|
|
653
|
-
return r || 0;
|
|
654
|
-
},
|
|
655
|
-
onInputClick: function() {
|
|
656
|
-
var e = this.$refs.input.$el.value;
|
|
657
|
-
!this.readonly && e !== C.getSelection() && this.initCursor();
|
|
658
|
-
},
|
|
659
|
-
isNumeralChar: function(e) {
|
|
660
|
-
return e.length === 1 && (this._numeral.test(e) || this._decimal.test(e) || this._group.test(e) || this._minusSign.test(e)) ? (this.resetRegex(), !0) : !1;
|
|
661
|
-
},
|
|
662
|
-
resetRegex: function() {
|
|
663
|
-
this._numeral.lastIndex = 0, this._decimal.lastIndex = 0, this._group.lastIndex = 0, this._minusSign.lastIndex = 0;
|
|
664
|
-
},
|
|
665
|
-
updateValue: function(e, t, i, r) {
|
|
666
|
-
var s = this.$refs.input.$el.value, u = null;
|
|
667
|
-
t != null && (u = this.parseValue(t), u = !u && !this.allowEmpty ? 0 : u, this.updateInput(u, i, r, t), this.handleOnInput(e, s, u));
|
|
668
|
-
},
|
|
669
|
-
handleOnInput: function(e, t, i) {
|
|
670
|
-
this.isValueChanged(t, i) && this.$emit("input", {
|
|
671
|
-
originalEvent: e,
|
|
672
|
-
value: i,
|
|
673
|
-
formattedValue: t
|
|
674
|
-
});
|
|
675
|
-
},
|
|
676
|
-
isValueChanged: function(e, t) {
|
|
677
|
-
if (t === null && e !== null)
|
|
678
|
-
return !0;
|
|
679
|
-
if (t != null) {
|
|
680
|
-
var i = typeof e == "string" ? this.parseValue(e) : e;
|
|
681
|
-
return t !== i;
|
|
682
|
-
}
|
|
683
|
-
return !1;
|
|
684
|
-
},
|
|
685
|
-
validateValue: function(e) {
|
|
686
|
-
return e === "-" || e == null ? null : this.min != null && e < this.min ? this.min : this.max != null && e > this.max ? this.max : e;
|
|
687
|
-
},
|
|
688
|
-
updateInput: function(e, t, i, r) {
|
|
689
|
-
t = t || "";
|
|
690
|
-
var s = this.$refs.input.$el.value, u = this.formatValue(e), a = s.length;
|
|
691
|
-
if (u !== r && (u = this.concatValues(u, r)), a === 0) {
|
|
692
|
-
this.$refs.input.$el.value = u, this.$refs.input.$el.setSelectionRange(0, 0);
|
|
693
|
-
var h = this.initCursor(), c = h + t.length;
|
|
694
|
-
this.$refs.input.$el.setSelectionRange(c, c);
|
|
695
|
-
} else {
|
|
696
|
-
var g = this.$refs.input.$el.selectionStart, l = this.$refs.input.$el.selectionEnd;
|
|
697
|
-
this.$refs.input.$el.value = u;
|
|
698
|
-
var f = u.length;
|
|
699
|
-
if (i === "range-insert") {
|
|
700
|
-
var o = this.parseValue((s || "").slice(0, g)), y = o !== null ? o.toString() : "", b = y.split("").join("(".concat(this.groupChar, ")?")), d = new RegExp(b, "g");
|
|
701
|
-
d.test(u);
|
|
702
|
-
var B = t.split("").join("(".concat(this.groupChar, ")?")), P = new RegExp(B, "g");
|
|
703
|
-
P.test(u.slice(d.lastIndex)), l = d.lastIndex + P.lastIndex, this.$refs.input.$el.setSelectionRange(l, l);
|
|
704
|
-
} else if (f === a)
|
|
705
|
-
i === "insert" || i === "delete-back-single" ? this.$refs.input.$el.setSelectionRange(l + 1, l + 1) : i === "delete-single" ? this.$refs.input.$el.setSelectionRange(l - 1, l - 1) : (i === "delete-range" || i === "spin") && this.$refs.input.$el.setSelectionRange(l, l);
|
|
706
|
-
else if (i === "delete-back-single") {
|
|
707
|
-
var T = s.charAt(l - 1), K = s.charAt(l), F = a - f, N = this._group.test(K);
|
|
708
|
-
N && F === 1 ? l += 1 : !N && this.isNumeralChar(T) && (l += -1 * F + 1), this._group.lastIndex = 0, this.$refs.input.$el.setSelectionRange(l, l);
|
|
709
|
-
} else if (s === "-" && i === "insert") {
|
|
710
|
-
this.$refs.input.$el.setSelectionRange(0, 0);
|
|
711
|
-
var L = this.initCursor(), E = L + t.length + 1;
|
|
712
|
-
this.$refs.input.$el.setSelectionRange(E, E);
|
|
713
|
-
} else
|
|
714
|
-
l = l + (f - a), this.$refs.input.$el.setSelectionRange(l, l);
|
|
715
|
-
}
|
|
716
|
-
this.$refs.input.$el.setAttribute("aria-valuenow", e);
|
|
717
|
-
},
|
|
718
|
-
concatValues: function(e, t) {
|
|
719
|
-
if (e && t) {
|
|
720
|
-
var i = t.search(this._decimal);
|
|
721
|
-
return this._decimal.lastIndex = 0, this.suffixChar ? i !== -1 ? e.replace(this.suffixChar, "").split(this._decimal)[0] + t.replace(this.suffixChar, "").slice(i) + this.suffixChar : e : i !== -1 ? e.split(this._decimal)[0] + t.slice(i) : e;
|
|
722
|
-
}
|
|
723
|
-
return e;
|
|
724
|
-
},
|
|
725
|
-
getDecimalLength: function(e) {
|
|
726
|
-
if (e) {
|
|
727
|
-
var t = e.split(this._decimal);
|
|
728
|
-
if (t.length === 2)
|
|
729
|
-
return t[1].replace(this._suffix, "").trim().replace(/\s/g, "").replace(this._currency, "").length;
|
|
730
|
-
}
|
|
731
|
-
return 0;
|
|
732
|
-
},
|
|
733
|
-
updateModel: function(e, t) {
|
|
734
|
-
this.d_modelValue = t, this.$emit("update:modelValue", t);
|
|
735
|
-
},
|
|
736
|
-
onInputFocus: function(e) {
|
|
737
|
-
this.focused = !0, !this.disabled && !this.readonly && this.$refs.input.$el.value !== C.getSelection() && this.highlightOnFocus && e.target.select(), this.$emit("focus", e);
|
|
738
|
-
},
|
|
739
|
-
onInputBlur: function(e) {
|
|
740
|
-
this.focused = !1;
|
|
741
|
-
var t = e.target, i = this.validateValue(this.parseValue(t.value));
|
|
742
|
-
this.$emit("blur", {
|
|
743
|
-
originalEvent: e,
|
|
744
|
-
value: t.value
|
|
745
|
-
}), t.value = this.formatValue(i), t.setAttribute("aria-valuenow", i), this.updateModel(e, i), !this.disabled && !this.readonly && this.highlightOnFocus && C.clearSelection();
|
|
746
|
-
},
|
|
747
|
-
clearTimer: function() {
|
|
748
|
-
this.timer && clearInterval(this.timer);
|
|
749
|
-
},
|
|
750
|
-
maxBoundry: function() {
|
|
751
|
-
return this.d_modelValue >= this.max;
|
|
752
|
-
},
|
|
753
|
-
minBoundry: function() {
|
|
754
|
-
return this.d_modelValue <= this.min;
|
|
755
228
|
}
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
},
|
|
767
|
-
mouseup: function(i) {
|
|
768
|
-
return e.onUpButtonMouseUp(i);
|
|
769
|
-
},
|
|
770
|
-
mouseleave: function(i) {
|
|
771
|
-
return e.onUpButtonMouseLeave(i);
|
|
772
|
-
},
|
|
773
|
-
keydown: function(i) {
|
|
774
|
-
return e.onUpButtonKeyDown(i);
|
|
775
|
-
},
|
|
776
|
-
keyup: function(i) {
|
|
777
|
-
return e.onUpButtonKeyUp(i);
|
|
778
|
-
}
|
|
779
|
-
};
|
|
780
|
-
},
|
|
781
|
-
downButtonListeners: function() {
|
|
782
|
-
var e = this;
|
|
783
|
-
return {
|
|
784
|
-
mousedown: function(i) {
|
|
785
|
-
return e.onDownButtonMouseDown(i);
|
|
786
|
-
},
|
|
787
|
-
mouseup: function(i) {
|
|
788
|
-
return e.onDownButtonMouseUp(i);
|
|
789
|
-
},
|
|
790
|
-
mouseleave: function(i) {
|
|
791
|
-
return e.onDownButtonMouseLeave(i);
|
|
792
|
-
},
|
|
793
|
-
keydown: function(i) {
|
|
794
|
-
return e.onDownButtonKeyDown(i);
|
|
795
|
-
},
|
|
796
|
-
keyup: function(i) {
|
|
797
|
-
return e.onDownButtonKeyUp(i);
|
|
798
|
-
}
|
|
799
|
-
};
|
|
800
|
-
},
|
|
801
|
-
formattedValue: function() {
|
|
802
|
-
var e = !this.modelValue && !this.allowEmpty ? 0 : this.modelValue;
|
|
803
|
-
return this.formatValue(e);
|
|
804
|
-
},
|
|
805
|
-
getFormatter: function() {
|
|
806
|
-
return this.numberFormat;
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
function R(n, t) {
|
|
232
|
+
return (e, i) => {
|
|
233
|
+
let s = w.getState(e);
|
|
234
|
+
if (!s || (n ? s.undone : s.done).eventCount == 0)
|
|
235
|
+
return !1;
|
|
236
|
+
if (i) {
|
|
237
|
+
let p = K(s, e, n);
|
|
238
|
+
p && i(t ? p.scrollIntoView() : p);
|
|
807
239
|
}
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
INInputText: W,
|
|
811
|
-
INButton: j,
|
|
812
|
-
AngleUpIcon: G,
|
|
813
|
-
AngleDownIcon: _
|
|
814
|
-
}
|
|
815
|
-
};
|
|
816
|
-
function re(n, e, t, i, r, s) {
|
|
817
|
-
var u = O("INInputText"), a = O("INButton");
|
|
818
|
-
return m(), U("span", p({
|
|
819
|
-
class: n.cx("root")
|
|
820
|
-
}, n.ptmi("root")), [$(u, p({
|
|
821
|
-
ref: "input",
|
|
822
|
-
id: n.inputId,
|
|
823
|
-
role: "spinbutton",
|
|
824
|
-
class: [n.cx("input"), n.inputClass],
|
|
825
|
-
style: n.inputStyle,
|
|
826
|
-
value: s.formattedValue,
|
|
827
|
-
"aria-valuemin": n.min,
|
|
828
|
-
"aria-valuemax": n.max,
|
|
829
|
-
"aria-valuenow": n.modelValue,
|
|
830
|
-
inputmode: n.mode === "decimal" && !n.minFractionDigits ? "numeric" : "decimal",
|
|
831
|
-
disabled: n.disabled,
|
|
832
|
-
readonly: n.readonly,
|
|
833
|
-
placeholder: n.placeholder,
|
|
834
|
-
"aria-labelledby": n.ariaLabelledby,
|
|
835
|
-
"aria-label": n.ariaLabel,
|
|
836
|
-
"aria-invalid": n.invalid || void 0,
|
|
837
|
-
onInput: s.onUserInput,
|
|
838
|
-
onKeydown: s.onInputKeyDown,
|
|
839
|
-
onKeypress: s.onInputKeyPress,
|
|
840
|
-
onPaste: s.onPaste,
|
|
841
|
-
onClick: s.onInputClick,
|
|
842
|
-
onFocus: s.onInputFocus,
|
|
843
|
-
onBlur: s.onInputBlur
|
|
844
|
-
}, n.inputProps, {
|
|
845
|
-
pt: n.ptm("input"),
|
|
846
|
-
unstyled: n.unstyled
|
|
847
|
-
}), null, 16, ["id", "class", "style", "value", "aria-valuemin", "aria-valuemax", "aria-valuenow", "inputmode", "disabled", "readonly", "placeholder", "aria-labelledby", "aria-label", "aria-invalid", "onInput", "onKeydown", "onKeypress", "onPaste", "onClick", "onFocus", "onBlur", "pt", "unstyled"]), n.showButtons && n.buttonLayout === "stacked" ? (m(), U("span", p({
|
|
848
|
-
key: 0,
|
|
849
|
-
class: n.cx("buttonGroup")
|
|
850
|
-
}, n.ptm("buttonGroup")), [$(a, p({
|
|
851
|
-
class: [n.cx("incrementButton"), n.incrementButtonClass]
|
|
852
|
-
}, w(s.upButtonListeners), {
|
|
853
|
-
disabled: n.disabled,
|
|
854
|
-
tabindex: -1,
|
|
855
|
-
"aria-hidden": "true"
|
|
856
|
-
}, n.incrementButtonProps, {
|
|
857
|
-
pt: n.ptm("incrementButton"),
|
|
858
|
-
unstyled: n.unstyled
|
|
859
|
-
}), {
|
|
860
|
-
icon: x(function() {
|
|
861
|
-
return [S(n.$slots, "incrementbuttonicon", {}, function() {
|
|
862
|
-
return [(m(), I(v(n.incrementButtonIcon ? "span" : "AngleUpIcon"), p({
|
|
863
|
-
class: n.incrementButtonIcon
|
|
864
|
-
}, n.ptm("incrementButton").icon, {
|
|
865
|
-
"data-pc-section": "incrementbuttonicon"
|
|
866
|
-
}), null, 16, ["class"]))];
|
|
867
|
-
})];
|
|
868
|
-
}),
|
|
869
|
-
_: 3
|
|
870
|
-
}, 16, ["class", "disabled", "pt", "unstyled"]), $(a, p({
|
|
871
|
-
class: [n.cx("decrementButton"), n.decrementButtonClass]
|
|
872
|
-
}, w(s.downButtonListeners), {
|
|
873
|
-
disabled: n.disabled,
|
|
874
|
-
tabindex: -1,
|
|
875
|
-
"aria-hidden": "true"
|
|
876
|
-
}, n.decrementButtonProps, {
|
|
877
|
-
pt: n.ptm("decrementButton"),
|
|
878
|
-
unstyled: n.unstyled
|
|
879
|
-
}), {
|
|
880
|
-
icon: x(function() {
|
|
881
|
-
return [S(n.$slots, "decrementbuttonicon", {}, function() {
|
|
882
|
-
return [(m(), I(v(n.decrementButtonIcon ? "span" : "AngleDownIcon"), p({
|
|
883
|
-
class: n.decrementButtonIcon
|
|
884
|
-
}, n.ptm("decrementButton").icon, {
|
|
885
|
-
"data-pc-section": "decrementbuttonicon"
|
|
886
|
-
}), null, 16, ["class"]))];
|
|
887
|
-
})];
|
|
888
|
-
}),
|
|
889
|
-
_: 3
|
|
890
|
-
}, 16, ["class", "disabled", "pt", "unstyled"])], 16)) : V("", !0), n.showButtons && n.buttonLayout !== "stacked" ? (m(), I(a, p({
|
|
891
|
-
key: 1,
|
|
892
|
-
class: [n.cx("incrementButton"), n.incrementButtonClass]
|
|
893
|
-
}, w(s.upButtonListeners), {
|
|
894
|
-
disabled: n.disabled,
|
|
895
|
-
tabindex: -1,
|
|
896
|
-
"aria-hidden": "true"
|
|
897
|
-
}, n.incrementButtonProps, {
|
|
898
|
-
pt: n.ptm("incrementButton"),
|
|
899
|
-
unstyled: n.unstyled
|
|
900
|
-
}), {
|
|
901
|
-
icon: x(function() {
|
|
902
|
-
return [S(n.$slots, "incrementbuttonicon", {}, function() {
|
|
903
|
-
return [(m(), I(v(n.incrementButtonIcon ? "span" : "AngleUpIcon"), p({
|
|
904
|
-
class: n.incrementButtonIcon
|
|
905
|
-
}, n.ptm("incrementButton").icon, {
|
|
906
|
-
"data-pc-section": "incrementbuttonicon"
|
|
907
|
-
}), null, 16, ["class"]))];
|
|
908
|
-
})];
|
|
909
|
-
}),
|
|
910
|
-
_: 3
|
|
911
|
-
}, 16, ["class", "disabled", "pt", "unstyled"])) : V("", !0), n.showButtons && n.buttonLayout !== "stacked" ? (m(), I(a, p({
|
|
912
|
-
key: 2,
|
|
913
|
-
class: [n.cx("decrementButton"), n.decrementButtonClass]
|
|
914
|
-
}, w(s.downButtonListeners), {
|
|
915
|
-
disabled: n.disabled,
|
|
916
|
-
tabindex: -1,
|
|
917
|
-
"aria-hidden": "true"
|
|
918
|
-
}, n.decrementButtonProps, {
|
|
919
|
-
pt: n.ptm("decrementButton"),
|
|
920
|
-
unstyled: n.unstyled
|
|
921
|
-
}), {
|
|
922
|
-
icon: x(function() {
|
|
923
|
-
return [S(n.$slots, "decrementbuttonicon", {}, function() {
|
|
924
|
-
return [(m(), I(v(n.decrementButtonIcon ? "span" : "AngleDownIcon"), p({
|
|
925
|
-
class: n.decrementButtonIcon
|
|
926
|
-
}, n.ptm("decrementButton").icon, {
|
|
927
|
-
"data-pc-section": "decrementbuttonicon"
|
|
928
|
-
}), null, 16, ["class"]))];
|
|
929
|
-
})];
|
|
930
|
-
}),
|
|
931
|
-
_: 3
|
|
932
|
-
}, 16, ["class", "disabled", "pt", "unstyled"])) : V("", !0)], 16);
|
|
240
|
+
return !0;
|
|
241
|
+
};
|
|
933
242
|
}
|
|
934
|
-
|
|
243
|
+
const A = R(!1, !0), U = R(!0, !0);
|
|
935
244
|
export {
|
|
936
|
-
|
|
245
|
+
W as history,
|
|
246
|
+
U as redo,
|
|
247
|
+
A as undo
|
|
937
248
|
};
|