@web-utils/component 2.30.0 → 2.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/chat/index.mjs +4 -2
  2. package/chunks/{FormTemp.FX8xmbVB.mjs → FormTemp.CtpL-vJy.mjs} +2 -2
  3. package/chunks/{confirmable-mixin.rTUMhoRH.mjs → confirmable-mixin.GqdyYLEM.mjs} +16 -6
  4. package/chunks/{dataformat.X_61lMA7.mjs → dataformat.Ab9PZnVk.mjs} +1 -1
  5. package/chunks/{dic.6tk91Dmq.mjs → dic.7JBaVHv6.mjs} +8 -10
  6. package/chunks/{event.NHA7rYFE.mjs → event.lbJYeMJp.mjs} +2 -2
  7. package/chunks/{init.Ac4dKUJB.mjs → init.6oF7OO2W.mjs} +2 -2
  8. package/chunks/{util.C2Bhx22L.mjs → util.y1gUGRqi.mjs} +24 -18
  9. package/code-mirror-editor/index.mjs +380 -151
  10. package/confirm-button/index.mjs +1 -1
  11. package/confirmable/index.mjs +1 -1
  12. package/count-up/index.mjs +5 -9
  13. package/custom-scrollbar/index.mjs +4 -8
  14. package/dialog-form/index.mjs +1 -1
  15. package/element-dialog/index.mjs +5 -1
  16. package/flex-item/index.mjs +10 -4
  17. package/flow/index.mjs +22 -8
  18. package/flow-designer/index.mjs +125 -32
  19. package/flow-node/index.mjs +1 -1
  20. package/flow-viewer/index.mjs +16 -7
  21. package/form-block/index.mjs +10 -7
  22. package/form-cascader/index.mjs +3 -1
  23. package/form-checkbox-group/index.mjs +3 -1
  24. package/form-date-picker/index.mjs +37 -8
  25. package/form-holder/index.mjs +4 -1
  26. package/form-input/index.mjs +3 -1
  27. package/form-input-email/index.mjs +9 -5
  28. package/form-input-id-card/index.mjs +9 -5
  29. package/form-input-number/index.mjs +3 -1
  30. package/form-input-phone-number/index.mjs +9 -5
  31. package/form-input-time/index.mjs +3 -1
  32. package/form-item/index.mjs +28 -22
  33. package/form-item-group/index.mjs +11 -8
  34. package/form-radio-group/index.mjs +3 -1
  35. package/form-select/index.mjs +3 -1
  36. package/form-switch/index.mjs +3 -1
  37. package/form-textarea/index.mjs +3 -1
  38. package/form-view/index.mjs +25 -3
  39. package/fy-array/index.mjs +2 -2
  40. package/fy-cascader/index.mjs +1 -1
  41. package/fy-checkbox/index.mjs +1 -1
  42. package/fy-code/index.mjs +1 -1
  43. package/fy-curd/index.mjs +113 -95
  44. package/fy-date/index.mjs +1 -1
  45. package/fy-draggable/index.mjs +2 -2
  46. package/fy-dynamic/index.mjs +42 -34
  47. package/fy-empty/index.mjs +1 -1
  48. package/fy-form/index.mjs +5 -5
  49. package/fy-form-design/index.mjs +537 -419
  50. package/fy-form-design/style.css +1 -1
  51. package/fy-input/index.mjs +1 -1
  52. package/fy-input-color/index.mjs +1 -1
  53. package/fy-input-icon/index.mjs +1 -1
  54. package/fy-input-map/index.mjs +14 -8
  55. package/fy-input-number/index.mjs +1 -1
  56. package/fy-input-table/index.mjs +12 -9
  57. package/fy-input-tree/index.mjs +1 -1
  58. package/fy-radio/index.mjs +1 -1
  59. package/fy-rate/index.mjs +1 -1
  60. package/fy-select/index.mjs +3 -3
  61. package/fy-slider/index.mjs +2 -2
  62. package/fy-switch/index.mjs +1 -1
  63. package/fy-time/index.mjs +1 -1
  64. package/fy-title/index.mjs +1 -1
  65. package/fy-tree/index.mjs +4 -7
  66. package/fy-u-editor/index.mjs +32 -30
  67. package/fy-upload/index.mjs +14 -14
  68. package/image-cropper/index.mjs +1 -1
  69. package/image-preview/index.mjs +1 -1
  70. package/keep-view-alive/index.mjs +5 -1
  71. package/keyboard/index.mjs +9 -8
  72. package/license/index.mjs +1 -1
  73. package/login/index.mjs +1 -1
  74. package/not-implement/index.mjs +1 -1
  75. package/notice/index.mjs +4 -4
  76. package/package.json +1 -1
  77. package/pageable-table/index.mjs +9 -14
  78. package/pageable-view/index.mjs +9 -14
  79. package/photo-swipe/index.mjs +3 -1
  80. package/present-view/index.mjs +24 -2
  81. package/record-video/index.mjs +1 -1
  82. package/search/index.mjs +3 -3
  83. package/search-popover/index.mjs +1 -1
  84. package/sign/index.mjs +1 -1
  85. package/sign-panel/index.mjs +3 -3
  86. package/split-pane/index.mjs +1 -4
  87. package/table-column/index.mjs +9 -5
  88. package/table-view/index.mjs +22 -2
  89. package/text-ellipsis/index.mjs +2 -5
  90. package/tinymce-editor/index.mjs +14 -14
  91. package/verify/index.mjs +1 -1
  92. package/vue-tree-select/index.mjs +24 -21
  93. package/vue-video-player/index.mjs +8 -5
  94. package/web-types.json +31 -31
