@dovetail-v2/refine 0.0.35-beta.1 → 0.0.35-beta.3
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/{MonacoYamlDiffEditor-126d544d.js → MonacoYamlDiffEditor-bbf8d9dd.js} +1 -1
- package/dist/{index-2802f71a.js → index-83577f15.js} +565 -525
- package/dist/refine.js +134 -133
- package/dist/refine.umd.cjs +432 -392
- package/dist/style.css +9 -7
- package/lib/src/components/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -25,308 +25,301 @@ function getDefaultExportFromCjs(x) {
|
|
|
25
25
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
26
26
|
}
|
|
27
27
|
var dayjs_min = { exports: {} };
|
|
28
|
-
|
|
29
|
-
function
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
function
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
if (null === e3)
|
|
94
|
-
return /* @__PURE__ */ new Date(NaN);
|
|
95
|
-
if (b.u(e3))
|
|
96
|
-
return /* @__PURE__ */ new Date();
|
|
97
|
-
if (e3 instanceof Date)
|
|
98
|
-
return new Date(e3);
|
|
99
|
-
if ("string" == typeof e3 && !/Z$/i.test(e3)) {
|
|
100
|
-
var r3 = e3.match($);
|
|
101
|
-
if (r3) {
|
|
102
|
-
var i3 = r3[2] - 1 || 0, s3 = (r3[7] || "0").substring(0, 3);
|
|
103
|
-
return n3 ? new Date(Date.UTC(r3[1], i3, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s3)) : new Date(r3[1], i3, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s3);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
28
|
+
(function(module, exports) {
|
|
29
|
+
!function(t2, e2) {
|
|
30
|
+
module.exports = e2();
|
|
31
|
+
}(commonjsGlobal, function() {
|
|
32
|
+
var t2 = 1e3, e2 = 6e4, n2 = 36e5, r2 = "millisecond", i2 = "second", s2 = "minute", u = "hour", a2 = "day", o = "week", c2 = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t3) {
|
|
33
|
+
var e3 = ["th", "st", "nd", "rd"], n3 = t3 % 100;
|
|
34
|
+
return "[" + t3 + (e3[(n3 - 20) % 10] || e3[n3] || e3[0]) + "]";
|
|
35
|
+
} }, m2 = function(t3, e3, n3) {
|
|
36
|
+
var r3 = String(t3);
|
|
37
|
+
return !r3 || r3.length >= e3 ? t3 : "" + Array(e3 + 1 - r3.length).join(n3) + t3;
|
|
38
|
+
}, v = { s: m2, z: function(t3) {
|
|
39
|
+
var e3 = -t3.utcOffset(), n3 = Math.abs(e3), r3 = Math.floor(n3 / 60), i3 = n3 % 60;
|
|
40
|
+
return (e3 <= 0 ? "+" : "-") + m2(r3, 2, "0") + ":" + m2(i3, 2, "0");
|
|
41
|
+
}, m: function t3(e3, n3) {
|
|
42
|
+
if (e3.date() < n3.date())
|
|
43
|
+
return -t3(n3, e3);
|
|
44
|
+
var r3 = 12 * (n3.year() - e3.year()) + (n3.month() - e3.month()), i3 = e3.clone().add(r3, c2), s3 = n3 - i3 < 0, u2 = e3.clone().add(r3 + (s3 ? -1 : 1), c2);
|
|
45
|
+
return +(-(r3 + (n3 - i3) / (s3 ? i3 - u2 : u2 - i3)) || 0);
|
|
46
|
+
}, a: function(t3) {
|
|
47
|
+
return t3 < 0 ? Math.ceil(t3) || 0 : Math.floor(t3);
|
|
48
|
+
}, p: function(t3) {
|
|
49
|
+
return { M: c2, y: h, w: o, d: a2, D: d, h: u, m: s2, s: i2, ms: r2, Q: f }[t3] || String(t3 || "").toLowerCase().replace(/s$/, "");
|
|
50
|
+
}, u: function(t3) {
|
|
51
|
+
return void 0 === t3;
|
|
52
|
+
} }, g = "en", D = {};
|
|
53
|
+
D[g] = M;
|
|
54
|
+
var p = "$isDayjsObject", S = function(t3) {
|
|
55
|
+
return t3 instanceof _ || !(!t3 || !t3[p]);
|
|
56
|
+
}, w = function t3(e3, n3, r3) {
|
|
57
|
+
var i3;
|
|
58
|
+
if (!e3)
|
|
59
|
+
return g;
|
|
60
|
+
if ("string" == typeof e3) {
|
|
61
|
+
var s3 = e3.toLowerCase();
|
|
62
|
+
D[s3] && (i3 = s3), n3 && (D[s3] = n3, i3 = s3);
|
|
63
|
+
var u2 = e3.split("-");
|
|
64
|
+
if (!i3 && u2.length > 1)
|
|
65
|
+
return t3(u2[0]);
|
|
66
|
+
} else {
|
|
67
|
+
var a3 = e3.name;
|
|
68
|
+
D[a3] = e3, i3 = a3;
|
|
69
|
+
}
|
|
70
|
+
return !r3 && i3 && (g = i3), i3 || !r3 && g;
|
|
71
|
+
}, O = function(t3, e3) {
|
|
72
|
+
if (S(t3))
|
|
73
|
+
return t3.clone();
|
|
74
|
+
var n3 = "object" == typeof e3 ? e3 : {};
|
|
75
|
+
return n3.date = t3, n3.args = arguments, new _(n3);
|
|
76
|
+
}, b = v;
|
|
77
|
+
b.l = w, b.i = S, b.w = function(t3, e3) {
|
|
78
|
+
return O(t3, { locale: e3.$L, utc: e3.$u, x: e3.$x, $offset: e3.$offset });
|
|
79
|
+
};
|
|
80
|
+
var _ = function() {
|
|
81
|
+
function M2(t3) {
|
|
82
|
+
this.$L = w(t3.locale, null, true), this.parse(t3), this.$x = this.$x || t3.x || {}, this[p] = true;
|
|
83
|
+
}
|
|
84
|
+
var m3 = M2.prototype;
|
|
85
|
+
return m3.parse = function(t3) {
|
|
86
|
+
this.$d = function(t4) {
|
|
87
|
+
var e3 = t4.date, n3 = t4.utc;
|
|
88
|
+
if (null === e3)
|
|
89
|
+
return /* @__PURE__ */ new Date(NaN);
|
|
90
|
+
if (b.u(e3))
|
|
91
|
+
return /* @__PURE__ */ new Date();
|
|
92
|
+
if (e3 instanceof Date)
|
|
106
93
|
return new Date(e3);
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
return
|
|
115
|
-
},
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
return y2(7);
|
|
184
|
-
var M3 = (d2 = {}, d2[s2] = e2, d2[u] = n2, d2[i2] = t2, d2)[$2] || 1, m4 = this.$d.getTime() + r3 * M3;
|
|
185
|
-
return b.w(m4, this);
|
|
186
|
-
}, m3.subtract = function(t3, e3) {
|
|
187
|
-
return this.add(-1 * t3, e3);
|
|
188
|
-
}, m3.format = function(t3) {
|
|
189
|
-
var e3 = this, n3 = this.$locale();
|
|
190
|
-
if (!this.isValid())
|
|
191
|
-
return n3.invalidDate || l;
|
|
192
|
-
var r3 = t3 || "YYYY-MM-DDTHH:mm:ssZ", i3 = b.z(this), s3 = this.$H, u2 = this.$m, a3 = this.$M, o2 = n3.weekdays, c3 = n3.months, f2 = n3.meridiem, h2 = function(t4, n4, i4, s4) {
|
|
193
|
-
return t4 && (t4[n4] || t4(e3, r3)) || i4[n4].slice(0, s4);
|
|
194
|
-
}, d2 = function(t4) {
|
|
195
|
-
return b.s(s3 % 12 || 12, t4, "0");
|
|
196
|
-
}, $2 = f2 || function(t4, e4, n4) {
|
|
197
|
-
var r4 = t4 < 12 ? "AM" : "PM";
|
|
198
|
-
return n4 ? r4.toLowerCase() : r4;
|
|
199
|
-
};
|
|
200
|
-
return r3.replace(y, function(t4, r4) {
|
|
201
|
-
return r4 || function(t5) {
|
|
202
|
-
switch (t5) {
|
|
203
|
-
case "YY":
|
|
204
|
-
return String(e3.$y).slice(-2);
|
|
205
|
-
case "YYYY":
|
|
206
|
-
return b.s(e3.$y, 4, "0");
|
|
207
|
-
case "M":
|
|
208
|
-
return a3 + 1;
|
|
209
|
-
case "MM":
|
|
210
|
-
return b.s(a3 + 1, 2, "0");
|
|
211
|
-
case "MMM":
|
|
212
|
-
return h2(n3.monthsShort, a3, c3, 3);
|
|
213
|
-
case "MMMM":
|
|
214
|
-
return h2(c3, a3);
|
|
215
|
-
case "D":
|
|
216
|
-
return e3.$D;
|
|
217
|
-
case "DD":
|
|
218
|
-
return b.s(e3.$D, 2, "0");
|
|
219
|
-
case "d":
|
|
220
|
-
return String(e3.$W);
|
|
221
|
-
case "dd":
|
|
222
|
-
return h2(n3.weekdaysMin, e3.$W, o2, 2);
|
|
223
|
-
case "ddd":
|
|
224
|
-
return h2(n3.weekdaysShort, e3.$W, o2, 3);
|
|
225
|
-
case "dddd":
|
|
226
|
-
return o2[e3.$W];
|
|
227
|
-
case "H":
|
|
228
|
-
return String(s3);
|
|
229
|
-
case "HH":
|
|
230
|
-
return b.s(s3, 2, "0");
|
|
231
|
-
case "h":
|
|
232
|
-
return d2(1);
|
|
233
|
-
case "hh":
|
|
234
|
-
return d2(2);
|
|
235
|
-
case "a":
|
|
236
|
-
return $2(s3, u2, true);
|
|
237
|
-
case "A":
|
|
238
|
-
return $2(s3, u2, false);
|
|
239
|
-
case "m":
|
|
240
|
-
return String(u2);
|
|
241
|
-
case "mm":
|
|
242
|
-
return b.s(u2, 2, "0");
|
|
243
|
-
case "s":
|
|
244
|
-
return String(e3.$s);
|
|
245
|
-
case "ss":
|
|
246
|
-
return b.s(e3.$s, 2, "0");
|
|
247
|
-
case "SSS":
|
|
248
|
-
return b.s(e3.$ms, 3, "0");
|
|
249
|
-
case "Z":
|
|
250
|
-
return i3;
|
|
251
|
-
}
|
|
252
|
-
return null;
|
|
253
|
-
}(t4) || i3.replace(":", "");
|
|
254
|
-
});
|
|
255
|
-
}, m3.utcOffset = function() {
|
|
256
|
-
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
257
|
-
}, m3.diff = function(r3, d2, l2) {
|
|
258
|
-
var $2, y2 = this, M3 = b.p(d2), m4 = O(r3), v2 = (m4.utcOffset() - this.utcOffset()) * e2, g2 = this - m4, D2 = function() {
|
|
259
|
-
return b.m(y2, m4);
|
|
260
|
-
};
|
|
261
|
-
switch (M3) {
|
|
262
|
-
case h:
|
|
263
|
-
$2 = D2() / 12;
|
|
264
|
-
break;
|
|
265
|
-
case c2:
|
|
266
|
-
$2 = D2();
|
|
267
|
-
break;
|
|
268
|
-
case f:
|
|
269
|
-
$2 = D2() / 3;
|
|
270
|
-
break;
|
|
271
|
-
case o:
|
|
272
|
-
$2 = (g2 - v2) / 6048e5;
|
|
273
|
-
break;
|
|
274
|
-
case a2:
|
|
275
|
-
$2 = (g2 - v2) / 864e5;
|
|
276
|
-
break;
|
|
277
|
-
case u:
|
|
278
|
-
$2 = g2 / n2;
|
|
279
|
-
break;
|
|
280
|
-
case s2:
|
|
281
|
-
$2 = g2 / e2;
|
|
282
|
-
break;
|
|
283
|
-
case i2:
|
|
284
|
-
$2 = g2 / t2;
|
|
285
|
-
break;
|
|
286
|
-
default:
|
|
287
|
-
$2 = g2;
|
|
288
|
-
}
|
|
289
|
-
return l2 ? $2 : b.a($2);
|
|
290
|
-
}, m3.daysInMonth = function() {
|
|
291
|
-
return this.endOf(c2).$D;
|
|
292
|
-
}, m3.$locale = function() {
|
|
293
|
-
return D[this.$L];
|
|
294
|
-
}, m3.locale = function(t3, e3) {
|
|
295
|
-
if (!t3)
|
|
296
|
-
return this.$L;
|
|
297
|
-
var n3 = this.clone(), r3 = w(t3, e3, true);
|
|
298
|
-
return r3 && (n3.$L = r3), n3;
|
|
299
|
-
}, m3.clone = function() {
|
|
300
|
-
return b.w(this.$d, this);
|
|
301
|
-
}, m3.toDate = function() {
|
|
302
|
-
return new Date(this.valueOf());
|
|
303
|
-
}, m3.toJSON = function() {
|
|
304
|
-
return this.isValid() ? this.toISOString() : null;
|
|
305
|
-
}, m3.toISOString = function() {
|
|
306
|
-
return this.$d.toISOString();
|
|
307
|
-
}, m3.toString = function() {
|
|
308
|
-
return this.$d.toUTCString();
|
|
309
|
-
}, M2;
|
|
310
|
-
}(), k = _.prototype;
|
|
311
|
-
return O.prototype = k, [["$ms", r2], ["$s", i2], ["$m", s2], ["$H", u], ["$W", a2], ["$M", c2], ["$y", h], ["$D", d]].forEach(function(t3) {
|
|
312
|
-
k[t3[1]] = function(e3) {
|
|
313
|
-
return this.$g(e3, t3[0], t3[1]);
|
|
94
|
+
if ("string" == typeof e3 && !/Z$/i.test(e3)) {
|
|
95
|
+
var r3 = e3.match($);
|
|
96
|
+
if (r3) {
|
|
97
|
+
var i3 = r3[2] - 1 || 0, s3 = (r3[7] || "0").substring(0, 3);
|
|
98
|
+
return n3 ? new Date(Date.UTC(r3[1], i3, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s3)) : new Date(r3[1], i3, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s3);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
return new Date(e3);
|
|
102
|
+
}(t3), this.init();
|
|
103
|
+
}, m3.init = function() {
|
|
104
|
+
var t3 = this.$d;
|
|
105
|
+
this.$y = t3.getFullYear(), this.$M = t3.getMonth(), this.$D = t3.getDate(), this.$W = t3.getDay(), this.$H = t3.getHours(), this.$m = t3.getMinutes(), this.$s = t3.getSeconds(), this.$ms = t3.getMilliseconds();
|
|
106
|
+
}, m3.$utils = function() {
|
|
107
|
+
return b;
|
|
108
|
+
}, m3.isValid = function() {
|
|
109
|
+
return !(this.$d.toString() === l);
|
|
110
|
+
}, m3.isSame = function(t3, e3) {
|
|
111
|
+
var n3 = O(t3);
|
|
112
|
+
return this.startOf(e3) <= n3 && n3 <= this.endOf(e3);
|
|
113
|
+
}, m3.isAfter = function(t3, e3) {
|
|
114
|
+
return O(t3) < this.startOf(e3);
|
|
115
|
+
}, m3.isBefore = function(t3, e3) {
|
|
116
|
+
return this.endOf(e3) < O(t3);
|
|
117
|
+
}, m3.$g = function(t3, e3, n3) {
|
|
118
|
+
return b.u(t3) ? this[e3] : this.set(n3, t3);
|
|
119
|
+
}, m3.unix = function() {
|
|
120
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
121
|
+
}, m3.valueOf = function() {
|
|
122
|
+
return this.$d.getTime();
|
|
123
|
+
}, m3.startOf = function(t3, e3) {
|
|
124
|
+
var n3 = this, r3 = !!b.u(e3) || e3, f2 = b.p(t3), l2 = function(t4, e4) {
|
|
125
|
+
var i3 = b.w(n3.$u ? Date.UTC(n3.$y, e4, t4) : new Date(n3.$y, e4, t4), n3);
|
|
126
|
+
return r3 ? i3 : i3.endOf(a2);
|
|
127
|
+
}, $2 = function(t4, e4) {
|
|
128
|
+
return b.w(n3.toDate()[t4].apply(n3.toDate("s"), (r3 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e4)), n3);
|
|
129
|
+
}, y2 = this.$W, M3 = this.$M, m4 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
|
|
130
|
+
switch (f2) {
|
|
131
|
+
case h:
|
|
132
|
+
return r3 ? l2(1, 0) : l2(31, 11);
|
|
133
|
+
case c2:
|
|
134
|
+
return r3 ? l2(1, M3) : l2(0, M3 + 1);
|
|
135
|
+
case o:
|
|
136
|
+
var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
|
|
137
|
+
return l2(r3 ? m4 - D2 : m4 + (6 - D2), M3);
|
|
138
|
+
case a2:
|
|
139
|
+
case d:
|
|
140
|
+
return $2(v2 + "Hours", 0);
|
|
141
|
+
case u:
|
|
142
|
+
return $2(v2 + "Minutes", 1);
|
|
143
|
+
case s2:
|
|
144
|
+
return $2(v2 + "Seconds", 2);
|
|
145
|
+
case i2:
|
|
146
|
+
return $2(v2 + "Milliseconds", 3);
|
|
147
|
+
default:
|
|
148
|
+
return this.clone();
|
|
149
|
+
}
|
|
150
|
+
}, m3.endOf = function(t3) {
|
|
151
|
+
return this.startOf(t3, false);
|
|
152
|
+
}, m3.$set = function(t3, e3) {
|
|
153
|
+
var n3, o2 = b.p(t3), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n3 = {}, n3[a2] = f2 + "Date", n3[d] = f2 + "Date", n3[c2] = f2 + "Month", n3[h] = f2 + "FullYear", n3[u] = f2 + "Hours", n3[s2] = f2 + "Minutes", n3[i2] = f2 + "Seconds", n3[r2] = f2 + "Milliseconds", n3)[o2], $2 = o2 === a2 ? this.$D + (e3 - this.$W) : e3;
|
|
154
|
+
if (o2 === c2 || o2 === h) {
|
|
155
|
+
var y2 = this.clone().set(d, 1);
|
|
156
|
+
y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
|
|
157
|
+
} else
|
|
158
|
+
l2 && this.$d[l2]($2);
|
|
159
|
+
return this.init(), this;
|
|
160
|
+
}, m3.set = function(t3, e3) {
|
|
161
|
+
return this.clone().$set(t3, e3);
|
|
162
|
+
}, m3.get = function(t3) {
|
|
163
|
+
return this[b.p(t3)]();
|
|
164
|
+
}, m3.add = function(r3, f2) {
|
|
165
|
+
var d2, l2 = this;
|
|
166
|
+
r3 = Number(r3);
|
|
167
|
+
var $2 = b.p(f2), y2 = function(t3) {
|
|
168
|
+
var e3 = O(l2);
|
|
169
|
+
return b.w(e3.date(e3.date() + Math.round(t3 * r3)), l2);
|
|
314
170
|
};
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
|
|
171
|
+
if ($2 === c2)
|
|
172
|
+
return this.set(c2, this.$M + r3);
|
|
173
|
+
if ($2 === h)
|
|
174
|
+
return this.set(h, this.$y + r3);
|
|
175
|
+
if ($2 === a2)
|
|
176
|
+
return y2(1);
|
|
177
|
+
if ($2 === o)
|
|
178
|
+
return y2(7);
|
|
179
|
+
var M3 = (d2 = {}, d2[s2] = e2, d2[u] = n2, d2[i2] = t2, d2)[$2] || 1, m4 = this.$d.getTime() + r3 * M3;
|
|
180
|
+
return b.w(m4, this);
|
|
181
|
+
}, m3.subtract = function(t3, e3) {
|
|
182
|
+
return this.add(-1 * t3, e3);
|
|
183
|
+
}, m3.format = function(t3) {
|
|
184
|
+
var e3 = this, n3 = this.$locale();
|
|
185
|
+
if (!this.isValid())
|
|
186
|
+
return n3.invalidDate || l;
|
|
187
|
+
var r3 = t3 || "YYYY-MM-DDTHH:mm:ssZ", i3 = b.z(this), s3 = this.$H, u2 = this.$m, a3 = this.$M, o2 = n3.weekdays, c3 = n3.months, f2 = n3.meridiem, h2 = function(t4, n4, i4, s4) {
|
|
188
|
+
return t4 && (t4[n4] || t4(e3, r3)) || i4[n4].slice(0, s4);
|
|
189
|
+
}, d2 = function(t4) {
|
|
190
|
+
return b.s(s3 % 12 || 12, t4, "0");
|
|
191
|
+
}, $2 = f2 || function(t4, e4, n4) {
|
|
192
|
+
var r4 = t4 < 12 ? "AM" : "PM";
|
|
193
|
+
return n4 ? r4.toLowerCase() : r4;
|
|
194
|
+
};
|
|
195
|
+
return r3.replace(y, function(t4, r4) {
|
|
196
|
+
return r4 || function(t5) {
|
|
197
|
+
switch (t5) {
|
|
198
|
+
case "YY":
|
|
199
|
+
return String(e3.$y).slice(-2);
|
|
200
|
+
case "YYYY":
|
|
201
|
+
return b.s(e3.$y, 4, "0");
|
|
202
|
+
case "M":
|
|
203
|
+
return a3 + 1;
|
|
204
|
+
case "MM":
|
|
205
|
+
return b.s(a3 + 1, 2, "0");
|
|
206
|
+
case "MMM":
|
|
207
|
+
return h2(n3.monthsShort, a3, c3, 3);
|
|
208
|
+
case "MMMM":
|
|
209
|
+
return h2(c3, a3);
|
|
210
|
+
case "D":
|
|
211
|
+
return e3.$D;
|
|
212
|
+
case "DD":
|
|
213
|
+
return b.s(e3.$D, 2, "0");
|
|
214
|
+
case "d":
|
|
215
|
+
return String(e3.$W);
|
|
216
|
+
case "dd":
|
|
217
|
+
return h2(n3.weekdaysMin, e3.$W, o2, 2);
|
|
218
|
+
case "ddd":
|
|
219
|
+
return h2(n3.weekdaysShort, e3.$W, o2, 3);
|
|
220
|
+
case "dddd":
|
|
221
|
+
return o2[e3.$W];
|
|
222
|
+
case "H":
|
|
223
|
+
return String(s3);
|
|
224
|
+
case "HH":
|
|
225
|
+
return b.s(s3, 2, "0");
|
|
226
|
+
case "h":
|
|
227
|
+
return d2(1);
|
|
228
|
+
case "hh":
|
|
229
|
+
return d2(2);
|
|
230
|
+
case "a":
|
|
231
|
+
return $2(s3, u2, true);
|
|
232
|
+
case "A":
|
|
233
|
+
return $2(s3, u2, false);
|
|
234
|
+
case "m":
|
|
235
|
+
return String(u2);
|
|
236
|
+
case "mm":
|
|
237
|
+
return b.s(u2, 2, "0");
|
|
238
|
+
case "s":
|
|
239
|
+
return String(e3.$s);
|
|
240
|
+
case "ss":
|
|
241
|
+
return b.s(e3.$s, 2, "0");
|
|
242
|
+
case "SSS":
|
|
243
|
+
return b.s(e3.$ms, 3, "0");
|
|
244
|
+
case "Z":
|
|
245
|
+
return i3;
|
|
246
|
+
}
|
|
247
|
+
return null;
|
|
248
|
+
}(t4) || i3.replace(":", "");
|
|
249
|
+
});
|
|
250
|
+
}, m3.utcOffset = function() {
|
|
251
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
252
|
+
}, m3.diff = function(r3, d2, l2) {
|
|
253
|
+
var $2, y2 = this, M3 = b.p(d2), m4 = O(r3), v2 = (m4.utcOffset() - this.utcOffset()) * e2, g2 = this - m4, D2 = function() {
|
|
254
|
+
return b.m(y2, m4);
|
|
255
|
+
};
|
|
256
|
+
switch (M3) {
|
|
257
|
+
case h:
|
|
258
|
+
$2 = D2() / 12;
|
|
259
|
+
break;
|
|
260
|
+
case c2:
|
|
261
|
+
$2 = D2();
|
|
262
|
+
break;
|
|
263
|
+
case f:
|
|
264
|
+
$2 = D2() / 3;
|
|
265
|
+
break;
|
|
266
|
+
case o:
|
|
267
|
+
$2 = (g2 - v2) / 6048e5;
|
|
268
|
+
break;
|
|
269
|
+
case a2:
|
|
270
|
+
$2 = (g2 - v2) / 864e5;
|
|
271
|
+
break;
|
|
272
|
+
case u:
|
|
273
|
+
$2 = g2 / n2;
|
|
274
|
+
break;
|
|
275
|
+
case s2:
|
|
276
|
+
$2 = g2 / e2;
|
|
277
|
+
break;
|
|
278
|
+
case i2:
|
|
279
|
+
$2 = g2 / t2;
|
|
280
|
+
break;
|
|
281
|
+
default:
|
|
282
|
+
$2 = g2;
|
|
283
|
+
}
|
|
284
|
+
return l2 ? $2 : b.a($2);
|
|
285
|
+
}, m3.daysInMonth = function() {
|
|
286
|
+
return this.endOf(c2).$D;
|
|
287
|
+
}, m3.$locale = function() {
|
|
288
|
+
return D[this.$L];
|
|
289
|
+
}, m3.locale = function(t3, e3) {
|
|
290
|
+
if (!t3)
|
|
291
|
+
return this.$L;
|
|
292
|
+
var n3 = this.clone(), r3 = w(t3, e3, true);
|
|
293
|
+
return r3 && (n3.$L = r3), n3;
|
|
294
|
+
}, m3.clone = function() {
|
|
295
|
+
return b.w(this.$d, this);
|
|
296
|
+
}, m3.toDate = function() {
|
|
297
|
+
return new Date(this.valueOf());
|
|
298
|
+
}, m3.toJSON = function() {
|
|
299
|
+
return this.isValid() ? this.toISOString() : null;
|
|
300
|
+
}, m3.toISOString = function() {
|
|
301
|
+
return this.$d.toISOString();
|
|
302
|
+
}, m3.toString = function() {
|
|
303
|
+
return this.$d.toUTCString();
|
|
304
|
+
}, M2;
|
|
305
|
+
}(), k = _.prototype;
|
|
306
|
+
return O.prototype = k, [["$ms", r2], ["$s", i2], ["$m", s2], ["$H", u], ["$W", a2], ["$M", c2], ["$y", h], ["$D", d]].forEach(function(t3) {
|
|
307
|
+
k[t3[1]] = function(e3) {
|
|
308
|
+
return this.$g(e3, t3[0], t3[1]);
|
|
309
|
+
};
|
|
310
|
+
}), O.extend = function(t3, e3) {
|
|
311
|
+
return t3.$i || (t3(e3, _, O), t3.$i = true), O;
|
|
312
|
+
}, O.locale = w, O.isDayjs = S, O.unix = function(t3) {
|
|
313
|
+
return O(1e3 * t3);
|
|
314
|
+
}, O.en = D[g], O.Ls = D, O.p = {}, O;
|
|
315
|
+
});
|
|
316
|
+
})(dayjs_min);
|
|
317
|
+
var dayjs_minExports = dayjs_min.exports;
|
|
325
318
|
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
|
|
326
319
|
var zh = { exports: {} };
|
|
327
320
|
(function(module, exports) {
|
|
328
321
|
!function(e2, _) {
|
|
329
|
-
module.exports = _(
|
|
322
|
+
module.exports = _(dayjs_minExports);
|
|
330
323
|
}(commonjsGlobal, function(e2) {
|
|
331
324
|
function _(e3) {
|
|
332
325
|
return e3 && "object" == typeof e3 && "default" in e3 ? e3 : { default: e3 };
|
|
@@ -8394,36 +8387,6 @@ function MetadataForm() {
|
|
|
8394
8387
|
/* @__PURE__ */ jsxRuntimeExports.jsx(kit.form.Item, { name: ["metadata", "annotations"], label: "Annotations", children: /* @__PURE__ */ jsxRuntimeExports.jsx(KeyValueListWidget, {}) })
|
|
8395
8388
|
] });
|
|
8396
8389
|
}
|
|
8397
|
-
const ErrorContent_1t51xnx = "";
|
|
8398
|
-
const ErrorWrapper$1 = "eckm4od";
|
|
8399
|
-
const ErrorContent$1 = "e1hl982n";
|
|
8400
|
-
const WidgetErrorContent$1 = (props) => {
|
|
8401
|
-
const {
|
|
8402
|
-
refetch
|
|
8403
|
-
} = props;
|
|
8404
|
-
const kit = useContext(kitContext);
|
|
8405
|
-
const {
|
|
8406
|
-
t: t2
|
|
8407
|
-
} = useTranslation();
|
|
8408
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
|
|
8409
|
-
className: ErrorWrapper$1,
|
|
8410
|
-
style: props.style,
|
|
8411
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", {
|
|
8412
|
-
className: ErrorContent$1,
|
|
8413
|
-
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("p", {
|
|
8414
|
-
className: cx_default(Typo.Label.l1_regular_title, "title"),
|
|
8415
|
-
children: props.errorText || t2("dovetail.obtain_data_error")
|
|
8416
|
-
}), refetch ? /* @__PURE__ */ jsxRuntimeExports.jsx(kit.button, {
|
|
8417
|
-
type: "ordinary",
|
|
8418
|
-
onClick: (e2) => {
|
|
8419
|
-
e2.stopPropagation();
|
|
8420
|
-
refetch == null ? void 0 : refetch();
|
|
8421
|
-
},
|
|
8422
|
-
children: t2("dovetail.retry")
|
|
8423
|
-
}) : null]
|
|
8424
|
-
})
|
|
8425
|
-
});
|
|
8426
|
-
};
|
|
8427
8390
|
function memoize$1(fn) {
|
|
8428
8391
|
var cache = /* @__PURE__ */ Object.create(null);
|
|
8429
8392
|
return function(arg) {
|
|
@@ -8541,6 +8504,76 @@ var styled_default = process.env.NODE_ENV !== "production" ? new Proxy(styled, {
|
|
|
8541
8504
|
return o(prop);
|
|
8542
8505
|
}
|
|
8543
8506
|
}) : styled;
|
|
8507
|
+
const index_1kmu85y = "";
|
|
8508
|
+
const ErrorWrapper$1 = /* @__PURE__ */ styled_default("div")({
|
|
8509
|
+
name: "ErrorWrapper",
|
|
8510
|
+
class: "egn3dbn",
|
|
8511
|
+
propsAsIs: false
|
|
8512
|
+
});
|
|
8513
|
+
const ErrorContent$1 = /* @__PURE__ */ styled_default("div")({
|
|
8514
|
+
name: "ErrorContent",
|
|
8515
|
+
class: "e136jgy8",
|
|
8516
|
+
propsAsIs: false
|
|
8517
|
+
});
|
|
8518
|
+
const WidgetErrorContent$1 = (props) => {
|
|
8519
|
+
const {
|
|
8520
|
+
refetch,
|
|
8521
|
+
errorText,
|
|
8522
|
+
hiddenRetry
|
|
8523
|
+
} = props;
|
|
8524
|
+
const kit = useContext(kitContext);
|
|
8525
|
+
const {
|
|
8526
|
+
t: t2
|
|
8527
|
+
} = useTranslation();
|
|
8528
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(ErrorWrapper$1, {
|
|
8529
|
+
className: props.className,
|
|
8530
|
+
style: props.style,
|
|
8531
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsxs(ErrorContent$1, {
|
|
8532
|
+
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("p", {
|
|
8533
|
+
className: cx_default(Typo.Label.l1_regular_title, "title"),
|
|
8534
|
+
children: errorText || t2("dovetail.obtain_data_error")
|
|
8535
|
+
}), hiddenRetry ? null : /* @__PURE__ */ jsxRuntimeExports.jsx(kit.button, {
|
|
8536
|
+
size: "small",
|
|
8537
|
+
type: "ordinary",
|
|
8538
|
+
onClick: (e2) => {
|
|
8539
|
+
e2.stopPropagation();
|
|
8540
|
+
refetch == null ? void 0 : refetch();
|
|
8541
|
+
},
|
|
8542
|
+
children: t2("dovetail.retry")
|
|
8543
|
+
})]
|
|
8544
|
+
})
|
|
8545
|
+
});
|
|
8546
|
+
};
|
|
8547
|
+
const ErrorContent_1t51xnx = "";
|
|
8548
|
+
const ErrorWrapper = "eckm4od";
|
|
8549
|
+
const ErrorContent = "e1hl982n";
|
|
8550
|
+
const WidgetErrorContent = (props) => {
|
|
8551
|
+
const {
|
|
8552
|
+
refetch
|
|
8553
|
+
} = props;
|
|
8554
|
+
const kit = useContext(kitContext);
|
|
8555
|
+
const {
|
|
8556
|
+
t: t2
|
|
8557
|
+
} = useTranslation();
|
|
8558
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
|
|
8559
|
+
className: ErrorWrapper,
|
|
8560
|
+
style: props.style,
|
|
8561
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", {
|
|
8562
|
+
className: ErrorContent,
|
|
8563
|
+
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("p", {
|
|
8564
|
+
className: cx_default(Typo.Label.l1_regular_title, "title"),
|
|
8565
|
+
children: props.errorText || t2("dovetail.obtain_data_error")
|
|
8566
|
+
}), refetch ? /* @__PURE__ */ jsxRuntimeExports.jsx(kit.button, {
|
|
8567
|
+
type: "ordinary",
|
|
8568
|
+
onClick: (e2) => {
|
|
8569
|
+
e2.stopPropagation();
|
|
8570
|
+
refetch == null ? void 0 : refetch();
|
|
8571
|
+
},
|
|
8572
|
+
children: t2("dovetail.retry")
|
|
8573
|
+
}) : null]
|
|
8574
|
+
})
|
|
8575
|
+
});
|
|
8576
|
+
};
|
|
8544
8577
|
const TableWidgets_ny30pi = "";
|
|
8545
8578
|
const AuxiliaryLine = /* @__PURE__ */ styled_default("div")({
|
|
8546
8579
|
name: "AuxiliaryLine",
|
|
@@ -8596,7 +8629,7 @@ function Table(props) {
|
|
|
8596
8629
|
if (loading) {
|
|
8597
8630
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(kit.loading, {});
|
|
8598
8631
|
} else if (error) {
|
|
8599
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent
|
|
8632
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
8600
8633
|
errorText: t2("dovetail.retry_when_access_data_failed"),
|
|
8601
8634
|
refetch,
|
|
8602
8635
|
style: {
|
|
@@ -8604,7 +8637,7 @@ function Table(props) {
|
|
|
8604
8637
|
}
|
|
8605
8638
|
});
|
|
8606
8639
|
} else if (dataSource.length === 0) {
|
|
8607
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent
|
|
8640
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
8608
8641
|
errorText: empty2 || t2("dovetail.empty"),
|
|
8609
8642
|
style: {
|
|
8610
8643
|
padding: "15px 0"
|
|
@@ -8667,7 +8700,8 @@ const PodSelectorTable = ({ podSelectors = {} }) => {
|
|
|
8667
8700
|
WidgetErrorContent$1,
|
|
8668
8701
|
{
|
|
8669
8702
|
errorText: t2("dovetail.no_resource", { kind: ` ${t2("dovetail.pod_selector")}` }),
|
|
8670
|
-
style: { padding: "15px 0" }
|
|
8703
|
+
style: { padding: "15px 0" },
|
|
8704
|
+
hiddenRetry: true
|
|
8671
8705
|
}
|
|
8672
8706
|
);
|
|
8673
8707
|
}
|
|
@@ -8734,7 +8768,7 @@ const PortsTable = ({ service }) => {
|
|
|
8734
8768
|
id: port2.name || ""
|
|
8735
8769
|
}));
|
|
8736
8770
|
if ((ports == null ? void 0 : ports.length) === 0) {
|
|
8737
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, { errorText: t2("dovetail.no_resource", { kind: t2("dovetail.port") }), style: { padding: "15px 0" } });
|
|
8771
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, { errorText: t2("dovetail.no_resource", { kind: t2("dovetail.port") }), style: { padding: "15px 0" }, hiddenRetry: true });
|
|
8738
8772
|
}
|
|
8739
8773
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
8740
8774
|
Table$1,
|
|
@@ -9864,7 +9898,7 @@ const ServiceOutClusterAccessComponent = ({
|
|
|
9864
9898
|
children: content || "-"
|
|
9865
9899
|
});
|
|
9866
9900
|
};
|
|
9867
|
-
const
|
|
9901
|
+
const index_1ce2deq = "";
|
|
9868
9902
|
const TagWrapper = "t13a6vox";
|
|
9869
9903
|
const TagStyle = "t12ikbmp";
|
|
9870
9904
|
const Tags = (props) => {
|
|
@@ -9873,8 +9907,8 @@ const Tags = (props) => {
|
|
|
9873
9907
|
} = props;
|
|
9874
9908
|
const kit = useUIKit();
|
|
9875
9909
|
if (!value2) {
|
|
9876
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
9877
|
-
|
|
9910
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(ValueDisplay, {
|
|
9911
|
+
value: ""
|
|
9878
9912
|
});
|
|
9879
9913
|
}
|
|
9880
9914
|
const tags = Object.keys(value2).map((key2) => {
|
|
@@ -10341,46 +10375,6 @@ const CronjobJobsTable = ({
|
|
|
10341
10375
|
})]
|
|
10342
10376
|
});
|
|
10343
10377
|
};
|
|
10344
|
-
const index_1kmu85y = "";
|
|
10345
|
-
const ErrorWrapper = /* @__PURE__ */ styled_default("div")({
|
|
10346
|
-
name: "ErrorWrapper",
|
|
10347
|
-
class: "egn3dbn",
|
|
10348
|
-
propsAsIs: false
|
|
10349
|
-
});
|
|
10350
|
-
const ErrorContent = /* @__PURE__ */ styled_default("div")({
|
|
10351
|
-
name: "ErrorContent",
|
|
10352
|
-
class: "e136jgy8",
|
|
10353
|
-
propsAsIs: false
|
|
10354
|
-
});
|
|
10355
|
-
const WidgetErrorContent = (props) => {
|
|
10356
|
-
const {
|
|
10357
|
-
refetch,
|
|
10358
|
-
errorText,
|
|
10359
|
-
hiddenRetry
|
|
10360
|
-
} = props;
|
|
10361
|
-
const kit = useContext(kitContext);
|
|
10362
|
-
const {
|
|
10363
|
-
t: t2
|
|
10364
|
-
} = useTranslation();
|
|
10365
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(ErrorWrapper, {
|
|
10366
|
-
className: props.className,
|
|
10367
|
-
style: props.style,
|
|
10368
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs(ErrorContent, {
|
|
10369
|
-
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("p", {
|
|
10370
|
-
className: cx_default(Typo.Label.l1_regular_title, "title"),
|
|
10371
|
-
children: errorText || t2("dovetail.obtain_data_error")
|
|
10372
|
-
}), hiddenRetry ? null : /* @__PURE__ */ jsxRuntimeExports.jsx(kit.button, {
|
|
10373
|
-
size: "small",
|
|
10374
|
-
type: "ordinary",
|
|
10375
|
-
onClick: (e2) => {
|
|
10376
|
-
e2.stopPropagation();
|
|
10377
|
-
refetch == null ? void 0 : refetch();
|
|
10378
|
-
},
|
|
10379
|
-
children: t2("dovetail.retry")
|
|
10380
|
-
})]
|
|
10381
|
-
})
|
|
10382
|
-
});
|
|
10383
|
-
};
|
|
10384
10378
|
const EventsTable = ({}) => {
|
|
10385
10379
|
const { i18n: i18n2 } = useTranslation();
|
|
10386
10380
|
const [currentPage, setCurrentPage] = useState(1);
|
|
@@ -10436,7 +10430,7 @@ const EventsTable = ({}) => {
|
|
|
10436
10430
|
}, [data2 == null ? void 0 : data2.data, parsed]);
|
|
10437
10431
|
if (!(dataSource == null ? void 0 : dataSource.length) && !isLoading) {
|
|
10438
10432
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
10439
|
-
WidgetErrorContent,
|
|
10433
|
+
WidgetErrorContent$1,
|
|
10440
10434
|
{
|
|
10441
10435
|
errorText: i18n2.t("dovetail.no_resource", { kind: i18n2.t("dovetail.event") }),
|
|
10442
10436
|
hiddenRetry: true
|
|
@@ -10560,7 +10554,7 @@ const IngressRulesTable = ({ ingress }) => {
|
|
|
10560
10554
|
}
|
|
10561
10555
|
];
|
|
10562
10556
|
if ((rows == null ? void 0 : rows.length) === 0) {
|
|
10563
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, { errorText: t2("dovetail.no_resource", { kind: t2("dovetail.rule") }), style: { padding: "15px 0" } });
|
|
10557
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, { errorText: t2("dovetail.no_resource", { kind: t2("dovetail.rule") }), style: { padding: "15px 0" }, hiddenRetry: true });
|
|
10564
10558
|
}
|
|
10565
10559
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
10566
10560
|
Table$1,
|
|
@@ -10581,7 +10575,7 @@ const IngressRulesTable = ({ ingress }) => {
|
|
|
10581
10575
|
const KeyValue_1vkf5y2 = "";
|
|
10582
10576
|
const ContentBlockStyle = "c8jy7dc";
|
|
10583
10577
|
const KeyStyle = "k2sddxl";
|
|
10584
|
-
const ValueStyle = "v16vicsr";
|
|
10578
|
+
const ValueStyle$2 = "v16vicsr";
|
|
10585
10579
|
const KeyValue = (props) => {
|
|
10586
10580
|
const {
|
|
10587
10581
|
data: data2 = {},
|
|
@@ -10597,12 +10591,12 @@ const KeyValue = (props) => {
|
|
|
10597
10591
|
className: cx_default(KeyStyle, Typo.Label.l4_regular),
|
|
10598
10592
|
children: key2
|
|
10599
10593
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("span", {
|
|
10600
|
-
className: cx_default(Typo.Label.l4_regular, ValueStyle),
|
|
10594
|
+
className: cx_default(Typo.Label.l4_regular, ValueStyle$2),
|
|
10601
10595
|
children: hideSecret ? toAsterisk(data2[key2]) : data2[key2]
|
|
10602
10596
|
})]
|
|
10603
10597
|
}, key2));
|
|
10604
10598
|
if (!result.length) {
|
|
10605
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
10599
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, {
|
|
10606
10600
|
errorText: empty2 || t2("dovetail.empty"),
|
|
10607
10601
|
hiddenRetry: true
|
|
10608
10602
|
});
|
|
@@ -10753,7 +10747,7 @@ function Tabs(props) {
|
|
|
10753
10747
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(kit.tabsTabPane, { tab: tab.title, children: tab.children }, tab.title);
|
|
10754
10748
|
}) });
|
|
10755
10749
|
}
|
|
10756
|
-
const
|
|
10750
|
+
const ShowContent_1iepja4 = "";
|
|
10757
10751
|
const ShowContentWrapperStyle = "s9agep2";
|
|
10758
10752
|
const BackButton = "bo89gfi";
|
|
10759
10753
|
const ToolBarWrapper = "t1ohe42f";
|
|
@@ -10765,7 +10759,8 @@ const GroupTitleStyle = "g17f8vl9";
|
|
|
10765
10759
|
const FullTabContentStyle = "fykgn2i";
|
|
10766
10760
|
const FieldWrapperStyle = "fngr745";
|
|
10767
10761
|
const TabContentStyle = "t11wg61l";
|
|
10768
|
-
const
|
|
10762
|
+
const ValueStyle$1 = "v1x3rivf";
|
|
10763
|
+
const TabsStyle = "tf5s6s";
|
|
10769
10764
|
function ShowGroupComponent(props) {
|
|
10770
10765
|
const {
|
|
10771
10766
|
title,
|
|
@@ -10849,7 +10844,7 @@ const ShowContent = (props) => {
|
|
|
10849
10844
|
minWidth: 0
|
|
10850
10845
|
},
|
|
10851
10846
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx(ValueDisplay, {
|
|
10852
|
-
className: Typo.Label.l4_regular_title,
|
|
10847
|
+
className: cx_default(Typo.Label.l4_regular_title, ValueStyle$1),
|
|
10853
10848
|
value: content,
|
|
10854
10849
|
useOverflow: false
|
|
10855
10850
|
})
|
|
@@ -11000,13 +10995,14 @@ const WorkloadPodsTable = ({
|
|
|
11000
10995
|
sortable: true
|
|
11001
10996
|
}, NodeNameColumnRenderer(i18n2), WorkloadImageColumnRenderer(i18n2), PodContainersNumColumnRenderer(i18n2), RestartCountColumnRenderer(i18n2), AgeColumnRenderer(i18n2)];
|
|
11002
10997
|
if ((dataSource == null ? void 0 : dataSource.length) === 0) {
|
|
11003
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
10998
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, {
|
|
11004
10999
|
errorText: i18n2.t("dovetail.no_resource", {
|
|
11005
11000
|
kind: i18n2.t("dovetail.pod")
|
|
11006
11001
|
}),
|
|
11007
11002
|
style: {
|
|
11008
11003
|
padding: "15px 0"
|
|
11009
|
-
}
|
|
11004
|
+
},
|
|
11005
|
+
hiddenRetry: true
|
|
11010
11006
|
});
|
|
11011
11007
|
}
|
|
11012
11008
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(kit.space, {
|
|
@@ -11177,7 +11173,8 @@ function EditFieldModal(props) {
|
|
|
11177
11173
|
style: {
|
|
11178
11174
|
marginTop: 16
|
|
11179
11175
|
},
|
|
11180
|
-
errorMsgs
|
|
11176
|
+
errorMsgs,
|
|
11177
|
+
isEdit: true
|
|
11181
11178
|
})]
|
|
11182
11179
|
});
|
|
11183
11180
|
}
|
|
@@ -11201,7 +11198,7 @@ function EditField(props) {
|
|
|
11201
11198
|
children: i18n2.t("dovetail.edit")
|
|
11202
11199
|
});
|
|
11203
11200
|
}
|
|
11204
|
-
const
|
|
11201
|
+
const index_c9frt4 = "";
|
|
11205
11202
|
const WorkloadReplicasWrapperStyle = "w8ychfk";
|
|
11206
11203
|
const DonutChartWrapperStyle = "d1o004do";
|
|
11207
11204
|
const DonutChartStyle = "dfo80qq";
|
|
@@ -11210,6 +11207,7 @@ const ReadyValueStyle = "r1bm8olw";
|
|
|
11210
11207
|
const ReplicasValueStyle = "r1oqudbh";
|
|
11211
11208
|
const ContentWrapperStyle = "c18i6jtg";
|
|
11212
11209
|
const LabelStyle = "lpm22il";
|
|
11210
|
+
const ValueStyle = "v1ixr1me";
|
|
11213
11211
|
const WorkloadReplicasForm = React__default.forwardRef(function WorkloadReplicasForm2(props, ref) {
|
|
11214
11212
|
const {
|
|
11215
11213
|
defaultValue,
|
|
@@ -11338,16 +11336,18 @@ function WorkloadReplicas({
|
|
|
11338
11336
|
className: ContentWrapperStyle,
|
|
11339
11337
|
children: [/* @__PURE__ */ jsxRuntimeExports.jsxs("tr", {
|
|
11340
11338
|
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("td", {
|
|
11341
|
-
className: LabelStyle,
|
|
11339
|
+
className: cx_default(LabelStyle, Typo.Label.l3_regular),
|
|
11342
11340
|
children: t2("dovetail.pod_ready_num")
|
|
11343
11341
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("td", {
|
|
11342
|
+
className: cx_default(ValueStyle, Typo.Label.l3_regular),
|
|
11344
11343
|
children: readyReplicas
|
|
11345
11344
|
})]
|
|
11346
11345
|
}), /* @__PURE__ */ jsxRuntimeExports.jsxs("tr", {
|
|
11347
11346
|
children: [/* @__PURE__ */ jsxRuntimeExports.jsx("td", {
|
|
11348
|
-
className: LabelStyle,
|
|
11347
|
+
className: cx_default(LabelStyle, Typo.Label.l3_regular),
|
|
11349
11348
|
children: t2("dovetail.pod_replicas_num")
|
|
11350
11349
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("td", {
|
|
11350
|
+
className: cx_default(ValueStyle, Typo.Label.l3_regular),
|
|
11351
11351
|
children: replicas
|
|
11352
11352
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("td", {
|
|
11353
11353
|
children: editable && canScale && /* @__PURE__ */ jsxRuntimeExports.jsx(EditField, {
|
|
@@ -17367,7 +17367,7 @@ const PodLog = ({
|
|
|
17367
17367
|
})]
|
|
17368
17368
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
|
|
17369
17369
|
className: ContentStyle$1,
|
|
17370
|
-
children: logType === "previous" && !logs.length ? /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
17370
|
+
children: logType === "previous" && !logs.length ? /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, {
|
|
17371
17371
|
style: {
|
|
17372
17372
|
height: "100%"
|
|
17373
17373
|
},
|
|
@@ -17600,7 +17600,8 @@ const NetworkPolicyRulesViewer = ({
|
|
|
17600
17600
|
}),
|
|
17601
17601
|
style: {
|
|
17602
17602
|
padding: "15px 0"
|
|
17603
|
-
}
|
|
17603
|
+
},
|
|
17604
|
+
hiddenRetry: true
|
|
17604
17605
|
});
|
|
17605
17606
|
}
|
|
17606
17607
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(MonacoYamlEditor$1, {
|
|
@@ -17681,7 +17682,7 @@ const PodContainersTable = ({
|
|
|
17681
17682
|
[containerStatuses, initContainerStatuses]
|
|
17682
17683
|
);
|
|
17683
17684
|
if (dataSource.length === 0) {
|
|
17684
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, { errorText: i18n2.t("dovetail.no_resource", { kind: i18n2.t("dovetail.container") }), style: { padding: "15px 0" } });
|
|
17685
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, { errorText: i18n2.t("dovetail.no_resource", { kind: i18n2.t("dovetail.container") }), style: { padding: "15px 0" }, hiddenRetry: true });
|
|
17685
17686
|
}
|
|
17686
17687
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17687
17688
|
Table$1,
|
|
@@ -17963,6 +17964,44 @@ function WorkloadDropdown(props) {
|
|
|
17963
17964
|
children
|
|
17964
17965
|
] });
|
|
17965
17966
|
}
|
|
17967
|
+
function ReplicasDropdown(props) {
|
|
17968
|
+
const { record, size, children } = props;
|
|
17969
|
+
const kit = useUIKit();
|
|
17970
|
+
const { t: t2 } = useTranslation();
|
|
17971
|
+
const formRef = useRef(null);
|
|
17972
|
+
const { action } = useResource();
|
|
17973
|
+
const isInShowPage = action === "show";
|
|
17974
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(WorkloadDropdown, { record, size, children: [
|
|
17975
|
+
isInShowPage ? null : /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17976
|
+
kit.menu.Item,
|
|
17977
|
+
{
|
|
17978
|
+
onClick: () => {
|
|
17979
|
+
const modalProps = {
|
|
17980
|
+
formRef,
|
|
17981
|
+
title: t2("dovetail.edit_replicas"),
|
|
17982
|
+
renderContent() {
|
|
17983
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17984
|
+
WorkloadReplicasForm,
|
|
17985
|
+
{
|
|
17986
|
+
ref: formRef,
|
|
17987
|
+
defaultValue: record.replicas || 0,
|
|
17988
|
+
record,
|
|
17989
|
+
label: t2("dovetail.pod_replicas_num")
|
|
17990
|
+
}
|
|
17991
|
+
);
|
|
17992
|
+
}
|
|
17993
|
+
};
|
|
17994
|
+
pushModal({
|
|
17995
|
+
component: EditFieldModal,
|
|
17996
|
+
props: modalProps
|
|
17997
|
+
});
|
|
17998
|
+
},
|
|
17999
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$1, { src: EditPen16PrimaryIcon, children: t2("dovetail.edit_replicas") })
|
|
18000
|
+
}
|
|
18001
|
+
),
|
|
18002
|
+
children
|
|
18003
|
+
] });
|
|
18004
|
+
}
|
|
17966
18005
|
globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
17967
18006
|
function adopt(value2) {
|
|
17968
18007
|
return value2 instanceof P ? value2 : new P(function(resolve) {
|
|
@@ -18253,7 +18292,7 @@ function ListPage(props) {
|
|
|
18253
18292
|
className: NamespaceFilterStyle
|
|
18254
18293
|
}), /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
|
|
18255
18294
|
className: TableStyle,
|
|
18256
|
-
children: !(tableProps.data.length || tableProps.loading) ? /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
18295
|
+
children: !(tableProps.data.length || tableProps.loading) ? /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, {
|
|
18257
18296
|
errorText: tableProps.empty || t2("dovetail.no_resource", {
|
|
18258
18297
|
kind: ` ${config.kind}`
|
|
18259
18298
|
}),
|
|
@@ -22143,7 +22182,7 @@ const Separator = () => {
|
|
|
22143
22182
|
});
|
|
22144
22183
|
};
|
|
22145
22184
|
const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
|
|
22146
|
-
const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-
|
|
22185
|
+
const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-bbf8d9dd.js"));
|
|
22147
22186
|
const YamlEditorComponent = forwardRef(
|
|
22148
22187
|
function YamlEditorComponent2(props, ref) {
|
|
22149
22188
|
const {
|
|
@@ -22805,7 +22844,7 @@ function YamlForm(props) {
|
|
|
22805
22844
|
isEdit: action === "edit"
|
|
22806
22845
|
})
|
|
22807
22846
|
})]
|
|
22808
|
-
}) : /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent, {
|
|
22847
|
+
}) : /* @__PURE__ */ jsxRuntimeExports.jsx(WidgetErrorContent$1, {
|
|
22809
22848
|
errorText: t2("dovetail.fetch_schema_fail"),
|
|
22810
22849
|
refetch: fetchSchema
|
|
22811
22850
|
});
|
|
@@ -24040,7 +24079,7 @@ const relationPlugin = new RelationPlugin();
|
|
|
24040
24079
|
const ProviderPlugins = [relationPlugin, modelPlugin];
|
|
24041
24080
|
const dovetailRefineI18n = i18n;
|
|
24042
24081
|
export {
|
|
24043
|
-
|
|
24082
|
+
ResourceList as $,
|
|
24044
24083
|
AgeColumnRenderer as A,
|
|
24045
24084
|
useOpenForm as B,
|
|
24046
24085
|
CommonSorter as C,
|
|
@@ -24065,140 +24104,141 @@ export {
|
|
|
24065
24104
|
PodContainersTable as V,
|
|
24066
24105
|
WorkloadImageColumnRenderer as W,
|
|
24067
24106
|
WorkloadDropdown as X,
|
|
24068
|
-
|
|
24069
|
-
|
|
24070
|
-
|
|
24107
|
+
ReplicasDropdown as Y,
|
|
24108
|
+
CreateButton as Z,
|
|
24109
|
+
ImageNames as _,
|
|
24071
24110
|
useDeleteModal as a,
|
|
24072
|
-
|
|
24073
|
-
|
|
24074
|
-
|
|
24075
|
-
|
|
24076
|
-
|
|
24077
|
-
|
|
24078
|
-
|
|
24079
|
-
|
|
24080
|
-
|
|
24081
|
-
|
|
24082
|
-
|
|
24083
|
-
|
|
24084
|
-
|
|
24085
|
-
|
|
24086
|
-
|
|
24087
|
-
|
|
24088
|
-
|
|
24089
|
-
|
|
24090
|
-
|
|
24091
|
-
|
|
24092
|
-
|
|
24093
|
-
|
|
24094
|
-
|
|
24095
|
-
|
|
24096
|
-
|
|
24097
|
-
|
|
24098
|
-
|
|
24099
|
-
|
|
24100
|
-
|
|
24101
|
-
|
|
24102
|
-
|
|
24103
|
-
|
|
24104
|
-
|
|
24105
|
-
|
|
24106
|
-
|
|
24107
|
-
|
|
24108
|
-
|
|
24109
|
-
|
|
24110
|
-
|
|
24111
|
-
|
|
24112
|
-
|
|
24113
|
-
|
|
24114
|
-
|
|
24115
|
-
|
|
24116
|
-
|
|
24117
|
-
|
|
24118
|
-
|
|
24119
|
-
|
|
24120
|
-
|
|
24121
|
-
|
|
24122
|
-
|
|
24123
|
-
|
|
24124
|
-
|
|
24125
|
-
|
|
24126
|
-
|
|
24127
|
-
|
|
24128
|
-
|
|
24129
|
-
|
|
24130
|
-
|
|
24131
|
-
|
|
24132
|
-
|
|
24133
|
-
|
|
24134
|
-
|
|
24135
|
-
|
|
24111
|
+
EditButton as a$,
|
|
24112
|
+
ResourceShow as a0,
|
|
24113
|
+
ResourceForm as a1,
|
|
24114
|
+
ResourceCRUD as a2,
|
|
24115
|
+
WorkloadPodsTable as a3,
|
|
24116
|
+
CronJobDropdown as a4,
|
|
24117
|
+
ResourceUsageBar as a5,
|
|
24118
|
+
WorkloadReplicasForm as a6,
|
|
24119
|
+
WorkloadReplicas as a7,
|
|
24120
|
+
CronjobJobsTable as a8,
|
|
24121
|
+
KeyValue as a9,
|
|
24122
|
+
ServiceOutClusterAccessField as aA,
|
|
24123
|
+
PodSelectorField as aB,
|
|
24124
|
+
PortsTableField as aC,
|
|
24125
|
+
DurationField as aD,
|
|
24126
|
+
EventsTab as aE,
|
|
24127
|
+
PodLogTab as aF,
|
|
24128
|
+
BasicGroup as aG,
|
|
24129
|
+
PodsGroup as aH,
|
|
24130
|
+
PodContainersGroup as aI,
|
|
24131
|
+
ServicePodsGroup as aJ,
|
|
24132
|
+
ConditionsGroup as aK,
|
|
24133
|
+
SecretDataGroup as aL,
|
|
24134
|
+
JobsGroup as aM,
|
|
24135
|
+
IngressRulesGroup as aN,
|
|
24136
|
+
PodSelectorGroup as aO,
|
|
24137
|
+
PortsGroup as aP,
|
|
24138
|
+
DataGroup as aQ,
|
|
24139
|
+
NetworkPolicyIngressRulesGroup as aR,
|
|
24140
|
+
NetworkPolicyEgressRulesGroup as aS,
|
|
24141
|
+
ShowGroupComponent as aT,
|
|
24142
|
+
ShowContent as aU,
|
|
24143
|
+
DeleteManyButton as aV,
|
|
24144
|
+
ListPage as aW,
|
|
24145
|
+
StateTagStyle as aX,
|
|
24146
|
+
StateTag as aY,
|
|
24147
|
+
DrawerShow as aZ,
|
|
24148
|
+
Menu as a_,
|
|
24149
|
+
KeyValueAnnotation as aa,
|
|
24150
|
+
KeyValueSecret as ab,
|
|
24151
|
+
Separator as ac,
|
|
24152
|
+
YamlEditorComponent as ad,
|
|
24153
|
+
DeleteButton as ae,
|
|
24154
|
+
Layout as af,
|
|
24155
|
+
AreaType as ag,
|
|
24156
|
+
ImageField as ah,
|
|
24157
|
+
ReplicaField as ai,
|
|
24158
|
+
ConditionsField as aj,
|
|
24159
|
+
PodsField as ak,
|
|
24160
|
+
JobsField as al,
|
|
24161
|
+
DataField as am,
|
|
24162
|
+
SecretDataField as an,
|
|
24163
|
+
StartTimeField as ao,
|
|
24164
|
+
ServiceTypeField as ap,
|
|
24165
|
+
ClusterIpField as aq,
|
|
24166
|
+
SessionAffinityField as ar,
|
|
24167
|
+
ServicePodsField as as,
|
|
24168
|
+
IngressRulesTableTabField as at,
|
|
24169
|
+
EventsTableTabField as au,
|
|
24170
|
+
NamespaceField as av,
|
|
24171
|
+
AgeField as aw,
|
|
24172
|
+
LabelsField as ax,
|
|
24173
|
+
AnnotationsField as ay,
|
|
24174
|
+
ServiceInnerClusterAccessField as az,
|
|
24136
24175
|
NameSpaceColumnRenderer as b,
|
|
24137
|
-
|
|
24138
|
-
|
|
24139
|
-
|
|
24140
|
-
|
|
24141
|
-
|
|
24142
|
-
|
|
24143
|
-
|
|
24144
|
-
|
|
24145
|
-
|
|
24146
|
-
|
|
24147
|
-
|
|
24148
|
-
|
|
24149
|
-
|
|
24150
|
-
|
|
24151
|
-
|
|
24152
|
-
|
|
24153
|
-
|
|
24154
|
-
|
|
24155
|
-
|
|
24156
|
-
|
|
24157
|
-
|
|
24158
|
-
|
|
24159
|
-
|
|
24160
|
-
|
|
24161
|
-
|
|
24162
|
-
|
|
24163
|
-
|
|
24164
|
-
|
|
24165
|
-
|
|
24166
|
-
|
|
24167
|
-
|
|
24168
|
-
|
|
24169
|
-
|
|
24170
|
-
|
|
24171
|
-
|
|
24172
|
-
|
|
24173
|
-
|
|
24174
|
-
|
|
24175
|
-
|
|
24176
|
-
|
|
24177
|
-
|
|
24178
|
-
|
|
24179
|
-
|
|
24180
|
-
|
|
24181
|
-
|
|
24182
|
-
|
|
24183
|
-
|
|
24184
|
-
|
|
24185
|
-
|
|
24186
|
-
|
|
24187
|
-
|
|
24188
|
-
|
|
24189
|
-
|
|
24190
|
-
|
|
24191
|
-
|
|
24192
|
-
|
|
24193
|
-
|
|
24194
|
-
|
|
24195
|
-
|
|
24196
|
-
|
|
24197
|
-
|
|
24198
|
-
|
|
24199
|
-
|
|
24200
|
-
|
|
24176
|
+
ServiceModel as b$,
|
|
24177
|
+
ReferenceLink as b0,
|
|
24178
|
+
ResourceLink as b1,
|
|
24179
|
+
NS_STORE_KEY as b2,
|
|
24180
|
+
ALL_NS as b3,
|
|
24181
|
+
useNamespacesFilter as b4,
|
|
24182
|
+
NamespacesFilter as b5,
|
|
24183
|
+
FormModal as b6,
|
|
24184
|
+
RefineFormContent as b7,
|
|
24185
|
+
RefineFormPage as b8,
|
|
24186
|
+
SchemaStrategy as b9,
|
|
24187
|
+
SECRET_OPAQUE_INIT_VALUE as bA,
|
|
24188
|
+
SECRET_IMAGE_REPO_INIT_VALUE as bB,
|
|
24189
|
+
SECRET_BASIC_AUTH_INIT_VALUE as bC,
|
|
24190
|
+
SECRET_SSH_AUTH_INIT_VALUE as bD,
|
|
24191
|
+
SECRET_TLS_INIT_VALUE as bE,
|
|
24192
|
+
SECRET_CUSTOM_INIT_VALUE as bF,
|
|
24193
|
+
WorkloadState as bG,
|
|
24194
|
+
Dovetail as bH,
|
|
24195
|
+
RESOURCE_GROUP as bI,
|
|
24196
|
+
FormType as bJ,
|
|
24197
|
+
ComponentContext as bK,
|
|
24198
|
+
GlobalStoreContext as bL,
|
|
24199
|
+
ConfigsContext as bM,
|
|
24200
|
+
IngressModel as bN,
|
|
24201
|
+
NetworkPolicyModel as bO,
|
|
24202
|
+
JobModel as bP,
|
|
24203
|
+
WorkloadModel as bQ,
|
|
24204
|
+
WorkloadBaseModel as bR,
|
|
24205
|
+
PodModel as bS,
|
|
24206
|
+
PodMetricsModel as bT,
|
|
24207
|
+
ResourceModel as bU,
|
|
24208
|
+
CronJobModel as bV,
|
|
24209
|
+
EventModel as bW,
|
|
24210
|
+
DeploymentModel as bX,
|
|
24211
|
+
DaemonSetModel as bY,
|
|
24212
|
+
StatefulSetModel as bZ,
|
|
24213
|
+
ServiceTypeEnum as b_,
|
|
24214
|
+
YamlForm as ba,
|
|
24215
|
+
useRefineForm as bb,
|
|
24216
|
+
ServiceInClusterAccessComponent as bc,
|
|
24217
|
+
ServiceOutClusterAccessComponent as bd,
|
|
24218
|
+
Tags as be,
|
|
24219
|
+
TextTags as bf,
|
|
24220
|
+
PodLog as bg,
|
|
24221
|
+
NetworkPolicyRulesViewer as bh,
|
|
24222
|
+
Tabs as bi,
|
|
24223
|
+
BASE_INIT_VALUE as bj,
|
|
24224
|
+
DEPLOYMENT_INIT_VALUE as bk,
|
|
24225
|
+
CRONJOB_INIT_VALUE as bl,
|
|
24226
|
+
DAEMONSET_INIT_VALUE as bm,
|
|
24227
|
+
JOB_INIT_VALUE as bn,
|
|
24228
|
+
STATEFULSET_INIT_VALUE as bo,
|
|
24229
|
+
POD_INIT_VALUE as bp,
|
|
24230
|
+
SERVICE_CLUSTER_IP_INIT_VALUE as bq,
|
|
24231
|
+
SERVICE_NODE_PORT_INIT_VALUE as br,
|
|
24232
|
+
SERVICE_LOAD_BALANCER_INIT_VALUE as bs,
|
|
24233
|
+
SERVICE_EXTERNAL_NAME_INIT_VALUE as bt,
|
|
24234
|
+
SERVICE_HEADLESS_INIT_VALUE as bu,
|
|
24235
|
+
INGRESS_INIT_VALUE as bv,
|
|
24236
|
+
NETWORK_POLICY_INIT_VALUE as bw,
|
|
24237
|
+
CONFIG_MAP_INIT_VALUE as bx,
|
|
24238
|
+
SERVER_INSTANCE_INIT_VALUE as by,
|
|
24239
|
+
TIMESTAMP_LABEL as bz,
|
|
24201
24240
|
WorkloadRestartsColumnRenderer as c,
|
|
24241
|
+
ProviderPlugins as c0,
|
|
24202
24242
|
dovetailRefineI18n as d,
|
|
24203
24243
|
NodeNameColumnRenderer as e,
|
|
24204
24244
|
RestartCountColumnRenderer as f,
|