xshell 1.3.19 → 1.3.21

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.
@@ -1,66 +1,27 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 33
5
- /*!****************************************************************************!*\
6
- !*** ./node_modules/.pnpm/is-mobile@5.0.0/node_modules/is-mobile/index.js ***!
7
- \****************************************************************************/
4
+ /***/ 21
5
+ /*!**********************************************************************************!*\
6
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekOfYear.js ***!
7
+ \**********************************************************************************/
8
8
  (module) {
9
9
 
10
- "use strict";
11
-
12
-
13
- module.exports = isMobile
14
- module.exports.isMobile = isMobile
15
- module.exports["default"] = isMobile
16
-
17
- const mobileRE = /(android|bb\d+|meego).+mobile|armv7l|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|redmi|series[46]0|samsungbrowser.*mobile|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i
18
- const notMobileRE = /CrOS/
19
-
20
- const tabletRE = /android|ipad|playbook|silk/i
21
-
22
- function isMobile (opts) {
23
- if (!opts) opts = {}
24
- let ua = opts.ua
25
- if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
26
- if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
27
- ua = ua.headers['user-agent']
28
- }
29
- if (typeof ua !== 'string') return false
30
-
31
- let result =
32
- (mobileRE.test(ua) && !notMobileRE.test(ua)) ||
33
- (!!opts.tablet && tabletRE.test(ua))
34
-
35
- if (
36
- !result &&
37
- opts.tablet &&
38
- opts.featureDetect &&
39
- navigator &&
40
- navigator.maxTouchPoints > 1 &&
41
- ua.indexOf('Macintosh') !== -1 &&
42
- ua.indexOf('Safari') !== -1
43
- ) {
44
- result = true
45
- }
46
-
47
- return result
48
- }
49
-
10
+ !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";var e="week",t="year";return function(i,n,r){var f=n.prototype;f.week=function(i){if(void 0===i&&(i=null),null!==i)return this.add(7*(i-this.week()),"day");var n=this.$locale().yearStart||1;if(11===this.month()&&this.date()>25){var f=r(this).startOf(t).add(1,t).date(n),s=r(this).endOf(e);if(f.isBefore(s))return 1}var a=r(this).startOf(t).date(n).startOf(e).subtract(1,"millisecond"),o=this.diff(a,e,!0);return o<0?r(this).startOf("week").week():Math.ceil(o)},f.weeks=function(e){return void 0===e&&(e=null),this.week(e)}}}));
50
11
 
51
12
  /***/ },
52
13
 