@@ -15,164 +15,378 @@ import "codemirror/addon/fold/comment-fold";
15
15
  import { n as j } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
16
16
  var P = function() {
17
17
  var i = {}, h = function() {
18
- var m = { trace: function() {
19
- }, yy: {}, symbols_: { error: 2, JSONString: 3, STRING: 4, JSONNumber: 5, NUMBER: 6, JSONNullLiteral: 7, NULL: 8, JSONBooleanLiteral: 9, TRUE: 10, FALSE: 11, JSONText: 12, JSONValue: 13, EOF: 14, JSONObject: 15, JSONArray: 16, "{": 17, "}": 18, JSONMemberList: 19, JSONMember: 20, ":": 21, ",": 22, "[": 23, "]": 24, JSONElementList: 25, $accept: 0, $end: 1 }, terminals_: { 2: "error", 4: "STRING", 6: "NUMBER", 8: "NULL", 10: "TRUE", 11: "FALSE", 14: "EOF", 17: "{", 18: "}", 21: ":", 22: ",", 23: "[", 24: "]" }, productions_: [0, [3, 1], [5, 1], [7, 1], [9, 1], [9, 1], [12, 2], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [15, 2], [15, 3], [20, 3], [19, 1], [19, 3], [16, 2], [16, 3], [25, 1], [25, 3]], performAction: function(u, t, n, p, s, e, o) {
20
- var r = e.length - 1;
21
- switch (s) {
22
- case 1:
23
- this.$ = u.replace(/\\(\\|")/g, "$1").replace(/\\n/g, `
24
- `).replace(/\\r/g, "\r").replace(/\\t/g, " ").replace(/\\v/g, "\v").replace(/\\f/g, "\f").replace(/\\b/g, "\b");
25
- break;
26
- case 2:
27
- this.$ = Number(u);
28
- break;
29
- case 3:
30
- this.$ = null;
31
- break;
32
- case 4:
33
- this.$ = !0;
34
- break;
35
- case 5:
36
- this.$ = !1;
37
- break;
38
- case 6:
39
- return this.$ = e[r - 1];
40
- case 13:
41
- this.$ = {};
42
- break;
43
- case 14:
44
- this.$ = e[r - 1];
45
- break;
46
- case 15:
47
- this.$ = [e[r - 2], e[r]];
48
- break;
49
- case 16:
50
- this.$ = {}, this.$[e[r][0]] = e[r][1];
51
- break;
52
- case 17:
53
- this.$ = e[r - 2], e[r - 2][e[r][0]] = e[r][1];
54
- break;
55
- case 18:
56
- this.$ = [];
57
- break;
58
- case 19:
59
- this.$ = e[r - 1];
60
- break;
61
- case 20:
62
- this.$ = [e[r]];
63
- break;
64
- case 21:
65
- this.$ = e[r - 2], e[r - 2].push(e[r]);
66
- }
67
- }, table: [{ 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 12: 1, 13: 2, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 1: [3] }, { 14: [1, 16] }, { 14: [2, 7], 18: [2, 7], 22: [2, 7], 24: [2, 7] }, { 14: [2, 8], 18: [2, 8], 22: [2, 8], 24: [2, 8] }, { 14: [2, 9], 18: [2, 9], 22: [2, 9], 24: [2, 9] }, { 14: [2, 10], 18: [2, 10], 22: [2, 10], 24: [2, 10] }, { 14: [2, 11], 18: [2, 11], 22: [2, 11], 24: [2, 11] }, { 14: [2, 12], 18: [2, 12], 22: [2, 12], 24: [2, 12] }, { 14: [2, 3], 18: [2, 3], 22: [2, 3], 24: [2, 3] }, { 14: [2, 4], 18: [2, 4], 22: [2, 4], 24: [2, 4] }, { 14: [2, 5], 18: [2, 5], 22: [2, 5], 24: [2, 5] }, { 14: [2, 1], 18: [2, 1], 21: [2, 1], 22: [2, 1], 24: [2, 1] }, { 14: [2, 2], 18: [2, 2], 22: [2, 2], 24: [2, 2] }, { 3: 20, 4: [1, 12], 18: [1, 17], 19: 18, 20: 19 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 23, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15], 24: [1, 21], 25: 22 }, { 1: [2, 6] }, { 14: [2, 13], 18: [2, 13], 22: [2, 13], 24: [2, 13] }, { 18: [1, 24], 22: [1, 25] }, { 18: [2, 16], 22: [2, 16] }, { 21: [1, 26] }, { 14: [2, 18], 18: [2, 18], 22: [2, 18], 24: [2, 18] }, { 22: [1, 28], 24: [1, 27] }, { 22: [2, 20], 24: [2, 20] }, { 14: [2, 14], 18: [2, 14], 22: [2, 14], 24: [2, 14] }, { 3: 20, 4: [1, 12], 20: 29 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 30, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 14: [2, 19], 18: [2, 19], 22: [2, 19], 24: [2, 19] }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 31, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 18: [2, 17], 22: [2, 17] }, { 18: [2, 15], 22: [2, 15] }, { 22: [2, 21], 24: [2, 21] }], defaultActions: { 16: [2, 6] }, parseError: function(u, t) {
68
- throw new Error(u);
69
- }, parse: function(u) {
70
- function t(y) {
71
- s.length = s.length - 2 * y, e.length = e.length - y, o.length = o.length - y;
72
- }
73
- function n() {
74
- var y;
75
- return y = p.lexer.lex() || 1, typeof y != "number" && (y = p.symbols_[y] || y), y;
76
- }
77
- var p = this, s = [0], e = [null], o = [], r = this.table, v = "", d = 0, N = 0, _ = 0, $ = 2, L = 1;
78
- this.lexer.setInput(u), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc == "undefined" && (this.lexer.yylloc = {});
79
- var b = this.lexer.yylloc;
80
- o.push(b), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError);
81
- for (var l, S, a, c, w, g = {}, k, f, A, E; ; ) {
82
- if (a = s[s.length - 1], this.defaultActions[a] ? c = this.defaultActions[a] : (l == null && (l = n()), c = r[a] && r[a][l]), typeof c == "undefined" || !c.length || !c[0]) {
83
- if (!_) {
84
- E = [];
85
- for (k in r[a])
86
- this.terminals_[k] && k > 2 && E.push("'" + this.terminals_[k] + "'");
87
- var x = "";
88
- this.lexer.showPosition ? x = "Parse error on line " + (d + 1) + `:
89
- ` + this.lexer.showPosition() + `
90
- Expecting ` + E.join(", ") + ", got '" + this.terminals_[l] + "'" : x = "Parse error on line " + (d + 1) + ": Unexpected " + (l == 1 ? "end of input" : "'" + (this.terminals_[l] || l) + "'"), this.parseError(x, { text: this.lexer.match, token: this.terminals_[l] || l, line: this.lexer.yylineno, loc: b, expected: E });
91
- }
92
- if (_ == 3) {
93
- if (l == L)
94
- throw new Error(x || "Parsing halted.");
95
- N = this.lexer.yyleng, v = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, l = n();
96
- }
97
- for (; !($.toString() in r[a]); ) {
98
- if (a == 0)
99
- throw new Error(x || "Parsing halted.");
100
- t(1), a = s[s.length - 1];
101
- }
102
- S = l, l = $, a = s[s.length - 1], c = r[a] && r[a][$], _ = 3;
103
- }
104
- if (c[0] instanceof Array && c.length > 1)
105
- throw new Error("Parse Error: multiple actions possible at state: " + a + ", token: " + l);
106
- switch (c[0]) {
18
+ var m = {
19
+ trace: function() {
20
+ },
21
+ yy: {},
22
+ symbols_: {
23
+ error: 2,
24
+ JSONString: 3,
25
+ STRING: 4,
26
+ JSONNumber: 5,
27
+ NUMBER: 6,
28
+ JSONNullLiteral: 7,
29
+ NULL: 8,
30
+ JSONBooleanLiteral: 9,
31
+ TRUE: 10,
32
+ FALSE: 11,
33
+ JSONText: 12,
34
+ JSONValue: 13,
35
+ EOF: 14,
36
+ JSONObject: 15,
37
+ JSONArray: 16,
38
+ "{": 17,
39
+ "}": 18,
40
+ JSONMemberList: 19,
41
+ JSONMember: 20,
42
+ ":": 21,
43
+ ",": 22,
44
+ "[": 23,
45
+ "]": 24,
46
+ JSONElementList: 25,
47
+ $accept: 0,
48
+ $end: 1
49
+ },
50
+ terminals_: {
51
+ 2: "error",
52
+ 4: "STRING",
53
+ 6: "NUMBER",
54
+ 8: "NULL",
55
+ 10: "TRUE",
56
+ 11: "FALSE",
57
+ 14: "EOF",
58
+ 17: "{",
59
+ 18: "}",
60
+ 21: ":",
61
+ 22: ",",
62
+ 23: "[",
63
+ 24: "]"
64
+ },
65
+ productions_: [
66
+ 0,
67
+ [3, 1],
68
+ [5, 1],
69
+ [7, 1],
70
+ [9, 1],
71
+ [9, 1],
72
+ [12, 2],
73
+ [13, 1],
74
+ [13, 1],
75
+ [13, 1],
76
+ [13, 1],
77
+ [13, 1],
78
+ [13, 1],
79
+ [15, 2],
80
+ [15, 3],
81
+ [20, 3],
82
+ [19, 1],
83
+ [19, 3],
84
+ [16, 2],
85
+ [16, 3],
86
+ [25, 1],
87
+ [25, 3]
88
+ ],
89
+ performAction: function(u, t, n, p, s, e, o) {
90
+ var r = e.length - 1;
91
+ switch (s) {
107
92
  case 1:
108
- s.push(l), e.push(this.lexer.yytext), o.push(this.lexer.yylloc), s.push(c[1]), l = null, S ? (l = S, S = null) : (N = this.lexer.yyleng, v = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, _ > 0 && _--);
93
+ this.$ = u.replace(/\\(\\|")/g, "$1").replace(/\\n/g, `
94
+ `).replace(/\\r/g, "\r").replace(/\\t/g, " ").replace(/\\v/g, "\v").replace(/\\f/g, "\f").replace(/\\b/g, "\b");
109
95
  break;
110
96
  case 2:
111
- if (f = this.productions_[c[1]][1], g.$ = e[e.length - f], g._$ = { first_line: o[o.length - (f || 1)].first_line, last_line: o[o.length - 1].last_line, first_column: o[o.length - (f || 1)].first_column, last_column: o[o.length - 1].last_column }, w = this.performAction.call(g, v, N, d, this.yy, c[1], e, o), typeof w != "undefined")
112
- return w;
113
- f && (s = s.slice(0, -1 * f * 2), e = e.slice(0, -1 * f), o = o.slice(0, -1 * f)), s.push(this.productions_[c[1]][0]), e.push(g.$), o.push(g._$), A = r[s[s.length - 2]][s[s.length - 1]], s.push(A);
97
+ this.$ = Number(u);
114
98
  break;
115
99
  case 3:
116
- return !0;
100
+ this.$ = null;
101
+ break;
102
+ case 4:
103
+ this.$ = !0;
104
+ break;
105
+ case 5:
106
+ this.$ = !1;
107
+ break;
108
+ case 6:
109
+ return this.$ = e[r - 1];
110
+ case 13:
111
+ this.$ = {};
112
+ break;
113
+ case 14:
114
+ this.$ = e[r - 1];
115
+ break;
116
+ case 15:
117
+ this.$ = [e[r - 2], e[r]];
118
+ break;
119
+ case 16:
120
+ this.$ = {}, this.$[e[r][0]] = e[r][1];
121
+ break;
122
+ case 17:
123
+ this.$ = e[r - 2], e[r - 2][e[r][0]] = e[r][1];
124
+ break;
125
+ case 18:
126
+ this.$ = [];
127
+ break;
128
+ case 19:
129
+ this.$ = e[r - 1];
130
+ break;
131
+ case 20:
132
+ this.$ = [e[r]];
133
+ break;
134
+ case 21:
135
+ this.$ = e[r - 2], e[r - 2].push(e[r]);
136
+ }
137
+ },
138
+ table: [
139
+ {
140
+ 3: 5,
141
+ 4: [1, 12],
142
+ 5: 6,
143
+ 6: [1, 13],
144
+ 7: 3,
145
+ 8: [1, 9],
146
+ 9: 4,
147
+ 10: [1, 10],
148
+ 11: [1, 11],
149
+ 12: 1,
150
+ 13: 2,
151
+ 15: 7,
152
+ 16: 8,
153
+ 17: [1, 14],
154
+ 23: [1, 15]
155
+ },
156
+ { 1: [3] },
157
+ { 14: [1, 16] },
158
+ { 14: [2, 7], 18: [2, 7], 22: [2, 7], 24: [2, 7] },
159
+ { 14: [2, 8], 18: [2, 8], 22: [2, 8], 24: [2, 8] },
160
+ { 14: [2, 9], 18: [2, 9], 22: [2, 9], 24: [2, 9] },
161
+ { 14: [2, 10], 18: [2, 10], 22: [2, 10], 24: [2, 10] },
162
+ { 14: [2, 11], 18: [2, 11], 22: [2, 11], 24: [2, 11] },
163
+ { 14: [2, 12], 18: [2, 12], 22: [2, 12], 24: [2, 12] },
164
+ { 14: [2, 3], 18: [2, 3], 22: [2, 3], 24: [2, 3] },
165
+ { 14: [2, 4], 18: [2, 4], 22: [2, 4], 24: [2, 4] },
166
+ { 14: [2, 5], 18: [2, 5], 22: [2, 5], 24: [2, 5] },
167
+ { 14: [2, 1], 18: [2, 1], 21: [2, 1], 22: [2, 1], 24: [2, 1] },
168
+ { 14: [2, 2], 18: [2, 2], 22: [2, 2], 24: [2, 2] },
169
+ { 3: 20, 4: [1, 12], 18: [1, 17], 19: 18, 20: 19 },
170
+ {
171
+ 3: 5,
172
+ 4: [1, 12],
173
+ 5: 6,
174
+ 6: [1, 13],
175
+ 7: 3,
176
+ 8: [1, 9],
177
+ 9: 4,
178
+ 10: [1, 10],
179
+ 11: [1, 11],
180
+ 13: 23,
181
+ 15: 7,
182
+ 16: 8,
183
+ 17: [1, 14],
184
+ 23: [1, 15],
185
+ 24: [1, 21],
186
+ 25: 22
187
+ },
188
+ { 1: [2, 6] },
189
+ { 14: [2, 13], 18: [2, 13], 22: [2, 13], 24: [2, 13] },
190
+ { 18: [1, 24], 22: [1, 25] },
191
+ { 18: [2, 16], 22: [2, 16] },
192
+ { 21: [1, 26] },
193
+ { 14: [2, 18], 18: [2, 18], 22: [2, 18], 24: [2, 18] },
194
+ { 22: [1, 28], 24: [1, 27] },
195
+ { 22: [2, 20], 24: [2, 20] },
196
+ { 14: [2, 14], 18: [2, 14], 22: [2, 14], 24: [2, 14] },
197
+ { 3: 20, 4: [1, 12], 20: 29 },
198
+ {
199
+ 3: 5,
200
+ 4: [1, 12],
201
+ 5: 6,
202
+ 6: [1, 13],
203
+ 7: 3,
204
+ 8: [1, 9],
205
+ 9: 4,
206
+ 10: [1, 10],
207
+ 11: [1, 11],
208
+ 13: 30,
209
+ 15: 7,
210
+ 16: 8,
211
+ 17: [1, 14],
212
+ 23: [1, 15]
213
+ },
214
+ { 14: [2, 19], 18: [2, 19], 22: [2, 19], 24: [2, 19] },
215
+ {
216
+ 3: 5,
217
+ 4: [1, 12],
218
+ 5: 6,
219
+ 6: [1, 13],
220
+ 7: 3,
221
+ 8: [1, 9],
222
+ 9: 4,
223
+ 10: [1, 10],
224
+ 11: [1, 11],
225
+ 13: 31,
226
+ 15: 7,
227
+ 16: 8,
228
+ 17: [1, 14],
229
+ 23: [1, 15]
230
+ },
231
+ { 18: [2, 17], 22: [2, 17] },
232
+ { 18: [2, 15], 22: [2, 15] },
233
+ { 22: [2, 21], 24: [2, 21] }
234
+ ],
235
+ defaultActions: { 16: [2, 6] },
236
+ parseError: function(u, t) {
237
+ throw new Error(u);
238
+ },
239
+ parse: function(u) {
240
+ function t(y) {
241
+ s.length = s.length - 2 * y, e.length = e.length - y, o.length = o.length - y;
242
+ }
243
+ function n() {
244
+ var y;
245
+ return y = p.lexer.lex() || 1, typeof y != "number" && (y = p.symbols_[y] || y), y;
246
+ }
247
+ var p = this, s = [0], e = [null], o = [], r = this.table, v = "", d = 0, N = 0, _ = 0, $ = 2, L = 1;
248
+ this.lexer.setInput(u), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc == "undefined" && (this.lexer.yylloc = {});
249
+ var b = this.lexer.yylloc;
250
+ o.push(b), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError);
251
+ for (var l, S, a, c, w, g = {}, k, f, A, E; ; ) {
252
+ if (a = s[s.length - 1], this.defaultActions[a] ? c = this.defaultActions[a] : (l == null && (l = n()), c = r[a] && r[a][l]), typeof c == "undefined" || !c.length || !c[0]) {
253
+ if (!_) {
254
+ E = [];
255
+ for (k in r[a])
256
+ this.terminals_[k] && k > 2 && E.push("'" + this.terminals_[k] + "'");
257
+ var x = "";
258
+ this.lexer.showPosition ? x = "Parse error on line " + (d + 1) + `:
259
+ ` + this.lexer.showPosition() + `
260
+ Expecting ` + E.join(", ") + ", got '" + this.terminals_[l] + "'" : x = "Parse error on line " + (d + 1) + ": Unexpected " + (l == 1 ? "end of input" : "'" + (this.terminals_[l] || l) + "'"), this.parseError(x, {
261
+ text: this.lexer.match,
262
+ token: this.terminals_[l] || l,
263
+ line: this.lexer.yylineno,
264
+ loc: b,
265
+ expected: E
266
+ });
267
+ }
268
+ if (_ == 3) {
269
+ if (l == L)
270
+ throw new Error(x || "Parsing halted.");
271
+ N = this.lexer.yyleng, v = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, l = n();
272
+ }
273
+ for (; !($.toString() in r[a]); ) {
274
+ if (a == 0)
275
+ throw new Error(x || "Parsing halted.");
276
+ t(1), a = s[s.length - 1];
277
+ }
278
+ S = l, l = $, a = s[s.length - 1], c = r[a] && r[a][$], _ = 3;
279
+ }
280
+ if (c[0] instanceof Array && c.length > 1)
281
+ throw new Error("Parse Error: multiple actions possible at state: " + a + ", token: " + l);
282
+ switch (c[0]) {
283
+ case 1:
284
+ s.push(l), e.push(this.lexer.yytext), o.push(this.lexer.yylloc), s.push(c[1]), l = null, S ? (l = S, S = null) : (N = this.lexer.yyleng, v = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, _ > 0 && _--);
285
+ break;
286
+ case 2:
287
+ if (f = this.productions_[c[1]][1], g.$ = e[e.length - f], g._$ = {
288
+ first_line: o[o.length - (f || 1)].first_line,
289
+ last_line: o[o.length - 1].last_line,
290
+ first_column: o[o.length - (f || 1)].first_column,
291
+ last_column: o[o.length - 1].last_column
292
+ }, w = this.performAction.call(g, v, N, d, this.yy, c[1], e, o), typeof w != "undefined")
293
+ return w;
294
+ f && (s = s.slice(0, -1 * f * 2), e = e.slice(0, -1 * f), o = o.slice(0, -1 * f)), s.push(this.productions_[c[1]][0]), e.push(g.$), o.push(g._$), A = r[s[s.length - 2]][s[s.length - 1]], s.push(A);
295
+ break;
296
+ case 3:
297
+ return !0;
298
+ }
117
299
  }
300
+ return !0;
118
301
  }
119
- return !0;
120
- } }, J = function() {
121
- var u = { EOF: 1, parseError: function(t, n) {
122
- if (!this.yy.parseError)
123
- throw new Error(t);
124
- this.yy.parseError(t, n);
125
- }, setInput: function(t) {
126
- return this._input = t, this._more = this._less = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = { first_line: 1, first_column: 0, last_line: 1, last_column: 0 }, this;
127
- }, input: function() {
128
- var t = this._input[0];
129
- this.yytext += t, this.yyleng++, this.match += t, this.matched += t;
130
- var n = t.match(/\n/);
131
- return n && this.yylineno++, this._input = this._input.slice(1), t;
132
- }, unput: function(t) {
133
- return this._input = t + this._input, this;
134
- }, more: function() {
135
- return this._more = !0, this;
136
- }, less: function(t) {
137
- this._input = this.match.slice(t) + this._input;
138
- }, pastInput: function() {
139
- var t = this.matched.substr(0, this.matched.length - this.match.length);
140
- return (t.length > 20 ? "..." : "") + t.substr(-20).replace(/\n/g, "");
141
- }, upcomingInput: function() {
142
- var t = this.match;
143
- return t.length < 20 && (t += this._input.substr(0, 20 - t.length)), (t.substr(0, 20) + (t.length > 20 ? "..." : "")).replace(/\n/g, "");
144
- }, showPosition: function() {
145
- var t = this.pastInput(), n = new Array(t.length + 1).join("-");
146
- return t + this.upcomingInput() + `
302
+ }, J = function() {
303
+ var u = {
304
+ EOF: 1,
305
+ parseError: function(t, n) {
306
+ if (!this.yy.parseError)
307
+ throw new Error(t);
308
+ this.yy.parseError(t, n);
309
+ },
310
+ setInput: function(t) {
311
+ return this._input = t, this._more = this._less = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = { first_line: 1, first_column: 0, last_line: 1, last_column: 0 }, this;
312
+ },
313
+ input: function() {
314
+ var t = this._input[0];
315
+ this.yytext += t, this.yyleng++, this.match += t, this.matched += t;
316
+ var n = t.match(/\n/);
317
+ return n && this.yylineno++, this._input = this._input.slice(1), t;
318
+ },
319
+ unput: function(t) {
320
+ return this._input = t + this._input, this;
321
+ },
322
+ more: function() {
323
+ return this._more = !0, this;
324
+ },
325
+ less: function(t) {
326
+ this._input = this.match.slice(t) + this._input;
327
+ },
328
+ pastInput: function() {
329
+ var t = this.matched.substr(0, this.matched.length - this.match.length);
330
+ return (t.length > 20 ? "..." : "") + t.substr(-20).replace(/\n/g, "");
331
+ },
332
+ upcomingInput: function() {
333
+ var t = this.match;
334
+ return t.length < 20 && (t += this._input.substr(0, 20 - t.length)), (t.substr(0, 20) + (t.length > 20 ? "..." : "")).replace(/\n/g, "");
335
+ },
336
+ showPosition: function() {
337
+ var t = this.pastInput(), n = new Array(t.length + 1).join("-");
338
+ return t + this.upcomingInput() + `
147
339
  ` + n + "^";
148
- }, next: function() {
149
- if (this.done)
150
- return this.EOF;
151
- this._input || (this.done = !0);
152
- var t, n, p, s, e;
153
- this._more || (this.yytext = "", this.match = "");
154
- for (var o = this._currentRules(), r = 0; r < o.length && (p = this._input.match(this.rules[o[r]]), !(p && (!n || p[0].length > n[0].length) && (n = p, s = r, !this.options.flex))); r++)
155
- ;
156
- if (n)
157
- return e = n[0].match(/\n.*/g), e && (this.yylineno += e.length), this.yylloc = { first_line: this.yylloc.last_line, last_line: this.yylineno + 1, first_column: this.yylloc.last_column, last_column: e ? e[e.length - 1].length - 1 : this.yylloc.last_column + n[0].length }, this.yytext += n[0], this.match += n[0], this.yyleng = this.yytext.length, this._more = !1, this._input = this._input.slice(n[0].length), this.matched += n[0], t = this.performAction.call(this, this.yy, this, o[s], this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), t || void 0;
158
- if (this._input === "")
159
- return this.EOF;
160
- this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
161
- ` + this.showPosition(), { text: "", token: null, line: this.yylineno });
162
- }, lex: function() {
163
- var t = this.next();
164
- return typeof t != "undefined" ? t : this.lex();
165
- }, begin: function(t) {
166
- this.conditionStack.push(t);
167
- }, popState: function() {
168
- return this.conditionStack.pop();
169
- }, _currentRules: function() {
170
- return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
171
- }, topState: function() {
172
- return this.conditionStack[this.conditionStack.length - 2];
173
- }, pushState: function(t) {
174
- this.begin(t);
175
- } };
340
+ },
341
+ next: function() {
342
+ if (this.done)
343
+ return this.EOF;
344
+ this._input || (this.done = !0);
345
+ var t, n, p, s, e;
346
+ this._more || (this.yytext = "", this.match = "");
347
+ for (var o = this._currentRules(), r = 0; r < o.length && (p = this._input.match(this.rules[o[r]]), !(p && (!n || p[0].length > n[0].length) && (n = p, s = r, !this.options.flex))); r++)
348
+ ;
349
+ if (n)
350
+ return e = n[0].match(/\n.*/g), e && (this.yylineno += e.length), this.yylloc = {
351
+ first_line: this.yylloc.last_line,
352
+ last_line: this.yylineno + 1,
353
+ first_column: this.yylloc.last_column,
354
+ last_column: e ? e[e.length - 1].length - 1 : this.yylloc.last_column + n[0].length
355
+ }, this.yytext += n[0], this.match += n[0], this.yyleng = this.yytext.length, this._more = !1, this._input = this._input.slice(n[0].length), this.matched += n[0], t = this.performAction.call(
356
+ this,
357
+ this.yy,
358
+ this,
359
+ o[s],
360
+ this.conditionStack[this.conditionStack.length - 1]
361
+ ), this.done && this._input && (this.done = !1), t || void 0;
362
+ if (this._input === "")
363
+ return this.EOF;
364
+ this.parseError(
365
+ "Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
366
+ ` + this.showPosition(),
367
+ { text: "", token: null, line: this.yylineno }
368
+ );
369
+ },
370
+ lex: function() {
371
+ var t = this.next();
372
+ return typeof t != "undefined" ? t : this.lex();
373
+ },
374
+ begin: function(t) {
375
+ this.conditionStack.push(t);
376
+ },
377
+ popState: function() {
378
+ return this.conditionStack.pop();
379
+ },
380
+ _currentRules: function() {
381
+ return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
382
+ },
383
+ topState: function() {
384
+ return this.conditionStack[this.conditionStack.length - 2];
385
+ },
386
+ pushState: function(t) {
387
+ this.begin(t);
388
+ }
389
+ };
176
390
  return u.options = {}, u.performAction = function(t, n, p, s) {
177
391
  switch (p) {
178
392
  case 0:
@@ -204,7 +418,22 @@ Expecting ` + E.join(", ") + ", got '" + this.terminals_[l] + "'" : x = "Parse e
204
418
  case 13:
205
419
  return "INVALID";
206
420
  }
207
- }, u.rules = [/^(?:\s+)/, /^(?:(-?([0-9]|[1-9][0-9]+))(\.[0-9]+)?([eE][-+]?[0-9]+)?\b)/, /^(?:"(?:\\[\\"bfnrt/]|\\u[a-fA-F0-9]{4}|[^\\\0-\x09\x0a-\x1f"])*")/, /^(?:\{)/, /^(?:\})/, /^(?:\[)/, /^(?:\])/, /^(?:,)/, /^(?::)/, /^(?:true\b)/, /^(?:false\b)/, /^(?:null\b)/, /^(?:$)/, /^(?:.)/], u.conditions = { INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], inclusive: !0 } }, u;
421
+ }, u.rules = [
422
+ /^(?:\s+)/,
423
+ /^(?:(-?([0-9]|[1-9][0-9]+))(\.[0-9]+)?([eE][-+]?[0-9]+)?\b)/,
424
+ /^(?:"(?:\\[\\"bfnrt/]|\\u[a-fA-F0-9]{4}|[^\\\0-\x09\x0a-\x1f"])*")/,
425
+ /^(?:\{)/,
426
+ /^(?:\})/,
427
+ /^(?:\[)/,
428
+ /^(?:\])/,
429
+ /^(?:,)/,
430
+ /^(?::)/,
431
+ /^(?:true\b)/,
432
+ /^(?:false\b)/,
433
+ /^(?:null\b)/,
434
+ /^(?:$)/,
435
+ /^(?:.)/
436
+ ], u.conditions = { INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], inclusive: !0 } }, u;
208
437
  }();
209
438
  return m.lexer = J, m;
210
439
  }();
@@ -1,4 +1,4 @@
1
- import { c as e } from "../chunks/confirmable-mixin.rTUMhoRH.mjs";
1
+ import { c as e } from "../chunks/confirmable-mixin.GqdyYLEM.mjs";
2
2
  import { n as o } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
3
3
  const i = {
4
4
  props: {
@@ -1,4 +1,4 @@
1
- import { c as o } from "../chunks/confirmable-mixin.rTUMhoRH.mjs";
1
+ import { c as o } from "../chunks/confirmable-mixin.GqdyYLEM.mjs";
2
2
  import { n as t } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
3
3
  const r = {
4
4
  name: "Confirmable",
@@ -74,15 +74,11 @@ const y = {
74
74
  },
75
75
  methods: {
76
76
  init() {
77
- this.c || (this.c = new h(
78
- this.$el,
79
- this.end,
80
- a(n({}, this.options), {
81
- decimal: this.decimals,
82
- duration: this.duration,
83
- startVal: this.start
84
- })
85
- ), this.c.start(() => {
77
+ this.c || (this.c = new h(this.$el, this.end, a(n({}, this.options), {
78
+ decimal: this.decimals,
79
+ duration: this.duration,
80
+ startVal: this.start
81
+ })), this.c.start(() => {
86
82
  this.callback(this.c);
87
83
  }));
88
84
  },
@@ -46,14 +46,10 @@ const u = {
46
46
  }
47
47
  },
48
48
  mounted() {
49
- this.scroller = r(
50
- this.$el,
51
- this.innerOptions,
52
- {
53
- scroll: this.internalScroll,
54
- initialized: this.initialized
55
- }
56
- );
49
+ this.scroller = r(this.$el, this.innerOptions, {
50
+ scroll: this.internalScroll,
51
+ initialized: this.initialized
52
+ });
57
53
  },
58
54
  activated() {
59
55
  var t;
@@ -1,5 +1,5 @@
1
1
  import { isEmpty as n } from "@web-utils/core";
2
- import { d as l } from "../chunks/util.C2Bhx22L.mjs";
2
+ import { d as l } from "../chunks/util.y1gUGRqi.mjs";
3
3
  import r from "vue";
4
4
  import { n as c } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
5
5
  var d = function() {
@@ -225,7 +225,11 @@ const _ = {
225
225
  }
226
226
  },
227
227
  created() {
228
- this.$watch(() => ({ offsetTop: this.offsetTop, verticalCenter: this.verticalCenter, top: this.top }), this.computeTop, { deep: !0 });
228
+ this.$watch(
229
+ () => ({ offsetTop: this.offsetTop, verticalCenter: this.verticalCenter, top: this.top }),
230
+ this.computeTop,
231
+ { deep: !0 }
232
+ );
229
233
  },
230
234
  mounted() {
231
235
  return s(this, null, function* () {