53
- /***/ 212
54
- /*!*****************************************************************************************!*\
55
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/customParseFormat.js ***!
56
- \*****************************************************************************************/
14
+ /***/ 128
15
+ /*!**************************************************************************************!*\
16
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/advancedFormat.js ***!
17
+ \**************************************************************************************/
57
18
  (module) {
58
19
 
59
- !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,n=/\d/,r=/\d\d/,i=/\d\d?/,o=/\d*[^-_:/,()\s\d]+/,s={},a=function(e){return(e=+e)+(e>68?1900:2e3)};var f=function(e){return function(t){this[e]=+t}},h=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e)}],u=function(e){var t=s[e];return t&&(t.indexOf?t:t.s.concat(t.f))},d=function(e,t){var n,r=s.meridiem;if(r){for(var i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},c={A:[o,function(e){this.afternoon=d(e,!1)}],a:[o,function(e){this.afternoon=d(e,!0)}],Q:[n,function(e){this.month=3*(e-1)+1}],S:[n,function(e){this.milliseconds=100*+e}],SS:[r,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[i,f("seconds")],ss:[i,f("seconds")],m:[i,f("minutes")],mm:[i,f("minutes")],H:[i,f("hours")],h:[i,f("hours")],HH:[i,f("hours")],hh:[i,f("hours")],D:[i,f("day")],DD:[r,f("day")],Do:[o,function(e){var t=s.ordinal,n=e.match(/\d+/);if(this.day=n[0],t)for(var r=1;r<=31;r+=1)t(r).replace(/\[|\]/g,"")===e&&(this.day=r)}],w:[i,f("week")],ww:[r,f("week")],M:[i,f("month")],MM:[r,f("month")],MMM:[o,function(e){var t=u("months"),n=(u("monthsShort")||t.map((function(e){return e.slice(0,3)}))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n}],MMMM:[o,function(e){var t=u("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,f("year")],YY:[r,function(e){this.year=a(e)}],YYYY:[/\d{4}/,f("year")],Z:h,ZZ:h};function l(n){var r,i;r=n,i=s&&s.formats;for(var o=(n=r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,n,r){var o=r&&r.toUpperCase();return n||i[r]||e[r]||i[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))).match(t),a=o.length,f=0;f<a;f+=1){var h=o[f],u=c[h],d=u&&u[0],l=u&&u[1];o[f]=l?{regex:d,parser:l}:h.replace(/^\[|\]$/g,"")}return function(e){for(var t={},n=0,r=0;n<a;n+=1){var i=o[n];if("string"==typeof i)r+=i.length;else{var s=i.regex,f=i.parser,h=e.slice(r),u=s.exec(h)[0];f.call(t,u),e=e.replace(u,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var n=e.hours;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,n){n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(a=e.parseTwoDigitYear);var r=t.prototype,i=r.parse;r.parse=function(e){var t=e.date,r=e.utc,o=e.args;this.$u=r;var a=o[1];if("string"==typeof a){var f=!0===o[2],h=!0===o[3],u=f||h,d=o[2];h&&(d=o[2]),s=this.$locale(),!f&&d&&(s=n.Ls[d]),this.$d=function(e,t,n,r){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var i=l(t)(e),o=i.year,s=i.month,a=i.day,f=i.hours,h=i.minutes,u=i.seconds,d=i.milliseconds,c=i.zone,m=i.week,M=new Date,Y=a||(o||s?1:M.getDate()),p=o||M.getFullYear(),v=0;o&&!s||(v=s>0?s-1:M.getMonth());var D,w=f||0,g=h||0,y=u||0,L=d||0;return c?new Date(Date.UTC(p,v,Y,w,g,y,L+60*c.offset*1e3)):n?new Date(Date.UTC(p,v,Y,w,g,y,L)):(D=new Date(p,v,Y,w,g,y,L),m&&(D=r(D).week(m).toDate()),D)}catch(e){return new Date("")}}(t,a,r,n),this.init(),d&&!0!==d&&(this.$L=this.locale(d).$L),u&&t!=this.format(a)&&(this.$d=new Date("")),s={}}else if(a instanceof Array)for(var c=a.length,m=1;m<=c;m+=1){o[1]=a[m-1];var M=n.apply(this,o);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}m===c&&(this.$d=new Date(""))}else i.call(this,e)}}}));
20
+ !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){var r=t.prototype,n=r.format;r.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return n.bind(this)(e);var s=this.$utils(),a=(e||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(e){switch(e){case"Q":return Math.ceil((t.$M+1)/3);case"Do":return r.ordinal(t.$D);case"gggg":return t.weekYear();case"GGGG":return t.isoWeekYear();case"wo":return r.ordinal(t.week(),"W");case"w":case"ww":return s.s(t.week(),"w"===e?1:2,"0");case"W":case"WW":return s.s(t.isoWeek(),"W"===e?1:2,"0");case"k":case"kk":return s.s(String(0===t.$H?24:t.$H),"k"===e?1:2,"0");case"X":return Math.floor(t.$d.getTime()/1e3);case"x":return t.$d.getTime();case"z":return"["+t.offsetName()+"]";case"zzz":return"["+t.offsetName("long")+"]";default:return e}}));return n.bind(this)(a)}}}));
60
21
 
61
22
  /***/ },
62
23
 
63
- /***/ 245
24
+ /***/ 233
64
25
  /*!***************************************************************************!*\
65
26
  !*** ./node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/index.js ***!
66
27
  \***************************************************************************/
@@ -70,94 +31,40 @@ function isMobile (opts) {
70
31
 
71
32
 
72
33
  if (true) {
73
- module.exports = __webpack_require__(/*! ./cjs/react-is.production.min.js */ 433);
34
+ module.exports = __webpack_require__(/*! ./cjs/react-is.production.min.js */ 885);
74
35
  } else // removed by dead control flow
75
36
  {}
76
37
 
77
38
 
78
39
  /***/ },
79
40
 
80
- /***/ 319
81
- /*!*********************************************************************************************!*\
82
- !*** ./node_modules/.pnpm/string-convert@0.2.1/node_modules/string-convert/camel2hyphen.js ***!
83
- \*********************************************************************************************/
84
- (module) {
85
-
86
- var camel2hyphen = function (str) {
87
- return str
88
- .replace(/[A-Z]/g, function (match) {
89
- return '-' + match.toLowerCase();
90
- })
91
- .toLowerCase();
92
- };
93
-
94
- module.exports = camel2hyphen;
95
-
96
- /***/ },
97
-
98
- /***/ 433
99
- /*!*************************************************************************************************!*\
100
- !*** ./node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.js ***!
101
- \*************************************************************************************************/
102
- (__unused_webpack_module, exports) {
103
-
104
- "use strict";
105
- var __webpack_unused_export__;
106
- /**
107
- * @license React
108
- * react-is.production.min.js
109
- *
110
- * Copyright (c) Facebook, Inc. and its affiliates.
111
- *
112
- * This source code is licensed under the MIT license found in the
113
- * LICENSE file in the root directory of this source tree.
114
- */
115
- var b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t=Symbol.for("react.offscreen"),u;u=Symbol.for("react.module.reference");
116
- function v(a){if("object"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}__webpack_unused_export__=h;__webpack_unused_export__=g;__webpack_unused_export__=b;exports.ForwardRef=l;__webpack_unused_export__=d;__webpack_unused_export__=q;__webpack_unused_export__=p;__webpack_unused_export__=c;__webpack_unused_export__=f;__webpack_unused_export__=e;__webpack_unused_export__=m;
117
- __webpack_unused_export__=n;__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(a){return v(a)===h};__webpack_unused_export__=function(a){return v(a)===g};__webpack_unused_export__=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===b};__webpack_unused_export__=function(a){return v(a)===l};__webpack_unused_export__=function(a){return v(a)===d};__webpack_unused_export__=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};
118
- __webpack_unused_export__=function(a){return v(a)===c};__webpack_unused_export__=function(a){return v(a)===f};__webpack_unused_export__=function(a){return v(a)===e};__webpack_unused_export__=function(a){return v(a)===m};__webpack_unused_export__=function(a){return v(a)===n};
119
- __webpack_unused_export__=function(a){return"string"===typeof a||"function"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||"object"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};__webpack_unused_export__=v;
120
-
121
-
122
- /***/ },
123
-
124
- /***/ 489
125
- /*!**********************************************************************************!*\
126
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekOfYear.js ***!
127
- \**********************************************************************************/
128
- (module) {
129
-
130
- !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";var e="week",t="year";return function(i,n,r){var f=n.prototype;f.week=function(i){if(void 0===i&&(i=null),null!==i)return this.add(7*(i-this.week()),"day");var n=this.$locale().yearStart||1;if(11===this.month()&&this.date()>25){var f=r(this).startOf(t).add(1,t).date(n),s=r(this).endOf(e);if(f.isBefore(s))return 1}var a=r(this).startOf(t).date(n).startOf(e).subtract(1,"millisecond"),o=this.diff(a,e,!0);return o<0?r(this).startOf("week").week():Math.ceil(o)},f.weeks=function(e){return void 0===e&&(e=null),this.week(e)}}}));
131
-
132
- /***/ },
133
-
134
- /***/ 687
135
- /*!**********************************************************************************!*\
136
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js ***!
137
- \**********************************************************************************/
41
+ /***/ 259
42
+ /*!*******************************************************************************!*\
43
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js ***!
44
+ \*******************************************************************************/
138
45
  (module) {
139
46
 
140
- !function(n,e){ true?module.exports=e():0}(this,(function(){"use strict";return function(n,e,t){var r=e.prototype,o=function(n){return n&&(n.indexOf?n:n.s)},u=function(n,e,t,r,u){var i=n.name?n:n.$locale(),a=o(i[e]),s=o(i[t]),f=a||s.map((function(n){return n.slice(0,r)}));if(!u)return f;var d=i.weekStart;return f.map((function(n,e){return f[(e+(d||0))%7]}))},i=function(){return t.Ls[t.locale()]},a=function(n,e){return n.formats[e]||function(n){return n.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(n,e,t){return e||t.slice(1)}))}(n.formats[e.toUpperCase()])},s=function(){var n=this;return{months:function(e){return e?e.format("MMMM"):u(n,"months")},monthsShort:function(e){return e?e.format("MMM"):u(n,"monthsShort","months",3)},firstDayOfWeek:function(){return n.$locale().weekStart||0},weekdays:function(e){return e?e.format("dddd"):u(n,"weekdays")},weekdaysMin:function(e){return e?e.format("dd"):u(n,"weekdaysMin","weekdays",2)},weekdaysShort:function(e){return e?e.format("ddd"):u(n,"weekdaysShort","weekdays",3)},longDateFormat:function(e){return a(n.$locale(),e)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return s.bind(this)()},t.localeData=function(){var n=i();return{firstDayOfWeek:function(){return n.weekStart||0},weekdays:function(){return t.weekdays()},weekdaysShort:function(){return t.weekdaysShort()},weekdaysMin:function(){return t.weekdaysMin()},months:function(){return t.months()},monthsShort:function(){return t.monthsShort()},longDateFormat:function(e){return a(n,e)},meridiem:n.meridiem,ordinal:n.ordinal}},t.months=function(){return u(i(),"months")},t.monthsShort=function(){return u(i(),"monthsShort","months",3)},t.weekdays=function(n){return u(i(),"weekdays",null,null,n)},t.weekdaysShort=function(n){return u(i(),"weekdaysShort","weekdays",3,n)},t.weekdaysMin=function(n){return u(i(),"weekdaysMin","weekdays",2,n)}}}));
47
+ !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){t.prototype.weekday=function(e){var t=this.$locale().weekStart||0,i=this.$W,n=(i<t?i+7:i)-t;return this.$utils().u(e)?n:this.subtract(n,"day").add(e,"day")}}}));
141
48
 
142
49
  /***/ },
143
50
 
144
- /***/ 903
145
- /*!*******************************************************************************!*\
146
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js ***!
147
- \*******************************************************************************/
51
+ /***/ 296
52
+ /*!*****************************************************************************************!*\
53
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/customParseFormat.js ***!
54
+ \*****************************************************************************************/
148
55
  (module) {
149
56
 
150
- !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){t.prototype.weekday=function(e){var t=this.$locale().weekStart||0,i=this.$W,n=(i<t?i+7:i)-t;return this.$utils().u(e)?n:this.subtract(n,"day").add(e,"day")}}}));
57
+ !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,n=/\d/,r=/\d\d/,i=/\d\d?/,o=/\d*[^-_:/,()\s\d]+/,s={},a=function(e){return(e=+e)+(e>68?1900:2e3)};var f=function(e){return function(t){this[e]=+t}},h=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e)}],u=function(e){var t=s[e];return t&&(t.indexOf?t:t.s.concat(t.f))},d=function(e,t){var n,r=s.meridiem;if(r){for(var i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},c={A:[o,function(e){this.afternoon=d(e,!1)}],a:[o,function(e){this.afternoon=d(e,!0)}],Q:[n,function(e){this.month=3*(e-1)+1}],S:[n,function(e){this.milliseconds=100*+e}],SS:[r,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[i,f("seconds")],ss:[i,f("seconds")],m:[i,f("minutes")],mm:[i,f("minutes")],H:[i,f("hours")],h:[i,f("hours")],HH:[i,f("hours")],hh:[i,f("hours")],D:[i,f("day")],DD:[r,f("day")],Do:[o,function(e){var t=s.ordinal,n=e.match(/\d+/);if(this.day=n[0],t)for(var r=1;r<=31;r+=1)t(r).replace(/\[|\]/g,"")===e&&(this.day=r)}],w:[i,f("week")],ww:[r,f("week")],M:[i,f("month")],MM:[r,f("month")],MMM:[o,function(e){var t=u("months"),n=(u("monthsShort")||t.map((function(e){return e.slice(0,3)}))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n}],MMMM:[o,function(e){var t=u("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,f("year")],YY:[r,function(e){this.year=a(e)}],YYYY:[/\d{4}/,f("year")],Z:h,ZZ:h};function l(n){var r,i;r=n,i=s&&s.formats;for(var o=(n=r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,n,r){var o=r&&r.toUpperCase();return n||i[r]||e[r]||i[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))).match(t),a=o.length,f=0;f<a;f+=1){var h=o[f],u=c[h],d=u&&u[0],l=u&&u[1];o[f]=l?{regex:d,parser:l}:h.replace(/^\[|\]$/g,"")}return function(e){for(var t={},n=0,r=0;n<a;n+=1){var i=o[n];if("string"==typeof i)r+=i.length;else{var s=i.regex,f=i.parser,h=e.slice(r),u=s.exec(h)[0];f.call(t,u),e=e.replace(u,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var n=e.hours;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,n){n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(a=e.parseTwoDigitYear);var r=t.prototype,i=r.parse;r.parse=function(e){var t=e.date,r=e.utc,o=e.args;this.$u=r;var a=o[1];if("string"==typeof a){var f=!0===o[2],h=!0===o[3],u=f||h,d=o[2];h&&(d=o[2]),s=this.$locale(),!f&&d&&(s=n.Ls[d]),this.$d=function(e,t,n,r){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var i=l(t)(e),o=i.year,s=i.month,a=i.day,f=i.hours,h=i.minutes,u=i.seconds,d=i.milliseconds,c=i.zone,m=i.week,M=new Date,Y=a||(o||s?1:M.getDate()),p=o||M.getFullYear(),v=0;o&&!s||(v=s>0?s-1:M.getMonth());var D,w=f||0,g=h||0,y=u||0,L=d||0;return c?new Date(Date.UTC(p,v,Y,w,g,y,L+60*c.offset*1e3)):n?new Date(Date.UTC(p,v,Y,w,g,y,L)):(D=new Date(p,v,Y,w,g,y,L),m&&(D=r(D).week(m).toDate()),D)}catch(e){return new Date("")}}(t,a,r,n),this.init(),d&&!0!==d&&(this.$L=this.locale(d).$L),u&&t!=this.format(a)&&(this.$d=new Date("")),s={}}else if(a instanceof Array)for(var c=a.length,m=1;m<=c;m+=1){o[1]=a[m-1];var M=n.apply(this,o);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}m===c&&(this.$d=new Date(""))}else i.call(this,e)}}}));
151
58
 
152
59
  /***/ },
153
60
 
154
- /***/ 940
61
+ /***/ 424
155
62
  /*!************************************************************************!*\
156
63
  !*** ./node_modules/.pnpm/json2mq@0.2.0/node_modules/json2mq/index.js ***!
157
64
  \************************************************************************/
158
65
  (module, __unused_webpack_exports, __webpack_require__) {
159
66
 
160
- var camel2hyphen = __webpack_require__(/*! string-convert/camel2hyphen */ 319);
67
+ var camel2hyphen = __webpack_require__(/*! string-convert/camel2hyphen */ 827);
161
68
 
162
69
  var isDimension = function (feature) {
163
70
  var re = /[height|width]$/;
@@ -211,23 +118,116 @@ module.exports = json2mq;
211
118
 
212
119
  /***/ },
213
120
 
214
- /***/ 948
215
- /*!********************************************************************************!*\
216
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekYear.js ***!
217
- \********************************************************************************/
121
+ /***/ 579
122
+ /*!**********************************************************************************!*\
123
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js ***!
124
+ \**********************************************************************************/
218
125
  (module) {
219
126
 
220
- !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){t.prototype.weekYear=function(){var e=this.month(),t=this.week(),n=this.year();return 1===t&&11===e?n+1:0===e&&t>=52?n-1:n}}}));
127
+ !function(n,e){ true?module.exports=e():0}(this,(function(){"use strict";return function(n,e,t){var r=e.prototype,o=function(n){return n&&(n.indexOf?n:n.s)},u=function(n,e,t,r,u){var i=n.name?n:n.$locale(),a=o(i[e]),s=o(i[t]),f=a||s.map((function(n){return n.slice(0,r)}));if(!u)return f;var d=i.weekStart;return f.map((function(n,e){return f[(e+(d||0))%7]}))},i=function(){return t.Ls[t.locale()]},a=function(n,e){return n.formats[e]||function(n){return n.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(n,e,t){return e||t.slice(1)}))}(n.formats[e.toUpperCase()])},s=function(){var n=this;return{months:function(e){return e?e.format("MMMM"):u(n,"months")},monthsShort:function(e){return e?e.format("MMM"):u(n,"monthsShort","months",3)},firstDayOfWeek:function(){return n.$locale().weekStart||0},weekdays:function(e){return e?e.format("dddd"):u(n,"weekdays")},weekdaysMin:function(e){return e?e.format("dd"):u(n,"weekdaysMin","weekdays",2)},weekdaysShort:function(e){return e?e.format("ddd"):u(n,"weekdaysShort","weekdays",3)},longDateFormat:function(e){return a(n.$locale(),e)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return s.bind(this)()},t.localeData=function(){var n=i();return{firstDayOfWeek:function(){return n.weekStart||0},weekdays:function(){return t.weekdays()},weekdaysShort:function(){return t.weekdaysShort()},weekdaysMin:function(){return t.weekdaysMin()},months:function(){return t.months()},monthsShort:function(){return t.monthsShort()},longDateFormat:function(e){return a(n,e)},meridiem:n.meridiem,ordinal:n.ordinal}},t.months=function(){return u(i(),"months")},t.monthsShort=function(){return u(i(),"monthsShort","months",3)},t.weekdays=function(n){return u(i(),"weekdays",null,null,n)},t.weekdaysShort=function(n){return u(i(),"weekdaysShort","weekdays",3,n)},t.weekdaysMin=function(n){return u(i(),"weekdaysMin","weekdays",2,n)}}}));
221
128
 
222
129
  /***/ },
223
130
 
224
- /***/ 972
225
- /*!**************************************************************************************!*\
226
- !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/advancedFormat.js ***!
227
- \**************************************************************************************/
131
+ /***/ 605
132
+ /*!****************************************************************************!*\
133
+ !*** ./node_modules/.pnpm/is-mobile@5.0.0/node_modules/is-mobile/index.js ***!
134
+ \****************************************************************************/
228
135
  (module) {
229
136
 
230
- !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){var r=t.prototype,n=r.format;r.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return n.bind(this)(e);var s=this.$utils(),a=(e||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(e){switch(e){case"Q":return Math.ceil((t.$M+1)/3);case"Do":return r.ordinal(t.$D);case"gggg":return t.weekYear();case"GGGG":return t.isoWeekYear();case"wo":return r.ordinal(t.week(),"W");case"w":case"ww":return s.s(t.week(),"w"===e?1:2,"0");case"W":case"WW":return s.s(t.isoWeek(),"W"===e?1:2,"0");case"k":case"kk":return s.s(String(0===t.$H?24:t.$H),"k"===e?1:2,"0");case"X":return Math.floor(t.$d.getTime()/1e3);case"x":return t.$d.getTime();case"z":return"["+t.offsetName()+"]";case"zzz":return"["+t.offsetName("long")+"]";default:return e}}));return n.bind(this)(a)}}}));
137
+ "use strict";
138
+
139
+
140
+ module.exports = isMobile
141
+ module.exports.isMobile = isMobile
142
+ module.exports["default"] = isMobile
143
+
144
+ const mobileRE = /(android|bb\d+|meego).+mobile|armv7l|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|redmi|series[46]0|samsungbrowser.*mobile|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i
145
+ const notMobileRE = /CrOS/
146
+
147
+ const tabletRE = /android|ipad|playbook|silk/i
148
+
149
+ function isMobile (opts) {
150
+ if (!opts) opts = {}
151
+ let ua = opts.ua
152
+ if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
153
+ if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
154
+ ua = ua.headers['user-agent']
155
+ }
156
+ if (typeof ua !== 'string') return false
157
+
158
+ let result =
159
+ (mobileRE.test(ua) && !notMobileRE.test(ua)) ||
160
+ (!!opts.tablet && tabletRE.test(ua))
161
+
162
+ if (
163
+ !result &&
164
+ opts.tablet &&
165
+ opts.featureDetect &&
166
+ navigator &&
167
+ navigator.maxTouchPoints > 1 &&
168
+ ua.indexOf('Macintosh') !== -1 &&
169
+ ua.indexOf('Safari') !== -1
170
+ ) {
171
+ result = true
172
+ }
173
+
174
+ return result
175
+ }
176
+
177
+
178
+ /***/ },
179
+
180
+ /***/ 827
181
+ /*!*********************************************************************************************!*\
182
+ !*** ./node_modules/.pnpm/string-convert@0.2.1/node_modules/string-convert/camel2hyphen.js ***!
183
+ \*********************************************************************************************/
184
+ (module) {
185
+
186
+ var camel2hyphen = function (str) {
187
+ return str
188
+ .replace(/[A-Z]/g, function (match) {
189
+ return '-' + match.toLowerCase();
190
+ })
191
+ .toLowerCase();
192
+ };
193
+
194
+ module.exports = camel2hyphen;
195
+
196
+ /***/ },
197
+
198
+ /***/ 885
199
+ /*!*************************************************************************************************!*\
200
+ !*** ./node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.js ***!
201
+ \*************************************************************************************************/
202
+ (__unused_webpack_module, exports) {
203
+
204
+ "use strict";
205
+ var __webpack_unused_export__;
206
+ /**
207
+ * @license React
208
+ * react-is.production.min.js
209
+ *
210
+ * Copyright (c) Facebook, Inc. and its affiliates.
211
+ *
212
+ * This source code is licensed under the MIT license found in the
213
+ * LICENSE file in the root directory of this source tree.
214
+ */
215
+ var b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t=Symbol.for("react.offscreen"),u;u=Symbol.for("react.module.reference");
216
+ function v(a){if("object"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}__webpack_unused_export__=h;__webpack_unused_export__=g;__webpack_unused_export__=b;exports.ForwardRef=l;__webpack_unused_export__=d;__webpack_unused_export__=q;__webpack_unused_export__=p;__webpack_unused_export__=c;__webpack_unused_export__=f;__webpack_unused_export__=e;__webpack_unused_export__=m;
217
+ __webpack_unused_export__=n;__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(a){return v(a)===h};__webpack_unused_export__=function(a){return v(a)===g};__webpack_unused_export__=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===b};__webpack_unused_export__=function(a){return v(a)===l};__webpack_unused_export__=function(a){return v(a)===d};__webpack_unused_export__=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};
218
+ __webpack_unused_export__=function(a){return v(a)===c};__webpack_unused_export__=function(a){return v(a)===f};__webpack_unused_export__=function(a){return v(a)===e};__webpack_unused_export__=function(a){return v(a)===m};__webpack_unused_export__=function(a){return v(a)===n};
219
+ __webpack_unused_export__=function(a){return"string"===typeof a||"function"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||"object"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};__webpack_unused_export__=v;
220
+
221
+
222
+ /***/ },
223
+
224
+ /***/ 920
225
+ /*!********************************************************************************!*\
226
+ !*** ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekYear.js ***!
227
+ \********************************************************************************/
228
+ (module) {
229
+
230
+ !function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";return function(e,t){t.prototype.weekYear=function(){var e=this.month(),t=this.week(),n=this.year();return 1===t&&11===e?n+1:0===e&&t>=52?n-1:n}}}));
231
231
 
232
232
  /***/ }
233
233
 
@@ -243,6 +243,12 @@ module.exports = json2mq;
243
243
  /******/ if (cachedModule !== undefined) {
244
244
  /******/ return cachedModule.exports;
245
245
  /******/ }
246
+ /******/ // Check if module exists (development only)
247
+ /******/ if (__webpack_modules__[moduleId] === undefined) {
248
+ /******/ var e = new Error("Cannot find module '" + moduleId + "'");
249
+ /******/ e.code = 'MODULE_NOT_FOUND';
250
+ /******/ throw e;
251
+ /******/ }
246
252
  /******/ // Create a new module (and put it into the cache)
247
253
  /******/ var module = __webpack_module_cache__[moduleId] = {
248
254
  /******/ // no module.id needed
@@ -529,7 +535,7 @@ function findDOMNode(node) {
529
535
  return null;
530
536
  }
531
537
  // EXTERNAL MODULE: ./node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/index.js
532
- var react_is = __webpack_require__(245);
538
+ var react_is = __webpack_require__(233);
533
539
  ;// ./node_modules/.pnpm/@rc-component+util@1.6.0_re_b0382fac9221426de8b9538126082336/node_modules/@rc-component/util/es/hooks/useMemo.js
534
540
 
535
541
  function useMemo_useMemo(getValue, condition, shouldUpdate) {
@@ -22502,8 +22508,17 @@ class FormStore {
22502
22508
 
22503
22509
  // We need fill the list as [] if Form.List is empty
22504
22510
  listNamePaths.forEach(namePath => {
22505
- if (!get(mergedValues, namePath)) {
22506
- mergedValues = set(mergedValues, namePath, []);
22511
+ const listValue = get(mergedValues, namePath);
22512
+
22513
+ // NOTE: `getFieldsValue(['list'])` may not include list root when Form.List isn't wrapped by a parent Field.
22514
+ // In this case we should fallback to store value first, and only fill `[]` when store doesn't have it.
22515
+ if (listValue === undefined) {
22516
+ const storeListValue = get(this.store, namePath);
22517
+ mergedValues = set(
22518
+ mergedValues,
22519
+ namePath,
22520
+ storeListValue === undefined ? [] : storeListValue,
22521
+ );
22507
22522
  }
22508
22523
  });
22509
22524
  return mergedValues;
@@ -22895,10 +22910,10 @@ class FormStore {
22895
22910
  const changedValues = cloneByNamePathList(this.store, [namePath]);
22896
22911
  const allValues = this.getFieldsValue();
22897
22912
  // Merge changedValues into allValues to ensure allValues contains the latest changes
22898
- const mergedAllValues = mergeWith([allValues, changedValues], {
22899
- // When value is array, it means trigger by Form.List which should replace directly
22900
- prepareArray: current => fieldEntity?.isList() ? [] : [...(current || [])]
22901
- });
22913
+ let mergedAllValues = allValues;
22914
+ if (fieldEntity?.isList()) {
22915
+ mergedAllValues = mergeWith([allValues, changedValues]);
22916
+ }
22902
22917
  onValuesChange(changedValues, mergedAllValues);
22903
22918
  }
22904
22919
  this.triggerOnFieldsChange([namePath, ...childrenFields]);
@@ -43495,22 +43510,22 @@ if (false) // removed by dead control flow
43495
43510
  const external_dayjs_namespaceObject = globalThis["dayjs"];
43496
43511
  var external_dayjs_default = /*#__PURE__*/__webpack_require__.n(external_dayjs_namespaceObject);
43497
43512
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js
43498
- var weekday = __webpack_require__(903);
43513
+ var weekday = __webpack_require__(259);
43499
43514
  var weekday_default = /*#__PURE__*/__webpack_require__.n(weekday);
43500
43515
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js
43501
- var localeData = __webpack_require__(687);
43516
+ var localeData = __webpack_require__(579);
43502
43517
  var localeData_default = /*#__PURE__*/__webpack_require__.n(localeData);
43503
43518
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekOfYear.js
43504
- var weekOfYear = __webpack_require__(489);
43519
+ var weekOfYear = __webpack_require__(21);
43505
43520
  var weekOfYear_default = /*#__PURE__*/__webpack_require__.n(weekOfYear);
43506
43521
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekYear.js
43507
- var weekYear = __webpack_require__(948);
43522
+ var weekYear = __webpack_require__(920);
43508
43523
  var weekYear_default = /*#__PURE__*/__webpack_require__.n(weekYear);
43509
43524
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/advancedFormat.js
43510
- var advancedFormat = __webpack_require__(972);
43525
+ var advancedFormat = __webpack_require__(128);
43511
43526
  var advancedFormat_default = /*#__PURE__*/__webpack_require__.n(advancedFormat);
43512
43527
  // EXTERNAL MODULE: ./node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/customParseFormat.js
43513
- var customParseFormat = __webpack_require__(212);
43528
+ var customParseFormat = __webpack_require__(296);
43514
43529
  var customParseFormat_default = /*#__PURE__*/__webpack_require__.n(customParseFormat);
43515
43530
  ;// ./node_modules/.pnpm/@rc-component+picker@1.9.0__62e4f36ca6e170c812e09cccc847ef4c/node_modules/@rc-component/picker/es/generate/dayjs.js
43516
43531
 
@@ -52935,7 +52950,7 @@ if (false) // removed by dead control flow
52935
52950
  {}
52936
52951
  /* harmony default export */ const icons_PlusOutlined = (PlusOutlined_RefIcon);
52937
52952
  // EXTERNAL MODULE: ./node_modules/.pnpm/is-mobile@5.0.0/node_modules/is-mobile/index.js
52938
- var is_mobile = __webpack_require__(33);
52953
+ var is_mobile = __webpack_require__(605);
52939
52954
  var is_mobile_default = /*#__PURE__*/__webpack_require__.n(is_mobile);
52940
52955
  ;// ./node_modules/.pnpm/@rc-component+util@1.6.0_re_b0382fac9221426de8b9538126082336/node_modules/@rc-component/util/es/isMobile.js
52941
52956
 
@@ -58575,7 +58590,7 @@ var InnerSlider = /*#__PURE__*/function (_React$Component) {
58575
58590
  }]);
58576
58591
  }((external_React_default()).Component);
58577
58592
  // EXTERNAL MODULE: ./node_modules/.pnpm/json2mq@0.2.0/node_modules/json2mq/index.js
58578
- var json2mq = __webpack_require__(940);
58593
+ var json2mq = __webpack_require__(424);
58579
58594
  var json2mq_default = /*#__PURE__*/__webpack_require__.n(json2mq);
58580
58595
  ;// ./node_modules/.pnpm/@ant-design+react-slick@2.0_7e7eaf031d783e1bf442b33d4a0ab896/node_modules/@ant-design/react-slick/es/slider.js
58581
58596