systemrobotassistant 3.0.8
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.
Potentially problematic release.
This version of systemrobotassistant might be problematic. Click here for more details.
- package/.eslintignore +6 -0
- package/.eslintrc +45 -0
- package/.gitlab-ci.yml +52 -0
- package/.lecprc.ts +76 -0
- package/.yarnrc +1 -0
- package/CHANGELOG.md +114 -0
- package/README.md +14 -0
- package/custom-amd-plugin.ts +46 -0
- package/es/component/answer-itme/index.d.ts +20 -0
- package/es/component/answer-itme/index.d.ts.map +1 -0
- package/es/component/answer-itme/index.js +41 -0
- package/es/component/answer-itme/style.css +35 -0
- package/es/component/data-container/index.d.ts +19 -0
- package/es/component/data-container/index.d.ts.map +1 -0
- package/es/component/data-container/index.js +37 -0
- package/es/component/data-container/style.css +26 -0
- package/es/component/days-tab/index.d.ts +6 -0
- package/es/component/days-tab/index.d.ts.map +1 -0
- package/es/component/days-tab/index.js +119 -0
- package/es/component/days-tab/style.css +43 -0
- package/es/component/days-tab/utils.d.ts +32 -0
- package/es/component/days-tab/utils.d.ts.map +1 -0
- package/es/component/days-tab/utils.js +98 -0
- package/es/component/error-boundary/index.d.ts +2 -0
- package/es/component/error-boundary/index.d.ts.map +1 -0
- package/es/component/error-boundary/index.js +33 -0
- package/es/component/it-notice-modal/columns.d.ts +11 -0
- package/es/component/it-notice-modal/columns.d.ts.map +1 -0
- package/es/component/it-notice-modal/columns.js +108 -0
- package/es/component/it-notice-modal/double-tab.d.ts +6 -0
- package/es/component/it-notice-modal/double-tab.d.ts.map +1 -0
- package/es/component/it-notice-modal/double-tab.js +94 -0
- package/es/component/it-notice-modal/index.d.ts +6 -0
- package/es/component/it-notice-modal/index.d.ts.map +1 -0
- package/es/component/it-notice-modal/index.js +488 -0
- package/es/component/it-notice-modal/server.d.ts +8 -0
- package/es/component/it-notice-modal/server.d.ts.map +1 -0
- package/es/component/it-notice-modal/server.js +43 -0
- package/es/component/it-notice-modal/single-tab.d.ts +6 -0
- package/es/component/it-notice-modal/single-tab.d.ts.map +1 -0
- package/es/component/it-notice-modal/single-tab.js +82 -0
- package/es/component/it-notice-modal/style.css +301 -0
- package/es/component/it-notice-modal/utils.d.ts +2 -0
- package/es/component/it-notice-modal/utils.d.ts.map +1 -0
- package/es/component/it-notice-modal/utils.js +8 -0
- package/es/component/it-notice-tab/index.d.ts +6 -0
- package/es/component/it-notice-tab/index.d.ts.map +1 -0
- package/es/component/it-notice-tab/index.js +206 -0
- package/es/component/it-notice-tab/server.d.ts +3 -0
- package/es/component/it-notice-tab/server.d.ts.map +1 -0
- package/es/component/it-notice-tab/server.js +13 -0
- package/es/component/it-notice-tab/style.css +103 -0
- package/es/component/mail-list-modal/index.d.ts +2 -0
- package/es/component/mail-list-modal/index.d.ts.map +1 -0
- package/es/component/mail-list-modal/index.js +306 -0
- package/es/component/mail-list-modal/server.d.ts +7 -0
- package/es/component/mail-list-modal/server.d.ts.map +1 -0
- package/es/component/mail-list-modal/server.js +38 -0
- package/es/component/mail-list-modal/style.css +132 -0
- package/es/component/myself-chat-card/index.d.ts +15 -0
- package/es/component/myself-chat-card/index.d.ts.map +1 -0
- package/es/component/myself-chat-card/index.js +25 -0
- package/es/component/myself-chat-card/style.css +22 -0
- package/es/component/need-answer/index.d.ts +15 -0
- package/es/component/need-answer/index.d.ts.map +1 -0
- package/es/component/need-answer/index.js +60 -0
- package/es/component/need-answer/style.css +19 -0
- package/es/component/opppsition-chat-card/index.d.ts +11 -0
- package/es/component/opppsition-chat-card/index.d.ts.map +1 -0
- package/es/component/opppsition-chat-card/index.js +25 -0
- package/es/component/opppsition-chat-card/style.css +23 -0
- package/es/component/question-library/index.d.ts +10 -0
- package/es/component/question-library/index.d.ts.map +1 -0
- package/es/component/question-library/index.js +291 -0
- package/es/component/question-library/server.d.ts +4 -0
- package/es/component/question-library/server.d.ts.map +1 -0
- package/es/component/question-library/server.js +19 -0
- package/es/component/question-library/style.css +75 -0
- package/es/component/question-tag/index.d.ts +11 -0
- package/es/component/question-tag/index.d.ts.map +1 -0
- package/es/component/question-tag/index.js +23 -0
- package/es/component/question-tag/style.css +12 -0
- package/es/component/recommend-questions-card/index.d.ts +10 -0
- package/es/component/recommend-questions-card/index.d.ts.map +1 -0
- package/es/component/recommend-questions-card/index.js +104 -0
- package/es/component/recommend-questions-card/style.css +54 -0
- package/es/component/scroll-view/index.d.ts +3 -0
- package/es/component/scroll-view/index.d.ts.map +1 -0
- package/es/component/scroll-view/index.js +2 -0
- package/es/component/scroll-view/scroll-view.d.ts +18 -0
- package/es/component/scroll-view/scroll-view.d.ts.map +1 -0
- package/es/component/scroll-view/scroll-view.js +66 -0
- package/es/component/scroll-view/style.css +34 -0
- package/es/component/tab/index.d.ts +2 -0
- package/es/component/tab/index.d.ts.map +1 -0
- package/es/component/tab/index.js +18 -0
- package/es/component/tab/style.css +26 -0
- package/es/component/tips-answer/index.d.ts +15 -0
- package/es/component/tips-answer/index.d.ts.map +1 -0
- package/es/component/tips-answer/index.js +28 -0
- package/es/component/tips-answer/style.css +10 -0
- package/es/images/expire-robot.svg +16 -0
- package/es/images/pc-invalid.svg +11 -0
- package/es/images/screenshot-5.png +0 -0
- package/es/index.d.ts +92 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.js +506 -0
- package/es/js/const.d.ts +41 -0
- package/es/js/const.d.ts.map +1 -0
- package/es/js/const.js +46 -0
- package/es/js/gen-render-promise.d.ts +9 -0
- package/es/js/gen-render-promise.d.ts.map +1 -0
- package/es/js/gen-render-promise.js +30 -0
- package/es/js/get-time.d.ts +15 -0
- package/es/js/get-time.d.ts.map +1 -0
- package/es/js/get-time.js +35 -0
- package/es/js/hfc-space.d.ts +16 -0
- package/es/js/hfc-space.d.ts.map +1 -0
- package/es/js/hfc-space.js +71 -0
- package/es/js/render-special.d.ts +16 -0
- package/es/js/render-special.d.ts.map +1 -0
- package/es/js/render-special.js +53 -0
- package/es/js/request/fetch.d.ts +10 -0
- package/es/js/request/fetch.d.ts.map +1 -0
- package/es/js/request/fetch.js +81 -0
- package/es/js/request/request.d.ts +3 -0
- package/es/js/request/request.d.ts.map +1 -0
- package/es/js/request/request.js +63 -0
- package/es/js/showMessage.d.ts +15 -0
- package/es/js/showMessage.d.ts.map +1 -0
- package/es/js/showMessage.js +75 -0
- package/es/js/state-immer.d.ts +3 -0
- package/es/js/state-immer.d.ts.map +1 -0
- package/es/js/state-immer.js +19 -0
- package/es/js/timer-executor.d.ts +3 -0
- package/es/js/timer-executor.d.ts.map +1 -0
- package/es/js/timer-executor.js +83 -0
- package/es/js/to-hfc.d.ts +2 -0
- package/es/js/to-hfc.d.ts.map +1 -0
- package/es/js/to-hfc.js +8 -0
- package/es/js/utils.d.ts +3 -0
- package/es/js/utils.d.ts.map +1 -0
- package/es/js/utils.js +11 -0
- package/es/jsx/chat-modal.d.ts +16 -0
- package/es/jsx/chat-modal.d.ts.map +1 -0
- package/es/jsx/chat-modal.js +268 -0
- package/es/server.d.ts +8 -0
- package/es/server.d.ts.map +1 -0
- package/es/server.js +44 -0
- package/es/style.css +174 -0
- package/lib/component/answer-itme/index.d.ts +20 -0
- package/lib/component/answer-itme/index.d.ts.map +1 -0
- package/lib/component/answer-itme/index.js +51 -0
- package/lib/component/answer-itme/style.css +35 -0
- package/lib/component/data-container/index.d.ts +19 -0
- package/lib/component/data-container/index.d.ts.map +1 -0
- package/lib/component/data-container/index.js +45 -0
- package/lib/component/data-container/style.css +26 -0
- package/lib/component/days-tab/index.d.ts +6 -0
- package/lib/component/days-tab/index.d.ts.map +1 -0
- package/lib/component/days-tab/index.js +129 -0
- package/lib/component/days-tab/style.css +43 -0
- package/lib/component/days-tab/utils.d.ts +32 -0
- package/lib/component/days-tab/utils.d.ts.map +1 -0
- package/lib/component/days-tab/utils.js +110 -0
- package/lib/component/error-boundary/index.d.ts +2 -0
- package/lib/component/error-boundary/index.d.ts.map +1 -0
- package/lib/component/error-boundary/index.js +40 -0
- package/lib/component/it-notice-modal/columns.d.ts +11 -0
- package/lib/component/it-notice-modal/columns.d.ts.map +1 -0
- package/lib/component/it-notice-modal/columns.js +116 -0
- package/lib/component/it-notice-modal/double-tab.d.ts +6 -0
- package/lib/component/it-notice-modal/double-tab.d.ts.map +1 -0
- package/lib/component/it-notice-modal/double-tab.js +104 -0
- package/lib/component/it-notice-modal/index.d.ts +6 -0
- package/lib/component/it-notice-modal/index.d.ts.map +1 -0
- package/lib/component/it-notice-modal/index.js +499 -0
- package/lib/component/it-notice-modal/server.d.ts +8 -0
- package/lib/component/it-notice-modal/server.d.ts.map +1 -0
- package/lib/component/it-notice-modal/server.js +55 -0
- package/lib/component/it-notice-modal/single-tab.d.ts +6 -0
- package/lib/component/it-notice-modal/single-tab.d.ts.map +1 -0
- package/lib/component/it-notice-modal/single-tab.js +92 -0
- package/lib/component/it-notice-modal/style.css +301 -0
- package/lib/component/it-notice-modal/utils.d.ts +2 -0
- package/lib/component/it-notice-modal/utils.d.ts.map +1 -0
- package/lib/component/it-notice-modal/utils.js +15 -0
- package/lib/component/it-notice-tab/index.d.ts +6 -0
- package/lib/component/it-notice-tab/index.d.ts.map +1 -0
- package/lib/component/it-notice-tab/index.js +216 -0
- package/lib/component/it-notice-tab/server.d.ts +3 -0
- package/lib/component/it-notice-tab/server.d.ts.map +1 -0
- package/lib/component/it-notice-tab/server.js +20 -0
- package/lib/component/it-notice-tab/style.css +103 -0
- package/lib/component/mail-list-modal/index.d.ts +2 -0
- package/lib/component/mail-list-modal/index.d.ts.map +1 -0
- package/lib/component/mail-list-modal/index.js +316 -0
- package/lib/component/mail-list-modal/server.d.ts +7 -0
- package/lib/component/mail-list-modal/server.d.ts.map +1 -0
- package/lib/component/mail-list-modal/server.js +50 -0
- package/lib/component/mail-list-modal/style.css +132 -0
- package/lib/component/myself-chat-card/index.d.ts +15 -0
- package/lib/component/myself-chat-card/index.d.ts.map +1 -0
- package/lib/component/myself-chat-card/index.js +35 -0
- package/lib/component/myself-chat-card/style.css +22 -0
- package/lib/component/need-answer/index.d.ts +15 -0
- package/lib/component/need-answer/index.d.ts.map +1 -0
- package/lib/component/need-answer/index.js +70 -0
- package/lib/component/need-answer/style.css +19 -0
- package/lib/component/opppsition-chat-card/index.d.ts +11 -0
- package/lib/component/opppsition-chat-card/index.d.ts.map +1 -0
- package/lib/component/opppsition-chat-card/index.js +35 -0
- package/lib/component/opppsition-chat-card/style.css +23 -0
- package/lib/component/question-library/index.d.ts +10 -0
- package/lib/component/question-library/index.d.ts.map +1 -0
- package/lib/component/question-library/index.js +301 -0
- package/lib/component/question-library/server.d.ts +4 -0
- package/lib/component/question-library/server.d.ts.map +1 -0
- package/lib/component/question-library/server.js +27 -0
- package/lib/component/question-library/style.css +75 -0
- package/lib/component/question-tag/index.d.ts +11 -0
- package/lib/component/question-tag/index.d.ts.map +1 -0
- package/lib/component/question-tag/index.js +33 -0
- package/lib/component/question-tag/style.css +12 -0
- package/lib/component/recommend-questions-card/index.d.ts +10 -0
- package/lib/component/recommend-questions-card/index.d.ts.map +1 -0
- package/lib/component/recommend-questions-card/index.js +114 -0
- package/lib/component/recommend-questions-card/style.css +54 -0
- package/lib/component/scroll-view/index.d.ts +3 -0
- package/lib/component/scroll-view/index.d.ts.map +1 -0
- package/lib/component/scroll-view/index.js +10 -0
- package/lib/component/scroll-view/scroll-view.d.ts +18 -0
- package/lib/component/scroll-view/scroll-view.d.ts.map +1 -0
- package/lib/component/scroll-view/scroll-view.js +76 -0
- package/lib/component/scroll-view/style.css +34 -0
- package/lib/component/tab/index.d.ts +2 -0
- package/lib/component/tab/index.d.ts.map +1 -0
- package/lib/component/tab/index.js +28 -0
- package/lib/component/tab/style.css +26 -0
- package/lib/component/tips-answer/index.d.ts +15 -0
- package/lib/component/tips-answer/index.d.ts.map +1 -0
- package/lib/component/tips-answer/index.js +38 -0
- package/lib/component/tips-answer/style.css +10 -0
- package/lib/images/expire-robot.svg +16 -0
- package/lib/images/pc-invalid.svg +11 -0
- package/lib/images/screenshot-5.png +0 -0
- package/lib/index.d.ts +92 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +516 -0
- package/lib/js/const.d.ts +41 -0
- package/lib/js/const.d.ts.map +1 -0
- package/lib/js/const.js +55 -0
- package/lib/js/gen-render-promise.d.ts +9 -0
- package/lib/js/gen-render-promise.d.ts.map +1 -0
- package/lib/js/gen-render-promise.js +37 -0
- package/lib/js/get-time.d.ts +15 -0
- package/lib/js/get-time.d.ts.map +1 -0
- package/lib/js/get-time.js +43 -0
- package/lib/js/hfc-space.d.ts +16 -0
- package/lib/js/hfc-space.d.ts.map +1 -0
- package/lib/js/hfc-space.js +91 -0
- package/lib/js/render-special.d.ts +16 -0
- package/lib/js/render-special.d.ts.map +1 -0
- package/lib/js/render-special.js +61 -0
- package/lib/js/request/fetch.d.ts +10 -0
- package/lib/js/request/fetch.d.ts.map +1 -0
- package/lib/js/request/fetch.js +88 -0
- package/lib/js/request/request.d.ts +3 -0
- package/lib/js/request/request.d.ts.map +1 -0
- package/lib/js/request/request.js +71 -0
- package/lib/js/showMessage.d.ts +15 -0
- package/lib/js/showMessage.d.ts.map +1 -0
- package/lib/js/showMessage.js +83 -0
- package/lib/js/state-immer.d.ts +3 -0
- package/lib/js/state-immer.d.ts.map +1 -0
- package/lib/js/state-immer.js +27 -0
- package/lib/js/timer-executor.d.ts +3 -0
- package/lib/js/timer-executor.d.ts.map +1 -0
- package/lib/js/timer-executor.js +91 -0
- package/lib/js/to-hfc.d.ts +2 -0
- package/lib/js/to-hfc.d.ts.map +1 -0
- package/lib/js/to-hfc.js +14 -0
- package/lib/js/utils.d.ts +3 -0
- package/lib/js/utils.d.ts.map +1 -0
- package/lib/js/utils.js +19 -0
- package/lib/jsx/chat-modal.d.ts +16 -0
- package/lib/jsx/chat-modal.d.ts.map +1 -0
- package/lib/jsx/chat-modal.js +278 -0
- package/lib/server.d.ts +8 -0
- package/lib/server.d.ts.map +1 -0
- package/lib/server.js +58 -0
- package/lib/style.css +174 -0
- package/package.json +57 -0
- package/rct.config.js +8 -0
- package/src/component/answer-itme/index.jsx +64 -0
- package/src/component/answer-itme/style.less +37 -0
- package/src/component/data-container/index.jsx +45 -0
- package/src/component/data-container/style.less +27 -0
- package/src/component/days-tab/index.jsx +114 -0
- package/src/component/days-tab/style.less +55 -0
- package/src/component/days-tab/utils.js +87 -0
- package/src/component/error-boundary/index.jsx +39 -0
- package/src/component/it-notice-modal/columns.js +102 -0
- package/src/component/it-notice-modal/double-tab.jsx +83 -0
- package/src/component/it-notice-modal/index.jsx +404 -0
- package/src/component/it-notice-modal/server.js +43 -0
- package/src/component/it-notice-modal/single-tab.jsx +70 -0
- package/src/component/it-notice-modal/style.less +367 -0
- package/src/component/it-notice-modal/utils.js +8 -0
- package/src/component/it-notice-tab/index.jsx +196 -0
- package/src/component/it-notice-tab/server.js +14 -0
- package/src/component/it-notice-tab/style.less +120 -0
- package/src/component/mail-list-modal/index.jsx +270 -0
- package/src/component/mail-list-modal/server.js +38 -0
- package/src/component/mail-list-modal/style.less +154 -0
- package/src/component/myself-chat-card/index.jsx +27 -0
- package/src/component/myself-chat-card/style.less +30 -0
- package/src/component/need-answer/index.jsx +56 -0
- package/src/component/need-answer/style.less +21 -0
- package/src/component/opppsition-chat-card/index.jsx +25 -0
- package/src/component/opppsition-chat-card/style.less +33 -0
- package/src/component/question-library/index.jsx +316 -0
- package/src/component/question-library/server.js +19 -0
- package/src/component/question-library/style.less +102 -0
- package/src/component/question-tag/index.jsx +27 -0
- package/src/component/question-tag/style.less +15 -0
- package/src/component/recommend-questions-card/index.jsx +111 -0
- package/src/component/recommend-questions-card/style.less +66 -0
- package/src/component/scroll-view/index.js +3 -0
- package/src/component/scroll-view/scroll-view.jsx +74 -0
- package/src/component/scroll-view/style.less +37 -0
- package/src/component/tab/index.jsx +17 -0
- package/src/component/tab/style.less +26 -0
- package/src/component/tips-answer/index.jsx +38 -0
- package/src/component/tips-answer/style.less +11 -0
- package/src/images/expire-robot.svg +16 -0
- package/src/images/pc-invalid.svg +11 -0
- package/src/images/screenshot-5.png +0 -0
- package/src/index.jsx +554 -0
- package/src/js/const.js +48 -0
- package/src/js/gen-render-promise.js +32 -0
- package/src/js/get-time.js +35 -0
- package/src/js/hfc-space.js +91 -0
- package/src/js/render-special.js +64 -0
- package/src/js/request/fetch.js +87 -0
- package/src/js/request/request.js +74 -0
- package/src/js/showMessage.js +81 -0
- package/src/js/state-immer.js +12 -0
- package/src/js/timer-executor.js +37 -0
- package/src/js/to-hfc.js +9 -0
- package/src/js/utils.js +13 -0
- package/src/jsx/chat-modal.jsx +254 -0
- package/src/main.js +1 -0
- package/src/server.js +45 -0
- package/src/style.less +229 -0
- package/test/cases/case-01.assert.js +6 -0
- package/test/cases/case-01.source.jsx +17 -0
- package/test/cases/case-02.assert.js +6 -0
- package/test/cases/case-02.source.jsx +25 -0
- package/test/cases/case-02.style.less +15 -0
- package/test/cases/case-03.source.jsx +69 -0
- package/test/cases/case-03.style.less +3 -0
- package/tsconfig.json +48 -0
- package/typings.d.ts +5 -0
- package/umd/b415d90208c277ba3703.png +0 -0
- package/umd/index.css +1753 -0
- package/umd/index.js +36258 -0
- package/umd/index.min.css +1 -0
- package/umd/index.min.js +657 -0
package/umd/index.min.js
ADDED
|
@@ -0,0 +1,657 @@
|
|
|
1
|
+
var gr=Math.pow;(function(Dn,On){typeof exports=="object"&&typeof module=="object"?module.exports=On(require("prop-types"),require("react"),require("react-dom"),require("shineout")):window.hfcDefine&&window.hfcDefine.define?window.hfcDefine.define("SystemRobotAssistant",["prop-types","react","react-dom","shineout"],On):typeof define=="function"&&define.amd?define("SystemRobotAssistant",["prop-types","react","react-dom","shineout"],On):typeof exports=="object"?exports.SystemRobotAssistant=On(require("prop-types"),require("react"),require("react-dom"),require("shineout")):Dn.SystemRobotAssistant=On(Dn.PropTypes,Dn.React,Dn.ReactDOM,Dn.Shineout)})(self,(Au,Dn,On,jd)=>(()=>{var xd={1168:Q=>{var te="/";(function(){var x={271:function(i,m){"use strict";m.byteLength=P,m.toByteArray=V,m.fromByteArray=de;for(var L=[],v=[],j=typeof Uint8Array!="undefined"?Uint8Array:Array,S="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",A=0,$=S.length;A<$;++A)L[A]=S[A],v[S.charCodeAt(A)]=A;v["-".charCodeAt(0)]=62,v["_".charCodeAt(0)]=63;function B(U){var z=U.length;if(z%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var ae=U.indexOf("=");ae===-1&&(ae=z);var Oe=ae===z?0:4-ae%4;return[ae,Oe]}function P(U){var z=B(U),ae=z[0],Oe=z[1];return(ae+Oe)*3/4-Oe}function X(U,z,ae){return(z+ae)*3/4-ae}function V(U){var z,ae=B(U),Oe=ae[0],Re=ae[1],je=new j(X(U,Oe,Re)),Ue=0,Ve=Re>0?Oe-4:Oe,Be;for(Be=0;Be<Ve;Be+=4)z=v[U.charCodeAt(Be)]<<18|v[U.charCodeAt(Be+1)]<<12|v[U.charCodeAt(Be+2)]<<6|v[U.charCodeAt(Be+3)],je[Ue++]=z>>16&255,je[Ue++]=z>>8&255,je[Ue++]=z&255;return Re===2&&(z=v[U.charCodeAt(Be)]<<2|v[U.charCodeAt(Be+1)]>>4,je[Ue++]=z&255),Re===1&&(z=v[U.charCodeAt(Be)]<<10|v[U.charCodeAt(Be+1)]<<4|v[U.charCodeAt(Be+2)]>>2,je[Ue++]=z>>8&255,je[Ue++]=z&255),je}function ne(U){return L[U>>18&63]+L[U>>12&63]+L[U>>6&63]+L[U&63]}function Z(U,z,ae){for(var Oe,Re=[],je=z;je<ae;je+=3)Oe=(U[je]<<16&16711680)+(U[je+1]<<8&65280)+(U[je+2]&255),Re.push(ne(Oe));return Re.join("")}function de(U){for(var z,ae=U.length,Oe=ae%3,Re=[],je=16383,Ue=0,Ve=ae-Oe;Ue<Ve;Ue+=je)Re.push(Z(U,Ue,Ue+je>Ve?Ve:Ue+je));return Oe===1?(z=U[ae-1],Re.push(L[z>>2]+L[z<<4&63]+"==")):Oe===2&&(z=(U[ae-2]<<8)+U[ae-1],Re.push(L[z>>10]+L[z>>4&63]+L[z<<2&63]+"=")),Re.join("")}},978:function(i,m,L){"use strict";/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/const v=L(271),j=L(277),S=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;m.Buffer=P,m.SlowBuffer=je,m.INSPECT_MAX_BYTES=50;const A=2147483647;m.kMaxLength=A,P.TYPED_ARRAY_SUPPORT=$(),!P.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function $(){try{const C=new Uint8Array(1),p={foo:function(){return 42}};return Object.setPrototypeOf(p,Uint8Array.prototype),Object.setPrototypeOf(C,p),C.foo()===42}catch(C){return!1}}Object.defineProperty(P.prototype,"parent",{enumerable:!0,get:function(){if(!!P.isBuffer(this))return this.buffer}}),Object.defineProperty(P.prototype,"offset",{enumerable:!0,get:function(){if(!!P.isBuffer(this))return this.byteOffset}});function B(C){if(C>A)throw new RangeError('The value "'+C+'" is invalid for option "size"');const p=new Uint8Array(C);return Object.setPrototypeOf(p,P.prototype),p}function P(C,p,b){if(typeof C=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Z(C)}return X(C,p,b)}P.poolSize=8192;function X(C,p,b){if(typeof C=="string")return de(C,p);if(ArrayBuffer.isView(C))return z(C);if(C==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C);if(rt(C,ArrayBuffer)||C&&rt(C.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(rt(C,SharedArrayBuffer)||C&&rt(C.buffer,SharedArrayBuffer)))return ae(C,p,b);if(typeof C=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const G=C.valueOf&&C.valueOf();if(G!=null&&G!==C)return P.from(G,p,b);const ue=Oe(C);if(ue)return ue;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof C[Symbol.toPrimitive]=="function")return P.from(C[Symbol.toPrimitive]("string"),p,b);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C)}P.from=function(C,p,b){return X(C,p,b)},Object.setPrototypeOf(P.prototype,Uint8Array.prototype),Object.setPrototypeOf(P,Uint8Array);function V(C){if(typeof C!="number")throw new TypeError('"size" argument must be of type number');if(C<0)throw new RangeError('The value "'+C+'" is invalid for option "size"')}function ne(C,p,b){return V(C),C<=0?B(C):p!==void 0?typeof b=="string"?B(C).fill(p,b):B(C).fill(p):B(C)}P.alloc=function(C,p,b){return ne(C,p,b)};function Z(C){return V(C),B(C<0?0:Re(C)|0)}P.allocUnsafe=function(C){return Z(C)},P.allocUnsafeSlow=function(C){return Z(C)};function de(C,p){if((typeof p!="string"||p==="")&&(p="utf8"),!P.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const b=Ue(C,p)|0;let G=B(b);const ue=G.write(C,p);return ue!==b&&(G=G.slice(0,ue)),G}function U(C){const p=C.length<0?0:Re(C.length)|0,b=B(p);for(let G=0;G<p;G+=1)b[G]=C[G]&255;return b}function z(C){if(rt(C,Uint8Array)){const p=new Uint8Array(C);return ae(p.buffer,p.byteOffset,p.byteLength)}return U(C)}function ae(C,p,b){if(p<0||C.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(C.byteLength<p+(b||0))throw new RangeError('"length" is outside of buffer bounds');let G;return p===void 0&&b===void 0?G=new Uint8Array(C):b===void 0?G=new Uint8Array(C,p):G=new Uint8Array(C,p,b),Object.setPrototypeOf(G,P.prototype),G}function Oe(C){if(P.isBuffer(C)){const p=Re(C.length)|0,b=B(p);return b.length===0||C.copy(b,0,0,p),b}if(C.length!==void 0)return typeof C.length!="number"||bt(C.length)?B(0):U(C);if(C.type==="Buffer"&&Array.isArray(C.data))return U(C.data)}function Re(C){if(C>=A)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+A.toString(16)+" bytes");return C|0}function je(C){return+C!=C&&(C=0),P.alloc(+C)}P.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==P.prototype},P.compare=function(p,b){if(rt(p,Uint8Array)&&(p=P.from(p,p.offset,p.byteLength)),rt(b,Uint8Array)&&(b=P.from(b,b.offset,b.byteLength)),!P.isBuffer(p)||!P.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===b)return 0;let G=p.length,ue=b.length;for(let we=0,be=Math.min(G,ue);we<be;++we)if(p[we]!==b[we]){G=p[we],ue=b[we];break}return G<ue?-1:ue<G?1:0},P.isEncoding=function(p){switch(String(p).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},P.concat=function(p,b){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return P.alloc(0);let G;if(b===void 0)for(b=0,G=0;G<p.length;++G)b+=p[G].length;const ue=P.allocUnsafe(b);let we=0;for(G=0;G<p.length;++G){let be=p[G];if(rt(be,Uint8Array))we+be.length>ue.length?(P.isBuffer(be)||(be=P.from(be)),be.copy(ue,we)):Uint8Array.prototype.set.call(ue,be,we);else if(P.isBuffer(be))be.copy(ue,we);else throw new TypeError('"list" argument must be an Array of Buffers');we+=be.length}return ue};function Ue(C,p){if(P.isBuffer(C))return C.length;if(ArrayBuffer.isView(C)||rt(C,ArrayBuffer))return C.byteLength;if(typeof C!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof C);const b=C.length,G=arguments.length>2&&arguments[2]===!0;if(!G&&b===0)return 0;let ue=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return b;case"utf8":case"utf-8":return Gt(C).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return b*2;case"hex":return b>>>1;case"base64":return cr(C).length;default:if(ue)return G?-1:Gt(C).length;p=(""+p).toLowerCase(),ue=!0}}P.byteLength=Ue;function Ve(C,p,b){let G=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((b===void 0||b>this.length)&&(b=this.length),b<=0)||(b>>>=0,p>>>=0,b<=p))return"";for(C||(C="utf8");;)switch(C){case"hex":return Ce(this,p,b);case"utf8":case"utf-8":return at(this,p,b);case"ascii":return Jt(this,p,b);case"latin1":case"binary":return pe(this,p,b);case"base64":return fe(this,p,b);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return et(this,p,b);default:if(G)throw new TypeError("Unknown encoding: "+C);C=(C+"").toLowerCase(),G=!0}}P.prototype._isBuffer=!0;function Be(C,p,b){const G=C[p];C[p]=C[b],C[b]=G}P.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let b=0;b<p;b+=2)Be(this,b,b+1);return this},P.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let b=0;b<p;b+=4)Be(this,b,b+3),Be(this,b+1,b+2);return this},P.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let b=0;b<p;b+=8)Be(this,b,b+7),Be(this,b+1,b+6),Be(this,b+2,b+5),Be(this,b+3,b+4);return this},P.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?at(this,0,p):Ve.apply(this,arguments)},P.prototype.toLocaleString=P.prototype.toString,P.prototype.equals=function(p){if(!P.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:P.compare(this,p)===0},P.prototype.inspect=function(){let p="";const b=m.INSPECT_MAX_BYTES;return p=this.toString("hex",0,b).replace(/(.{2})/g,"$1 ").trim(),this.length>b&&(p+=" ... "),"<Buffer "+p+">"},S&&(P.prototype[S]=P.prototype.inspect),P.prototype.compare=function(p,b,G,ue,we){if(rt(p,Uint8Array)&&(p=P.from(p,p.offset,p.byteLength)),!P.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(b===void 0&&(b=0),G===void 0&&(G=p?p.length:0),ue===void 0&&(ue=0),we===void 0&&(we=this.length),b<0||G>p.length||ue<0||we>this.length)throw new RangeError("out of range index");if(ue>=we&&b>=G)return 0;if(ue>=we)return-1;if(b>=G)return 1;if(b>>>=0,G>>>=0,ue>>>=0,we>>>=0,this===p)return 0;let be=we-ue,gt=G-b;const Dt=Math.min(be,gt),St=this.slice(ue,we),jt=p.slice(b,G);for(let kt=0;kt<Dt;++kt)if(St[kt]!==jt[kt]){be=St[kt],gt=jt[kt];break}return be<gt?-1:gt<be?1:0};function Ie(C,p,b,G,ue){if(C.length===0)return-1;if(typeof b=="string"?(G=b,b=0):b>2147483647?b=2147483647:b<-2147483648&&(b=-2147483648),b=+b,bt(b)&&(b=ue?0:C.length-1),b<0&&(b=C.length+b),b>=C.length){if(ue)return-1;b=C.length-1}else if(b<0)if(ue)b=0;else return-1;if(typeof p=="string"&&(p=P.from(p,G)),P.isBuffer(p))return p.length===0?-1:oe(C,p,b,G,ue);if(typeof p=="number")return p=p&255,typeof Uint8Array.prototype.indexOf=="function"?ue?Uint8Array.prototype.indexOf.call(C,p,b):Uint8Array.prototype.lastIndexOf.call(C,p,b):oe(C,[p],b,G,ue);throw new TypeError("val must be string, number or Buffer")}function oe(C,p,b,G,ue){let we=1,be=C.length,gt=p.length;if(G!==void 0&&(G=String(G).toLowerCase(),G==="ucs2"||G==="ucs-2"||G==="utf16le"||G==="utf-16le")){if(C.length<2||p.length<2)return-1;we=2,be/=2,gt/=2,b/=2}function Dt(jt,kt){return we===1?jt[kt]:jt.readUInt16BE(kt*we)}let St;if(ue){let jt=-1;for(St=b;St<be;St++)if(Dt(C,St)===Dt(p,jt===-1?0:St-jt)){if(jt===-1&&(jt=St),St-jt+1===gt)return jt*we}else jt!==-1&&(St-=St-jt),jt=-1}else for(b+gt>be&&(b=be-gt),St=b;St>=0;St--){let jt=!0;for(let kt=0;kt<gt;kt++)if(Dt(C,St+kt)!==Dt(p,kt)){jt=!1;break}if(jt)return St}return-1}P.prototype.includes=function(p,b,G){return this.indexOf(p,b,G)!==-1},P.prototype.indexOf=function(p,b,G){return Ie(this,p,b,G,!0)},P.prototype.lastIndexOf=function(p,b,G){return Ie(this,p,b,G,!1)};function Me(C,p,b,G){b=Number(b)||0;const ue=C.length-b;G?(G=Number(G),G>ue&&(G=ue)):G=ue;const we=p.length;G>we/2&&(G=we/2);let be;for(be=0;be<G;++be){const gt=parseInt(p.substr(be*2,2),16);if(bt(gt))return be;C[b+be]=gt}return be}function _e(C,p,b,G){return Ct(Gt(p,C.length-b),C,b,G)}function Ee(C,p,b,G){return Ct(Bt(p),C,b,G)}function xe(C,p,b,G){return Ct(cr(p),C,b,G)}function Je(C,p,b,G){return Ct(dr(p,C.length-b),C,b,G)}P.prototype.write=function(p,b,G,ue){if(b===void 0)ue="utf8",G=this.length,b=0;else if(G===void 0&&typeof b=="string")ue=b,G=this.length,b=0;else if(isFinite(b))b=b>>>0,isFinite(G)?(G=G>>>0,ue===void 0&&(ue="utf8")):(ue=G,G=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const we=this.length-b;if((G===void 0||G>we)&&(G=we),p.length>0&&(G<0||b<0)||b>this.length)throw new RangeError("Attempt to write outside buffer bounds");ue||(ue="utf8");let be=!1;for(;;)switch(ue){case"hex":return Me(this,p,b,G);case"utf8":case"utf-8":return _e(this,p,b,G);case"ascii":case"latin1":case"binary":return Ee(this,p,b,G);case"base64":return xe(this,p,b,G);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Je(this,p,b,G);default:if(be)throw new TypeError("Unknown encoding: "+ue);ue=(""+ue).toLowerCase(),be=!0}},P.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fe(C,p,b){return p===0&&b===C.length?v.fromByteArray(C):v.fromByteArray(C.slice(p,b))}function at(C,p,b){b=Math.min(C.length,b);const G=[];let ue=p;for(;ue<b;){const we=C[ue];let be=null,gt=we>239?4:we>223?3:we>191?2:1;if(ue+gt<=b){let Dt,St,jt,kt;switch(gt){case 1:we<128&&(be=we);break;case 2:Dt=C[ue+1],(Dt&192)===128&&(kt=(we&31)<<6|Dt&63,kt>127&&(be=kt));break;case 3:Dt=C[ue+1],St=C[ue+2],(Dt&192)===128&&(St&192)===128&&(kt=(we&15)<<12|(Dt&63)<<6|St&63,kt>2047&&(kt<55296||kt>57343)&&(be=kt));break;case 4:Dt=C[ue+1],St=C[ue+2],jt=C[ue+3],(Dt&192)===128&&(St&192)===128&&(jt&192)===128&&(kt=(we&15)<<18|(Dt&63)<<12|(St&63)<<6|jt&63,kt>65535&&kt<1114112&&(be=kt))}}be===null?(be=65533,gt=1):be>65535&&(be-=65536,G.push(be>>>10&1023|55296),be=56320|be&1023),G.push(be),ue+=gt}return Lt(G)}const ot=4096;function Lt(C){const p=C.length;if(p<=ot)return String.fromCharCode.apply(String,C);let b="",G=0;for(;G<p;)b+=String.fromCharCode.apply(String,C.slice(G,G+=ot));return b}function Jt(C,p,b){let G="";b=Math.min(C.length,b);for(let ue=p;ue<b;++ue)G+=String.fromCharCode(C[ue]&127);return G}function pe(C,p,b){let G="";b=Math.min(C.length,b);for(let ue=p;ue<b;++ue)G+=String.fromCharCode(C[ue]);return G}function Ce(C,p,b){const G=C.length;(!p||p<0)&&(p=0),(!b||b<0||b>G)&&(b=G);let ue="";for(let we=p;we<b;++we)ue+=wr[C[we]];return ue}function et(C,p,b){const G=C.slice(p,b);let ue="";for(let we=0;we<G.length-1;we+=2)ue+=String.fromCharCode(G[we]+G[we+1]*256);return ue}P.prototype.slice=function(p,b){const G=this.length;p=~~p,b=b===void 0?G:~~b,p<0?(p+=G,p<0&&(p=0)):p>G&&(p=G),b<0?(b+=G,b<0&&(b=0)):b>G&&(b=G),b<p&&(b=p);const ue=this.subarray(p,b);return Object.setPrototypeOf(ue,P.prototype),ue};function Xe(C,p,b){if(C%1!==0||C<0)throw new RangeError("offset is not uint");if(C+p>b)throw new RangeError("Trying to access beyond buffer length")}P.prototype.readUintLE=P.prototype.readUIntLE=function(p,b,G){p=p>>>0,b=b>>>0,G||Xe(p,b,this.length);let ue=this[p],we=1,be=0;for(;++be<b&&(we*=256);)ue+=this[p+be]*we;return ue},P.prototype.readUintBE=P.prototype.readUIntBE=function(p,b,G){p=p>>>0,b=b>>>0,G||Xe(p,b,this.length);let ue=this[p+--b],we=1;for(;b>0&&(we*=256);)ue+=this[p+--b]*we;return ue},P.prototype.readUint8=P.prototype.readUInt8=function(p,b){return p=p>>>0,b||Xe(p,1,this.length),this[p]},P.prototype.readUint16LE=P.prototype.readUInt16LE=function(p,b){return p=p>>>0,b||Xe(p,2,this.length),this[p]|this[p+1]<<8},P.prototype.readUint16BE=P.prototype.readUInt16BE=function(p,b){return p=p>>>0,b||Xe(p,2,this.length),this[p]<<8|this[p+1]},P.prototype.readUint32LE=P.prototype.readUInt32LE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},P.prototype.readUint32BE=P.prototype.readUInt32BE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},P.prototype.readBigUInt64LE=pr(function(p){p=p>>>0,nt(p,"offset");const b=this[p],G=this[p+7];(b===void 0||G===void 0)&&Ke(p,this.length-8);const ue=b+this[++p]*gr(2,8)+this[++p]*gr(2,16)+this[++p]*gr(2,24),we=this[++p]+this[++p]*gr(2,8)+this[++p]*gr(2,16)+G*gr(2,24);return BigInt(ue)+(BigInt(we)<<BigInt(32))}),P.prototype.readBigUInt64BE=pr(function(p){p=p>>>0,nt(p,"offset");const b=this[p],G=this[p+7];(b===void 0||G===void 0)&&Ke(p,this.length-8);const ue=b*gr(2,24)+this[++p]*gr(2,16)+this[++p]*gr(2,8)+this[++p],we=this[++p]*gr(2,24)+this[++p]*gr(2,16)+this[++p]*gr(2,8)+G;return(BigInt(ue)<<BigInt(32))+BigInt(we)}),P.prototype.readIntLE=function(p,b,G){p=p>>>0,b=b>>>0,G||Xe(p,b,this.length);let ue=this[p],we=1,be=0;for(;++be<b&&(we*=256);)ue+=this[p+be]*we;return we*=128,ue>=we&&(ue-=Math.pow(2,8*b)),ue},P.prototype.readIntBE=function(p,b,G){p=p>>>0,b=b>>>0,G||Xe(p,b,this.length);let ue=b,we=1,be=this[p+--ue];for(;ue>0&&(we*=256);)be+=this[p+--ue]*we;return we*=128,be>=we&&(be-=Math.pow(2,8*b)),be},P.prototype.readInt8=function(p,b){return p=p>>>0,b||Xe(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},P.prototype.readInt16LE=function(p,b){p=p>>>0,b||Xe(p,2,this.length);const G=this[p]|this[p+1]<<8;return G&32768?G|4294901760:G},P.prototype.readInt16BE=function(p,b){p=p>>>0,b||Xe(p,2,this.length);const G=this[p+1]|this[p]<<8;return G&32768?G|4294901760:G},P.prototype.readInt32LE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},P.prototype.readInt32BE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},P.prototype.readBigInt64LE=pr(function(p){p=p>>>0,nt(p,"offset");const b=this[p],G=this[p+7];(b===void 0||G===void 0)&&Ke(p,this.length-8);const ue=this[p+4]+this[p+5]*gr(2,8)+this[p+6]*gr(2,16)+(G<<24);return(BigInt(ue)<<BigInt(32))+BigInt(b+this[++p]*256+this[++p]*65536+this[++p]*16777216)}),P.prototype.readBigInt64BE=pr(function(p){p=p>>>0,nt(p,"offset");const b=this[p],G=this[p+7];(b===void 0||G===void 0)&&Ke(p,this.length-8);const ue=(b<<24)+this[++p]*gr(2,16)+this[++p]*gr(2,8)+this[++p];return(BigInt(ue)<<BigInt(32))+BigInt(this[++p]*16777216+this[++p]*65536+this[++p]*256+G)}),P.prototype.readFloatLE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),j.read(this,p,!0,23,4)},P.prototype.readFloatBE=function(p,b){return p=p>>>0,b||Xe(p,4,this.length),j.read(this,p,!1,23,4)},P.prototype.readDoubleLE=function(p,b){return p=p>>>0,b||Xe(p,8,this.length),j.read(this,p,!0,52,8)},P.prototype.readDoubleBE=function(p,b){return p=p>>>0,b||Xe(p,8,this.length),j.read(this,p,!1,52,8)};function qe(C,p,b,G,ue,we){if(!P.isBuffer(C))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>ue||p<we)throw new RangeError('"value" argument is out of bounds');if(b+G>C.length)throw new RangeError("Index out of range")}P.prototype.writeUintLE=P.prototype.writeUIntLE=function(p,b,G,ue){if(p=+p,b=b>>>0,G=G>>>0,!ue){const gt=Math.pow(2,8*G)-1;qe(this,p,b,G,gt,0)}let we=1,be=0;for(this[b]=p&255;++be<G&&(we*=256);)this[b+be]=p/we&255;return b+G},P.prototype.writeUintBE=P.prototype.writeUIntBE=function(p,b,G,ue){if(p=+p,b=b>>>0,G=G>>>0,!ue){const gt=Math.pow(2,8*G)-1;qe(this,p,b,G,gt,0)}let we=G-1,be=1;for(this[b+we]=p&255;--we>=0&&(be*=256);)this[b+we]=p/be&255;return b+G},P.prototype.writeUint8=P.prototype.writeUInt8=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,1,255,0),this[b]=p&255,b+1},P.prototype.writeUint16LE=P.prototype.writeUInt16LE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,2,65535,0),this[b]=p&255,this[b+1]=p>>>8,b+2},P.prototype.writeUint16BE=P.prototype.writeUInt16BE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,2,65535,0),this[b]=p>>>8,this[b+1]=p&255,b+2},P.prototype.writeUint32LE=P.prototype.writeUInt32LE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,4,4294967295,0),this[b+3]=p>>>24,this[b+2]=p>>>16,this[b+1]=p>>>8,this[b]=p&255,b+4},P.prototype.writeUint32BE=P.prototype.writeUInt32BE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,4,4294967295,0),this[b]=p>>>24,this[b+1]=p>>>16,this[b+2]=p>>>8,this[b+3]=p&255,b+4};function Ht(C,p,b,G,ue){lt(p,G,ue,C,b,7);let we=Number(p&BigInt(4294967295));C[b++]=we,we=we>>8,C[b++]=we,we=we>>8,C[b++]=we,we=we>>8,C[b++]=we;let be=Number(p>>BigInt(32)&BigInt(4294967295));return C[b++]=be,be=be>>8,C[b++]=be,be=be>>8,C[b++]=be,be=be>>8,C[b++]=be,b}function At(C,p,b,G,ue){lt(p,G,ue,C,b,7);let we=Number(p&BigInt(4294967295));C[b+7]=we,we=we>>8,C[b+6]=we,we=we>>8,C[b+5]=we,we=we>>8,C[b+4]=we;let be=Number(p>>BigInt(32)&BigInt(4294967295));return C[b+3]=be,be=be>>8,C[b+2]=be,be=be>>8,C[b+1]=be,be=be>>8,C[b]=be,b+8}P.prototype.writeBigUInt64LE=pr(function(p,b=0){return Ht(this,p,b,BigInt(0),BigInt("0xffffffffffffffff"))}),P.prototype.writeBigUInt64BE=pr(function(p,b=0){return At(this,p,b,BigInt(0),BigInt("0xffffffffffffffff"))}),P.prototype.writeIntLE=function(p,b,G,ue){if(p=+p,b=b>>>0,!ue){const Dt=Math.pow(2,8*G-1);qe(this,p,b,G,Dt-1,-Dt)}let we=0,be=1,gt=0;for(this[b]=p&255;++we<G&&(be*=256);)p<0&>===0&&this[b+we-1]!==0&&(gt=1),this[b+we]=(p/be>>0)-gt&255;return b+G},P.prototype.writeIntBE=function(p,b,G,ue){if(p=+p,b=b>>>0,!ue){const Dt=Math.pow(2,8*G-1);qe(this,p,b,G,Dt-1,-Dt)}let we=G-1,be=1,gt=0;for(this[b+we]=p&255;--we>=0&&(be*=256);)p<0&>===0&&this[b+we+1]!==0&&(gt=1),this[b+we]=(p/be>>0)-gt&255;return b+G},P.prototype.writeInt8=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,1,127,-128),p<0&&(p=255+p+1),this[b]=p&255,b+1},P.prototype.writeInt16LE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,2,32767,-32768),this[b]=p&255,this[b+1]=p>>>8,b+2},P.prototype.writeInt16BE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,2,32767,-32768),this[b]=p>>>8,this[b+1]=p&255,b+2},P.prototype.writeInt32LE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,4,2147483647,-2147483648),this[b]=p&255,this[b+1]=p>>>8,this[b+2]=p>>>16,this[b+3]=p>>>24,b+4},P.prototype.writeInt32BE=function(p,b,G){return p=+p,b=b>>>0,G||qe(this,p,b,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[b]=p>>>24,this[b+1]=p>>>16,this[b+2]=p>>>8,this[b+3]=p&255,b+4},P.prototype.writeBigInt64LE=pr(function(p,b=0){return Ht(this,p,b,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),P.prototype.writeBigInt64BE=pr(function(p,b=0){return At(this,p,b,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function $t(C,p,b,G,ue,we){if(b+G>C.length)throw new RangeError("Index out of range");if(b<0)throw new RangeError("Index out of range")}function nr(C,p,b,G,ue){return p=+p,b=b>>>0,ue||$t(C,p,b,4,34028234663852886e22,-34028234663852886e22),j.write(C,p,b,G,23,4),b+4}P.prototype.writeFloatLE=function(p,b,G){return nr(this,p,b,!0,G)},P.prototype.writeFloatBE=function(p,b,G){return nr(this,p,b,!1,G)};function wt(C,p,b,G,ue){return p=+p,b=b>>>0,ue||$t(C,p,b,8,17976931348623157e292,-17976931348623157e292),j.write(C,p,b,G,52,8),b+8}P.prototype.writeDoubleLE=function(p,b,G){return wt(this,p,b,!0,G)},P.prototype.writeDoubleBE=function(p,b,G){return wt(this,p,b,!1,G)},P.prototype.copy=function(p,b,G,ue){if(!P.isBuffer(p))throw new TypeError("argument should be a Buffer");if(G||(G=0),!ue&&ue!==0&&(ue=this.length),b>=p.length&&(b=p.length),b||(b=0),ue>0&&ue<G&&(ue=G),ue===G||p.length===0||this.length===0)return 0;if(b<0)throw new RangeError("targetStart out of bounds");if(G<0||G>=this.length)throw new RangeError("Index out of range");if(ue<0)throw new RangeError("sourceEnd out of bounds");ue>this.length&&(ue=this.length),p.length-b<ue-G&&(ue=p.length-b+G);const we=ue-G;return this===p&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(b,G,ue):Uint8Array.prototype.set.call(p,this.subarray(G,ue),b),we},P.prototype.fill=function(p,b,G,ue){if(typeof p=="string"){if(typeof b=="string"?(ue=b,b=0,G=this.length):typeof G=="string"&&(ue=G,G=this.length),ue!==void 0&&typeof ue!="string")throw new TypeError("encoding must be a string");if(typeof ue=="string"&&!P.isEncoding(ue))throw new TypeError("Unknown encoding: "+ue);if(p.length===1){const be=p.charCodeAt(0);(ue==="utf8"&&be<128||ue==="latin1")&&(p=be)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(b<0||this.length<b||this.length<G)throw new RangeError("Out of range index");if(G<=b)return this;b=b>>>0,G=G===void 0?this.length:G>>>0,p||(p=0);let we;if(typeof p=="number")for(we=b;we<G;++we)this[we]=p;else{const be=P.isBuffer(p)?p:P.from(p,ue),gt=be.length;if(gt===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(we=0;we<G-b;++we)this[we+b]=be[we%gt]}return this};const Ut={};function he(C,p,b){Ut[C]=class extends b{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${C}]`,this.stack,delete this.name}get code(){return C}set code(ue){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:ue,writable:!0})}toString(){return`${this.name} [${C}]: ${this.message}`}}}he("ERR_BUFFER_OUT_OF_BOUNDS",function(C){return C?`${C} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),he("ERR_INVALID_ARG_TYPE",function(C,p){return`The "${C}" argument must be of type number. Received type ${typeof p}`},TypeError),he("ERR_OUT_OF_RANGE",function(C,p,b){let G=`The value of "${C}" is out of range.`,ue=b;return Number.isInteger(b)&&Math.abs(b)>4294967296?ue=Ne(String(b)):typeof b=="bigint"&&(ue=String(b),(b>gr(BigInt(2),BigInt(32))||b<-gr(BigInt(2),BigInt(32)))&&(ue=Ne(ue)),ue+="n"),G+=` It must be ${p}. Received ${ue}`,G},RangeError);function Ne(C){let p="",b=C.length;const G=C[0]==="-"?1:0;for(;b>=G+4;b-=3)p=`_${C.slice(b-3,b)}${p}`;return`${C.slice(0,b)}${p}`}function tt(C,p,b){nt(p,"offset"),(C[p]===void 0||C[p+b]===void 0)&&Ke(p,C.length-(b+1))}function lt(C,p,b,G,ue,we){if(C>b||C<p){const be=typeof p=="bigint"?"n":"";let gt;throw we>3?p===0||p===BigInt(0)?gt=`>= 0${be} and < 2${be} ** ${(we+1)*8}${be}`:gt=`>= -(2${be} ** ${(we+1)*8-1}${be}) and < 2 ** ${(we+1)*8-1}${be}`:gt=`>= ${p}${be} and <= ${b}${be}`,new Ut.ERR_OUT_OF_RANGE("value",gt,C)}tt(G,ue,we)}function nt(C,p){if(typeof C!="number")throw new Ut.ERR_INVALID_ARG_TYPE(p,"number",C)}function Ke(C,p,b){throw Math.floor(C)!==C?(nt(C,b),new Ut.ERR_OUT_OF_RANGE(b||"offset","an integer",C)):p<0?new Ut.ERR_BUFFER_OUT_OF_BOUNDS:new Ut.ERR_OUT_OF_RANGE(b||"offset",`>= ${b?1:0} and <= ${p}`,C)}const Pt=/[^+/0-9A-Za-z-_]/g;function Tt(C){if(C=C.split("=")[0],C=C.trim().replace(Pt,""),C.length<2)return"";for(;C.length%4!==0;)C=C+"=";return C}function Gt(C,p){p=p||1/0;let b;const G=C.length;let ue=null;const we=[];for(let be=0;be<G;++be){if(b=C.charCodeAt(be),b>55295&&b<57344){if(!ue){if(b>56319){(p-=3)>-1&&we.push(239,191,189);continue}else if(be+1===G){(p-=3)>-1&&we.push(239,191,189);continue}ue=b;continue}if(b<56320){(p-=3)>-1&&we.push(239,191,189),ue=b;continue}b=(ue-55296<<10|b-56320)+65536}else ue&&(p-=3)>-1&&we.push(239,191,189);if(ue=null,b<128){if((p-=1)<0)break;we.push(b)}else if(b<2048){if((p-=2)<0)break;we.push(b>>6|192,b&63|128)}else if(b<65536){if((p-=3)<0)break;we.push(b>>12|224,b>>6&63|128,b&63|128)}else if(b<1114112){if((p-=4)<0)break;we.push(b>>18|240,b>>12&63|128,b>>6&63|128,b&63|128)}else throw new Error("Invalid code point")}return we}function Bt(C){const p=[];for(let b=0;b<C.length;++b)p.push(C.charCodeAt(b)&255);return p}function dr(C,p){let b,G,ue;const we=[];for(let be=0;be<C.length&&!((p-=2)<0);++be)b=C.charCodeAt(be),G=b>>8,ue=b%256,we.push(ue),we.push(G);return we}function cr(C){return v.toByteArray(Tt(C))}function Ct(C,p,b,G){let ue;for(ue=0;ue<G&&!(ue+b>=p.length||ue>=C.length);++ue)p[ue+b]=C[ue];return ue}function rt(C,p){return C instanceof p||C!=null&&C.constructor!=null&&C.constructor.name!=null&&C.constructor.name===p.name}function bt(C){return C!==C}const wr=function(){const C="0123456789abcdef",p=new Array(256);for(let b=0;b<16;++b){const G=b*16;for(let ue=0;ue<16;++ue)p[G+ue]=C[b]+C[ue]}return p}();function pr(C){return typeof BigInt=="undefined"?qr:C}function qr(){throw new Error("BigInt not supported")}},277:function(i,m){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */m.read=function(L,v,j,S,A){var $,B,P=A*8-S-1,X=(1<<P)-1,V=X>>1,ne=-7,Z=j?A-1:0,de=j?-1:1,U=L[v+Z];for(Z+=de,$=U&(1<<-ne)-1,U>>=-ne,ne+=P;ne>0;$=$*256+L[v+Z],Z+=de,ne-=8);for(B=$&(1<<-ne)-1,$>>=-ne,ne+=S;ne>0;B=B*256+L[v+Z],Z+=de,ne-=8);if($===0)$=1-V;else{if($===X)return B?NaN:(U?-1:1)*(1/0);B=B+Math.pow(2,S),$=$-V}return(U?-1:1)*B*Math.pow(2,$-S)},m.write=function(L,v,j,S,A,$){var B,P,X,V=$*8-A-1,ne=(1<<V)-1,Z=ne>>1,de=A===23?Math.pow(2,-24)-Math.pow(2,-77):0,U=S?0:$-1,z=S?1:-1,ae=v<0||v===0&&1/v<0?1:0;for(v=Math.abs(v),isNaN(v)||v===1/0?(P=isNaN(v)?1:0,B=ne):(B=Math.floor(Math.log(v)/Math.LN2),v*(X=Math.pow(2,-B))<1&&(B--,X*=2),B+Z>=1?v+=de/X:v+=de*Math.pow(2,1-Z),v*X>=2&&(B++,X/=2),B+Z>=ne?(P=0,B=ne):B+Z>=1?(P=(v*X-1)*Math.pow(2,A),B=B+Z):(P=v*Math.pow(2,Z-1)*Math.pow(2,A),B=0));A>=8;L[j+U]=P&255,U+=z,P/=256,A-=8);for(B=B<<A|P,V+=A;V>0;L[j+U]=B&255,U+=z,B/=256,V-=8);L[j+U-z]|=ae*128}}},M={};function a(i){var m=M[i];if(m!==void 0)return m.exports;var L=M[i]={exports:{}},v=!0;try{x[i](L,L.exports,a),v=!1}finally{v&&delete M[i]}return L.exports}typeof a!="undefined"&&(a.ab=te+"/");var f=a(978);Q.exports=f})()},1494:Q=>{var te="/";(function(){var x={952:function(i){var m=i.exports={},L,v;function j(){throw new Error("setTimeout has not been defined")}function S(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?L=setTimeout:L=j}catch(z){L=j}try{typeof clearTimeout=="function"?v=clearTimeout:v=S}catch(z){v=S}})();function A(z){if(L===setTimeout)return setTimeout(z,0);if((L===j||!L)&&setTimeout)return L=setTimeout,setTimeout(z,0);try{return L(z,0)}catch(ae){try{return L.call(null,z,0)}catch(Oe){return L.call(this,z,0)}}}function $(z){if(v===clearTimeout)return clearTimeout(z);if((v===S||!v)&&clearTimeout)return v=clearTimeout,clearTimeout(z);try{return v(z)}catch(ae){try{return v.call(null,z)}catch(Oe){return v.call(this,z)}}}var B=[],P=!1,X,V=-1;function ne(){!P||!X||(P=!1,X.length?B=X.concat(B):V=-1,B.length&&Z())}function Z(){if(!P){var z=A(ne);P=!0;for(var ae=B.length;ae;){for(X=B,B=[];++V<ae;)X&&X[V].run();V=-1,ae=B.length}X=null,P=!1,$(z)}}m.nextTick=function(z){var ae=new Array(arguments.length-1);if(arguments.length>1)for(var Oe=1;Oe<arguments.length;Oe++)ae[Oe-1]=arguments[Oe];B.push(new de(z,ae)),B.length===1&&!P&&A(Z)};function de(z,ae){this.fun=z,this.array=ae}de.prototype.run=function(){this.fun.apply(null,this.array)},m.title="browser",m.browser=!0,m.env={},m.argv=[],m.version="",m.versions={};function U(){}m.on=U,m.addListener=U,m.once=U,m.off=U,m.removeListener=U,m.removeAllListeners=U,m.emit=U,m.prependListener=U,m.prependOnceListener=U,m.listeners=function(z){return[]},m.binding=function(z){throw new Error("process.binding is not supported")},m.cwd=function(){return"/"},m.chdir=function(z){throw new Error("process.chdir is not supported")},m.umask=function(){return 0}}},M={};function a(i){var m=M[i];if(m!==void 0)return m.exports;var L=M[i]={exports:{}},v=!0;try{x[i](L,L.exports,a),v=!1}finally{v&&delete M[i]}return L.exports}typeof a!="undefined"&&(a.ab=te+"/");var f=a(952);Q.exports=f})()},3379:Q=>{var te={animationIterationCount:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridColumn:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,stopOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};Q.exports=function(x,M){return typeof M=="number"&&!te[x]?M+"px":M}},4184:(Q,te)=>{var x,M;/*!
|
|
7
|
+
Copyright (c) 2018 Jed Watson.
|
|
8
|
+
Licensed under the MIT License (MIT), see
|
|
9
|
+
http://jedwatson.github.io/classnames
|
|
10
|
+
*/(function(){"use strict";var a={}.hasOwnProperty,f="[native code]";function i(){for(var m=[],L=0;L<arguments.length;L++){var v=arguments[L];if(!!v){var j=typeof v;if(j==="string"||j==="number")m.push(v);else if(Array.isArray(v)){if(v.length){var S=i.apply(null,v);S&&m.push(S)}}else if(j==="object"){if(v.toString!==Object.prototype.toString&&!v.toString.toString().includes("[native code]")){m.push(v.toString());continue}for(var A in v)a.call(v,A)&&v[A]&&m.push(A)}}}return m.join(" ")}Q.exports?(i.default=i,Q.exports=i):(x=[],M=function(){return i}.apply(te,x),M!==void 0&&(Q.exports=M))})()},6238:(Q,te,x)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=i;var M=x(5477),a=f(M);function f(m){return m&&m.__esModule?m:{default:m}}function i(m){return(0,a.default)(m)}Q.exports=te.default},638:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=M;var x=/-webkit-|-moz-|-ms-/;function M(a){return typeof a=="string"&&x.test(a)}Q.exports=te.default},3879:(Q,te,x)=>{var M=x(7236),a=x(6189),f={float:"cssFloat"},i=x(3379);function m(S,A,$){var B=f[A];if(typeof B=="undefined"&&(B=v(A)),B){if($===void 0)return S.style[B];S.style[B]=i(B,$)}}function L(S,A){for(var $ in A)A.hasOwnProperty($)&&m(S,$,A[$])}function v(S){var A=a(S),$=M(A);return f[A]=f[S]=f[$]=$,$}function j(){arguments.length===2?typeof arguments[1]=="string"?arguments[0].style.cssText=arguments[1]:L(arguments[0],arguments[1]):m(arguments[0],arguments[1],arguments[2])}Q.exports=j,Q.exports.set=j,Q.exports.get=function(S,A){return Array.isArray(A)?A.reduce(function($,B){return $[B]=m(S,B||""),$},{}):m(S,A||"")}},5477:(Q,te,x)=>{"use strict";x.r(te);var M=/[A-Z]/g,a=/^ms-/,f={};function i(L){return"-"+L.toLowerCase()}function m(L){if(f.hasOwnProperty(L))return f[L];var v=L.replace(M,i);return f[L]=a.test(v)?"-"+v:v}te.default=m},2786:function(Q,te,x){//! moment.js locale configuration
|
|
11
|
+
//! locale : Afrikaans [af]
|
|
12
|
+
//! author : Werner Mollentze : https://github.com/wernerm
|
|
13
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
14
|
+
var a=M.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(f){return/^nm$/i.test(f)},meridiem:function(f,i,m){return f<12?m?"vm":"VM":m?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[M\xF4re om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(f){return f+(f===1||f===8||f>=20?"ste":"de")},week:{dow:1,doy:4}});return a})},4130:function(Q,te,x){//! moment.js locale configuration
|
|
15
|
+
//! locale : Arabic (Algeria) [ar-dz]
|
|
16
|
+
//! author : Amine Roukh: https://github.com/Amine27
|
|
17
|
+
//! author : Abdel Said: https://github.com/abdelsaid
|
|
18
|
+
//! author : Ahmed Elkhatib
|
|
19
|
+
//! author : forabi https://github.com/forabi
|
|
20
|
+
//! author : Noureddine LOUAHEDJ : https://github.com/noureddinem
|
|
21
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
22
|
+
var a=function(v){return v===0?0:v===1?1:v===2?2:v%100>=3&&v%100<=10?3:v%100>=11?4:5},f={s:["\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629","\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062B\u0627\u0646\u064A\u062A\u0627\u0646","\u062B\u0627\u0646\u064A\u062A\u064A\u0646"],"%d \u062B\u0648\u0627\u0646","%d \u062B\u0627\u0646\u064A\u0629","%d \u062B\u0627\u0646\u064A\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629","\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062F\u0642\u064A\u0642\u062A\u0627\u0646","\u062F\u0642\u064A\u0642\u062A\u064A\u0646"],"%d \u062F\u0642\u0627\u0626\u0642","%d \u062F\u0642\u064A\u0642\u0629","%d \u062F\u0642\u064A\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",["\u0633\u0627\u0639\u062A\u0627\u0646","\u0633\u0627\u0639\u062A\u064A\u0646"],"%d \u0633\u0627\u0639\u0627\u062A","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064A\u0648\u0645","\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",["\u064A\u0648\u0645\u0627\u0646","\u064A\u0648\u0645\u064A\u0646"],"%d \u0623\u064A\u0627\u0645","%d \u064A\u0648\u0645\u064B\u0627","%d \u064A\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064A\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064A\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064B\u0627","%d \u0639\u0627\u0645"]},i=function(v){return function(j,S,A,$){var B=a(j),P=f[v][a(j)];return B===2&&(P=P[S?0:1]),P.replace(/%d/i,j)}},m=["\u062C\u0627\u0646\u0641\u064A","\u0641\u064A\u0641\u0631\u064A","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064A\u0644","\u0645\u0627\u064A","\u062C\u0648\u0627\u0646","\u062C\u0648\u064A\u0644\u064A\u0629","\u0623\u0648\u062A","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],L=M.defineLocale("ar-dz",{months:m,monthsShort:m,weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200FM/\u200FYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(v){return v==="\u0645"},meridiem:function(v,j,S){return v<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u064B\u0627 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062F %s",past:"\u0645\u0646\u0630 %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},postformat:function(v){return v.replace(/,/g,"\u060C")},week:{dow:0,doy:4}});return L})},6135:function(Q,te,x){//! moment.js locale configuration
|
|
23
|
+
//! locale : Arabic (Kuwait) [ar-kw]
|
|
24
|
+
//! author : Nusret Parlak: https://github.com/nusretparlak
|
|
25
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
26
|
+
var a=M.defineLocale("ar-kw",{months:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648\u0632_\u063A\u0634\u062A_\u0634\u062A\u0646\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062F\u062C\u0646\u0628\u0631".split("_"),monthsShort:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648\u0632_\u063A\u0634\u062A_\u0634\u062A\u0646\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062F\u062C\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062A\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0627\u062D\u062F_\u0627\u062A\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064A %s",past:"\u0645\u0646\u0630 %s",s:"\u062B\u0648\u0627\u0646",ss:"%d \u062B\u0627\u0646\u064A\u0629",m:"\u062F\u0642\u064A\u0642\u0629",mm:"%d \u062F\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062A",d:"\u064A\u0648\u0645",dd:"%d \u0623\u064A\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062A"},week:{dow:0,doy:12}});return a})},6440:function(Q,te,x){//! moment.js locale configuration
|
|
27
|
+
//! locale : Arabic (Libya) [ar-ly]
|
|
28
|
+
//! author : Ali Hmer: https://github.com/kikoanis
|
|
29
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
30
|
+
var a={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},f=function(j){return j===0?0:j===1?1:j===2?2:j%100>=3&&j%100<=10?3:j%100>=11?4:5},i={s:["\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629","\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062B\u0627\u0646\u064A\u062A\u0627\u0646","\u062B\u0627\u0646\u064A\u062A\u064A\u0646"],"%d \u062B\u0648\u0627\u0646","%d \u062B\u0627\u0646\u064A\u0629","%d \u062B\u0627\u0646\u064A\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629","\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062F\u0642\u064A\u0642\u062A\u0627\u0646","\u062F\u0642\u064A\u0642\u062A\u064A\u0646"],"%d \u062F\u0642\u0627\u0626\u0642","%d \u062F\u0642\u064A\u0642\u0629","%d \u062F\u0642\u064A\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",["\u0633\u0627\u0639\u062A\u0627\u0646","\u0633\u0627\u0639\u062A\u064A\u0646"],"%d \u0633\u0627\u0639\u0627\u062A","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064A\u0648\u0645","\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",["\u064A\u0648\u0645\u0627\u0646","\u064A\u0648\u0645\u064A\u0646"],"%d \u0623\u064A\u0627\u0645","%d \u064A\u0648\u0645\u064B\u0627","%d \u064A\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064A\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064A\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064B\u0627","%d \u0639\u0627\u0645"]},m=function(j){return function(S,A,$,B){var P=f(S),X=i[j][f(S)];return P===2&&(X=X[A?0:1]),X.replace(/%d/i,S)}},L=["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],v=M.defineLocale("ar-ly",{months:L,monthsShort:L,weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200FM/\u200FYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(j){return j==="\u0645"},meridiem:function(j,S,A){return j<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u064B\u0627 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062F %s",past:"\u0645\u0646\u0630 %s",s:m("s"),ss:m("s"),m:m("m"),mm:m("m"),h:m("h"),hh:m("h"),d:m("d"),dd:m("d"),M:m("M"),MM:m("M"),y:m("y"),yy:m("y")},preparse:function(j){return j.replace(/،/g,",")},postformat:function(j){return j.replace(/\d/g,function(S){return a[S]}).replace(/,/g,"\u060C")},week:{dow:6,doy:12}});return v})},7702:function(Q,te,x){//! moment.js locale configuration
|
|
31
|
+
//! locale : Arabic (Morocco) [ar-ma]
|
|
32
|
+
//! author : ElFadili Yassine : https://github.com/ElFadiliY
|
|
33
|
+
//! author : Abdel Said : https://github.com/abdelsaid
|
|
34
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
35
|
+
var a=M.defineLocale("ar-ma",{months:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648\u0632_\u063A\u0634\u062A_\u0634\u062A\u0646\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062F\u062C\u0646\u0628\u0631".split("_"),monthsShort:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648\u0632_\u063A\u0634\u062A_\u0634\u062A\u0646\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062F\u062C\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0627\u062D\u062F_\u0627\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064A %s",past:"\u0645\u0646\u0630 %s",s:"\u062B\u0648\u0627\u0646",ss:"%d \u062B\u0627\u0646\u064A\u0629",m:"\u062F\u0642\u064A\u0642\u0629",mm:"%d \u062F\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062A",d:"\u064A\u0648\u0645",dd:"%d \u0623\u064A\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062A"},week:{dow:1,doy:4}});return a})},6040:function(Q,te,x){//! moment.js locale configuration
|
|
36
|
+
//! locale : Arabic (Saudi Arabia) [ar-sa]
|
|
37
|
+
//! author : Suhail Alkowaileet : https://github.com/xsoh
|
|
38
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
39
|
+
var a={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},f={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},i=M.defineLocale("ar-sa",{months:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A\u0648_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648_\u0623\u063A\u0633\u0637\u0633_\u0633\u0628\u062A\u0645\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062F\u064A\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A\u0648_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648_\u0623\u063A\u0633\u0637\u0633_\u0633\u0628\u062A\u0645\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062F\u064A\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(m){return m==="\u0645"},meridiem:function(m,L,v){return m<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064A %s",past:"\u0645\u0646\u0630 %s",s:"\u062B\u0648\u0627\u0646",ss:"%d \u062B\u0627\u0646\u064A\u0629",m:"\u062F\u0642\u064A\u0642\u0629",mm:"%d \u062F\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062A",d:"\u064A\u0648\u0645",dd:"%d \u0623\u064A\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062A"},preparse:function(m){return m.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(L){return f[L]}).replace(/،/g,",")},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]}).replace(/,/g,"\u060C")},week:{dow:0,doy:6}});return i})},7100:function(Q,te,x){//! moment.js locale configuration
|
|
40
|
+
//! locale : Arabic (Tunisia) [ar-tn]
|
|
41
|
+
//! author : Nader Toukabri : https://github.com/naderio
|
|
42
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
43
|
+
var a=M.defineLocale("ar-tn",{months:"\u062C\u0627\u0646\u0641\u064A_\u0641\u064A\u0641\u0631\u064A_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064A\u0644_\u0645\u0627\u064A_\u062C\u0648\u0627\u0646_\u062C\u0648\u064A\u0644\u064A\u0629_\u0623\u0648\u062A_\u0633\u0628\u062A\u0645\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062F\u064A\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u062C\u0627\u0646\u0641\u064A_\u0641\u064A\u0641\u0631\u064A_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064A\u0644_\u0645\u0627\u064A_\u062C\u0648\u0627\u0646_\u062C\u0648\u064A\u0644\u064A\u0629_\u0623\u0648\u062A_\u0633\u0628\u062A\u0645\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062F\u064A\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064A %s",past:"\u0645\u0646\u0630 %s",s:"\u062B\u0648\u0627\u0646",ss:"%d \u062B\u0627\u0646\u064A\u0629",m:"\u062F\u0642\u064A\u0642\u0629",mm:"%d \u062F\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062A",d:"\u064A\u0648\u0645",dd:"%d \u0623\u064A\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062A"},week:{dow:1,doy:4}});return a})},867:function(Q,te,x){//! moment.js locale configuration
|
|
44
|
+
//! locale : Arabic [ar]
|
|
45
|
+
//! author : Abdel Said: https://github.com/abdelsaid
|
|
46
|
+
//! author : Ahmed Elkhatib
|
|
47
|
+
//! author : forabi https://github.com/forabi
|
|
48
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
49
|
+
var a={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},f={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},i=function(S){return S===0?0:S===1?1:S===2?2:S%100>=3&&S%100<=10?3:S%100>=11?4:5},m={s:["\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629","\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062B\u0627\u0646\u064A\u062A\u0627\u0646","\u062B\u0627\u0646\u064A\u062A\u064A\u0646"],"%d \u062B\u0648\u0627\u0646","%d \u062B\u0627\u0646\u064A\u0629","%d \u062B\u0627\u0646\u064A\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629","\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",["\u062F\u0642\u064A\u0642\u062A\u0627\u0646","\u062F\u0642\u064A\u0642\u062A\u064A\u0646"],"%d \u062F\u0642\u0627\u0626\u0642","%d \u062F\u0642\u064A\u0642\u0629","%d \u062F\u0642\u064A\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",["\u0633\u0627\u0639\u062A\u0627\u0646","\u0633\u0627\u0639\u062A\u064A\u0646"],"%d \u0633\u0627\u0639\u0627\u062A","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064A\u0648\u0645","\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",["\u064A\u0648\u0645\u0627\u0646","\u064A\u0648\u0645\u064A\u0646"],"%d \u0623\u064A\u0627\u0645","%d \u064A\u0648\u0645\u064B\u0627","%d \u064A\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064A\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064A\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064B\u0627","%d \u0639\u0627\u0645"]},L=function(S){return function(A,$,B,P){var X=i(A),V=m[S][i(A)];return X===2&&(V=V[$?0:1]),V.replace(/%d/i,A)}},v=["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],j=M.defineLocale("ar",{months:v,monthsShort:v,weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200FM/\u200FYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(S){return S==="\u0645"},meridiem:function(S,A,$){return S<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063A\u062F\u064B\u0627 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062F %s",past:"\u0645\u0646\u0630 %s",s:L("s"),ss:L("s"),m:L("m"),mm:L("m"),h:L("h"),hh:L("h"),d:L("d"),dd:L("d"),M:L("M"),MM:L("M"),y:L("y"),yy:L("y")},preparse:function(S){return S.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(A){return f[A]}).replace(/،/g,",")},postformat:function(S){return S.replace(/\d/g,function(A){return a[A]}).replace(/,/g,"\u060C")},week:{dow:6,doy:12}});return j})},1083:function(Q,te,x){//! moment.js locale configuration
|
|
50
|
+
//! locale : Azerbaijani [az]
|
|
51
|
+
//! author : topchiyev : https://github.com/topchiyev
|
|
52
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
53
|
+
var a={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-\xFCnc\xFC",4:"-\xFCnc\xFC",100:"-\xFCnc\xFC",6:"-nc\u0131",9:"-uncu",10:"-uncu",30:"-uncu",60:"-\u0131nc\u0131",90:"-\u0131nc\u0131"},f=M.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ert\u0259si_\xC7\u0259r\u015F\u0259nb\u0259 ax\u015Fam\u0131_\xC7\u0259r\u015F\u0259nb\u0259_C\xFCm\u0259 ax\u015Fam\u0131_C\xFCm\u0259_\u015E\u0259nb\u0259".split("_"),weekdaysShort:"Baz_BzE_\xC7Ax_\xC7\u0259r_CAx_C\xFCm_\u015E\u0259n".split("_"),weekdaysMin:"Bz_BE_\xC7A_\xC7\u0259_CA_C\xFC_\u015E\u0259".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xFCn saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[g\u0259l\u0259n h\u0259ft\u0259] dddd [saat] LT",lastDay:"[d\xFCn\u0259n] LT",lastWeek:"[ke\xE7\u0259n h\u0259ft\u0259] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \u0259vv\u0259l",s:"bir ne\xE7\u0259 saniy\u0259",ss:"%d saniy\u0259",m:"bir d\u0259qiq\u0259",mm:"%d d\u0259qiq\u0259",h:"bir saat",hh:"%d saat",d:"bir g\xFCn",dd:"%d g\xFCn",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(i){return/^(gündüz|axşam)$/.test(i)},meridiem:function(i,m,L){return i<4?"gec\u0259":i<12?"s\u0259h\u0259r":i<17?"g\xFCnd\xFCz":"ax\u015Fam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(i){if(i===0)return i+"-\u0131nc\u0131";var m=i%10,L=i%100-m,v=i>=100?100:null;return i+(a[m]||a[L]||a[v])},week:{dow:1,doy:7}});return f})},9808:function(Q,te,x){//! moment.js locale configuration
|
|
54
|
+
//! locale : Belarusian [be]
|
|
55
|
+
//! author : Dmitry Demidov : https://github.com/demidov91
|
|
56
|
+
//! author: Praleska: http://praleska.pro/
|
|
57
|
+
//! Author : Menelion Elensúle : https://github.com/Oire
|
|
58
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
59
|
+
function a(m,L){var v=m.split("_");return L%10===1&&L%100!==11?v[0]:L%10>=2&&L%10<=4&&(L%100<10||L%100>=20)?v[1]:v[2]}function f(m,L,v){var j={ss:L?"\u0441\u0435\u043A\u0443\u043D\u0434\u0430_\u0441\u0435\u043A\u0443\u043D\u0434\u044B_\u0441\u0435\u043A\u0443\u043D\u0434":"\u0441\u0435\u043A\u0443\u043D\u0434\u0443_\u0441\u0435\u043A\u0443\u043D\u0434\u044B_\u0441\u0435\u043A\u0443\u043D\u0434",mm:L?"\u0445\u0432\u0456\u043B\u0456\u043D\u0430_\u0445\u0432\u0456\u043B\u0456\u043D\u044B_\u0445\u0432\u0456\u043B\u0456\u043D":"\u0445\u0432\u0456\u043B\u0456\u043D\u0443_\u0445\u0432\u0456\u043B\u0456\u043D\u044B_\u0445\u0432\u0456\u043B\u0456\u043D",hh:L?"\u0433\u0430\u0434\u0437\u0456\u043D\u0430_\u0433\u0430\u0434\u0437\u0456\u043D\u044B_\u0433\u0430\u0434\u0437\u0456\u043D":"\u0433\u0430\u0434\u0437\u0456\u043D\u0443_\u0433\u0430\u0434\u0437\u0456\u043D\u044B_\u0433\u0430\u0434\u0437\u0456\u043D",dd:"\u0434\u0437\u0435\u043D\u044C_\u0434\u043D\u0456_\u0434\u0437\u0451\u043D",MM:"\u043C\u0435\u0441\u044F\u0446_\u043C\u0435\u0441\u044F\u0446\u044B_\u043C\u0435\u0441\u044F\u0446\u0430\u045E",yy:"\u0433\u043E\u0434_\u0433\u0430\u0434\u044B_\u0433\u0430\u0434\u043E\u045E"};return v==="m"?L?"\u0445\u0432\u0456\u043B\u0456\u043D\u0430":"\u0445\u0432\u0456\u043B\u0456\u043D\u0443":v==="h"?L?"\u0433\u0430\u0434\u0437\u0456\u043D\u0430":"\u0433\u0430\u0434\u0437\u0456\u043D\u0443":m+" "+a(j[v],+m)}var i=M.defineLocale("be",{months:{format:"\u0441\u0442\u0443\u0434\u0437\u0435\u043D\u044F_\u043B\u044E\u0442\u0430\u0433\u0430_\u0441\u0430\u043A\u0430\u0432\u0456\u043A\u0430_\u043A\u0440\u0430\u0441\u0430\u0432\u0456\u043A\u0430_\u0442\u0440\u0430\u045E\u043D\u044F_\u0447\u044D\u0440\u0432\u0435\u043D\u044F_\u043B\u0456\u043F\u0435\u043D\u044F_\u0436\u043D\u0456\u045E\u043D\u044F_\u0432\u0435\u0440\u0430\u0441\u043D\u044F_\u043A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A\u0430_\u043B\u0456\u0441\u0442\u0430\u043F\u0430\u0434\u0430_\u0441\u043D\u0435\u0436\u043D\u044F".split("_"),standalone:"\u0441\u0442\u0443\u0434\u0437\u0435\u043D\u044C_\u043B\u044E\u0442\u044B_\u0441\u0430\u043A\u0430\u0432\u0456\u043A_\u043A\u0440\u0430\u0441\u0430\u0432\u0456\u043A_\u0442\u0440\u0430\u0432\u0435\u043D\u044C_\u0447\u044D\u0440\u0432\u0435\u043D\u044C_\u043B\u0456\u043F\u0435\u043D\u044C_\u0436\u043D\u0456\u0432\u0435\u043D\u044C_\u0432\u0435\u0440\u0430\u0441\u0435\u043D\u044C_\u043A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A_\u043B\u0456\u0441\u0442\u0430\u043F\u0430\u0434_\u0441\u043D\u0435\u0436\u0430\u043D\u044C".split("_")},monthsShort:"\u0441\u0442\u0443\u0434_\u043B\u044E\u0442_\u0441\u0430\u043A_\u043A\u0440\u0430\u0441_\u0442\u0440\u0430\u0432_\u0447\u044D\u0440\u0432_\u043B\u0456\u043F_\u0436\u043D\u0456\u0432_\u0432\u0435\u0440_\u043A\u0430\u0441\u0442_\u043B\u0456\u0441\u0442_\u0441\u043D\u0435\u0436".split("_"),weekdays:{format:"\u043D\u044F\u0434\u0437\u0435\u043B\u044E_\u043F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A_\u0430\u045E\u0442\u043E\u0440\u0430\u043A_\u0441\u0435\u0440\u0430\u0434\u0443_\u0447\u0430\u0446\u0432\u0435\u0440_\u043F\u044F\u0442\u043D\u0456\u0446\u0443_\u0441\u0443\u0431\u043E\u0442\u0443".split("_"),standalone:"\u043D\u044F\u0434\u0437\u0435\u043B\u044F_\u043F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A_\u0430\u045E\u0442\u043E\u0440\u0430\u043A_\u0441\u0435\u0440\u0430\u0434\u0430_\u0447\u0430\u0446\u0432\u0435\u0440_\u043F\u044F\u0442\u043D\u0456\u0446\u0430_\u0441\u0443\u0431\u043E\u0442\u0430".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"\u043D\u0434_\u043F\u043D_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043F\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043D\u0434_\u043F\u043D_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043F\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., HH:mm",LLLL:"dddd, D MMMM YYYY \u0433., HH:mm"},calendar:{sameDay:"[\u0421\u0451\u043D\u043D\u044F \u045E] LT",nextDay:"[\u0417\u0430\u045E\u0442\u0440\u0430 \u045E] LT",lastDay:"[\u0423\u0447\u043E\u0440\u0430 \u045E] LT",nextWeek:function(){return"[\u0423] dddd [\u045E] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[\u0423 \u043C\u0456\u043D\u0443\u043B\u0443\u044E] dddd [\u045E] LT";case 1:case 2:case 4:return"[\u0423 \u043C\u0456\u043D\u0443\u043B\u044B] dddd [\u045E] LT"}},sameElse:"L"},relativeTime:{future:"\u043F\u0440\u0430\u0437 %s",past:"%s \u0442\u0430\u043C\u0443",s:"\u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456 \u0441\u0435\u043A\u0443\u043D\u0434",m:f,mm:f,h:f,hh:f,d:"\u0434\u0437\u0435\u043D\u044C",dd:f,M:"\u043C\u0435\u0441\u044F\u0446",MM:f,y:"\u0433\u043E\u0434",yy:f},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(m){return/^(дня|вечара)$/.test(m)},meridiem:function(m,L,v){return m<4?"\u043D\u043E\u0447\u044B":m<12?"\u0440\u0430\u043D\u0456\u0446\u044B":m<17?"\u0434\u043D\u044F":"\u0432\u0435\u0447\u0430\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(m,L){switch(L){case"M":case"d":case"DDD":case"w":case"W":return(m%10===2||m%10===3)&&m%100!==12&&m%100!==13?m+"-\u0456":m+"-\u044B";case"D":return m+"-\u0433\u0430";default:return m}},week:{dow:1,doy:7}});return i})},8338:function(Q,te,x){//! moment.js locale configuration
|
|
60
|
+
//! locale : Bulgarian [bg]
|
|
61
|
+
//! author : Krasen Borisov : https://github.com/kraz
|
|
62
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
63
|
+
var a=M.defineLocale("bg",{months:"\u044F\u043D\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0438\u043B_\u043C\u0430\u0439_\u044E\u043D\u0438_\u044E\u043B\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438_\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438_\u043D\u043E\u0435\u043C\u0432\u0440\u0438_\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438".split("_"),monthsShort:"\u044F\u043D\u0443_\u0444\u0435\u0432_\u043C\u0430\u0440_\u0430\u043F\u0440_\u043C\u0430\u0439_\u044E\u043D\u0438_\u044E\u043B\u0438_\u0430\u0432\u0433_\u0441\u0435\u043F_\u043E\u043A\u0442_\u043D\u043E\u0435_\u0434\u0435\u043A".split("_"),weekdays:"\u043D\u0435\u0434\u0435\u043B\u044F_\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A_\u0432\u0442\u043E\u0440\u043D\u0438\u043A_\u0441\u0440\u044F\u0434\u0430_\u0447\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A_\u043F\u0435\u0442\u044A\u043A_\u0441\u044A\u0431\u043E\u0442\u0430".split("_"),weekdaysShort:"\u043D\u0435\u0434_\u043F\u043E\u043D_\u0432\u0442\u043E_\u0441\u0440\u044F_\u0447\u0435\u0442_\u043F\u0435\u0442_\u0441\u044A\u0431".split("_"),weekdaysMin:"\u043D\u0434_\u043F\u043D_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043F\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u043D\u0435\u0441 \u0432] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432] LT",nextWeek:"dddd [\u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u041C\u0438\u043D\u0430\u043B\u0430\u0442\u0430] dddd [\u0432] LT";case 1:case 2:case 4:case 5:return"[\u041C\u0438\u043D\u0430\u043B\u0438\u044F] dddd [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0441\u043B\u0435\u0434 %s",past:"\u043F\u0440\u0435\u0434\u0438 %s",s:"\u043D\u044F\u043A\u043E\u043B\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434\u0438",ss:"%d \u0441\u0435\u043A\u0443\u043D\u0434\u0438",m:"\u043C\u0438\u043D\u0443\u0442\u0430",mm:"%d \u043C\u0438\u043D\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043D",dd:"%d \u0434\u0435\u043D\u0430",w:"\u0441\u0435\u0434\u043C\u0438\u0446\u0430",ww:"%d \u0441\u0435\u0434\u043C\u0438\u0446\u0438",M:"\u043C\u0435\u0441\u0435\u0446",MM:"%d \u043C\u0435\u0441\u0435\u0446\u0430",y:"\u0433\u043E\u0434\u0438\u043D\u0430",yy:"%d \u0433\u043E\u0434\u0438\u043D\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(f){var i=f%10,m=f%100;return f===0?f+"-\u0435\u0432":m===0?f+"-\u0435\u043D":m>10&&m<20?f+"-\u0442\u0438":i===1?f+"-\u0432\u0438":i===2?f+"-\u0440\u0438":i===7||i===8?f+"-\u043C\u0438":f+"-\u0442\u0438"},week:{dow:1,doy:7}});return a})},7438:function(Q,te,x){//! moment.js locale configuration
|
|
64
|
+
//! locale : Bambara [bm]
|
|
65
|
+
//! author : Estelle Comment : https://github.com/estellecomment
|
|
66
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
67
|
+
var a=M.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_M\u025Bkalo_Zuw\u025Bnkalo_Zuluyekalo_Utikalo_S\u025Btanburukalo_\u0254kut\u0254burukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_M\u025B_Zuw_Zul_Uti_S\u025Bt_\u0254ku_Now_Des".split("_"),weekdays:"Kari_Nt\u025Bn\u025Bn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Nt\u025B_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [l\u025Br\u025B] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [l\u025Br\u025B] HH:mm"},calendar:{sameDay:"[Bi l\u025Br\u025B] LT",nextDay:"[Sini l\u025Br\u025B] LT",nextWeek:"dddd [don l\u025Br\u025B] LT",lastDay:"[Kunu l\u025Br\u025B] LT",lastWeek:"dddd [t\u025Bm\u025Bnen l\u025Br\u025B] LT",sameElse:"L"},relativeTime:{future:"%s k\u0254n\u0254",past:"a b\u025B %s b\u0254",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"l\u025Br\u025B kelen",hh:"l\u025Br\u025B %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});return a})},6225:function(Q,te,x){//! moment.js locale configuration
|
|
68
|
+
//! locale : Bengali (Bangladesh) [bn-bd]
|
|
69
|
+
//! author : Asraf Hossain Patoary : https://github.com/ashwoolford
|
|
70
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
71
|
+
var a={1:"\u09E7",2:"\u09E8",3:"\u09E9",4:"\u09EA",5:"\u09EB",6:"\u09EC",7:"\u09ED",8:"\u09EE",9:"\u09EF",0:"\u09E6"},f={"\u09E7":"1","\u09E8":"2","\u09E9":"3","\u09EA":"4","\u09EB":"5","\u09EC":"6","\u09ED":"7","\u09EE":"8","\u09EF":"9","\u09E6":"0"},i=M.defineLocale("bn-bd",{months:"\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF_\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF_\u09AE\u09BE\u09B0\u09CD\u099A_\u098F\u09AA\u09CD\u09B0\u09BF\u09B2_\u09AE\u09C7_\u099C\u09C1\u09A8_\u099C\u09C1\u09B2\u09BE\u0987_\u0986\u0997\u09B8\u09CD\u099F_\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0_\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0_\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0_\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0".split("_"),monthsShort:"\u099C\u09BE\u09A8\u09C1_\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1_\u09AE\u09BE\u09B0\u09CD\u099A_\u098F\u09AA\u09CD\u09B0\u09BF\u09B2_\u09AE\u09C7_\u099C\u09C1\u09A8_\u099C\u09C1\u09B2\u09BE\u0987_\u0986\u0997\u09B8\u09CD\u099F_\u09B8\u09C7\u09AA\u09CD\u099F_\u0985\u0995\u09CD\u099F\u09CB_\u09A8\u09AD\u09C7_\u09A1\u09BF\u09B8\u09C7".split("_"),weekdays:"\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0_\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0_\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0_\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0_\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0_\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0_\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0".split("_"),weekdaysShort:"\u09B0\u09AC\u09BF_\u09B8\u09CB\u09AE_\u09AE\u0999\u09CD\u0997\u09B2_\u09AC\u09C1\u09A7_\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF_\u09B6\u09C1\u0995\u09CD\u09B0_\u09B6\u09A8\u09BF".split("_"),weekdaysMin:"\u09B0\u09AC\u09BF_\u09B8\u09CB\u09AE_\u09AE\u0999\u09CD\u0997\u09B2_\u09AC\u09C1\u09A7_\u09AC\u09C3\u09B9_\u09B6\u09C1\u0995\u09CD\u09B0_\u09B6\u09A8\u09BF".split("_"),longDateFormat:{LT:"A h:mm \u09B8\u09AE\u09DF",LTS:"A h:mm:ss \u09B8\u09AE\u09DF",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09B8\u09AE\u09DF",LLLL:"dddd, D MMMM YYYY, A h:mm \u09B8\u09AE\u09DF"},calendar:{sameDay:"[\u0986\u099C] LT",nextDay:"[\u0986\u0997\u09BE\u09AE\u09C0\u0995\u09BE\u09B2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09A4\u0995\u09BE\u09B2] LT",lastWeek:"[\u0997\u09A4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09AA\u09B0\u09C7",past:"%s \u0986\u0997\u09C7",s:"\u0995\u09DF\u09C7\u0995 \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",ss:"%d \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",m:"\u098F\u0995 \u09AE\u09BF\u09A8\u09BF\u099F",mm:"%d \u09AE\u09BF\u09A8\u09BF\u099F",h:"\u098F\u0995 \u0998\u09A8\u09CD\u099F\u09BE",hh:"%d \u0998\u09A8\u09CD\u099F\u09BE",d:"\u098F\u0995 \u09A6\u09BF\u09A8",dd:"%d \u09A6\u09BF\u09A8",M:"\u098F\u0995 \u09AE\u09BE\u09B8",MM:"%d \u09AE\u09BE\u09B8",y:"\u098F\u0995 \u09AC\u099B\u09B0",yy:"%d \u09AC\u099B\u09B0"},preparse:function(m){return m.replace(/[১২৩৪৫৬৭৮৯০]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(m,L){if(m===12&&(m=0),L==="\u09B0\u09BE\u09A4")return m<4?m:m+12;if(L==="\u09AD\u09CB\u09B0")return m;if(L==="\u09B8\u0995\u09BE\u09B2")return m;if(L==="\u09A6\u09C1\u09AA\u09C1\u09B0")return m>=3?m:m+12;if(L==="\u09AC\u09BF\u0995\u09BE\u09B2")return m+12;if(L==="\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE")return m+12},meridiem:function(m,L,v){return m<4?"\u09B0\u09BE\u09A4":m<6?"\u09AD\u09CB\u09B0":m<12?"\u09B8\u0995\u09BE\u09B2":m<15?"\u09A6\u09C1\u09AA\u09C1\u09B0":m<18?"\u09AC\u09BF\u0995\u09BE\u09B2":m<20?"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE":"\u09B0\u09BE\u09A4"},week:{dow:0,doy:6}});return i})},8905:function(Q,te,x){//! moment.js locale configuration
|
|
72
|
+
//! locale : Bengali [bn]
|
|
73
|
+
//! author : Kaushik Gandhi : https://github.com/kaushikgandhi
|
|
74
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
75
|
+
var a={1:"\u09E7",2:"\u09E8",3:"\u09E9",4:"\u09EA",5:"\u09EB",6:"\u09EC",7:"\u09ED",8:"\u09EE",9:"\u09EF",0:"\u09E6"},f={"\u09E7":"1","\u09E8":"2","\u09E9":"3","\u09EA":"4","\u09EB":"5","\u09EC":"6","\u09ED":"7","\u09EE":"8","\u09EF":"9","\u09E6":"0"},i=M.defineLocale("bn",{months:"\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF_\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF_\u09AE\u09BE\u09B0\u09CD\u099A_\u098F\u09AA\u09CD\u09B0\u09BF\u09B2_\u09AE\u09C7_\u099C\u09C1\u09A8_\u099C\u09C1\u09B2\u09BE\u0987_\u0986\u0997\u09B8\u09CD\u099F_\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0_\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0_\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0_\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0".split("_"),monthsShort:"\u099C\u09BE\u09A8\u09C1_\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1_\u09AE\u09BE\u09B0\u09CD\u099A_\u098F\u09AA\u09CD\u09B0\u09BF\u09B2_\u09AE\u09C7_\u099C\u09C1\u09A8_\u099C\u09C1\u09B2\u09BE\u0987_\u0986\u0997\u09B8\u09CD\u099F_\u09B8\u09C7\u09AA\u09CD\u099F_\u0985\u0995\u09CD\u099F\u09CB_\u09A8\u09AD\u09C7_\u09A1\u09BF\u09B8\u09C7".split("_"),weekdays:"\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0_\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0_\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0_\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0_\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0_\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0_\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0".split("_"),weekdaysShort:"\u09B0\u09AC\u09BF_\u09B8\u09CB\u09AE_\u09AE\u0999\u09CD\u0997\u09B2_\u09AC\u09C1\u09A7_\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF_\u09B6\u09C1\u0995\u09CD\u09B0_\u09B6\u09A8\u09BF".split("_"),weekdaysMin:"\u09B0\u09AC\u09BF_\u09B8\u09CB\u09AE_\u09AE\u0999\u09CD\u0997\u09B2_\u09AC\u09C1\u09A7_\u09AC\u09C3\u09B9_\u09B6\u09C1\u0995\u09CD\u09B0_\u09B6\u09A8\u09BF".split("_"),longDateFormat:{LT:"A h:mm \u09B8\u09AE\u09DF",LTS:"A h:mm:ss \u09B8\u09AE\u09DF",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09B8\u09AE\u09DF",LLLL:"dddd, D MMMM YYYY, A h:mm \u09B8\u09AE\u09DF"},calendar:{sameDay:"[\u0986\u099C] LT",nextDay:"[\u0986\u0997\u09BE\u09AE\u09C0\u0995\u09BE\u09B2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09A4\u0995\u09BE\u09B2] LT",lastWeek:"[\u0997\u09A4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09AA\u09B0\u09C7",past:"%s \u0986\u0997\u09C7",s:"\u0995\u09DF\u09C7\u0995 \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",ss:"%d \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",m:"\u098F\u0995 \u09AE\u09BF\u09A8\u09BF\u099F",mm:"%d \u09AE\u09BF\u09A8\u09BF\u099F",h:"\u098F\u0995 \u0998\u09A8\u09CD\u099F\u09BE",hh:"%d \u0998\u09A8\u09CD\u099F\u09BE",d:"\u098F\u0995 \u09A6\u09BF\u09A8",dd:"%d \u09A6\u09BF\u09A8",M:"\u098F\u0995 \u09AE\u09BE\u09B8",MM:"%d \u09AE\u09BE\u09B8",y:"\u098F\u0995 \u09AC\u099B\u09B0",yy:"%d \u09AC\u099B\u09B0"},preparse:function(m){return m.replace(/[১২৩৪৫৬৭৮৯০]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(m,L){return m===12&&(m=0),L==="\u09B0\u09BE\u09A4"&&m>=4||L==="\u09A6\u09C1\u09AA\u09C1\u09B0"&&m<5||L==="\u09AC\u09BF\u0995\u09BE\u09B2"?m+12:m},meridiem:function(m,L,v){return m<4?"\u09B0\u09BE\u09A4":m<10?"\u09B8\u0995\u09BE\u09B2":m<17?"\u09A6\u09C1\u09AA\u09C1\u09B0":m<20?"\u09AC\u09BF\u0995\u09BE\u09B2":"\u09B0\u09BE\u09A4"},week:{dow:0,doy:6}});return i})},1560:function(Q,te,x){//! moment.js locale configuration
|
|
76
|
+
//! locale : Tibetan [bo]
|
|
77
|
+
//! author : Thupten N. Chakrishar : https://github.com/vajradog
|
|
78
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
79
|
+
var a={1:"\u0F21",2:"\u0F22",3:"\u0F23",4:"\u0F24",5:"\u0F25",6:"\u0F26",7:"\u0F27",8:"\u0F28",9:"\u0F29",0:"\u0F20"},f={"\u0F21":"1","\u0F22":"2","\u0F23":"3","\u0F24":"4","\u0F25":"5","\u0F26":"6","\u0F27":"7","\u0F28":"8","\u0F29":"9","\u0F20":"0"},i=M.defineLocale("bo",{months:"\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F44\u0F0B\u0F54\u0F7C_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F66\u0F74\u0F58\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F5E\u0F72\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F63\u0F94\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0FB2\u0F74\u0F42\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F51\u0F74\u0F53\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F62\u0F92\u0FB1\u0F51\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F42\u0F74\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F45\u0F72\u0F42\u0F0B\u0F54_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54".split("_"),monthsShort:"\u0F5F\u0FB3\u0F0B1_\u0F5F\u0FB3\u0F0B2_\u0F5F\u0FB3\u0F0B3_\u0F5F\u0FB3\u0F0B4_\u0F5F\u0FB3\u0F0B5_\u0F5F\u0FB3\u0F0B6_\u0F5F\u0FB3\u0F0B7_\u0F5F\u0FB3\u0F0B8_\u0F5F\u0FB3\u0F0B9_\u0F5F\u0FB3\u0F0B10_\u0F5F\u0FB3\u0F0B11_\u0F5F\u0FB3\u0F0B12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"\u0F42\u0F5F\u0F60\u0F0B\u0F49\u0F72\u0F0B\u0F58\u0F0B_\u0F42\u0F5F\u0F60\u0F0B\u0F5F\u0FB3\u0F0B\u0F56\u0F0B_\u0F42\u0F5F\u0F60\u0F0B\u0F58\u0F72\u0F42\u0F0B\u0F51\u0F58\u0F62\u0F0B_\u0F42\u0F5F\u0F60\u0F0B\u0F63\u0FB7\u0F42\u0F0B\u0F54\u0F0B_\u0F42\u0F5F\u0F60\u0F0B\u0F55\u0F74\u0F62\u0F0B\u0F56\u0F74_\u0F42\u0F5F\u0F60\u0F0B\u0F54\u0F0B\u0F66\u0F44\u0F66\u0F0B_\u0F42\u0F5F\u0F60\u0F0B\u0F66\u0FA4\u0F7A\u0F53\u0F0B\u0F54\u0F0B".split("_"),weekdaysShort:"\u0F49\u0F72\u0F0B\u0F58\u0F0B_\u0F5F\u0FB3\u0F0B\u0F56\u0F0B_\u0F58\u0F72\u0F42\u0F0B\u0F51\u0F58\u0F62\u0F0B_\u0F63\u0FB7\u0F42\u0F0B\u0F54\u0F0B_\u0F55\u0F74\u0F62\u0F0B\u0F56\u0F74_\u0F54\u0F0B\u0F66\u0F44\u0F66\u0F0B_\u0F66\u0FA4\u0F7A\u0F53\u0F0B\u0F54\u0F0B".split("_"),weekdaysMin:"\u0F49\u0F72_\u0F5F\u0FB3_\u0F58\u0F72\u0F42_\u0F63\u0FB7\u0F42_\u0F55\u0F74\u0F62_\u0F66\u0F44\u0F66_\u0F66\u0FA4\u0F7A\u0F53".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0F51\u0F72\u0F0B\u0F62\u0F72\u0F44] LT",nextDay:"[\u0F66\u0F44\u0F0B\u0F49\u0F72\u0F53] LT",nextWeek:"[\u0F56\u0F51\u0F74\u0F53\u0F0B\u0F55\u0FB2\u0F42\u0F0B\u0F62\u0F97\u0F7A\u0F66\u0F0B\u0F58], LT",lastDay:"[\u0F41\u0F0B\u0F66\u0F44] LT",lastWeek:"[\u0F56\u0F51\u0F74\u0F53\u0F0B\u0F55\u0FB2\u0F42\u0F0B\u0F58\u0F50\u0F60\u0F0B\u0F58] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0F63\u0F0B",past:"%s \u0F66\u0F94\u0F53\u0F0B\u0F63",s:"\u0F63\u0F58\u0F0B\u0F66\u0F44",ss:"%d \u0F66\u0F90\u0F62\u0F0B\u0F46\u0F0D",m:"\u0F66\u0F90\u0F62\u0F0B\u0F58\u0F0B\u0F42\u0F45\u0F72\u0F42",mm:"%d \u0F66\u0F90\u0F62\u0F0B\u0F58",h:"\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51\u0F0B\u0F42\u0F45\u0F72\u0F42",hh:"%d \u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51",d:"\u0F49\u0F72\u0F53\u0F0B\u0F42\u0F45\u0F72\u0F42",dd:"%d \u0F49\u0F72\u0F53\u0F0B",M:"\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F45\u0F72\u0F42",MM:"%d \u0F5F\u0FB3\u0F0B\u0F56",y:"\u0F63\u0F7C\u0F0B\u0F42\u0F45\u0F72\u0F42",yy:"%d \u0F63\u0F7C"},preparse:function(m){return m.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(m,L){return m===12&&(m=0),L==="\u0F58\u0F5A\u0F53\u0F0B\u0F58\u0F7C"&&m>=4||L==="\u0F49\u0F72\u0F53\u0F0B\u0F42\u0F74\u0F44"&&m<5||L==="\u0F51\u0F42\u0F7C\u0F44\u0F0B\u0F51\u0F42"?m+12:m},meridiem:function(m,L,v){return m<4?"\u0F58\u0F5A\u0F53\u0F0B\u0F58\u0F7C":m<10?"\u0F5E\u0F7C\u0F42\u0F66\u0F0B\u0F40\u0F66":m<17?"\u0F49\u0F72\u0F53\u0F0B\u0F42\u0F74\u0F44":m<20?"\u0F51\u0F42\u0F7C\u0F44\u0F0B\u0F51\u0F42":"\u0F58\u0F5A\u0F53\u0F0B\u0F58\u0F7C"},week:{dow:0,doy:6}});return i})},1278:function(Q,te,x){//! moment.js locale configuration
|
|
80
|
+
//! locale : Breton [br]
|
|
81
|
+
//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou
|
|
82
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
83
|
+
function a(V,ne,Z){var de={mm:"munutenn",MM:"miz",dd:"devezh"};return V+" "+m(de[Z],V)}function f(V){switch(i(V)){case 1:case 3:case 4:case 5:case 9:return V+" bloaz";default:return V+" vloaz"}}function i(V){return V>9?i(V%10):V}function m(V,ne){return ne===2?L(V):V}function L(V){var ne={m:"v",b:"v",d:"z"};return ne[V.charAt(0)]===void 0?V:ne[V.charAt(0)]+V.substring(1)}var v=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],j=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,S=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,A=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,$=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],B=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],P=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i],X=M.defineLocale("br",{months:"Genver_C\u02BChwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C\u02BChwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc\u02BCher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:P,fullWeekdaysParse:$,shortWeekdaysParse:B,minWeekdaysParse:P,monthsRegex:j,monthsShortRegex:j,monthsStrictRegex:S,monthsShortStrictRegex:A,monthsParse:v,longMonthsParse:v,shortMonthsParse:v,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc\u02BChoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec\u02BCh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s \u02BCzo",s:"un nebeud segondenno\xF9",ss:"%d eilenn",m:"ur vunutenn",mm:a,h:"un eur",hh:"%d eur",d:"un devezh",dd:a,M:"ur miz",MM:a,y:"ur bloaz",yy:f},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(V){var ne=V===1?"a\xF1":"vet";return V+ne},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(V){return V==="g.m."},meridiem:function(V,ne,Z){return V<12?"a.m.":"g.m."}});return X})},622:function(Q,te,x){//! moment.js locale configuration
|
|
84
|
+
//! locale : Bosnian [bs]
|
|
85
|
+
//! author : Nedim Cholich : https://github.com/frontyard
|
|
86
|
+
//! based on (hr) translation by Bojan Marković
|
|
87
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
88
|
+
function a(i,m,L){var v=i+" ";switch(L){case"ss":return i===1?v+="sekunda":i===2||i===3||i===4?v+="sekunde":v+="sekundi",v;case"m":return m?"jedna minuta":"jedne minute";case"mm":return i===1?v+="minuta":i===2||i===3||i===4?v+="minute":v+="minuta",v;case"h":return m?"jedan sat":"jednog sata";case"hh":return i===1?v+="sat":i===2||i===3||i===4?v+="sata":v+="sati",v;case"dd":return i===1?v+="dan":v+="dana",v;case"MM":return i===1?v+="mjesec":i===2||i===3||i===4?v+="mjeseca":v+="mjeseci",v;case"yy":return i===1?v+="godina":i===2||i===3||i===4?v+="godine":v+="godina",v}}var f=M.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010Detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010Det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010De_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010Der u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[pro\u0161lu] dddd [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:a,m:a,mm:a,h:a,hh:a,d:"dan",dd:a,M:"mjesec",MM:a,y:"godinu",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},2468:function(Q,te,x){//! moment.js locale configuration
|
|
89
|
+
//! locale : Catalan [ca]
|
|
90
|
+
//! author : Juan G. Hurtado : https://github.com/juanghurtado
|
|
91
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
92
|
+
var a=M.defineLocale("ca",{months:{standalone:"gener_febrer_mar\xE7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de mar\xE7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xE7_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(this.hours()!==1?"les":"la")+"] LT"},nextDay:function(){return"[dem\xE0 a "+(this.hours()!==1?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(this.hours()!==1?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(this.hours()!==1?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(this.hours()!==1?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aqu\xED %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(f,i){var m=f===1?"r":f===2?"n":f===3?"r":f===4?"t":"\xE8";return(i==="w"||i==="W")&&(m="a"),f+m},week:{dow:1,doy:4}});return a})},5822:function(Q,te,x){//! moment.js locale configuration
|
|
93
|
+
//! locale : Czech [cs]
|
|
94
|
+
//! author : petrbela : https://github.com/petrbela
|
|
95
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
96
|
+
var a={format:"leden_\xFAnor_b\u0159ezen_duben_kv\u011Bten_\u010Derven_\u010Dervenec_srpen_z\xE1\u0159\xED_\u0159\xEDjen_listopad_prosinec".split("_"),standalone:"ledna_\xFAnora_b\u0159ezna_dubna_kv\u011Btna_\u010Dervna_\u010Dervence_srpna_z\xE1\u0159\xED_\u0159\xEDjna_listopadu_prosince".split("_")},f="led_\xFAno_b\u0159e_dub_kv\u011B_\u010Dvn_\u010Dvc_srp_z\xE1\u0159_\u0159\xEDj_lis_pro".split("_"),i=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],m=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function L(S){return S>1&&S<5&&~~(S/10)!==1}function v(S,A,$,B){var P=S+" ";switch($){case"s":return A||B?"p\xE1r sekund":"p\xE1r sekundami";case"ss":return A||B?P+(L(S)?"sekundy":"sekund"):P+"sekundami";case"m":return A?"minuta":B?"minutu":"minutou";case"mm":return A||B?P+(L(S)?"minuty":"minut"):P+"minutami";case"h":return A?"hodina":B?"hodinu":"hodinou";case"hh":return A||B?P+(L(S)?"hodiny":"hodin"):P+"hodinami";case"d":return A||B?"den":"dnem";case"dd":return A||B?P+(L(S)?"dny":"dn\xED"):P+"dny";case"M":return A||B?"m\u011Bs\xEDc":"m\u011Bs\xEDcem";case"MM":return A||B?P+(L(S)?"m\u011Bs\xEDce":"m\u011Bs\xEDc\u016F"):P+"m\u011Bs\xEDci";case"y":return A||B?"rok":"rokem";case"yy":return A||B?P+(L(S)?"roky":"let"):P+"lety"}}var j=M.defineLocale("cs",{months:a,monthsShort:f,monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"ned\u011Ble_pond\u011Bl\xED_\xFAter\xFD_st\u0159eda_\u010Dtvrtek_p\xE1tek_sobota".split("_"),weekdaysShort:"ne_po_\xFAt_st_\u010Dt_p\xE1_so".split("_"),weekdaysMin:"ne_po_\xFAt_st_\u010Dt_p\xE1_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[z\xEDtra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v ned\u011Bli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve st\u0159edu v] LT";case 4:return"[ve \u010Dtvrtek v] LT";case 5:return"[v p\xE1tek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[v\u010Dera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou ned\u011Bli v] LT";case 1:case 2:return"[minul\xE9] dddd [v] LT";case 3:return"[minulou st\u0159edu v] LT";case 4:case 5:return"[minul\xFD] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"p\u0159ed %s",s:v,ss:v,m:v,mm:v,h:v,hh:v,d:v,dd:v,M:v,MM:v,y:v,yy:v},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return j})},877:function(Q,te,x){//! moment.js locale configuration
|
|
97
|
+
//! locale : Chuvash [cv]
|
|
98
|
+
//! author : Anatoly Mironov : https://github.com/mirontoli
|
|
99
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
100
|
+
var a=M.defineLocale("cv",{months:"\u043A\u04D1\u0440\u043B\u0430\u0447_\u043D\u0430\u0440\u04D1\u0441_\u043F\u0443\u0448_\u0430\u043A\u0430_\u043C\u0430\u0439_\u04AB\u04D7\u0440\u0442\u043C\u0435_\u0443\u0442\u04D1_\u04AB\u0443\u0440\u043B\u0430_\u0430\u0432\u04D1\u043D_\u044E\u043F\u0430_\u0447\u04F3\u043A_\u0440\u0430\u0448\u0442\u0430\u0432".split("_"),monthsShort:"\u043A\u04D1\u0440_\u043D\u0430\u0440_\u043F\u0443\u0448_\u0430\u043A\u0430_\u043C\u0430\u0439_\u04AB\u04D7\u0440_\u0443\u0442\u04D1_\u04AB\u0443\u0440_\u0430\u0432\u043D_\u044E\u043F\u0430_\u0447\u04F3\u043A_\u0440\u0430\u0448".split("_"),weekdays:"\u0432\u044B\u0440\u0441\u0430\u0440\u043D\u0438\u043A\u0443\u043D_\u0442\u0443\u043D\u0442\u0438\u043A\u0443\u043D_\u044B\u0442\u043B\u0430\u0440\u0438\u043A\u0443\u043D_\u044E\u043D\u043A\u0443\u043D_\u043A\u04D7\u04AB\u043D\u0435\u0440\u043D\u0438\u043A\u0443\u043D_\u044D\u0440\u043D\u0435\u043A\u0443\u043D_\u0448\u04D1\u043C\u0430\u0442\u043A\u0443\u043D".split("_"),weekdaysShort:"\u0432\u044B\u0440_\u0442\u0443\u043D_\u044B\u0442\u043B_\u044E\u043D_\u043A\u04D7\u04AB_\u044D\u0440\u043D_\u0448\u04D1\u043C".split("_"),weekdaysMin:"\u0432\u0440_\u0442\u043D_\u044B\u0442_\u044E\u043D_\u043A\u04AB_\u044D\u0440_\u0448\u043C".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [\u04AB\u0443\u043B\u0445\u0438] MMMM [\u0443\u0439\u04D1\u0445\u04D7\u043D] D[-\u043C\u04D7\u0448\u04D7]",LLL:"YYYY [\u04AB\u0443\u043B\u0445\u0438] MMMM [\u0443\u0439\u04D1\u0445\u04D7\u043D] D[-\u043C\u04D7\u0448\u04D7], HH:mm",LLLL:"dddd, YYYY [\u04AB\u0443\u043B\u0445\u0438] MMMM [\u0443\u0439\u04D1\u0445\u04D7\u043D] D[-\u043C\u04D7\u0448\u04D7], HH:mm"},calendar:{sameDay:"[\u041F\u0430\u044F\u043D] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextDay:"[\u042B\u0440\u0430\u043D] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastDay:"[\u04D6\u043D\u0435\u0440] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextWeek:"[\u04AA\u0438\u0442\u0435\u0441] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastWeek:"[\u0418\u0440\u0442\u043D\u04D7] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",sameElse:"L"},relativeTime:{future:function(f){var i=/сехет$/i.exec(f)?"\u0440\u0435\u043D":/ҫул$/i.exec(f)?"\u0442\u0430\u043D":"\u0440\u0430\u043D";return f+i},past:"%s \u043A\u0430\u044F\u043B\u043B\u0430",s:"\u043F\u04D7\u0440-\u0438\u043A \u04AB\u0435\u043A\u043A\u0443\u043D\u0442",ss:"%d \u04AB\u0435\u043A\u043A\u0443\u043D\u0442",m:"\u043F\u04D7\u0440 \u043C\u0438\u043D\u0443\u0442",mm:"%d \u043C\u0438\u043D\u0443\u0442",h:"\u043F\u04D7\u0440 \u0441\u0435\u0445\u0435\u0442",hh:"%d \u0441\u0435\u0445\u0435\u0442",d:"\u043F\u04D7\u0440 \u043A\u0443\u043D",dd:"%d \u043A\u0443\u043D",M:"\u043F\u04D7\u0440 \u0443\u0439\u04D1\u0445",MM:"%d \u0443\u0439\u04D1\u0445",y:"\u043F\u04D7\u0440 \u04AB\u0443\u043B",yy:"%d \u04AB\u0443\u043B"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-\u043C\u04D7\u0448",week:{dow:1,doy:7}});return a})},7373:function(Q,te,x){//! moment.js locale configuration
|
|
101
|
+
//! locale : Welsh [cy]
|
|
102
|
+
//! author : Robert Allen : https://github.com/robgallen
|
|
103
|
+
//! author : https://github.com/ryangreaves
|
|
104
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
105
|
+
var a=M.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn \xF4l",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(f){var i=f,m="",L=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return i>20?i===40||i===50||i===60||i===80||i===100?m="fed":m="ain":i>0&&(m=L[i]),f+m},week:{dow:1,doy:4}});return a})},4780:function(Q,te,x){//! moment.js locale configuration
|
|
106
|
+
//! locale : Danish [da]
|
|
107
|
+
//! author : Ulrik Nielsen : https://github.com/mrbase
|
|
108
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
109
|
+
var a=M.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xF8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xF8rdag".split("_"),weekdaysShort:"s\xF8n_man_tir_ons_tor_fre_l\xF8r".split("_"),weekdaysMin:"s\xF8_ma_ti_on_to_fr_l\xF8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"p\xE5 dddd [kl.] LT",lastDay:"[i g\xE5r kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"f\xE5 sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en m\xE5ned",MM:"%d m\xE5neder",y:"et \xE5r",yy:"%d \xE5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},217:function(Q,te,x){//! moment.js locale configuration
|
|
110
|
+
//! locale : German (Austria) [de-at]
|
|
111
|
+
//! author : lluchs : https://github.com/lluchs
|
|
112
|
+
//! author: Menelion Elensúle: https://github.com/Oire
|
|
113
|
+
//! author : Martin Groller : https://github.com/MadMG
|
|
114
|
+
//! author : Mikolaj Dadela : https://github.com/mik01aj
|
|
115
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
116
|
+
function a(i,m,L,v){var j={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[i+" Tage",i+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[i+" Monate",i+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[i+" Jahre",i+" Jahren"]};return m?j[L][0]:j[L][1]}var f=M.defineLocale("de-at",{months:"J\xE4nner_Februar_M\xE4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"J\xE4n._Feb._M\xE4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:a,mm:"%d Minuten",h:a,hh:"%d Stunden",d:a,dd:a,w:a,ww:"%d Wochen",M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return f})},894:function(Q,te,x){//! moment.js locale configuration
|
|
117
|
+
//! locale : German (Switzerland) [de-ch]
|
|
118
|
+
//! author : sschueller : https://github.com/sschueller
|
|
119
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
120
|
+
function a(i,m,L,v){var j={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[i+" Tage",i+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[i+" Monate",i+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[i+" Jahre",i+" Jahren"]};return m?j[L][0]:j[L][1]}var f=M.defineLocale("de-ch",{months:"Januar_Februar_M\xE4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xE4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:a,mm:"%d Minuten",h:a,hh:"%d Stunden",d:a,dd:a,w:a,ww:"%d Wochen",M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return f})},9740:function(Q,te,x){//! moment.js locale configuration
|
|
121
|
+
//! locale : German [de]
|
|
122
|
+
//! author : lluchs : https://github.com/lluchs
|
|
123
|
+
//! author: Menelion Elensúle: https://github.com/Oire
|
|
124
|
+
//! author : Mikolaj Dadela : https://github.com/mik01aj
|
|
125
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
126
|
+
function a(i,m,L,v){var j={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[i+" Tage",i+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[i+" Monate",i+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[i+" Jahre",i+" Jahren"]};return m?j[L][0]:j[L][1]}var f=M.defineLocale("de",{months:"Januar_Februar_M\xE4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xE4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:a,mm:"%d Minuten",h:a,hh:"%d Stunden",d:a,dd:a,w:a,ww:"%d Wochen",M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return f})},5300:function(Q,te,x){//! moment.js locale configuration
|
|
127
|
+
//! locale : Maldivian [dv]
|
|
128
|
+
//! author : Jawish Hameed : https://github.com/jawish
|
|
129
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
130
|
+
var a=["\u0796\u07AC\u0782\u07AA\u0787\u07A6\u0783\u07A9","\u078A\u07AC\u0784\u07B0\u0783\u07AA\u0787\u07A6\u0783\u07A9","\u0789\u07A7\u0783\u07A8\u0797\u07AA","\u0787\u07AD\u0795\u07B0\u0783\u07A9\u078D\u07AA","\u0789\u07AD","\u0796\u07AB\u0782\u07B0","\u0796\u07AA\u078D\u07A6\u0787\u07A8","\u0787\u07AF\u078E\u07A6\u0790\u07B0\u0793\u07AA","\u0790\u07AC\u0795\u07B0\u0793\u07AC\u0789\u07B0\u0784\u07A6\u0783\u07AA","\u0787\u07AE\u0786\u07B0\u0793\u07AF\u0784\u07A6\u0783\u07AA","\u0782\u07AE\u0788\u07AC\u0789\u07B0\u0784\u07A6\u0783\u07AA","\u0791\u07A8\u0790\u07AC\u0789\u07B0\u0784\u07A6\u0783\u07AA"],f=["\u0787\u07A7\u078B\u07A8\u0787\u07B0\u078C\u07A6","\u0780\u07AF\u0789\u07A6","\u0787\u07A6\u0782\u07B0\u078E\u07A7\u0783\u07A6","\u0784\u07AA\u078B\u07A6","\u0784\u07AA\u0783\u07A7\u0790\u07B0\u078A\u07A6\u078C\u07A8","\u0780\u07AA\u0786\u07AA\u0783\u07AA","\u0780\u07AE\u0782\u07A8\u0780\u07A8\u0783\u07AA"],i=M.defineLocale("dv",{months:a,monthsShort:a,weekdays:f,weekdaysShort:f,weekdaysMin:"\u0787\u07A7\u078B\u07A8_\u0780\u07AF\u0789\u07A6_\u0787\u07A6\u0782\u07B0_\u0784\u07AA\u078B\u07A6_\u0784\u07AA\u0783\u07A7_\u0780\u07AA\u0786\u07AA_\u0780\u07AE\u0782\u07A8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(m){return m==="\u0789\u078A"},meridiem:function(m,L,v){return m<12?"\u0789\u0786":"\u0789\u078A"},calendar:{sameDay:"[\u0789\u07A8\u0787\u07A6\u078B\u07AA] LT",nextDay:"[\u0789\u07A7\u078B\u07A6\u0789\u07A7] LT",nextWeek:"dddd LT",lastDay:"[\u0787\u07A8\u0787\u07B0\u0794\u07AC] LT",lastWeek:"[\u078A\u07A7\u0787\u07A8\u078C\u07AA\u0788\u07A8] dddd LT",sameElse:"L"},relativeTime:{future:"\u078C\u07AC\u0783\u07AD\u078E\u07A6\u0787\u07A8 %s",past:"\u0786\u07AA\u0783\u07A8\u0782\u07B0 %s",s:"\u0790\u07A8\u0786\u07AA\u0782\u07B0\u078C\u07AA\u0786\u07AE\u0785\u07AC\u0787\u07B0",ss:"d% \u0790\u07A8\u0786\u07AA\u0782\u07B0\u078C\u07AA",m:"\u0789\u07A8\u0782\u07A8\u0793\u07AC\u0787\u07B0",mm:"\u0789\u07A8\u0782\u07A8\u0793\u07AA %d",h:"\u078E\u07A6\u0791\u07A8\u0787\u07A8\u0783\u07AC\u0787\u07B0",hh:"\u078E\u07A6\u0791\u07A8\u0787\u07A8\u0783\u07AA %d",d:"\u078B\u07AA\u0788\u07A6\u0780\u07AC\u0787\u07B0",dd:"\u078B\u07AA\u0788\u07A6\u0790\u07B0 %d",M:"\u0789\u07A6\u0780\u07AC\u0787\u07B0",MM:"\u0789\u07A6\u0790\u07B0 %d",y:"\u0787\u07A6\u0780\u07A6\u0783\u07AC\u0787\u07B0",yy:"\u0787\u07A6\u0780\u07A6\u0783\u07AA %d"},preparse:function(m){return m.replace(/،/g,",")},postformat:function(m){return m.replace(/,/g,"\u060C")},week:{dow:7,doy:12}});return i})},837:function(Q,te,x){//! moment.js locale configuration
|
|
131
|
+
//! locale : Greek [el]
|
|
132
|
+
//! author : Aggelos Karalias : https://github.com/mehiel
|
|
133
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
134
|
+
function a(i){return typeof Function!="undefined"&&i instanceof Function||Object.prototype.toString.call(i)==="[object Function]"}var f=M.defineLocale("el",{monthsNominativeEl:"\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2_\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2_\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2_\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2_\u039C\u03AC\u03B9\u03BF\u03C2_\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2_\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2_\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2_\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2_\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2_\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2_\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2".split("_"),monthsGenitiveEl:"\u0399\u03B1\u03BD\u03BF\u03C5\u03B1\u03C1\u03AF\u03BF\u03C5_\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03B1\u03C1\u03AF\u03BF\u03C5_\u039C\u03B1\u03C1\u03C4\u03AF\u03BF\u03C5_\u0391\u03C0\u03C1\u03B9\u03BB\u03AF\u03BF\u03C5_\u039C\u03B1\u0390\u03BF\u03C5_\u0399\u03BF\u03C5\u03BD\u03AF\u03BF\u03C5_\u0399\u03BF\u03C5\u03BB\u03AF\u03BF\u03C5_\u0391\u03C5\u03B3\u03BF\u03CD\u03C3\u03C4\u03BF\u03C5_\u03A3\u03B5\u03C0\u03C4\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5_\u039F\u03BA\u03C4\u03C9\u03B2\u03C1\u03AF\u03BF\u03C5_\u039D\u03BF\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5_\u0394\u03B5\u03BA\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5".split("_"),months:function(i,m){return i?typeof m=="string"&&/D/.test(m.substring(0,m.indexOf("MMMM")))?this._monthsGenitiveEl[i.month()]:this._monthsNominativeEl[i.month()]:this._monthsNominativeEl},monthsShort:"\u0399\u03B1\u03BD_\u03A6\u03B5\u03B2_\u039C\u03B1\u03C1_\u0391\u03C0\u03C1_\u039C\u03B1\u03CA_\u0399\u03BF\u03C5\u03BD_\u0399\u03BF\u03C5\u03BB_\u0391\u03C5\u03B3_\u03A3\u03B5\u03C0_\u039F\u03BA\u03C4_\u039D\u03BF\u03B5_\u0394\u03B5\u03BA".split("_"),weekdays:"\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE_\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1_\u03A4\u03C1\u03AF\u03C4\u03B7_\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7_\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7_\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE_\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF".split("_"),weekdaysShort:"\u039A\u03C5\u03C1_\u0394\u03B5\u03C5_\u03A4\u03C1\u03B9_\u03A4\u03B5\u03C4_\u03A0\u03B5\u03BC_\u03A0\u03B1\u03C1_\u03A3\u03B1\u03B2".split("_"),weekdaysMin:"\u039A\u03C5_\u0394\u03B5_\u03A4\u03C1_\u03A4\u03B5_\u03A0\u03B5_\u03A0\u03B1_\u03A3\u03B1".split("_"),meridiem:function(i,m,L){return i>11?L?"\u03BC\u03BC":"\u039C\u039C":L?"\u03C0\u03BC":"\u03A0\u039C"},isPM:function(i){return(i+"").toLowerCase()[0]==="\u03BC"},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1 {}] LT",nextDay:"[\u0391\u03CD\u03C1\u03B9\u03BF {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[\u03A7\u03B8\u03B5\u03C2 {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[\u03C4\u03BF \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF] dddd [{}] LT";default:return"[\u03C4\u03B7\u03BD \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7] dddd [{}] LT"}},sameElse:"L"},calendar:function(i,m){var L=this._calendarEl[i],v=m&&m.hours();return a(L)&&(L=L.apply(m)),L.replace("{}",v%12===1?"\u03C3\u03C4\u03B7":"\u03C3\u03C4\u03B9\u03C2")},relativeTime:{future:"\u03C3\u03B5 %s",past:"%s \u03C0\u03C1\u03B9\u03BD",s:"\u03BB\u03AF\u03B3\u03B1 \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1",ss:"%d \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1",m:"\u03AD\u03BD\u03B1 \u03BB\u03B5\u03C0\u03C4\u03CC",mm:"%d \u03BB\u03B5\u03C0\u03C4\u03AC",h:"\u03BC\u03AF\u03B1 \u03CE\u03C1\u03B1",hh:"%d \u03CE\u03C1\u03B5\u03C2",d:"\u03BC\u03AF\u03B1 \u03BC\u03AD\u03C1\u03B1",dd:"%d \u03BC\u03AD\u03C1\u03B5\u03C2",M:"\u03AD\u03BD\u03B1\u03C2 \u03BC\u03AE\u03BD\u03B1\u03C2",MM:"%d \u03BC\u03AE\u03BD\u03B5\u03C2",y:"\u03AD\u03BD\u03B1\u03C2 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C2",yy:"%d \u03C7\u03C1\u03CC\u03BD\u03B9\u03B1"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%d\u03B7",week:{dow:1,doy:4}});return f})},8348:function(Q,te,x){//! moment.js locale configuration
|
|
135
|
+
//! locale : English (Australia) [en-au]
|
|
136
|
+
//! author : Jared Morse : https://github.com/jarcoal
|
|
137
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
138
|
+
var a=M.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:0,doy:4}});return a})},7925:function(Q,te,x){//! moment.js locale configuration
|
|
139
|
+
//! locale : English (Canada) [en-ca]
|
|
140
|
+
//! author : Jonathan Abourbih : https://github.com/jonbca
|
|
141
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
142
|
+
var a=M.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m}});return a})},2243:function(Q,te,x){//! moment.js locale configuration
|
|
143
|
+
//! locale : English (United Kingdom) [en-gb]
|
|
144
|
+
//! author : Chris Gedrim : https://github.com/chrisgedrim
|
|
145
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
146
|
+
var a=M.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},6436:function(Q,te,x){//! moment.js locale configuration
|
|
147
|
+
//! locale : English (Ireland) [en-ie]
|
|
148
|
+
//! author : Chris Cartlidge : https://github.com/chriscartlidge
|
|
149
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
150
|
+
var a=M.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},7207:function(Q,te,x){//! moment.js locale configuration
|
|
151
|
+
//! locale : English (Israel) [en-il]
|
|
152
|
+
//! author : Chris Gedrim : https://github.com/chrisgedrim
|
|
153
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
154
|
+
var a=M.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m}});return a})},4175:function(Q,te,x){//! moment.js locale configuration
|
|
155
|
+
//! locale : English (India) [en-in]
|
|
156
|
+
//! author : Jatin Agrawal : https://github.com/jatinag22
|
|
157
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
158
|
+
var a=M.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:0,doy:6}});return a})},6319:function(Q,te,x){//! moment.js locale configuration
|
|
159
|
+
//! locale : English (New Zealand) [en-nz]
|
|
160
|
+
//! author : Luke McGregor : https://github.com/lukemcgregor
|
|
161
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
162
|
+
var a=M.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},1662:function(Q,te,x){//! moment.js locale configuration
|
|
163
|
+
//! locale : English (Singapore) [en-sg]
|
|
164
|
+
//! author : Matthew Castrillon-Madrigal : https://github.com/techdimension
|
|
165
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
166
|
+
var a=M.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},2915:function(Q,te,x){//! moment.js locale configuration
|
|
167
|
+
//! locale : Esperanto [eo]
|
|
168
|
+
//! author : Colin Dean : https://github.com/colindean
|
|
169
|
+
//! author : Mia Nordentoft Imperatori : https://github.com/miestasmia
|
|
170
|
+
//! comment : miestasmia corrected the translation by colindean
|
|
171
|
+
//! comment : Vivakvo corrected the translation by colindean and miestasmia
|
|
172
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
173
|
+
var a=M.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_a\u016Dgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_a\u016Dg_sept_okt_nov_dec".split("_"),weekdays:"diman\u0109o_lundo_mardo_merkredo_\u0135a\u016Ddo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_\u0135a\u016D_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_\u0135a_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(f){return f.charAt(0).toLowerCase()==="p"},meridiem:function(f,i,m){return f>11?m?"p.t.m.":"P.T.M.":m?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodia\u016D je] LT",nextDay:"[Morga\u016D je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hiera\u016D je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"anta\u016D %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return a})},5251:function(Q,te,x){//! moment.js locale configuration
|
|
174
|
+
//! locale : Spanish (Dominican Republic) [es-do]
|
|
175
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
176
|
+
var a="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),f="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],m=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,L=M.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_mi\xE9rcoles_jueves_viernes_s\xE1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xE9._jue._vie._s\xE1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(this.hours()!==1?"s":"")+"] LT"},nextDay:function(){return"[ma\xF1ana a la"+(this.hours()!==1?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(this.hours()!==1?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(this.hours()!==1?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(this.hours()!==1?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xEDa",dd:"%d d\xEDas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xF1o",yy:"%d a\xF1os"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return L})},6112:function(Q,te,x){//! moment.js locale configuration
|
|
177
|
+
//! locale : Spanish (Mexico) [es-mx]
|
|
178
|
+
//! author : JC Franco : https://github.com/jcfranco
|
|
179
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
180
|
+
var a="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),f="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],m=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,L=M.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_mi\xE9rcoles_jueves_viernes_s\xE1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xE9._jue._vie._s\xE1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(this.hours()!==1?"s":"")+"] LT"},nextDay:function(){return"[ma\xF1ana a la"+(this.hours()!==1?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(this.hours()!==1?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(this.hours()!==1?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(this.hours()!==1?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xEDa",dd:"%d d\xEDas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xF1o",yy:"%d a\xF1os"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:0,doy:4},invalidDate:"Fecha inv\xE1lida"});return L})},1146:function(Q,te,x){//! moment.js locale configuration
|
|
181
|
+
//! locale : Spanish (United States) [es-us]
|
|
182
|
+
//! author : bustta : https://github.com/bustta
|
|
183
|
+
//! author : chrisrodz : https://github.com/chrisrodz
|
|
184
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
185
|
+
var a="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),f="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],m=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,L=M.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_mi\xE9rcoles_jueves_viernes_s\xE1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xE9._jue._vie._s\xE1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(this.hours()!==1?"s":"")+"] LT"},nextDay:function(){return"[ma\xF1ana a la"+(this.hours()!==1?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(this.hours()!==1?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(this.hours()!==1?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(this.hours()!==1?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xEDa",dd:"%d d\xEDas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xF1o",yy:"%d a\xF1os"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:0,doy:6}});return L})},5655:function(Q,te,x){//! moment.js locale configuration
|
|
186
|
+
//! locale : Spanish [es]
|
|
187
|
+
//! author : Julio Napurí : https://github.com/julionc
|
|
188
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
189
|
+
var a="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),f="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],m=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,L=M.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_mi\xE9rcoles_jueves_viernes_s\xE1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xE9._jue._vie._s\xE1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(this.hours()!==1?"s":"")+"] LT"},nextDay:function(){return"[ma\xF1ana a la"+(this.hours()!==1?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(this.hours()!==1?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(this.hours()!==1?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(this.hours()!==1?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xEDa",dd:"%d d\xEDas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xF1o",yy:"%d a\xF1os"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4},invalidDate:"Fecha inv\xE1lida"});return L})},5603:function(Q,te,x){//! moment.js locale configuration
|
|
190
|
+
//! locale : Estonian [et]
|
|
191
|
+
//! author : Henry Kehlmann : https://github.com/madhenry
|
|
192
|
+
//! improvements : Illimar Tambek : https://github.com/ragulka
|
|
193
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
194
|
+
function a(i,m,L,v){var j={s:["m\xF5ne sekundi","m\xF5ni sekund","paar sekundit"],ss:[i+"sekundi",i+"sekundit"],m:["\xFChe minuti","\xFCks minut"],mm:[i+" minuti",i+" minutit"],h:["\xFChe tunni","tund aega","\xFCks tund"],hh:[i+" tunni",i+" tundi"],d:["\xFChe p\xE4eva","\xFCks p\xE4ev"],M:["kuu aja","kuu aega","\xFCks kuu"],MM:[i+" kuu",i+" kuud"],y:["\xFChe aasta","aasta","\xFCks aasta"],yy:[i+" aasta",i+" aastat"]};return m?j[L][2]?j[L][2]:j[L][1]:v?j[L][0]:j[L][1]}var f=M.defineLocale("et",{months:"jaanuar_veebruar_m\xE4rts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_m\xE4rts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"p\xFChap\xE4ev_esmasp\xE4ev_teisip\xE4ev_kolmap\xE4ev_neljap\xE4ev_reede_laup\xE4ev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[T\xE4na,] LT",nextDay:"[Homme,] LT",nextWeek:"[J\xE4rgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s p\xE4rast",past:"%s tagasi",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:"%d p\xE4eva",M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return f})},7763:function(Q,te,x){//! moment.js locale configuration
|
|
195
|
+
//! locale : Basque [eu]
|
|
196
|
+
//! author : Eneko Illarramendi : https://github.com/eillarra
|
|
197
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
198
|
+
var a=M.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},6959:function(Q,te,x){//! moment.js locale configuration
|
|
199
|
+
//! locale : Persian [fa]
|
|
200
|
+
//! author : Ebrahim Byagowi : https://github.com/ebraminio
|
|
201
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
202
|
+
var a={1:"\u06F1",2:"\u06F2",3:"\u06F3",4:"\u06F4",5:"\u06F5",6:"\u06F6",7:"\u06F7",8:"\u06F8",9:"\u06F9",0:"\u06F0"},f={"\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u06F0":"0"},i=M.defineLocale("fa",{months:"\u0698\u0627\u0646\u0648\u06CC\u0647_\u0641\u0648\u0631\u06CC\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06CC\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06CC\u0647_\u0627\u0648\u062A_\u0633\u067E\u062A\u0627\u0645\u0628\u0631_\u0627\u06A9\u062A\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062F\u0633\u0627\u0645\u0628\u0631".split("_"),monthsShort:"\u0698\u0627\u0646\u0648\u06CC\u0647_\u0641\u0648\u0631\u06CC\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06CC\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06CC\u0647_\u0627\u0648\u062A_\u0633\u067E\u062A\u0627\u0645\u0628\u0631_\u0627\u06A9\u062A\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062F\u0633\u0627\u0645\u0628\u0631".split("_"),weekdays:"\u06CC\u06A9\u200C\u0634\u0646\u0628\u0647_\u062F\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200C\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067E\u0646\u062C\u200C\u0634\u0646\u0628\u0647_\u062C\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysShort:"\u06CC\u06A9\u200C\u0634\u0646\u0628\u0647_\u062F\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200C\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067E\u0646\u062C\u200C\u0634\u0646\u0628\u0647_\u062C\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysMin:"\u06CC_\u062F_\u0633_\u0686_\u067E_\u062C_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(m){return/بعد از ظهر/.test(m)},meridiem:function(m,L,v){return m<12?"\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631":"\u0628\u0639\u062F \u0627\u0632 \u0638\u0647\u0631"},calendar:{sameDay:"[\u0627\u0645\u0631\u0648\u0632 \u0633\u0627\u0639\u062A] LT",nextDay:"[\u0641\u0631\u062F\u0627 \u0633\u0627\u0639\u062A] LT",nextWeek:"dddd [\u0633\u0627\u0639\u062A] LT",lastDay:"[\u062F\u06CC\u0631\u0648\u0632 \u0633\u0627\u0639\u062A] LT",lastWeek:"dddd [\u067E\u06CC\u0634] [\u0633\u0627\u0639\u062A] LT",sameElse:"L"},relativeTime:{future:"\u062F\u0631 %s",past:"%s \u067E\u06CC\u0634",s:"\u0686\u0646\u062F \u062B\u0627\u0646\u06CC\u0647",ss:"%d \u062B\u0627\u0646\u06CC\u0647",m:"\u06CC\u06A9 \u062F\u0642\u06CC\u0642\u0647",mm:"%d \u062F\u0642\u06CC\u0642\u0647",h:"\u06CC\u06A9 \u0633\u0627\u0639\u062A",hh:"%d \u0633\u0627\u0639\u062A",d:"\u06CC\u06A9 \u0631\u0648\u0632",dd:"%d \u0631\u0648\u0632",M:"\u06CC\u06A9 \u0645\u0627\u0647",MM:"%d \u0645\u0627\u0647",y:"\u06CC\u06A9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(m){return m.replace(/[۰-۹]/g,function(L){return f[L]}).replace(/،/g,",")},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]}).replace(/,/g,"\u060C")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%d\u0645",week:{dow:6,doy:12}});return i})},1897:function(Q,te,x){//! moment.js locale configuration
|
|
203
|
+
//! locale : Finnish [fi]
|
|
204
|
+
//! author : Tarmo Aidantausta : https://github.com/bleadof
|
|
205
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
206
|
+
var a="nolla yksi kaksi kolme nelj\xE4 viisi kuusi seitsem\xE4n kahdeksan yhdeks\xE4n".split(" "),f=["nolla","yhden","kahden","kolmen","nelj\xE4n","viiden","kuuden",a[7],a[8],a[9]];function i(v,j,S,A){var $="";switch(S){case"s":return A?"muutaman sekunnin":"muutama sekunti";case"ss":$=A?"sekunnin":"sekuntia";break;case"m":return A?"minuutin":"minuutti";case"mm":$=A?"minuutin":"minuuttia";break;case"h":return A?"tunnin":"tunti";case"hh":$=A?"tunnin":"tuntia";break;case"d":return A?"p\xE4iv\xE4n":"p\xE4iv\xE4";case"dd":$=A?"p\xE4iv\xE4n":"p\xE4iv\xE4\xE4";break;case"M":return A?"kuukauden":"kuukausi";case"MM":$=A?"kuukauden":"kuukautta";break;case"y":return A?"vuoden":"vuosi";case"yy":$=A?"vuoden":"vuotta";break}return $=m(v,A)+" "+$,$}function m(v,j){return v<10?j?f[v]:a[v]:v}var L=M.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kes\xE4kuu_hein\xE4kuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kes\xE4_hein\xE4_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[t\xE4n\xE4\xE4n] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s p\xE4\xE4st\xE4",past:"%s sitten",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return L})},2549:function(Q,te,x){//! moment.js locale configuration
|
|
207
|
+
//! locale : Filipino [fil]
|
|
208
|
+
//! author : Dan Hagman : https://github.com/hagmandan
|
|
209
|
+
//! author : Matthew Co : https://github.com/matthewdeeco
|
|
210
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
211
|
+
var a=M.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(f){return f},week:{dow:1,doy:4}});return a})},4694:function(Q,te,x){//! moment.js locale configuration
|
|
212
|
+
//! locale : Faroese [fo]
|
|
213
|
+
//! author : Ragnar Johannesen : https://github.com/ragnar123
|
|
214
|
+
//! author : Kristian Sakarisson : https://github.com/sakarisson
|
|
215
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
216
|
+
var a=M.defineLocale("fo",{months:"januar_februar_mars_apr\xEDl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_m\xE1nadagur_t\xFDsdagur_mikudagur_h\xF3sdagur_fr\xEDggjadagur_leygardagur".split("_"),weekdaysShort:"sun_m\xE1n_t\xFDs_mik_h\xF3s_fr\xED_ley".split("_"),weekdaysMin:"su_m\xE1_t\xFD_mi_h\xF3_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[\xCD dag kl.] LT",nextDay:"[\xCD morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xCD gj\xE1r kl.] LT",lastWeek:"[s\xED\xF0stu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s s\xED\xF0ani",s:"f\xE1 sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein t\xEDmi",hh:"%d t\xEDmar",d:"ein dagur",dd:"%d dagar",M:"ein m\xE1na\xF0ur",MM:"%d m\xE1na\xF0ir",y:"eitt \xE1r",yy:"%d \xE1r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},3049:function(Q,te,x){//! moment.js locale configuration
|
|
217
|
+
//! locale : French (Canada) [fr-ca]
|
|
218
|
+
//! author : Jonathan Abourbih : https://github.com/jonbca
|
|
219
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
220
|
+
var a=M.defineLocale("fr-ca",{months:"janvier_f\xE9vrier_mars_avril_mai_juin_juillet_ao\xFBt_septembre_octobre_novembre_d\xE9cembre".split("_"),monthsShort:"janv._f\xE9vr._mars_avr._mai_juin_juil._ao\xFBt_sept._oct._nov._d\xE9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xE0] LT",nextDay:"[Demain \xE0] LT",nextWeek:"dddd [\xE0] LT",lastDay:"[Hier \xE0] LT",lastWeek:"dddd [dernier \xE0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(f,i){switch(i){default:case"M":case"Q":case"D":case"DDD":case"d":return f+(f===1?"er":"e");case"w":case"W":return f+(f===1?"re":"e")}}});return a})},2330:function(Q,te,x){//! moment.js locale configuration
|
|
221
|
+
//! locale : French (Switzerland) [fr-ch]
|
|
222
|
+
//! author : Gaspard Bucher : https://github.com/gaspard
|
|
223
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
224
|
+
var a=M.defineLocale("fr-ch",{months:"janvier_f\xE9vrier_mars_avril_mai_juin_juillet_ao\xFBt_septembre_octobre_novembre_d\xE9cembre".split("_"),monthsShort:"janv._f\xE9vr._mars_avr._mai_juin_juil._ao\xFBt_sept._oct._nov._d\xE9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xE0] LT",nextDay:"[Demain \xE0] LT",nextWeek:"dddd [\xE0] LT",lastDay:"[Hier \xE0] LT",lastWeek:"dddd [dernier \xE0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(f,i){switch(i){default:case"M":case"Q":case"D":case"DDD":case"d":return f+(f===1?"er":"e");case"w":case"W":return f+(f===1?"re":"e")}},week:{dow:1,doy:4}});return a})},4470:function(Q,te,x){//! moment.js locale configuration
|
|
225
|
+
//! locale : French [fr]
|
|
226
|
+
//! author : John Fischer : https://github.com/jfroffice
|
|
227
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
228
|
+
var a=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,f=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,i=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,m=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],L=M.defineLocale("fr",{months:"janvier_f\xE9vrier_mars_avril_mai_juin_juillet_ao\xFBt_septembre_octobre_novembre_d\xE9cembre".split("_"),monthsShort:"janv._f\xE9vr._mars_avr._mai_juin_juil._ao\xFBt_sept._oct._nov._d\xE9c.".split("_"),monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:a,monthsShortStrictRegex:f,monthsParse:m,longMonthsParse:m,shortMonthsParse:m,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xE0] LT",nextDay:"[Demain \xE0] LT",nextWeek:"dddd [\xE0] LT",lastDay:"[Hier \xE0] LT",lastWeek:"dddd [dernier \xE0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(v,j){switch(j){case"D":return v+(v===1?"er":"");default:case"M":case"Q":case"DDD":case"d":return v+(v===1?"er":"e");case"w":case"W":return v+(v===1?"re":"e")}},week:{dow:1,doy:4}});return L})},5044:function(Q,te,x){//! moment.js locale configuration
|
|
229
|
+
//! locale : Frisian [fy]
|
|
230
|
+
//! author : Robin van der Vliet : https://github.com/robin0van0der0v
|
|
231
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
232
|
+
var a="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),f="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),i=M.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(m,L){return m?/-MMM-/.test(L)?f[m.month()]:a[m.month()]:a},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[\xF4fr\xFBne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien min\xFAt",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(m){return m+(m===1||m===8||m>=20?"ste":"de")},week:{dow:1,doy:4}});return i})},9295:function(Q,te,x){//! moment.js locale configuration
|
|
233
|
+
//! locale : Irish or Irish Gaelic [ga]
|
|
234
|
+
//! author : André Silva : https://github.com/askpt
|
|
235
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
236
|
+
var a=["Ean\xE1ir","Feabhra","M\xE1rta","Aibre\xE1n","Bealtaine","Meitheamh","I\xFAil","L\xFAnasa","Me\xE1n F\xF3mhair","Deireadh F\xF3mhair","Samhain","Nollaig"],f=["Ean","Feabh","M\xE1rt","Aib","Beal","Meith","I\xFAil","L\xFAn","M.F.","D.F.","Samh","Noll"],i=["D\xE9 Domhnaigh","D\xE9 Luain","D\xE9 M\xE1irt","D\xE9 C\xE9adaoin","D\xE9ardaoin","D\xE9 hAoine","D\xE9 Sathairn"],m=["Domh","Luan","M\xE1irt","C\xE9ad","D\xE9ar","Aoine","Sath"],L=["Do","Lu","M\xE1","C\xE9","D\xE9","A","Sa"],v=M.defineLocale("ga",{months:a,monthsShort:f,monthsParseExact:!0,weekdays:i,weekdaysShort:m,weekdaysMin:L,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Am\xE1rach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inn\xE9 ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s \xF3 shin",s:"c\xFApla soicind",ss:"%d soicind",m:"n\xF3im\xE9ad",mm:"%d n\xF3im\xE9ad",h:"uair an chloig",hh:"%d uair an chloig",d:"l\xE1",dd:"%d l\xE1",M:"m\xED",MM:"%d m\xEDonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(j){var S=j===1?"d":j%10===2?"na":"mh";return j+S},week:{dow:1,doy:4}});return v})},2101:function(Q,te,x){//! moment.js locale configuration
|
|
237
|
+
//! locale : Scottish Gaelic [gd]
|
|
238
|
+
//! author : Jon Ashdown : https://github.com/jonashdown
|
|
239
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
240
|
+
var a=["Am Faoilleach","An Gearran","Am M\xE0rt","An Giblean","An C\xE8itean","An t-\xD2gmhios","An t-Iuchar","An L\xF9nastal","An t-Sultain","An D\xE0mhair","An t-Samhain","An D\xF9bhlachd"],f=["Faoi","Gear","M\xE0rt","Gibl","C\xE8it","\xD2gmh","Iuch","L\xF9n","Sult","D\xE0mh","Samh","D\xF9bh"],i=["Did\xF2mhnaich","Diluain","Dim\xE0irt","Diciadain","Diardaoin","Dihaoine","Disathairne"],m=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],L=["D\xF2","Lu","M\xE0","Ci","Ar","Ha","Sa"],v=M.defineLocale("gd",{months:a,monthsShort:f,monthsParseExact:!0,weekdays:i,weekdaysShort:m,weekdaysMin:L,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-m\xE0ireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-d\xE8 aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"m\xECos",MM:"%d m\xECosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(j){var S=j===1?"d":j%10===2?"na":"mh";return j+S},week:{dow:1,doy:4}});return v})},8794:function(Q,te,x){//! moment.js locale configuration
|
|
241
|
+
//! locale : Galician [gl]
|
|
242
|
+
//! author : Juan G. Hurtado : https://github.com/juanghurtado
|
|
243
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
244
|
+
var a=M.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xu\xF1o_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xu\xF1._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_m\xE9rcores_xoves_venres_s\xE1bado".split("_"),weekdaysShort:"dom._lun._mar._m\xE9r._xov._ven._s\xE1b.".split("_"),weekdaysMin:"do_lu_ma_m\xE9_xo_ve_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(this.hours()!==1?"\xE1s":"\xE1")+"] LT"},nextDay:function(){return"[ma\xF1\xE1 "+(this.hours()!==1?"\xE1s":"\xE1")+"] LT"},nextWeek:function(){return"dddd ["+(this.hours()!==1?"\xE1s":"a")+"] LT"},lastDay:function(){return"[onte "+(this.hours()!==1?"\xE1":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(this.hours()!==1?"\xE1s":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(f){return f.indexOf("un")===0?"n"+f:"en "+f},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un d\xEDa",dd:"%d d\xEDas",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},7884:function(Q,te,x){//! moment.js locale configuration
|
|
245
|
+
//! locale : Konkani Devanagari script [gom-deva]
|
|
246
|
+
//! author : The Discoverer : https://github.com/WikiDiscoverer
|
|
247
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
248
|
+
function a(i,m,L,v){var j={s:["\u0925\u094B\u0921\u092F\u093E \u0938\u0945\u0915\u0902\u0921\u093E\u0902\u0928\u0940","\u0925\u094B\u0921\u0947 \u0938\u0945\u0915\u0902\u0921"],ss:[i+" \u0938\u0945\u0915\u0902\u0921\u093E\u0902\u0928\u0940",i+" \u0938\u0945\u0915\u0902\u0921"],m:["\u090F\u0915\u093E \u092E\u093F\u0923\u091F\u093E\u0928","\u090F\u0915 \u092E\u093F\u0928\u0942\u091F"],mm:[i+" \u092E\u093F\u0923\u091F\u093E\u0902\u0928\u0940",i+" \u092E\u093F\u0923\u091F\u093E\u0902"],h:["\u090F\u0915\u093E \u0935\u0930\u093E\u0928","\u090F\u0915 \u0935\u0930"],hh:[i+" \u0935\u0930\u093E\u0902\u0928\u0940",i+" \u0935\u0930\u093E\u0902"],d:["\u090F\u0915\u093E \u0926\u093F\u0938\u093E\u0928","\u090F\u0915 \u0926\u0940\u0938"],dd:[i+" \u0926\u093F\u0938\u093E\u0902\u0928\u0940",i+" \u0926\u0940\u0938"],M:["\u090F\u0915\u093E \u092E\u094D\u0939\u092F\u0928\u094D\u092F\u093E\u0928","\u090F\u0915 \u092E\u094D\u0939\u092F\u0928\u094B"],MM:[i+" \u092E\u094D\u0939\u092F\u0928\u094D\u092F\u093E\u0928\u0940",i+" \u092E\u094D\u0939\u092F\u0928\u0947"],y:["\u090F\u0915\u093E \u0935\u0930\u094D\u0938\u093E\u0928","\u090F\u0915 \u0935\u0930\u094D\u0938"],yy:[i+" \u0935\u0930\u094D\u0938\u093E\u0902\u0928\u0940",i+" \u0935\u0930\u094D\u0938\u093E\u0902"]};return v?j[L][0]:j[L][1]}var f=M.defineLocale("gom-deva",{months:{standalone:"\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940_\u092B\u0947\u092C\u094D\u0930\u0941\u0935\u093E\u0930\u0940_\u092E\u093E\u0930\u094D\u091A_\u090F\u092A\u094D\u0930\u0940\u0932_\u092E\u0947_\u091C\u0942\u0928_\u091C\u0941\u0932\u092F_\u0911\u0917\u0938\u094D\u091F_\u0938\u092A\u094D\u091F\u0947\u0902\u092C\u0930_\u0911\u0915\u094D\u091F\u094B\u092C\u0930_\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930_\u0921\u093F\u0938\u0947\u0902\u092C\u0930".split("_"),format:"\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940\u091A\u094D\u092F\u093E_\u092B\u0947\u092C\u094D\u0930\u0941\u0935\u093E\u0930\u0940\u091A\u094D\u092F\u093E_\u092E\u093E\u0930\u094D\u091A\u093E\u091A\u094D\u092F\u093E_\u090F\u092A\u094D\u0930\u0940\u0932\u093E\u091A\u094D\u092F\u093E_\u092E\u0947\u092F\u093E\u091A\u094D\u092F\u093E_\u091C\u0942\u0928\u093E\u091A\u094D\u092F\u093E_\u091C\u0941\u0932\u092F\u093E\u091A\u094D\u092F\u093E_\u0911\u0917\u0938\u094D\u091F\u093E\u091A\u094D\u092F\u093E_\u0938\u092A\u094D\u091F\u0947\u0902\u092C\u0930\u093E\u091A\u094D\u092F\u093E_\u0911\u0915\u094D\u091F\u094B\u092C\u0930\u093E\u091A\u094D\u092F\u093E_\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930\u093E\u091A\u094D\u092F\u093E_\u0921\u093F\u0938\u0947\u0902\u092C\u0930\u093E\u091A\u094D\u092F\u093E".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"\u091C\u093E\u0928\u0947._\u092B\u0947\u092C\u094D\u0930\u0941._\u092E\u093E\u0930\u094D\u091A_\u090F\u092A\u094D\u0930\u0940._\u092E\u0947_\u091C\u0942\u0928_\u091C\u0941\u0932._\u0911\u0917._\u0938\u092A\u094D\u091F\u0947\u0902._\u0911\u0915\u094D\u091F\u094B._\u0928\u094B\u0935\u094D\u0939\u0947\u0902._\u0921\u093F\u0938\u0947\u0902.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u092F\u0924\u093E\u0930_\u0938\u094B\u092E\u093E\u0930_\u092E\u0902\u0917\u0933\u093E\u0930_\u092C\u0941\u0927\u0935\u093E\u0930_\u092C\u093F\u0930\u0947\u0938\u094D\u0924\u093E\u0930_\u0938\u0941\u0915\u094D\u0930\u093E\u0930_\u0936\u0947\u0928\u0935\u093E\u0930".split("_"),weekdaysShort:"\u0906\u092F\u0924._\u0938\u094B\u092E._\u092E\u0902\u0917\u0933._\u092C\u0941\u0927._\u092C\u094D\u0930\u0947\u0938\u094D\u0924._\u0938\u0941\u0915\u094D\u0930._\u0936\u0947\u0928.".split("_"),weekdaysMin:"\u0906_\u0938\u094B_\u092E\u0902_\u092C\u0941_\u092C\u094D\u0930\u0947_\u0938\u0941_\u0936\u0947".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [\u0935\u093E\u091C\u0924\u093E\u0902]",LTS:"A h:mm:ss [\u0935\u093E\u091C\u0924\u093E\u0902]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [\u0935\u093E\u091C\u0924\u093E\u0902]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [\u0935\u093E\u091C\u0924\u093E\u0902]",llll:"ddd, D MMM YYYY, A h:mm [\u0935\u093E\u091C\u0924\u093E\u0902]"},calendar:{sameDay:"[\u0906\u092F\u091C] LT",nextDay:"[\u092B\u093E\u0932\u094D\u092F\u093E\u0902] LT",nextWeek:"[\u092B\u0941\u0921\u0932\u094B] dddd[,] LT",lastDay:"[\u0915\u093E\u0932] LT",lastWeek:"[\u092B\u093E\u091F\u0932\u094B] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s \u0906\u0926\u0940\u0902",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(i,m){switch(m){case"D":return i+"\u0935\u0947\u0930";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return i}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(i,m){if(i===12&&(i=0),m==="\u0930\u093E\u0924\u0940")return i<4?i:i+12;if(m==="\u0938\u0915\u093E\u0933\u0940\u0902")return i;if(m==="\u0926\u0928\u092A\u093E\u0930\u093E\u0902")return i>12?i:i+12;if(m==="\u0938\u093E\u0902\u091C\u0947")return i+12},meridiem:function(i,m,L){return i<4?"\u0930\u093E\u0924\u0940":i<12?"\u0938\u0915\u093E\u0933\u0940\u0902":i<16?"\u0926\u0928\u092A\u093E\u0930\u093E\u0902":i<20?"\u0938\u093E\u0902\u091C\u0947":"\u0930\u093E\u0924\u0940"}});return f})},3168:function(Q,te,x){//! moment.js locale configuration
|
|
249
|
+
//! locale : Konkani Latin script [gom-latn]
|
|
250
|
+
//! author : The Discoverer : https://github.com/WikiDiscoverer
|
|
251
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
252
|
+
function a(i,m,L,v){var j={s:["thoddea sekondamni","thodde sekond"],ss:[i+" sekondamni",i+" sekond"],m:["eka mintan","ek minut"],mm:[i+" mintamni",i+" mintam"],h:["eka voran","ek vor"],hh:[i+" voramni",i+" voram"],d:["eka disan","ek dis"],dd:[i+" disamni",i+" dis"],M:["eka mhoinean","ek mhoino"],MM:[i+" mhoineamni",i+" mhoine"],y:["eka vorsan","ek voros"],yy:[i+" vorsamni",i+" vorsam"]};return v?j[L][0]:j[L][1]}var f=M.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(i,m){switch(m){case"D":return i+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return i}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(i,m){if(i===12&&(i=0),m==="rati")return i<4?i:i+12;if(m==="sokallim")return i;if(m==="donparam")return i>12?i:i+12;if(m==="sanje")return i+12},meridiem:function(i,m,L){return i<4?"rati":i<12?"sokallim":i<16?"donparam":i<20?"sanje":"rati"}});return f})},5349:function(Q,te,x){//! moment.js locale configuration
|
|
253
|
+
//! locale : Gujarati [gu]
|
|
254
|
+
//! author : Kaushik Thanki : https://github.com/Kaushik1987
|
|
255
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
256
|
+
var a={1:"\u0AE7",2:"\u0AE8",3:"\u0AE9",4:"\u0AEA",5:"\u0AEB",6:"\u0AEC",7:"\u0AED",8:"\u0AEE",9:"\u0AEF",0:"\u0AE6"},f={"\u0AE7":"1","\u0AE8":"2","\u0AE9":"3","\u0AEA":"4","\u0AEB":"5","\u0AEC":"6","\u0AED":"7","\u0AEE":"8","\u0AEF":"9","\u0AE6":"0"},i=M.defineLocale("gu",{months:"\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1\u0A86\u0AB0\u0AC0_\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1\u0A86\u0AB0\u0AC0_\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A_\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF\u0AB2_\u0AAE\u0AC7_\u0A9C\u0AC2\u0AA8_\u0A9C\u0AC1\u0AB2\u0ABE\u0A88_\u0A91\u0A97\u0AB8\u0ACD\u0A9F_\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0_\u0A91\u0A95\u0ACD\u0A9F\u0ACD\u0AAC\u0AB0_\u0AA8\u0AB5\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0_\u0AA1\u0ABF\u0AB8\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0".split("_"),monthsShort:"\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1._\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1._\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A_\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF._\u0AAE\u0AC7_\u0A9C\u0AC2\u0AA8_\u0A9C\u0AC1\u0AB2\u0ABE._\u0A91\u0A97._\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7._\u0A91\u0A95\u0ACD\u0A9F\u0ACD._\u0AA8\u0AB5\u0AC7._\u0AA1\u0ABF\u0AB8\u0AC7.".split("_"),monthsParseExact:!0,weekdays:"\u0AB0\u0AB5\u0ABF\u0AB5\u0ABE\u0AB0_\u0AB8\u0ACB\u0AAE\u0AB5\u0ABE\u0AB0_\u0AAE\u0A82\u0A97\u0AB3\u0AB5\u0ABE\u0AB0_\u0AAC\u0AC1\u0AA7\u0ACD\u0AB5\u0ABE\u0AB0_\u0A97\u0AC1\u0AB0\u0AC1\u0AB5\u0ABE\u0AB0_\u0AB6\u0AC1\u0A95\u0ACD\u0AB0\u0AB5\u0ABE\u0AB0_\u0AB6\u0AA8\u0ABF\u0AB5\u0ABE\u0AB0".split("_"),weekdaysShort:"\u0AB0\u0AB5\u0ABF_\u0AB8\u0ACB\u0AAE_\u0AAE\u0A82\u0A97\u0AB3_\u0AAC\u0AC1\u0AA7\u0ACD_\u0A97\u0AC1\u0AB0\u0AC1_\u0AB6\u0AC1\u0A95\u0ACD\u0AB0_\u0AB6\u0AA8\u0ABF".split("_"),weekdaysMin:"\u0AB0_\u0AB8\u0ACB_\u0AAE\u0A82_\u0AAC\u0AC1_\u0A97\u0AC1_\u0AB6\u0AC1_\u0AB6".split("_"),longDateFormat:{LT:"A h:mm \u0AB5\u0ABE\u0A97\u0ACD\u0AAF\u0AC7",LTS:"A h:mm:ss \u0AB5\u0ABE\u0A97\u0ACD\u0AAF\u0AC7",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0AB5\u0ABE\u0A97\u0ACD\u0AAF\u0AC7",LLLL:"dddd, D MMMM YYYY, A h:mm \u0AB5\u0ABE\u0A97\u0ACD\u0AAF\u0AC7"},calendar:{sameDay:"[\u0A86\u0A9C] LT",nextDay:"[\u0A95\u0ABE\u0AB2\u0AC7] LT",nextWeek:"dddd, LT",lastDay:"[\u0A97\u0A87\u0A95\u0ABE\u0AB2\u0AC7] LT",lastWeek:"[\u0AAA\u0ABE\u0A9B\u0AB2\u0ABE] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0AAE\u0ABE",past:"%s \u0AAA\u0AB9\u0AC7\u0AB2\u0ABE",s:"\u0A85\u0AAE\u0AC1\u0A95 \u0AAA\u0AB3\u0ACB",ss:"%d \u0AB8\u0AC7\u0A95\u0A82\u0AA1",m:"\u0A8F\u0A95 \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F",mm:"%d \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F",h:"\u0A8F\u0A95 \u0A95\u0AB2\u0ABE\u0A95",hh:"%d \u0A95\u0AB2\u0ABE\u0A95",d:"\u0A8F\u0A95 \u0AA6\u0ABF\u0AB5\u0AB8",dd:"%d \u0AA6\u0ABF\u0AB5\u0AB8",M:"\u0A8F\u0A95 \u0AAE\u0AB9\u0ABF\u0AA8\u0ACB",MM:"%d \u0AAE\u0AB9\u0ABF\u0AA8\u0ACB",y:"\u0A8F\u0A95 \u0AB5\u0AB0\u0ACD\u0AB7",yy:"%d \u0AB5\u0AB0\u0ACD\u0AB7"},preparse:function(m){return m.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(m,L){if(m===12&&(m=0),L==="\u0AB0\u0ABE\u0AA4")return m<4?m:m+12;if(L==="\u0AB8\u0AB5\u0ABE\u0AB0")return m;if(L==="\u0AAC\u0AAA\u0ACB\u0AB0")return m>=10?m:m+12;if(L==="\u0AB8\u0ABE\u0A82\u0A9C")return m+12},meridiem:function(m,L,v){return m<4?"\u0AB0\u0ABE\u0AA4":m<10?"\u0AB8\u0AB5\u0ABE\u0AB0":m<17?"\u0AAC\u0AAA\u0ACB\u0AB0":m<20?"\u0AB8\u0ABE\u0A82\u0A9C":"\u0AB0\u0ABE\u0AA4"},week:{dow:0,doy:6}});return i})},4206:function(Q,te,x){//! moment.js locale configuration
|
|
257
|
+
//! locale : Hebrew [he]
|
|
258
|
+
//! author : Tomer Cohen : https://github.com/tomer
|
|
259
|
+
//! author : Moshe Simantov : https://github.com/DevelopmentIL
|
|
260
|
+
//! author : Tal Ater : https://github.com/TalAter
|
|
261
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
262
|
+
var a=M.defineLocale("he",{months:"\u05D9\u05E0\u05D5\u05D0\u05E8_\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8_\u05DE\u05E8\u05E5_\u05D0\u05E4\u05E8\u05D9\u05DC_\u05DE\u05D0\u05D9_\u05D9\u05D5\u05E0\u05D9_\u05D9\u05D5\u05DC\u05D9_\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8_\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8_\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8_\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8_\u05D3\u05E6\u05DE\u05D1\u05E8".split("_"),monthsShort:"\u05D9\u05E0\u05D5\u05F3_\u05E4\u05D1\u05E8\u05F3_\u05DE\u05E8\u05E5_\u05D0\u05E4\u05E8\u05F3_\u05DE\u05D0\u05D9_\u05D9\u05D5\u05E0\u05D9_\u05D9\u05D5\u05DC\u05D9_\u05D0\u05D5\u05D2\u05F3_\u05E1\u05E4\u05D8\u05F3_\u05D0\u05D5\u05E7\u05F3_\u05E0\u05D5\u05D1\u05F3_\u05D3\u05E6\u05DE\u05F3".split("_"),weekdays:"\u05E8\u05D0\u05E9\u05D5\u05DF_\u05E9\u05E0\u05D9_\u05E9\u05DC\u05D9\u05E9\u05D9_\u05E8\u05D1\u05D9\u05E2\u05D9_\u05D7\u05DE\u05D9\u05E9\u05D9_\u05E9\u05D9\u05E9\u05D9_\u05E9\u05D1\u05EA".split("_"),weekdaysShort:"\u05D0\u05F3_\u05D1\u05F3_\u05D2\u05F3_\u05D3\u05F3_\u05D4\u05F3_\u05D5\u05F3_\u05E9\u05F3".split("_"),weekdaysMin:"\u05D0_\u05D1_\u05D2_\u05D3_\u05D4_\u05D5_\u05E9".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [\u05D1]MMMM YYYY",LLL:"D [\u05D1]MMMM YYYY HH:mm",LLLL:"dddd, D [\u05D1]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[\u05D4\u05D9\u05D5\u05DD \u05D1\u05BE]LT",nextDay:"[\u05DE\u05D7\u05E8 \u05D1\u05BE]LT",nextWeek:"dddd [\u05D1\u05E9\u05E2\u05D4] LT",lastDay:"[\u05D0\u05EA\u05DE\u05D5\u05DC \u05D1\u05BE]LT",lastWeek:"[\u05D1\u05D9\u05D5\u05DD] dddd [\u05D4\u05D0\u05D7\u05E8\u05D5\u05DF \u05D1\u05E9\u05E2\u05D4] LT",sameElse:"L"},relativeTime:{future:"\u05D1\u05E2\u05D5\u05D3 %s",past:"\u05DC\u05E4\u05E0\u05D9 %s",s:"\u05DE\u05E1\u05E4\u05E8 \u05E9\u05E0\u05D9\u05D5\u05EA",ss:"%d \u05E9\u05E0\u05D9\u05D5\u05EA",m:"\u05D3\u05E7\u05D4",mm:"%d \u05D3\u05E7\u05D5\u05EA",h:"\u05E9\u05E2\u05D4",hh:function(f){return f===2?"\u05E9\u05E2\u05EA\u05D9\u05D9\u05DD":f+" \u05E9\u05E2\u05D5\u05EA"},d:"\u05D9\u05D5\u05DD",dd:function(f){return f===2?"\u05D9\u05D5\u05DE\u05D9\u05D9\u05DD":f+" \u05D9\u05DE\u05D9\u05DD"},M:"\u05D7\u05D5\u05D3\u05E9",MM:function(f){return f===2?"\u05D7\u05D5\u05D3\u05E9\u05D9\u05D9\u05DD":f+" \u05D7\u05D5\u05D3\u05E9\u05D9\u05DD"},y:"\u05E9\u05E0\u05D4",yy:function(f){return f===2?"\u05E9\u05E0\u05EA\u05D9\u05D9\u05DD":f%10===0&&f!==10?f+" \u05E9\u05E0\u05D4":f+" \u05E9\u05E0\u05D9\u05DD"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(f){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(f)},meridiem:function(f,i,m){return f<5?"\u05DC\u05E4\u05E0\u05D5\u05EA \u05D1\u05D5\u05E7\u05E8":f<10?"\u05D1\u05D1\u05D5\u05E7\u05E8":f<12?m?'\u05DC\u05E4\u05E0\u05D4"\u05E6':"\u05DC\u05E4\u05E0\u05D9 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD":f<18?m?'\u05D0\u05D7\u05D4"\u05E6':"\u05D0\u05D7\u05E8\u05D9 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD":"\u05D1\u05E2\u05E8\u05D1"}});return a})},94:function(Q,te,x){//! moment.js locale configuration
|
|
263
|
+
//! locale : Hindi [hi]
|
|
264
|
+
//! author : Mayank Singhal : https://github.com/mayanksinghal
|
|
265
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
266
|
+
var a={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096A",5:"\u096B",6:"\u096C",7:"\u096D",8:"\u096E",9:"\u096F",0:"\u0966"},f={"\u0967":"1","\u0968":"2","\u0969":"3","\u096A":"4","\u096B":"5","\u096C":"6","\u096D":"7","\u096E":"8","\u096F":"9","\u0966":"0"},i=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],m=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],L=M.defineLocale("hi",{months:{format:"\u091C\u0928\u0935\u0930\u0940_\u092B\u093C\u0930\u0935\u0930\u0940_\u092E\u093E\u0930\u094D\u091A_\u0905\u092A\u094D\u0930\u0948\u0932_\u092E\u0908_\u091C\u0942\u0928_\u091C\u0941\u0932\u093E\u0908_\u0905\u0917\u0938\u094D\u0924_\u0938\u093F\u0924\u092E\u094D\u092C\u0930_\u0905\u0915\u094D\u091F\u0942\u092C\u0930_\u0928\u0935\u092E\u094D\u092C\u0930_\u0926\u093F\u0938\u092E\u094D\u092C\u0930".split("_"),standalone:"\u091C\u0928\u0935\u0930\u0940_\u092B\u0930\u0935\u0930\u0940_\u092E\u093E\u0930\u094D\u091A_\u0905\u092A\u094D\u0930\u0948\u0932_\u092E\u0908_\u091C\u0942\u0928_\u091C\u0941\u0932\u093E\u0908_\u0905\u0917\u0938\u094D\u0924_\u0938\u093F\u0924\u0902\u092C\u0930_\u0905\u0915\u094D\u091F\u0942\u092C\u0930_\u0928\u0935\u0902\u092C\u0930_\u0926\u093F\u0938\u0902\u092C\u0930".split("_")},monthsShort:"\u091C\u0928._\u092B\u093C\u0930._\u092E\u093E\u0930\u094D\u091A_\u0905\u092A\u094D\u0930\u0948._\u092E\u0908_\u091C\u0942\u0928_\u091C\u0941\u0932._\u0905\u0917._\u0938\u093F\u0924._\u0905\u0915\u094D\u091F\u0942._\u0928\u0935._\u0926\u093F\u0938.".split("_"),weekdays:"\u0930\u0935\u093F\u0935\u093E\u0930_\u0938\u094B\u092E\u0935\u093E\u0930_\u092E\u0902\u0917\u0932\u0935\u093E\u0930_\u092C\u0941\u0927\u0935\u093E\u0930_\u0917\u0941\u0930\u0942\u0935\u093E\u0930_\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930_\u0936\u0928\u093F\u0935\u093E\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093F_\u0938\u094B\u092E_\u092E\u0902\u0917\u0932_\u092C\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094D\u0930_\u0936\u0928\u093F".split("_"),weekdaysMin:"\u0930_\u0938\u094B_\u092E\u0902_\u092C\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u092C\u091C\u0947",LTS:"A h:mm:ss \u092C\u091C\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u092C\u091C\u0947",LLLL:"dddd, D MMMM YYYY, A h:mm \u092C\u091C\u0947"},monthsParse:i,longMonthsParse:i,shortMonthsParse:m,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[\u0906\u091C] LT",nextDay:"[\u0915\u0932] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u0932] LT",lastWeek:"[\u092A\u093F\u091B\u0932\u0947] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u092E\u0947\u0902",past:"%s \u092A\u0939\u0932\u0947",s:"\u0915\u0941\u091B \u0939\u0940 \u0915\u094D\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0902\u0921",m:"\u090F\u0915 \u092E\u093F\u0928\u091F",mm:"%d \u092E\u093F\u0928\u091F",h:"\u090F\u0915 \u0918\u0902\u091F\u093E",hh:"%d \u0918\u0902\u091F\u0947",d:"\u090F\u0915 \u0926\u093F\u0928",dd:"%d \u0926\u093F\u0928",M:"\u090F\u0915 \u092E\u0939\u0940\u0928\u0947",MM:"%d \u092E\u0939\u0940\u0928\u0947",y:"\u090F\u0915 \u0935\u0930\u094D\u0937",yy:"%d \u0935\u0930\u094D\u0937"},preparse:function(v){return v.replace(/[१२३४५६७८९०]/g,function(j){return f[j]})},postformat:function(v){return v.replace(/\d/g,function(j){return a[j]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(v,j){if(v===12&&(v=0),j==="\u0930\u093E\u0924")return v<4?v:v+12;if(j==="\u0938\u0941\u092C\u0939")return v;if(j==="\u0926\u094B\u092A\u0939\u0930")return v>=10?v:v+12;if(j==="\u0936\u093E\u092E")return v+12},meridiem:function(v,j,S){return v<4?"\u0930\u093E\u0924":v<10?"\u0938\u0941\u092C\u0939":v<17?"\u0926\u094B\u092A\u0939\u0930":v<20?"\u0936\u093E\u092E":"\u0930\u093E\u0924"},week:{dow:0,doy:6}});return L})},316:function(Q,te,x){//! moment.js locale configuration
|
|
267
|
+
//! locale : Croatian [hr]
|
|
268
|
+
//! author : Bojan Marković : https://github.com/bmarkovic
|
|
269
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
270
|
+
function a(i,m,L){var v=i+" ";switch(L){case"ss":return i===1?v+="sekunda":i===2||i===3||i===4?v+="sekunde":v+="sekundi",v;case"m":return m?"jedna minuta":"jedne minute";case"mm":return i===1?v+="minuta":i===2||i===3||i===4?v+="minute":v+="minuta",v;case"h":return m?"jedan sat":"jednog sata";case"hh":return i===1?v+="sat":i===2||i===3||i===4?v+="sata":v+="sati",v;case"dd":return i===1?v+="dan":v+="dana",v;case"MM":return i===1?v+="mjesec":i===2||i===3||i===4?v+="mjeseca":v+="mjeseci",v;case"yy":return i===1?v+="godina":i===2||i===3||i===4?v+="godine":v+="godina",v}}var f=M.defineLocale("hr",{months:{format:"sije\u010Dnja_velja\u010De_o\u017Eujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"sije\u010Danj_velja\u010Da_o\u017Eujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._o\u017Eu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010Detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010Det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010De_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010Der u] LT",lastWeek:function(){switch(this.day()){case 0:return"[pro\u0161lu] [nedjelju] [u] LT";case 3:return"[pro\u0161lu] [srijedu] [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:a,m:a,mm:a,h:a,hh:a,d:"dan",dd:a,M:"mjesec",MM:a,y:"godinu",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},2138:function(Q,te,x){//! moment.js locale configuration
|
|
271
|
+
//! locale : Hungarian [hu]
|
|
272
|
+
//! author : Adam Brunner : https://github.com/adambrunner
|
|
273
|
+
//! author : Peter Viszt : https://github.com/passatgt
|
|
274
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
275
|
+
var a="vas\xE1rnap h\xE9tf\u0151n kedden szerd\xE1n cs\xFCt\xF6rt\xF6k\xF6n p\xE9nteken szombaton".split(" ");function f(L,v,j,S){var A=L;switch(j){case"s":return S||v?"n\xE9h\xE1ny m\xE1sodperc":"n\xE9h\xE1ny m\xE1sodperce";case"ss":return A+(S||v)?" m\xE1sodperc":" m\xE1sodperce";case"m":return"egy"+(S||v?" perc":" perce");case"mm":return A+(S||v?" perc":" perce");case"h":return"egy"+(S||v?" \xF3ra":" \xF3r\xE1ja");case"hh":return A+(S||v?" \xF3ra":" \xF3r\xE1ja");case"d":return"egy"+(S||v?" nap":" napja");case"dd":return A+(S||v?" nap":" napja");case"M":return"egy"+(S||v?" h\xF3nap":" h\xF3napja");case"MM":return A+(S||v?" h\xF3nap":" h\xF3napja");case"y":return"egy"+(S||v?" \xE9v":" \xE9ve");case"yy":return A+(S||v?" \xE9v":" \xE9ve")}return""}function i(L){return(L?"":"[m\xFAlt] ")+"["+a[this.day()]+"] LT[-kor]"}var m=M.defineLocale("hu",{months:"janu\xE1r_febru\xE1r_m\xE1rcius_\xE1prilis_m\xE1jus_j\xFAnius_j\xFAlius_augusztus_szeptember_okt\xF3ber_november_december".split("_"),monthsShort:"jan._feb._m\xE1rc._\xE1pr._m\xE1j._j\xFAn._j\xFAl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vas\xE1rnap_h\xE9tf\u0151_kedd_szerda_cs\xFCt\xF6rt\xF6k_p\xE9ntek_szombat".split("_"),weekdaysShort:"vas_h\xE9t_kedd_sze_cs\xFCt_p\xE9n_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(L){return L.charAt(1).toLowerCase()==="u"},meridiem:function(L,v,j){return L<12?j===!0?"de":"DE":j===!0?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s m\xFAlva",past:"%s",s:f,ss:f,m:f,mm:f,h:f,hh:f,d:f,dd:f,M:f,MM:f,y:f,yy:f},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return m})},1423:function(Q,te,x){//! moment.js locale configuration
|
|
276
|
+
//! locale : Armenian [hy-am]
|
|
277
|
+
//! author : Armendarabyan : https://github.com/armendarabyan
|
|
278
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
279
|
+
var a=M.defineLocale("hy-am",{months:{format:"\u0570\u0578\u0582\u0576\u057E\u0561\u0580\u056B_\u0583\u0565\u057F\u0580\u057E\u0561\u0580\u056B_\u0574\u0561\u0580\u057F\u056B_\u0561\u057A\u0580\u056B\u056C\u056B_\u0574\u0561\u0575\u056B\u057D\u056B_\u0570\u0578\u0582\u0576\u056B\u057D\u056B_\u0570\u0578\u0582\u056C\u056B\u057D\u056B_\u0585\u0563\u0578\u057D\u057F\u0578\u057D\u056B_\u057D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580\u056B_\u0570\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056B_\u0564\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B".split("_"),standalone:"\u0570\u0578\u0582\u0576\u057E\u0561\u0580_\u0583\u0565\u057F\u0580\u057E\u0561\u0580_\u0574\u0561\u0580\u057F_\u0561\u057A\u0580\u056B\u056C_\u0574\u0561\u0575\u056B\u057D_\u0570\u0578\u0582\u0576\u056B\u057D_\u0570\u0578\u0582\u056C\u056B\u057D_\u0585\u0563\u0578\u057D\u057F\u0578\u057D_\u057D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580_\u0570\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580_\u0564\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580".split("_")},monthsShort:"\u0570\u0576\u057E_\u0583\u057F\u0580_\u0574\u0580\u057F_\u0561\u057A\u0580_\u0574\u0575\u057D_\u0570\u0576\u057D_\u0570\u056C\u057D_\u0585\u0563\u057D_\u057D\u057A\u057F_\u0570\u056F\u057F_\u0576\u0574\u0562_\u0564\u056F\u057F".split("_"),weekdays:"\u056F\u056B\u0580\u0561\u056F\u056B_\u0565\u0580\u056F\u0578\u0582\u0577\u0561\u0562\u0569\u056B_\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B_\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B_\u0570\u056B\u0576\u0563\u0577\u0561\u0562\u0569\u056B_\u0578\u0582\u0580\u0562\u0561\u0569_\u0577\u0561\u0562\u0561\u0569".split("_"),weekdaysShort:"\u056F\u0580\u056F_\u0565\u0580\u056F_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),weekdaysMin:"\u056F\u0580\u056F_\u0565\u0580\u056F_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0569.",LLL:"D MMMM YYYY \u0569., HH:mm",LLLL:"dddd, D MMMM YYYY \u0569., HH:mm"},calendar:{sameDay:"[\u0561\u0575\u057D\u0585\u0580] LT",nextDay:"[\u057E\u0561\u0572\u0568] LT",lastDay:"[\u0565\u0580\u0565\u056F] LT",nextWeek:function(){return"dddd [\u0585\u0580\u0568 \u056A\u0561\u0574\u0568] LT"},lastWeek:function(){return"[\u0561\u0576\u0581\u0561\u056E] dddd [\u0585\u0580\u0568 \u056A\u0561\u0574\u0568] LT"},sameElse:"L"},relativeTime:{future:"%s \u0570\u0565\u057F\u0578",past:"%s \u0561\u057C\u0561\u057B",s:"\u0574\u056B \u0584\u0561\u0576\u056B \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576",ss:"%d \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576",m:"\u0580\u0578\u057A\u0565",mm:"%d \u0580\u0578\u057A\u0565",h:"\u056A\u0561\u0574",hh:"%d \u056A\u0561\u0574",d:"\u0585\u0580",dd:"%d \u0585\u0580",M:"\u0561\u0574\u056B\u057D",MM:"%d \u0561\u0574\u056B\u057D",y:"\u057F\u0561\u0580\u056B",yy:"%d \u057F\u0561\u0580\u056B"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(f){return/^(ցերեկվա|երեկոյան)$/.test(f)},meridiem:function(f){return f<4?"\u0563\u056B\u0577\u0565\u0580\u057E\u0561":f<12?"\u0561\u057C\u0561\u057E\u0578\u057F\u057E\u0561":f<17?"\u0581\u0565\u0580\u0565\u056F\u057E\u0561":"\u0565\u0580\u0565\u056F\u0578\u0575\u0561\u0576"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(f,i){switch(i){case"DDD":case"w":case"W":case"DDDo":return f===1?f+"-\u056B\u0576":f+"-\u0580\u0564";default:return f}},week:{dow:1,doy:7}});return a})},9218:function(Q,te,x){//! moment.js locale configuration
|
|
280
|
+
//! locale : Indonesian [id]
|
|
281
|
+
//! author : Mohammad Satrio Utomo : https://github.com/tyok
|
|
282
|
+
//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
|
|
283
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
284
|
+
var a=M.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="pagi")return f;if(i==="siang")return f>=11?f:f+12;if(i==="sore"||i==="malam")return f+12},meridiem:function(f,i,m){return f<11?"pagi":f<15?"siang":f<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}});return a})},135:function(Q,te,x){//! moment.js locale configuration
|
|
285
|
+
//! locale : Icelandic [is]
|
|
286
|
+
//! author : Hinrik Örn Sigurðsson : https://github.com/hinrik
|
|
287
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
288
|
+
function a(m){return m%100===11?!0:m%10!==1}function f(m,L,v,j){var S=m+" ";switch(v){case"s":return L||j?"nokkrar sek\xFAndur":"nokkrum sek\xFAndum";case"ss":return a(m)?S+(L||j?"sek\xFAndur":"sek\xFAndum"):S+"sek\xFAnda";case"m":return L?"m\xEDn\xFAta":"m\xEDn\xFAtu";case"mm":return a(m)?S+(L||j?"m\xEDn\xFAtur":"m\xEDn\xFAtum"):L?S+"m\xEDn\xFAta":S+"m\xEDn\xFAtu";case"hh":return a(m)?S+(L||j?"klukkustundir":"klukkustundum"):S+"klukkustund";case"d":return L?"dagur":j?"dag":"degi";case"dd":return a(m)?L?S+"dagar":S+(j?"daga":"d\xF6gum"):L?S+"dagur":S+(j?"dag":"degi");case"M":return L?"m\xE1nu\xF0ur":j?"m\xE1nu\xF0":"m\xE1nu\xF0i";case"MM":return a(m)?L?S+"m\xE1nu\xF0ir":S+(j?"m\xE1nu\xF0i":"m\xE1nu\xF0um"):L?S+"m\xE1nu\xF0ur":S+(j?"m\xE1nu\xF0":"m\xE1nu\xF0i");case"y":return L||j?"\xE1r":"\xE1ri";case"yy":return a(m)?S+(L||j?"\xE1r":"\xE1rum"):S+(L||j?"\xE1r":"\xE1ri")}}var i=M.defineLocale("is",{months:"jan\xFAar_febr\xFAar_mars_apr\xEDl_ma\xED_j\xFAn\xED_j\xFAl\xED_\xE1g\xFAst_september_okt\xF3ber_n\xF3vember_desember".split("_"),monthsShort:"jan_feb_mar_apr_ma\xED_j\xFAn_j\xFAl_\xE1g\xFA_sep_okt_n\xF3v_des".split("_"),weekdays:"sunnudagur_m\xE1nudagur_\xFEri\xF0judagur_mi\xF0vikudagur_fimmtudagur_f\xF6studagur_laugardagur".split("_"),weekdaysShort:"sun_m\xE1n_\xFEri_mi\xF0_fim_f\xF6s_lau".split("_"),weekdaysMin:"Su_M\xE1_\xDEr_Mi_Fi_F\xF6_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[\xED dag kl.] LT",nextDay:"[\xE1 morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xED g\xE6r kl.] LT",lastWeek:"[s\xED\xF0asta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s s\xED\xF0an",s:f,ss:f,m:f,mm:f,h:"klukkustund",hh:f,d:f,dd:f,M:f,MM:f,y:f,yy:f},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i})},150:function(Q,te,x){//! moment.js locale configuration
|
|
289
|
+
//! locale : Italian (Switzerland) [it-ch]
|
|
290
|
+
//! author : xfh : https://github.com/xfh
|
|
291
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
292
|
+
var a=M.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xEC_marted\xEC_mercoled\xEC_gioved\xEC_venerd\xEC_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(f){return(/^[0-9].+$/.test(f)?"tra":"in")+" "+f},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},626:function(Q,te,x){//! moment.js locale configuration
|
|
293
|
+
//! locale : Italian [it]
|
|
294
|
+
//! author : Lorenzo : https://github.com/aliem
|
|
295
|
+
//! author: Mattia Larentis: https://github.com/nostalgiaz
|
|
296
|
+
//! author: Marco : https://github.com/Manfre98
|
|
297
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
298
|
+
var a=M.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xEC_marted\xEC_mercoled\xEC_gioved\xEC_venerd\xEC_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":this.hours()===0?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},9183:function(Q,te,x){//! moment.js locale configuration
|
|
299
|
+
//! locale : Japanese [ja]
|
|
300
|
+
//! author : LI Long : https://github.com/baryon
|
|
301
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
302
|
+
var a=M.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"\u4EE4\u548C",narrow:"\u32FF",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"\u5E73\u6210",narrow:"\u337B",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"\u662D\u548C",narrow:"\u337C",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"\u5927\u6B63",narrow:"\u337D",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"\u660E\u6CBB",narrow:"\u337E",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"\u897F\u66A6",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"\u7D00\u5143\u524D",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(f,i){return i[1]==="\u5143"?1:parseInt(i[1]||f,10)},months:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u65E5\u66DC\u65E5_\u6708\u66DC\u65E5_\u706B\u66DC\u65E5_\u6C34\u66DC\u65E5_\u6728\u66DC\u65E5_\u91D1\u66DC\u65E5_\u571F\u66DC\u65E5".split("_"),weekdaysShort:"\u65E5_\u6708_\u706B_\u6C34_\u6728_\u91D1_\u571F".split("_"),weekdaysMin:"\u65E5_\u6708_\u706B_\u6C34_\u6728_\u91D1_\u571F".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5 HH:mm",LLLL:"YYYY\u5E74M\u6708D\u65E5 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(f){return f==="\u5348\u5F8C"},meridiem:function(f,i,m){return f<12?"\u5348\u524D":"\u5348\u5F8C"},calendar:{sameDay:"[\u4ECA\u65E5] LT",nextDay:"[\u660E\u65E5] LT",nextWeek:function(f){return f.week()!==this.week()?"[\u6765\u9031]dddd LT":"dddd LT"},lastDay:"[\u6628\u65E5] LT",lastWeek:function(f){return this.week()!==f.week()?"[\u5148\u9031]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(f,i){switch(i){case"y":return f===1?"\u5143\u5E74":f+"\u5E74";case"d":case"D":case"DDD":return f+"\u65E5";default:return f}},relativeTime:{future:"%s\u5F8C",past:"%s\u524D",s:"\u6570\u79D2",ss:"%d\u79D2",m:"1\u5206",mm:"%d\u5206",h:"1\u6642\u9593",hh:"%d\u6642\u9593",d:"1\u65E5",dd:"%d\u65E5",M:"1\u30F6\u6708",MM:"%d\u30F6\u6708",y:"1\u5E74",yy:"%d\u5E74"}});return a})},4286:function(Q,te,x){//! moment.js locale configuration
|
|
303
|
+
//! locale : Javanese [jv]
|
|
304
|
+
//! author : Rony Lantip : https://github.com/lantip
|
|
305
|
+
//! reference: http://jv.wikipedia.org/wiki/Basa_Jawa
|
|
306
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
307
|
+
var a=M.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="enjing")return f;if(i==="siyang")return f>=11?f:f+12;if(i==="sonten"||i==="ndalu")return f+12},meridiem:function(f,i,m){return f<11?"enjing":f<15?"siyang":f<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}});return a})},2105:function(Q,te,x){//! moment.js locale configuration
|
|
308
|
+
//! locale : Georgian [ka]
|
|
309
|
+
//! author : Irakli Janiashvili : https://github.com/IrakliJani
|
|
310
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
311
|
+
var a=M.defineLocale("ka",{months:"\u10D8\u10D0\u10DC\u10D5\u10D0\u10E0\u10D8_\u10D7\u10D4\u10D1\u10D4\u10E0\u10D5\u10D0\u10DA\u10D8_\u10DB\u10D0\u10E0\u10E2\u10D8_\u10D0\u10DE\u10E0\u10D8\u10DA\u10D8_\u10DB\u10D0\u10D8\u10E1\u10D8_\u10D8\u10D5\u10DC\u10D8\u10E1\u10D8_\u10D8\u10D5\u10DA\u10D8\u10E1\u10D8_\u10D0\u10D2\u10D5\u10D8\u10E1\u10E2\u10DD_\u10E1\u10D4\u10E5\u10E2\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8_\u10DD\u10E5\u10E2\u10DD\u10DB\u10D1\u10D4\u10E0\u10D8_\u10DC\u10DD\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8_\u10D3\u10D4\u10D9\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8".split("_"),monthsShort:"\u10D8\u10D0\u10DC_\u10D7\u10D4\u10D1_\u10DB\u10D0\u10E0_\u10D0\u10DE\u10E0_\u10DB\u10D0\u10D8_\u10D8\u10D5\u10DC_\u10D8\u10D5\u10DA_\u10D0\u10D2\u10D5_\u10E1\u10D4\u10E5_\u10DD\u10E5\u10E2_\u10DC\u10DD\u10D4_\u10D3\u10D4\u10D9".split("_"),weekdays:{standalone:"\u10D9\u10D5\u10D8\u10E0\u10D0_\u10DD\u10E0\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8_\u10E1\u10D0\u10DB\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8_\u10DD\u10D7\u10EE\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8_\u10EE\u10E3\u10D7\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8_\u10DE\u10D0\u10E0\u10D0\u10E1\u10D9\u10D4\u10D5\u10D8_\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8".split("_"),format:"\u10D9\u10D5\u10D8\u10E0\u10D0\u10E1_\u10DD\u10E0\u10E8\u10D0\u10D1\u10D0\u10D7\u10E1_\u10E1\u10D0\u10DB\u10E8\u10D0\u10D1\u10D0\u10D7\u10E1_\u10DD\u10D7\u10EE\u10E8\u10D0\u10D1\u10D0\u10D7\u10E1_\u10EE\u10E3\u10D7\u10E8\u10D0\u10D1\u10D0\u10D7\u10E1_\u10DE\u10D0\u10E0\u10D0\u10E1\u10D9\u10D4\u10D5\u10E1_\u10E8\u10D0\u10D1\u10D0\u10D7\u10E1".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"\u10D9\u10D5\u10D8_\u10DD\u10E0\u10E8_\u10E1\u10D0\u10DB_\u10DD\u10D7\u10EE_\u10EE\u10E3\u10D7_\u10DE\u10D0\u10E0_\u10E8\u10D0\u10D1".split("_"),weekdaysMin:"\u10D9\u10D5_\u10DD\u10E0_\u10E1\u10D0_\u10DD\u10D7_\u10EE\u10E3_\u10DE\u10D0_\u10E8\u10D0".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u10D3\u10E6\u10D4\u10E1] LT[-\u10D6\u10D4]",nextDay:"[\u10EE\u10D5\u10D0\u10DA] LT[-\u10D6\u10D4]",lastDay:"[\u10D2\u10E3\u10E8\u10D8\u10DC] LT[-\u10D6\u10D4]",nextWeek:"[\u10E8\u10D4\u10DB\u10D3\u10D4\u10D2] dddd LT[-\u10D6\u10D4]",lastWeek:"[\u10EC\u10D8\u10DC\u10D0] dddd LT-\u10D6\u10D4",sameElse:"L"},relativeTime:{future:function(f){return f.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,function(i,m,L){return L==="\u10D8"?m+"\u10E8\u10D8":m+L+"\u10E8\u10D8"})},past:function(f){return/(წამი|წუთი|საათი|დღე|თვე)/.test(f)?f.replace(/(ი|ე)$/,"\u10D8\u10E1 \u10EC\u10D8\u10DC"):/წელი/.test(f)?f.replace(/წელი$/,"\u10EC\u10DA\u10D8\u10E1 \u10EC\u10D8\u10DC"):f},s:"\u10E0\u10D0\u10DB\u10D3\u10D4\u10DC\u10D8\u10DB\u10D4 \u10EC\u10D0\u10DB\u10D8",ss:"%d \u10EC\u10D0\u10DB\u10D8",m:"\u10EC\u10E3\u10D7\u10D8",mm:"%d \u10EC\u10E3\u10D7\u10D8",h:"\u10E1\u10D0\u10D0\u10D7\u10D8",hh:"%d \u10E1\u10D0\u10D0\u10D7\u10D8",d:"\u10D3\u10E6\u10D4",dd:"%d \u10D3\u10E6\u10D4",M:"\u10D7\u10D5\u10D4",MM:"%d \u10D7\u10D5\u10D4",y:"\u10EC\u10D4\u10DA\u10D8",yy:"%d \u10EC\u10D4\u10DA\u10D8"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(f){return f===0?f:f===1?f+"-\u10DA\u10D8":f<20||f<=100&&f%20===0||f%100===0?"\u10DB\u10D4-"+f:f+"-\u10D4"},week:{dow:1,doy:7}});return a})},7772:function(Q,te,x){//! moment.js locale configuration
|
|
312
|
+
//! locale : Kazakh [kk]
|
|
313
|
+
//! authors : Nurlan Rakhimzhanov : https://github.com/nurlan
|
|
314
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
315
|
+
var a={0:"-\u0448\u0456",1:"-\u0448\u0456",2:"-\u0448\u0456",3:"-\u0448\u0456",4:"-\u0448\u0456",5:"-\u0448\u0456",6:"-\u0448\u044B",7:"-\u0448\u0456",8:"-\u0448\u0456",9:"-\u0448\u044B",10:"-\u0448\u044B",20:"-\u0448\u044B",30:"-\u0448\u044B",40:"-\u0448\u044B",50:"-\u0448\u0456",60:"-\u0448\u044B",70:"-\u0448\u0456",80:"-\u0448\u0456",90:"-\u0448\u044B",100:"-\u0448\u0456"},f=M.defineLocale("kk",{months:"\u049B\u0430\u04A3\u0442\u0430\u0440_\u0430\u049B\u043F\u0430\u043D_\u043D\u0430\u0443\u0440\u044B\u0437_\u0441\u04D9\u0443\u0456\u0440_\u043C\u0430\u043C\u044B\u0440_\u043C\u0430\u0443\u0441\u044B\u043C_\u0448\u0456\u043B\u0434\u0435_\u0442\u0430\u043C\u044B\u0437_\u049B\u044B\u0440\u043A\u04AF\u0439\u0435\u043A_\u049B\u0430\u0437\u0430\u043D_\u049B\u0430\u0440\u0430\u0448\u0430_\u0436\u0435\u043B\u0442\u043E\u049B\u0441\u0430\u043D".split("_"),monthsShort:"\u049B\u0430\u04A3_\u0430\u049B\u043F_\u043D\u0430\u0443_\u0441\u04D9\u0443_\u043C\u0430\u043C_\u043C\u0430\u0443_\u0448\u0456\u043B_\u0442\u0430\u043C_\u049B\u044B\u0440_\u049B\u0430\u0437_\u049B\u0430\u0440_\u0436\u0435\u043B".split("_"),weekdays:"\u0436\u0435\u043A\u0441\u0435\u043D\u0431\u0456_\u0434\u04AF\u0439\u0441\u0435\u043D\u0431\u0456_\u0441\u0435\u0439\u0441\u0435\u043D\u0431\u0456_\u0441\u04D9\u0440\u0441\u0435\u043D\u0431\u0456_\u0431\u0435\u0439\u0441\u0435\u043D\u0431\u0456_\u0436\u04B1\u043C\u0430_\u0441\u0435\u043D\u0431\u0456".split("_"),weekdaysShort:"\u0436\u0435\u043A_\u0434\u04AF\u0439_\u0441\u0435\u0439_\u0441\u04D9\u0440_\u0431\u0435\u0439_\u0436\u04B1\u043C_\u0441\u0435\u043D".split("_"),weekdaysMin:"\u0436\u043A_\u0434\u0439_\u0441\u0439_\u0441\u0440_\u0431\u0439_\u0436\u043C_\u0441\u043D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04AF\u0433\u0456\u043D \u0441\u0430\u0493\u0430\u0442] LT",nextDay:"[\u0415\u0440\u0442\u0435\u04A3 \u0441\u0430\u0493\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0493\u0430\u0442] LT",lastDay:"[\u041A\u0435\u0448\u0435 \u0441\u0430\u0493\u0430\u0442] LT",lastWeek:"[\u04E8\u0442\u043A\u0435\u043D \u0430\u043F\u0442\u0430\u043D\u044B\u04A3] dddd [\u0441\u0430\u0493\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0456\u0448\u0456\u043D\u0434\u0435",past:"%s \u0431\u04B1\u0440\u044B\u043D",s:"\u0431\u0456\u0440\u043D\u0435\u0448\u0435 \u0441\u0435\u043A\u0443\u043D\u0434",ss:"%d \u0441\u0435\u043A\u0443\u043D\u0434",m:"\u0431\u0456\u0440 \u043C\u0438\u043D\u0443\u0442",mm:"%d \u043C\u0438\u043D\u0443\u0442",h:"\u0431\u0456\u0440 \u0441\u0430\u0493\u0430\u0442",hh:"%d \u0441\u0430\u0493\u0430\u0442",d:"\u0431\u0456\u0440 \u043A\u04AF\u043D",dd:"%d \u043A\u04AF\u043D",M:"\u0431\u0456\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0456\u0440 \u0436\u044B\u043B",yy:"%d \u0436\u044B\u043B"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(i){var m=i%10,L=i>=100?100:null;return i+(a[i]||a[m]||a[L])},week:{dow:1,doy:7}});return f})},8758:function(Q,te,x){//! moment.js locale configuration
|
|
316
|
+
//! locale : Cambodian [km]
|
|
317
|
+
//! author : Kruy Vanna : https://github.com/kruyvanna
|
|
318
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
319
|
+
var a={1:"\u17E1",2:"\u17E2",3:"\u17E3",4:"\u17E4",5:"\u17E5",6:"\u17E6",7:"\u17E7",8:"\u17E8",9:"\u17E9",0:"\u17E0"},f={"\u17E1":"1","\u17E2":"2","\u17E3":"3","\u17E4":"4","\u17E5":"5","\u17E6":"6","\u17E7":"7","\u17E8":"8","\u17E9":"9","\u17E0":"0"},i=M.defineLocale("km",{months:"\u1798\u1780\u179A\u17B6_\u1780\u17BB\u1798\u17D2\u1797\u17C8_\u1798\u17B8\u1793\u17B6_\u1798\u17C1\u179F\u17B6_\u17A7\u179F\u1797\u17B6_\u1798\u17B7\u1790\u17BB\u1793\u17B6_\u1780\u1780\u17D2\u1780\u178A\u17B6_\u179F\u17B8\u17A0\u17B6_\u1780\u1789\u17D2\u1789\u17B6_\u178F\u17BB\u179B\u17B6_\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6_\u1792\u17D2\u1793\u17BC".split("_"),monthsShort:"\u1798\u1780\u179A\u17B6_\u1780\u17BB\u1798\u17D2\u1797\u17C8_\u1798\u17B8\u1793\u17B6_\u1798\u17C1\u179F\u17B6_\u17A7\u179F\u1797\u17B6_\u1798\u17B7\u1790\u17BB\u1793\u17B6_\u1780\u1780\u17D2\u1780\u178A\u17B6_\u179F\u17B8\u17A0\u17B6_\u1780\u1789\u17D2\u1789\u17B6_\u178F\u17BB\u179B\u17B6_\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6_\u1792\u17D2\u1793\u17BC".split("_"),weekdays:"\u17A2\u17B6\u1791\u17B7\u178F\u17D2\u1799_\u1785\u17D0\u1793\u17D2\u1791_\u17A2\u1784\u17D2\u1782\u17B6\u179A_\u1796\u17BB\u1792_\u1796\u17D2\u179A\u17A0\u179F\u17D2\u1794\u178F\u17B7\u17CD_\u179F\u17BB\u1780\u17D2\u179A_\u179F\u17C5\u179A\u17CD".split("_"),weekdaysShort:"\u17A2\u17B6_\u1785_\u17A2_\u1796_\u1796\u17D2\u179A_\u179F\u17BB_\u179F".split("_"),weekdaysMin:"\u17A2\u17B6_\u1785_\u17A2_\u1796_\u1796\u17D2\u179A_\u179F\u17BB_\u179F".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(m){return m==="\u179B\u17D2\u1784\u17B6\u1785"},meridiem:function(m,L,v){return m<12?"\u1796\u17D2\u179A\u17B9\u1780":"\u179B\u17D2\u1784\u17B6\u1785"},calendar:{sameDay:"[\u1790\u17D2\u1784\u17C3\u1793\u17C1\u17C7 \u1798\u17C9\u17C4\u1784] LT",nextDay:"[\u179F\u17D2\u17A2\u17C2\u1780 \u1798\u17C9\u17C4\u1784] LT",nextWeek:"dddd [\u1798\u17C9\u17C4\u1784] LT",lastDay:"[\u1798\u17D2\u179F\u17B7\u179B\u1798\u17B7\u1789 \u1798\u17C9\u17C4\u1784] LT",lastWeek:"dddd [\u179F\u1794\u17D2\u178F\u17B6\u17A0\u17CD\u1798\u17BB\u1793] [\u1798\u17C9\u17C4\u1784] LT",sameElse:"L"},relativeTime:{future:"%s\u1791\u17C0\u178F",past:"%s\u1798\u17BB\u1793",s:"\u1794\u17C9\u17BB\u1793\u17D2\u1798\u17B6\u1793\u179C\u17B7\u1793\u17B6\u1791\u17B8",ss:"%d \u179C\u17B7\u1793\u17B6\u1791\u17B8",m:"\u1798\u17BD\u1799\u1793\u17B6\u1791\u17B8",mm:"%d \u1793\u17B6\u1791\u17B8",h:"\u1798\u17BD\u1799\u1798\u17C9\u17C4\u1784",hh:"%d \u1798\u17C9\u17C4\u1784",d:"\u1798\u17BD\u1799\u1790\u17D2\u1784\u17C3",dd:"%d \u1790\u17D2\u1784\u17C3",M:"\u1798\u17BD\u1799\u1781\u17C2",MM:"%d \u1781\u17C2",y:"\u1798\u17BD\u1799\u1786\u17D2\u1793\u17B6\u17C6",yy:"%d \u1786\u17D2\u1793\u17B6\u17C6"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"\u1791\u17B8%d",preparse:function(m){return m.replace(/[១២៣៤៥៦៧៨៩០]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},week:{dow:1,doy:4}});return i})},9282:function(Q,te,x){//! moment.js locale configuration
|
|
320
|
+
//! locale : Kannada [kn]
|
|
321
|
+
//! author : Rajeev Naik : https://github.com/rajeevnaikte
|
|
322
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
323
|
+
var a={1:"\u0CE7",2:"\u0CE8",3:"\u0CE9",4:"\u0CEA",5:"\u0CEB",6:"\u0CEC",7:"\u0CED",8:"\u0CEE",9:"\u0CEF",0:"\u0CE6"},f={"\u0CE7":"1","\u0CE8":"2","\u0CE9":"3","\u0CEA":"4","\u0CEB":"5","\u0CEC":"6","\u0CED":"7","\u0CEE":"8","\u0CEF":"9","\u0CE6":"0"},i=M.defineLocale("kn",{months:"\u0C9C\u0CA8\u0CB5\u0CB0\u0CBF_\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0\u0CB5\u0CB0\u0CBF_\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A\u0CCD_\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF\u0CB2\u0CCD_\u0CAE\u0CC6\u0CD5_\u0C9C\u0CC2\u0CA8\u0CCD_\u0C9C\u0CC1\u0CB2\u0CC6\u0CD6_\u0C86\u0C97\u0CB8\u0CCD\u0C9F\u0CCD_\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82\u0CAC\u0CB0\u0CCD_\u0C85\u0C95\u0CCD\u0C9F\u0CC6\u0CC2\u0CD5\u0CAC\u0CB0\u0CCD_\u0CA8\u0CB5\u0CC6\u0C82\u0CAC\u0CB0\u0CCD_\u0CA1\u0CBF\u0CB8\u0CC6\u0C82\u0CAC\u0CB0\u0CCD".split("_"),monthsShort:"\u0C9C\u0CA8_\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0_\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A\u0CCD_\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF\u0CB2\u0CCD_\u0CAE\u0CC6\u0CD5_\u0C9C\u0CC2\u0CA8\u0CCD_\u0C9C\u0CC1\u0CB2\u0CC6\u0CD6_\u0C86\u0C97\u0CB8\u0CCD\u0C9F\u0CCD_\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82_\u0C85\u0C95\u0CCD\u0C9F\u0CC6\u0CC2\u0CD5_\u0CA8\u0CB5\u0CC6\u0C82_\u0CA1\u0CBF\u0CB8\u0CC6\u0C82".split("_"),monthsParseExact:!0,weekdays:"\u0CAD\u0CBE\u0CA8\u0CC1\u0CB5\u0CBE\u0CB0_\u0CB8\u0CC6\u0CC2\u0CD5\u0CAE\u0CB5\u0CBE\u0CB0_\u0CAE\u0C82\u0C97\u0CB3\u0CB5\u0CBE\u0CB0_\u0CAC\u0CC1\u0CA7\u0CB5\u0CBE\u0CB0_\u0C97\u0CC1\u0CB0\u0CC1\u0CB5\u0CBE\u0CB0_\u0CB6\u0CC1\u0C95\u0CCD\u0CB0\u0CB5\u0CBE\u0CB0_\u0CB6\u0CA8\u0CBF\u0CB5\u0CBE\u0CB0".split("_"),weekdaysShort:"\u0CAD\u0CBE\u0CA8\u0CC1_\u0CB8\u0CC6\u0CC2\u0CD5\u0CAE_\u0CAE\u0C82\u0C97\u0CB3_\u0CAC\u0CC1\u0CA7_\u0C97\u0CC1\u0CB0\u0CC1_\u0CB6\u0CC1\u0C95\u0CCD\u0CB0_\u0CB6\u0CA8\u0CBF".split("_"),weekdaysMin:"\u0CAD\u0CBE_\u0CB8\u0CC6\u0CC2\u0CD5_\u0CAE\u0C82_\u0CAC\u0CC1_\u0C97\u0CC1_\u0CB6\u0CC1_\u0CB6".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0C87\u0C82\u0CA6\u0CC1] LT",nextDay:"[\u0CA8\u0CBE\u0CB3\u0CC6] LT",nextWeek:"dddd, LT",lastDay:"[\u0CA8\u0CBF\u0CA8\u0CCD\u0CA8\u0CC6] LT",lastWeek:"[\u0C95\u0CC6\u0CC2\u0CA8\u0CC6\u0CAF] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0CA8\u0C82\u0CA4\u0CB0",past:"%s \u0CB9\u0CBF\u0C82\u0CA6\u0CC6",s:"\u0C95\u0CC6\u0CB2\u0CB5\u0CC1 \u0C95\u0CCD\u0CB7\u0CA3\u0C97\u0CB3\u0CC1",ss:"%d \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CC1\u0C97\u0CB3\u0CC1",m:"\u0C92\u0C82\u0CA6\u0CC1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7",mm:"%d \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7",h:"\u0C92\u0C82\u0CA6\u0CC1 \u0C97\u0C82\u0C9F\u0CC6",hh:"%d \u0C97\u0C82\u0C9F\u0CC6",d:"\u0C92\u0C82\u0CA6\u0CC1 \u0CA6\u0CBF\u0CA8",dd:"%d \u0CA6\u0CBF\u0CA8",M:"\u0C92\u0C82\u0CA6\u0CC1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",MM:"%d \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",y:"\u0C92\u0C82\u0CA6\u0CC1 \u0CB5\u0CB0\u0CCD\u0CB7",yy:"%d \u0CB5\u0CB0\u0CCD\u0CB7"},preparse:function(m){return m.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(m,L){if(m===12&&(m=0),L==="\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF")return m<4?m:m+12;if(L==="\u0CAC\u0CC6\u0CB3\u0CBF\u0C97\u0CCD\u0C97\u0CC6")return m;if(L==="\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CB9\u0CCD\u0CA8")return m>=10?m:m+12;if(L==="\u0CB8\u0C82\u0C9C\u0CC6")return m+12},meridiem:function(m,L,v){return m<4?"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF":m<10?"\u0CAC\u0CC6\u0CB3\u0CBF\u0C97\u0CCD\u0C97\u0CC6":m<17?"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CB9\u0CCD\u0CA8":m<20?"\u0CB8\u0C82\u0C9C\u0CC6":"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(m){return m+"\u0CA8\u0CC6\u0CD5"},week:{dow:0,doy:6}});return i})},3730:function(Q,te,x){//! moment.js locale configuration
|
|
324
|
+
//! locale : Korean [ko]
|
|
325
|
+
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
|
326
|
+
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
|
327
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
328
|
+
var a=M.defineLocale("ko",{months:"1\uC6D4_2\uC6D4_3\uC6D4_4\uC6D4_5\uC6D4_6\uC6D4_7\uC6D4_8\uC6D4_9\uC6D4_10\uC6D4_11\uC6D4_12\uC6D4".split("_"),monthsShort:"1\uC6D4_2\uC6D4_3\uC6D4_4\uC6D4_5\uC6D4_6\uC6D4_7\uC6D4_8\uC6D4_9\uC6D4_10\uC6D4_11\uC6D4_12\uC6D4".split("_"),weekdays:"\uC77C\uC694\uC77C_\uC6D4\uC694\uC77C_\uD654\uC694\uC77C_\uC218\uC694\uC77C_\uBAA9\uC694\uC77C_\uAE08\uC694\uC77C_\uD1A0\uC694\uC77C".split("_"),weekdaysShort:"\uC77C_\uC6D4_\uD654_\uC218_\uBAA9_\uAE08_\uD1A0".split("_"),weekdaysMin:"\uC77C_\uC6D4_\uD654_\uC218_\uBAA9_\uAE08_\uD1A0".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY\uB144 MMMM D\uC77C",LLL:"YYYY\uB144 MMMM D\uC77C A h:mm",LLLL:"YYYY\uB144 MMMM D\uC77C dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY\uB144 MMMM D\uC77C",lll:"YYYY\uB144 MMMM D\uC77C A h:mm",llll:"YYYY\uB144 MMMM D\uC77C dddd A h:mm"},calendar:{sameDay:"\uC624\uB298 LT",nextDay:"\uB0B4\uC77C LT",nextWeek:"dddd LT",lastDay:"\uC5B4\uC81C LT",lastWeek:"\uC9C0\uB09C\uC8FC dddd LT",sameElse:"L"},relativeTime:{future:"%s \uD6C4",past:"%s \uC804",s:"\uBA87 \uCD08",ss:"%d\uCD08",m:"1\uBD84",mm:"%d\uBD84",h:"\uD55C \uC2DC\uAC04",hh:"%d\uC2DC\uAC04",d:"\uD558\uB8E8",dd:"%d\uC77C",M:"\uD55C \uB2EC",MM:"%d\uB2EC",y:"\uC77C \uB144",yy:"%d\uB144"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"\uC77C";case"M":return f+"\uC6D4";case"w":case"W":return f+"\uC8FC";default:return f}},meridiemParse:/오전|오후/,isPM:function(f){return f==="\uC624\uD6C4"},meridiem:function(f,i,m){return f<12?"\uC624\uC804":"\uC624\uD6C4"}});return a})},1408:function(Q,te,x){//! moment.js locale configuration
|
|
329
|
+
//! locale : Kurdish [ku]
|
|
330
|
+
//! author : Shahram Mebashar : https://github.com/ShahramMebashar
|
|
331
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
332
|
+
var a={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},f={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},i=["\u06A9\u0627\u0646\u0648\u0646\u06CC \u062F\u0648\u0648\u06D5\u0645","\u0634\u0648\u0628\u0627\u062A","\u0626\u0627\u0632\u0627\u0631","\u0646\u06CC\u0633\u0627\u0646","\u0626\u0627\u06CC\u0627\u0631","\u062D\u0648\u0632\u06D5\u06CC\u0631\u0627\u0646","\u062A\u06D5\u0645\u0645\u0648\u0632","\u0626\u0627\u0628","\u0626\u06D5\u06CC\u0644\u0648\u0648\u0644","\u062A\u0634\u0631\u06CC\u0646\u06CC \u06CC\u06D5\u0643\u06D5\u0645","\u062A\u0634\u0631\u06CC\u0646\u06CC \u062F\u0648\u0648\u06D5\u0645","\u0643\u0627\u0646\u0648\u0646\u06CC \u06CC\u06D5\u06A9\u06D5\u0645"],m=M.defineLocale("ku",{months:i,monthsShort:i,weekdays:"\u06CC\u0647\u200C\u0643\u0634\u0647\u200C\u0645\u0645\u0647\u200C_\u062F\u0648\u0648\u0634\u0647\u200C\u0645\u0645\u0647\u200C_\u0633\u06CE\u0634\u0647\u200C\u0645\u0645\u0647\u200C_\u0686\u0648\u0627\u0631\u0634\u0647\u200C\u0645\u0645\u0647\u200C_\u067E\u06CE\u0646\u062C\u0634\u0647\u200C\u0645\u0645\u0647\u200C_\u0647\u0647\u200C\u06CC\u0646\u06CC_\u0634\u0647\u200C\u0645\u0645\u0647\u200C".split("_"),weekdaysShort:"\u06CC\u0647\u200C\u0643\u0634\u0647\u200C\u0645_\u062F\u0648\u0648\u0634\u0647\u200C\u0645_\u0633\u06CE\u0634\u0647\u200C\u0645_\u0686\u0648\u0627\u0631\u0634\u0647\u200C\u0645_\u067E\u06CE\u0646\u062C\u0634\u0647\u200C\u0645_\u0647\u0647\u200C\u06CC\u0646\u06CC_\u0634\u0647\u200C\u0645\u0645\u0647\u200C".split("_"),weekdaysMin:"\u06CC_\u062F_\u0633_\u0686_\u067E_\u0647_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره|بهیانی/,isPM:function(L){return/ئێواره/.test(L)},meridiem:function(L,v,j){return L<12?"\u0628\u0647\u200C\u06CC\u0627\u0646\u06CC":"\u0626\u06CE\u0648\u0627\u0631\u0647\u200C"},calendar:{sameDay:"[\u0626\u0647\u200C\u0645\u0631\u06C6 \u0643\u0627\u062A\u0698\u0645\u06CE\u0631] LT",nextDay:"[\u0628\u0647\u200C\u06CC\u0627\u0646\u06CC \u0643\u0627\u062A\u0698\u0645\u06CE\u0631] LT",nextWeek:"dddd [\u0643\u0627\u062A\u0698\u0645\u06CE\u0631] LT",lastDay:"[\u062F\u0648\u06CE\u0646\u06CE \u0643\u0627\u062A\u0698\u0645\u06CE\u0631] LT",lastWeek:"dddd [\u0643\u0627\u062A\u0698\u0645\u06CE\u0631] LT",sameElse:"L"},relativeTime:{future:"\u0644\u0647\u200C %s",past:"%s",s:"\u0686\u0647\u200C\u0646\u062F \u0686\u0631\u0643\u0647\u200C\u06CC\u0647\u200C\u0643",ss:"\u0686\u0631\u0643\u0647\u200C %d",m:"\u06CC\u0647\u200C\u0643 \u062E\u0648\u0644\u0647\u200C\u0643",mm:"%d \u062E\u0648\u0644\u0647\u200C\u0643",h:"\u06CC\u0647\u200C\u0643 \u0643\u0627\u062A\u0698\u0645\u06CE\u0631",hh:"%d \u0643\u0627\u062A\u0698\u0645\u06CE\u0631",d:"\u06CC\u0647\u200C\u0643 \u0695\u06C6\u0698",dd:"%d \u0695\u06C6\u0698",M:"\u06CC\u0647\u200C\u0643 \u0645\u0627\u0646\u06AF",MM:"%d \u0645\u0627\u0646\u06AF",y:"\u06CC\u0647\u200C\u0643 \u0633\u0627\u06B5",yy:"%d \u0633\u0627\u06B5"},preparse:function(L){return L.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(v){return f[v]}).replace(/،/g,",")},postformat:function(L){return L.replace(/\d/g,function(v){return a[v]}).replace(/,/g,"\u060C")},week:{dow:6,doy:12}});return m})},3291:function(Q,te,x){//! moment.js locale configuration
|
|
333
|
+
//! locale : Kyrgyz [ky]
|
|
334
|
+
//! author : Chyngyz Arystan uulu : https://github.com/chyngyz
|
|
335
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
336
|
+
var a={0:"-\u0447\u04AF",1:"-\u0447\u0438",2:"-\u0447\u0438",3:"-\u0447\u04AF",4:"-\u0447\u04AF",5:"-\u0447\u0438",6:"-\u0447\u044B",7:"-\u0447\u0438",8:"-\u0447\u0438",9:"-\u0447\u0443",10:"-\u0447\u0443",20:"-\u0447\u044B",30:"-\u0447\u0443",40:"-\u0447\u044B",50:"-\u0447\u04AF",60:"-\u0447\u044B",70:"-\u0447\u0438",80:"-\u0447\u0438",90:"-\u0447\u0443",100:"-\u0447\u04AF"},f=M.defineLocale("ky",{months:"\u044F\u043D\u0432\u0430\u0440\u044C_\u0444\u0435\u0432\u0440\u0430\u043B\u044C_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0435\u043B\u044C_\u043C\u0430\u0439_\u0438\u044E\u043D\u044C_\u0438\u044E\u043B\u044C_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044C_\u043E\u043A\u0442\u044F\u0431\u0440\u044C_\u043D\u043E\u044F\u0431\u0440\u044C_\u0434\u0435\u043A\u0430\u0431\u0440\u044C".split("_"),monthsShort:"\u044F\u043D\u0432_\u0444\u0435\u0432_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440_\u043C\u0430\u0439_\u0438\u044E\u043D\u044C_\u0438\u044E\u043B\u044C_\u0430\u0432\u0433_\u0441\u0435\u043D_\u043E\u043A\u0442_\u043D\u043E\u044F_\u0434\u0435\u043A".split("_"),weekdays:"\u0416\u0435\u043A\u0448\u0435\u043C\u0431\u0438_\u0414\u04AF\u0439\u0448\u04E9\u043C\u0431\u04AF_\u0428\u0435\u0439\u0448\u0435\u043C\u0431\u0438_\u0428\u0430\u0440\u0448\u0435\u043C\u0431\u0438_\u0411\u0435\u0439\u0448\u0435\u043C\u0431\u0438_\u0416\u0443\u043C\u0430_\u0418\u0448\u0435\u043C\u0431\u0438".split("_"),weekdaysShort:"\u0416\u0435\u043A_\u0414\u04AF\u0439_\u0428\u0435\u0439_\u0428\u0430\u0440_\u0411\u0435\u0439_\u0416\u0443\u043C_\u0418\u0448\u0435".split("_"),weekdaysMin:"\u0416\u043A_\u0414\u0439_\u0428\u0439_\u0428\u0440_\u0411\u0439_\u0416\u043C_\u0418\u0448".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04AF\u0433\u04AF\u043D \u0441\u0430\u0430\u0442] LT",nextDay:"[\u042D\u0440\u0442\u0435\u04A3 \u0441\u0430\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0430\u0442] LT",lastDay:"[\u041A\u0435\u0447\u044D\u044D \u0441\u0430\u0430\u0442] LT",lastWeek:"[\u04E8\u0442\u043A\u04E9\u043D \u0430\u043F\u0442\u0430\u043D\u044B\u043D] dddd [\u043A\u04AF\u043D\u04AF] [\u0441\u0430\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0438\u0447\u0438\u043D\u0434\u0435",past:"%s \u043C\u0443\u0440\u0443\u043D",s:"\u0431\u0438\u0440\u043D\u0435\u0447\u0435 \u0441\u0435\u043A\u0443\u043D\u0434",ss:"%d \u0441\u0435\u043A\u0443\u043D\u0434",m:"\u0431\u0438\u0440 \u043C\u04AF\u043D\u04E9\u0442",mm:"%d \u043C\u04AF\u043D\u04E9\u0442",h:"\u0431\u0438\u0440 \u0441\u0430\u0430\u0442",hh:"%d \u0441\u0430\u0430\u0442",d:"\u0431\u0438\u0440 \u043A\u04AF\u043D",dd:"%d \u043A\u04AF\u043D",M:"\u0431\u0438\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0438\u0440 \u0436\u044B\u043B",yy:"%d \u0436\u044B\u043B"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(i){var m=i%10,L=i>=100?100:null;return i+(a[i]||a[m]||a[L])},week:{dow:1,doy:7}});return f})},6841:function(Q,te,x){//! moment.js locale configuration
|
|
337
|
+
//! locale : Luxembourgish [lb]
|
|
338
|
+
//! author : mweimerskirch : https://github.com/mweimerskirch
|
|
339
|
+
//! author : David Raison : https://github.com/kwisatz
|
|
340
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
341
|
+
function a(v,j,S,A){var $={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return j?$[S][0]:$[S][1]}function f(v){var j=v.substr(0,v.indexOf(" "));return m(j)?"a "+v:"an "+v}function i(v){var j=v.substr(0,v.indexOf(" "));return m(j)?"viru "+v:"virun "+v}function m(v){if(v=parseInt(v,10),isNaN(v))return!1;if(v<0)return!0;if(v<10)return 4<=v&&v<=7;if(v<100){var j=v%10,S=v/10;return m(j===0?S:j)}else if(v<1e4){for(;v>=10;)v=v/10;return m(v)}else return v=v/1e3,m(v)}var L=M.defineLocale("lb",{months:"Januar_Februar_M\xE4erz_Abr\xEBll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_M\xE9indeg_D\xEBnschdeg_M\xEBttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._M\xE9._D\xEB._M\xEB._Do._Fr._Sa.".split("_"),weekdaysMin:"So_M\xE9_D\xEB_M\xEB_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[G\xEBschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:f,past:i,s:"e puer Sekonnen",ss:"%d Sekonnen",m:a,mm:"%d Minutten",h:a,hh:"%d Stonnen",d:a,dd:"%d Deeg",M:a,MM:"%d M\xE9int",y:a,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return L})},5466:function(Q,te,x){//! moment.js locale configuration
|
|
342
|
+
//! locale : Lao [lo]
|
|
343
|
+
//! author : Ryan Hart : https://github.com/ryanhart2
|
|
344
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
345
|
+
var a=M.defineLocale("lo",{months:"\u0EA1\u0EB1\u0E87\u0E81\u0EAD\u0E99_\u0E81\u0EB8\u0EA1\u0E9E\u0EB2_\u0EA1\u0EB5\u0E99\u0EB2_\u0EC0\u0EA1\u0EAA\u0EB2_\u0E9E\u0EB6\u0E94\u0EAA\u0EB0\u0E9E\u0EB2_\u0EA1\u0EB4\u0E96\u0EB8\u0E99\u0EB2_\u0E81\u0ECD\u0EA5\u0EB0\u0E81\u0EBB\u0E94_\u0EAA\u0EB4\u0E87\u0EAB\u0EB2_\u0E81\u0EB1\u0E99\u0E8D\u0EB2_\u0E95\u0EB8\u0EA5\u0EB2_\u0E9E\u0EB0\u0E88\u0EB4\u0E81_\u0E97\u0EB1\u0E99\u0EA7\u0EB2".split("_"),monthsShort:"\u0EA1\u0EB1\u0E87\u0E81\u0EAD\u0E99_\u0E81\u0EB8\u0EA1\u0E9E\u0EB2_\u0EA1\u0EB5\u0E99\u0EB2_\u0EC0\u0EA1\u0EAA\u0EB2_\u0E9E\u0EB6\u0E94\u0EAA\u0EB0\u0E9E\u0EB2_\u0EA1\u0EB4\u0E96\u0EB8\u0E99\u0EB2_\u0E81\u0ECD\u0EA5\u0EB0\u0E81\u0EBB\u0E94_\u0EAA\u0EB4\u0E87\u0EAB\u0EB2_\u0E81\u0EB1\u0E99\u0E8D\u0EB2_\u0E95\u0EB8\u0EA5\u0EB2_\u0E9E\u0EB0\u0E88\u0EB4\u0E81_\u0E97\u0EB1\u0E99\u0EA7\u0EB2".split("_"),weekdays:"\u0EAD\u0EB2\u0E97\u0EB4\u0E94_\u0E88\u0EB1\u0E99_\u0EAD\u0EB1\u0E87\u0E84\u0EB2\u0E99_\u0E9E\u0EB8\u0E94_\u0E9E\u0EB0\u0EAB\u0EB1\u0E94_\u0EAA\u0EB8\u0E81_\u0EC0\u0EAA\u0EBB\u0EB2".split("_"),weekdaysShort:"\u0E97\u0EB4\u0E94_\u0E88\u0EB1\u0E99_\u0EAD\u0EB1\u0E87\u0E84\u0EB2\u0E99_\u0E9E\u0EB8\u0E94_\u0E9E\u0EB0\u0EAB\u0EB1\u0E94_\u0EAA\u0EB8\u0E81_\u0EC0\u0EAA\u0EBB\u0EB2".split("_"),weekdaysMin:"\u0E97_\u0E88_\u0EAD\u0E84_\u0E9E_\u0E9E\u0EAB_\u0EAA\u0E81_\u0EAA".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"\u0EA7\u0EB1\u0E99dddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(f){return f==="\u0E95\u0EAD\u0E99\u0EC1\u0EA5\u0E87"},meridiem:function(f,i,m){return f<12?"\u0E95\u0EAD\u0E99\u0EC0\u0E8A\u0EBB\u0EC9\u0EB2":"\u0E95\u0EAD\u0E99\u0EC1\u0EA5\u0E87"},calendar:{sameDay:"[\u0EA1\u0EB7\u0EC9\u0E99\u0EB5\u0EC9\u0EC0\u0EA7\u0EA5\u0EB2] LT",nextDay:"[\u0EA1\u0EB7\u0EC9\u0EAD\u0EB7\u0EC8\u0E99\u0EC0\u0EA7\u0EA5\u0EB2] LT",nextWeek:"[\u0EA7\u0EB1\u0E99]dddd[\u0EDC\u0EC9\u0EB2\u0EC0\u0EA7\u0EA5\u0EB2] LT",lastDay:"[\u0EA1\u0EB7\u0EC9\u0EA7\u0EB2\u0E99\u0E99\u0EB5\u0EC9\u0EC0\u0EA7\u0EA5\u0EB2] LT",lastWeek:"[\u0EA7\u0EB1\u0E99]dddd[\u0EC1\u0EA5\u0EC9\u0EA7\u0E99\u0EB5\u0EC9\u0EC0\u0EA7\u0EA5\u0EB2] LT",sameElse:"L"},relativeTime:{future:"\u0EAD\u0EB5\u0E81 %s",past:"%s\u0E9C\u0EC8\u0EB2\u0E99\u0EA1\u0EB2",s:"\u0E9A\u0ECD\u0EC8\u0EC0\u0E97\u0EBB\u0EC8\u0EB2\u0EC3\u0E94\u0EA7\u0EB4\u0E99\u0EB2\u0E97\u0EB5",ss:"%d \u0EA7\u0EB4\u0E99\u0EB2\u0E97\u0EB5",m:"1 \u0E99\u0EB2\u0E97\u0EB5",mm:"%d \u0E99\u0EB2\u0E97\u0EB5",h:"1 \u0E8A\u0EBB\u0EC8\u0EA7\u0EC2\u0EA1\u0E87",hh:"%d \u0E8A\u0EBB\u0EC8\u0EA7\u0EC2\u0EA1\u0E87",d:"1 \u0EA1\u0EB7\u0EC9",dd:"%d \u0EA1\u0EB7\u0EC9",M:"1 \u0EC0\u0E94\u0EB7\u0EAD\u0E99",MM:"%d \u0EC0\u0E94\u0EB7\u0EAD\u0E99",y:"1 \u0E9B\u0EB5",yy:"%d \u0E9B\u0EB5"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(f){return"\u0E97\u0EB5\u0EC8"+f}});return a})},7010:function(Q,te,x){//! moment.js locale configuration
|
|
346
|
+
//! locale : Lithuanian [lt]
|
|
347
|
+
//! author : Mindaugas Mozūras : https://github.com/mmozuras
|
|
348
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
349
|
+
var a={ss:"sekund\u0117_sekund\u017Ei\u0173_sekundes",m:"minut\u0117_minut\u0117s_minut\u0119",mm:"minut\u0117s_minu\u010Di\u0173_minutes",h:"valanda_valandos_valand\u0105",hh:"valandos_valand\u0173_valandas",d:"diena_dienos_dien\u0105",dd:"dienos_dien\u0173_dienas",M:"m\u0117nuo_m\u0117nesio_m\u0117nes\u012F",MM:"m\u0117nesiai_m\u0117nesi\u0173_m\u0117nesius",y:"metai_met\u0173_metus",yy:"metai_met\u0173_metus"};function f(S,A,$,B){return A?"kelios sekund\u0117s":B?"keli\u0173 sekund\u017Ei\u0173":"kelias sekundes"}function i(S,A,$,B){return A?L($)[0]:B?L($)[1]:L($)[2]}function m(S){return S%10===0||S>10&&S<20}function L(S){return a[S].split("_")}function v(S,A,$,B){var P=S+" ";return S===1?P+i(S,A,$[0],B):A?P+(m(S)?L($)[1]:L($)[0]):B?P+L($)[1]:P+(m(S)?L($)[1]:L($)[2])}var j=M.defineLocale("lt",{months:{format:"sausio_vasario_kovo_baland\u017Eio_gegu\u017E\u0117s_bir\u017Eelio_liepos_rugpj\u016B\u010Dio_rugs\u0117jo_spalio_lapkri\u010Dio_gruod\u017Eio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegu\u017E\u0117_bir\u017Eelis_liepa_rugpj\u016Btis_rugs\u0117jis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadien\u012F_pirmadien\u012F_antradien\u012F_tre\u010Diadien\u012F_ketvirtadien\u012F_penktadien\u012F_\u0161e\u0161tadien\u012F".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_tre\u010Diadienis_ketvirtadienis_penktadienis_\u0161e\u0161tadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_\u0160e\u0161".split("_"),weekdaysMin:"S_P_A_T_K_Pn_\u0160".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[\u0160iandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Pra\u0117jus\u012F] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prie\u0161 %s",s:f,ss:v,m:i,mm:v,h:i,hh:v,d:i,dd:v,M:i,MM:v,y:i,yy:v},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(S){return S+"-oji"},week:{dow:1,doy:4}});return j})},7595:function(Q,te,x){//! moment.js locale configuration
|
|
350
|
+
//! locale : Latvian [lv]
|
|
351
|
+
//! author : Kristaps Karlsons : https://github.com/skakri
|
|
352
|
+
//! author : Jānis Elmeris : https://github.com/JanisE
|
|
353
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
354
|
+
var a={ss:"sekundes_sekund\u0113m_sekunde_sekundes".split("_"),m:"min\u016Btes_min\u016Bt\u0113m_min\u016Bte_min\u016Btes".split("_"),mm:"min\u016Btes_min\u016Bt\u0113m_min\u016Bte_min\u016Btes".split("_"),h:"stundas_stund\u0101m_stunda_stundas".split("_"),hh:"stundas_stund\u0101m_stunda_stundas".split("_"),d:"dienas_dien\u0101m_diena_dienas".split("_"),dd:"dienas_dien\u0101m_diena_dienas".split("_"),M:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),MM:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function f(j,S,A){return A?S%10===1&&S%100!==11?j[2]:j[3]:S%10===1&&S%100!==11?j[0]:j[1]}function i(j,S,A){return j+" "+f(a[A],j,S)}function m(j,S,A){return f(a[A],j,S)}function L(j,S){return S?"da\u017Eas sekundes":"da\u017E\u0101m sekund\u0113m"}var v=M.defineLocale("lv",{months:"janv\u0101ris_febru\u0101ris_marts_apr\u012Blis_maijs_j\u016Bnijs_j\u016Blijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_j\u016Bn_j\u016Bl_aug_sep_okt_nov_dec".split("_"),weekdays:"sv\u0113tdiena_pirmdiena_otrdiena_tre\u0161diena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[\u0160odien pulksten] LT",nextDay:"[R\u012Bt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pag\u0101ju\u0161\u0101] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"p\u0113c %s",past:"pirms %s",s:L,ss:i,m,mm:i,h:m,hh:i,d:m,dd:i,M:m,MM:i,y:m,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return v})},9861:function(Q,te,x){//! moment.js locale configuration
|
|
355
|
+
//! locale : Montenegrin [me]
|
|
356
|
+
//! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac
|
|
357
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
358
|
+
var a={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(i,m){return i===1?m[0]:i>=2&&i<=4?m[1]:m[2]},translate:function(i,m,L){var v=a.words[L];return L.length===1?m?v[0]:v[1]:i+" "+a.correctGrammaticalCase(i,v)}},f=M.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010Detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010Det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010De_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010De u] LT",lastWeek:function(){var i=["[pro\u0161le] [nedjelje] [u] LT","[pro\u0161log] [ponedjeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srijede] [u] LT","[pro\u0161log] [\u010Detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"];return i[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:a.translate,m:a.translate,mm:a.translate,h:a.translate,hh:a.translate,d:"dan",dd:a.translate,M:"mjesec",MM:a.translate,y:"godinu",yy:a.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},5493:function(Q,te,x){//! moment.js locale configuration
|
|
359
|
+
//! locale : Maori [mi]
|
|
360
|
+
//! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal
|
|
361
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
362
|
+
var a=M.defineLocale("mi",{months:"Kohi-t\u0101te_Hui-tanguru_Pout\u016B-te-rangi_Paenga-wh\u0101wh\u0101_Haratua_Pipiri_H\u014Dngoingoi_Here-turi-k\u014Dk\u0101_Mahuru_Whiringa-\u0101-nuku_Whiringa-\u0101-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_H\u014Dngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"R\u0101tapu_Mane_T\u016Brei_Wenerei_T\u0101ite_Paraire_H\u0101tarei".split("_"),weekdaysShort:"Ta_Ma_T\u016B_We_T\u0101i_Pa_H\u0101".split("_"),weekdaysMin:"Ta_Ma_T\u016B_We_T\u0101i_Pa_H\u0101".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te h\u0113kona ruarua",ss:"%d h\u0113kona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},5966:function(Q,te,x){//! moment.js locale configuration
|
|
363
|
+
//! locale : Macedonian [mk]
|
|
364
|
+
//! author : Borislav Mickov : https://github.com/B0k0
|
|
365
|
+
//! author : Sashko Todorov : https://github.com/bkyceh
|
|
366
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
367
|
+
var a=M.defineLocale("mk",{months:"\u0458\u0430\u043D\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0438\u043B_\u043C\u0430\u0458_\u0458\u0443\u043D\u0438_\u0458\u0443\u043B\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438_\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438_\u043D\u043E\u0435\u043C\u0432\u0440\u0438_\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438".split("_"),monthsShort:"\u0458\u0430\u043D_\u0444\u0435\u0432_\u043C\u0430\u0440_\u0430\u043F\u0440_\u043C\u0430\u0458_\u0458\u0443\u043D_\u0458\u0443\u043B_\u0430\u0432\u0433_\u0441\u0435\u043F_\u043E\u043A\u0442_\u043D\u043E\u0435_\u0434\u0435\u043A".split("_"),weekdays:"\u043D\u0435\u0434\u0435\u043B\u0430_\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A_\u0432\u0442\u043E\u0440\u043D\u0438\u043A_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u043E\u043A_\u043F\u0435\u0442\u043E\u043A_\u0441\u0430\u0431\u043E\u0442\u0430".split("_"),weekdaysShort:"\u043D\u0435\u0434_\u043F\u043E\u043D_\u0432\u0442\u043E_\u0441\u0440\u0435_\u0447\u0435\u0442_\u043F\u0435\u0442_\u0441\u0430\u0431".split("_"),weekdaysMin:"\u043De_\u043Fo_\u0432\u0442_\u0441\u0440_\u0447\u0435_\u043F\u0435_\u0441a".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u0435\u043D\u0435\u0441 \u0432\u043E] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432\u043E] LT",nextWeek:"[\u0412\u043E] dddd [\u0432\u043E] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432\u043E] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0418\u0437\u043C\u0438\u043D\u0430\u0442\u0430\u0442\u0430] dddd [\u0432\u043E] LT";case 1:case 2:case 4:case 5:return"[\u0418\u0437\u043C\u0438\u043D\u0430\u0442\u0438\u043E\u0442] dddd [\u0432\u043E] LT"}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043F\u0440\u0435\u0434 %s",s:"\u043D\u0435\u043A\u043E\u043B\u043A\u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0438",ss:"%d \u0441\u0435\u043A\u0443\u043D\u0434\u0438",m:"\u0435\u0434\u043D\u0430 \u043C\u0438\u043D\u0443\u0442\u0430",mm:"%d \u043C\u0438\u043D\u0443\u0442\u0438",h:"\u0435\u0434\u0435\u043D \u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0435\u0434\u0435\u043D \u0434\u0435\u043D",dd:"%d \u0434\u0435\u043D\u0430",M:"\u0435\u0434\u0435\u043D \u043C\u0435\u0441\u0435\u0446",MM:"%d \u043C\u0435\u0441\u0435\u0446\u0438",y:"\u0435\u0434\u043D\u0430 \u0433\u043E\u0434\u0438\u043D\u0430",yy:"%d \u0433\u043E\u0434\u0438\u043D\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(f){var i=f%10,m=f%100;return f===0?f+"-\u0435\u0432":m===0?f+"-\u0435\u043D":m>10&&m<20?f+"-\u0442\u0438":i===1?f+"-\u0432\u0438":i===2?f+"-\u0440\u0438":i===7||i===8?f+"-\u043C\u0438":f+"-\u0442\u0438"},week:{dow:1,doy:7}});return a})},7341:function(Q,te,x){//! moment.js locale configuration
|
|
368
|
+
//! locale : Malayalam [ml]
|
|
369
|
+
//! author : Floyd Pink : https://github.com/floydpink
|
|
370
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
371
|
+
var a=M.defineLocale("ml",{months:"\u0D1C\u0D28\u0D41\u0D35\u0D30\u0D3F_\u0D2B\u0D46\u0D2C\u0D4D\u0D30\u0D41\u0D35\u0D30\u0D3F_\u0D2E\u0D3E\u0D7C\u0D1A\u0D4D\u0D1A\u0D4D_\u0D0F\u0D2A\u0D4D\u0D30\u0D3F\u0D7D_\u0D2E\u0D47\u0D2F\u0D4D_\u0D1C\u0D42\u0D7A_\u0D1C\u0D42\u0D32\u0D48_\u0D13\u0D17\u0D38\u0D4D\u0D31\u0D4D\u0D31\u0D4D_\u0D38\u0D46\u0D2A\u0D4D\u0D31\u0D4D\u0D31\u0D02\u0D2C\u0D7C_\u0D12\u0D15\u0D4D\u0D1F\u0D4B\u0D2C\u0D7C_\u0D28\u0D35\u0D02\u0D2C\u0D7C_\u0D21\u0D3F\u0D38\u0D02\u0D2C\u0D7C".split("_"),monthsShort:"\u0D1C\u0D28\u0D41._\u0D2B\u0D46\u0D2C\u0D4D\u0D30\u0D41._\u0D2E\u0D3E\u0D7C._\u0D0F\u0D2A\u0D4D\u0D30\u0D3F._\u0D2E\u0D47\u0D2F\u0D4D_\u0D1C\u0D42\u0D7A_\u0D1C\u0D42\u0D32\u0D48._\u0D13\u0D17._\u0D38\u0D46\u0D2A\u0D4D\u0D31\u0D4D\u0D31._\u0D12\u0D15\u0D4D\u0D1F\u0D4B._\u0D28\u0D35\u0D02._\u0D21\u0D3F\u0D38\u0D02.".split("_"),monthsParseExact:!0,weekdays:"\u0D1E\u0D3E\u0D2F\u0D31\u0D3E\u0D34\u0D4D\u0D1A_\u0D24\u0D3F\u0D19\u0D4D\u0D15\u0D33\u0D3E\u0D34\u0D4D\u0D1A_\u0D1A\u0D4A\u0D35\u0D4D\u0D35\u0D3E\u0D34\u0D4D\u0D1A_\u0D2C\u0D41\u0D27\u0D28\u0D3E\u0D34\u0D4D\u0D1A_\u0D35\u0D4D\u0D2F\u0D3E\u0D34\u0D3E\u0D34\u0D4D\u0D1A_\u0D35\u0D46\u0D33\u0D4D\u0D33\u0D3F\u0D2F\u0D3E\u0D34\u0D4D\u0D1A_\u0D36\u0D28\u0D3F\u0D2F\u0D3E\u0D34\u0D4D\u0D1A".split("_"),weekdaysShort:"\u0D1E\u0D3E\u0D2F\u0D7C_\u0D24\u0D3F\u0D19\u0D4D\u0D15\u0D7E_\u0D1A\u0D4A\u0D35\u0D4D\u0D35_\u0D2C\u0D41\u0D27\u0D7B_\u0D35\u0D4D\u0D2F\u0D3E\u0D34\u0D02_\u0D35\u0D46\u0D33\u0D4D\u0D33\u0D3F_\u0D36\u0D28\u0D3F".split("_"),weekdaysMin:"\u0D1E\u0D3E_\u0D24\u0D3F_\u0D1A\u0D4A_\u0D2C\u0D41_\u0D35\u0D4D\u0D2F\u0D3E_\u0D35\u0D46_\u0D36".split("_"),longDateFormat:{LT:"A h:mm -\u0D28\u0D41",LTS:"A h:mm:ss -\u0D28\u0D41",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -\u0D28\u0D41",LLLL:"dddd, D MMMM YYYY, A h:mm -\u0D28\u0D41"},calendar:{sameDay:"[\u0D07\u0D28\u0D4D\u0D28\u0D4D] LT",nextDay:"[\u0D28\u0D3E\u0D33\u0D46] LT",nextWeek:"dddd, LT",lastDay:"[\u0D07\u0D28\u0D4D\u0D28\u0D32\u0D46] LT",lastWeek:"[\u0D15\u0D34\u0D3F\u0D1E\u0D4D\u0D1E] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0D15\u0D34\u0D3F\u0D1E\u0D4D\u0D1E\u0D4D",past:"%s \u0D2E\u0D41\u0D7B\u0D2A\u0D4D",s:"\u0D05\u0D7D\u0D2A \u0D28\u0D3F\u0D2E\u0D3F\u0D37\u0D19\u0D4D\u0D19\u0D7E",ss:"%d \u0D38\u0D46\u0D15\u0D4D\u0D15\u0D7B\u0D21\u0D4D",m:"\u0D12\u0D30\u0D41 \u0D2E\u0D3F\u0D28\u0D3F\u0D31\u0D4D\u0D31\u0D4D",mm:"%d \u0D2E\u0D3F\u0D28\u0D3F\u0D31\u0D4D\u0D31\u0D4D",h:"\u0D12\u0D30\u0D41 \u0D2E\u0D23\u0D3F\u0D15\u0D4D\u0D15\u0D42\u0D7C",hh:"%d \u0D2E\u0D23\u0D3F\u0D15\u0D4D\u0D15\u0D42\u0D7C",d:"\u0D12\u0D30\u0D41 \u0D26\u0D3F\u0D35\u0D38\u0D02",dd:"%d \u0D26\u0D3F\u0D35\u0D38\u0D02",M:"\u0D12\u0D30\u0D41 \u0D2E\u0D3E\u0D38\u0D02",MM:"%d \u0D2E\u0D3E\u0D38\u0D02",y:"\u0D12\u0D30\u0D41 \u0D35\u0D7C\u0D37\u0D02",yy:"%d \u0D35\u0D7C\u0D37\u0D02"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(f,i){return f===12&&(f=0),i==="\u0D30\u0D3E\u0D24\u0D4D\u0D30\u0D3F"&&f>=4||i==="\u0D09\u0D1A\u0D4D\u0D1A \u0D15\u0D34\u0D3F\u0D1E\u0D4D\u0D1E\u0D4D"||i==="\u0D35\u0D48\u0D15\u0D41\u0D28\u0D4D\u0D28\u0D47\u0D30\u0D02"?f+12:f},meridiem:function(f,i,m){return f<4?"\u0D30\u0D3E\u0D24\u0D4D\u0D30\u0D3F":f<12?"\u0D30\u0D3E\u0D35\u0D3F\u0D32\u0D46":f<17?"\u0D09\u0D1A\u0D4D\u0D1A \u0D15\u0D34\u0D3F\u0D1E\u0D4D\u0D1E\u0D4D":f<20?"\u0D35\u0D48\u0D15\u0D41\u0D28\u0D4D\u0D28\u0D47\u0D30\u0D02":"\u0D30\u0D3E\u0D24\u0D4D\u0D30\u0D3F"}});return a})},5115:function(Q,te,x){//! moment.js locale configuration
|
|
372
|
+
//! locale : Mongolian [mn]
|
|
373
|
+
//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7
|
|
374
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
375
|
+
function a(i,m,L,v){switch(L){case"s":return m?"\u0445\u044D\u0434\u0445\u044D\u043D \u0441\u0435\u043A\u0443\u043D\u0434":"\u0445\u044D\u0434\u0445\u044D\u043D \u0441\u0435\u043A\u0443\u043D\u0434\u044B\u043D";case"ss":return i+(m?" \u0441\u0435\u043A\u0443\u043D\u0434":" \u0441\u0435\u043A\u0443\u043D\u0434\u044B\u043D");case"m":case"mm":return i+(m?" \u043C\u0438\u043D\u0443\u0442":" \u043C\u0438\u043D\u0443\u0442\u044B\u043D");case"h":case"hh":return i+(m?" \u0446\u0430\u0433":" \u0446\u0430\u0433\u0438\u0439\u043D");case"d":case"dd":return i+(m?" \u04E9\u0434\u04E9\u0440":" \u04E9\u0434\u0440\u0438\u0439\u043D");case"M":case"MM":return i+(m?" \u0441\u0430\u0440":" \u0441\u0430\u0440\u044B\u043D");case"y":case"yy":return i+(m?" \u0436\u0438\u043B":" \u0436\u0438\u043B\u0438\u0439\u043D");default:return i}}var f=M.defineLocale("mn",{months:"\u041D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440_\u0425\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u04E9\u0440\u04E9\u0432\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440_\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u043E\u043B\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u041D\u0430\u0439\u043C\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0415\u0441\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440_\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043D \u043D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043D \u0445\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440".split("_"),monthsShort:"1 \u0441\u0430\u0440_2 \u0441\u0430\u0440_3 \u0441\u0430\u0440_4 \u0441\u0430\u0440_5 \u0441\u0430\u0440_6 \u0441\u0430\u0440_7 \u0441\u0430\u0440_8 \u0441\u0430\u0440_9 \u0441\u0430\u0440_10 \u0441\u0430\u0440_11 \u0441\u0430\u0440_12 \u0441\u0430\u0440".split("_"),monthsParseExact:!0,weekdays:"\u041D\u044F\u043C_\u0414\u0430\u0432\u0430\u0430_\u041C\u044F\u0433\u043C\u0430\u0440_\u041B\u0445\u0430\u0433\u0432\u0430_\u041F\u04AF\u0440\u044D\u0432_\u0411\u0430\u0430\u0441\u0430\u043D_\u0411\u044F\u043C\u0431\u0430".split("_"),weekdaysShort:"\u041D\u044F\u043C_\u0414\u0430\u0432_\u041C\u044F\u0433_\u041B\u0445\u0430_\u041F\u04AF\u0440_\u0411\u0430\u0430_\u0411\u044F\u043C".split("_"),weekdaysMin:"\u041D\u044F_\u0414\u0430_\u041C\u044F_\u041B\u0445_\u041F\u04AF_\u0411\u0430_\u0411\u044F".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY \u043E\u043D\u044B MMMM\u044B\u043D D",LLL:"YYYY \u043E\u043D\u044B MMMM\u044B\u043D D HH:mm",LLLL:"dddd, YYYY \u043E\u043D\u044B MMMM\u044B\u043D D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(i){return i==="\u04AE\u0425"},meridiem:function(i,m,L){return i<12?"\u04AE\u04E8":"\u04AE\u0425"},calendar:{sameDay:"[\u04E8\u043D\u04E9\u04E9\u0434\u04E9\u0440] LT",nextDay:"[\u041C\u0430\u0440\u0433\u0430\u0430\u0448] LT",nextWeek:"[\u0418\u0440\u044D\u0445] dddd LT",lastDay:"[\u04E8\u0447\u0438\u0433\u0434\u04E9\u0440] LT",lastWeek:"[\u04E8\u043D\u0433\u04E9\u0440\u0441\u04E9\u043D] dddd LT",sameElse:"L"},relativeTime:{future:"%s \u0434\u0430\u0440\u0430\u0430",past:"%s \u04E9\u043C\u043D\u04E9",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(i,m){switch(m){case"d":case"D":case"DDD":return i+" \u04E9\u0434\u04E9\u0440";default:return i}}});return f})},370:function(Q,te,x){//! moment.js locale configuration
|
|
376
|
+
//! locale : Marathi [mr]
|
|
377
|
+
//! author : Harshad Kale : https://github.com/kalehv
|
|
378
|
+
//! author : Vivek Athalye : https://github.com/vnathalye
|
|
379
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
380
|
+
var a={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096A",5:"\u096B",6:"\u096C",7:"\u096D",8:"\u096E",9:"\u096F",0:"\u0966"},f={"\u0967":"1","\u0968":"2","\u0969":"3","\u096A":"4","\u096B":"5","\u096C":"6","\u096D":"7","\u096E":"8","\u096F":"9","\u0966":"0"};function i(L,v,j,S){var A="";if(v)switch(j){case"s":A="\u0915\u093E\u0939\u0940 \u0938\u0947\u0915\u0902\u0926";break;case"ss":A="%d \u0938\u0947\u0915\u0902\u0926";break;case"m":A="\u090F\u0915 \u092E\u093F\u0928\u093F\u091F";break;case"mm":A="%d \u092E\u093F\u0928\u093F\u091F\u0947";break;case"h":A="\u090F\u0915 \u0924\u093E\u0938";break;case"hh":A="%d \u0924\u093E\u0938";break;case"d":A="\u090F\u0915 \u0926\u093F\u0935\u0938";break;case"dd":A="%d \u0926\u093F\u0935\u0938";break;case"M":A="\u090F\u0915 \u092E\u0939\u093F\u0928\u093E";break;case"MM":A="%d \u092E\u0939\u093F\u0928\u0947";break;case"y":A="\u090F\u0915 \u0935\u0930\u094D\u0937";break;case"yy":A="%d \u0935\u0930\u094D\u0937\u0947";break}else switch(j){case"s":A="\u0915\u093E\u0939\u0940 \u0938\u0947\u0915\u0902\u0926\u093E\u0902";break;case"ss":A="%d \u0938\u0947\u0915\u0902\u0926\u093E\u0902";break;case"m":A="\u090F\u0915\u093E \u092E\u093F\u0928\u093F\u091F\u093E";break;case"mm":A="%d \u092E\u093F\u0928\u093F\u091F\u093E\u0902";break;case"h":A="\u090F\u0915\u093E \u0924\u093E\u0938\u093E";break;case"hh":A="%d \u0924\u093E\u0938\u093E\u0902";break;case"d":A="\u090F\u0915\u093E \u0926\u093F\u0935\u0938\u093E";break;case"dd":A="%d \u0926\u093F\u0935\u0938\u093E\u0902";break;case"M":A="\u090F\u0915\u093E \u092E\u0939\u093F\u0928\u094D\u092F\u093E";break;case"MM":A="%d \u092E\u0939\u093F\u0928\u094D\u092F\u093E\u0902";break;case"y":A="\u090F\u0915\u093E \u0935\u0930\u094D\u0937\u093E";break;case"yy":A="%d \u0935\u0930\u094D\u0937\u093E\u0902";break}return A.replace(/%d/i,L)}var m=M.defineLocale("mr",{months:"\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940_\u092B\u0947\u092C\u094D\u0930\u0941\u0935\u093E\u0930\u0940_\u092E\u093E\u0930\u094D\u091A_\u090F\u092A\u094D\u0930\u093F\u0932_\u092E\u0947_\u091C\u0942\u0928_\u091C\u0941\u0932\u0948_\u0911\u0917\u0938\u094D\u091F_\u0938\u092A\u094D\u091F\u0947\u0902\u092C\u0930_\u0911\u0915\u094D\u091F\u094B\u092C\u0930_\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930_\u0921\u093F\u0938\u0947\u0902\u092C\u0930".split("_"),monthsShort:"\u091C\u093E\u0928\u0947._\u092B\u0947\u092C\u094D\u0930\u0941._\u092E\u093E\u0930\u094D\u091A._\u090F\u092A\u094D\u0930\u093F._\u092E\u0947._\u091C\u0942\u0928._\u091C\u0941\u0932\u0948._\u0911\u0917._\u0938\u092A\u094D\u091F\u0947\u0902._\u0911\u0915\u094D\u091F\u094B._\u0928\u094B\u0935\u094D\u0939\u0947\u0902._\u0921\u093F\u0938\u0947\u0902.".split("_"),monthsParseExact:!0,weekdays:"\u0930\u0935\u093F\u0935\u093E\u0930_\u0938\u094B\u092E\u0935\u093E\u0930_\u092E\u0902\u0917\u0933\u0935\u093E\u0930_\u092C\u0941\u0927\u0935\u093E\u0930_\u0917\u0941\u0930\u0942\u0935\u093E\u0930_\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930_\u0936\u0928\u093F\u0935\u093E\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093F_\u0938\u094B\u092E_\u092E\u0902\u0917\u0933_\u092C\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094D\u0930_\u0936\u0928\u093F".split("_"),weekdaysMin:"\u0930_\u0938\u094B_\u092E\u0902_\u092C\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u0935\u093E\u091C\u0924\u093E",LTS:"A h:mm:ss \u0935\u093E\u091C\u0924\u093E",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0935\u093E\u091C\u0924\u093E",LLLL:"dddd, D MMMM YYYY, A h:mm \u0935\u093E\u091C\u0924\u093E"},calendar:{sameDay:"[\u0906\u091C] LT",nextDay:"[\u0909\u0926\u094D\u092F\u093E] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u093E\u0932] LT",lastWeek:"[\u092E\u093E\u0917\u0940\u0932] dddd, LT",sameElse:"L"},relativeTime:{future:"%s\u092E\u0927\u094D\u092F\u0947",past:"%s\u092A\u0942\u0930\u094D\u0935\u0940",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},preparse:function(L){return L.replace(/[१२३४५६७८९०]/g,function(v){return f[v]})},postformat:function(L){return L.replace(/\d/g,function(v){return a[v]})},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(L,v){if(L===12&&(L=0),v==="\u092A\u0939\u093E\u091F\u0947"||v==="\u0938\u0915\u093E\u0933\u0940")return L;if(v==="\u0926\u0941\u092A\u093E\u0930\u0940"||v==="\u0938\u093E\u092F\u0902\u0915\u093E\u0933\u0940"||v==="\u0930\u093E\u0924\u094D\u0930\u0940")return L>=12?L:L+12},meridiem:function(L,v,j){return L>=0&&L<6?"\u092A\u0939\u093E\u091F\u0947":L<12?"\u0938\u0915\u093E\u0933\u0940":L<17?"\u0926\u0941\u092A\u093E\u0930\u0940":L<20?"\u0938\u093E\u092F\u0902\u0915\u093E\u0933\u0940":"\u0930\u093E\u0924\u094D\u0930\u0940"},week:{dow:0,doy:6}});return m})},1237:function(Q,te,x){//! moment.js locale configuration
|
|
381
|
+
//! locale : Malay [ms-my]
|
|
382
|
+
//! note : DEPRECATED, the correct one is [ms]
|
|
383
|
+
//! author : Weldan Jamili : https://github.com/weldan
|
|
384
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
385
|
+
var a=M.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="pagi")return f;if(i==="tengahari")return f>=11?f:f+12;if(i==="petang"||i==="malam")return f+12},meridiem:function(f,i,m){return f<11?"pagi":f<15?"tengahari":f<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return a})},9847:function(Q,te,x){//! moment.js locale configuration
|
|
386
|
+
//! locale : Malay [ms]
|
|
387
|
+
//! author : Weldan Jamili : https://github.com/weldan
|
|
388
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
389
|
+
var a=M.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="pagi")return f;if(i==="tengahari")return f>=11?f:f+12;if(i==="petang"||i==="malam")return f+12},meridiem:function(f,i,m){return f<11?"pagi":f<15?"tengahari":f<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return a})},2126:function(Q,te,x){//! moment.js locale configuration
|
|
390
|
+
//! locale : Maltese (Malta) [mt]
|
|
391
|
+
//! author : Alessandro Maruccia : https://github.com/alesma
|
|
392
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
393
|
+
var a=M.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_\u0120unju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Di\u010Bembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_\u0120un_Lul_Aww_Set_Ott_Nov_Di\u010B".split("_"),weekdays:"Il-\u0126add_It-Tnejn_It-Tlieta_L-Erbg\u0127a_Il-\u0126amis_Il-\u0120img\u0127a_Is-Sibt".split("_"),weekdaysShort:"\u0126ad_Tne_Tli_Erb_\u0126am_\u0120im_Sib".split("_"),weekdaysMin:"\u0126a_Tn_Tl_Er_\u0126a_\u0120i_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[G\u0127ada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-biera\u0127 fil-]LT",lastWeek:"dddd [li g\u0127adda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f\u2019 %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"sieg\u0127a",hh:"%d sieg\u0127at",d:"\u0121urnata",dd:"%d \u0121ranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},6165:function(Q,te,x){//! moment.js locale configuration
|
|
394
|
+
//! locale : Burmese [my]
|
|
395
|
+
//! author : Squar team, mysquar.com
|
|
396
|
+
//! author : David Rossellat : https://github.com/gholadr
|
|
397
|
+
//! author : Tin Aung Lin : https://github.com/thanyawzinmin
|
|
398
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
399
|
+
var a={1:"\u1041",2:"\u1042",3:"\u1043",4:"\u1044",5:"\u1045",6:"\u1046",7:"\u1047",8:"\u1048",9:"\u1049",0:"\u1040"},f={"\u1041":"1","\u1042":"2","\u1043":"3","\u1044":"4","\u1045":"5","\u1046":"6","\u1047":"7","\u1048":"8","\u1049":"9","\u1040":"0"},i=M.defineLocale("my",{months:"\u1007\u1014\u103A\u1014\u101D\u102B\u101B\u102E_\u1016\u1031\u1016\u1031\u102C\u103A\u101D\u102B\u101B\u102E_\u1019\u1010\u103A_\u1027\u1015\u103C\u102E_\u1019\u1031_\u1007\u103D\u1014\u103A_\u1007\u1030\u101C\u102D\u102F\u1004\u103A_\u101E\u103C\u1002\u102F\u1010\u103A_\u1005\u1000\u103A\u1010\u1004\u103A\u1018\u102C_\u1021\u1031\u102C\u1000\u103A\u1010\u102D\u102F\u1018\u102C_\u1014\u102D\u102F\u101D\u1004\u103A\u1018\u102C_\u1012\u102E\u1007\u1004\u103A\u1018\u102C".split("_"),monthsShort:"\u1007\u1014\u103A_\u1016\u1031_\u1019\u1010\u103A_\u1015\u103C\u102E_\u1019\u1031_\u1007\u103D\u1014\u103A_\u101C\u102D\u102F\u1004\u103A_\u101E\u103C_\u1005\u1000\u103A_\u1021\u1031\u102C\u1000\u103A_\u1014\u102D\u102F_\u1012\u102E".split("_"),weekdays:"\u1010\u1014\u1004\u103A\u1039\u1002\u1014\u103D\u1031_\u1010\u1014\u1004\u103A\u1039\u101C\u102C_\u1021\u1004\u103A\u1039\u1002\u102B_\u1017\u102F\u1012\u1039\u1013\u101F\u1030\u1038_\u1000\u103C\u102C\u101E\u1015\u1010\u1031\u1038_\u101E\u1031\u102C\u1000\u103C\u102C_\u1005\u1014\u1031".split("_"),weekdaysShort:"\u1014\u103D\u1031_\u101C\u102C_\u1002\u102B_\u101F\u1030\u1038_\u1000\u103C\u102C_\u101E\u1031\u102C_\u1014\u1031".split("_"),weekdaysMin:"\u1014\u103D\u1031_\u101C\u102C_\u1002\u102B_\u101F\u1030\u1038_\u1000\u103C\u102C_\u101E\u1031\u102C_\u1014\u1031".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u101A\u1014\u1031.] LT [\u1019\u103E\u102C]",nextDay:"[\u1019\u1014\u1000\u103A\u1016\u103C\u1014\u103A] LT [\u1019\u103E\u102C]",nextWeek:"dddd LT [\u1019\u103E\u102C]",lastDay:"[\u1019\u1014\u1031.\u1000] LT [\u1019\u103E\u102C]",lastWeek:"[\u1015\u103C\u102E\u1038\u1001\u1032\u1037\u101E\u1031\u102C] dddd LT [\u1019\u103E\u102C]",sameElse:"L"},relativeTime:{future:"\u101C\u102C\u1019\u100A\u103A\u1037 %s \u1019\u103E\u102C",past:"\u101C\u103D\u1014\u103A\u1001\u1032\u1037\u101E\u1031\u102C %s \u1000",s:"\u1005\u1000\u1039\u1000\u1014\u103A.\u1021\u1014\u100A\u103A\u1038\u1004\u101A\u103A",ss:"%d \u1005\u1000\u1039\u1000\u1014\u1037\u103A",m:"\u1010\u1005\u103A\u1019\u102D\u1014\u1005\u103A",mm:"%d \u1019\u102D\u1014\u1005\u103A",h:"\u1010\u1005\u103A\u1014\u102C\u101B\u102E",hh:"%d \u1014\u102C\u101B\u102E",d:"\u1010\u1005\u103A\u101B\u1000\u103A",dd:"%d \u101B\u1000\u103A",M:"\u1010\u1005\u103A\u101C",MM:"%d \u101C",y:"\u1010\u1005\u103A\u1014\u103E\u1005\u103A",yy:"%d \u1014\u103E\u1005\u103A"},preparse:function(m){return m.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},week:{dow:1,doy:4}});return i})},4924:function(Q,te,x){//! moment.js locale configuration
|
|
400
|
+
//! locale : Norwegian Bokmål [nb]
|
|
401
|
+
//! authors : Espen Hovlandsdal : https://github.com/rexxars
|
|
402
|
+
//! Sigurd Gartmann : https://github.com/sigurdga
|
|
403
|
+
//! Stephen Ramthun : https://github.com/stephenramthun
|
|
404
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
405
|
+
var a=M.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"s\xF8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xF8rdag".split("_"),weekdaysShort:"s\xF8._ma._ti._on._to._fr._l\xF8.".split("_"),weekdaysMin:"s\xF8_ma_ti_on_to_fr_l\xF8".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i g\xE5r kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en m\xE5ned",MM:"%d m\xE5neder",y:"ett \xE5r",yy:"%d \xE5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},6744:function(Q,te,x){//! moment.js locale configuration
|
|
406
|
+
//! locale : Nepalese [ne]
|
|
407
|
+
//! author : suvash : https://github.com/suvash
|
|
408
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
409
|
+
var a={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096A",5:"\u096B",6:"\u096C",7:"\u096D",8:"\u096E",9:"\u096F",0:"\u0966"},f={"\u0967":"1","\u0968":"2","\u0969":"3","\u096A":"4","\u096B":"5","\u096C":"6","\u096D":"7","\u096E":"8","\u096F":"9","\u0966":"0"},i=M.defineLocale("ne",{months:"\u091C\u0928\u0935\u0930\u0940_\u092B\u0947\u092C\u094D\u0930\u0941\u0935\u0930\u0940_\u092E\u093E\u0930\u094D\u091A_\u0905\u092A\u094D\u0930\u093F\u0932_\u092E\u0908_\u091C\u0941\u0928_\u091C\u0941\u0932\u093E\u0908_\u0905\u0917\u0937\u094D\u091F_\u0938\u0947\u092A\u094D\u091F\u0947\u092E\u094D\u092C\u0930_\u0905\u0915\u094D\u091F\u094B\u092C\u0930_\u0928\u094B\u092D\u0947\u092E\u094D\u092C\u0930_\u0921\u093F\u0938\u0947\u092E\u094D\u092C\u0930".split("_"),monthsShort:"\u091C\u0928._\u092B\u0947\u092C\u094D\u0930\u0941._\u092E\u093E\u0930\u094D\u091A_\u0905\u092A\u094D\u0930\u093F._\u092E\u0908_\u091C\u0941\u0928_\u091C\u0941\u0932\u093E\u0908._\u0905\u0917._\u0938\u0947\u092A\u094D\u091F._\u0905\u0915\u094D\u091F\u094B._\u0928\u094B\u092D\u0947._\u0921\u093F\u0938\u0947.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u0907\u0924\u092C\u093E\u0930_\u0938\u094B\u092E\u092C\u093E\u0930_\u092E\u0919\u094D\u0917\u0932\u092C\u093E\u0930_\u092C\u0941\u0927\u092C\u093E\u0930_\u092C\u093F\u0939\u093F\u092C\u093E\u0930_\u0936\u0941\u0915\u094D\u0930\u092C\u093E\u0930_\u0936\u0928\u093F\u092C\u093E\u0930".split("_"),weekdaysShort:"\u0906\u0907\u0924._\u0938\u094B\u092E._\u092E\u0919\u094D\u0917\u0932._\u092C\u0941\u0927._\u092C\u093F\u0939\u093F._\u0936\u0941\u0915\u094D\u0930._\u0936\u0928\u093F.".split("_"),weekdaysMin:"\u0906._\u0938\u094B._\u092E\u0902._\u092C\u0941._\u092C\u093F._\u0936\u0941._\u0936.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A\u0915\u094B h:mm \u092C\u091C\u0947",LTS:"A\u0915\u094B h:mm:ss \u092C\u091C\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A\u0915\u094B h:mm \u092C\u091C\u0947",LLLL:"dddd, D MMMM YYYY, A\u0915\u094B h:mm \u092C\u091C\u0947"},preparse:function(m){return m.replace(/[१२३४५६७८९०]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(m,L){if(m===12&&(m=0),L==="\u0930\u093E\u0924\u093F")return m<4?m:m+12;if(L==="\u092C\u093F\u0939\u093E\u0928")return m;if(L==="\u0926\u093F\u0909\u0901\u0938\u094B")return m>=10?m:m+12;if(L==="\u0938\u093E\u0901\u091D")return m+12},meridiem:function(m,L,v){return m<3?"\u0930\u093E\u0924\u093F":m<12?"\u092C\u093F\u0939\u093E\u0928":m<16?"\u0926\u093F\u0909\u0901\u0938\u094B":m<20?"\u0938\u093E\u0901\u091D":"\u0930\u093E\u0924\u093F"},calendar:{sameDay:"[\u0906\u091C] LT",nextDay:"[\u092D\u094B\u0932\u093F] LT",nextWeek:"[\u0906\u0909\u0901\u0926\u094B] dddd[,] LT",lastDay:"[\u0939\u093F\u091C\u094B] LT",lastWeek:"[\u0917\u090F\u0915\u094B] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s\u092E\u093E",past:"%s \u0905\u0917\u093E\u0921\u093F",s:"\u0915\u0947\u0939\u0940 \u0915\u094D\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0947\u0923\u094D\u0921",m:"\u090F\u0915 \u092E\u093F\u0928\u0947\u091F",mm:"%d \u092E\u093F\u0928\u0947\u091F",h:"\u090F\u0915 \u0918\u0923\u094D\u091F\u093E",hh:"%d \u0918\u0923\u094D\u091F\u093E",d:"\u090F\u0915 \u0926\u093F\u0928",dd:"%d \u0926\u093F\u0928",M:"\u090F\u0915 \u092E\u0939\u093F\u0928\u093E",MM:"%d \u092E\u0939\u093F\u0928\u093E",y:"\u090F\u0915 \u092C\u0930\u094D\u0937",yy:"%d \u092C\u0930\u094D\u0937"},week:{dow:0,doy:6}});return i})},9814:function(Q,te,x){//! moment.js locale configuration
|
|
410
|
+
//! locale : Dutch (Belgium) [nl-be]
|
|
411
|
+
//! author : Joris Röling : https://github.com/jorisroling
|
|
412
|
+
//! author : Jacob Middag : https://github.com/middagj
|
|
413
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
414
|
+
var a="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),f="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],m=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,L=M.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xE9\xE9n minuut",mm:"%d minuten",h:"\xE9\xE9n uur",hh:"%d uur",d:"\xE9\xE9n dag",dd:"%d dagen",M:"\xE9\xE9n maand",MM:"%d maanden",y:"\xE9\xE9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(v){return v+(v===1||v===8||v>=20?"ste":"de")},week:{dow:1,doy:4}});return L})},3901:function(Q,te,x){//! moment.js locale configuration
|
|
415
|
+
//! locale : Dutch [nl]
|
|
416
|
+
//! author : Joris Röling : https://github.com/jorisroling
|
|
417
|
+
//! author : Jacob Middag : https://github.com/middagj
|
|
418
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
419
|
+
var a="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),f="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],m=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,L=M.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(v,j){return v?/-MMM-/.test(j)?f[v.month()]:a[v.month()]:a},monthsRegex:m,monthsShortRegex:m,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xE9\xE9n minuut",mm:"%d minuten",h:"\xE9\xE9n uur",hh:"%d uur",d:"\xE9\xE9n dag",dd:"%d dagen",w:"\xE9\xE9n week",ww:"%d weken",M:"\xE9\xE9n maand",MM:"%d maanden",y:"\xE9\xE9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(v){return v+(v===1||v===8||v>=20?"ste":"de")},week:{dow:1,doy:4}});return L})},3877:function(Q,te,x){//! moment.js locale configuration
|
|
420
|
+
//! locale : Nynorsk [nn]
|
|
421
|
+
//! authors : https://github.com/mechuwind
|
|
422
|
+
//! Stephen Ramthun : https://github.com/stephenramthun
|
|
423
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
424
|
+
var a=M.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_m\xE5ndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._m\xE5._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_m\xE5_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I g\xE5r klokka] LT",lastWeek:"[F\xF8reg\xE5ande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein m\xE5nad",MM:"%d m\xE5nader",y:"eit \xE5r",yy:"%d \xE5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},2135:function(Q,te,x){//! moment.js locale configuration
|
|
425
|
+
//! locale : Occitan, lengadocian dialecte [oc-lnc]
|
|
426
|
+
//! author : Quentin PAGÈS : https://github.com/Quenty31
|
|
427
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
428
|
+
var a=M.defineLocale("oc-lnc",{months:{standalone:"geni\xE8r_febri\xE8r_mar\xE7_abril_mai_junh_julhet_agost_setembre_oct\xF2bre_novembre_decembre".split("_"),format:"de geni\xE8r_de febri\xE8r_de mar\xE7_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'oct\xF2bre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xE7_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dim\xE8cres_dij\xF2us_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[u\xE8i a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[i\xE8r a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aqu\xED %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(f,i){var m=f===1?"r":f===2?"n":f===3?"r":f===4?"t":"\xE8";return(i==="w"||i==="W")&&(m="a"),f+m},week:{dow:1,doy:4}});return a})},5858:function(Q,te,x){//! moment.js locale configuration
|
|
429
|
+
//! locale : Punjabi (India) [pa-in]
|
|
430
|
+
//! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit
|
|
431
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
432
|
+
var a={1:"\u0A67",2:"\u0A68",3:"\u0A69",4:"\u0A6A",5:"\u0A6B",6:"\u0A6C",7:"\u0A6D",8:"\u0A6E",9:"\u0A6F",0:"\u0A66"},f={"\u0A67":"1","\u0A68":"2","\u0A69":"3","\u0A6A":"4","\u0A6B":"5","\u0A6C":"6","\u0A6D":"7","\u0A6E":"8","\u0A6F":"9","\u0A66":"0"},i=M.defineLocale("pa-in",{months:"\u0A1C\u0A28\u0A35\u0A30\u0A40_\u0A2B\u0A3C\u0A30\u0A35\u0A30\u0A40_\u0A2E\u0A3E\u0A30\u0A1A_\u0A05\u0A2A\u0A4D\u0A30\u0A48\u0A32_\u0A2E\u0A08_\u0A1C\u0A42\u0A28_\u0A1C\u0A41\u0A32\u0A3E\u0A08_\u0A05\u0A17\u0A38\u0A24_\u0A38\u0A24\u0A70\u0A2C\u0A30_\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30_\u0A28\u0A35\u0A70\u0A2C\u0A30_\u0A26\u0A38\u0A70\u0A2C\u0A30".split("_"),monthsShort:"\u0A1C\u0A28\u0A35\u0A30\u0A40_\u0A2B\u0A3C\u0A30\u0A35\u0A30\u0A40_\u0A2E\u0A3E\u0A30\u0A1A_\u0A05\u0A2A\u0A4D\u0A30\u0A48\u0A32_\u0A2E\u0A08_\u0A1C\u0A42\u0A28_\u0A1C\u0A41\u0A32\u0A3E\u0A08_\u0A05\u0A17\u0A38\u0A24_\u0A38\u0A24\u0A70\u0A2C\u0A30_\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30_\u0A28\u0A35\u0A70\u0A2C\u0A30_\u0A26\u0A38\u0A70\u0A2C\u0A30".split("_"),weekdays:"\u0A10\u0A24\u0A35\u0A3E\u0A30_\u0A38\u0A4B\u0A2E\u0A35\u0A3E\u0A30_\u0A2E\u0A70\u0A17\u0A32\u0A35\u0A3E\u0A30_\u0A2C\u0A41\u0A27\u0A35\u0A3E\u0A30_\u0A35\u0A40\u0A30\u0A35\u0A3E\u0A30_\u0A38\u0A3C\u0A41\u0A71\u0A15\u0A30\u0A35\u0A3E\u0A30_\u0A38\u0A3C\u0A28\u0A40\u0A1A\u0A30\u0A35\u0A3E\u0A30".split("_"),weekdaysShort:"\u0A10\u0A24_\u0A38\u0A4B\u0A2E_\u0A2E\u0A70\u0A17\u0A32_\u0A2C\u0A41\u0A27_\u0A35\u0A40\u0A30_\u0A38\u0A3C\u0A41\u0A15\u0A30_\u0A38\u0A3C\u0A28\u0A40".split("_"),weekdaysMin:"\u0A10\u0A24_\u0A38\u0A4B\u0A2E_\u0A2E\u0A70\u0A17\u0A32_\u0A2C\u0A41\u0A27_\u0A35\u0A40\u0A30_\u0A38\u0A3C\u0A41\u0A15\u0A30_\u0A38\u0A3C\u0A28\u0A40".split("_"),longDateFormat:{LT:"A h:mm \u0A35\u0A1C\u0A47",LTS:"A h:mm:ss \u0A35\u0A1C\u0A47",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0A35\u0A1C\u0A47",LLLL:"dddd, D MMMM YYYY, A h:mm \u0A35\u0A1C\u0A47"},calendar:{sameDay:"[\u0A05\u0A1C] LT",nextDay:"[\u0A15\u0A32] LT",nextWeek:"[\u0A05\u0A17\u0A32\u0A3E] dddd, LT",lastDay:"[\u0A15\u0A32] LT",lastWeek:"[\u0A2A\u0A3F\u0A1B\u0A32\u0A47] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0A35\u0A3F\u0A71\u0A1A",past:"%s \u0A2A\u0A3F\u0A1B\u0A32\u0A47",s:"\u0A15\u0A41\u0A1D \u0A38\u0A15\u0A3F\u0A70\u0A1F",ss:"%d \u0A38\u0A15\u0A3F\u0A70\u0A1F",m:"\u0A07\u0A15 \u0A2E\u0A3F\u0A70\u0A1F",mm:"%d \u0A2E\u0A3F\u0A70\u0A1F",h:"\u0A07\u0A71\u0A15 \u0A18\u0A70\u0A1F\u0A3E",hh:"%d \u0A18\u0A70\u0A1F\u0A47",d:"\u0A07\u0A71\u0A15 \u0A26\u0A3F\u0A28",dd:"%d \u0A26\u0A3F\u0A28",M:"\u0A07\u0A71\u0A15 \u0A2E\u0A39\u0A40\u0A28\u0A3E",MM:"%d \u0A2E\u0A39\u0A40\u0A28\u0A47",y:"\u0A07\u0A71\u0A15 \u0A38\u0A3E\u0A32",yy:"%d \u0A38\u0A3E\u0A32"},preparse:function(m){return m.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(m,L){if(m===12&&(m=0),L==="\u0A30\u0A3E\u0A24")return m<4?m:m+12;if(L==="\u0A38\u0A35\u0A47\u0A30")return m;if(L==="\u0A26\u0A41\u0A2A\u0A39\u0A3F\u0A30")return m>=10?m:m+12;if(L==="\u0A38\u0A3C\u0A3E\u0A2E")return m+12},meridiem:function(m,L,v){return m<4?"\u0A30\u0A3E\u0A24":m<10?"\u0A38\u0A35\u0A47\u0A30":m<17?"\u0A26\u0A41\u0A2A\u0A39\u0A3F\u0A30":m<20?"\u0A38\u0A3C\u0A3E\u0A2E":"\u0A30\u0A3E\u0A24"},week:{dow:0,doy:6}});return i})},4495:function(Q,te,x){//! moment.js locale configuration
|
|
433
|
+
//! locale : Polish [pl]
|
|
434
|
+
//! author : Rafal Hirsz : https://github.com/evoL
|
|
435
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
436
|
+
var a="stycze\u0144_luty_marzec_kwiecie\u0144_maj_czerwiec_lipiec_sierpie\u0144_wrzesie\u0144_pa\u017Adziernik_listopad_grudzie\u0144".split("_"),f="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\u015Bnia_pa\u017Adziernika_listopada_grudnia".split("_"),i=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function m(j){return j%10<5&&j%10>1&&~~(j/10)%10!==1}function L(j,S,A){var $=j+" ";switch(A){case"ss":return $+(m(j)?"sekundy":"sekund");case"m":return S?"minuta":"minut\u0119";case"mm":return $+(m(j)?"minuty":"minut");case"h":return S?"godzina":"godzin\u0119";case"hh":return $+(m(j)?"godziny":"godzin");case"ww":return $+(m(j)?"tygodnie":"tygodni");case"MM":return $+(m(j)?"miesi\u0105ce":"miesi\u0119cy");case"yy":return $+(m(j)?"lata":"lat")}}var v=M.defineLocale("pl",{months:function(j,S){return j?/D MMMM/.test(S)?f[j.month()]:a[j.month()]:a},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\u017A_lis_gru".split("_"),monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"niedziela_poniedzia\u0142ek_wtorek_\u015Broda_czwartek_pi\u0105tek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_\u015Br_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_\u015Ar_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dzi\u015B o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedziel\u0119 o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W \u015Brod\u0119 o] LT";case 6:return"[W sobot\u0119 o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zesz\u0142\u0105 niedziel\u0119 o] LT";case 3:return"[W zesz\u0142\u0105 \u015Brod\u0119 o] LT";case 6:return"[W zesz\u0142\u0105 sobot\u0119 o] LT";default:return"[W zesz\u0142y] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:L,m:L,mm:L,h:L,hh:L,d:"1 dzie\u0144",dd:"%d dni",w:"tydzie\u0144",ww:L,M:"miesi\u0105c",MM:L,y:"rok",yy:L},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return v})},7971:function(Q,te,x){//! moment.js locale configuration
|
|
437
|
+
//! locale : Portuguese (Brazil) [pt-br]
|
|
438
|
+
//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
|
|
439
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
440
|
+
var a=M.defineLocale("pt-br",{months:"janeiro_fevereiro_mar\xE7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_ter\xE7a-feira_quarta-feira_quinta-feira_sexta-feira_s\xE1bado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_s\xE1b".split("_"),weekdaysMin:"do_2\xAA_3\xAA_4\xAA_5\xAA_6\xAA_s\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [\xE0s] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [\xE0s] HH:mm"},calendar:{sameDay:"[Hoje \xE0s] LT",nextDay:"[Amanh\xE3 \xE0s] LT",nextWeek:"dddd [\xE0s] LT",lastDay:"[Ontem \xE0s] LT",lastWeek:function(){return this.day()===0||this.day()===6?"[\xDAltimo] dddd [\xE0s] LT":"[\xDAltima] dddd [\xE0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xE1 %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um m\xEAs",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",invalidDate:"Data inv\xE1lida"});return a})},9520:function(Q,te,x){//! moment.js locale configuration
|
|
441
|
+
//! locale : Portuguese [pt]
|
|
442
|
+
//! author : Jefferson : https://github.com/jalex79
|
|
443
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
444
|
+
var a=M.defineLocale("pt",{months:"janeiro_fevereiro_mar\xE7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Ter\xE7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\xE1bado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_S\xE1b".split("_"),weekdaysMin:"Do_2\xAA_3\xAA_4\xAA_5\xAA_6\xAA_S\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje \xE0s] LT",nextDay:"[Amanh\xE3 \xE0s] LT",nextWeek:"dddd [\xE0s] LT",lastDay:"[Ontem \xE0s] LT",lastWeek:function(){return this.day()===0||this.day()===6?"[\xDAltimo] dddd [\xE0s] LT":"[\xDAltima] dddd [\xE0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xE1 %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um m\xEAs",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%d\xBA",week:{dow:1,doy:4}});return a})},5453:function(Q,te,x){//! moment.js locale configuration
|
|
445
|
+
//! locale : Romanian [ro]
|
|
446
|
+
//! author : Vlad Gurdiga : https://github.com/gurdiga
|
|
447
|
+
//! author : Valentin Agachi : https://github.com/avaly
|
|
448
|
+
//! author : Emanuel Cepoi : https://github.com/cepem
|
|
449
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
450
|
+
function a(i,m,L){var v={ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"s\u0103pt\u0103m\xE2ni",MM:"luni",yy:"ani"},j=" ";return(i%100>=20||i>=100&&i%100===0)&&(j=" de "),i+j+v[L]}var f=M.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminic\u0103_luni_mar\u021Bi_miercuri_joi_vineri_s\xE2mb\u0103t\u0103".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_S\xE2m".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_S\xE2".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[m\xE2ine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s \xEEn urm\u0103",s:"c\xE2teva secunde",ss:a,m:"un minut",mm:a,h:"o or\u0103",hh:a,d:"o zi",dd:a,w:"o s\u0103pt\u0103m\xE2n\u0103",ww:a,M:"o lun\u0103",MM:a,y:"un an",yy:a},week:{dow:1,doy:7}});return f})},1793:function(Q,te,x){//! moment.js locale configuration
|
|
451
|
+
//! locale : Russian [ru]
|
|
452
|
+
//! author : Viktorminator : https://github.com/Viktorminator
|
|
453
|
+
//! author : Menelion Elensúle : https://github.com/Oire
|
|
454
|
+
//! author : Коренберг Марк : https://github.com/socketpair
|
|
455
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
456
|
+
function a(L,v){var j=L.split("_");return v%10===1&&v%100!==11?j[0]:v%10>=2&&v%10<=4&&(v%100<10||v%100>=20)?j[1]:j[2]}function f(L,v,j){var S={ss:v?"\u0441\u0435\u043A\u0443\u043D\u0434\u0430_\u0441\u0435\u043A\u0443\u043D\u0434\u044B_\u0441\u0435\u043A\u0443\u043D\u0434":"\u0441\u0435\u043A\u0443\u043D\u0434\u0443_\u0441\u0435\u043A\u0443\u043D\u0434\u044B_\u0441\u0435\u043A\u0443\u043D\u0434",mm:v?"\u043C\u0438\u043D\u0443\u0442\u0430_\u043C\u0438\u043D\u0443\u0442\u044B_\u043C\u0438\u043D\u0443\u0442":"\u043C\u0438\u043D\u0443\u0442\u0443_\u043C\u0438\u043D\u0443\u0442\u044B_\u043C\u0438\u043D\u0443\u0442",hh:"\u0447\u0430\u0441_\u0447\u0430\u0441\u0430_\u0447\u0430\u0441\u043E\u0432",dd:"\u0434\u0435\u043D\u044C_\u0434\u043D\u044F_\u0434\u043D\u0435\u0439",ww:"\u043D\u0435\u0434\u0435\u043B\u044F_\u043D\u0435\u0434\u0435\u043B\u0438_\u043D\u0435\u0434\u0435\u043B\u044C",MM:"\u043C\u0435\u0441\u044F\u0446_\u043C\u0435\u0441\u044F\u0446\u0430_\u043C\u0435\u0441\u044F\u0446\u0435\u0432",yy:"\u0433\u043E\u0434_\u0433\u043E\u0434\u0430_\u043B\u0435\u0442"};return j==="m"?v?"\u043C\u0438\u043D\u0443\u0442\u0430":"\u043C\u0438\u043D\u0443\u0442\u0443":L+" "+a(S[j],+L)}var i=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],m=M.defineLocale("ru",{months:{format:"\u044F\u043D\u0432\u0430\u0440\u044F_\u0444\u0435\u0432\u0440\u0430\u043B\u044F_\u043C\u0430\u0440\u0442\u0430_\u0430\u043F\u0440\u0435\u043B\u044F_\u043C\u0430\u044F_\u0438\u044E\u043D\u044F_\u0438\u044E\u043B\u044F_\u0430\u0432\u0433\u0443\u0441\u0442\u0430_\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044F_\u043E\u043A\u0442\u044F\u0431\u0440\u044F_\u043D\u043E\u044F\u0431\u0440\u044F_\u0434\u0435\u043A\u0430\u0431\u0440\u044F".split("_"),standalone:"\u044F\u043D\u0432\u0430\u0440\u044C_\u0444\u0435\u0432\u0440\u0430\u043B\u044C_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0435\u043B\u044C_\u043C\u0430\u0439_\u0438\u044E\u043D\u044C_\u0438\u044E\u043B\u044C_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044C_\u043E\u043A\u0442\u044F\u0431\u0440\u044C_\u043D\u043E\u044F\u0431\u0440\u044C_\u0434\u0435\u043A\u0430\u0431\u0440\u044C".split("_")},monthsShort:{format:"\u044F\u043D\u0432._\u0444\u0435\u0432\u0440._\u043C\u0430\u0440._\u0430\u043F\u0440._\u043C\u0430\u044F_\u0438\u044E\u043D\u044F_\u0438\u044E\u043B\u044F_\u0430\u0432\u0433._\u0441\u0435\u043D\u0442._\u043E\u043A\u0442._\u043D\u043E\u044F\u0431._\u0434\u0435\u043A.".split("_"),standalone:"\u044F\u043D\u0432._\u0444\u0435\u0432\u0440._\u043C\u0430\u0440\u0442_\u0430\u043F\u0440._\u043C\u0430\u0439_\u0438\u044E\u043D\u044C_\u0438\u044E\u043B\u044C_\u0430\u0432\u0433._\u0441\u0435\u043D\u0442._\u043E\u043A\u0442._\u043D\u043E\u044F\u0431._\u0434\u0435\u043A.".split("_")},weekdays:{standalone:"\u0432\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435_\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A_\u0432\u0442\u043E\u0440\u043D\u0438\u043A_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043F\u044F\u0442\u043D\u0438\u0446\u0430_\u0441\u0443\u0431\u0431\u043E\u0442\u0430".split("_"),format:"\u0432\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435_\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A_\u0432\u0442\u043E\u0440\u043D\u0438\u043A_\u0441\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043F\u044F\u0442\u043D\u0438\u0446\u0443_\u0441\u0443\u0431\u0431\u043E\u0442\u0443".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"\u0432\u0441_\u043F\u043D_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043F\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u0432\u0441_\u043F\u043D_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043F\u0442_\u0441\u0431".split("_"),monthsParse:i,longMonthsParse:i,shortMonthsParse:i,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., H:mm",LLLL:"dddd, D MMMM YYYY \u0433., H:mm"},calendar:{sameDay:"[\u0421\u0435\u0433\u043E\u0434\u043D\u044F, \u0432] LT",nextDay:"[\u0417\u0430\u0432\u0442\u0440\u0430, \u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430, \u0432] LT",nextWeek:function(L){if(L.week()!==this.week())switch(this.day()){case 0:return"[\u0412 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0443\u044E] dddd, [\u0432] LT"}else return this.day()===2?"[\u0412\u043E] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT"},lastWeek:function(L){if(L.week()!==this.week())switch(this.day()){case 0:return"[\u0412 \u043F\u0440\u043E\u0448\u043B\u043E\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u043F\u0440\u043E\u0448\u043B\u044B\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u043F\u0440\u043E\u0448\u043B\u0443\u044E] dddd, [\u0432] LT"}else return this.day()===2?"[\u0412\u043E] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT"},sameElse:"L"},relativeTime:{future:"\u0447\u0435\u0440\u0435\u0437 %s",past:"%s \u043D\u0430\u0437\u0430\u0434",s:"\u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434",ss:f,m:f,mm:f,h:"\u0447\u0430\u0441",hh:f,d:"\u0434\u0435\u043D\u044C",dd:f,w:"\u043D\u0435\u0434\u0435\u043B\u044F",ww:f,M:"\u043C\u0435\u0441\u044F\u0446",MM:f,y:"\u0433\u043E\u0434",yy:f},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(L){return/^(дня|вечера)$/.test(L)},meridiem:function(L,v,j){return L<4?"\u043D\u043E\u0447\u0438":L<12?"\u0443\u0442\u0440\u0430":L<17?"\u0434\u043D\u044F":"\u0432\u0435\u0447\u0435\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(L,v){switch(v){case"M":case"d":case"DDD":return L+"-\u0439";case"D":return L+"-\u0433\u043E";case"w":case"W":return L+"-\u044F";default:return L}},week:{dow:1,doy:4}});return m})},950:function(Q,te,x){//! moment.js locale configuration
|
|
457
|
+
//! locale : Sindhi [sd]
|
|
458
|
+
//! author : Narain Sagar : https://github.com/narainsagar
|
|
459
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
460
|
+
var a=["\u062C\u0646\u0648\u0631\u064A","\u0641\u064A\u0628\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0626\u064A","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u0621\u0650","\u0622\u06AF\u0633\u067D","\u0633\u064A\u067E\u067D\u0645\u0628\u0631","\u0622\u06AA\u067D\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u068A\u0633\u0645\u0628\u0631"],f=["\u0622\u0686\u0631","\u0633\u0648\u0645\u0631","\u0627\u06B1\u0627\u0631\u0648","\u0627\u0631\u0628\u0639","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639","\u0687\u0646\u0687\u0631"],i=M.defineLocale("sd",{months:a,monthsShort:a,weekdays:f,weekdaysShort:f,weekdaysMin:f,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060C D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(m){return m==="\u0634\u0627\u0645"},meridiem:function(m,L,v){return m<12?"\u0635\u0628\u062D":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0627\u0684] LT",nextDay:"[\u0633\u0680\u0627\u06BB\u064A] LT",nextWeek:"dddd [\u0627\u06B3\u064A\u0646 \u0647\u0641\u062A\u064A \u062A\u064A] LT",lastDay:"[\u06AA\u0627\u0644\u0647\u0647] LT",lastWeek:"[\u06AF\u0632\u0631\u064A\u0644 \u0647\u0641\u062A\u064A] dddd [\u062A\u064A] LT",sameElse:"L"},relativeTime:{future:"%s \u067E\u0648\u0621",past:"%s \u0627\u06B3",s:"\u0686\u0646\u062F \u0633\u064A\u06AA\u0646\u068A",ss:"%d \u0633\u064A\u06AA\u0646\u068A",m:"\u0647\u06AA \u0645\u0646\u067D",mm:"%d \u0645\u0646\u067D",h:"\u0647\u06AA \u06AA\u0644\u0627\u06AA",hh:"%d \u06AA\u0644\u0627\u06AA",d:"\u0647\u06AA \u068F\u064A\u0646\u0647\u0646",dd:"%d \u068F\u064A\u0646\u0647\u0646",M:"\u0647\u06AA \u0645\u0647\u064A\u0646\u0648",MM:"%d \u0645\u0647\u064A\u0646\u0627",y:"\u0647\u06AA \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(m){return m.replace(/،/g,",")},postformat:function(m){return m.replace(/,/g,"\u060C")},week:{dow:1,doy:4}});return i})},490:function(Q,te,x){//! moment.js locale configuration
|
|
461
|
+
//! locale : Northern Sami [se]
|
|
462
|
+
//! authors : Bård Rolstad Henriksen : https://github.com/karamell
|
|
463
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
464
|
+
var a=M.defineLocale("se",{months:"o\u0111\u0111ajagem\xE1nnu_guovvam\xE1nnu_njuk\u010Dam\xE1nnu_cuo\u014Bom\xE1nnu_miessem\xE1nnu_geassem\xE1nnu_suoidnem\xE1nnu_borgem\xE1nnu_\u010Dak\u010Dam\xE1nnu_golggotm\xE1nnu_sk\xE1bmam\xE1nnu_juovlam\xE1nnu".split("_"),monthsShort:"o\u0111\u0111j_guov_njuk_cuo_mies_geas_suoi_borg_\u010Dak\u010D_golg_sk\xE1b_juov".split("_"),weekdays:"sotnabeaivi_vuoss\xE1rga_ma\u014B\u014Beb\xE1rga_gaskavahkku_duorastat_bearjadat_l\xE1vvardat".split("_"),weekdaysShort:"sotn_vuos_ma\u014B_gask_duor_bear_l\xE1v".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s gea\u017Ees",past:"ma\u014Bit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta m\xE1nnu",MM:"%d m\xE1nut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},124:function(Q,te,x){//! moment.js locale configuration
|
|
465
|
+
//! locale : Sinhalese [si]
|
|
466
|
+
//! author : Sampath Sitinamaluwa : https://github.com/sampathsris
|
|
467
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
468
|
+
var a=M.defineLocale("si",{months:"\u0DA2\u0DB1\u0DC0\u0DCF\u0DBB\u0DD2_\u0DB4\u0DD9\u0DB6\u0DBB\u0DC0\u0DCF\u0DBB\u0DD2_\u0DB8\u0DCF\u0DBB\u0DCA\u0DAD\u0DD4_\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DDA\u0DBD\u0DCA_\u0DB8\u0DD0\u0DBA\u0DD2_\u0DA2\u0DD6\u0DB1\u0DD2_\u0DA2\u0DD6\u0DBD\u0DD2_\u0D85\u0D9C\u0DDD\u0DC3\u0DCA\u0DAD\u0DD4_\u0DC3\u0DD0\u0DB4\u0DCA\u0DAD\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA_\u0D94\u0D9A\u0DCA\u0DAD\u0DDD\u0DB6\u0DBB\u0DCA_\u0DB1\u0DDC\u0DC0\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA_\u0DAF\u0DD9\u0DC3\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA".split("_"),monthsShort:"\u0DA2\u0DB1_\u0DB4\u0DD9\u0DB6_\u0DB8\u0DCF\u0DBB\u0DCA_\u0D85\u0DB4\u0DCA_\u0DB8\u0DD0\u0DBA\u0DD2_\u0DA2\u0DD6\u0DB1\u0DD2_\u0DA2\u0DD6\u0DBD\u0DD2_\u0D85\u0D9C\u0DDD_\u0DC3\u0DD0\u0DB4\u0DCA_\u0D94\u0D9A\u0DCA_\u0DB1\u0DDC\u0DC0\u0DD0_\u0DAF\u0DD9\u0DC3\u0DD0".split("_"),weekdays:"\u0D89\u0DBB\u0DD2\u0DAF\u0DCF_\u0DC3\u0DB3\u0DD4\u0DAF\u0DCF_\u0D85\u0D9F\u0DC4\u0DBB\u0DD4\u0DC0\u0DCF\u0DAF\u0DCF_\u0DB6\u0DAF\u0DCF\u0DAF\u0DCF_\u0DB6\u0DCA\u200D\u0DBB\u0DC4\u0DC3\u0DCA\u0DB4\u0DAD\u0DD2\u0DB1\u0DCA\u0DAF\u0DCF_\u0DC3\u0DD2\u0D9A\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF_\u0DC3\u0DD9\u0DB1\u0DC3\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF".split("_"),weekdaysShort:"\u0D89\u0DBB\u0DD2_\u0DC3\u0DB3\u0DD4_\u0D85\u0D9F_\u0DB6\u0DAF\u0DCF_\u0DB6\u0DCA\u200D\u0DBB\u0DC4_\u0DC3\u0DD2\u0D9A\u0DD4_\u0DC3\u0DD9\u0DB1".split("_"),weekdaysMin:"\u0D89_\u0DC3_\u0D85_\u0DB6_\u0DB6\u0DCA\u200D\u0DBB_\u0DC3\u0DD2_\u0DC3\u0DD9".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [\u0DC0\u0DD0\u0DB1\u0DD2] dddd, a h:mm:ss"},calendar:{sameDay:"[\u0D85\u0DAF] LT[\u0DA7]",nextDay:"[\u0DC4\u0DD9\u0DA7] LT[\u0DA7]",nextWeek:"dddd LT[\u0DA7]",lastDay:"[\u0D8A\u0DBA\u0DDA] LT[\u0DA7]",lastWeek:"[\u0DB4\u0DC3\u0DD4\u0D9C\u0DD2\u0DBA] dddd LT[\u0DA7]",sameElse:"L"},relativeTime:{future:"%s\u0D9A\u0DD2\u0DB1\u0DCA",past:"%s\u0D9A\u0DA7 \u0DB4\u0DD9\u0DBB",s:"\u0DAD\u0DAD\u0DCA\u0DB4\u0DBB \u0D9A\u0DD2\u0DC4\u0DD2\u0DB4\u0DBA",ss:"\u0DAD\u0DAD\u0DCA\u0DB4\u0DBB %d",m:"\u0DB8\u0DD2\u0DB1\u0DD2\u0DAD\u0DCA\u0DAD\u0DD4\u0DC0",mm:"\u0DB8\u0DD2\u0DB1\u0DD2\u0DAD\u0DCA\u0DAD\u0DD4 %d",h:"\u0DB4\u0DD0\u0DBA",hh:"\u0DB4\u0DD0\u0DBA %d",d:"\u0DAF\u0DD2\u0DB1\u0DBA",dd:"\u0DAF\u0DD2\u0DB1 %d",M:"\u0DB8\u0DCF\u0DC3\u0DBA",MM:"\u0DB8\u0DCF\u0DC3 %d",y:"\u0DC0\u0DC3\u0DBB",yy:"\u0DC0\u0DC3\u0DBB %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(f){return f+" \u0DC0\u0DD0\u0DB1\u0DD2"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(f){return f==="\u0DB4.\u0DC0."||f==="\u0DB4\u0DC3\u0DCA \u0DC0\u0DBB\u0DD4"},meridiem:function(f,i,m){return f>11?m?"\u0DB4.\u0DC0.":"\u0DB4\u0DC3\u0DCA \u0DC0\u0DBB\u0DD4":m?"\u0DB4\u0DD9.\u0DC0.":"\u0DB4\u0DD9\u0DBB \u0DC0\u0DBB\u0DD4"}});return a})},4249:function(Q,te,x){//! moment.js locale configuration
|
|
469
|
+
//! locale : Slovak [sk]
|
|
470
|
+
//! author : Martin Minka : https://github.com/k2s
|
|
471
|
+
//! based on work of petrbela : https://github.com/petrbela
|
|
472
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
473
|
+
var a="janu\xE1r_febru\xE1r_marec_apr\xEDl_m\xE1j_j\xFAn_j\xFAl_august_september_okt\xF3ber_november_december".split("_"),f="jan_feb_mar_apr_m\xE1j_j\xFAn_j\xFAl_aug_sep_okt_nov_dec".split("_");function i(v){return v>1&&v<5}function m(v,j,S,A){var $=v+" ";switch(S){case"s":return j||A?"p\xE1r sek\xFAnd":"p\xE1r sekundami";case"ss":return j||A?$+(i(v)?"sekundy":"sek\xFAnd"):$+"sekundami";case"m":return j?"min\xFAta":A?"min\xFAtu":"min\xFAtou";case"mm":return j||A?$+(i(v)?"min\xFAty":"min\xFAt"):$+"min\xFAtami";case"h":return j?"hodina":A?"hodinu":"hodinou";case"hh":return j||A?$+(i(v)?"hodiny":"hod\xEDn"):$+"hodinami";case"d":return j||A?"de\u0148":"d\u0148om";case"dd":return j||A?$+(i(v)?"dni":"dn\xED"):$+"d\u0148ami";case"M":return j||A?"mesiac":"mesiacom";case"MM":return j||A?$+(i(v)?"mesiace":"mesiacov"):$+"mesiacmi";case"y":return j||A?"rok":"rokom";case"yy":return j||A?$+(i(v)?"roky":"rokov"):$+"rokmi"}}var L=M.defineLocale("sk",{months:a,monthsShort:f,weekdays:"nede\u013Ea_pondelok_utorok_streda_\u0161tvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_\u0161t_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_\u0161t_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nede\u013Eu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo \u0161tvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[v\u010Dera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minul\xFA nede\u013Eu o] LT";case 1:case 2:return"[minul\xFD] dddd [o] LT";case 3:return"[minul\xFA stredu o] LT";case 4:case 5:return"[minul\xFD] dddd [o] LT";case 6:return"[minul\xFA sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:m,ss:m,m,mm:m,h:m,hh:m,d:m,dd:m,M:m,MM:m,y:m,yy:m},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return L})},4985:function(Q,te,x){//! moment.js locale configuration
|
|
474
|
+
//! locale : Slovenian [sl]
|
|
475
|
+
//! author : Robert Sedovšek : https://github.com/sedovsek
|
|
476
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
477
|
+
function a(i,m,L,v){var j=i+" ";switch(L){case"s":return m||v?"nekaj sekund":"nekaj sekundami";case"ss":return i===1?j+=m?"sekundo":"sekundi":i===2?j+=m||v?"sekundi":"sekundah":i<5?j+=m||v?"sekunde":"sekundah":j+="sekund",j;case"m":return m?"ena minuta":"eno minuto";case"mm":return i===1?j+=m?"minuta":"minuto":i===2?j+=m||v?"minuti":"minutama":i<5?j+=m||v?"minute":"minutami":j+=m||v?"minut":"minutami",j;case"h":return m?"ena ura":"eno uro";case"hh":return i===1?j+=m?"ura":"uro":i===2?j+=m||v?"uri":"urama":i<5?j+=m||v?"ure":"urami":j+=m||v?"ur":"urami",j;case"d":return m||v?"en dan":"enim dnem";case"dd":return i===1?j+=m||v?"dan":"dnem":i===2?j+=m||v?"dni":"dnevoma":j+=m||v?"dni":"dnevi",j;case"M":return m||v?"en mesec":"enim mesecem";case"MM":return i===1?j+=m||v?"mesec":"mesecem":i===2?j+=m||v?"meseca":"mesecema":i<5?j+=m||v?"mesece":"meseci":j+=m||v?"mesecev":"meseci",j;case"y":return m||v?"eno leto":"enim letom";case"yy":return i===1?j+=m||v?"leto":"letom":i===2?j+=m||v?"leti":"letoma":i<5?j+=m||v?"leta":"leti":j+=m||v?"let":"leti",j}}var f=M.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_\u010Detrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._\u010Det._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_\u010De_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[v\u010Deraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prej\u0161njo] [nedeljo] [ob] LT";case 3:return"[prej\u0161njo] [sredo] [ob] LT";case 6:return"[prej\u0161njo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prej\u0161nji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"\u010Dez %s",past:"pred %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},1104:function(Q,te,x){//! moment.js locale configuration
|
|
478
|
+
//! locale : Albanian [sq]
|
|
479
|
+
//! author : Flakërim Ismani : https://github.com/flakerimi
|
|
480
|
+
//! author : Menelion Elensúle : https://github.com/Oire
|
|
481
|
+
//! author : Oerd Cukalla : https://github.com/oerd
|
|
482
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
483
|
+
var a=M.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_N\xEBntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_N\xEBn_Dhj".split("_"),weekdays:"E Diel_E H\xEBn\xEB_E Mart\xEB_E M\xEBrkur\xEB_E Enjte_E Premte_E Shtun\xEB".split("_"),weekdaysShort:"Die_H\xEBn_Mar_M\xEBr_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_M\xEB_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(f){return f.charAt(0)==="M"},meridiem:function(f,i,m){return f<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot n\xEB] LT",nextDay:"[Nes\xEBr n\xEB] LT",nextWeek:"dddd [n\xEB] LT",lastDay:"[Dje n\xEB] LT",lastWeek:"dddd [e kaluar n\xEB] LT",sameElse:"L"},relativeTime:{future:"n\xEB %s",past:"%s m\xEB par\xEB",s:"disa sekonda",ss:"%d sekonda",m:"nj\xEB minut\xEB",mm:"%d minuta",h:"nj\xEB or\xEB",hh:"%d or\xEB",d:"nj\xEB dit\xEB",dd:"%d dit\xEB",M:"nj\xEB muaj",MM:"%d muaj",y:"nj\xEB vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},9915:function(Q,te,x){//! moment.js locale configuration
|
|
484
|
+
//! locale : Serbian Cyrillic [sr-cyrl]
|
|
485
|
+
//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
|
|
486
|
+
//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
|
|
487
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
488
|
+
var a={words:{ss:["\u0441\u0435\u043A\u0443\u043D\u0434\u0430","\u0441\u0435\u043A\u0443\u043D\u0434\u0435","\u0441\u0435\u043A\u0443\u043D\u0434\u0438"],m:["\u0458\u0435\u0434\u0430\u043D \u043C\u0438\u043D\u0443\u0442","\u0458\u0435\u0434\u043D\u043E\u0433 \u043C\u0438\u043D\u0443\u0442\u0430"],mm:["\u043C\u0438\u043D\u0443\u0442","\u043C\u0438\u043D\u0443\u0442\u0430","\u043C\u0438\u043D\u0443\u0442\u0430"],h:["\u0458\u0435\u0434\u0430\u043D \u0441\u0430\u0442","\u0458\u0435\u0434\u043D\u043E\u0433 \u0441\u0430\u0442\u0430"],hh:["\u0441\u0430\u0442","\u0441\u0430\u0442\u0430","\u0441\u0430\u0442\u0438"],d:["\u0458\u0435\u0434\u0430\u043D \u0434\u0430\u043D","\u0458\u0435\u0434\u043D\u043E\u0433 \u0434\u0430\u043D\u0430"],dd:["\u0434\u0430\u043D","\u0434\u0430\u043D\u0430","\u0434\u0430\u043D\u0430"],M:["\u0458\u0435\u0434\u0430\u043D \u043C\u0435\u0441\u0435\u0446","\u0458\u0435\u0434\u043D\u043E\u0433 \u043C\u0435\u0441\u0435\u0446\u0430"],MM:["\u043C\u0435\u0441\u0435\u0446","\u043C\u0435\u0441\u0435\u0446\u0430","\u043C\u0435\u0441\u0435\u0446\u0438"],y:["\u0458\u0435\u0434\u043D\u0443 \u0433\u043E\u0434\u0438\u043D\u0443","\u0458\u0435\u0434\u043D\u0435 \u0433\u043E\u0434\u0438\u043D\u0435"],yy:["\u0433\u043E\u0434\u0438\u043D\u0443","\u0433\u043E\u0434\u0438\u043D\u0435","\u0433\u043E\u0434\u0438\u043D\u0430"]},correctGrammaticalCase:function(i,m){return i%10>=1&&i%10<=4&&(i%100<10||i%100>=20)?i%10===1?m[0]:m[1]:m[2]},translate:function(i,m,L,v){var j=a.words[L],S;return L.length===1?L==="y"&&m?"\u0458\u0435\u0434\u043D\u0430 \u0433\u043E\u0434\u0438\u043D\u0430":v||m?j[0]:j[1]:(S=a.correctGrammaticalCase(i,j),L==="yy"&&m&&S==="\u0433\u043E\u0434\u0438\u043D\u0443"?i+" \u0433\u043E\u0434\u0438\u043D\u0430":i+" "+S)}},f=M.defineLocale("sr-cyrl",{months:"\u0458\u0430\u043D\u0443\u0430\u0440_\u0444\u0435\u0431\u0440\u0443\u0430\u0440_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0438\u043B_\u043C\u0430\u0458_\u0458\u0443\u043D_\u0458\u0443\u043B_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440_\u043E\u043A\u0442\u043E\u0431\u0430\u0440_\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440_\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440".split("_"),monthsShort:"\u0458\u0430\u043D._\u0444\u0435\u0431._\u043C\u0430\u0440._\u0430\u043F\u0440._\u043C\u0430\u0458_\u0458\u0443\u043D_\u0458\u0443\u043B_\u0430\u0432\u0433._\u0441\u0435\u043F._\u043E\u043A\u0442._\u043D\u043E\u0432._\u0434\u0435\u0446.".split("_"),monthsParseExact:!0,weekdays:"\u043D\u0435\u0434\u0435\u0459\u0430_\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A_\u0443\u0442\u043E\u0440\u0430\u043A_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A_\u043F\u0435\u0442\u0430\u043A_\u0441\u0443\u0431\u043E\u0442\u0430".split("_"),weekdaysShort:"\u043D\u0435\u0434._\u043F\u043E\u043D._\u0443\u0442\u043E._\u0441\u0440\u0435._\u0447\u0435\u0442._\u043F\u0435\u0442._\u0441\u0443\u0431.".split("_"),weekdaysMin:"\u043D\u0435_\u043F\u043E_\u0443\u0442_\u0441\u0440_\u0447\u0435_\u043F\u0435_\u0441\u0443".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[\u0434\u0430\u043D\u0430\u0441 \u0443] LT",nextDay:"[\u0441\u0443\u0442\u0440\u0430 \u0443] LT",nextWeek:function(){switch(this.day()){case 0:return"[\u0443] [\u043D\u0435\u0434\u0435\u0459\u0443] [\u0443] LT";case 3:return"[\u0443] [\u0441\u0440\u0435\u0434\u0443] [\u0443] LT";case 6:return"[\u0443] [\u0441\u0443\u0431\u043E\u0442\u0443] [\u0443] LT";case 1:case 2:case 4:case 5:return"[\u0443] dddd [\u0443] LT"}},lastDay:"[\u0458\u0443\u0447\u0435 \u0443] LT",lastWeek:function(){var i=["[\u043F\u0440\u043E\u0448\u043B\u0435] [\u043D\u0435\u0434\u0435\u0459\u0435] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u043E\u0433] [\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u043A\u0430] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u043E\u0433] [\u0443\u0442\u043E\u0440\u043A\u0430] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u0435] [\u0441\u0440\u0435\u0434\u0435] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u043E\u0433] [\u0447\u0435\u0442\u0432\u0440\u0442\u043A\u0430] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u043E\u0433] [\u043F\u0435\u0442\u043A\u0430] [\u0443] LT","[\u043F\u0440\u043E\u0448\u043B\u0435] [\u0441\u0443\u0431\u043E\u0442\u0435] [\u0443] LT"];return i[this.day()]},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043F\u0440\u0435 %s",s:"\u043D\u0435\u043A\u043E\u043B\u0438\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434\u0438",ss:a.translate,m:a.translate,mm:a.translate,h:a.translate,hh:a.translate,d:a.translate,dd:a.translate,M:a.translate,MM:a.translate,y:a.translate,yy:a.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},9131:function(Q,te,x){//! moment.js locale configuration
|
|
489
|
+
//! locale : Serbian [sr]
|
|
490
|
+
//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
|
|
491
|
+
//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
|
|
492
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
493
|
+
var a={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(i,m){return i%10>=1&&i%10<=4&&(i%100<10||i%100>=20)?i%10===1?m[0]:m[1]:m[2]},translate:function(i,m,L,v){var j=a.words[L],S;return L.length===1?L==="y"&&m?"jedna godina":v||m?j[0]:j[1]:(S=a.correctGrammaticalCase(i,j),L==="yy"&&m&&S==="godinu"?i+" godina":i+" "+S)}},f=M.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_\u010Detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._\u010Det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010De_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010De u] LT",lastWeek:function(){var i=["[pro\u0161le] [nedelje] [u] LT","[pro\u0161log] [ponedeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srede] [u] LT","[pro\u0161log] [\u010Detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"];return i[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:a.translate,m:a.translate,mm:a.translate,h:a.translate,hh:a.translate,d:a.translate,dd:a.translate,M:a.translate,MM:a.translate,y:a.translate,yy:a.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return f})},5893:function(Q,te,x){//! moment.js locale configuration
|
|
494
|
+
//! locale : siSwati [ss]
|
|
495
|
+
//! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies
|
|
496
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
497
|
+
var a=M.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(f,i,m){return f<11?"ekuseni":f<15?"emini":f<19?"entsambama":"ebusuku"},meridiemHour:function(f,i){if(f===12&&(f=0),i==="ekuseni")return f;if(i==="emini")return f>=11?f:f+12;if(i==="entsambama"||i==="ebusuku")return f===0?0:f+12},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}});return a})},8760:function(Q,te,x){//! moment.js locale configuration
|
|
498
|
+
//! locale : Swedish [sv]
|
|
499
|
+
//! author : Jens Alm : https://github.com/ulmus
|
|
500
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
501
|
+
var a=M.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xF6ndag_m\xE5ndag_tisdag_onsdag_torsdag_fredag_l\xF6rdag".split("_"),weekdaysShort:"s\xF6n_m\xE5n_tis_ons_tor_fre_l\xF6r".split("_"),weekdaysMin:"s\xF6_m\xE5_ti_on_to_fr_l\xF6".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Ig\xE5r] LT",nextWeek:"[P\xE5] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"f\xF6r %s sedan",s:"n\xE5gra sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en m\xE5nad",MM:"%d m\xE5nader",y:"ett \xE5r",yy:"%d \xE5r"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?":e":i===1||i===2?":a":":e";return f+m},week:{dow:1,doy:4}});return a})},1172:function(Q,te,x){//! moment.js locale configuration
|
|
502
|
+
//! locale : Swahili [sw]
|
|
503
|
+
//! author : Fahad Kassim : https://github.com/fadsel
|
|
504
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
505
|
+
var a=M.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return a})},7333:function(Q,te,x){//! moment.js locale configuration
|
|
506
|
+
//! locale : Tamil [ta]
|
|
507
|
+
//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
|
|
508
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
509
|
+
var a={1:"\u0BE7",2:"\u0BE8",3:"\u0BE9",4:"\u0BEA",5:"\u0BEB",6:"\u0BEC",7:"\u0BED",8:"\u0BEE",9:"\u0BEF",0:"\u0BE6"},f={"\u0BE7":"1","\u0BE8":"2","\u0BE9":"3","\u0BEA":"4","\u0BEB":"5","\u0BEC":"6","\u0BED":"7","\u0BEE":"8","\u0BEF":"9","\u0BE6":"0"},i=M.defineLocale("ta",{months:"\u0B9C\u0BA9\u0BB5\u0BB0\u0BBF_\u0BAA\u0BBF\u0BAA\u0BCD\u0BB0\u0BB5\u0BB0\u0BBF_\u0BAE\u0BBE\u0BB0\u0BCD\u0B9A\u0BCD_\u0B8F\u0BAA\u0BCD\u0BB0\u0BB2\u0BCD_\u0BAE\u0BC7_\u0B9C\u0BC2\u0BA9\u0BCD_\u0B9C\u0BC2\u0BB2\u0BC8_\u0B86\u0B95\u0BB8\u0BCD\u0B9F\u0BCD_\u0B9A\u0BC6\u0BAA\u0BCD\u0B9F\u0BC6\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD_\u0B85\u0B95\u0BCD\u0B9F\u0BC7\u0BBE\u0BAA\u0BB0\u0BCD_\u0BA8\u0BB5\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD_\u0B9F\u0BBF\u0B9A\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD".split("_"),monthsShort:"\u0B9C\u0BA9\u0BB5\u0BB0\u0BBF_\u0BAA\u0BBF\u0BAA\u0BCD\u0BB0\u0BB5\u0BB0\u0BBF_\u0BAE\u0BBE\u0BB0\u0BCD\u0B9A\u0BCD_\u0B8F\u0BAA\u0BCD\u0BB0\u0BB2\u0BCD_\u0BAE\u0BC7_\u0B9C\u0BC2\u0BA9\u0BCD_\u0B9C\u0BC2\u0BB2\u0BC8_\u0B86\u0B95\u0BB8\u0BCD\u0B9F\u0BCD_\u0B9A\u0BC6\u0BAA\u0BCD\u0B9F\u0BC6\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD_\u0B85\u0B95\u0BCD\u0B9F\u0BC7\u0BBE\u0BAA\u0BB0\u0BCD_\u0BA8\u0BB5\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD_\u0B9F\u0BBF\u0B9A\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD".split("_"),weekdays:"\u0B9E\u0BBE\u0BAF\u0BBF\u0BB1\u0BCD\u0BB1\u0BC1\u0B95\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0BA4\u0BBF\u0B99\u0BCD\u0B95\u0B9F\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0B9A\u0BC6\u0BB5\u0BCD\u0BB5\u0BBE\u0BAF\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0BAA\u0BC1\u0BA4\u0BA9\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0BB5\u0BBF\u0BAF\u0BBE\u0BB4\u0B95\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0BB5\u0BC6\u0BB3\u0BCD\u0BB3\u0BBF\u0B95\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8_\u0B9A\u0BA9\u0BBF\u0B95\u0BCD\u0B95\u0BBF\u0BB4\u0BAE\u0BC8".split("_"),weekdaysShort:"\u0B9E\u0BBE\u0BAF\u0BBF\u0BB1\u0BC1_\u0BA4\u0BBF\u0B99\u0BCD\u0B95\u0BB3\u0BCD_\u0B9A\u0BC6\u0BB5\u0BCD\u0BB5\u0BBE\u0BAF\u0BCD_\u0BAA\u0BC1\u0BA4\u0BA9\u0BCD_\u0BB5\u0BBF\u0BAF\u0BBE\u0BB4\u0BA9\u0BCD_\u0BB5\u0BC6\u0BB3\u0BCD\u0BB3\u0BBF_\u0B9A\u0BA9\u0BBF".split("_"),weekdaysMin:"\u0B9E\u0BBE_\u0BA4\u0BBF_\u0B9A\u0BC6_\u0BAA\u0BC1_\u0BB5\u0BBF_\u0BB5\u0BC6_\u0B9A".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[\u0B87\u0BA9\u0BCD\u0BB1\u0BC1] LT",nextDay:"[\u0BA8\u0BBE\u0BB3\u0BC8] LT",nextWeek:"dddd, LT",lastDay:"[\u0BA8\u0BC7\u0BB1\u0BCD\u0BB1\u0BC1] LT",lastWeek:"[\u0B95\u0B9F\u0BA8\u0BCD\u0BA4 \u0BB5\u0BBE\u0BB0\u0BAE\u0BCD] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0B87\u0BB2\u0BCD",past:"%s \u0BAE\u0BC1\u0BA9\u0BCD",s:"\u0B92\u0BB0\u0BC1 \u0B9A\u0BBF\u0BB2 \u0BB5\u0BBF\u0BA8\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BCD",ss:"%d \u0BB5\u0BBF\u0BA8\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BCD",m:"\u0B92\u0BB0\u0BC1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BAE\u0BCD",mm:"%d \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BCD",h:"\u0B92\u0BB0\u0BC1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",hh:"%d \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",d:"\u0B92\u0BB0\u0BC1 \u0BA8\u0BBE\u0BB3\u0BCD",dd:"%d \u0BA8\u0BBE\u0B9F\u0BCD\u0B95\u0BB3\u0BCD",M:"\u0B92\u0BB0\u0BC1 \u0BAE\u0BBE\u0BA4\u0BAE\u0BCD",MM:"%d \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BCD",y:"\u0B92\u0BB0\u0BC1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD",yy:"%d \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(m){return m+"\u0BB5\u0BA4\u0BC1"},preparse:function(m){return m.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,function(L){return f[L]})},postformat:function(m){return m.replace(/\d/g,function(L){return a[L]})},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(m,L,v){return m<2?" \u0BAF\u0BBE\u0BAE\u0BAE\u0BCD":m<6?" \u0BB5\u0BC8\u0B95\u0BB1\u0BC8":m<10?" \u0B95\u0BBE\u0BB2\u0BC8":m<14?" \u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD":m<18?" \u0B8E\u0BB1\u0BCD\u0BAA\u0BBE\u0B9F\u0BC1":m<22?" \u0BAE\u0BBE\u0BB2\u0BC8":" \u0BAF\u0BBE\u0BAE\u0BAE\u0BCD"},meridiemHour:function(m,L){return m===12&&(m=0),L==="\u0BAF\u0BBE\u0BAE\u0BAE\u0BCD"?m<2?m:m+12:L==="\u0BB5\u0BC8\u0B95\u0BB1\u0BC8"||L==="\u0B95\u0BBE\u0BB2\u0BC8"||L==="\u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD"&&m>=10?m:m+12},week:{dow:0,doy:6}});return i})},3110:function(Q,te,x){//! moment.js locale configuration
|
|
510
|
+
//! locale : Telugu [te]
|
|
511
|
+
//! author : Krishna Chaitanya Thota : https://github.com/kcthota
|
|
512
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
513
|
+
var a=M.defineLocale("te",{months:"\u0C1C\u0C28\u0C35\u0C30\u0C3F_\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F_\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F_\u0C0F\u0C2A\u0C4D\u0C30\u0C3F\u0C32\u0C4D_\u0C2E\u0C47_\u0C1C\u0C42\u0C28\u0C4D_\u0C1C\u0C41\u0C32\u0C48_\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41_\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C4D_\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C4D_\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C4D_\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C4D".split("_"),monthsShort:"\u0C1C\u0C28._\u0C2B\u0C3F\u0C2C\u0C4D\u0C30._\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F_\u0C0F\u0C2A\u0C4D\u0C30\u0C3F._\u0C2E\u0C47_\u0C1C\u0C42\u0C28\u0C4D_\u0C1C\u0C41\u0C32\u0C48_\u0C06\u0C17._\u0C38\u0C46\u0C2A\u0C4D._\u0C05\u0C15\u0C4D\u0C1F\u0C4B._\u0C28\u0C35._\u0C21\u0C3F\u0C38\u0C46.".split("_"),monthsParseExact:!0,weekdays:"\u0C06\u0C26\u0C3F\u0C35\u0C3E\u0C30\u0C02_\u0C38\u0C4B\u0C2E\u0C35\u0C3E\u0C30\u0C02_\u0C2E\u0C02\u0C17\u0C33\u0C35\u0C3E\u0C30\u0C02_\u0C2C\u0C41\u0C27\u0C35\u0C3E\u0C30\u0C02_\u0C17\u0C41\u0C30\u0C41\u0C35\u0C3E\u0C30\u0C02_\u0C36\u0C41\u0C15\u0C4D\u0C30\u0C35\u0C3E\u0C30\u0C02_\u0C36\u0C28\u0C3F\u0C35\u0C3E\u0C30\u0C02".split("_"),weekdaysShort:"\u0C06\u0C26\u0C3F_\u0C38\u0C4B\u0C2E_\u0C2E\u0C02\u0C17\u0C33_\u0C2C\u0C41\u0C27_\u0C17\u0C41\u0C30\u0C41_\u0C36\u0C41\u0C15\u0C4D\u0C30_\u0C36\u0C28\u0C3F".split("_"),weekdaysMin:"\u0C06_\u0C38\u0C4B_\u0C2E\u0C02_\u0C2C\u0C41_\u0C17\u0C41_\u0C36\u0C41_\u0C36".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0C28\u0C47\u0C21\u0C41] LT",nextDay:"[\u0C30\u0C47\u0C2A\u0C41] LT",nextWeek:"dddd, LT",lastDay:"[\u0C28\u0C3F\u0C28\u0C4D\u0C28] LT",lastWeek:"[\u0C17\u0C24] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0C32\u0C4B",past:"%s \u0C15\u0C4D\u0C30\u0C3F\u0C24\u0C02",s:"\u0C15\u0C4A\u0C28\u0C4D\u0C28\u0C3F \u0C15\u0C4D\u0C37\u0C23\u0C3E\u0C32\u0C41",ss:"%d \u0C38\u0C46\u0C15\u0C28\u0C4D\u0C32\u0C41",m:"\u0C12\u0C15 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02",mm:"%d \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C3E\u0C32\u0C41",h:"\u0C12\u0C15 \u0C17\u0C02\u0C1F",hh:"%d \u0C17\u0C02\u0C1F\u0C32\u0C41",d:"\u0C12\u0C15 \u0C30\u0C4B\u0C1C\u0C41",dd:"%d \u0C30\u0C4B\u0C1C\u0C41\u0C32\u0C41",M:"\u0C12\u0C15 \u0C28\u0C46\u0C32",MM:"%d \u0C28\u0C46\u0C32\u0C32\u0C41",y:"\u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",yy:"%d \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32\u0C41"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%d\u0C35",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F")return f<4?f:f+12;if(i==="\u0C09\u0C26\u0C2F\u0C02")return f;if(i==="\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02")return f>=10?f:f+12;if(i==="\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02")return f+12},meridiem:function(f,i,m){return f<4?"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F":f<10?"\u0C09\u0C26\u0C2F\u0C02":f<17?"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02":f<20?"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02":"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"},week:{dow:0,doy:6}});return a})},2095:function(Q,te,x){//! moment.js locale configuration
|
|
514
|
+
//! locale : Tetun Dili (East Timor) [tet]
|
|
515
|
+
//! author : Joshua Brooks : https://github.com/joshbrooks
|
|
516
|
+
//! author : Onorio De J. Afonso : https://github.com/marobo
|
|
517
|
+
//! author : Sonia Simoes : https://github.com/soniasimoes
|
|
518
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
519
|
+
var a=M.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Ju\xF1u_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},7321:function(Q,te,x){//! moment.js locale configuration
|
|
520
|
+
//! locale : Tajik [tg]
|
|
521
|
+
//! author : Orif N. Jr. : https://github.com/orif-jr
|
|
522
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
523
|
+
var a={0:"-\u0443\u043C",1:"-\u0443\u043C",2:"-\u044E\u043C",3:"-\u044E\u043C",4:"-\u0443\u043C",5:"-\u0443\u043C",6:"-\u0443\u043C",7:"-\u0443\u043C",8:"-\u0443\u043C",9:"-\u0443\u043C",10:"-\u0443\u043C",12:"-\u0443\u043C",13:"-\u0443\u043C",20:"-\u0443\u043C",30:"-\u044E\u043C",40:"-\u0443\u043C",50:"-\u0443\u043C",60:"-\u0443\u043C",70:"-\u0443\u043C",80:"-\u0443\u043C",90:"-\u0443\u043C",100:"-\u0443\u043C"},f=M.defineLocale("tg",{months:{format:"\u044F\u043D\u0432\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0430\u043B\u0438_\u043C\u0430\u0440\u0442\u0438_\u0430\u043F\u0440\u0435\u043B\u0438_\u043C\u0430\u0439\u0438_\u0438\u044E\u043D\u0438_\u0438\u044E\u043B\u0438_\u0430\u0432\u0433\u0443\u0441\u0442\u0438_\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u0438_\u043E\u043A\u0442\u044F\u0431\u0440\u0438_\u043D\u043E\u044F\u0431\u0440\u0438_\u0434\u0435\u043A\u0430\u0431\u0440\u0438".split("_"),standalone:"\u044F\u043D\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043B_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0435\u043B_\u043C\u0430\u0439_\u0438\u044E\u043D_\u0438\u044E\u043B_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043D\u0442\u044F\u0431\u0440_\u043E\u043A\u0442\u044F\u0431\u0440_\u043D\u043E\u044F\u0431\u0440_\u0434\u0435\u043A\u0430\u0431\u0440".split("_")},monthsShort:"\u044F\u043D\u0432_\u0444\u0435\u0432_\u043C\u0430\u0440_\u0430\u043F\u0440_\u043C\u0430\u0439_\u0438\u044E\u043D_\u0438\u044E\u043B_\u0430\u0432\u0433_\u0441\u0435\u043D_\u043E\u043A\u0442_\u043D\u043E\u044F_\u0434\u0435\u043A".split("_"),weekdays:"\u044F\u043A\u0448\u0430\u043D\u0431\u0435_\u0434\u0443\u0448\u0430\u043D\u0431\u0435_\u0441\u0435\u0448\u0430\u043D\u0431\u0435_\u0447\u043E\u0440\u0448\u0430\u043D\u0431\u0435_\u043F\u0430\u043D\u04B7\u0448\u0430\u043D\u0431\u0435_\u04B7\u0443\u043C\u044A\u0430_\u0448\u0430\u043D\u0431\u0435".split("_"),weekdaysShort:"\u044F\u0448\u0431_\u0434\u0448\u0431_\u0441\u0448\u0431_\u0447\u0448\u0431_\u043F\u0448\u0431_\u04B7\u0443\u043C_\u0448\u043D\u0431".split("_"),weekdaysMin:"\u044F\u0448_\u0434\u0448_\u0441\u0448_\u0447\u0448_\u043F\u0448_\u04B7\u043C_\u0448\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0418\u043C\u0440\u04EF\u0437 \u0441\u043E\u0430\u0442\u0438] LT",nextDay:"[\u0424\u0430\u0440\u0434\u043E \u0441\u043E\u0430\u0442\u0438] LT",lastDay:"[\u0414\u0438\u0440\u04EF\u0437 \u0441\u043E\u0430\u0442\u0438] LT",nextWeek:"dddd[\u0438] [\u04B3\u0430\u0444\u0442\u0430\u0438 \u043E\u044F\u043D\u0434\u0430 \u0441\u043E\u0430\u0442\u0438] LT",lastWeek:"dddd[\u0438] [\u04B3\u0430\u0444\u0442\u0430\u0438 \u0433\u0443\u0437\u0430\u0448\u0442\u0430 \u0441\u043E\u0430\u0442\u0438] LT",sameElse:"L"},relativeTime:{future:"\u0431\u0430\u044A\u0434\u0438 %s",past:"%s \u043F\u0435\u0448",s:"\u044F\u043A\u0447\u0430\u043D\u0434 \u0441\u043E\u043D\u0438\u044F",m:"\u044F\u043A \u0434\u0430\u049B\u0438\u049B\u0430",mm:"%d \u0434\u0430\u049B\u0438\u049B\u0430",h:"\u044F\u043A \u0441\u043E\u0430\u0442",hh:"%d \u0441\u043E\u0430\u0442",d:"\u044F\u043A \u0440\u04EF\u0437",dd:"%d \u0440\u04EF\u0437",M:"\u044F\u043A \u043C\u043E\u04B3",MM:"%d \u043C\u043E\u04B3",y:"\u044F\u043A \u0441\u043E\u043B",yy:"%d \u0441\u043E\u043B"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(i,m){if(i===12&&(i=0),m==="\u0448\u0430\u0431")return i<4?i:i+12;if(m==="\u0441\u0443\u0431\u04B3")return i;if(m==="\u0440\u04EF\u0437")return i>=11?i:i+12;if(m==="\u0431\u0435\u0433\u043E\u04B3")return i+12},meridiem:function(i,m,L){return i<4?"\u0448\u0430\u0431":i<11?"\u0441\u0443\u0431\u04B3":i<16?"\u0440\u04EF\u0437":i<19?"\u0431\u0435\u0433\u043E\u04B3":"\u0448\u0430\u0431"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(i){var m=i%10,L=i>=100?100:null;return i+(a[i]||a[m]||a[L])},week:{dow:1,doy:7}});return f})},9041:function(Q,te,x){//! moment.js locale configuration
|
|
524
|
+
//! locale : Thai [th]
|
|
525
|
+
//! author : Kridsada Thanabulpong : https://github.com/sirn
|
|
526
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
527
|
+
var a=M.defineLocale("th",{months:"\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21_\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C_\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21_\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19_\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21_\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19_\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21_\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21_\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19_\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21_\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19_\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21".split("_"),monthsShort:"\u0E21.\u0E04._\u0E01.\u0E1E._\u0E21\u0E35.\u0E04._\u0E40\u0E21.\u0E22._\u0E1E.\u0E04._\u0E21\u0E34.\u0E22._\u0E01.\u0E04._\u0E2A.\u0E04._\u0E01.\u0E22._\u0E15.\u0E04._\u0E1E.\u0E22._\u0E18.\u0E04.".split("_"),monthsParseExact:!0,weekdays:"\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C_\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C_\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23_\u0E1E\u0E38\u0E18_\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35_\u0E28\u0E38\u0E01\u0E23\u0E4C_\u0E40\u0E2A\u0E32\u0E23\u0E4C".split("_"),weekdaysShort:"\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C_\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C_\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23_\u0E1E\u0E38\u0E18_\u0E1E\u0E24\u0E2B\u0E31\u0E2A_\u0E28\u0E38\u0E01\u0E23\u0E4C_\u0E40\u0E2A\u0E32\u0E23\u0E4C".split("_"),weekdaysMin:"\u0E2D\u0E32._\u0E08._\u0E2D._\u0E1E._\u0E1E\u0E24._\u0E28._\u0E2A.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY \u0E40\u0E27\u0E25\u0E32 H:mm",LLLL:"\u0E27\u0E31\u0E19dddd\u0E17\u0E35\u0E48 D MMMM YYYY \u0E40\u0E27\u0E25\u0E32 H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(f){return f==="\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07"},meridiem:function(f,i,m){return f<12?"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07":"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07"},calendar:{sameDay:"[\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49 \u0E40\u0E27\u0E25\u0E32] LT",nextDay:"[\u0E1E\u0E23\u0E38\u0E48\u0E07\u0E19\u0E35\u0E49 \u0E40\u0E27\u0E25\u0E32] LT",nextWeek:"dddd[\u0E2B\u0E19\u0E49\u0E32 \u0E40\u0E27\u0E25\u0E32] LT",lastDay:"[\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E19\u0E19\u0E35\u0E49 \u0E40\u0E27\u0E25\u0E32] LT",lastWeek:"[\u0E27\u0E31\u0E19]dddd[\u0E17\u0E35\u0E48\u0E41\u0E25\u0E49\u0E27 \u0E40\u0E27\u0E25\u0E32] LT",sameElse:"L"},relativeTime:{future:"\u0E2D\u0E35\u0E01 %s",past:"%s\u0E17\u0E35\u0E48\u0E41\u0E25\u0E49\u0E27",s:"\u0E44\u0E21\u0E48\u0E01\u0E35\u0E48\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35",ss:"%d \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35",m:"1 \u0E19\u0E32\u0E17\u0E35",mm:"%d \u0E19\u0E32\u0E17\u0E35",h:"1 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07",hh:"%d \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07",d:"1 \u0E27\u0E31\u0E19",dd:"%d \u0E27\u0E31\u0E19",w:"1 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",ww:"%d \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",M:"1 \u0E40\u0E14\u0E37\u0E2D\u0E19",MM:"%d \u0E40\u0E14\u0E37\u0E2D\u0E19",y:"1 \u0E1B\u0E35",yy:"%d \u0E1B\u0E35"}});return a})},9005:function(Q,te,x){//! moment.js locale configuration
|
|
528
|
+
//! locale : Turkmen [tk]
|
|
529
|
+
//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy
|
|
530
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
531
|
+
var a={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'\xFCnji",4:"'\xFCnji",100:"'\xFCnji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"},f=M.defineLocale("tk",{months:"\xDDanwar_Fewral_Mart_Aprel_Ma\xFD_I\xFDun_I\xFDul_Awgust_Sent\xFDabr_Okt\xFDabr_No\xFDabr_Dekabr".split("_"),monthsShort:"\xDDan_Few_Mar_Apr_Ma\xFD_I\xFDn_I\xFDl_Awg_Sen_Okt_No\xFD_Dek".split("_"),weekdays:"\xDDek\u015Fenbe_Du\u015Fenbe_Si\u015Fenbe_\xC7ar\u015Fenbe_Pen\u015Fenbe_Anna_\u015Eenbe".split("_"),weekdaysShort:"\xDDek_Du\u015F_Si\u015F_\xC7ar_Pen_Ann_\u015Een".split("_"),weekdaysMin:"\xDDk_D\u015F_S\u015F_\xC7r_Pn_An_\u015En".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xFCn sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[d\xFC\xFDn] LT",lastWeek:"[ge\xE7en] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s so\u0148",past:"%s \xF6\u0148",s:"birn\xE4\xE7e sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir g\xFCn",dd:"%d g\xFCn",M:"bir a\xFD",MM:"%d a\xFD",y:"bir \xFDyl",yy:"%d \xFDyl"},ordinal:function(i,m){switch(m){case"d":case"D":case"Do":case"DD":return i;default:if(i===0)return i+"'unjy";var L=i%10,v=i%100-L,j=i>=100?100:null;return i+(a[L]||a[v]||a[j])}},week:{dow:1,doy:7}});return f})},5768:function(Q,te,x){//! moment.js locale configuration
|
|
532
|
+
//! locale : Tagalog (Philippines) [tl-ph]
|
|
533
|
+
//! author : Dan Hagman : https://github.com/hagmandan
|
|
534
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
535
|
+
var a=M.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(f){return f},week:{dow:1,doy:4}});return a})},9444:function(Q,te,x){//! moment.js locale configuration
|
|
536
|
+
//! locale : Klingon [tlh]
|
|
537
|
+
//! author : Dominika Kruk : https://github.com/amaranthrose
|
|
538
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
539
|
+
var a="pagh_wa\u2019_cha\u2019_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function f(j){var S=j;return S=j.indexOf("jaj")!==-1?S.slice(0,-3)+"leS":j.indexOf("jar")!==-1?S.slice(0,-3)+"waQ":j.indexOf("DIS")!==-1?S.slice(0,-3)+"nem":S+" pIq",S}function i(j){var S=j;return S=j.indexOf("jaj")!==-1?S.slice(0,-3)+"Hu\u2019":j.indexOf("jar")!==-1?S.slice(0,-3)+"wen":j.indexOf("DIS")!==-1?S.slice(0,-3)+"ben":S+" ret",S}function m(j,S,A,$){var B=L(j);switch(A){case"ss":return B+" lup";case"mm":return B+" tup";case"hh":return B+" rep";case"dd":return B+" jaj";case"MM":return B+" jar";case"yy":return B+" DIS"}}function L(j){var S=Math.floor(j%1e3/100),A=Math.floor(j%100/10),$=j%10,B="";return S>0&&(B+=a[S]+"vatlh"),A>0&&(B+=(B!==""?" ":"")+a[A]+"maH"),$>0&&(B+=(B!==""?" ":"")+a[$]),B===""?"pagh":B}var v=M.defineLocale("tlh",{months:"tera\u2019 jar wa\u2019_tera\u2019 jar cha\u2019_tera\u2019 jar wej_tera\u2019 jar loS_tera\u2019 jar vagh_tera\u2019 jar jav_tera\u2019 jar Soch_tera\u2019 jar chorgh_tera\u2019 jar Hut_tera\u2019 jar wa\u2019maH_tera\u2019 jar wa\u2019maH wa\u2019_tera\u2019 jar wa\u2019maH cha\u2019".split("_"),monthsShort:"jar wa\u2019_jar cha\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa\u2019maH_jar wa\u2019maH wa\u2019_jar wa\u2019maH cha\u2019".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa\u2019leS] LT",nextWeek:"LLL",lastDay:"[wa\u2019Hu\u2019] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:f,past:i,s:"puS lup",ss:m,m:"wa\u2019 tup",mm:m,h:"wa\u2019 rep",hh:m,d:"wa\u2019 jaj",dd:m,M:"wa\u2019 jar",MM:m,y:"wa\u2019 DIS",yy:m},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return v})},2397:function(Q,te,x){//! moment.js locale configuration
|
|
540
|
+
//! locale : Turkish [tr]
|
|
541
|
+
//! authors : Erhan Gundogan : https://github.com/erhangundogan,
|
|
542
|
+
//! Burak Yiğit Kaya: https://github.com/BYK
|
|
543
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
544
|
+
var a={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'\xFCnc\xFC",4:"'\xFCnc\xFC",100:"'\xFCnc\xFC",6:"'nc\u0131",9:"'uncu",10:"'uncu",30:"'uncu",60:"'\u0131nc\u0131",90:"'\u0131nc\u0131"},f=M.defineLocale("tr",{months:"Ocak_\u015Eubat_Mart_Nisan_May\u0131s_Haziran_Temmuz_A\u011Fustos_Eyl\xFCl_Ekim_Kas\u0131m_Aral\u0131k".split("_"),monthsShort:"Oca_\u015Eub_Mar_Nis_May_Haz_Tem_A\u011Fu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Sal\u0131_\xC7ar\u015Famba_Per\u015Fembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_\xC7ar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_\xC7a_Pe_Cu_Ct".split("_"),meridiem:function(i,m,L){return i<12?L?"\xF6\xF6":"\xD6\xD6":L?"\xF6s":"\xD6S"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(i){return i==="\xF6s"||i==="\xD6S"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xFCn saat] LT",nextDay:"[yar\u0131n saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[d\xFCn] LT",lastWeek:"[ge\xE7en] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \xF6nce",s:"birka\xE7 saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir g\xFCn",dd:"%d g\xFCn",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir y\u0131l",yy:"%d y\u0131l"},ordinal:function(i,m){switch(m){case"d":case"D":case"Do":case"DD":return i;default:if(i===0)return i+"'\u0131nc\u0131";var L=i%10,v=i%100-L,j=i>=100?100:null;return i+(a[L]||a[v]||a[j])}},week:{dow:1,doy:7}});return f})},8254:function(Q,te,x){//! moment.js locale configuration
|
|
545
|
+
//! locale : Talossan [tzl]
|
|
546
|
+
//! author : Robin van der Vliet : https://github.com/robin0van0der0v
|
|
547
|
+
//! author : Iustì Canun
|
|
548
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
549
|
+
var a=M.defineLocale("tzl",{months:"Januar_Fevraglh_Mar\xE7_Avr\xEFu_Mai_G\xFCn_Julia_Guscht_Setemvar_Listop\xE4ts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_G\xFCn_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"S\xFAladi_L\xFAne\xE7i_Maitzi_M\xE1rcuri_Xh\xFAadi_Vi\xE9ner\xE7i_S\xE1turi".split("_"),weekdaysShort:"S\xFAl_L\xFAn_Mai_M\xE1r_Xh\xFA_Vi\xE9_S\xE1t".split("_"),weekdaysMin:"S\xFA_L\xFA_Ma_M\xE1_Xh_Vi_S\xE1".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(i){return i.toLowerCase()==="d'o"},meridiem:function(i,m,L){return i>11?L?"d'o":"D'O":L?"d'a":"D'A"},calendar:{sameDay:"[oxhi \xE0] LT",nextDay:"[dem\xE0 \xE0] LT",nextWeek:"dddd [\xE0] LT",lastDay:"[ieiri \xE0] LT",lastWeek:"[s\xFCr el] dddd [lasteu \xE0] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:f,ss:f,m:f,mm:f,h:f,hh:f,d:f,dd:f,M:f,MM:f,y:f,yy:f},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});function f(i,m,L,v){var j={s:["viensas secunds","'iensas secunds"],ss:[i+" secunds",""+i+" secunds"],m:["'n m\xEDut","'iens m\xEDut"],mm:[i+" m\xEDuts",""+i+" m\xEDuts"],h:["'n \xFEora","'iensa \xFEora"],hh:[i+" \xFEoras",""+i+" \xFEoras"],d:["'n ziua","'iensa ziua"],dd:[i+" ziuas",""+i+" ziuas"],M:["'n mes","'iens mes"],MM:[i+" mesen",""+i+" mesen"],y:["'n ar","'iens ar"],yy:[i+" ars",""+i+" ars"]};return v||m?j[L][0]:j[L][1]}return a})},699:function(Q,te,x){//! moment.js locale configuration
|
|
550
|
+
//! locale : Central Atlas Tamazight Latin [tzm-latn]
|
|
551
|
+
//! author : Abdel Said : https://github.com/abdelsaid
|
|
552
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
553
|
+
var a=M.defineLocale("tzm-latn",{months:"innayr_br\u02E4ayr\u02E4_mar\u02E4s\u02E4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02E4wbr\u02E4_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_br\u02E4ayr\u02E4_mar\u02E4s\u02E4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02E4wbr\u02E4_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1E0Dyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1E0Dyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1E0Dyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minu\u1E0D",mm:"%d minu\u1E0D",h:"sa\u025Ba",hh:"%d tassa\u025Bin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}});return a})},1106:function(Q,te,x){//! moment.js locale configuration
|
|
554
|
+
//! locale : Central Atlas Tamazight [tzm]
|
|
555
|
+
//! author : Abdel Said : https://github.com/abdelsaid
|
|
556
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
557
|
+
var a=M.defineLocale("tzm",{months:"\u2D49\u2D4F\u2D4F\u2D30\u2D62\u2D54_\u2D31\u2D55\u2D30\u2D62\u2D55_\u2D4E\u2D30\u2D55\u2D5A_\u2D49\u2D31\u2D54\u2D49\u2D54_\u2D4E\u2D30\u2D62\u2D62\u2D53_\u2D62\u2D53\u2D4F\u2D62\u2D53_\u2D62\u2D53\u2D4D\u2D62\u2D53\u2D63_\u2D56\u2D53\u2D5B\u2D5C_\u2D5B\u2D53\u2D5C\u2D30\u2D4F\u2D31\u2D49\u2D54_\u2D3D\u2D5F\u2D53\u2D31\u2D55_\u2D4F\u2D53\u2D61\u2D30\u2D4F\u2D31\u2D49\u2D54_\u2D37\u2D53\u2D4A\u2D4F\u2D31\u2D49\u2D54".split("_"),monthsShort:"\u2D49\u2D4F\u2D4F\u2D30\u2D62\u2D54_\u2D31\u2D55\u2D30\u2D62\u2D55_\u2D4E\u2D30\u2D55\u2D5A_\u2D49\u2D31\u2D54\u2D49\u2D54_\u2D4E\u2D30\u2D62\u2D62\u2D53_\u2D62\u2D53\u2D4F\u2D62\u2D53_\u2D62\u2D53\u2D4D\u2D62\u2D53\u2D63_\u2D56\u2D53\u2D5B\u2D5C_\u2D5B\u2D53\u2D5C\u2D30\u2D4F\u2D31\u2D49\u2D54_\u2D3D\u2D5F\u2D53\u2D31\u2D55_\u2D4F\u2D53\u2D61\u2D30\u2D4F\u2D31\u2D49\u2D54_\u2D37\u2D53\u2D4A\u2D4F\u2D31\u2D49\u2D54".split("_"),weekdays:"\u2D30\u2D59\u2D30\u2D4E\u2D30\u2D59_\u2D30\u2D62\u2D4F\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4F\u2D30\u2D59_\u2D30\u2D3D\u2D54\u2D30\u2D59_\u2D30\u2D3D\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4E\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D39\u2D62\u2D30\u2D59".split("_"),weekdaysShort:"\u2D30\u2D59\u2D30\u2D4E\u2D30\u2D59_\u2D30\u2D62\u2D4F\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4F\u2D30\u2D59_\u2D30\u2D3D\u2D54\u2D30\u2D59_\u2D30\u2D3D\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4E\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D39\u2D62\u2D30\u2D59".split("_"),weekdaysMin:"\u2D30\u2D59\u2D30\u2D4E\u2D30\u2D59_\u2D30\u2D62\u2D4F\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4F\u2D30\u2D59_\u2D30\u2D3D\u2D54\u2D30\u2D59_\u2D30\u2D3D\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D4E\u2D61\u2D30\u2D59_\u2D30\u2D59\u2D49\u2D39\u2D62\u2D30\u2D59".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u2D30\u2D59\u2D37\u2D45 \u2D34] LT",nextDay:"[\u2D30\u2D59\u2D3D\u2D30 \u2D34] LT",nextWeek:"dddd [\u2D34] LT",lastDay:"[\u2D30\u2D5A\u2D30\u2D4F\u2D5C \u2D34] LT",lastWeek:"dddd [\u2D34] LT",sameElse:"L"},relativeTime:{future:"\u2D37\u2D30\u2D37\u2D45 \u2D59 \u2D62\u2D30\u2D4F %s",past:"\u2D62\u2D30\u2D4F %s",s:"\u2D49\u2D4E\u2D49\u2D3D",ss:"%d \u2D49\u2D4E\u2D49\u2D3D",m:"\u2D4E\u2D49\u2D4F\u2D53\u2D3A",mm:"%d \u2D4E\u2D49\u2D4F\u2D53\u2D3A",h:"\u2D59\u2D30\u2D44\u2D30",hh:"%d \u2D5C\u2D30\u2D59\u2D59\u2D30\u2D44\u2D49\u2D4F",d:"\u2D30\u2D59\u2D59",dd:"%d o\u2D59\u2D59\u2D30\u2D4F",M:"\u2D30\u2D62o\u2D53\u2D54",MM:"%d \u2D49\u2D62\u2D62\u2D49\u2D54\u2D4F",y:"\u2D30\u2D59\u2D33\u2D30\u2D59",yy:"%d \u2D49\u2D59\u2D33\u2D30\u2D59\u2D4F"},week:{dow:6,doy:12}});return a})},9288:function(Q,te,x){//! moment.js locale configuration
|
|
558
|
+
//! locale : Uyghur (China) [ug-cn]
|
|
559
|
+
//! author: boyaq : https://github.com/boyaq
|
|
560
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
561
|
+
var a=M.defineLocale("ug-cn",{months:"\u064A\u0627\u0646\u06CB\u0627\u0631_\u0641\u06D0\u06CB\u0631\u0627\u0644_\u0645\u0627\u0631\u062A_\u0626\u0627\u067E\u0631\u06D0\u0644_\u0645\u0627\u064A_\u0626\u0649\u064A\u06C7\u0646_\u0626\u0649\u064A\u06C7\u0644_\u0626\u0627\u06CB\u063A\u06C7\u0633\u062A_\u0633\u06D0\u0646\u062A\u06D5\u0628\u0649\u0631_\u0626\u06C6\u0643\u062A\u06D5\u0628\u0649\u0631_\u0646\u0648\u064A\u0627\u0628\u0649\u0631_\u062F\u06D0\u0643\u0627\u0628\u0649\u0631".split("_"),monthsShort:"\u064A\u0627\u0646\u06CB\u0627\u0631_\u0641\u06D0\u06CB\u0631\u0627\u0644_\u0645\u0627\u0631\u062A_\u0626\u0627\u067E\u0631\u06D0\u0644_\u0645\u0627\u064A_\u0626\u0649\u064A\u06C7\u0646_\u0626\u0649\u064A\u06C7\u0644_\u0626\u0627\u06CB\u063A\u06C7\u0633\u062A_\u0633\u06D0\u0646\u062A\u06D5\u0628\u0649\u0631_\u0626\u06C6\u0643\u062A\u06D5\u0628\u0649\u0631_\u0646\u0648\u064A\u0627\u0628\u0649\u0631_\u062F\u06D0\u0643\u0627\u0628\u0649\u0631".split("_"),weekdays:"\u064A\u06D5\u0643\u0634\u06D5\u0646\u0628\u06D5_\u062F\u06C8\u0634\u06D5\u0646\u0628\u06D5_\u0633\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5_\u0686\u0627\u0631\u0634\u06D5\u0646\u0628\u06D5_\u067E\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5_\u062C\u06C8\u0645\u06D5_\u0634\u06D5\u0646\u0628\u06D5".split("_"),weekdaysShort:"\u064A\u06D5_\u062F\u06C8_\u0633\u06D5_\u0686\u0627_\u067E\u06D5_\u062C\u06C8_\u0634\u06D5".split("_"),weekdaysMin:"\u064A\u06D5_\u062F\u06C8_\u0633\u06D5_\u0686\u0627_\u067E\u06D5_\u062C\u06C8_\u0634\u06D5".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-\u064A\u0649\u0644\u0649M-\u0626\u0627\u064A\u0646\u0649\u06ADD-\u0643\u06C8\u0646\u0649",LLL:"YYYY-\u064A\u0649\u0644\u0649M-\u0626\u0627\u064A\u0646\u0649\u06ADD-\u0643\u06C8\u0646\u0649\u060C HH:mm",LLLL:"dddd\u060C YYYY-\u064A\u0649\u0644\u0649M-\u0626\u0627\u064A\u0646\u0649\u06ADD-\u0643\u06C8\u0646\u0649\u060C HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(f,i){return f===12&&(f=0),i==="\u064A\u06D0\u0631\u0649\u0645 \u0643\u06D0\u0686\u06D5"||i==="\u0633\u06D5\u06BE\u06D5\u0631"||i==="\u0686\u06C8\u0634\u062A\u0649\u0646 \u0628\u06C7\u0631\u06C7\u0646"?f:i==="\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u06D0\u064A\u0649\u0646"||i==="\u0643\u06D5\u0686"?f+12:f>=11?f:f+12},meridiem:function(f,i,m){var L=f*100+i;return L<600?"\u064A\u06D0\u0631\u0649\u0645 \u0643\u06D0\u0686\u06D5":L<900?"\u0633\u06D5\u06BE\u06D5\u0631":L<1130?"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0628\u06C7\u0631\u06C7\u0646":L<1230?"\u0686\u06C8\u0634":L<1800?"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u06D0\u064A\u0649\u0646":"\u0643\u06D5\u0686"},calendar:{sameDay:"[\u0628\u06C8\u06AF\u06C8\u0646 \u0633\u0627\u0626\u06D5\u062A] LT",nextDay:"[\u0626\u06D5\u062A\u06D5 \u0633\u0627\u0626\u06D5\u062A] LT",nextWeek:"[\u0643\u06D0\u0644\u06D5\u0631\u0643\u0649] dddd [\u0633\u0627\u0626\u06D5\u062A] LT",lastDay:"[\u062A\u06C6\u0646\u06C8\u06AF\u06C8\u0646] LT",lastWeek:"[\u0626\u0627\u0644\u062F\u0649\u0646\u0642\u0649] dddd [\u0633\u0627\u0626\u06D5\u062A] LT",sameElse:"L"},relativeTime:{future:"%s \u0643\u06D0\u064A\u0649\u0646",past:"%s \u0628\u06C7\u0631\u06C7\u0646",s:"\u0646\u06D5\u0686\u0686\u06D5 \u0633\u06D0\u0643\u0648\u0646\u062A",ss:"%d \u0633\u06D0\u0643\u0648\u0646\u062A",m:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06C7\u062A",mm:"%d \u0645\u0649\u0646\u06C7\u062A",h:"\u0628\u0649\u0631 \u0633\u0627\u0626\u06D5\u062A",hh:"%d \u0633\u0627\u0626\u06D5\u062A",d:"\u0628\u0649\u0631 \u0643\u06C8\u0646",dd:"%d \u0643\u06C8\u0646",M:"\u0628\u0649\u0631 \u0626\u0627\u064A",MM:"%d \u0626\u0627\u064A",y:"\u0628\u0649\u0631 \u064A\u0649\u0644",yy:"%d \u064A\u0649\u0644"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"-\u0643\u06C8\u0646\u0649";case"w":case"W":return f+"-\u06BE\u06D5\u067E\u062A\u06D5";default:return f}},preparse:function(f){return f.replace(/،/g,",")},postformat:function(f){return f.replace(/,/g,"\u060C")},week:{dow:1,doy:7}});return a})},7691:function(Q,te,x){//! moment.js locale configuration
|
|
562
|
+
//! locale : Ukrainian [uk]
|
|
563
|
+
//! author : zemlanin : https://github.com/zemlanin
|
|
564
|
+
//! Author : Menelion Elensúle : https://github.com/Oire
|
|
565
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
566
|
+
function a(v,j){var S=v.split("_");return j%10===1&&j%100!==11?S[0]:j%10>=2&&j%10<=4&&(j%100<10||j%100>=20)?S[1]:S[2]}function f(v,j,S){var A={ss:j?"\u0441\u0435\u043A\u0443\u043D\u0434\u0430_\u0441\u0435\u043A\u0443\u043D\u0434\u0438_\u0441\u0435\u043A\u0443\u043D\u0434":"\u0441\u0435\u043A\u0443\u043D\u0434\u0443_\u0441\u0435\u043A\u0443\u043D\u0434\u0438_\u0441\u0435\u043A\u0443\u043D\u0434",mm:j?"\u0445\u0432\u0438\u043B\u0438\u043D\u0430_\u0445\u0432\u0438\u043B\u0438\u043D\u0438_\u0445\u0432\u0438\u043B\u0438\u043D":"\u0445\u0432\u0438\u043B\u0438\u043D\u0443_\u0445\u0432\u0438\u043B\u0438\u043D\u0438_\u0445\u0432\u0438\u043B\u0438\u043D",hh:j?"\u0433\u043E\u0434\u0438\u043D\u0430_\u0433\u043E\u0434\u0438\u043D\u0438_\u0433\u043E\u0434\u0438\u043D":"\u0433\u043E\u0434\u0438\u043D\u0443_\u0433\u043E\u0434\u0438\u043D\u0438_\u0433\u043E\u0434\u0438\u043D",dd:"\u0434\u0435\u043D\u044C_\u0434\u043D\u0456_\u0434\u043D\u0456\u0432",MM:"\u043C\u0456\u0441\u044F\u0446\u044C_\u043C\u0456\u0441\u044F\u0446\u0456_\u043C\u0456\u0441\u044F\u0446\u0456\u0432",yy:"\u0440\u0456\u043A_\u0440\u043E\u043A\u0438_\u0440\u043E\u043A\u0456\u0432"};return S==="m"?j?"\u0445\u0432\u0438\u043B\u0438\u043D\u0430":"\u0445\u0432\u0438\u043B\u0438\u043D\u0443":S==="h"?j?"\u0433\u043E\u0434\u0438\u043D\u0430":"\u0433\u043E\u0434\u0438\u043D\u0443":v+" "+a(A[S],+v)}function i(v,j){var S={nominative:"\u043D\u0435\u0434\u0456\u043B\u044F_\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A_\u0432\u0456\u0432\u0442\u043E\u0440\u043E\u043A_\u0441\u0435\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440_\u043F\u2019\u044F\u0442\u043D\u0438\u0446\u044F_\u0441\u0443\u0431\u043E\u0442\u0430".split("_"),accusative:"\u043D\u0435\u0434\u0456\u043B\u044E_\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A_\u0432\u0456\u0432\u0442\u043E\u0440\u043E\u043A_\u0441\u0435\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440_\u043F\u2019\u044F\u0442\u043D\u0438\u0446\u044E_\u0441\u0443\u0431\u043E\u0442\u0443".split("_"),genitive:"\u043D\u0435\u0434\u0456\u043B\u0456_\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043A\u0430_\u0432\u0456\u0432\u0442\u043E\u0440\u043A\u0430_\u0441\u0435\u0440\u0435\u0434\u0438_\u0447\u0435\u0442\u0432\u0435\u0440\u0433\u0430_\u043F\u2019\u044F\u0442\u043D\u0438\u0446\u0456_\u0441\u0443\u0431\u043E\u0442\u0438".split("_")},A;return v===!0?S.nominative.slice(1,7).concat(S.nominative.slice(0,1)):v?(A=/(\[[ВвУу]\]) ?dddd/.test(j)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(j)?"genitive":"nominative",S[A][v.day()]):S.nominative}function m(v){return function(){return v+"\u043E"+(this.hours()===11?"\u0431":"")+"] LT"}}var L=M.defineLocale("uk",{months:{format:"\u0441\u0456\u0447\u043D\u044F_\u043B\u044E\u0442\u043E\u0433\u043E_\u0431\u0435\u0440\u0435\u0437\u043D\u044F_\u043A\u0432\u0456\u0442\u043D\u044F_\u0442\u0440\u0430\u0432\u043D\u044F_\u0447\u0435\u0440\u0432\u043D\u044F_\u043B\u0438\u043F\u043D\u044F_\u0441\u0435\u0440\u043F\u043D\u044F_\u0432\u0435\u0440\u0435\u0441\u043D\u044F_\u0436\u043E\u0432\u0442\u043D\u044F_\u043B\u0438\u0441\u0442\u043E\u043F\u0430\u0434\u0430_\u0433\u0440\u0443\u0434\u043D\u044F".split("_"),standalone:"\u0441\u0456\u0447\u0435\u043D\u044C_\u043B\u044E\u0442\u0438\u0439_\u0431\u0435\u0440\u0435\u0437\u0435\u043D\u044C_\u043A\u0432\u0456\u0442\u0435\u043D\u044C_\u0442\u0440\u0430\u0432\u0435\u043D\u044C_\u0447\u0435\u0440\u0432\u0435\u043D\u044C_\u043B\u0438\u043F\u0435\u043D\u044C_\u0441\u0435\u0440\u043F\u0435\u043D\u044C_\u0432\u0435\u0440\u0435\u0441\u0435\u043D\u044C_\u0436\u043E\u0432\u0442\u0435\u043D\u044C_\u043B\u0438\u0441\u0442\u043E\u043F\u0430\u0434_\u0433\u0440\u0443\u0434\u0435\u043D\u044C".split("_")},monthsShort:"\u0441\u0456\u0447_\u043B\u044E\u0442_\u0431\u0435\u0440_\u043A\u0432\u0456\u0442_\u0442\u0440\u0430\u0432_\u0447\u0435\u0440\u0432_\u043B\u0438\u043F_\u0441\u0435\u0440\u043F_\u0432\u0435\u0440_\u0436\u043E\u0432\u0442_\u043B\u0438\u0441\u0442_\u0433\u0440\u0443\u0434".split("_"),weekdays:i,weekdaysShort:"\u043D\u0434_\u043F\u043D_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043F\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043D\u0434_\u043F\u043D_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043F\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0440.",LLL:"D MMMM YYYY \u0440., HH:mm",LLLL:"dddd, D MMMM YYYY \u0440., HH:mm"},calendar:{sameDay:m("[\u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456 "),nextDay:m("[\u0417\u0430\u0432\u0442\u0440\u0430 "),lastDay:m("[\u0412\u0447\u043E\u0440\u0430 "),nextWeek:m("[\u0423] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return m("[\u041C\u0438\u043D\u0443\u043B\u043E\u0457] dddd [").call(this);case 1:case 2:case 4:return m("[\u041C\u0438\u043D\u0443\u043B\u043E\u0433\u043E] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"%s \u0442\u043E\u043C\u0443",s:"\u0434\u0435\u043A\u0456\u043B\u044C\u043A\u0430 \u0441\u0435\u043A\u0443\u043D\u0434",ss:f,m:f,mm:f,h:"\u0433\u043E\u0434\u0438\u043D\u0443",hh:f,d:"\u0434\u0435\u043D\u044C",dd:f,M:"\u043C\u0456\u0441\u044F\u0446\u044C",MM:f,y:"\u0440\u0456\u043A",yy:f},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(v){return/^(дня|вечора)$/.test(v)},meridiem:function(v,j,S){return v<4?"\u043D\u043E\u0447\u0456":v<12?"\u0440\u0430\u043D\u043A\u0443":v<17?"\u0434\u043D\u044F":"\u0432\u0435\u0447\u043E\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(v,j){switch(j){case"M":case"d":case"DDD":case"w":case"W":return v+"-\u0439";case"D":return v+"-\u0433\u043E";default:return v}},week:{dow:1,doy:7}});return L})},3795:function(Q,te,x){//! moment.js locale configuration
|
|
567
|
+
//! locale : Urdu [ur]
|
|
568
|
+
//! author : Sawood Alam : https://github.com/ibnesayeed
|
|
569
|
+
//! author : Zack : https://github.com/ZackVision
|
|
570
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
571
|
+
var a=["\u062C\u0646\u0648\u0631\u06CC","\u0641\u0631\u0648\u0631\u06CC","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u06CC\u0644","\u0645\u0626\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u0626\u06CC","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u06A9\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],f=["\u0627\u062A\u0648\u0627\u0631","\u067E\u06CC\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u06C1","\u06C1\u0641\u062A\u06C1"],i=M.defineLocale("ur",{months:a,monthsShort:a,weekdays:f,weekdaysShort:f,weekdaysMin:f,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060C D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(m){return m==="\u0634\u0627\u0645"},meridiem:function(m,L,v){return m<12?"\u0635\u0628\u062D":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0622\u062C \u0628\u0648\u0642\u062A] LT",nextDay:"[\u06A9\u0644 \u0628\u0648\u0642\u062A] LT",nextWeek:"dddd [\u0628\u0648\u0642\u062A] LT",lastDay:"[\u06AF\u0630\u0634\u062A\u06C1 \u0631\u0648\u0632 \u0628\u0648\u0642\u062A] LT",lastWeek:"[\u06AF\u0630\u0634\u062A\u06C1] dddd [\u0628\u0648\u0642\u062A] LT",sameElse:"L"},relativeTime:{future:"%s \u0628\u0639\u062F",past:"%s \u0642\u0628\u0644",s:"\u0686\u0646\u062F \u0633\u06CC\u06A9\u0646\u0688",ss:"%d \u0633\u06CC\u06A9\u0646\u0688",m:"\u0627\u06CC\u06A9 \u0645\u0646\u0679",mm:"%d \u0645\u0646\u0679",h:"\u0627\u06CC\u06A9 \u06AF\u06BE\u0646\u0679\u06C1",hh:"%d \u06AF\u06BE\u0646\u0679\u06D2",d:"\u0627\u06CC\u06A9 \u062F\u0646",dd:"%d \u062F\u0646",M:"\u0627\u06CC\u06A9 \u0645\u0627\u06C1",MM:"%d \u0645\u0627\u06C1",y:"\u0627\u06CC\u06A9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(m){return m.replace(/،/g,",")},postformat:function(m){return m.replace(/,/g,"\u060C")},week:{dow:1,doy:4}});return i})},588:function(Q,te,x){//! moment.js locale configuration
|
|
572
|
+
//! locale : Uzbek Latin [uz-latn]
|
|
573
|
+
//! author : Rasulbek Mirzayev : github.com/Rasulbeeek
|
|
574
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
575
|
+
var a=M.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}});return a})},6791:function(Q,te,x){//! moment.js locale configuration
|
|
576
|
+
//! locale : Uzbek [uz]
|
|
577
|
+
//! author : Sardor Muminov : https://github.com/muminoff
|
|
578
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
579
|
+
var a=M.defineLocale("uz",{months:"\u044F\u043D\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043B_\u043C\u0430\u0440\u0442_\u0430\u043F\u0440\u0435\u043B_\u043C\u0430\u0439_\u0438\u044E\u043D_\u0438\u044E\u043B_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043D\u0442\u044F\u0431\u0440_\u043E\u043A\u0442\u044F\u0431\u0440_\u043D\u043E\u044F\u0431\u0440_\u0434\u0435\u043A\u0430\u0431\u0440".split("_"),monthsShort:"\u044F\u043D\u0432_\u0444\u0435\u0432_\u043C\u0430\u0440_\u0430\u043F\u0440_\u043C\u0430\u0439_\u0438\u044E\u043D_\u0438\u044E\u043B_\u0430\u0432\u0433_\u0441\u0435\u043D_\u043E\u043A\u0442_\u043D\u043E\u044F_\u0434\u0435\u043A".split("_"),weekdays:"\u042F\u043A\u0448\u0430\u043D\u0431\u0430_\u0414\u0443\u0448\u0430\u043D\u0431\u0430_\u0421\u0435\u0448\u0430\u043D\u0431\u0430_\u0427\u043E\u0440\u0448\u0430\u043D\u0431\u0430_\u041F\u0430\u0439\u0448\u0430\u043D\u0431\u0430_\u0416\u0443\u043C\u0430_\u0428\u0430\u043D\u0431\u0430".split("_"),weekdaysShort:"\u042F\u043A\u0448_\u0414\u0443\u0448_\u0421\u0435\u0448_\u0427\u043E\u0440_\u041F\u0430\u0439_\u0416\u0443\u043C_\u0428\u0430\u043D".split("_"),weekdaysMin:"\u042F\u043A_\u0414\u0443_\u0421\u0435_\u0427\u043E_\u041F\u0430_\u0416\u0443_\u0428\u0430".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[\u0411\u0443\u0433\u0443\u043D \u0441\u043E\u0430\u0442] LT [\u0434\u0430]",nextDay:"[\u042D\u0440\u0442\u0430\u0433\u0430] LT [\u0434\u0430]",nextWeek:"dddd [\u043A\u0443\u043D\u0438 \u0441\u043E\u0430\u0442] LT [\u0434\u0430]",lastDay:"[\u041A\u0435\u0447\u0430 \u0441\u043E\u0430\u0442] LT [\u0434\u0430]",lastWeek:"[\u0423\u0442\u0433\u0430\u043D] dddd [\u043A\u0443\u043D\u0438 \u0441\u043E\u0430\u0442] LT [\u0434\u0430]",sameElse:"L"},relativeTime:{future:"\u042F\u043A\u0438\u043D %s \u0438\u0447\u0438\u0434\u0430",past:"\u0411\u0438\u0440 \u043D\u0435\u0447\u0430 %s \u043E\u043B\u0434\u0438\u043D",s:"\u0444\u0443\u0440\u0441\u0430\u0442",ss:"%d \u0444\u0443\u0440\u0441\u0430\u0442",m:"\u0431\u0438\u0440 \u0434\u0430\u043A\u0438\u043A\u0430",mm:"%d \u0434\u0430\u043A\u0438\u043A\u0430",h:"\u0431\u0438\u0440 \u0441\u043E\u0430\u0442",hh:"%d \u0441\u043E\u0430\u0442",d:"\u0431\u0438\u0440 \u043A\u0443\u043D",dd:"%d \u043A\u0443\u043D",M:"\u0431\u0438\u0440 \u043E\u0439",MM:"%d \u043E\u0439",y:"\u0431\u0438\u0440 \u0439\u0438\u043B",yy:"%d \u0439\u0438\u043B"},week:{dow:1,doy:7}});return a})},5666:function(Q,te,x){//! moment.js locale configuration
|
|
580
|
+
//! locale : Vietnamese [vi]
|
|
581
|
+
//! author : Bang Nguyen : https://github.com/bangnk
|
|
582
|
+
//! author : Chien Kira : https://github.com/chienkira
|
|
583
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
584
|
+
var a=M.defineLocale("vi",{months:"th\xE1ng 1_th\xE1ng 2_th\xE1ng 3_th\xE1ng 4_th\xE1ng 5_th\xE1ng 6_th\xE1ng 7_th\xE1ng 8_th\xE1ng 9_th\xE1ng 10_th\xE1ng 11_th\xE1ng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"ch\u1EE7 nh\u1EADt_th\u1EE9 hai_th\u1EE9 ba_th\u1EE9 t\u01B0_th\u1EE9 n\u0103m_th\u1EE9 s\xE1u_th\u1EE9 b\u1EA3y".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(f){return/^ch$/i.test(f)},meridiem:function(f,i,m){return f<12?m?"sa":"SA":m?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [n\u0103m] YYYY",LLL:"D MMMM [n\u0103m] YYYY HH:mm",LLLL:"dddd, D MMMM [n\u0103m] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[H\xF4m nay l\xFAc] LT",nextDay:"[Ng\xE0y mai l\xFAc] LT",nextWeek:"dddd [tu\u1EA7n t\u1EDBi l\xFAc] LT",lastDay:"[H\xF4m qua l\xFAc] LT",lastWeek:"dddd [tu\u1EA7n tr\u01B0\u1EDBc l\xFAc] LT",sameElse:"L"},relativeTime:{future:"%s t\u1EDBi",past:"%s tr\u01B0\u1EDBc",s:"v\xE0i gi\xE2y",ss:"%d gi\xE2y",m:"m\u1ED9t ph\xFAt",mm:"%d ph\xFAt",h:"m\u1ED9t gi\u1EDD",hh:"%d gi\u1EDD",d:"m\u1ED9t ng\xE0y",dd:"%d ng\xE0y",w:"m\u1ED9t tu\u1EA7n",ww:"%d tu\u1EA7n",M:"m\u1ED9t th\xE1ng",MM:"%d th\xE1ng",y:"m\u1ED9t n\u0103m",yy:"%d n\u0103m"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(f){return f},week:{dow:1,doy:4}});return a})},4378:function(Q,te,x){//! moment.js locale configuration
|
|
585
|
+
//! locale : Pseudo [x-pseudo]
|
|
586
|
+
//! author : Andrew Hood : https://github.com/andrewhood125
|
|
587
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
588
|
+
var a=M.defineLocale("x-pseudo",{months:"J~\xE1\xF1\xFA\xE1~r\xFD_F~\xE9br\xFA~\xE1r\xFD_~M\xE1rc~h_\xC1p~r\xEDl_~M\xE1\xFD_~J\xFA\xF1\xE9~_J\xFAl~\xFD_\xC1\xFA~g\xFAst~_S\xE9p~t\xE9mb~\xE9r_\xD3~ct\xF3b~\xE9r_\xD1~\xF3v\xE9m~b\xE9r_~D\xE9c\xE9~mb\xE9r".split("_"),monthsShort:"J~\xE1\xF1_~F\xE9b_~M\xE1r_~\xC1pr_~M\xE1\xFD_~J\xFA\xF1_~J\xFAl_~\xC1\xFAg_~S\xE9p_~\xD3ct_~\xD1\xF3v_~D\xE9c".split("_"),monthsParseExact:!0,weekdays:"S~\xFA\xF1d\xE1~\xFD_M\xF3~\xF1d\xE1\xFD~_T\xFA\xE9~sd\xE1\xFD~_W\xE9d~\xF1\xE9sd~\xE1\xFD_T~h\xFArs~d\xE1\xFD_~Fr\xEDd~\xE1\xFD_S~\xE1t\xFAr~d\xE1\xFD".split("_"),weekdaysShort:"S~\xFA\xF1_~M\xF3\xF1_~T\xFA\xE9_~W\xE9d_~Th\xFA_~Fr\xED_~S\xE1t".split("_"),weekdaysMin:"S~\xFA_M\xF3~_T\xFA_~W\xE9_T~h_Fr~_S\xE1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~\xF3d\xE1~\xFD \xE1t] LT",nextDay:"[T~\xF3m\xF3~rr\xF3~w \xE1t] LT",nextWeek:"dddd [\xE1t] LT",lastDay:"[\xDD~\xE9st~\xE9rd\xE1~\xFD \xE1t] LT",lastWeek:"[L~\xE1st] dddd [\xE1t] LT",sameElse:"L"},relativeTime:{future:"\xED~\xF1 %s",past:"%s \xE1~g\xF3",s:"\xE1 ~f\xE9w ~s\xE9c\xF3~\xF1ds",ss:"%d s~\xE9c\xF3\xF1~ds",m:"\xE1 ~m\xED\xF1~\xFAt\xE9",mm:"%d m~\xED\xF1\xFA~t\xE9s",h:"\xE1~\xF1 h\xF3~\xFAr",hh:"%d h~\xF3\xFArs",d:"\xE1 ~d\xE1\xFD",dd:"%d d~\xE1\xFDs",M:"\xE1 ~m\xF3\xF1~th",MM:"%d m~\xF3\xF1t~hs",y:"\xE1 ~\xFD\xE9\xE1r",yy:"%d \xFD~\xE9\xE1rs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(f){var i=f%10,m=~~(f%100/10)===1?"th":i===1?"st":i===2?"nd":i===3?"rd":"th";return f+m},week:{dow:1,doy:4}});return a})},5805:function(Q,te,x){//! moment.js locale configuration
|
|
589
|
+
//! locale : Yoruba Nigeria [yo]
|
|
590
|
+
//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
|
|
591
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
592
|
+
var a=M.defineLocale("yo",{months:"S\u1EB9\u0301r\u1EB9\u0301_E\u0300re\u0300le\u0300_\u1EB8r\u1EB9\u0300na\u0300_I\u0300gbe\u0301_E\u0300bibi_O\u0300ku\u0300du_Ag\u1EB9mo_O\u0300gu\u0301n_Owewe_\u1ECC\u0300wa\u0300ra\u0300_Be\u0301lu\u0301_\u1ECC\u0300p\u1EB9\u0300\u0300".split("_"),monthsShort:"S\u1EB9\u0301r_E\u0300rl_\u1EB8rn_I\u0300gb_E\u0300bi_O\u0300ku\u0300_Ag\u1EB9_O\u0300gu\u0301_Owe_\u1ECC\u0300wa\u0300_Be\u0301l_\u1ECC\u0300p\u1EB9\u0300\u0300".split("_"),weekdays:"A\u0300i\u0300ku\u0301_Aje\u0301_I\u0300s\u1EB9\u0301gun_\u1ECCj\u1ECD\u0301ru\u0301_\u1ECCj\u1ECD\u0301b\u1ECD_\u1EB8ti\u0300_A\u0300ba\u0301m\u1EB9\u0301ta".split("_"),weekdaysShort:"A\u0300i\u0300k_Aje\u0301_I\u0300s\u1EB9\u0301_\u1ECCjr_\u1ECCjb_\u1EB8ti\u0300_A\u0300ba\u0301".split("_"),weekdaysMin:"A\u0300i\u0300_Aj_I\u0300s_\u1ECCr_\u1ECCb_\u1EB8t_A\u0300b".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[O\u0300ni\u0300 ni] LT",nextDay:"[\u1ECC\u0300la ni] LT",nextWeek:"dddd [\u1ECCs\u1EB9\u0300 to\u0301n'b\u1ECD] [ni] LT",lastDay:"[A\u0300na ni] LT",lastWeek:"dddd [\u1ECCs\u1EB9\u0300 to\u0301l\u1ECD\u0301] [ni] LT",sameElse:"L"},relativeTime:{future:"ni\u0301 %s",past:"%s k\u1ECDja\u0301",s:"i\u0300s\u1EB9ju\u0301 aaya\u0301 die",ss:"aaya\u0301 %d",m:"i\u0300s\u1EB9ju\u0301 kan",mm:"i\u0300s\u1EB9ju\u0301 %d",h:"wa\u0301kati kan",hh:"wa\u0301kati %d",d:"\u1ECDj\u1ECD\u0301 kan",dd:"\u1ECDj\u1ECD\u0301 %d",M:"osu\u0300 kan",MM:"osu\u0300 %d",y:"\u1ECDdu\u0301n kan",yy:"\u1ECDdu\u0301n %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"\u1ECDj\u1ECD\u0301 %d",week:{dow:1,doy:4}});return a})},3839:function(Q,te,x){//! moment.js locale configuration
|
|
593
|
+
//! locale : Chinese (China) [zh-cn]
|
|
594
|
+
//! author : suupic : https://github.com/suupic
|
|
595
|
+
//! author : Zeno Zeng : https://github.com/zenozeng
|
|
596
|
+
//! author : uu109 : https://github.com/uu109
|
|
597
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
598
|
+
var a=M.defineLocale("zh-cn",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u5468\u65E5_\u5468\u4E00_\u5468\u4E8C_\u5468\u4E09_\u5468\u56DB_\u5468\u4E94_\u5468\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5Ah\u70B9mm\u5206",LLLL:"YYYY\u5E74M\u6708D\u65E5ddddAh\u70B9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(f,i){return f===12&&(f=0),i==="\u51CC\u6668"||i==="\u65E9\u4E0A"||i==="\u4E0A\u5348"?f:i==="\u4E0B\u5348"||i==="\u665A\u4E0A"?f+12:f>=11?f:f+12},meridiem:function(f,i,m){var L=f*100+i;return L<600?"\u51CC\u6668":L<900?"\u65E9\u4E0A":L<1130?"\u4E0A\u5348":L<1230?"\u4E2D\u5348":L<1800?"\u4E0B\u5348":"\u665A\u4E0A"},calendar:{sameDay:"[\u4ECA\u5929]LT",nextDay:"[\u660E\u5929]LT",nextWeek:function(f){return f.week()!==this.week()?"[\u4E0B]dddLT":"[\u672C]dddLT"},lastDay:"[\u6628\u5929]LT",lastWeek:function(f){return this.week()!==f.week()?"[\u4E0A]dddLT":"[\u672C]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"\u65E5";case"M":return f+"\u6708";case"w":case"W":return f+"\u5468";default:return f}},relativeTime:{future:"%s\u540E",past:"%s\u524D",s:"\u51E0\u79D2",ss:"%d \u79D2",m:"1 \u5206\u949F",mm:"%d \u5206\u949F",h:"1 \u5C0F\u65F6",hh:"%d \u5C0F\u65F6",d:"1 \u5929",dd:"%d \u5929",w:"1 \u5468",ww:"%d \u5468",M:"1 \u4E2A\u6708",MM:"%d \u4E2A\u6708",y:"1 \u5E74",yy:"%d \u5E74"},week:{dow:1,doy:4}});return a})},5726:function(Q,te,x){//! moment.js locale configuration
|
|
599
|
+
//! locale : Chinese (Hong Kong) [zh-hk]
|
|
600
|
+
//! author : Ben : https://github.com/ben-lin
|
|
601
|
+
//! author : Chris Lam : https://github.com/hehachris
|
|
602
|
+
//! author : Konstantin : https://github.com/skfd
|
|
603
|
+
//! author : Anthony : https://github.com/anthonylau
|
|
604
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
605
|
+
var a=M.defineLocale("zh-hk",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u9031\u65E5_\u9031\u4E00_\u9031\u4E8C_\u9031\u4E09_\u9031\u56DB_\u9031\u4E94_\u9031\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5 HH:mm",LLLL:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="\u51CC\u6668"||i==="\u65E9\u4E0A"||i==="\u4E0A\u5348")return f;if(i==="\u4E2D\u5348")return f>=11?f:f+12;if(i==="\u4E0B\u5348"||i==="\u665A\u4E0A")return f+12},meridiem:function(f,i,m){var L=f*100+i;return L<600?"\u51CC\u6668":L<900?"\u65E9\u4E0A":L<1200?"\u4E0A\u5348":L===1200?"\u4E2D\u5348":L<1800?"\u4E0B\u5348":"\u665A\u4E0A"},calendar:{sameDay:"[\u4ECA\u5929]LT",nextDay:"[\u660E\u5929]LT",nextWeek:"[\u4E0B]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4E0A]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"\u65E5";case"M":return f+"\u6708";case"w":case"W":return f+"\u9031";default:return f}},relativeTime:{future:"%s\u5F8C",past:"%s\u524D",s:"\u5E7E\u79D2",ss:"%d \u79D2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5C0F\u6642",hh:"%d \u5C0F\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500B\u6708",MM:"%d \u500B\u6708",y:"1 \u5E74",yy:"%d \u5E74"}});return a})},9807:function(Q,te,x){//! moment.js locale configuration
|
|
606
|
+
//! locale : Chinese (Macau) [zh-mo]
|
|
607
|
+
//! author : Ben : https://github.com/ben-lin
|
|
608
|
+
//! author : Chris Lam : https://github.com/hehachris
|
|
609
|
+
//! author : Tan Yuanhong : https://github.com/le0tan
|
|
610
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
611
|
+
var a=M.defineLocale("zh-mo",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u9031\u65E5_\u9031\u4E00_\u9031\u4E8C_\u9031\u4E09_\u9031\u56DB_\u9031\u4E94_\u9031\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5 HH:mm",LLLL:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm",l:"D/M/YYYY",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="\u51CC\u6668"||i==="\u65E9\u4E0A"||i==="\u4E0A\u5348")return f;if(i==="\u4E2D\u5348")return f>=11?f:f+12;if(i==="\u4E0B\u5348"||i==="\u665A\u4E0A")return f+12},meridiem:function(f,i,m){var L=f*100+i;return L<600?"\u51CC\u6668":L<900?"\u65E9\u4E0A":L<1130?"\u4E0A\u5348":L<1230?"\u4E2D\u5348":L<1800?"\u4E0B\u5348":"\u665A\u4E0A"},calendar:{sameDay:"[\u4ECA\u5929] LT",nextDay:"[\u660E\u5929] LT",nextWeek:"[\u4E0B]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4E0A]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"\u65E5";case"M":return f+"\u6708";case"w":case"W":return f+"\u9031";default:return f}},relativeTime:{future:"%s\u5167",past:"%s\u524D",s:"\u5E7E\u79D2",ss:"%d \u79D2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5C0F\u6642",hh:"%d \u5C0F\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500B\u6708",MM:"%d \u500B\u6708",y:"1 \u5E74",yy:"%d \u5E74"}});return a})},4152:function(Q,te,x){//! moment.js locale configuration
|
|
612
|
+
//! locale : Chinese (Taiwan) [zh-tw]
|
|
613
|
+
//! author : Ben : https://github.com/ben-lin
|
|
614
|
+
//! author : Chris Lam : https://github.com/hehachris
|
|
615
|
+
(function(M,a){a(x(381))})(this,function(M){"use strict";//! moment.js locale configuration
|
|
616
|
+
var a=M.defineLocale("zh-tw",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u9031\u65E5_\u9031\u4E00_\u9031\u4E8C_\u9031\u4E09_\u9031\u56DB_\u9031\u4E94_\u9031\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5 HH:mm",LLLL:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(f,i){if(f===12&&(f=0),i==="\u51CC\u6668"||i==="\u65E9\u4E0A"||i==="\u4E0A\u5348")return f;if(i==="\u4E2D\u5348")return f>=11?f:f+12;if(i==="\u4E0B\u5348"||i==="\u665A\u4E0A")return f+12},meridiem:function(f,i,m){var L=f*100+i;return L<600?"\u51CC\u6668":L<900?"\u65E9\u4E0A":L<1130?"\u4E0A\u5348":L<1230?"\u4E2D\u5348":L<1800?"\u4E0B\u5348":"\u665A\u4E0A"},calendar:{sameDay:"[\u4ECA\u5929] LT",nextDay:"[\u660E\u5929] LT",nextWeek:"[\u4E0B]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4E0A]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(f,i){switch(i){case"d":case"D":case"DDD":return f+"\u65E5";case"M":return f+"\u6708";case"w":case"W":return f+"\u9031";default:return f}},relativeTime:{future:"%s\u5F8C",past:"%s\u524D",s:"\u5E7E\u79D2",ss:"%d \u79D2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5C0F\u6642",hh:"%d \u5C0F\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500B\u6708",MM:"%d \u500B\u6708",y:"1 \u5E74",yy:"%d \u5E74"}});return a})},6700:(Q,te,x)=>{var M={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":5655,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":5655,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":5453,"./ro.js":5453,"./ru":1793,"./ru.js":1793,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function a(i){var m=f(i);return x(m)}function f(i){if(!x.o(M,i)){var m=new Error("Cannot find module '"+i+"'");throw m.code="MODULE_NOT_FOUND",m}return M[i]}a.keys=function(){return Object.keys(M)},a.resolve=f,Q.exports=a,a.id=6700},381:function(Q,te,x){Q=x.nmd(Q);//! moment.js
|
|
617
|
+
//! version : 2.29.4
|
|
618
|
+
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
619
|
+
//! license : MIT
|
|
620
|
+
//! momentjs.com
|
|
621
|
+
(function(M,a){Q.exports=a()})(this,function(){"use strict";var M;function a(){return M.apply(null,arguments)}function f(n){M=n}function i(n){return n instanceof Array||Object.prototype.toString.call(n)==="[object Array]"}function m(n){return n!=null&&Object.prototype.toString.call(n)==="[object Object]"}function L(n,u){return Object.prototype.hasOwnProperty.call(n,u)}function v(n){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(n).length===0;var u;for(u in n)if(L(n,u))return!1;return!0}function j(n){return n===void 0}function S(n){return typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]"}function A(n){return n instanceof Date||Object.prototype.toString.call(n)==="[object Date]"}function $(n,u){var y=[],T,H=n.length;for(T=0;T<H;++T)y.push(u(n[T],T));return y}function B(n,u){for(var y in u)L(u,y)&&(n[y]=u[y]);return L(u,"toString")&&(n.toString=u.toString),L(u,"valueOf")&&(n.valueOf=u.valueOf),n}function P(n,u,y,T){return ki(n,u,y,T,!0).utc()}function X(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function V(n){return n._pf==null&&(n._pf=X()),n._pf}var ne;Array.prototype.some?ne=Array.prototype.some:ne=function(n){var u=Object(this),y=u.length>>>0,T;for(T=0;T<y;T++)if(T in u&&n.call(this,u[T],T,u))return!0;return!1};function Z(n){if(n._isValid==null){var u=V(n),y=ne.call(u.parsedDateParts,function(H){return H!=null}),T=!isNaN(n._d.getTime())&&u.overflow<0&&!u.empty&&!u.invalidEra&&!u.invalidMonth&&!u.invalidWeekday&&!u.weekdayMismatch&&!u.nullInput&&!u.invalidFormat&&!u.userInvalidated&&(!u.meridiem||u.meridiem&&y);if(n._strict&&(T=T&&u.charsLeftOver===0&&u.unusedTokens.length===0&&u.bigHour===void 0),Object.isFrozen==null||!Object.isFrozen(n))n._isValid=T;else return T}return n._isValid}function de(n){var u=P(NaN);return n!=null?B(V(u),n):V(u).userInvalidated=!0,u}var U=a.momentProperties=[],z=!1;function ae(n,u){var y,T,H,ie=U.length;if(j(u._isAMomentObject)||(n._isAMomentObject=u._isAMomentObject),j(u._i)||(n._i=u._i),j(u._f)||(n._f=u._f),j(u._l)||(n._l=u._l),j(u._strict)||(n._strict=u._strict),j(u._tzm)||(n._tzm=u._tzm),j(u._isUTC)||(n._isUTC=u._isUTC),j(u._offset)||(n._offset=u._offset),j(u._pf)||(n._pf=V(u)),j(u._locale)||(n._locale=u._locale),ie>0)for(y=0;y<ie;y++)T=U[y],H=u[T],j(H)||(n[T]=H);return n}function Oe(n){ae(this,n),this._d=new Date(n._d!=null?n._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),z===!1&&(z=!0,a.updateOffset(this),z=!1)}function Re(n){return n instanceof Oe||n!=null&&n._isAMomentObject!=null}function je(n){a.suppressDeprecationWarnings===!1&&typeof console!="undefined"&&console.warn&&console.warn("Deprecation warning: "+n)}function Ue(n,u){var y=!0;return B(function(){if(a.deprecationHandler!=null&&a.deprecationHandler(null,n),y){var T=[],H,ie,Le,ut=arguments.length;for(ie=0;ie<ut;ie++){if(H="",typeof arguments[ie]=="object"){H+=`
|
|
622
|
+
[`+ie+"] ";for(Le in arguments[0])L(arguments[0],Le)&&(H+=Le+": "+arguments[0][Le]+", ");H=H.slice(0,-2)}else H=arguments[ie];T.push(H)}je(n+`
|
|
623
|
+
Arguments: `+Array.prototype.slice.call(T).join("")+`
|
|
624
|
+
`+new Error().stack),y=!1}return u.apply(this,arguments)},u)}var Ve={};function Be(n,u){a.deprecationHandler!=null&&a.deprecationHandler(n,u),Ve[n]||(je(u),Ve[n]=!0)}a.suppressDeprecationWarnings=!1,a.deprecationHandler=null;function Ie(n){return typeof Function!="undefined"&&n instanceof Function||Object.prototype.toString.call(n)==="[object Function]"}function oe(n){var u,y;for(y in n)L(n,y)&&(u=n[y],Ie(u)?this[y]=u:this["_"+y]=u);this._config=n,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Me(n,u){var y=B({},n),T;for(T in u)L(u,T)&&(m(n[T])&&m(u[T])?(y[T]={},B(y[T],n[T]),B(y[T],u[T])):u[T]!=null?y[T]=u[T]:delete y[T]);for(T in n)L(n,T)&&!L(u,T)&&m(n[T])&&(y[T]=B({},y[T]));return y}function _e(n){n!=null&&this.set(n)}var Ee;Object.keys?Ee=Object.keys:Ee=function(n){var u,y=[];for(u in n)L(n,u)&&y.push(u);return y};var xe={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Je(n,u,y){var T=this._calendar[n]||this._calendar.sameElse;return Ie(T)?T.call(u,y):T}function fe(n,u,y){var T=""+Math.abs(n),H=u-T.length,ie=n>=0;return(ie?y?"+":"":"-")+Math.pow(10,Math.max(0,H)).toString().substr(1)+T}var at=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ot=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Lt={},Jt={};function pe(n,u,y,T){var H=T;typeof T=="string"&&(H=function(){return this[T]()}),n&&(Jt[n]=H),u&&(Jt[u[0]]=function(){return fe(H.apply(this,arguments),u[1],u[2])}),y&&(Jt[y]=function(){return this.localeData().ordinal(H.apply(this,arguments),n)})}function Ce(n){return n.match(/\[[\s\S]/)?n.replace(/^\[|\]$/g,""):n.replace(/\\/g,"")}function et(n){var u=n.match(at),y,T;for(y=0,T=u.length;y<T;y++)Jt[u[y]]?u[y]=Jt[u[y]]:u[y]=Ce(u[y]);return function(H){var ie="",Le;for(Le=0;Le<T;Le++)ie+=Ie(u[Le])?u[Le].call(H,n):u[Le];return ie}}function Xe(n,u){return n.isValid()?(u=qe(u,n.localeData()),Lt[u]=Lt[u]||et(u),Lt[u](n)):n.localeData().invalidDate()}function qe(n,u){var y=5;function T(H){return u.longDateFormat(H)||H}for(ot.lastIndex=0;y>=0&&ot.test(n);)n=n.replace(ot,T),ot.lastIndex=0,y-=1;return n}var Ht={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"};function At(n){var u=this._longDateFormat[n],y=this._longDateFormat[n.toUpperCase()];return u||!y?u:(this._longDateFormat[n]=y.match(at).map(function(T){return T==="MMMM"||T==="MM"||T==="DD"||T==="dddd"?T.slice(1):T}).join(""),this._longDateFormat[n])}var $t="Invalid date";function nr(){return this._invalidDate}var wt="%d",Ut=/\d{1,2}/;function he(n){return this._ordinal.replace("%d",n)}var Ne={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function tt(n,u,y,T){var H=this._relativeTime[y];return Ie(H)?H(n,u,y,T):H.replace(/%d/i,n)}function lt(n,u){var y=this._relativeTime[n>0?"future":"past"];return Ie(y)?y(u):y.replace(/%s/i,u)}var nt={};function Ke(n,u){var y=n.toLowerCase();nt[y]=nt[y+"s"]=nt[u]=n}function Pt(n){return typeof n=="string"?nt[n]||nt[n.toLowerCase()]:void 0}function Tt(n){var u={},y,T;for(T in n)L(n,T)&&(y=Pt(T),y&&(u[y]=n[T]));return u}var Gt={};function Bt(n,u){Gt[n]=u}function dr(n){var u=[],y;for(y in n)L(n,y)&&u.push({unit:y,priority:Gt[y]});return u.sort(function(T,H){return T.priority-H.priority}),u}function cr(n){return n%4===0&&n%100!==0||n%400===0}function Ct(n){return n<0?Math.ceil(n)||0:Math.floor(n)}function rt(n){var u=+n,y=0;return u!==0&&isFinite(u)&&(y=Ct(u)),y}function bt(n,u){return function(y){return y!=null?(pr(this,n,y),a.updateOffset(this,u),this):wr(this,n)}}function wr(n,u){return n.isValid()?n._d["get"+(n._isUTC?"UTC":"")+u]():NaN}function pr(n,u,y){n.isValid()&&!isNaN(y)&&(u==="FullYear"&&cr(n.year())&&n.month()===1&&n.date()===29?(y=rt(y),n._d["set"+(n._isUTC?"UTC":"")+u](y,n.month(),nn(y,n.month()))):n._d["set"+(n._isUTC?"UTC":"")+u](y))}function qr(n){return n=Pt(n),Ie(this[n])?this[n]():this}function C(n,u){if(typeof n=="object"){n=Tt(n);var y=dr(n),T,H=y.length;for(T=0;T<H;T++)this[y[T].unit](n[y[T].unit])}else if(n=Pt(n),Ie(this[n]))return this[n](u);return this}var p=/\d/,b=/\d\d/,G=/\d{3}/,ue=/\d{4}/,we=/[+-]?\d{6}/,be=/\d\d?/,gt=/\d\d\d\d?/,Dt=/\d\d\d\d\d\d?/,St=/\d{1,3}/,jt=/\d{1,4}/,kt=/[+-]?\d{1,6}/,re=/\d+/,se=/[+-]?\d+/,ye=/Z|[+-]\d\d:?\d\d/gi,ke=/Z|[+-]\d\d(?::?\d\d)?/gi,Ye=/[+-]?\d+(\.\d{1,3})?/,Ze=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,it;it={};function Se(n,u,y){it[n]=Ie(u)?u:function(T,H){return T&&y?y:u}}function mt(n,u){return L(it,n)?it[n](u._strict,u._locale):new RegExp(st(n))}function st(n){return ft(n.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(u,y,T,H,ie){return y||T||H||ie}))}function ft(n){return n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var Xt={};function _t(n,u){var y,T=u,H;for(typeof n=="string"&&(n=[n]),S(u)&&(T=function(ie,Le){Le[u]=rt(ie)}),H=n.length,y=0;y<H;y++)Xt[n[y]]=T}function sr(n,u){_t(n,function(y,T,H,ie){H._w=H._w||{},u(y,H._w,H,ie)})}function ar(n,u,y){u!=null&&L(Xt,n)&&Xt[n](u,y._a,y,n)}var Qt=0,br=1,yr=2,ir=3,Mr=4,Or=5,Er=6,zn=7,zr=8;function Fn(n,u){return(n%u+u)%u}var or;Array.prototype.indexOf?or=Array.prototype.indexOf:or=function(n){var u;for(u=0;u<this.length;++u)if(this[u]===n)return u;return-1};function nn(n,u){if(isNaN(n)||isNaN(u))return NaN;var y=Fn(u,12);return n+=(u-y)/12,y===1?cr(n)?29:28:31-y%7%2}pe("M",["MM",2],"Mo",function(){return this.month()+1}),pe("MMM",0,0,function(n){return this.localeData().monthsShort(this,n)}),pe("MMMM",0,0,function(n){return this.localeData().months(this,n)}),Ke("month","M"),Bt("month",8),Se("M",be),Se("MM",be,b),Se("MMM",function(n,u){return u.monthsShortRegex(n)}),Se("MMMM",function(n,u){return u.monthsRegex(n)}),_t(["M","MM"],function(n,u){u[br]=rt(n)-1}),_t(["MMM","MMMM"],function(n,u,y,T){var H=y._locale.monthsParse(n,T,y._strict);H!=null?u[br]=H:V(y).invalidMonth=n});var Qe="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),dt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),zt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Nt=Ze,Ot=Ze;function Kt(n,u){return n?i(this._months)?this._months[n.month()]:this._months[(this._months.isFormat||zt).test(u)?"format":"standalone"][n.month()]:i(this._months)?this._months:this._months.standalone}function Ft(n,u){return n?i(this._monthsShort)?this._monthsShort[n.month()]:this._monthsShort[zt.test(u)?"format":"standalone"][n.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function It(n,u,y){var T,H,ie,Le=n.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],T=0;T<12;++T)ie=P([2e3,T]),this._shortMonthsParse[T]=this.monthsShort(ie,"").toLocaleLowerCase(),this._longMonthsParse[T]=this.months(ie,"").toLocaleLowerCase();return y?u==="MMM"?(H=or.call(this._shortMonthsParse,Le),H!==-1?H:null):(H=or.call(this._longMonthsParse,Le),H!==-1?H:null):u==="MMM"?(H=or.call(this._shortMonthsParse,Le),H!==-1?H:(H=or.call(this._longMonthsParse,Le),H!==-1?H:null)):(H=or.call(this._longMonthsParse,Le),H!==-1?H:(H=or.call(this._shortMonthsParse,Le),H!==-1?H:null))}function Wt(n,u,y){var T,H,ie;if(this._monthsParseExact)return It.call(this,n,u,y);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),T=0;T<12;T++){if(H=P([2e3,T]),y&&!this._longMonthsParse[T]&&(this._longMonthsParse[T]=new RegExp("^"+this.months(H,"").replace(".","")+"$","i"),this._shortMonthsParse[T]=new RegExp("^"+this.monthsShort(H,"").replace(".","")+"$","i")),!y&&!this._monthsParse[T]&&(ie="^"+this.months(H,"")+"|^"+this.monthsShort(H,""),this._monthsParse[T]=new RegExp(ie.replace(".",""),"i")),y&&u==="MMMM"&&this._longMonthsParse[T].test(n))return T;if(y&&u==="MMM"&&this._shortMonthsParse[T].test(n))return T;if(!y&&this._monthsParse[T].test(n))return T}}function Vt(n,u){var y;if(!n.isValid())return n;if(typeof u=="string"){if(/^\d+$/.test(u))u=rt(u);else if(u=n.localeData().monthsParse(u),!S(u))return n}return y=Math.min(n.date(),nn(n.year(),u)),n._d["set"+(n._isUTC?"UTC":"")+"Month"](u,y),n}function qt(n){return n!=null?(Vt(this,n),a.updateOffset(this,!0),this):wr(this,"Month")}function Fr(){return nn(this.year(),this.month())}function an(n){return this._monthsParseExact?(L(this,"_monthsRegex")||ci.call(this),n?this._monthsShortStrictRegex:this._monthsShortRegex):(L(this,"_monthsShortRegex")||(this._monthsShortRegex=Nt),this._monthsShortStrictRegex&&n?this._monthsShortStrictRegex:this._monthsShortRegex)}function bo(n){return this._monthsParseExact?(L(this,"_monthsRegex")||ci.call(this),n?this._monthsStrictRegex:this._monthsRegex):(L(this,"_monthsRegex")||(this._monthsRegex=Ot),this._monthsStrictRegex&&n?this._monthsStrictRegex:this._monthsRegex)}function ci(){function n(Le,ut){return ut.length-Le.length}var u=[],y=[],T=[],H,ie;for(H=0;H<12;H++)ie=P([2e3,H]),u.push(this.monthsShort(ie,"")),y.push(this.months(ie,"")),T.push(this.months(ie,"")),T.push(this.monthsShort(ie,""));for(u.sort(n),y.sort(n),T.sort(n),H=0;H<12;H++)u[H]=ft(u[H]),y[H]=ft(y[H]);for(H=0;H<24;H++)T[H]=ft(T[H]);this._monthsRegex=new RegExp("^("+T.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+y.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+u.join("|")+")","i")}pe("Y",0,0,function(){var n=this.year();return n<=9999?fe(n,4):"+"+n}),pe(0,["YY",2],0,function(){return this.year()%100}),pe(0,["YYYY",4],0,"year"),pe(0,["YYYYY",5],0,"year"),pe(0,["YYYYYY",6,!0],0,"year"),Ke("year","y"),Bt("year",1),Se("Y",se),Se("YY",be,b),Se("YYYY",jt,ue),Se("YYYYY",kt,we),Se("YYYYYY",kt,we),_t(["YYYYY","YYYYYY"],Qt),_t("YYYY",function(n,u){u[Qt]=n.length===2?a.parseTwoDigitYear(n):rt(n)}),_t("YY",function(n,u){u[Qt]=a.parseTwoDigitYear(n)}),_t("Y",function(n,u){u[Qt]=parseInt(n,10)});function En(n){return cr(n)?366:365}a.parseTwoDigitYear=function(n){return rt(n)+(rt(n)>68?1900:2e3)};var mi=bt("FullYear",!0);function Mo(){return cr(this.year())}function Lo(n,u,y,T,H,ie,Le){var ut;return n<100&&n>=0?(ut=new Date(n+400,u,y,T,H,ie,Le),isFinite(ut.getFullYear())&&ut.setFullYear(n)):ut=new Date(n,u,y,T,H,ie,Le),ut}function jn(n){var u,y;return n<100&&n>=0?(y=Array.prototype.slice.call(arguments),y[0]=n+400,u=new Date(Date.UTC.apply(null,y)),isFinite(u.getUTCFullYear())&&u.setUTCFullYear(n)):u=new Date(Date.UTC.apply(null,arguments)),u}function Un(n,u,y){var T=7+u-y,H=(7+jn(n,0,T).getUTCDay()-u)%7;return-H+T-1}function fi(n,u,y,T,H){var ie=(7+y-T)%7,Le=Un(n,T,H),ut=1+7*(u-1)+ie+Le,Yt,Zt;return ut<=0?(Yt=n-1,Zt=En(Yt)+ut):ut>En(n)?(Yt=n+1,Zt=ut-En(n)):(Yt=n,Zt=ut),{year:Yt,dayOfYear:Zt}}function xn(n,u,y){var T=Un(n.year(),u,y),H=Math.floor((n.dayOfYear()-T-1)/7)+1,ie,Le;return H<1?(Le=n.year()-1,ie=H+Ur(Le,u,y)):H>Ur(n.year(),u,y)?(ie=H-Ur(n.year(),u,y),Le=n.year()+1):(Le=n.year(),ie=H),{week:ie,year:Le}}function Ur(n,u,y){var T=Un(n,u,y),H=Un(n+1,u,y);return(En(n)-T+H)/7}pe("w",["ww",2],"wo","week"),pe("W",["WW",2],"Wo","isoWeek"),Ke("week","w"),Ke("isoWeek","W"),Bt("week",5),Bt("isoWeek",5),Se("w",be),Se("ww",be,b),Se("W",be),Se("WW",be,b),sr(["w","ww","W","WW"],function(n,u,y,T){u[T.substr(0,1)]=rt(n)});function hi(n){return xn(n,this._week.dow,this._week.doy).week}var ko={dow:0,doy:6};function ya(){return this._week.dow}function _i(){return this._week.doy}function To(n){var u=this.localeData().week(this);return n==null?u:this.add((n-u)*7,"d")}function Yo(n){var u=xn(this,1,4).week;return n==null?u:this.add((n-u)*7,"d")}pe("d",0,"do","day"),pe("dd",0,0,function(n){return this.localeData().weekdaysMin(this,n)}),pe("ddd",0,0,function(n){return this.localeData().weekdaysShort(this,n)}),pe("dddd",0,0,function(n){return this.localeData().weekdays(this,n)}),pe("e",0,0,"weekday"),pe("E",0,0,"isoWeekday"),Ke("day","d"),Ke("weekday","e"),Ke("isoWeekday","E"),Bt("day",11),Bt("weekday",11),Bt("isoWeekday",11),Se("d",be),Se("e",be),Se("E",be),Se("dd",function(n,u){return u.weekdaysMinRegex(n)}),Se("ddd",function(n,u){return u.weekdaysShortRegex(n)}),Se("dddd",function(n,u){return u.weekdaysRegex(n)}),sr(["dd","ddd","dddd"],function(n,u,y,T){var H=y._locale.weekdaysParse(n,T,y._strict);H!=null?u.d=H:V(y).invalidWeekday=n}),sr(["d","e","E"],function(n,u,y,T){u[T]=rt(n)});function So(n,u){return typeof n!="string"?n:isNaN(n)?(n=u.weekdaysParse(n),typeof n=="number"?n:null):parseInt(n,10)}function Do(n,u){return typeof n=="string"?u.weekdaysParse(n)%7||7:isNaN(n)?null:n}function ga(n,u){return n.slice(u,7).concat(n.slice(0,u))}var on="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),pi="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Oo="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Eo=Ze,jo=Ze,xo=Ze;function Po(n,u){var y=i(this._weekdays)?this._weekdays:this._weekdays[n&&n!==!0&&this._weekdays.isFormat.test(u)?"format":"standalone"];return n===!0?ga(y,this._week.dow):n?y[n.day()]:y}function Io(n){return n===!0?ga(this._weekdaysShort,this._week.dow):n?this._weekdaysShort[n.day()]:this._weekdaysShort}function Ho(n){return n===!0?ga(this._weekdaysMin,this._week.dow):n?this._weekdaysMin[n.day()]:this._weekdaysMin}function Ao(n,u,y){var T,H,ie,Le=n.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],T=0;T<7;++T)ie=P([2e3,1]).day(T),this._minWeekdaysParse[T]=this.weekdaysMin(ie,"").toLocaleLowerCase(),this._shortWeekdaysParse[T]=this.weekdaysShort(ie,"").toLocaleLowerCase(),this._weekdaysParse[T]=this.weekdays(ie,"").toLocaleLowerCase();return y?u==="dddd"?(H=or.call(this._weekdaysParse,Le),H!==-1?H:null):u==="ddd"?(H=or.call(this._shortWeekdaysParse,Le),H!==-1?H:null):(H=or.call(this._minWeekdaysParse,Le),H!==-1?H:null):u==="dddd"?(H=or.call(this._weekdaysParse,Le),H!==-1||(H=or.call(this._shortWeekdaysParse,Le),H!==-1)?H:(H=or.call(this._minWeekdaysParse,Le),H!==-1?H:null)):u==="ddd"?(H=or.call(this._shortWeekdaysParse,Le),H!==-1||(H=or.call(this._weekdaysParse,Le),H!==-1)?H:(H=or.call(this._minWeekdaysParse,Le),H!==-1?H:null)):(H=or.call(this._minWeekdaysParse,Le),H!==-1||(H=or.call(this._weekdaysParse,Le),H!==-1)?H:(H=or.call(this._shortWeekdaysParse,Le),H!==-1?H:null))}function Co(n,u,y){var T,H,ie;if(this._weekdaysParseExact)return Ao.call(this,n,u,y);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),T=0;T<7;T++){if(H=P([2e3,1]).day(T),y&&!this._fullWeekdaysParse[T]&&(this._fullWeekdaysParse[T]=new RegExp("^"+this.weekdays(H,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[T]=new RegExp("^"+this.weekdaysShort(H,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[T]=new RegExp("^"+this.weekdaysMin(H,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[T]||(ie="^"+this.weekdays(H,"")+"|^"+this.weekdaysShort(H,"")+"|^"+this.weekdaysMin(H,""),this._weekdaysParse[T]=new RegExp(ie.replace(".",""),"i")),y&&u==="dddd"&&this._fullWeekdaysParse[T].test(n))return T;if(y&&u==="ddd"&&this._shortWeekdaysParse[T].test(n))return T;if(y&&u==="dd"&&this._minWeekdaysParse[T].test(n))return T;if(!y&&this._weekdaysParse[T].test(n))return T}}function No(n){if(!this.isValid())return n!=null?this:NaN;var u=this._isUTC?this._d.getUTCDay():this._d.getDay();return n!=null?(n=So(n,this.localeData()),this.add(n-u,"d")):u}function Wo(n){if(!this.isValid())return n!=null?this:NaN;var u=(this.day()+7-this.localeData()._week.dow)%7;return n==null?u:this.add(n-u,"d")}function Pn(n){if(!this.isValid())return n!=null?this:NaN;if(n!=null){var u=Do(n,this.localeData());return this.day(this.day()%7?u:u-7)}else return this.day()||7}function Ro(n){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||In.call(this),n?this._weekdaysStrictRegex:this._weekdaysRegex):(L(this,"_weekdaysRegex")||(this._weekdaysRegex=Eo),this._weekdaysStrictRegex&&n?this._weekdaysStrictRegex:this._weekdaysRegex)}function wa(n){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||In.call(this),n?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(L(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=jo),this._weekdaysShortStrictRegex&&n?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Bo(n){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||In.call(this),n?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(L(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=xo),this._weekdaysMinStrictRegex&&n?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function In(){function n(Yr,Qr){return Qr.length-Yr.length}var u=[],y=[],T=[],H=[],ie,Le,ut,Yt,Zt;for(ie=0;ie<7;ie++)Le=P([2e3,1]).day(ie),ut=ft(this.weekdaysMin(Le,"")),Yt=ft(this.weekdaysShort(Le,"")),Zt=ft(this.weekdays(Le,"")),u.push(ut),y.push(Yt),T.push(Zt),H.push(ut),H.push(Yt),H.push(Zt);u.sort(n),y.sort(n),T.sort(n),H.sort(n),this._weekdaysRegex=new RegExp("^("+H.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+T.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+y.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+u.join("|")+")","i")}function ba(){return this.hours()%12||12}function Ma(){return this.hours()||24}pe("H",["HH",2],0,"hour"),pe("h",["hh",2],0,ba),pe("k",["kk",2],0,Ma),pe("hmm",0,0,function(){return""+ba.apply(this)+fe(this.minutes(),2)}),pe("hmmss",0,0,function(){return""+ba.apply(this)+fe(this.minutes(),2)+fe(this.seconds(),2)}),pe("Hmm",0,0,function(){return""+this.hours()+fe(this.minutes(),2)}),pe("Hmmss",0,0,function(){return""+this.hours()+fe(this.minutes(),2)+fe(this.seconds(),2)});function vi(n,u){pe(n,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),u)})}vi("a",!0),vi("A",!1),Ke("hour","h"),Bt("hour",13);function Gn(n,u){return u._meridiemParse}Se("a",Gn),Se("A",Gn),Se("H",be),Se("h",be),Se("k",be),Se("HH",be,b),Se("hh",be,b),Se("kk",be,b),Se("hmm",gt),Se("hmmss",Dt),Se("Hmm",gt),Se("Hmmss",Dt),_t(["H","HH"],ir),_t(["k","kk"],function(n,u,y){var T=rt(n);u[ir]=T===24?0:T}),_t(["a","A"],function(n,u,y){y._isPm=y._locale.isPM(n),y._meridiem=n}),_t(["h","hh"],function(n,u,y){u[ir]=rt(n),V(y).bigHour=!0}),_t("hmm",function(n,u,y){var T=n.length-2;u[ir]=rt(n.substr(0,T)),u[Mr]=rt(n.substr(T)),V(y).bigHour=!0}),_t("hmmss",function(n,u,y){var T=n.length-4,H=n.length-2;u[ir]=rt(n.substr(0,T)),u[Mr]=rt(n.substr(T,2)),u[Or]=rt(n.substr(H)),V(y).bigHour=!0}),_t("Hmm",function(n,u,y){var T=n.length-2;u[ir]=rt(n.substr(0,T)),u[Mr]=rt(n.substr(T))}),_t("Hmmss",function(n,u,y){var T=n.length-4,H=n.length-2;u[ir]=rt(n.substr(0,T)),u[Mr]=rt(n.substr(T,2)),u[Or]=rt(n.substr(H))});function zo(n){return(n+"").toLowerCase().charAt(0)==="p"}var La=/[ap]\.?m?\.?/i,yi=bt("Hours",!0);function Fo(n,u,y){return n>11?y?"pm":"PM":y?"am":"AM"}var ka={calendar:xe,longDateFormat:Ht,invalidDate:$t,ordinal:wt,dayOfMonthOrdinalParse:Ut,relativeTime:Ne,months:Qe,monthsShort:dt,week:ko,weekdays:on,weekdaysMin:Oo,weekdaysShort:pi,meridiemParse:La},er={},vn={},yn;function Uo(n,u){var y,T=Math.min(n.length,u.length);for(y=0;y<T;y+=1)if(n[y]!==u[y])return y;return T}function gi(n){return n&&n.toLowerCase().replace("_","-")}function Go(n){for(var u=0,y,T,H,ie;u<n.length;){for(ie=gi(n[u]).split("-"),y=ie.length,T=gi(n[u+1]),T=T?T.split("-"):null;y>0;){if(H=$n(ie.slice(0,y).join("-")),H)return H;if(T&&T.length>=y&&Uo(ie,T)>=y-1)break;y--}u++}return yn}function $o(n){return n.match("^[^/\\\\]*$")!=null}function $n(n){var u=null,y;if(er[n]===void 0&&!0&&Q&&Q.exports&&$o(n))try{u=yn._abbr,y=void 0,x(6700)("./"+n),kr(u)}catch(T){er[n]=null}return er[n]}function kr(n,u){var y;return n&&(j(u)?y=Gr(n):y=Ta(n,u),y?yn=y:typeof console!="undefined"&&console.warn&&console.warn("Locale "+n+" not found. Did you forget to load it?")),yn._abbr}function Ta(n,u){if(u!==null){var y,T=ka;if(u.abbr=n,er[n]!=null)Be("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),T=er[n]._config;else if(u.parentLocale!=null)if(er[u.parentLocale]!=null)T=er[u.parentLocale]._config;else if(y=$n(u.parentLocale),y!=null)T=y._config;else return vn[u.parentLocale]||(vn[u.parentLocale]=[]),vn[u.parentLocale].push({name:n,config:u}),null;return er[n]=new _e(Me(T,u)),vn[n]&&vn[n].forEach(function(H){Ta(H.name,H.config)}),kr(n),er[n]}else return delete er[n],null}function Vo(n,u){if(u!=null){var y,T,H=ka;er[n]!=null&&er[n].parentLocale!=null?er[n].set(Me(er[n]._config,u)):(T=$n(n),T!=null&&(H=T._config),u=Me(H,u),T==null&&(u.abbr=n),y=new _e(u),y.parentLocale=er[n],er[n]=y),kr(n)}else er[n]!=null&&(er[n].parentLocale!=null?(er[n]=er[n].parentLocale,n===kr()&&kr(n)):er[n]!=null&&delete er[n]);return er[n]}function Gr(n){var u;if(n&&n._locale&&n._locale._abbr&&(n=n._locale._abbr),!n)return yn;if(!i(n)){if(u=$n(n),u)return u;n=[n]}return Go(n)}function wi(){return Ee(er)}function Vn(n){var u,y=n._a;return y&&V(n).overflow===-2&&(u=y[br]<0||y[br]>11?br:y[yr]<1||y[yr]>nn(y[Qt],y[br])?yr:y[ir]<0||y[ir]>24||y[ir]===24&&(y[Mr]!==0||y[Or]!==0||y[Er]!==0)?ir:y[Mr]<0||y[Mr]>59?Mr:y[Or]<0||y[Or]>59?Or:y[Er]<0||y[Er]>999?Er:-1,V(n)._overflowDayOfYear&&(u<Qt||u>yr)&&(u=yr),V(n)._overflowWeeks&&u===-1&&(u=zn),V(n)._overflowWeekday&&u===-1&&(u=zr),V(n).overflow=u),n}var Jo=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,qo=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ko=/Z|[+-]\d\d(?::?\d\d)?/,Jn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Ya=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],bi=/^\/?Date\((-?\d+)/i,Zo=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Xo={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Sa(n){var u,y,T=n._i,H=Jo.exec(T)||qo.exec(T),ie,Le,ut,Yt,Zt=Jn.length,Yr=Ya.length;if(H){for(V(n).iso=!0,u=0,y=Zt;u<y;u++)if(Jn[u][1].exec(H[1])){Le=Jn[u][0],ie=Jn[u][2]!==!1;break}if(Le==null){n._isValid=!1;return}if(H[3]){for(u=0,y=Yr;u<y;u++)if(Ya[u][1].exec(H[3])){ut=(H[2]||" ")+Ya[u][0];break}if(ut==null){n._isValid=!1;return}}if(!ie&&ut!=null){n._isValid=!1;return}if(H[4])if(Ko.exec(H[4]))Yt="Z";else{n._isValid=!1;return}n._f=Le+(ut||"")+(Yt||""),Ea(n)}else n._isValid=!1}function Qo(n,u,y,T,H,ie){var Le=[es(n),dt.indexOf(u),parseInt(y,10),parseInt(T,10),parseInt(H,10)];return ie&&Le.push(parseInt(ie,10)),Le}function es(n){var u=parseInt(n,10);return u<=49?2e3+u:u<=999?1900+u:u}function ts(n){return n.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function rs(n,u,y){if(n){var T=pi.indexOf(n),H=new Date(u[0],u[1],u[2]).getDay();if(T!==H)return V(y).weekdayMismatch=!0,y._isValid=!1,!1}return!0}function Mi(n,u,y){if(n)return Xo[n];if(u)return 0;var T=parseInt(y,10),H=T%100,ie=(T-H)/100;return ie*60+H}function Da(n){var u=Zo.exec(ts(n._i)),y;if(u){if(y=Qo(u[4],u[3],u[2],u[5],u[6],u[7]),!rs(u[1],y,n))return;n._a=y,n._tzm=Mi(u[8],u[9],u[10]),n._d=jn.apply(null,n._a),n._d.setUTCMinutes(n._d.getUTCMinutes()-n._tzm),V(n).rfc2822=!0}else n._isValid=!1}function ns(n){var u=bi.exec(n._i);if(u!==null){n._d=new Date(+u[1]);return}if(Sa(n),n._isValid===!1)delete n._isValid;else return;if(Da(n),n._isValid===!1)delete n._isValid;else return;n._strict?n._isValid=!1:a.createFromInputFallback(n)}a.createFromInputFallback=Ue("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(n){n._d=new Date(n._i+(n._useUTC?" UTC":""))});function sn(n,u,y){return n!=null?n:u!=null?u:y}function as(n){var u=new Date(a.now());return n._useUTC?[u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()]:[u.getFullYear(),u.getMonth(),u.getDate()]}function Oa(n){var u,y,T=[],H,ie,Le;if(!n._d){for(H=as(n),n._w&&n._a[yr]==null&&n._a[br]==null&&is(n),n._dayOfYear!=null&&(Le=sn(n._a[Qt],H[Qt]),(n._dayOfYear>En(Le)||n._dayOfYear===0)&&(V(n)._overflowDayOfYear=!0),y=jn(Le,0,n._dayOfYear),n._a[br]=y.getUTCMonth(),n._a[yr]=y.getUTCDate()),u=0;u<3&&n._a[u]==null;++u)n._a[u]=T[u]=H[u];for(;u<7;u++)n._a[u]=T[u]=n._a[u]==null?u===2?1:0:n._a[u];n._a[ir]===24&&n._a[Mr]===0&&n._a[Or]===0&&n._a[Er]===0&&(n._nextDay=!0,n._a[ir]=0),n._d=(n._useUTC?jn:Lo).apply(null,T),ie=n._useUTC?n._d.getUTCDay():n._d.getDay(),n._tzm!=null&&n._d.setUTCMinutes(n._d.getUTCMinutes()-n._tzm),n._nextDay&&(n._a[ir]=24),n._w&&typeof n._w.d!="undefined"&&n._w.d!==ie&&(V(n).weekdayMismatch=!0)}}function is(n){var u,y,T,H,ie,Le,ut,Yt,Zt;u=n._w,u.GG!=null||u.W!=null||u.E!=null?(ie=1,Le=4,y=sn(u.GG,n._a[Qt],xn(tr(),1,4).year),T=sn(u.W,1),H=sn(u.E,1),(H<1||H>7)&&(Yt=!0)):(ie=n._locale._week.dow,Le=n._locale._week.doy,Zt=xn(tr(),ie,Le),y=sn(u.gg,n._a[Qt],Zt.year),T=sn(u.w,Zt.week),u.d!=null?(H=u.d,(H<0||H>6)&&(Yt=!0)):u.e!=null?(H=u.e+ie,(u.e<0||u.e>6)&&(Yt=!0)):H=ie),T<1||T>Ur(y,ie,Le)?V(n)._overflowWeeks=!0:Yt!=null?V(n)._overflowWeekday=!0:(ut=fi(y,T,H,ie,Le),n._a[Qt]=ut.year,n._dayOfYear=ut.dayOfYear)}a.ISO_8601=function(){},a.RFC_2822=function(){};function Ea(n){if(n._f===a.ISO_8601){Sa(n);return}if(n._f===a.RFC_2822){Da(n);return}n._a=[],V(n).empty=!0;var u=""+n._i,y,T,H,ie,Le,ut=u.length,Yt=0,Zt,Yr;for(H=qe(n._f,n._locale).match(at)||[],Yr=H.length,y=0;y<Yr;y++)ie=H[y],T=(u.match(mt(ie,n))||[])[0],T&&(Le=u.substr(0,u.indexOf(T)),Le.length>0&&V(n).unusedInput.push(Le),u=u.slice(u.indexOf(T)+T.length),Yt+=T.length),Jt[ie]?(T?V(n).empty=!1:V(n).unusedTokens.push(ie),ar(ie,T,n)):n._strict&&!T&&V(n).unusedTokens.push(ie);V(n).charsLeftOver=ut-Yt,u.length>0&&V(n).unusedInput.push(u),n._a[ir]<=12&&V(n).bigHour===!0&&n._a[ir]>0&&(V(n).bigHour=void 0),V(n).parsedDateParts=n._a.slice(0),V(n).meridiem=n._meridiem,n._a[ir]=os(n._locale,n._a[ir],n._meridiem),Zt=V(n).era,Zt!==null&&(n._a[Qt]=n._locale.erasConvertYear(Zt,n._a[Qt])),Oa(n),Vn(n)}function os(n,u,y){var T;return y==null?u:n.meridiemHour!=null?n.meridiemHour(u,y):(n.isPM!=null&&(T=n.isPM(y),T&&u<12&&(u+=12),!T&&u===12&&(u=0)),u)}function ss(n){var u,y,T,H,ie,Le,ut=!1,Yt=n._f.length;if(Yt===0){V(n).invalidFormat=!0,n._d=new Date(NaN);return}for(H=0;H<Yt;H++)ie=0,Le=!1,u=ae({},n),n._useUTC!=null&&(u._useUTC=n._useUTC),u._f=n._f[H],Ea(u),Z(u)&&(Le=!0),ie+=V(u).charsLeftOver,ie+=V(u).unusedTokens.length*10,V(u).score=ie,ut?ie<T&&(T=ie,y=u):(T==null||ie<T||Le)&&(T=ie,y=u,Le&&(ut=!0));B(n,y||u)}function us(n){if(!n._d){var u=Tt(n._i),y=u.day===void 0?u.date:u.day;n._a=$([u.year,u.month,y,u.hour,u.minute,u.second,u.millisecond],function(T){return T&&parseInt(T,10)}),Oa(n)}}function ls(n){var u=new Oe(Vn(Li(n)));return u._nextDay&&(u.add(1,"d"),u._nextDay=void 0),u}function Li(n){var u=n._i,y=n._f;return n._locale=n._locale||Gr(n._l),u===null||y===void 0&&u===""?de({nullInput:!0}):(typeof u=="string"&&(n._i=u=n._locale.preparse(u)),Re(u)?new Oe(Vn(u)):(A(u)?n._d=u:i(y)?ss(n):y?Ea(n):ds(n),Z(n)||(n._d=null),n))}function ds(n){var u=n._i;j(u)?n._d=new Date(a.now()):A(u)?n._d=new Date(u.valueOf()):typeof u=="string"?ns(n):i(u)?(n._a=$(u.slice(0),function(y){return parseInt(y,10)}),Oa(n)):m(u)?us(n):S(u)?n._d=new Date(u):a.createFromInputFallback(n)}function ki(n,u,y,T,H){var ie={};return(u===!0||u===!1)&&(T=u,u=void 0),(y===!0||y===!1)&&(T=y,y=void 0),(m(n)&&v(n)||i(n)&&n.length===0)&&(n=void 0),ie._isAMomentObject=!0,ie._useUTC=ie._isUTC=H,ie._l=y,ie._i=n,ie._f=u,ie._strict=T,ls(ie)}function tr(n,u,y,T){return ki(n,u,y,T,!1)}var cs=Ue("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var n=tr.apply(null,arguments);return this.isValid()&&n.isValid()?n<this?this:n:de()}),ms=Ue("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var n=tr.apply(null,arguments);return this.isValid()&&n.isValid()?n>this?this:n:de()});function Ti(n,u){var y,T;if(u.length===1&&i(u[0])&&(u=u[0]),!u.length)return tr();for(y=u[0],T=1;T<u.length;++T)(!u[T].isValid()||u[T][n](y))&&(y=u[T]);return y}function fs(){var n=[].slice.call(arguments,0);return Ti("isBefore",n)}function hs(){var n=[].slice.call(arguments,0);return Ti("isAfter",n)}var _s=function(){return Date.now?Date.now():+new Date},Hn=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ps(n){var u,y=!1,T,H=Hn.length;for(u in n)if(L(n,u)&&!(or.call(Hn,u)!==-1&&(n[u]==null||!isNaN(n[u]))))return!1;for(T=0;T<H;++T)if(n[Hn[T]]){if(y)return!1;parseFloat(n[Hn[T]])!==rt(n[Hn[T]])&&(y=!0)}return!0}function vs(){return this._isValid}function ys(){return Pr(NaN)}function qn(n){var u=Tt(n),y=u.year||0,T=u.quarter||0,H=u.month||0,ie=u.week||u.isoWeek||0,Le=u.day||0,ut=u.hour||0,Yt=u.minute||0,Zt=u.second||0,Yr=u.millisecond||0;this._isValid=ps(u),this._milliseconds=+Yr+Zt*1e3+Yt*6e4+ut*1e3*60*60,this._days=+Le+ie*7,this._months=+H+T*3+y*12,this._data={},this._locale=Gr(),this._bubble()}function Kn(n){return n instanceof qn}function ja(n){return n<0?Math.round(-1*n)*-1:Math.round(n)}function gs(n,u,y){var T=Math.min(n.length,u.length),H=Math.abs(n.length-u.length),ie=0,Le;for(Le=0;Le<T;Le++)(y&&n[Le]!==u[Le]||!y&&rt(n[Le])!==rt(u[Le]))&&ie++;return ie+H}function Yi(n,u){pe(n,0,0,function(){var y=this.utcOffset(),T="+";return y<0&&(y=-y,T="-"),T+fe(~~(y/60),2)+u+fe(~~y%60,2)})}Yi("Z",":"),Yi("ZZ",""),Se("Z",ke),Se("ZZ",ke),_t(["Z","ZZ"],function(n,u,y){y._useUTC=!0,y._tzm=xa(ke,n)});var rr=/([\+\-]|\d\d)/gi;function xa(n,u){var y=(u||"").match(n),T,H,ie;return y===null?null:(T=y[y.length-1]||[],H=(T+"").match(rr)||["-",0,0],ie=+(H[1]*60)+rt(H[2]),ie===0?0:H[0]==="+"?ie:-ie)}function Pa(n,u){var y,T;return u._isUTC?(y=u.clone(),T=(Re(n)||A(n)?n.valueOf():tr(n).valueOf())-y.valueOf(),y._d.setTime(y._d.valueOf()+T),a.updateOffset(y,!1),y):tr(n).local()}function Ia(n){return-Math.round(n._d.getTimezoneOffset())}a.updateOffset=function(){};function ws(n,u,y){var T=this._offset||0,H;if(!this.isValid())return n!=null?this:NaN;if(n!=null){if(typeof n=="string"){if(n=xa(ke,n),n===null)return this}else Math.abs(n)<16&&!y&&(n=n*60);return!this._isUTC&&u&&(H=Ia(this)),this._offset=n,this._isUTC=!0,H!=null&&this.add(H,"m"),T!==n&&(!u||this._changeInProgress?Ii(this,Pr(n-T,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?T:Ia(this)}function Si(n,u){return n!=null?(typeof n!="string"&&(n=-n),this.utcOffset(n,u),this):-this.utcOffset()}function An(n){return this.utcOffset(0,n)}function bs(n){return this._isUTC&&(this.utcOffset(0,n),this._isUTC=!1,n&&this.subtract(Ia(this),"m")),this}function Ha(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var n=xa(ye,this._i);n!=null?this.utcOffset(n):this.utcOffset(0,!0)}return this}function Ms(n){return this.isValid()?(n=n?tr(n).utcOffset():0,(this.utcOffset()-n)%60===0):!1}function Di(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Oi(){if(!j(this._isDSTShifted))return this._isDSTShifted;var n={},u;return ae(n,this),n=Li(n),n._a?(u=n._isUTC?P(n._a):tr(n._a),this._isDSTShifted=this.isValid()&&gs(n._a,u.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Ls(){return this.isValid()?!this._isUTC:!1}function ks(){return this.isValid()?this._isUTC:!1}function Ei(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Ts=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ys=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Pr(n,u){var y=n,T=null,H,ie,Le;return Kn(n)?y={ms:n._milliseconds,d:n._days,M:n._months}:S(n)||!isNaN(+n)?(y={},u?y[u]=+n:y.milliseconds=+n):(T=Ts.exec(n))?(H=T[1]==="-"?-1:1,y={y:0,d:rt(T[yr])*H,h:rt(T[ir])*H,m:rt(T[Mr])*H,s:rt(T[Or])*H,ms:rt(ja(T[Er]*1e3))*H}):(T=Ys.exec(n))?(H=T[1]==="-"?-1:1,y={y:un(T[2],H),M:un(T[3],H),w:un(T[4],H),d:un(T[5],H),h:un(T[6],H),m:un(T[7],H),s:un(T[8],H)}):y==null?y={}:typeof y=="object"&&("from"in y||"to"in y)&&(Le=xi(tr(y.from),tr(y.to)),y={},y.ms=Le.milliseconds,y.M=Le.months),ie=new qn(y),Kn(n)&&L(n,"_locale")&&(ie._locale=n._locale),Kn(n)&&L(n,"_isValid")&&(ie._isValid=n._isValid),ie}Pr.fn=qn.prototype,Pr.invalid=ys;function un(n,u){var y=n&&parseFloat(n.replace(",","."));return(isNaN(y)?0:y)*u}function ji(n,u){var y={};return y.months=u.month()-n.month()+(u.year()-n.year())*12,n.clone().add(y.months,"M").isAfter(u)&&--y.months,y.milliseconds=+u-+n.clone().add(y.months,"M"),y}function xi(n,u){var y;return n.isValid()&&u.isValid()?(u=Pa(u,n),n.isBefore(u)?y=ji(n,u):(y=ji(u,n),y.milliseconds=-y.milliseconds,y.months=-y.months),y):{milliseconds:0,months:0}}function Pi(n,u){return function(y,T){var H,ie;return T!==null&&!isNaN(+T)&&(Be(u,"moment()."+u+"(period, number) is deprecated. Please use moment()."+u+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),ie=y,y=T,T=ie),H=Pr(y,T),Ii(this,H,n),this}}function Ii(n,u,y,T){var H=u._milliseconds,ie=ja(u._days),Le=ja(u._months);!n.isValid()||(T=T==null?!0:T,Le&&Vt(n,wr(n,"Month")+Le*y),ie&&pr(n,"Date",wr(n,"Date")+ie*y),H&&n._d.setTime(n._d.valueOf()+H*y),T&&a.updateOffset(n,ie||Le))}var Ss=Pi(1,"add"),Ds=Pi(-1,"subtract");function Aa(n){return typeof n=="string"||n instanceof String}function Nu(n){return Re(n)||A(n)||Aa(n)||S(n)||Hi(n)||Ca(n)||n===null||n===void 0}function Ca(n){var u=m(n)&&!v(n),y=!1,T=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],H,ie,Le=T.length;for(H=0;H<Le;H+=1)ie=T[H],y=y||L(n,ie);return u&&y}function Hi(n){var u=i(n),y=!1;return u&&(y=n.filter(function(T){return!S(T)&&Aa(n)}).length===0),u&&y}function Wu(n){var u=m(n)&&!v(n),y=!1,T=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],H,ie;for(H=0;H<T.length;H+=1)ie=T[H],y=y||L(n,ie);return u&&y}function Ru(n,u){var y=n.diff(u,"days",!0);return y<-6?"sameElse":y<-1?"lastWeek":y<0?"lastDay":y<1?"sameDay":y<2?"nextDay":y<7?"nextWeek":"sameElse"}function Ai(n,u){arguments.length===1&&(arguments[0]?Nu(arguments[0])?(n=arguments[0],u=void 0):Wu(arguments[0])&&(u=arguments[0],n=void 0):(n=void 0,u=void 0));var y=n||tr(),T=Pa(y,this).startOf("day"),H=a.calendarFormat(this,T)||"sameElse",ie=u&&(Ie(u[H])?u[H].call(this,y):u[H]);return this.format(ie||this.localeData().calendar(H,this,tr(y)))}function Os(){return new Oe(this)}function Bu(n,u){var y=Re(n)?n:tr(n);return this.isValid()&&y.isValid()?(u=Pt(u)||"millisecond",u==="millisecond"?this.valueOf()>y.valueOf():y.valueOf()<this.clone().startOf(u).valueOf()):!1}function Na(n,u){var y=Re(n)?n:tr(n);return this.isValid()&&y.isValid()?(u=Pt(u)||"millisecond",u==="millisecond"?this.valueOf()<y.valueOf():this.clone().endOf(u).valueOf()<y.valueOf()):!1}function Wa(n,u,y,T){var H=Re(n)?n:tr(n),ie=Re(u)?u:tr(u);return this.isValid()&&H.isValid()&&ie.isValid()?(T=T||"()",(T[0]==="("?this.isAfter(H,y):!this.isBefore(H,y))&&(T[1]===")"?this.isBefore(ie,y):!this.isAfter(ie,y))):!1}function Ra(n,u){var y=Re(n)?n:tr(n),T;return this.isValid()&&y.isValid()?(u=Pt(u)||"millisecond",u==="millisecond"?this.valueOf()===y.valueOf():(T=y.valueOf(),this.clone().startOf(u).valueOf()<=T&&T<=this.clone().endOf(u).valueOf())):!1}function Ci(n,u){return this.isSame(n,u)||this.isAfter(n,u)}function Zn(n,u){return this.isSame(n,u)||this.isBefore(n,u)}function zu(n,u,y){var T,H,ie;if(!this.isValid())return NaN;if(T=Pa(n,this),!T.isValid())return NaN;switch(H=(T.utcOffset()-this.utcOffset())*6e4,u=Pt(u),u){case"year":ie=Ba(this,T)/12;break;case"month":ie=Ba(this,T);break;case"quarter":ie=Ba(this,T)/3;break;case"second":ie=(this-T)/1e3;break;case"minute":ie=(this-T)/6e4;break;case"hour":ie=(this-T)/36e5;break;case"day":ie=(this-T-H)/864e5;break;case"week":ie=(this-T-H)/6048e5;break;default:ie=this-T}return y?ie:Ct(ie)}function Ba(n,u){if(n.date()<u.date())return-Ba(u,n);var y=(u.year()-n.year())*12+(u.month()-n.month()),T=n.clone().add(y,"months"),H,ie;return u-T<0?(H=n.clone().add(y-1,"months"),ie=(u-T)/(T-H)):(H=n.clone().add(y+1,"months"),ie=(u-T)/(H-T)),-(y+ie)||0}a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Fu(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Uu(n){if(!this.isValid())return null;var u=n!==!0,y=u?this.clone().utc():this;return y.year()<0||y.year()>9999?Xe(y,u?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Ie(Date.prototype.toISOString)?u?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Xe(y,"Z")):Xe(y,u?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function za(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var n="moment",u="",y,T,H,ie;return this.isLocal()||(n=this.utcOffset()===0?"moment.utc":"moment.parseZone",u="Z"),y="["+n+'("]',T=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",H="-MM-DD[T]HH:mm:ss.SSS",ie=u+'[")]',this.format(y+T+H+ie)}function Fa(n){n||(n=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var u=Xe(this,n);return this.localeData().postformat(u)}function Ni(n,u){return this.isValid()&&(Re(n)&&n.isValid()||tr(n).isValid())?Pr({to:this,from:n}).locale(this.locale()).humanize(!u):this.localeData().invalidDate()}function Es(n){return this.from(tr(),n)}function Wi(n,u){return this.isValid()&&(Re(n)&&n.isValid()||tr(n).isValid())?Pr({from:this,to:n}).locale(this.locale()).humanize(!u):this.localeData().invalidDate()}function Gu(n){return this.to(tr(),n)}function Ri(n){var u;return n===void 0?this._locale._abbr:(u=Gr(n),u!=null&&(this._locale=u),this)}var Ua=Ue("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(n){return n===void 0?this.localeData():this.locale(n)});function Bi(){return this._locale}var gn=1e3,Cn=60*gn,wn=60*Cn,Ga=(365*400+97)*24*wn;function ln(n,u){return(n%u+u)%u}function Xn(n,u,y){return n<100&&n>=0?new Date(n+400,u,y)-Ga:new Date(n,u,y).valueOf()}function zi(n,u,y){return n<100&&n>=0?Date.UTC(n+400,u,y)-Ga:Date.UTC(n,u,y)}function js(n){var u,y;if(n=Pt(n),n===void 0||n==="millisecond"||!this.isValid())return this;switch(y=this._isUTC?zi:Xn,n){case"year":u=y(this.year(),0,1);break;case"quarter":u=y(this.year(),this.month()-this.month()%3,1);break;case"month":u=y(this.year(),this.month(),1);break;case"week":u=y(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":u=y(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":u=y(this.year(),this.month(),this.date());break;case"hour":u=this._d.valueOf(),u-=ln(u+(this._isUTC?0:this.utcOffset()*Cn),wn);break;case"minute":u=this._d.valueOf(),u-=ln(u,Cn);break;case"second":u=this._d.valueOf(),u-=ln(u,gn);break}return this._d.setTime(u),a.updateOffset(this,!0),this}function Fi(n){var u,y;if(n=Pt(n),n===void 0||n==="millisecond"||!this.isValid())return this;switch(y=this._isUTC?zi:Xn,n){case"year":u=y(this.year()+1,0,1)-1;break;case"quarter":u=y(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":u=y(this.year(),this.month()+1,1)-1;break;case"week":u=y(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":u=y(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":u=y(this.year(),this.month(),this.date()+1)-1;break;case"hour":u=this._d.valueOf(),u+=wn-ln(u+(this._isUTC?0:this.utcOffset()*Cn),wn)-1;break;case"minute":u=this._d.valueOf(),u+=Cn-ln(u,Cn)-1;break;case"second":u=this._d.valueOf(),u+=gn-ln(u,gn)-1;break}return this._d.setTime(u),a.updateOffset(this,!0),this}function $a(){return this._d.valueOf()-(this._offset||0)*6e4}function Ui(){return Math.floor(this.valueOf()/1e3)}function xs(){return new Date(this.valueOf())}function Ps(){var n=this;return[n.year(),n.month(),n.date(),n.hour(),n.minute(),n.second(),n.millisecond()]}function Gi(){var n=this;return{years:n.year(),months:n.month(),date:n.date(),hours:n.hours(),minutes:n.minutes(),seconds:n.seconds(),milliseconds:n.milliseconds()}}function $i(){return this.isValid()?this.toISOString():null}function Va(){return Z(this)}function Is(){return B({},V(this))}function Hs(){return V(this).overflow}function As(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}pe("N",0,0,"eraAbbr"),pe("NN",0,0,"eraAbbr"),pe("NNN",0,0,"eraAbbr"),pe("NNNN",0,0,"eraName"),pe("NNNNN",0,0,"eraNarrow"),pe("y",["y",1],"yo","eraYear"),pe("y",["yy",2],0,"eraYear"),pe("y",["yyy",3],0,"eraYear"),pe("y",["yyyy",4],0,"eraYear"),Se("N",Ja),Se("NN",Ja),Se("NNN",Ja),Se("NNNN",Bs),Se("NNNNN",zs),_t(["N","NN","NNN","NNNN","NNNNN"],function(n,u,y,T){var H=y._locale.erasParse(n,T,y._strict);H?V(y).era=H:V(y).invalidEra=n}),Se("y",re),Se("yy",re),Se("yyy",re),Se("yyyy",re),Se("yo",Fs),_t(["y","yy","yyy","yyyy"],Qt),_t(["yo"],function(n,u,y,T){var H;y._locale._eraYearOrdinalRegex&&(H=n.match(y._locale._eraYearOrdinalRegex)),y._locale.eraYearOrdinalParse?u[Qt]=y._locale.eraYearOrdinalParse(n,H):u[Qt]=parseInt(n,10)});function Cs(n,u){var y,T,H,ie=this._eras||Gr("en")._eras;for(y=0,T=ie.length;y<T;++y){switch(typeof ie[y].since){case"string":H=a(ie[y].since).startOf("day"),ie[y].since=H.valueOf();break}switch(typeof ie[y].until){case"undefined":ie[y].until=1/0;break;case"string":H=a(ie[y].until).startOf("day").valueOf(),ie[y].until=H.valueOf();break}}return ie}function Vi(n,u,y){var T,H,ie=this.eras(),Le,ut,Yt;for(n=n.toUpperCase(),T=0,H=ie.length;T<H;++T)if(Le=ie[T].name.toUpperCase(),ut=ie[T].abbr.toUpperCase(),Yt=ie[T].narrow.toUpperCase(),y)switch(u){case"N":case"NN":case"NNN":if(ut===n)return ie[T];break;case"NNNN":if(Le===n)return ie[T];break;case"NNNNN":if(Yt===n)return ie[T];break}else if([Le,ut,Yt].indexOf(n)>=0)return ie[T]}function Ji(n,u){var y=n.since<=n.until?1:-1;return u===void 0?a(n.since).year():a(n.since).year()+(u-n.offset)*y}function Ns(){var n,u,y,T=this.localeData().eras();for(n=0,u=T.length;n<u;++n)if(y=this.clone().startOf("day").valueOf(),T[n].since<=y&&y<=T[n].until||T[n].until<=y&&y<=T[n].since)return T[n].name;return""}function dn(){var n,u,y,T=this.localeData().eras();for(n=0,u=T.length;n<u;++n)if(y=this.clone().startOf("day").valueOf(),T[n].since<=y&&y<=T[n].until||T[n].until<=y&&y<=T[n].since)return T[n].narrow;return""}function Ws(){var n,u,y,T=this.localeData().eras();for(n=0,u=T.length;n<u;++n)if(y=this.clone().startOf("day").valueOf(),T[n].since<=y&&y<=T[n].until||T[n].until<=y&&y<=T[n].since)return T[n].abbr;return""}function ur(){var n,u,y,T,H=this.localeData().eras();for(n=0,u=H.length;n<u;++n)if(y=H[n].since<=H[n].until?1:-1,T=this.clone().startOf("day").valueOf(),H[n].since<=T&&T<=H[n].until||H[n].until<=T&&T<=H[n].since)return(this.year()-a(H[n].since).year())*y+H[n].offset;return this.year()}function $u(n){return L(this,"_erasNameRegex")||qa.call(this),n?this._erasNameRegex:this._erasRegex}function Rs(n){return L(this,"_erasAbbrRegex")||qa.call(this),n?this._erasAbbrRegex:this._erasRegex}function Vu(n){return L(this,"_erasNarrowRegex")||qa.call(this),n?this._erasNarrowRegex:this._erasRegex}function Ja(n,u){return u.erasAbbrRegex(n)}function Bs(n,u){return u.erasNameRegex(n)}function zs(n,u){return u.erasNarrowRegex(n)}function Fs(n,u){return u._eraYearOrdinalRegex||re}function qa(){var n=[],u=[],y=[],T=[],H,ie,Le=this.eras();for(H=0,ie=Le.length;H<ie;++H)u.push(ft(Le[H].name)),n.push(ft(Le[H].abbr)),y.push(ft(Le[H].narrow)),T.push(ft(Le[H].name)),T.push(ft(Le[H].abbr)),T.push(ft(Le[H].narrow));this._erasRegex=new RegExp("^("+T.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+u.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+y.join("|")+")","i")}pe(0,["gg",2],0,function(){return this.weekYear()%100}),pe(0,["GG",2],0,function(){return this.isoWeekYear()%100});function lr(n,u){pe(0,[n,n.length],0,u)}lr("gggg","weekYear"),lr("ggggg","weekYear"),lr("GGGG","isoWeekYear"),lr("GGGGG","isoWeekYear"),Ke("weekYear","gg"),Ke("isoWeekYear","GG"),Bt("weekYear",1),Bt("isoWeekYear",1),Se("G",se),Se("g",se),Se("GG",be,b),Se("gg",be,b),Se("GGGG",jt,ue),Se("gggg",jt,ue),Se("GGGGG",kt,we),Se("ggggg",kt,we),sr(["gggg","ggggg","GGGG","GGGGG"],function(n,u,y,T){u[T.substr(0,2)]=rt(n)}),sr(["gg","GG"],function(n,u,y,T){u[T]=a.parseTwoDigitYear(n)});function bn(n){return Ki.call(this,n,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Qn(n){return Ki.call(this,n,this.isoWeek(),this.isoWeekday(),1,4)}function Kr(){return Ur(this.year(),1,4)}function qi(){return Ur(this.isoWeekYear(),1,4)}function Us(){var n=this.localeData()._week;return Ur(this.year(),n.dow,n.doy)}function Gs(){var n=this.localeData()._week;return Ur(this.weekYear(),n.dow,n.doy)}function Ki(n,u,y,T,H){var ie;return n==null?xn(this,T,H).year:(ie=Ur(n,T,H),u>ie&&(u=ie),$s.call(this,n,u,y,T,H))}function $s(n,u,y,T,H){var ie=fi(n,u,y,T,H),Le=jn(ie.year,0,ie.dayOfYear);return this.year(Le.getUTCFullYear()),this.month(Le.getUTCMonth()),this.date(Le.getUTCDate()),this}pe("Q",0,"Qo","quarter"),Ke("quarter","Q"),Bt("quarter",7),Se("Q",p),_t("Q",function(n,u){u[br]=(rt(n)-1)*3});function Zi(n){return n==null?Math.ceil((this.month()+1)/3):this.month((n-1)*3+this.month()%3)}pe("D",["DD",2],"Do","date"),Ke("date","D"),Bt("date",9),Se("D",be),Se("DD",be,b),Se("Do",function(n,u){return n?u._dayOfMonthOrdinalParse||u._ordinalParse:u._dayOfMonthOrdinalParseLenient}),_t(["D","DD"],yr),_t("Do",function(n,u){u[yr]=rt(n.match(be)[0])});var Vs=bt("Date",!0);pe("DDD",["DDDD",3],"DDDo","dayOfYear"),Ke("dayOfYear","DDD"),Bt("dayOfYear",4),Se("DDD",St),Se("DDDD",G),_t(["DDD","DDDD"],function(n,u,y){y._dayOfYear=rt(n)});function Mn(n){var u=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return n==null?u:this.add(n-u,"d")}pe("m",["mm",2],0,"minute"),Ke("minute","m"),Bt("minute",14),Se("m",be),Se("mm",be,b),_t(["m","mm"],Mr);var Js=bt("Minutes",!1);pe("s",["ss",2],0,"second"),Ke("second","s"),Bt("second",15),Se("s",be),Se("ss",be,b),_t(["s","ss"],Or);var ea=bt("Seconds",!1);pe("S",0,0,function(){return~~(this.millisecond()/100)}),pe(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),pe(0,["SSS",3],0,"millisecond"),pe(0,["SSSS",4],0,function(){return this.millisecond()*10}),pe(0,["SSSSS",5],0,function(){return this.millisecond()*100}),pe(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),pe(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),pe(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),pe(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),Ke("millisecond","ms"),Bt("millisecond",16),Se("S",St,p),Se("SS",St,b),Se("SSS",St,G);var Ar,Ka;for(Ar="SSSS";Ar.length<=9;Ar+="S")Se(Ar,re);function qs(n,u){u[Er]=rt(("0."+n)*1e3)}for(Ar="S";Ar.length<=9;Ar+="S")_t(Ar,qs);Ka=bt("Milliseconds",!1),pe("z",0,0,"zoneAbbr"),pe("zz",0,0,"zoneName");function ta(){return this._isUTC?"UTC":""}function Xi(){return this._isUTC?"Coordinated Universal Time":""}var Ge=Oe.prototype;Ge.add=Ss,Ge.calendar=Ai,Ge.clone=Os,Ge.diff=zu,Ge.endOf=Fi,Ge.format=Fa,Ge.from=Ni,Ge.fromNow=Es,Ge.to=Wi,Ge.toNow=Gu,Ge.get=qr,Ge.invalidAt=Hs,Ge.isAfter=Bu,Ge.isBefore=Na,Ge.isBetween=Wa,Ge.isSame=Ra,Ge.isSameOrAfter=Ci,Ge.isSameOrBefore=Zn,Ge.isValid=Va,Ge.lang=Ua,Ge.locale=Ri,Ge.localeData=Bi,Ge.max=ms,Ge.min=cs,Ge.parsingFlags=Is,Ge.set=C,Ge.startOf=js,Ge.subtract=Ds,Ge.toArray=Ps,Ge.toObject=Gi,Ge.toDate=xs,Ge.toISOString=Uu,Ge.inspect=za,typeof Symbol!="undefined"&&Symbol.for!=null&&(Ge[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Ge.toJSON=$i,Ge.toString=Fu,Ge.unix=Ui,Ge.valueOf=$a,Ge.creationData=As,Ge.eraName=Ns,Ge.eraNarrow=dn,Ge.eraAbbr=Ws,Ge.eraYear=ur,Ge.year=mi,Ge.isLeapYear=Mo,Ge.weekYear=bn,Ge.isoWeekYear=Qn,Ge.quarter=Ge.quarters=Zi,Ge.month=qt,Ge.daysInMonth=Fr,Ge.week=Ge.weeks=To,Ge.isoWeek=Ge.isoWeeks=Yo,Ge.weeksInYear=Us,Ge.weeksInWeekYear=Gs,Ge.isoWeeksInYear=Kr,Ge.isoWeeksInISOWeekYear=qi,Ge.date=Vs,Ge.day=Ge.days=No,Ge.weekday=Wo,Ge.isoWeekday=Pn,Ge.dayOfYear=Mn,Ge.hour=Ge.hours=yi,Ge.minute=Ge.minutes=Js,Ge.second=Ge.seconds=ea,Ge.millisecond=Ge.milliseconds=Ka,Ge.utcOffset=ws,Ge.utc=An,Ge.local=bs,Ge.parseZone=Ha,Ge.hasAlignedHourOffset=Ms,Ge.isDST=Di,Ge.isLocal=Ls,Ge.isUtcOffset=ks,Ge.isUtc=Ei,Ge.isUTC=Ei,Ge.zoneAbbr=ta,Ge.zoneName=Xi,Ge.dates=Ue("dates accessor is deprecated. Use date instead.",Vs),Ge.months=Ue("months accessor is deprecated. Use month instead",qt),Ge.years=Ue("years accessor is deprecated. Use year instead",mi),Ge.zone=Ue("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Si),Ge.isDSTShifted=Ue("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Oi);function Ln(n){return tr(n*1e3)}function fr(){return tr.apply(null,arguments).parseZone()}function Cr(n){return n}var Mt=_e.prototype;Mt.calendar=Je,Mt.longDateFormat=At,Mt.invalidDate=nr,Mt.ordinal=he,Mt.preparse=Cr,Mt.postformat=Cr,Mt.relativeTime=tt,Mt.pastFuture=lt,Mt.set=oe,Mt.eras=Cs,Mt.erasParse=Vi,Mt.erasConvertYear=Ji,Mt.erasAbbrRegex=Rs,Mt.erasNameRegex=$u,Mt.erasNarrowRegex=Vu,Mt.months=Kt,Mt.monthsShort=Ft,Mt.monthsParse=Wt,Mt.monthsRegex=bo,Mt.monthsShortRegex=an,Mt.week=hi,Mt.firstDayOfYear=_i,Mt.firstDayOfWeek=ya,Mt.weekdays=Po,Mt.weekdaysMin=Ho,Mt.weekdaysShort=Io,Mt.weekdaysParse=Co,Mt.weekdaysRegex=Ro,Mt.weekdaysShortRegex=wa,Mt.weekdaysMinRegex=Bo,Mt.isPM=zo,Mt.meridiem=Fo;function Za(n,u,y,T){var H=Gr(),ie=P().set(T,u);return H[y](ie,n)}function Nr(n,u,y){if(S(n)&&(u=n,n=void 0),n=n||"",u!=null)return Za(n,u,y,"month");var T,H=[];for(T=0;T<12;T++)H[T]=Za(n,T,y,"month");return H}function Wr(n,u,y,T){typeof n=="boolean"?(S(u)&&(y=u,u=void 0),u=u||""):(u=n,y=u,n=!1,S(u)&&(y=u,u=void 0),u=u||"");var H=Gr(),ie=n?H._week.dow:0,Le,ut=[];if(y!=null)return Za(u,(y+ie)%7,T,"day");for(Le=0;Le<7;Le++)ut[Le]=Za(u,(Le+ie)%7,T,"day");return ut}function Zr(n,u){return Nr(n,u,"months")}function ra(n,u){return Nr(n,u,"monthsShort")}function Qi(n,u,y){return Wr(n,u,y,"weekdays")}function eo(n,u,y){return Wr(n,u,y,"weekdaysShort")}function na(n,u,y){return Wr(n,u,y,"weekdaysMin")}kr("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(n){var u=n%10,y=rt(n%100/10)===1?"th":u===1?"st":u===2?"nd":u===3?"rd":"th";return n+y}}),a.lang=Ue("moment.lang is deprecated. Use moment.locale instead.",kr),a.langData=Ue("moment.langData is deprecated. Use moment.localeData instead.",Gr);var jr=Math.abs;function hr(){var n=this._data;return this._milliseconds=jr(this._milliseconds),this._days=jr(this._days),this._months=jr(this._months),n.milliseconds=jr(n.milliseconds),n.seconds=jr(n.seconds),n.minutes=jr(n.minutes),n.hours=jr(n.hours),n.months=jr(n.months),n.years=jr(n.years),this}function aa(n,u,y,T){var H=Pr(u,y);return n._milliseconds+=T*H._milliseconds,n._days+=T*H._days,n._months+=T*H._months,n._bubble()}function Xa(n,u){return aa(this,n,u,1)}function Ks(n,u){return aa(this,n,u,-1)}function ia(n){return n<0?Math.floor(n):Math.ceil(n)}function Rr(){var n=this._milliseconds,u=this._days,y=this._months,T=this._data,H,ie,Le,ut,Yt;return n>=0&&u>=0&&y>=0||n<=0&&u<=0&&y<=0||(n+=ia(cn(y)+u)*864e5,u=0,y=0),T.milliseconds=n%1e3,H=Ct(n/1e3),T.seconds=H%60,ie=Ct(H/60),T.minutes=ie%60,Le=Ct(ie/60),T.hours=Le%24,u+=Ct(Le/24),Yt=Ct(oa(u)),y+=Yt,u-=ia(cn(Yt)),ut=Ct(y/12),y%=12,T.days=u,T.months=y,T.years=ut,this}function oa(n){return n*4800/146097}function cn(n){return n*146097/4800}function Qa(n){if(!this.isValid())return NaN;var u,y,T=this._milliseconds;if(n=Pt(n),n==="month"||n==="quarter"||n==="year")switch(u=this._days+T/864e5,y=this._months+oa(u),n){case"month":return y;case"quarter":return y/3;case"year":return y/12}else switch(u=this._days+Math.round(cn(this._months)),n){case"week":return u/7+T/6048e5;case"day":return u+T/864e5;case"hour":return u*24+T/36e5;case"minute":return u*1440+T/6e4;case"second":return u*86400+T/1e3;case"millisecond":return Math.floor(u*864e5)+T;default:throw new Error("Unknown unit "+n)}}function sa(){return this.isValid()?this._milliseconds+this._days*864e5+this._months%12*2592e6+rt(this._months/12)*31536e6:NaN}function Ir(n){return function(){return this.as(n)}}var to=Ir("ms"),Zs=Ir("s"),ei=Ir("m"),ua=Ir("h"),ro=Ir("d"),la=Ir("w"),ti=Ir("M"),no=Ir("Q"),Tr=Ir("y");function ri(){return Pr(this)}function Nn(n){return n=Pt(n),this.isValid()?this[n+"s"]():NaN}function mn(n){return function(){return this.isValid()?this._data[n]:NaN}}var ao=mn("milliseconds"),Xs=mn("seconds"),Qs=mn("minutes"),eu=mn("hours"),Ju=mn("days"),qu=mn("months"),Ku=mn("years");function io(){return Ct(this.days()/7)}var Dr=Math.round,Xr={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function tu(n,u,y,T,H){return H.relativeTime(u||1,!!y,n,T)}function ru(n,u,y,T){var H=Pr(n).abs(),ie=Dr(H.as("s")),Le=Dr(H.as("m")),ut=Dr(H.as("h")),Yt=Dr(H.as("d")),Zt=Dr(H.as("M")),Yr=Dr(H.as("w")),Qr=Dr(H.as("y")),fn=ie<=y.ss&&["s",ie]||ie<y.s&&["ss",ie]||Le<=1&&["m"]||Le<y.m&&["mm",Le]||ut<=1&&["h"]||ut<y.h&&["hh",ut]||Yt<=1&&["d"]||Yt<y.d&&["dd",Yt];return y.w!=null&&(fn=fn||Yr<=1&&["w"]||Yr<y.w&&["ww",Yr]),fn=fn||Zt<=1&&["M"]||Zt<y.M&&["MM",Zt]||Qr<=1&&["y"]||["yy",Qr],fn[2]=u,fn[3]=+n>0,fn[4]=T,tu.apply(null,fn)}function oo(n){return n===void 0?Dr:typeof n=="function"?(Dr=n,!0):!1}function ni(n,u){return Xr[n]===void 0?!1:u===void 0?Xr[n]:(Xr[n]=u,n==="s"&&(Xr.ss=u-1),!0)}function Wn(n,u){if(!this.isValid())return this.localeData().invalidDate();var y=!1,T=Xr,H,ie;return typeof n=="object"&&(u=n,n=!1),typeof n=="boolean"&&(y=n),typeof u=="object"&&(T=Object.assign({},Xr,u),u.s!=null&&u.ss==null&&(T.ss=u.s-1)),H=this.localeData(),ie=ru(this,!y,T,H),y&&(ie=H.pastFuture(+this,ie)),H.postformat(ie)}var pt=Math.abs;function $r(n){return(n>0)-(n<0)||+n}function ai(){if(!this.isValid())return this.localeData().invalidDate();var n=pt(this._milliseconds)/1e3,u=pt(this._days),y=pt(this._months),T,H,ie,Le,ut=this.asSeconds(),Yt,Zt,Yr,Qr;return ut?(T=Ct(n/60),H=Ct(T/60),n%=60,T%=60,ie=Ct(y/12),y%=12,Le=n?n.toFixed(3).replace(/\.?0+$/,""):"",Yt=ut<0?"-":"",Zt=$r(this._months)!==$r(ut)?"-":"",Yr=$r(this._days)!==$r(ut)?"-":"",Qr=$r(this._milliseconds)!==$r(ut)?"-":"",Yt+"P"+(ie?Zt+ie+"Y":"")+(y?Zt+y+"M":"")+(u?Yr+u+"D":"")+(H||T||n?"T":"")+(H?Qr+H+"H":"")+(T?Qr+T+"M":"")+(n?Qr+Le+"S":"")):"P0D"}var xt=qn.prototype;xt.isValid=vs,xt.abs=hr,xt.add=Xa,xt.subtract=Ks,xt.as=Qa,xt.asMilliseconds=to,xt.asSeconds=Zs,xt.asMinutes=ei,xt.asHours=ua,xt.asDays=ro,xt.asWeeks=la,xt.asMonths=ti,xt.asQuarters=no,xt.asYears=Tr,xt.valueOf=sa,xt._bubble=Rr,xt.clone=ri,xt.get=Nn,xt.milliseconds=ao,xt.seconds=Xs,xt.minutes=Qs,xt.hours=eu,xt.days=Ju,xt.weeks=io,xt.months=qu,xt.years=Ku,xt.humanize=Wn,xt.toISOString=ai,xt.toString=ai,xt.toJSON=ai,xt.locale=Ri,xt.localeData=Bi,xt.toIsoString=Ue("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ai),xt.lang=Ua,pe("X",0,0,"unix"),pe("x",0,0,"valueOf"),Se("x",se),Se("X",Ye),_t("X",function(n,u,y){y._d=new Date(parseFloat(n)*1e3)}),_t("x",function(n,u,y){y._d=new Date(rt(n))});//! moment.js
|
|
625
|
+
return a.version="2.29.4",f(tr),a.fn=Ge,a.min=fs,a.max=hs,a.now=_s,a.utc=P,a.unix=Ln,a.months=Zr,a.isDate=A,a.locale=kr,a.invalid=de,a.duration=Pr,a.isMoment=Re,a.weekdays=Qi,a.parseZone=fr,a.localeData=Gr,a.isDuration=Kn,a.monthsShort=ra,a.weekdaysMin=na,a.defineLocale=Ta,a.updateLocale=Vo,a.locales=wi,a.weekdaysShort=eo,a.normalizeUnits=Pt,a.relativeTimeRounding=oo,a.relativeTimeThreshold=ni,a.calendarFormat=Ru,a.prototype=Ge,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},a})},75:function(Q,te,x){var M=x(1494);(function(){var a,f,i,m,L,v;typeof performance!="undefined"&&performance!==null&&performance.now?Q.exports=function(){return performance.now()}:typeof M!="undefined"&&M!==null&&M.hrtime?(Q.exports=function(){return(a()-L)/1e6},f=M.hrtime,a=function(){var j;return j=f(),j[0]*1e9+j[1]},m=a(),v=M.uptime()*1e9,L=m-v):Date.now?(Q.exports=function(){return Date.now()-i},i=Date.now()):(Q.exports=function(){return new Date().getTime()-i},i=new Date().getTime())}).call(this)},7236:Q=>{var te=null,x=["Webkit","Moz","O","ms"];Q.exports=function(a){te||(te=document.createElement("div"));var f=te.style;if(a in f)return a;for(var i=a.charAt(0).toUpperCase()+a.slice(1),m=x.length;m>=0;m--){var L=x[m]+i;if(L in f)return L}return!1}},4087:(Q,te,x)=>{for(var M=x(75),a=typeof window=="undefined"?x.g:window,f=["moz","webkit"],i="AnimationFrame",m=a["request"+i],L=a["cancel"+i]||a["cancelRequest"+i],v=0;!m&&v<f.length;v++)m=a[f[v]+"Request"+i],L=a[f[v]+"Cancel"+i]||a[f[v]+"CancelRequest"+i];if(!m||!L){var j=0,S=0,A=[],$=1e3/60;m=function(B){if(A.length===0){var P=M(),X=Math.max(0,$-(P-j));j=X+P,setTimeout(function(){var V=A.slice(0);A.length=0;for(var ne=0;ne<V.length;ne++)if(!V[ne].cancelled)try{V[ne].callback(j)}catch(Z){setTimeout(function(){throw Z},0)}},Math.round(X))}return A.push({handle:++S,callback:B,cancelled:!1}),S},L=function(B){for(var P=0;P<A.length;P++)A[P].handle===B&&(A[P].cancelled=!0)}}Q.exports=function(B){return m.call(a,B)},Q.exports.cancel=function(){L.apply(a,arguments)},Q.exports.polyfill=function(B){B||(B=a),B.requestAnimationFrame=m,B.cancelAnimationFrame=L}},8682:(Q,te,x)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});var M=Object.assign||function($){for(var B=1;B<arguments.length;B++){var P=arguments[B];for(var X in P)Object.prototype.hasOwnProperty.call(P,X)&&($[X]=P[X])}return $};te.renderViewDefault=L,te.renderTrackHorizontalDefault=v,te.renderTrackVerticalDefault=j,te.renderThumbHorizontalDefault=S,te.renderThumbVerticalDefault=A;var a=x(4098),f=i(a);function i($){return $&&$.__esModule?$:{default:$}}function m($,B){var P={};for(var X in $)B.indexOf(X)>=0||!Object.prototype.hasOwnProperty.call($,X)||(P[X]=$[X]);return P}function L($){return f.default.createElement("div",$)}function v($){var B=$.style,P=m($,["style"]),X=M({},B,{right:2,bottom:2,left:2,borderRadius:3});return f.default.createElement("div",M({style:X},P))}function j($){var B=$.style,P=m($,["style"]),X=M({},B,{right:2,bottom:2,top:2,borderRadius:3});return f.default.createElement("div",M({style:X},P))}function S($){var B=$.style,P=m($,["style"]),X=M({},B,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return f.default.createElement("div",M({style:X},P))}function A($){var B=$.style,P=m($,["style"]),X=M({},B,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return f.default.createElement("div",M({style:X},P))}},4608:(Q,te,x)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});var M=Object.assign||function(Ie){for(var oe=1;oe<arguments.length;oe++){var Me=arguments[oe];for(var _e in Me)Object.prototype.hasOwnProperty.call(Me,_e)&&(Ie[_e]=Me[_e])}return Ie},a=function(){function Ie(oe,Me){for(var _e=0;_e<Me.length;_e++){var Ee=Me[_e];Ee.enumerable=Ee.enumerable||!1,Ee.configurable=!0,"value"in Ee&&(Ee.writable=!0),Object.defineProperty(oe,Ee.key,Ee)}}return function(oe,Me,_e){return Me&&Ie(oe.prototype,Me),_e&&Ie(oe,_e),oe}}(),f=x(4087),i=Oe(f),m=x(3879),L=Oe(m),v=x(4098),j=x(720),S=Oe(j),A=x(5205),$=Oe(A),B=x(3305),P=Oe(B),X=x(8669),V=Oe(X),ne=x(4749),Z=Oe(ne),de=x(6839),U=Oe(de),z=x(7679),ae=x(8682);function Oe(Ie){return Ie&&Ie.__esModule?Ie:{default:Ie}}function Re(Ie,oe){var Me={};for(var _e in Ie)oe.indexOf(_e)>=0||!Object.prototype.hasOwnProperty.call(Ie,_e)||(Me[_e]=Ie[_e]);return Me}function je(Ie,oe){if(!(Ie instanceof oe))throw new TypeError("Cannot call a class as a function")}function Ue(Ie,oe){if(!Ie)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return oe&&(typeof oe=="object"||typeof oe=="function")?oe:Ie}function Ve(Ie,oe){if(typeof oe!="function"&&oe!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof oe);Ie.prototype=Object.create(oe&&oe.prototype,{constructor:{value:Ie,enumerable:!1,writable:!0,configurable:!0}}),oe&&(Object.setPrototypeOf?Object.setPrototypeOf(Ie,oe):Ie.__proto__=oe)}var Be=function(Ie){Ve(oe,Ie);function oe(Me){var _e;je(this,oe);for(var Ee=arguments.length,xe=Array(Ee>1?Ee-1:0),Je=1;Je<Ee;Je++)xe[Je-1]=arguments[Je];var fe=Ue(this,(_e=oe.__proto__||Object.getPrototypeOf(oe)).call.apply(_e,[this,Me].concat(xe)));return fe.getScrollLeft=fe.getScrollLeft.bind(fe),fe.getScrollTop=fe.getScrollTop.bind(fe),fe.getScrollWidth=fe.getScrollWidth.bind(fe),fe.getScrollHeight=fe.getScrollHeight.bind(fe),fe.getClientWidth=fe.getClientWidth.bind(fe),fe.getClientHeight=fe.getClientHeight.bind(fe),fe.getValues=fe.getValues.bind(fe),fe.getThumbHorizontalWidth=fe.getThumbHorizontalWidth.bind(fe),fe.getThumbVerticalHeight=fe.getThumbVerticalHeight.bind(fe),fe.getScrollLeftForOffset=fe.getScrollLeftForOffset.bind(fe),fe.getScrollTopForOffset=fe.getScrollTopForOffset.bind(fe),fe.scrollLeft=fe.scrollLeft.bind(fe),fe.scrollTop=fe.scrollTop.bind(fe),fe.scrollToLeft=fe.scrollToLeft.bind(fe),fe.scrollToTop=fe.scrollToTop.bind(fe),fe.scrollToRight=fe.scrollToRight.bind(fe),fe.scrollToBottom=fe.scrollToBottom.bind(fe),fe.handleTrackMouseEnter=fe.handleTrackMouseEnter.bind(fe),fe.handleTrackMouseLeave=fe.handleTrackMouseLeave.bind(fe),fe.handleHorizontalTrackMouseDown=fe.handleHorizontalTrackMouseDown.bind(fe),fe.handleVerticalTrackMouseDown=fe.handleVerticalTrackMouseDown.bind(fe),fe.handleHorizontalThumbMouseDown=fe.handleHorizontalThumbMouseDown.bind(fe),fe.handleVerticalThumbMouseDown=fe.handleVerticalThumbMouseDown.bind(fe),fe.handleWindowResize=fe.handleWindowResize.bind(fe),fe.handleScroll=fe.handleScroll.bind(fe),fe.handleDrag=fe.handleDrag.bind(fe),fe.handleDragEnd=fe.handleDragEnd.bind(fe),fe.state={didMountUniversal:!1},fe}return a(oe,[{key:"componentDidMount",value:function(){this.addListeners(),this.update(),this.componentDidMountUniversal()}},{key:"componentDidMountUniversal",value:function(){var _e=this.props.universal;!_e||this.setState({didMountUniversal:!0})}},{key:"componentDidUpdate",value:function(){this.update()}},{key:"componentWillUnmount",value:function(){this.removeListeners(),(0,f.cancel)(this.requestFrame),clearTimeout(this.hideTracksTimeout),clearInterval(this.detectScrollingInterval)}},{key:"getScrollLeft",value:function(){return this.view?this.view.scrollLeft:0}},{key:"getScrollTop",value:function(){return this.view?this.view.scrollTop:0}},{key:"getScrollWidth",value:function(){return this.view?this.view.scrollWidth:0}},{key:"getScrollHeight",value:function(){return this.view?this.view.scrollHeight:0}},{key:"getClientWidth",value:function(){return this.view?this.view.clientWidth:0}},{key:"getClientHeight",value:function(){return this.view?this.view.clientHeight:0}},{key:"getValues",value:function(){var _e=this.view||{},Ee=_e.scrollLeft,xe=Ee===void 0?0:Ee,Je=_e.scrollTop,fe=Je===void 0?0:Je,at=_e.scrollWidth,ot=at===void 0?0:at,Lt=_e.scrollHeight,Jt=Lt===void 0?0:Lt,pe=_e.clientWidth,Ce=pe===void 0?0:pe,et=_e.clientHeight,Xe=et===void 0?0:et;return{left:xe/(ot-Ce)||0,top:fe/(Jt-Xe)||0,scrollLeft:xe,scrollTop:fe,scrollWidth:ot,scrollHeight:Jt,clientWidth:Ce,clientHeight:Xe}}},{key:"getThumbHorizontalWidth",value:function(){var _e=this.props,Ee=_e.thumbSize,xe=_e.thumbMinSize,Je=this.view,fe=Je.scrollWidth,at=Je.clientWidth,ot=(0,Z.default)(this.trackHorizontal),Lt=Math.ceil(at/fe*ot);return ot===Lt?0:Ee||Math.max(Lt,xe)}},{key:"getThumbVerticalHeight",value:function(){var _e=this.props,Ee=_e.thumbSize,xe=_e.thumbMinSize,Je=this.view,fe=Je.scrollHeight,at=Je.clientHeight,ot=(0,U.default)(this.trackVertical),Lt=Math.ceil(at/fe*ot);return ot===Lt?0:Ee||Math.max(Lt,xe)}},{key:"getScrollLeftForOffset",value:function(_e){var Ee=this.view,xe=Ee.scrollWidth,Je=Ee.clientWidth,fe=(0,Z.default)(this.trackHorizontal),at=this.getThumbHorizontalWidth();return _e/(fe-at)*(xe-Je)}},{key:"getScrollTopForOffset",value:function(_e){var Ee=this.view,xe=Ee.scrollHeight,Je=Ee.clientHeight,fe=(0,U.default)(this.trackVertical),at=this.getThumbVerticalHeight();return _e/(fe-at)*(xe-Je)}},{key:"scrollLeft",value:function(){var _e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;!this.view||(this.view.scrollLeft=_e)}},{key:"scrollTop",value:function(){var _e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;!this.view||(this.view.scrollTop=_e)}},{key:"scrollToLeft",value:function(){!this.view||(this.view.scrollLeft=0)}},{key:"scrollToTop",value:function(){!this.view||(this.view.scrollTop=0)}},{key:"scrollToRight",value:function(){!this.view||(this.view.scrollLeft=this.view.scrollWidth)}},{key:"scrollToBottom",value:function(){!this.view||(this.view.scrollTop=this.view.scrollHeight)}},{key:"addListeners",value:function(){if(!(typeof document=="undefined"||!this.view)){var _e=this.view,Ee=this.trackHorizontal,xe=this.trackVertical,Je=this.thumbHorizontal,fe=this.thumbVertical;_e.addEventListener("scroll",this.handleScroll),(0,P.default)()&&(Ee.addEventListener("mouseenter",this.handleTrackMouseEnter),Ee.addEventListener("mouseleave",this.handleTrackMouseLeave),Ee.addEventListener("mousedown",this.handleHorizontalTrackMouseDown),xe.addEventListener("mouseenter",this.handleTrackMouseEnter),xe.addEventListener("mouseleave",this.handleTrackMouseLeave),xe.addEventListener("mousedown",this.handleVerticalTrackMouseDown),Je.addEventListener("mousedown",this.handleHorizontalThumbMouseDown),fe.addEventListener("mousedown",this.handleVerticalThumbMouseDown),window.addEventListener("resize",this.handleWindowResize))}}},{key:"removeListeners",value:function(){if(!(typeof document=="undefined"||!this.view)){var _e=this.view,Ee=this.trackHorizontal,xe=this.trackVertical,Je=this.thumbHorizontal,fe=this.thumbVertical;_e.removeEventListener("scroll",this.handleScroll),(0,P.default)()&&(Ee.removeEventListener("mouseenter",this.handleTrackMouseEnter),Ee.removeEventListener("mouseleave",this.handleTrackMouseLeave),Ee.removeEventListener("mousedown",this.handleHorizontalTrackMouseDown),xe.removeEventListener("mouseenter",this.handleTrackMouseEnter),xe.removeEventListener("mouseleave",this.handleTrackMouseLeave),xe.removeEventListener("mousedown",this.handleVerticalTrackMouseDown),Je.removeEventListener("mousedown",this.handleHorizontalThumbMouseDown),fe.removeEventListener("mousedown",this.handleVerticalThumbMouseDown),window.removeEventListener("resize",this.handleWindowResize),this.teardownDragging())}}},{key:"handleScroll",value:function(_e){var Ee=this,xe=this.props,Je=xe.onScroll,fe=xe.onScrollFrame;Je&&Je(_e),this.update(function(at){var ot=at.scrollLeft,Lt=at.scrollTop;Ee.viewScrollLeft=ot,Ee.viewScrollTop=Lt,fe&&fe(at)}),this.detectScrolling()}},{key:"handleScrollStart",value:function(){var _e=this.props.onScrollStart;_e&&_e(),this.handleScrollStartAutoHide()}},{key:"handleScrollStartAutoHide",value:function(){var _e=this.props.autoHide;!_e||this.showTracks()}},{key:"handleScrollStop",value:function(){var _e=this.props.onScrollStop;_e&&_e(),this.handleScrollStopAutoHide()}},{key:"handleScrollStopAutoHide",value:function(){var _e=this.props.autoHide;!_e||this.hideTracks()}},{key:"handleWindowResize",value:function(){this.update()}},{key:"handleHorizontalTrackMouseDown",value:function(_e){_e.preventDefault();var Ee=_e.target,xe=_e.clientX,Je=Ee.getBoundingClientRect(),fe=Je.left,at=this.getThumbHorizontalWidth(),ot=Math.abs(fe-xe)-at/2;this.view.scrollLeft=this.getScrollLeftForOffset(ot)}},{key:"handleVerticalTrackMouseDown",value:function(_e){_e.preventDefault();var Ee=_e.target,xe=_e.clientY,Je=Ee.getBoundingClientRect(),fe=Je.top,at=this.getThumbVerticalHeight(),ot=Math.abs(fe-xe)-at/2;this.view.scrollTop=this.getScrollTopForOffset(ot)}},{key:"handleHorizontalThumbMouseDown",value:function(_e){_e.preventDefault(),this.handleDragStart(_e);var Ee=_e.target,xe=_e.clientX,Je=Ee.offsetWidth,fe=Ee.getBoundingClientRect(),at=fe.left;this.prevPageX=Je-(xe-at)}},{key:"handleVerticalThumbMouseDown",value:function(_e){_e.preventDefault(),this.handleDragStart(_e);var Ee=_e.target,xe=_e.clientY,Je=Ee.offsetHeight,fe=Ee.getBoundingClientRect(),at=fe.top;this.prevPageY=Je-(xe-at)}},{key:"setupDragging",value:function(){(0,L.default)(document.body,z.disableSelectStyle),document.addEventListener("mousemove",this.handleDrag),document.addEventListener("mouseup",this.handleDragEnd),document.onselectstart=V.default}},{key:"teardownDragging",value:function(){(0,L.default)(document.body,z.disableSelectStyleReset),document.removeEventListener("mousemove",this.handleDrag),document.removeEventListener("mouseup",this.handleDragEnd),document.onselectstart=void 0}},{key:"handleDragStart",value:function(_e){this.dragging=!0,_e.stopImmediatePropagation(),this.setupDragging()}},{key:"handleDrag",value:function(_e){if(this.prevPageX){var Ee=_e.clientX,xe=this.trackHorizontal.getBoundingClientRect(),Je=xe.left,fe=this.getThumbHorizontalWidth(),at=fe-this.prevPageX,ot=-Je+Ee-at;this.view.scrollLeft=this.getScrollLeftForOffset(ot)}if(this.prevPageY){var Lt=_e.clientY,Jt=this.trackVertical.getBoundingClientRect(),pe=Jt.top,Ce=this.getThumbVerticalHeight(),et=Ce-this.prevPageY,Xe=-pe+Lt-et;this.view.scrollTop=this.getScrollTopForOffset(Xe)}return!1}},{key:"handleDragEnd",value:function(){this.dragging=!1,this.prevPageX=this.prevPageY=0,this.teardownDragging(),this.handleDragEndAutoHide()}},{key:"handleDragEndAutoHide",value:function(){var _e=this.props.autoHide;!_e||this.hideTracks()}},{key:"handleTrackMouseEnter",value:function(){this.trackMouseOver=!0,this.handleTrackMouseEnterAutoHide()}},{key:"handleTrackMouseEnterAutoHide",value:function(){var _e=this.props.autoHide;!_e||this.showTracks()}},{key:"handleTrackMouseLeave",value:function(){this.trackMouseOver=!1,this.handleTrackMouseLeaveAutoHide()}},{key:"handleTrackMouseLeaveAutoHide",value:function(){var _e=this.props.autoHide;!_e||this.hideTracks()}},{key:"showTracks",value:function(){clearTimeout(this.hideTracksTimeout),(0,L.default)(this.trackHorizontal,{opacity:1}),(0,L.default)(this.trackVertical,{opacity:1})}},{key:"hideTracks",value:function(){var _e=this;if(!this.dragging&&!this.scrolling&&!this.trackMouseOver){var Ee=this.props.autoHideTimeout;clearTimeout(this.hideTracksTimeout),this.hideTracksTimeout=setTimeout(function(){(0,L.default)(_e.trackHorizontal,{opacity:0}),(0,L.default)(_e.trackVertical,{opacity:0})},Ee)}}},{key:"detectScrolling",value:function(){var _e=this;this.scrolling||(this.scrolling=!0,this.handleScrollStart(),this.detectScrollingInterval=setInterval(function(){_e.lastViewScrollLeft===_e.viewScrollLeft&&_e.lastViewScrollTop===_e.viewScrollTop&&(clearInterval(_e.detectScrollingInterval),_e.scrolling=!1,_e.handleScrollStop()),_e.lastViewScrollLeft=_e.viewScrollLeft,_e.lastViewScrollTop=_e.viewScrollTop},100))}},{key:"raf",value:function(_e){var Ee=this;this.requestFrame&&i.default.cancel(this.requestFrame),this.requestFrame=(0,i.default)(function(){Ee.requestFrame=void 0,_e()})}},{key:"update",value:function(_e){var Ee=this;this.raf(function(){return Ee._update(_e)})}},{key:"_update",value:function(_e){var Ee=this.props,xe=Ee.onUpdate,Je=Ee.hideTracksWhenNotNeeded,fe=this.getValues();if((0,P.default)()){var at=fe.scrollLeft,ot=fe.clientWidth,Lt=fe.scrollWidth,Jt=(0,Z.default)(this.trackHorizontal),pe=this.getThumbHorizontalWidth(),Ce=at/(Lt-ot)*(Jt-pe),et={width:pe,transform:"translateX("+Ce+"px)"},Xe=fe.scrollTop,qe=fe.clientHeight,Ht=fe.scrollHeight,At=(0,U.default)(this.trackVertical),$t=this.getThumbVerticalHeight(),nr=Xe/(Ht-qe)*(At-$t),wt={height:$t,transform:"translateY("+nr+"px)"};if(Je){var Ut={visibility:Lt>ot?"visible":"hidden"},he={visibility:Ht>qe?"visible":"hidden"};(0,L.default)(this.trackHorizontal,Ut),(0,L.default)(this.trackVertical,he)}(0,L.default)(this.thumbHorizontal,et),(0,L.default)(this.thumbVertical,wt)}xe&&xe(fe),typeof _e=="function"&&_e(fe)}},{key:"render",value:function(){var _e=this,Ee=(0,P.default)(),xe=this.props,Je=xe.onScroll,fe=xe.onScrollFrame,at=xe.onScrollStart,ot=xe.onScrollStop,Lt=xe.onUpdate,Jt=xe.renderView,pe=xe.renderTrackHorizontal,Ce=xe.renderTrackVertical,et=xe.renderThumbHorizontal,Xe=xe.renderThumbVertical,qe=xe.tagName,Ht=xe.hideTracksWhenNotNeeded,At=xe.autoHide,$t=xe.autoHideTimeout,nr=xe.autoHideDuration,wt=xe.thumbSize,Ut=xe.thumbMinSize,he=xe.universal,Ne=xe.autoHeight,tt=xe.autoHeightMin,lt=xe.autoHeightMax,nt=xe.style,Ke=xe.children,Pt=Re(xe,["onScroll","onScrollFrame","onScrollStart","onScrollStop","onUpdate","renderView","renderTrackHorizontal","renderTrackVertical","renderThumbHorizontal","renderThumbVertical","tagName","hideTracksWhenNotNeeded","autoHide","autoHideTimeout","autoHideDuration","thumbSize","thumbMinSize","universal","autoHeight","autoHeightMin","autoHeightMax","style","children"]),Tt=this.state.didMountUniversal,Gt=M({},z.containerStyleDefault,Ne&&M({},z.containerStyleAutoHeight,{minHeight:tt,maxHeight:lt}),nt),Bt=M({},z.viewStyleDefault,{marginRight:Ee?-Ee:0,marginBottom:Ee?-Ee:0},Ne&&M({},z.viewStyleAutoHeight,{minHeight:(0,$.default)(tt)?"calc("+tt+" + "+Ee+"px)":tt+Ee,maxHeight:(0,$.default)(lt)?"calc("+lt+" + "+Ee+"px)":lt+Ee}),Ne&&he&&!Tt&&{minHeight:tt,maxHeight:lt},he&&!Tt&&z.viewStyleUniversalInitial),dr={transition:"opacity "+nr+"ms",opacity:0},cr=M({},z.trackHorizontalStyleDefault,At&&dr,(!Ee||he&&!Tt)&&{display:"none"}),Ct=M({},z.trackVerticalStyleDefault,At&&dr,(!Ee||he&&!Tt)&&{display:"none"});return(0,v.createElement)(qe,M({},Pt,{style:Gt,ref:function(bt){_e.container=bt}}),[(0,v.cloneElement)(Jt({style:Bt}),{key:"view",ref:function(bt){_e.view=bt}},Ke),(0,v.cloneElement)(pe({style:cr}),{key:"trackHorizontal",ref:function(bt){_e.trackHorizontal=bt}},(0,v.cloneElement)(et({style:z.thumbHorizontalStyleDefault}),{ref:function(bt){_e.thumbHorizontal=bt}})),(0,v.cloneElement)(Ce({style:Ct}),{key:"trackVertical",ref:function(bt){_e.trackVertical=bt}},(0,v.cloneElement)(Xe({style:z.thumbVerticalStyleDefault}),{ref:function(bt){_e.thumbVertical=bt}}))])}}]),oe}(v.Component);te.default=Be,Be.propTypes={onScroll:S.default.func,onScrollFrame:S.default.func,onScrollStart:S.default.func,onScrollStop:S.default.func,onUpdate:S.default.func,renderView:S.default.func,renderTrackHorizontal:S.default.func,renderTrackVertical:S.default.func,renderThumbHorizontal:S.default.func,renderThumbVertical:S.default.func,tagName:S.default.string,thumbSize:S.default.number,thumbMinSize:S.default.number,hideTracksWhenNotNeeded:S.default.bool,autoHide:S.default.bool,autoHideTimeout:S.default.number,autoHideDuration:S.default.number,autoHeight:S.default.bool,autoHeightMin:S.default.oneOfType([S.default.number,S.default.string]),autoHeightMax:S.default.oneOfType([S.default.number,S.default.string]),universal:S.default.bool,style:S.default.object,children:S.default.node},Be.defaultProps={renderView:ae.renderViewDefault,renderTrackHorizontal:ae.renderTrackHorizontalDefault,renderTrackVertical:ae.renderTrackVerticalDefault,renderThumbHorizontal:ae.renderThumbHorizontalDefault,renderThumbVertical:ae.renderThumbVerticalDefault,tagName:"div",thumbMinSize:30,hideTracksWhenNotNeeded:!1,autoHide:!1,autoHideTimeout:1e3,autoHideDuration:200,autoHeight:!1,autoHeightMin:0,autoHeightMax:200,universal:!1}},7679:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});var x=te.containerStyleDefault={position:"relative",overflow:"hidden",width:"100%",height:"100%"},M=te.containerStyleAutoHeight={height:"auto"},a=te.viewStyleDefault={position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"scroll",WebkitOverflowScrolling:"touch"},f=te.viewStyleAutoHeight={position:"relative",top:void 0,left:void 0,right:void 0,bottom:void 0},i=te.viewStyleUniversalInitial={overflow:"hidden",marginRight:0,marginBottom:0},m=te.trackHorizontalStyleDefault={position:"absolute",height:6},L=te.trackVerticalStyleDefault={position:"absolute",width:6},v=te.thumbHorizontalStyleDefault={position:"relative",display:"block",height:"100%"},j=te.thumbVerticalStyleDefault={position:"relative",display:"block",width:"100%"},S=te.disableSelectStyle={userSelect:"none"},A=te.disableSelectStyleReset={userSelect:""}},1298:(Q,te,x)=>{"use strict";var M;M={value:!0},te.$B=void 0;var a=x(4608),f=i(a);function i(m){return m&&m.__esModule?m:{default:m}}M=f.default,te.$B=f.default},6839:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=x;function x(M){var a=M.clientHeight,f=getComputedStyle(M),i=f.paddingTop,m=f.paddingBottom;return a-parseFloat(i)-parseFloat(m)}},4749:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=x;function x(M){var a=M.clientWidth,f=getComputedStyle(M),i=f.paddingLeft,m=f.paddingRight;return a-parseFloat(i)-parseFloat(m)}},3305:(Q,te,x)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=m;var M=x(3879),a=f(M);function f(L){return L&&L.__esModule?L:{default:L}}var i=!1;function m(){if(i!==!1)return i;if(typeof document!="undefined"){var L=document.createElement("div");(0,a.default)(L,{width:100,height:100,position:"absolute",top:-9999,overflow:"scroll",MsOverflowStyle:"scrollbar"}),document.body.appendChild(L),i=L.offsetWidth-L.clientWidth,document.body.removeChild(L)}else i=0;return i||0}},5205:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=x;function x(M){return typeof M=="string"}},8669:(Q,te)=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0}),te.default=x;function x(){return!1}},5294:function(Q,te,x){(function(M,a){Q.exports=a(x(4262),x(4098))})(this,function(M,a){"use strict";M=M&&M.hasOwnProperty("default")?M.default:M,a=a&&a.hasOwnProperty("default")?a.default:a;function f(re,se){return se={exports:{}},re(se,se.exports),se.exports}function i(re){return function(){return re}}var m=function(){};m.thatReturns=i,m.thatReturnsFalse=i(!1),m.thatReturnsTrue=i(!0),m.thatReturnsNull=i(null),m.thatReturnsThis=function(){return this},m.thatReturnsArgument=function(re){return re};var L=m,v=function(se){};v=function(se){if(se===void 0)throw new Error("invariant requires an error message argument")};function j(re,se,ye,ke,Ye,Ze,it,Se){if(v(se),!re){var mt;if(se===void 0)mt=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var st=[ye,ke,Ye,Ze,it,Se],ft=0;mt=new Error(se.replace(/%s/g,function(){return st[ft++]})),mt.name="Invariant Violation"}throw mt.framesToPop=1,mt}}var S=j,A=L;{var $=function(se){for(var ye=arguments.length,ke=Array(ye>1?ye-1:0),Ye=1;Ye<ye;Ye++)ke[Ye-1]=arguments[Ye];var Ze=0,it="Warning: "+se.replace(/%s/g,function(){return ke[Ze++]});typeof console!="undefined"&&console.error(it);try{throw new Error(it)}catch(Se){}};A=function(se,ye){if(ye===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(ye.indexOf("Failed Composite propType: ")!==0&&!se){for(var ke=arguments.length,Ye=Array(ke>2?ke-2:0),Ze=2;Ze<ke;Ze++)Ye[Ze-2]=arguments[Ze];$.apply(void 0,[ye].concat(Ye))}}}var B=A;/*
|
|
626
|
+
object-assign
|
|
627
|
+
(c) Sindre Sorhus
|
|
628
|
+
@license MIT
|
|
629
|
+
*/var P=Object.getOwnPropertySymbols,X=Object.prototype.hasOwnProperty,V=Object.prototype.propertyIsEnumerable;function ne(re){if(re==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(re)}function Z(){try{if(!Object.assign)return!1;var re=new String("abc");if(re[5]="de",Object.getOwnPropertyNames(re)[0]==="5")return!1;for(var se={},ye=0;ye<10;ye++)se["_"+String.fromCharCode(ye)]=ye;var ke=Object.getOwnPropertyNames(se).map(function(Ze){return se[Ze]});if(ke.join("")!=="0123456789")return!1;var Ye={};return"abcdefghijklmnopqrst".split("").forEach(function(Ze){Ye[Ze]=Ze}),Object.keys(Object.assign({},Ye)).join("")==="abcdefghijklmnopqrst"}catch(Ze){return!1}}var de=Z()?Object.assign:function(re,se){for(var ye,ke=ne(re),Ye,Ze=1;Ze<arguments.length;Ze++){ye=Object(arguments[Ze]);for(var it in ye)X.call(ye,it)&&(ke[it]=ye[it]);if(P){Ye=P(ye);for(var Se=0;Se<Ye.length;Se++)V.call(ye,Ye[Se])&&(ke[Ye[Se]]=ye[Ye[Se]])}}return ke},U="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",z=U,ae=S,Oe=B,Re=z,je={};function Ue(re,se,ye,ke,Ye){for(var Ze in re)if(re.hasOwnProperty(Ze)){var it;try{ae(typeof re[Ze]=="function","%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.",ke||"React class",ye,Ze,typeof re[Ze]),it=re[Ze](se,Ze,ke,ye,null,Re)}catch(mt){it=mt}if(Oe(!it||it instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ke||"React class",ye,Ze,typeof it),it instanceof Error&&!(it.message in je)){je[it.message]=!0;var Se=Ye?Ye():"";Oe(!1,"Failed %s type: %s%s",ye,it.message,Se!=null?Se:"")}}}var Ve=Ue,Be=function(re,se){var ye=typeof Symbol=="function"&&Symbol.iterator,ke="@@iterator";function Ye(Qe){var dt=Qe&&(ye&&Qe[ye]||Qe[ke]);if(typeof dt=="function")return dt}var Ze="<<anonymous>>",it={array:ft("array"),bool:ft("boolean"),func:ft("function"),number:ft("number"),object:ft("object"),string:ft("string"),symbol:ft("symbol"),any:Xt(),arrayOf:_t,element:sr(),instanceOf:ar,node:ir(),objectOf:br,oneOf:Qt,oneOfType:yr,shape:Mr,exact:Or};function Se(Qe,dt){return Qe===dt?Qe!==0||1/Qe===1/dt:Qe!==Qe&&dt!==dt}function mt(Qe){this.message=Qe,this.stack=""}mt.prototype=Error.prototype;function st(Qe){var dt={},zt=0;function Nt(Kt,Ft,It,Wt,Vt,qt,Fr){if(Wt=Wt||Ze,qt=qt||It,Fr!==z){if(se)S(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if(typeof console!="undefined"){var an=Wt+":"+It;!dt[an]&&zt<3&&(B(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",qt,Wt),dt[an]=!0,zt++)}}return Ft[It]==null?Kt?Ft[It]===null?new mt("The "+Vt+" `"+qt+"` is marked as required "+("in `"+Wt+"`, but its value is `null`.")):new mt("The "+Vt+" `"+qt+"` is marked as required in "+("`"+Wt+"`, but its value is `undefined`.")):null:Qe(Ft,It,Wt,Vt,qt)}var Ot=Nt.bind(null,!1);return Ot.isRequired=Nt.bind(null,!0),Ot}function ft(Qe){function dt(zt,Nt,Ot,Kt,Ft,It){var Wt=zt[Nt],Vt=zr(Wt);if(Vt!==Qe){var qt=Fn(Wt);return new mt("Invalid "+Kt+" `"+Ft+"` of type "+("`"+qt+"` supplied to `"+Ot+"`, expected ")+("`"+Qe+"`."))}return null}return st(dt)}function Xt(){return st(L.thatReturnsNull)}function _t(Qe){function dt(zt,Nt,Ot,Kt,Ft){if(typeof Qe!="function")return new mt("Property `"+Ft+"` of component `"+Ot+"` has invalid PropType notation inside arrayOf.");var It=zt[Nt];if(!Array.isArray(It)){var Wt=zr(It);return new mt("Invalid "+Kt+" `"+Ft+"` of type "+("`"+Wt+"` supplied to `"+Ot+"`, expected an array."))}for(var Vt=0;Vt<It.length;Vt++){var qt=Qe(It,Vt,Ot,Kt,Ft+"["+Vt+"]",z);if(qt instanceof Error)return qt}return null}return st(dt)}function sr(){function Qe(dt,zt,Nt,Ot,Kt){var Ft=dt[zt];if(!re(Ft)){var It=zr(Ft);return new mt("Invalid "+Ot+" `"+Kt+"` of type "+("`"+It+"` supplied to `"+Nt+"`, expected a single ReactElement."))}return null}return st(Qe)}function ar(Qe){function dt(zt,Nt,Ot,Kt,Ft){if(!(zt[Nt]instanceof Qe)){var It=Qe.name||Ze,Wt=nn(zt[Nt]);return new mt("Invalid "+Kt+" `"+Ft+"` of type "+("`"+Wt+"` supplied to `"+Ot+"`, expected ")+("instance of `"+It+"`."))}return null}return st(dt)}function Qt(Qe){if(!Array.isArray(Qe))return B(!1,"Invalid argument supplied to oneOf, expected an instance of array."),L.thatReturnsNull;function dt(zt,Nt,Ot,Kt,Ft){for(var It=zt[Nt],Wt=0;Wt<Qe.length;Wt++)if(Se(It,Qe[Wt]))return null;var Vt=JSON.stringify(Qe);return new mt("Invalid "+Kt+" `"+Ft+"` of value `"+It+"` "+("supplied to `"+Ot+"`, expected one of "+Vt+"."))}return st(dt)}function br(Qe){function dt(zt,Nt,Ot,Kt,Ft){if(typeof Qe!="function")return new mt("Property `"+Ft+"` of component `"+Ot+"` has invalid PropType notation inside objectOf.");var It=zt[Nt],Wt=zr(It);if(Wt!=="object")return new mt("Invalid "+Kt+" `"+Ft+"` of type "+("`"+Wt+"` supplied to `"+Ot+"`, expected an object."));for(var Vt in It)if(It.hasOwnProperty(Vt)){var qt=Qe(It,Vt,Ot,Kt,Ft+"."+Vt,z);if(qt instanceof Error)return qt}return null}return st(dt)}function yr(Qe){if(!Array.isArray(Qe))return B(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),L.thatReturnsNull;for(var dt=0;dt<Qe.length;dt++){var zt=Qe[dt];if(typeof zt!="function")return B(!1,"Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.",or(zt),dt),L.thatReturnsNull}function Nt(Ot,Kt,Ft,It,Wt){for(var Vt=0;Vt<Qe.length;Vt++){var qt=Qe[Vt];if(qt(Ot,Kt,Ft,It,Wt,z)==null)return null}return new mt("Invalid "+It+" `"+Wt+"` supplied to "+("`"+Ft+"`."))}return st(Nt)}function ir(){function Qe(dt,zt,Nt,Ot,Kt){return Er(dt[zt])?null:new mt("Invalid "+Ot+" `"+Kt+"` supplied to "+("`"+Nt+"`, expected a ReactNode."))}return st(Qe)}function Mr(Qe){function dt(zt,Nt,Ot,Kt,Ft){var It=zt[Nt],Wt=zr(It);if(Wt!=="object")return new mt("Invalid "+Kt+" `"+Ft+"` of type `"+Wt+"` "+("supplied to `"+Ot+"`, expected `object`."));for(var Vt in Qe){var qt=Qe[Vt];if(!!qt){var Fr=qt(It,Vt,Ot,Kt,Ft+"."+Vt,z);if(Fr)return Fr}}return null}return st(dt)}function Or(Qe){function dt(zt,Nt,Ot,Kt,Ft){var It=zt[Nt],Wt=zr(It);if(Wt!=="object")return new mt("Invalid "+Kt+" `"+Ft+"` of type `"+Wt+"` "+("supplied to `"+Ot+"`, expected `object`."));var Vt=de({},zt[Nt],Qe);for(var qt in Vt){var Fr=Qe[qt];if(!Fr)return new mt("Invalid "+Kt+" `"+Ft+"` key `"+qt+"` supplied to `"+Ot+"`.\nBad object: "+JSON.stringify(zt[Nt],null," ")+`
|
|
630
|
+
Valid keys: `+JSON.stringify(Object.keys(Qe),null," "));var an=Fr(It,qt,Ot,Kt,Ft+"."+qt,z);if(an)return an}return null}return st(dt)}function Er(Qe){switch(typeof Qe){case"number":case"string":case"undefined":return!0;case"boolean":return!Qe;case"object":if(Array.isArray(Qe))return Qe.every(Er);if(Qe===null||re(Qe))return!0;var dt=Ye(Qe);if(dt){var zt=dt.call(Qe),Nt;if(dt!==Qe.entries){for(;!(Nt=zt.next()).done;)if(!Er(Nt.value))return!1}else for(;!(Nt=zt.next()).done;){var Ot=Nt.value;if(Ot&&!Er(Ot[1]))return!1}}else return!1;return!0;default:return!1}}function zn(Qe,dt){return Qe==="symbol"||dt["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&dt instanceof Symbol}function zr(Qe){var dt=typeof Qe;return Array.isArray(Qe)?"array":Qe instanceof RegExp?"object":zn(dt,Qe)?"symbol":dt}function Fn(Qe){if(typeof Qe=="undefined"||Qe===null)return""+Qe;var dt=zr(Qe);if(dt==="object"){if(Qe instanceof Date)return"date";if(Qe instanceof RegExp)return"regexp"}return dt}function or(Qe){var dt=Fn(Qe);switch(dt){case"array":case"object":return"an "+dt;case"boolean":case"date":case"regexp":return"a "+dt;default:return dt}}function nn(Qe){return!Qe.constructor||!Qe.constructor.name?Ze:Qe.constructor.name}return it.checkPropTypes=Ve,it.PropTypes=it,it},Ie=f(function(re){{var se=typeof Symbol=="function"&&Symbol.for&&Symbol.for("react.element")||60103,ye=function(Ye){return typeof Ye=="object"&&Ye!==null&&Ye.$$typeof===se},ke=!0;re.exports=Be(ye,ke)}}),oe=f(function(re){/*!
|
|
631
|
+
Copyright (c) 2016 Jed Watson.
|
|
632
|
+
Licensed under the MIT License (MIT), see
|
|
633
|
+
http://jedwatson.github.io/classnames
|
|
634
|
+
*/(function(){var se={}.hasOwnProperty;function ye(){for(var ke=[],Ye=0;Ye<arguments.length;Ye++){var Ze=arguments[Ye];if(!!Ze){var it=typeof Ze;if(it==="string"||it==="number")ke.push(Ze);else if(Array.isArray(Ze))ke.push(ye.apply(null,Ze));else if(it==="object")for(var Se in Ze)se.call(Ze,Se)&&Ze[Se]&&ke.push(Se)}}return ke.join(" ")}re.exports?re.exports=ye:window.classNames=ye})()});function Me(re,se){for(var ye=0,ke=re.length;ye<ke;ye++)if(se.apply(se,[re[ye],ye,re]))return re[ye]}function _e(re){return typeof re=="function"||Object.prototype.toString.call(re)==="[object Function]"}function Ee(re){return typeof re=="number"&&!isNaN(re)}function xe(re){return parseInt(re,10)}function Je(re,se,ye){if(re[se])return new Error("Invalid prop "+se+" passed to "+ye+" - do not set this, set it on the child.")}var fe=["Moz","Webkit","O","ms"];function at(){var re=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"transform";if(typeof window=="undefined"||typeof window.document=="undefined")return"";var se=window.document.documentElement.style;if(re in se)return"";for(var ye=0;ye<fe.length;ye++)if(ot(re,fe[ye])in se)return fe[ye];return""}function ot(re,se){return se?""+se+Lt(re):re}function Lt(re){for(var se="",ye=!0,ke=0;ke<re.length;ke++)ye?(se+=re[ke].toUpperCase(),ye=!1):re[ke]==="-"?ye=!0:se+=re[ke];return se}var Jt=at(),pe=function(re,se){if(!(re instanceof se))throw new TypeError("Cannot call a class as a function")},Ce=function(){function re(se,ye){for(var ke=0;ke<ye.length;ke++){var Ye=ye[ke];Ye.enumerable=Ye.enumerable||!1,Ye.configurable=!0,"value"in Ye&&(Ye.writable=!0),Object.defineProperty(se,Ye.key,Ye)}}return function(se,ye,ke){return ye&&re(se.prototype,ye),ke&&re(se,ke),se}}(),et=function(re,se,ye){return se in re?Object.defineProperty(re,se,{value:ye,enumerable:!0,configurable:!0,writable:!0}):re[se]=ye,re},Xe=Object.assign||function(re){for(var se=1;se<arguments.length;se++){var ye=arguments[se];for(var ke in ye)Object.prototype.hasOwnProperty.call(ye,ke)&&(re[ke]=ye[ke])}return re},qe=function(re,se){if(typeof se!="function"&&se!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof se);re.prototype=Object.create(se&&se.prototype,{constructor:{value:re,enumerable:!1,writable:!0,configurable:!0}}),se&&(Object.setPrototypeOf?Object.setPrototypeOf(re,se):re.__proto__=se)},Ht=function(re,se){if(!re)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return se&&(typeof se=="object"||typeof se=="function")?se:re},At=function(){function re(se,ye){var ke=[],Ye=!0,Ze=!1,it=void 0;try{for(var Se=se[Symbol.iterator](),mt;!(Ye=(mt=Se.next()).done)&&(ke.push(mt.value),!(ye&&ke.length===ye));Ye=!0);}catch(st){Ze=!0,it=st}finally{try{!Ye&&Se.return&&Se.return()}finally{if(Ze)throw it}}return ke}return function(se,ye){if(Array.isArray(se))return se;if(Symbol.iterator in Object(se))return re(se,ye);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),$t="";function nr(re,se){return $t||($t=Me(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],function(ye){return _e(re[ye])})),_e(re[$t])?re[$t](se):!1}function wt(re,se,ye){var ke=re;do{if(nr(ke,se))return!0;if(ke===ye)return!1;ke=ke.parentNode}while(ke);return!1}function Ut(re,se,ye){!re||(re.attachEvent?re.attachEvent("on"+se,ye):re.addEventListener?re.addEventListener(se,ye,!0):re["on"+se]=ye)}function he(re,se,ye){!re||(re.detachEvent?re.detachEvent("on"+se,ye):re.removeEventListener?re.removeEventListener(se,ye,!0):re["on"+se]=null)}function Ne(re){var se=re.clientHeight,ye=re.ownerDocument.defaultView.getComputedStyle(re);return se+=xe(ye.borderTopWidth),se+=xe(ye.borderBottomWidth),se}function tt(re){var se=re.clientWidth,ye=re.ownerDocument.defaultView.getComputedStyle(re);return se+=xe(ye.borderLeftWidth),se+=xe(ye.borderRightWidth),se}function lt(re){var se=re.clientHeight,ye=re.ownerDocument.defaultView.getComputedStyle(re);return se-=xe(ye.paddingTop),se-=xe(ye.paddingBottom),se}function nt(re){var se=re.clientWidth,ye=re.ownerDocument.defaultView.getComputedStyle(re);return se-=xe(ye.paddingLeft),se-=xe(ye.paddingRight),se}function Ke(re,se){var ye=se===se.ownerDocument.body,ke=ye?{left:0,top:0}:se.getBoundingClientRect(),Ye=re.clientX+se.scrollLeft-ke.left,Ze=re.clientY+se.scrollTop-ke.top;return{x:Ye,y:Ze}}function Pt(re,se){var ye=Gt(re,se,"px");return et({},ot("transform",Jt),ye)}function Tt(re,se){var ye=Gt(re,se,"");return ye}function Gt(re,se,ye){var ke=re.x,Ye=re.y,Ze="translate("+ke+ye+","+Ye+ye+")";if(se){var it=""+(typeof se.x=="string"?se.x:se.x+ye),Se=""+(typeof se.y=="string"?se.y:se.y+ye);Ze="translate("+it+", "+Se+")"+Ze}return Ze}function Bt(re,se){return re.targetTouches&&Me(re.targetTouches,function(ye){return se===ye.identifier})||re.changedTouches&&Me(re.changedTouches,function(ye){return se===ye.identifier})}function dr(re){if(re.targetTouches&&re.targetTouches[0])return re.targetTouches[0].identifier;if(re.changedTouches&&re.changedTouches[0])return re.changedTouches[0].identifier}function cr(re){if(!!re){var se=re.getElementById("react-draggable-style-el");se||(se=re.createElement("style"),se.type="text/css",se.id="react-draggable-style-el",se.innerHTML=`.react-draggable-transparent-selection *::-moz-selection {all: inherit;}
|
|
635
|
+
`,se.innerHTML+=`.react-draggable-transparent-selection *::selection {all: inherit;}
|
|
636
|
+
`,re.getElementsByTagName("head")[0].appendChild(se)),re.body&&bt(re.body,"react-draggable-transparent-selection")}}function Ct(re){try{re&&re.body&&wr(re.body,"react-draggable-transparent-selection"),re.selection?re.selection.empty():window.getSelection().removeAllRanges()}catch(se){}}function rt(){var re=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Xe({touchAction:"none"},re)}function bt(re,se){re.classList?re.classList.add(se):re.className.match(new RegExp("(?:^|\\s)"+se+"(?!\\S)"))||(re.className+=" "+se)}function wr(re,se){re.classList?re.classList.remove(se):re.className=re.className.replace(new RegExp("(?:^|\\s)"+se+"(?!\\S)","g"),"")}function pr(re,se,ye){if(!re.props.bounds)return[se,ye];var ke=re.props.bounds;ke=typeof ke=="string"?ke:we(ke);var Ye=be(re);if(typeof ke=="string"){var Ze=Ye.ownerDocument,it=Ze.defaultView,Se=void 0;if(ke==="parent"?Se=Ye.parentNode:Se=Ze.querySelector(ke),!(Se instanceof it.HTMLElement))throw new Error('Bounds selector "'+ke+'" could not find an element.');var mt=it.getComputedStyle(Ye),st=it.getComputedStyle(Se);ke={left:-Ye.offsetLeft+xe(st.paddingLeft)+xe(mt.marginLeft),top:-Ye.offsetTop+xe(st.paddingTop)+xe(mt.marginTop),right:nt(Se)-tt(Ye)-Ye.offsetLeft+xe(st.paddingRight)-xe(mt.marginRight),bottom:lt(Se)-Ne(Ye)-Ye.offsetTop+xe(st.paddingBottom)-xe(mt.marginBottom)}}return Ee(ke.right)&&(se=Math.min(se,ke.right)),Ee(ke.bottom)&&(ye=Math.min(ye,ke.bottom)),Ee(ke.left)&&(se=Math.max(se,ke.left)),Ee(ke.top)&&(ye=Math.max(ye,ke.top)),[se,ye]}function qr(re,se,ye){var ke=Math.round(se/re[0])*re[0],Ye=Math.round(ye/re[1])*re[1];return[ke,Ye]}function C(re){return re.props.axis==="both"||re.props.axis==="x"}function p(re){return re.props.axis==="both"||re.props.axis==="y"}function b(re,se,ye){var ke=typeof se=="number"?Bt(re,se):null;if(typeof se=="number"&&!ke)return null;var Ye=be(ye),Ze=ye.props.offsetParent||Ye.offsetParent||Ye.ownerDocument.body;return Ke(ke||re,Ze)}function G(re,se,ye){var ke=re.state,Ye=!Ee(ke.lastX),Ze=be(re);return Ye?{node:Ze,deltaX:0,deltaY:0,lastX:se,lastY:ye,x:se,y:ye}:{node:Ze,deltaX:se-ke.lastX,deltaY:ye-ke.lastY,lastX:ke.lastX,lastY:ke.lastY,x:se,y:ye}}function ue(re,se){var ye=re.props.scale;return{node:se.node,x:re.state.x+se.deltaX/ye,y:re.state.y+se.deltaY/ye,deltaX:se.deltaX/ye,deltaY:se.deltaY/ye,lastX:re.state.x,lastY:re.state.y}}function we(re){return{left:re.left,top:re.top,right:re.right,bottom:re.bottom}}function be(re){var se=M.findDOMNode(re);if(!se)throw new Error("<DraggableCore>: Unmounted during event!");return se}function gt(){}var Dt={touch:{start:"touchstart",move:"touchmove",stop:"touchend"},mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"}},St=Dt.mouse,jt=function(re){qe(se,re);function se(){var ye,ke,Ye,Ze;pe(this,se);for(var it=arguments.length,Se=Array(it),mt=0;mt<it;mt++)Se[mt]=arguments[mt];return Ze=(ke=(Ye=Ht(this,(ye=se.__proto__||Object.getPrototypeOf(se)).call.apply(ye,[this].concat(Se))),Ye),Ye.state={dragging:!1,lastX:NaN,lastY:NaN,touchIdentifier:null},Ye.handleDragStart=function(st){if(Ye.props.onMouseDown(st),!Ye.props.allowAnyClick&&typeof st.button=="number"&&st.button!==0)return!1;var ft=M.findDOMNode(Ye);if(!ft||!ft.ownerDocument||!ft.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");var Xt=ft.ownerDocument;if(!(Ye.props.disabled||!(st.target instanceof Xt.defaultView.Node)||Ye.props.handle&&!wt(st.target,Ye.props.handle,ft)||Ye.props.cancel&&wt(st.target,Ye.props.cancel,ft))){var _t=dr(st);Ye.setState({touchIdentifier:_t});var sr=b(st,_t,Ye);if(sr!=null){var ar=sr.x,Qt=sr.y,br=G(Ye,ar,Qt);Ye.props.onStart;var yr=Ye.props.onStart(st,br);yr!==!1&&(Ye.props.enableUserSelectHack&&cr(Xt),Ye.setState({dragging:!0,lastX:ar,lastY:Qt}),Ut(Xt,St.move,Ye.handleDrag),Ut(Xt,St.stop,Ye.handleDragStop))}}},Ye.handleDrag=function(st){st.type==="touchmove"&&st.preventDefault();var ft=b(st,Ye.state.touchIdentifier,Ye);if(ft!=null){var Xt=ft.x,_t=ft.y;if(Array.isArray(Ye.props.grid)){var sr=Xt-Ye.state.lastX,ar=_t-Ye.state.lastY,Qt=qr(Ye.props.grid,sr,ar),br=At(Qt,2);if(sr=br[0],ar=br[1],!sr&&!ar)return;Xt=Ye.state.lastX+sr,_t=Ye.state.lastY+ar}var yr=G(Ye,Xt,_t),ir=Ye.props.onDrag(st,yr);if(ir===!1){try{Ye.handleDragStop(new MouseEvent("mouseup"))}catch(Or){var Mr=document.createEvent("MouseEvents");Mr.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Ye.handleDragStop(Mr)}return}Ye.setState({lastX:Xt,lastY:_t})}},Ye.handleDragStop=function(st){if(!!Ye.state.dragging){var ft=b(st,Ye.state.touchIdentifier,Ye);if(ft!=null){var Xt=ft.x,_t=ft.y,sr=G(Ye,Xt,_t),ar=M.findDOMNode(Ye);ar&&Ye.props.enableUserSelectHack&&Ct(ar.ownerDocument),Ye.setState({dragging:!1,lastX:NaN,lastY:NaN}),Ye.props.onStop(st,sr),ar&&(he(ar.ownerDocument,St.move,Ye.handleDrag),he(ar.ownerDocument,St.stop,Ye.handleDragStop))}}},Ye.onMouseDown=function(st){return St=Dt.mouse,Ye.handleDragStart(st)},Ye.onMouseUp=function(st){return St=Dt.mouse,Ye.handleDragStop(st)},Ye.onTouchStart=function(st){return St=Dt.touch,Ye.handleDragStart(st)},Ye.onTouchEnd=function(st){return St=Dt.touch,Ye.handleDragStop(st)},ke),Ht(Ye,Ze)}return Ce(se,[{key:"componentWillUnmount",value:function(){var ke=M.findDOMNode(this);if(ke){var Ye=ke.ownerDocument;he(Ye,Dt.mouse.move,this.handleDrag),he(Ye,Dt.touch.move,this.handleDrag),he(Ye,Dt.mouse.stop,this.handleDragStop),he(Ye,Dt.touch.stop,this.handleDragStop),this.props.enableUserSelectHack&&Ct(Ye)}}},{key:"render",value:function(){return a.cloneElement(a.Children.only(this.props.children),{style:rt(this.props.children.props.style),onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}}]),se}(a.Component);jt.displayName="DraggableCore",jt.propTypes={allowAnyClick:Ie.bool,disabled:Ie.bool,enableUserSelectHack:Ie.bool,offsetParent:function(se,ye){if(se[ye]&&se[ye].nodeType!==1)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:Ie.arrayOf(Ie.number),scale:Ie.number,handle:Ie.string,cancel:Ie.string,onStart:Ie.func,onDrag:Ie.func,onStop:Ie.func,onMouseDown:Ie.func,className:Je,style:Je,transform:Je},jt.defaultProps={allowAnyClick:!1,cancel:null,disabled:!1,enableUserSelectHack:!0,offsetParent:null,handle:null,grid:null,transform:null,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){}};var kt=function(re){qe(se,re);function se(ye){pe(this,se);var ke=Ht(this,(se.__proto__||Object.getPrototypeOf(se)).call(this,ye));return ke.onDragStart=function(Ye,Ze){var it=ke.props.onStart(Ye,ue(ke,Ze));if(it===!1)return!1;ke.setState({dragging:!0,dragged:!0})},ke.onDrag=function(Ye,Ze){if(!ke.state.dragging)return!1;var it=ue(ke,Ze),Se={x:it.x,y:it.y};if(ke.props.bounds){var mt=Se.x,st=Se.y;Se.x+=ke.state.slackX,Se.y+=ke.state.slackY;var ft=pr(ke,Se.x,Se.y),Xt=At(ft,2),_t=Xt[0],sr=Xt[1];Se.x=_t,Se.y=sr,Se.slackX=ke.state.slackX+(mt-Se.x),Se.slackY=ke.state.slackY+(st-Se.y),it.x=Se.x,it.y=Se.y,it.deltaX=Se.x-ke.state.x,it.deltaY=Se.y-ke.state.y}var ar=ke.props.onDrag(Ye,it);if(ar===!1)return!1;ke.setState(Se)},ke.onDragStop=function(Ye,Ze){if(!ke.state.dragging)return!1;var it=ke.props.onStop(Ye,ue(ke,Ze));if(it===!1)return!1;var Se={dragging:!1,slackX:0,slackY:0},mt=Boolean(ke.props.position);if(mt){var st=ke.props.position,ft=st.x,Xt=st.y;Se.x=ft,Se.y=Xt}ke.setState(Se)},ke.state={dragging:!1,dragged:!1,x:ye.position?ye.position.x:ye.defaultPosition.x,y:ye.position?ye.position.y:ye.defaultPosition.y,slackX:0,slackY:0,isElementSVG:!1},ye.position&&!(ye.onDrag||ye.onStop)&&console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element."),ke}return Ce(se,[{key:"componentDidMount",value:function(){typeof window.SVGElement!="undefined"&&M.findDOMNode(this)instanceof window.SVGElement&&this.setState({isElementSVG:!0})}},{key:"componentWillReceiveProps",value:function(ke){ke.position&&(!this.props.position||ke.position.x!==this.props.position.x||ke.position.y!==this.props.position.y)&&this.setState({x:ke.position.x,y:ke.position.y})}},{key:"componentWillUnmount",value:function(){this.setState({dragging:!1})}},{key:"render",value:function(){var ke,Ye={},Ze=null,it=Boolean(this.props.position),Se=!it||this.state.dragging,mt=this.props.position||this.props.defaultPosition,st={x:C(this)&&Se?this.state.x:mt.x,y:p(this)&&Se?this.state.y:mt.y};this.state.isElementSVG?Ze=Tt(st,this.props.positionOffset):Ye=Pt(st,this.props.positionOffset);var ft=this.props,Xt=ft.defaultClassName,_t=ft.defaultClassNameDragging,sr=ft.defaultClassNameDragged,ar=a.Children.only(this.props.children),Qt=oe(ar.props.className||"",Xt,(ke={},et(ke,_t,this.state.dragging),et(ke,sr,this.state.dragged),ke));return a.createElement(jt,Xe({},this.props,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),a.cloneElement(ar,{className:Qt,style:Xe({},ar.props.style,Ye),transform:Ze}))}}]),se}(a.Component);return kt.displayName="Draggable",kt.propTypes=Xe({},jt.propTypes,{axis:Ie.oneOf(["both","x","y","none"]),bounds:Ie.oneOfType([Ie.shape({left:Ie.number,right:Ie.number,top:Ie.number,bottom:Ie.number}),Ie.string,Ie.oneOf([!1])]),defaultClassName:Ie.string,defaultClassNameDragging:Ie.string,defaultClassNameDragged:Ie.string,defaultPosition:Ie.shape({x:Ie.number,y:Ie.number}),positionOffset:Ie.shape({x:Ie.oneOfType([Ie.number,Ie.string]),y:Ie.oneOfType([Ie.number,Ie.string])}),position:Ie.shape({x:Ie.number,y:Ie.number}),className:Je,style:Je,transform:Je}),kt.defaultProps=Xe({},jt.defaultProps,{axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},position:null,scale:1}),kt.default=kt,kt.DraggableCore=jt,kt})},6459:(Q,te,x)=>{var M=x(1494),a=x(1168).Buffer;(function(f,i){Q.exports=i()})(self,function(){return function(){var f={7757:function(v,j,S){v.exports=S(5666)},9669:function(v,j,S){v.exports=S(1609)},5448:function(v,j,S){"use strict";var A=S(4867),$=S(6026),B=S(4372),P=S(5327),X=S(4097),V=S(4109),ne=S(7985),Z=S(7874),de=S(2648),U=S(644),z=S(205);v.exports=function(ae){return new Promise(function(Oe,Re){var je,Ue=ae.data,Ve=ae.headers,Be=ae.responseType;function Ie(){ae.cancelToken&&ae.cancelToken.unsubscribe(je),ae.signal&&ae.signal.removeEventListener("abort",je)}A.isFormData(Ue)&&A.isStandardBrowserEnv()&&delete Ve["Content-Type"];var oe=new XMLHttpRequest;if(ae.auth){var Me=ae.auth.username||"",_e=ae.auth.password?unescape(encodeURIComponent(ae.auth.password)):"";Ve.Authorization="Basic "+btoa(Me+":"+_e)}var Ee=X(ae.baseURL,ae.url);function xe(){if(oe){var at="getAllResponseHeaders"in oe?V(oe.getAllResponseHeaders()):null,ot={data:Be&&Be!=="text"&&Be!=="json"?oe.response:oe.responseText,status:oe.status,statusText:oe.statusText,headers:at,config:ae,request:oe};$(function(Lt){Oe(Lt),Ie()},function(Lt){Re(Lt),Ie()},ot),oe=null}}if(oe.open(ae.method.toUpperCase(),P(Ee,ae.params,ae.paramsSerializer),!0),oe.timeout=ae.timeout,"onloadend"in oe?oe.onloadend=xe:oe.onreadystatechange=function(){oe&&oe.readyState===4&&(oe.status!==0||oe.responseURL&&oe.responseURL.indexOf("file:")===0)&&setTimeout(xe)},oe.onabort=function(){oe&&(Re(new de("Request aborted",de.ECONNABORTED,ae,oe)),oe=null)},oe.onerror=function(){Re(new de("Network Error",de.ERR_NETWORK,ae,oe,oe)),oe=null},oe.ontimeout=function(){var at=ae.timeout?"timeout of "+ae.timeout+"ms exceeded":"timeout exceeded",ot=ae.transitional||Z;ae.timeoutErrorMessage&&(at=ae.timeoutErrorMessage),Re(new de(at,ot.clarifyTimeoutError?de.ETIMEDOUT:de.ECONNABORTED,ae,oe)),oe=null},A.isStandardBrowserEnv()){var Je=(ae.withCredentials||ne(Ee))&&ae.xsrfCookieName?B.read(ae.xsrfCookieName):void 0;Je&&(Ve[ae.xsrfHeaderName]=Je)}"setRequestHeader"in oe&&A.forEach(Ve,function(at,ot){Ue===void 0&&ot.toLowerCase()==="content-type"?delete Ve[ot]:oe.setRequestHeader(ot,at)}),A.isUndefined(ae.withCredentials)||(oe.withCredentials=!!ae.withCredentials),Be&&Be!=="json"&&(oe.responseType=ae.responseType),typeof ae.onDownloadProgress=="function"&&oe.addEventListener("progress",ae.onDownloadProgress),typeof ae.onUploadProgress=="function"&&oe.upload&&oe.upload.addEventListener("progress",ae.onUploadProgress),(ae.cancelToken||ae.signal)&&(je=function(at){oe&&(Re(!at||at&&at.type?new U:at),oe.abort(),oe=null)},ae.cancelToken&&ae.cancelToken.subscribe(je),ae.signal&&(ae.signal.aborted?je():ae.signal.addEventListener("abort",je))),Ue||(Ue=null);var fe=z(Ee);fe&&["http","https","file"].indexOf(fe)===-1?Re(new de("Unsupported protocol "+fe+":",de.ERR_BAD_REQUEST,ae)):oe.send(Ue)})}},1609:function(v,j,S){"use strict";var A=S(4867),$=S(1849),B=S(321),P=S(7185),X=function V(ne){var Z=new B(ne),de=$(B.prototype.request,Z);return A.extend(de,B.prototype,Z),A.extend(de,Z),de.create=function(U){return V(P(ne,U))},de}(S(5546));X.Axios=B,X.CanceledError=S(644),X.CancelToken=S(4972),X.isCancel=S(6502),X.VERSION=S(7288).version,X.toFormData=S(7675),X.AxiosError=S(2648),X.Cancel=X.CanceledError,X.all=function(V){return Promise.all(V)},X.spread=S(8713),X.isAxiosError=S(6268),v.exports=X,v.exports.default=X},4972:function(v,j,S){"use strict";var A=S(644);function $(B){if(typeof B!="function")throw new TypeError("executor must be a function.");var P;this.promise=new Promise(function(V){P=V});var X=this;this.promise.then(function(V){if(X._listeners){var ne,Z=X._listeners.length;for(ne=0;ne<Z;ne++)X._listeners[ne](V);X._listeners=null}}),this.promise.then=function(V){var ne,Z=new Promise(function(de){X.subscribe(de),ne=de}).then(V);return Z.cancel=function(){X.unsubscribe(ne)},Z},B(function(V){X.reason||(X.reason=new A(V),P(X.reason))})}$.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},$.prototype.subscribe=function(B){this.reason?B(this.reason):this._listeners?this._listeners.push(B):this._listeners=[B]},$.prototype.unsubscribe=function(B){if(this._listeners){var P=this._listeners.indexOf(B);P!==-1&&this._listeners.splice(P,1)}},$.source=function(){var B;return{token:new $(function(P){B=P}),cancel:B}},v.exports=$},644:function(v,j,S){"use strict";var A=S(2648);function $(B){A.call(this,B==null?"canceled":B,A.ERR_CANCELED),this.name="CanceledError"}S(4867).inherits($,A,{__CANCEL__:!0}),v.exports=$},6502:function(v){"use strict";v.exports=function(j){return!(!j||!j.__CANCEL__)}},321:function(v,j,S){"use strict";var A=S(4867),$=S(5327),B=S(782),P=S(3572),X=S(7185),V=S(4097),ne=S(4875),Z=ne.validators;function de(U){this.defaults=U,this.interceptors={request:new B,response:new B}}de.prototype.request=function(U,z){typeof U=="string"?(z=z||{}).url=U:z=U||{},(z=X(this.defaults,z)).method?z.method=z.method.toLowerCase():this.defaults.method?z.method=this.defaults.method.toLowerCase():z.method="get";var ae=z.transitional;ae!==void 0&&ne.assertOptions(ae,{silentJSONParsing:Z.transitional(Z.boolean),forcedJSONParsing:Z.transitional(Z.boolean),clarifyTimeoutError:Z.transitional(Z.boolean)},!1);var Oe=[],Re=!0;this.interceptors.request.forEach(function(Me){typeof Me.runWhen=="function"&&Me.runWhen(z)===!1||(Re=Re&&Me.synchronous,Oe.unshift(Me.fulfilled,Me.rejected))});var je,Ue=[];if(this.interceptors.response.forEach(function(Me){Ue.push(Me.fulfilled,Me.rejected)}),!Re){var Ve=[P,void 0];for(Array.prototype.unshift.apply(Ve,Oe),Ve=Ve.concat(Ue),je=Promise.resolve(z);Ve.length;)je=je.then(Ve.shift(),Ve.shift());return je}for(var Be=z;Oe.length;){var Ie=Oe.shift(),oe=Oe.shift();try{Be=Ie(Be)}catch(Me){oe(Me);break}}try{je=P(Be)}catch(Me){return Promise.reject(Me)}for(;Ue.length;)je=je.then(Ue.shift(),Ue.shift());return je},de.prototype.getUri=function(U){U=X(this.defaults,U);var z=V(U.baseURL,U.url);return $(z,U.params,U.paramsSerializer)},A.forEach(["delete","get","head","options"],function(U){de.prototype[U]=function(z,ae){return this.request(X(ae||{},{method:U,url:z,data:(ae||{}).data}))}}),A.forEach(["post","put","patch"],function(U){function z(ae){return function(Oe,Re,je){return this.request(X(je||{},{method:U,headers:ae?{"Content-Type":"multipart/form-data"}:{},url:Oe,data:Re}))}}de.prototype[U]=z(),de.prototype[U+"Form"]=z(!0)}),v.exports=de},2648:function(v,j,S){"use strict";var A=S(4867);function $(X,V,ne,Z,de){Error.call(this),this.message=X,this.name="AxiosError",V&&(this.code=V),ne&&(this.config=ne),Z&&(this.request=Z),de&&(this.response=de)}A.inherits($,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var B=$.prototype,P={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach(function(X){P[X]={value:X}}),Object.defineProperties($,P),Object.defineProperty(B,"isAxiosError",{value:!0}),$.from=function(X,V,ne,Z,de,U){var z=Object.create(B);return A.toFlatObject(X,z,function(ae){return ae!==Error.prototype}),$.call(z,X.message,V,ne,Z,de),z.name=X.name,U&&Object.assign(z,U),z},v.exports=$},782:function(v,j,S){"use strict";var A=S(4867);function $(){this.handlers=[]}$.prototype.use=function(B,P,X){return this.handlers.push({fulfilled:B,rejected:P,synchronous:!!X&&X.synchronous,runWhen:X?X.runWhen:null}),this.handlers.length-1},$.prototype.eject=function(B){this.handlers[B]&&(this.handlers[B]=null)},$.prototype.forEach=function(B){A.forEach(this.handlers,function(P){P!==null&&B(P)})},v.exports=$},4097:function(v,j,S){"use strict";var A=S(1793),$=S(7303);v.exports=function(B,P){return B&&!A(P)?$(B,P):P}},3572:function(v,j,S){"use strict";var A=S(4867),$=S(8527),B=S(6502),P=S(5546),X=S(644);function V(ne){if(ne.cancelToken&&ne.cancelToken.throwIfRequested(),ne.signal&&ne.signal.aborted)throw new X}v.exports=function(ne){return V(ne),ne.headers=ne.headers||{},ne.data=$.call(ne,ne.data,ne.headers,ne.transformRequest),ne.headers=A.merge(ne.headers.common||{},ne.headers[ne.method]||{},ne.headers),A.forEach(["delete","get","head","post","put","patch","common"],function(Z){delete ne.headers[Z]}),(ne.adapter||P.adapter)(ne).then(function(Z){return V(ne),Z.data=$.call(ne,Z.data,Z.headers,ne.transformResponse),Z},function(Z){return B(Z)||(V(ne),Z&&Z.response&&(Z.response.data=$.call(ne,Z.response.data,Z.response.headers,ne.transformResponse))),Promise.reject(Z)})}},7185:function(v,j,S){"use strict";var A=S(4867);v.exports=function($,B){B=B||{};var P={};function X(z,ae){return A.isPlainObject(z)&&A.isPlainObject(ae)?A.merge(z,ae):A.isPlainObject(ae)?A.merge({},ae):A.isArray(ae)?ae.slice():ae}function V(z){return A.isUndefined(B[z])?A.isUndefined($[z])?void 0:X(void 0,$[z]):X($[z],B[z])}function ne(z){if(!A.isUndefined(B[z]))return X(void 0,B[z])}function Z(z){return A.isUndefined(B[z])?A.isUndefined($[z])?void 0:X(void 0,$[z]):X(void 0,B[z])}function de(z){return z in B?X($[z],B[z]):z in $?X(void 0,$[z]):void 0}var U={url:ne,method:ne,data:ne,baseURL:Z,transformRequest:Z,transformResponse:Z,paramsSerializer:Z,timeout:Z,timeoutMessage:Z,withCredentials:Z,adapter:Z,responseType:Z,xsrfCookieName:Z,xsrfHeaderName:Z,onUploadProgress:Z,onDownloadProgress:Z,decompress:Z,maxContentLength:Z,maxBodyLength:Z,beforeRedirect:Z,transport:Z,httpAgent:Z,httpsAgent:Z,cancelToken:Z,socketPath:Z,responseEncoding:Z,validateStatus:de};return A.forEach(Object.keys($).concat(Object.keys(B)),function(z){var ae=U[z]||V,Oe=ae(z);A.isUndefined(Oe)&&ae!==de||(P[z]=Oe)}),P}},6026:function(v,j,S){"use strict";var A=S(2648);v.exports=function($,B,P){var X=P.config.validateStatus;P.status&&X&&!X(P.status)?B(new A("Request failed with status code "+P.status,[A.ERR_BAD_REQUEST,A.ERR_BAD_RESPONSE][Math.floor(P.status/100)-4],P.config,P.request,P)):$(P)}},8527:function(v,j,S){"use strict";var A=S(4867),$=S(5546);v.exports=function(B,P,X){var V=this||$;return A.forEach(X,function(ne){B=ne.call(V,B,P)}),B}},5546:function(v,j,S){"use strict";var A=S(4867),$=S(6016),B=S(2648),P=S(7874),X=S(7675),V={"Content-Type":"application/x-www-form-urlencoded"};function ne(U,z){!A.isUndefined(U)&&A.isUndefined(U["Content-Type"])&&(U["Content-Type"]=z)}var Z,de={transitional:P,adapter:((typeof XMLHttpRequest!="undefined"||typeof M!="undefined"&&Object.prototype.toString.call(M)==="[object process]")&&(Z=S(5448)),Z),transformRequest:[function(U,z){if($(z,"Accept"),$(z,"Content-Type"),A.isFormData(U)||A.isArrayBuffer(U)||A.isBuffer(U)||A.isStream(U)||A.isFile(U)||A.isBlob(U))return U;if(A.isArrayBufferView(U))return U.buffer;if(A.isURLSearchParams(U))return ne(z,"application/x-www-form-urlencoded;charset=utf-8"),U.toString();var ae,Oe=A.isObject(U),Re=z&&z["Content-Type"];if((ae=A.isFileList(U))||Oe&&Re==="multipart/form-data"){var je=this.env&&this.env.FormData;return X(ae?{"files[]":U}:U,je&&new je)}return Oe||Re==="application/json"?(ne(z,"application/json"),function(Ue,Ve,Be){if(A.isString(Ue))try{return(Ve||JSON.parse)(Ue),A.trim(Ue)}catch(Ie){if(Ie.name!=="SyntaxError")throw Ie}return(Be||JSON.stringify)(Ue)}(U)):U}],transformResponse:[function(U){var z=this.transitional||de.transitional,ae=z&&z.silentJSONParsing,Oe=z&&z.forcedJSONParsing,Re=!ae&&this.responseType==="json";if(Re||Oe&&A.isString(U)&&U.length)try{return JSON.parse(U)}catch(je){if(Re)throw je.name==="SyntaxError"?B.from(je,B.ERR_BAD_RESPONSE,this,null,this.response):je}return U}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:S(1623)},validateStatus:function(U){return U>=200&&U<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};A.forEach(["delete","get","head"],function(U){de.headers[U]={}}),A.forEach(["post","put","patch"],function(U){de.headers[U]=A.merge(V)}),v.exports=de},7874:function(v){"use strict";v.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},7288:function(v){v.exports={version:"0.27.2"}},1849:function(v){"use strict";v.exports=function(j,S){return function(){for(var A=new Array(arguments.length),$=0;$<A.length;$++)A[$]=arguments[$];return j.apply(S,A)}}},5327:function(v,j,S){"use strict";var A=S(4867);function $(B){return encodeURIComponent(B).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}v.exports=function(B,P,X){if(!P)return B;var V;if(X)V=X(P);else if(A.isURLSearchParams(P))V=P.toString();else{var ne=[];A.forEach(P,function(de,U){de!=null&&(A.isArray(de)?U+="[]":de=[de],A.forEach(de,function(z){A.isDate(z)?z=z.toISOString():A.isObject(z)&&(z=JSON.stringify(z)),ne.push($(U)+"="+$(z))}))}),V=ne.join("&")}if(V){var Z=B.indexOf("#");Z!==-1&&(B=B.slice(0,Z)),B+=(B.indexOf("?")===-1?"?":"&")+V}return B}},7303:function(v){"use strict";v.exports=function(j,S){return S?j.replace(/\/+$/,"")+"/"+S.replace(/^\/+/,""):j}},4372:function(v,j,S){"use strict";var A=S(4867);v.exports=A.isStandardBrowserEnv()?{write:function($,B,P,X,V,ne){var Z=[];Z.push($+"="+encodeURIComponent(B)),A.isNumber(P)&&Z.push("expires="+new Date(P).toGMTString()),A.isString(X)&&Z.push("path="+X),A.isString(V)&&Z.push("domain="+V),ne===!0&&Z.push("secure"),document.cookie=Z.join("; ")},read:function($){var B=document.cookie.match(new RegExp("(^|;\\s*)("+$+")=([^;]*)"));return B?decodeURIComponent(B[3]):null},remove:function($){this.write($,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:function(v){"use strict";v.exports=function(j){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(j)}},6268:function(v,j,S){"use strict";var A=S(4867);v.exports=function($){return A.isObject($)&&$.isAxiosError===!0}},7985:function(v,j,S){"use strict";var A=S(4867);v.exports=A.isStandardBrowserEnv()?function(){var $,B=/(msie|trident)/i.test(navigator.userAgent),P=document.createElement("a");function X(V){var ne=V;return B&&(P.setAttribute("href",ne),ne=P.href),P.setAttribute("href",ne),{href:P.href,protocol:P.protocol?P.protocol.replace(/:$/,""):"",host:P.host,search:P.search?P.search.replace(/^\?/,""):"",hash:P.hash?P.hash.replace(/^#/,""):"",hostname:P.hostname,port:P.port,pathname:P.pathname.charAt(0)==="/"?P.pathname:"/"+P.pathname}}return $=X(window.location.href),function(V){var ne=A.isString(V)?X(V):V;return ne.protocol===$.protocol&&ne.host===$.host}}():function(){return!0}},6016:function(v,j,S){"use strict";var A=S(4867);v.exports=function($,B){A.forEach($,function(P,X){X!==B&&X.toUpperCase()===B.toUpperCase()&&($[B]=P,delete $[X])})}},1623:function(v){v.exports=null},4109:function(v,j,S){"use strict";var A=S(4867),$=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];v.exports=function(B){var P,X,V,ne={};return B&&A.forEach(B.split(`
|
|
637
|
+
`),function(Z){if(V=Z.indexOf(":"),P=A.trim(Z.substr(0,V)).toLowerCase(),X=A.trim(Z.substr(V+1)),P){if(ne[P]&&$.indexOf(P)>=0)return;ne[P]=P==="set-cookie"?(ne[P]?ne[P]:[]).concat([X]):ne[P]?ne[P]+", "+X:X}}),ne}},205:function(v){"use strict";v.exports=function(j){var S=/^([-+\w]{1,25})(:?\/\/|:)/.exec(j);return S&&S[1]||""}},8713:function(v){"use strict";v.exports=function(j){return function(S){return j.apply(null,S)}}},7675:function(v,j,S){"use strict";var A=S(4867);v.exports=function($,B){B=B||new FormData;var P=[];function X(V){return V===null?"":A.isDate(V)?V.toISOString():A.isArrayBuffer(V)||A.isTypedArray(V)?typeof Blob=="function"?new Blob([V]):a.from(V):V}return function V(ne,Z){if(A.isPlainObject(ne)||A.isArray(ne)){if(P.indexOf(ne)!==-1)throw Error("Circular reference detected in "+Z);P.push(ne),A.forEach(ne,function(de,U){if(!A.isUndefined(de)){var z,ae=Z?Z+"."+U:U;if(de&&!Z&&typeof de=="object"){if(A.endsWith(U,"{}"))de=JSON.stringify(de);else if(A.endsWith(U,"[]")&&(z=A.toArray(de)))return void z.forEach(function(Oe){!A.isUndefined(Oe)&&B.append(ae,X(Oe))})}V(de,ae)}}),P.pop()}else B.append(Z,X(ne))}($),B}},4875:function(v,j,S){"use strict";var A=S(7288).version,$=S(2648),B={};["object","boolean","number","function","string","symbol"].forEach(function(X,V){B[X]=function(ne){return typeof ne===X||"a"+(V<1?"n ":" ")+X}});var P={};B.transitional=function(X,V,ne){function Z(de,U){return"[Axios v"+A+"] Transitional option '"+de+"'"+U+(ne?". "+ne:"")}return function(de,U,z){if(X===!1)throw new $(Z(U," has been removed"+(V?" in "+V:"")),$.ERR_DEPRECATED);return V&&!P[U]&&(P[U]=!0,console.warn(Z(U," has been deprecated since v"+V+" and will be removed in the near future"))),!X||X(de,U,z)}},v.exports={assertOptions:function(X,V,ne){if(typeof X!="object")throw new $("options must be an object",$.ERR_BAD_OPTION_VALUE);for(var Z=Object.keys(X),de=Z.length;de-- >0;){var U=Z[de],z=V[U];if(z){var ae=X[U],Oe=ae===void 0||z(ae,U,X);if(Oe!==!0)throw new $("option "+U+" must be "+Oe,$.ERR_BAD_OPTION_VALUE)}else if(ne!==!0)throw new $("Unknown option "+U,$.ERR_BAD_OPTION)}},validators:B}},4867:function(v,j,S){"use strict";var A,$=S(1849),B=Object.prototype.toString,P=(A=Object.create(null),function(oe){var Me=B.call(oe);return A[Me]||(A[Me]=Me.slice(8,-1).toLowerCase())});function X(oe){return oe=oe.toLowerCase(),function(Me){return P(Me)===oe}}function V(oe){return Array.isArray(oe)}function ne(oe){return oe===void 0}var Z=X("ArrayBuffer");function de(oe){return oe!==null&&typeof oe=="object"}function U(oe){if(P(oe)!=="object")return!1;var Me=Object.getPrototypeOf(oe);return Me===null||Me===Object.prototype}var z=X("Date"),ae=X("File"),Oe=X("Blob"),Re=X("FileList");function je(oe){return B.call(oe)==="[object Function]"}var Ue=X("URLSearchParams");function Ve(oe,Me){if(oe!=null)if(typeof oe!="object"&&(oe=[oe]),V(oe))for(var _e=0,Ee=oe.length;_e<Ee;_e++)Me.call(null,oe[_e],_e,oe);else for(var xe in oe)Object.prototype.hasOwnProperty.call(oe,xe)&&Me.call(null,oe[xe],xe,oe)}var Be,Ie=(Be=typeof Uint8Array!="undefined"&&Object.getPrototypeOf(Uint8Array),function(oe){return Be&&oe instanceof Be});v.exports={isArray:V,isArrayBuffer:Z,isBuffer:function(oe){return oe!==null&&!ne(oe)&&oe.constructor!==null&&!ne(oe.constructor)&&typeof oe.constructor.isBuffer=="function"&&oe.constructor.isBuffer(oe)},isFormData:function(oe){var Me="[object FormData]";return oe&&(typeof FormData=="function"&&oe instanceof FormData||B.call(oe)===Me||je(oe.toString)&&oe.toString()===Me)},isArrayBufferView:function(oe){return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?ArrayBuffer.isView(oe):oe&&oe.buffer&&Z(oe.buffer)},isString:function(oe){return typeof oe=="string"},isNumber:function(oe){return typeof oe=="number"},isObject:de,isPlainObject:U,isUndefined:ne,isDate:z,isFile:ae,isBlob:Oe,isFunction:je,isStream:function(oe){return de(oe)&&je(oe.pipe)},isURLSearchParams:Ue,isStandardBrowserEnv:function(){return(typeof navigator=="undefined"||navigator.product!=="ReactNative"&&navigator.product!=="NativeScript"&&navigator.product!=="NS")&&typeof window!="undefined"&&typeof document!="undefined"},forEach:Ve,merge:function oe(){var Me={};function _e(Je,fe){U(Me[fe])&&U(Je)?Me[fe]=oe(Me[fe],Je):U(Je)?Me[fe]=oe({},Je):V(Je)?Me[fe]=Je.slice():Me[fe]=Je}for(var Ee=0,xe=arguments.length;Ee<xe;Ee++)Ve(arguments[Ee],_e);return Me},extend:function(oe,Me,_e){return Ve(Me,function(Ee,xe){oe[xe]=_e&&typeof Ee=="function"?$(Ee,_e):Ee}),oe},trim:function(oe){return oe.trim?oe.trim():oe.replace(/^\s+|\s+$/g,"")},stripBOM:function(oe){return oe.charCodeAt(0)===65279&&(oe=oe.slice(1)),oe},inherits:function(oe,Me,_e,Ee){oe.prototype=Object.create(Me.prototype,Ee),oe.prototype.constructor=oe,_e&&Object.assign(oe.prototype,_e)},toFlatObject:function(oe,Me,_e){var Ee,xe,Je,fe={};Me=Me||{};do{for(xe=(Ee=Object.getOwnPropertyNames(oe)).length;xe-- >0;)fe[Je=Ee[xe]]||(Me[Je]=oe[Je],fe[Je]=!0);oe=Object.getPrototypeOf(oe)}while(oe&&(!_e||_e(oe,Me))&&oe!==Object.prototype);return Me},kindOf:P,kindOfTest:X,endsWith:function(oe,Me,_e){oe=String(oe),(_e===void 0||_e>oe.length)&&(_e=oe.length),_e-=Me.length;var Ee=oe.indexOf(Me,_e);return Ee!==-1&&Ee===_e},toArray:function(oe){if(!oe)return null;var Me=oe.length;if(ne(Me))return null;for(var _e=new Array(Me);Me-- >0;)_e[Me]=oe[Me];return _e},isTypedArray:Ie,isFileList:Re}},4741:function(v,j,S){"use strict";S.d(j,{y:function(){return B}});var A=S(578),$=S(2062);function B(P,X){try{var V={indexname:"error"};typeof P=="string"?Object.assign(V,{errorContent:P,errorStack:"Error: ".concat(P),errorType:"Error"}):Object.assign(V,{errorContent:P.message,errorStack:P.stack||"".concat(P.name,": ").concat(P.message),errorType:P.name}),X&&Object.assign(V,X),(0,A.Z)($.I.Error,V)}catch(ne){console.error('It"s called by sheinq: '.concat(ne))}}},7751:function(v,j,S){"use strict";S.d(j,{b:function(){return B}});var A=S(7522),$=S(2062);function B(P,X,V,ne,Z){$.j[P]?X&&V?(0,A.q)({eventCategory:"log",eventAction:P,eventLabel:X,eventValue:V,value:ne?1:0,eventObj:Z}):console.error("APM: apm event log \u7684\u9519\u8BEF\u7C7B\u578B\u548C\u9519\u8BEF\u6D88\u606F\u4E0D\u80FD\u4E3A\u7A7A",P):console.error("APM: apm event log\u4EC5\u652F\u6301 'info' | 'warn' | 'error' | 'debug' | 'trace' \u7EA7\u522B\u7684log; \u9519\u8BEF\u7684log level: ",P)}},8794:function(v,j,S){"use strict";S.d(j,{h:function(){return Z},E:function(){return de}});var A=S(4942),$=S(5690),B=S(7522);function P(U,z){var ae=Object.keys(U);if(Object.getOwnPropertySymbols){var Oe=Object.getOwnPropertySymbols(U);z&&(Oe=Oe.filter(function(Re){return Object.getOwnPropertyDescriptor(U,Re).enumerable})),ae.push.apply(ae,Oe)}return ae}function X(U){for(var z=1;z<arguments.length;z++){var ae=arguments[z]!=null?arguments[z]:{};z%2?P(Object(ae),!0).forEach(function(Oe){(0,A.Z)(U,Oe,ae[Oe])}):Object.getOwnPropertyDescriptors?Object.defineProperties(U,Object.getOwnPropertyDescriptors(ae)):P(Object(ae)).forEach(function(Oe){Object.defineProperty(U,Oe,Object.getOwnPropertyDescriptor(ae,Oe))})}return U}var V={},ne="mark";function Z(U,z){if(U){V[U]&&(0,B.q)({eventCategory:ne,eventAction:"startAlreadyExist",eventLabel:U,eventValue:V[U].signal,value:-1,eventObj:X({},z)});var ae=Date.now(),Oe=(0,$.k)();V[U]={start:ae,signal:Oe},(0,B.q)({eventCategory:ne,eventAction:"markStart",eventLabel:U,eventValue:Oe,value:0,eventObj:X({},z)})}}function de(U,z){if(U)if(U in V){var ae=V[U],Oe=ae.start,Re=ae.signal;delete V[U],(0,B.q)({eventCategory:ne,eventAction:"markEnd",eventLabel:U,eventValue:Re,value:Date.now()-Oe,eventObj:X({},z)})}else(0,B.q)({eventCategory:ne,eventAction:"startNotExist",eventLabel:U,eventValue:"",value:-1,eventObj:X({},z)})}},7522:function(v,j,S){"use strict";S.d(j,{q:function(){return ne}});var A=S(4942),$=S(578),B=S(4741),P=S(2062);function X(Z,de){var U=Object.keys(Z);if(Object.getOwnPropertySymbols){var z=Object.getOwnPropertySymbols(Z);de&&(z=z.filter(function(ae){return Object.getOwnPropertyDescriptor(Z,ae).enumerable})),U.push.apply(U,z)}return U}function V(Z){for(var de=1;de<arguments.length;de++){var U=arguments[de]!=null?arguments[de]:{};de%2?X(Object(U),!0).forEach(function(z){(0,A.Z)(Z,z,U[z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Z,Object.getOwnPropertyDescriptors(U)):X(Object(U)).forEach(function(z){Object.defineProperty(Z,z,Object.getOwnPropertyDescriptor(U,z))})}return Z}function ne(Z){try{window.sheinq&&(0,$.Z)(P.I.Event,V(V({},Z),{},{eventLabel:Z.eventLabel||"",eventValue:Z.eventValue||""}))}catch(de){(0,B.y)(de,{elkError:"sheinq"}),console.error('It"s called by sheinq: '.concat(de))}}},2968:function(v,j,S){"use strict";S.d(j,{M:function(){return P}});var A=S(4942),$=S(7522);function B(X,V){var ne=Object.keys(X);if(Object.getOwnPropertySymbols){var Z=Object.getOwnPropertySymbols(X);V&&(Z=Z.filter(function(de){return Object.getOwnPropertyDescriptor(X,de).enumerable})),ne.push.apply(ne,Z)}return ne}function P(X,V,ne){X&&(0,$.q)(function(Z){for(var de=1;de<arguments.length;de++){var U=arguments[de]!=null?arguments[de]:{};de%2?B(Object(U),!0).forEach(function(z){(0,A.Z)(Z,z,U[z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Z,Object.getOwnPropertyDescriptors(U)):B(Object(U)).forEach(function(z){Object.defineProperty(Z,z,Object.getOwnPropertyDescriptor(U,z))})}return Z}({eventCategory:"ui",eventAction:"click",eventLabel:X,eventValue:V||"",value:0},ne))}},6396:function(v,j,S){"use strict";S.d(j,{f:function(){return Re},h:function(){return ae}});var A=S(4942),$=S(578),B=S(4741),P=S(2062);function X(je,Ue){var Ve=Object.keys(je);if(Object.getOwnPropertySymbols){var Be=Object.getOwnPropertySymbols(je);Ue&&(Be=Be.filter(function(Ie){return Object.getOwnPropertyDescriptor(je,Ie).enumerable})),Ve.push.apply(Ve,Be)}return Ve}function V(je){for(var Ue=1;Ue<arguments.length;Ue++){var Ve=arguments[Ue]!=null?arguments[Ue]:{};Ue%2?X(Object(Ve),!0).forEach(function(Be){(0,A.Z)(je,Be,Ve[Be])}):Object.getOwnPropertyDescriptors?Object.defineProperties(je,Object.getOwnPropertyDescriptors(Ve)):X(Object(Ve)).forEach(function(Be){Object.defineProperty(je,Be,Object.getOwnPropertyDescriptor(Ve,Be))})}return je}var ne,Z,de,U,z=0;function ae(je){z=je}function Oe(je){try{if(window.sheinq){var Ue=V(V({eventCategory:"view",eventAction:"leave",eventLabel:"stayTime"},je),{},{indexname:P.I.Leave});(0,$.Z)(P.I.Leave,Ue)}}catch(Ve){(0,B.y)(Ve,{elkError:"sheinq",errorPosition:"sheinq/leave"}),console.error('It"s called by sheinq:'.concat(Ve))}}function Re(je){Oe(je)}ne=window,Z="beforeunload",de=function(){z!==0&&Oe({eventValue:Date.now()-z,eventLabel:"sheinq"})},ne.addEventListener(Z,function je(Ue){ne.removeEventListener(Z,je,U),de(Ue)},U)},8911:function(v,j,S){"use strict";S.d(j,{K:function(){return ne}});var A=S(4942),$=S(578),B=S(4741),P=S(2062);function X(Z,de){var U=Object.keys(Z);if(Object.getOwnPropertySymbols){var z=Object.getOwnPropertySymbols(Z);de&&(z=z.filter(function(ae){return Object.getOwnPropertyDescriptor(Z,ae).enumerable})),U.push.apply(U,z)}return U}function V(Z){for(var de=1;de<arguments.length;de++){var U=arguments[de]!=null?arguments[de]:{};de%2?X(Object(U),!0).forEach(function(z){(0,A.Z)(Z,z,U[z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Z,Object.getOwnPropertyDescriptors(U)):X(Object(U)).forEach(function(z){Object.defineProperty(Z,z,Object.getOwnPropertyDescriptor(U,z))})}return Z}function ne(Z){try{(0,$.Z)(P.I.PV,V(V({},Z),{},{indexname:"pv"}))}catch(de){(0,B.y)(de,{elkError:"sheinq"}),console.error('It"s called by sheinq:'.concat(de))}}},4836:function(v,j,S){"use strict";S.d(j,{w:function(){return B}});var A=S(578),$=S(2062);function B(P){try{(0,A.Z)($.I.Request,P)}catch(X){console.error('It"s called by sheinq:'.concat(X))}}},3127:function(v,j,S){"use strict";S.d(j,{Hx:function(){return Oe},uJ:function(){return z},be:function(){return Re}});var A=S(4942),$=S(9669),B=S.n($),P=S(4741),X=S(3438),V=S(9148),ne=S(578),Z=S(2062);function de(je,Ue){var Ve=Object.keys(je);if(Object.getOwnPropertySymbols){var Be=Object.getOwnPropertySymbols(je);Ue&&(Be=Be.filter(function(Ie){return Object.getOwnPropertyDescriptor(je,Ie).enumerable})),Ve.push.apply(Ve,Be)}return Ve}function U(je){for(var Ue=1;Ue<arguments.length;Ue++){var Ve=arguments[Ue]!=null?arguments[Ue]:{};Ue%2?de(Object(Ve),!0).forEach(function(Be){(0,A.Z)(je,Be,Ve[Be])}):Object.getOwnPropertyDescriptors?Object.defineProperties(je,Object.getOwnPropertyDescriptors(Ve)):de(Object(Ve)).forEach(function(Be){Object.defineProperty(je,Be,Object.getOwnPropertyDescriptor(Ve,Be))})}return je}function z(je){var Ue=B().create(je);return function(Ve){Ve.interceptors.request.use(function(Be){var Ie=(0,X.Y)(Be),oe=Ie.traceID,Me=Ie.spanID,_e=Ie.traceFlag,Ee=(0,V.UM)();return U(U({},Be),{},(0,A.Z)({},"APM_DATA_KEY",U({traceID:oe,spanID:Me,traceFlag:_e,start:Date.now()},Ee)))},function(Be){var Ie={name:"AxiosError",message:Be.message||"",stack:Be.stack||""};return(0,P.y)(Ie,{errorPosition:V.Qw}),Promise.reject(Be)}),Ve.interceptors.response.use(function(Be){var Ie=Be.status,oe=Be.config,Me=Be.request,_e=oe.url,Ee=oe.APM_DATA_KEY;if(Ee){var xe=Ee.traceID,Je=xe===void 0?"":xe,fe=Ee.spanID,at=fe===void 0?"":fe,ot=Ee.traceFlag,Lt=ot!==void 0&&ot,Jt=Ee.start,pe=Ee.page,Ce=Ee.url,et=Ee.pathname,Xe=Date.now()-Jt,qe={indexname:Z.I.Request,timeUse:Xe,requestUrl:(0,V.ww)(_e),requestStatus:Ie,requestSuccess:!0,params:Me&&Me.data||"",method:oe.method?oe.method.toUpperCase():"GET",contentLength:(0,V._L)(Be.headers),page:pe,url:Ce,pathname:et,traceID:Je,spanID:at,traceFlag:Lt};(0,ne.Z)(Z.I.Request,qe)}return Be},function(Be){if(B().isCancel(Be))return Promise.reject(Be);var Ie={name:"",stack:"",message:""};if(Be&&Be.response){var oe=Be.response,Me=oe.status,_e=oe.config,Ee=_e===void 0?{}:_e,xe=Ee.data,Je=Ee.params,fe=Ee.method,at=fe===void 0?"GET":fe,ot=Ee.url,Lt=ot===void 0?"":ot,Jt=xe||Je||"";Ie.stack=(0,V.Kq)(Jt,at.toUpperCase(),Lt),Ie.message="".concat(Me),Ie.name="AxiosRespNotOk"}else Ie.stack=Be.stack||"",Ie.message="axios\u8BF7\u6C42\u670D\u52A1\u5668\u5931\u8D25".concat(Be.message?": ".concat(Be.message):""),Ie.name=Be.name||"AxiosRespError";return(0,P.y)(Ie,{errorPosition:V.Qw}),Promise.reject(Be)})}(Ue),Ue}var ae,Oe=function(){return ae||(ae=z())},Re=Oe()},9628:function(v,j,S){"use strict";S.d(j,{D:function(){return nr},B:function(){return Ut}});var A=S(4942);function $(he,Ne,tt,lt,nt,Ke,Pt){try{var Tt=he[Ke](Pt),Gt=Tt.value}catch(Bt){return void tt(Bt)}Tt.done?Ne(Gt):Promise.resolve(Gt).then(lt,nt)}function B(he){return function(){var Ne=this,tt=arguments;return new Promise(function(lt,nt){var Ke=he.apply(Ne,tt);function Pt(Gt){$(Ke,lt,nt,Pt,Tt,"next",Gt)}function Tt(Gt){$(Ke,lt,nt,Pt,Tt,"throw",Gt)}Pt(void 0)})}}var P=S(7757),X=S.n(P),V=typeof globalThis!="undefined"&&globalThis||typeof self!="undefined"&&self||V!==void 0&&V,ne="URLSearchParams"in V,Z="Symbol"in V&&"iterator"in Symbol,de="FileReader"in V&&"Blob"in V&&function(){try{return new Blob,!0}catch(he){return!1}}(),U="FormData"in V,z="ArrayBuffer"in V;if(z)var ae=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Oe=ArrayBuffer.isView||function(he){return he&&ae.indexOf(Object.prototype.toString.call(he))>-1};function Re(he){if(typeof he!="string"&&(he=String(he)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(he)||he==="")throw new TypeError('Invalid character in header field name: "'+he+'"');return he.toLowerCase()}function je(he){return typeof he!="string"&&(he=String(he)),he}function Ue(he){var Ne={next:function(){var tt=he.shift();return{done:tt===void 0,value:tt}}};return Z&&(Ne[Symbol.iterator]=function(){return Ne}),Ne}function Ve(he){this.map={},he instanceof Ve?he.forEach(function(Ne,tt){this.append(tt,Ne)},this):Array.isArray(he)?he.forEach(function(Ne){this.append(Ne[0],Ne[1])},this):he&&Object.getOwnPropertyNames(he).forEach(function(Ne){this.append(Ne,he[Ne])},this)}function Be(he){if(he.bodyUsed)return Promise.reject(new TypeError("Already read"));he.bodyUsed=!0}function Ie(he){return new Promise(function(Ne,tt){he.onload=function(){Ne(he.result)},he.onerror=function(){tt(he.error)}})}function oe(he){var Ne=new FileReader,tt=Ie(Ne);return Ne.readAsArrayBuffer(he),tt}function Me(he){if(he.slice)return he.slice(0);var Ne=new Uint8Array(he.byteLength);return Ne.set(new Uint8Array(he)),Ne.buffer}function _e(){return this.bodyUsed=!1,this._initBody=function(he){var Ne;this.bodyUsed=this.bodyUsed,this._bodyInit=he,he?typeof he=="string"?this._bodyText=he:de&&Blob.prototype.isPrototypeOf(he)?this._bodyBlob=he:U&&FormData.prototype.isPrototypeOf(he)?this._bodyFormData=he:ne&&URLSearchParams.prototype.isPrototypeOf(he)?this._bodyText=he.toString():z&&de&&(Ne=he)&&DataView.prototype.isPrototypeOf(Ne)?(this._bodyArrayBuffer=Me(he.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):z&&(ArrayBuffer.prototype.isPrototypeOf(he)||Oe(he))?this._bodyArrayBuffer=Me(he):this._bodyText=he=Object.prototype.toString.call(he):this._bodyText="",this.headers.get("content-type")||(typeof he=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):ne&&URLSearchParams.prototype.isPrototypeOf(he)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},de&&(this.blob=function(){var he=Be(this);if(he)return he;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var he=Be(this);return he||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(oe)}),this.text=function(){var he,Ne,tt,lt=Be(this);if(lt)return lt;if(this._bodyBlob)return he=this._bodyBlob,Ne=new FileReader,tt=Ie(Ne),Ne.readAsText(he),tt;if(this._bodyArrayBuffer)return Promise.resolve(function(nt){for(var Ke=new Uint8Array(nt),Pt=new Array(Ke.length),Tt=0;Tt<Ke.length;Tt++)Pt[Tt]=String.fromCharCode(Ke[Tt]);return Pt.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},U&&(this.formData=function(){return this.text().then(Je)}),this.json=function(){return this.text().then(JSON.parse)},this}Ve.prototype.append=function(he,Ne){he=Re(he),Ne=je(Ne);var tt=this.map[he];this.map[he]=tt?tt+", "+Ne:Ne},Ve.prototype.delete=function(he){delete this.map[Re(he)]},Ve.prototype.get=function(he){return he=Re(he),this.has(he)?this.map[he]:null},Ve.prototype.has=function(he){return this.map.hasOwnProperty(Re(he))},Ve.prototype.set=function(he,Ne){this.map[Re(he)]=je(Ne)},Ve.prototype.forEach=function(he,Ne){for(var tt in this.map)this.map.hasOwnProperty(tt)&&he.call(Ne,this.map[tt],tt,this)},Ve.prototype.keys=function(){var he=[];return this.forEach(function(Ne,tt){he.push(tt)}),Ue(he)},Ve.prototype.values=function(){var he=[];return this.forEach(function(Ne){he.push(Ne)}),Ue(he)},Ve.prototype.entries=function(){var he=[];return this.forEach(function(Ne,tt){he.push([tt,Ne])}),Ue(he)},Z&&(Ve.prototype[Symbol.iterator]=Ve.prototype.entries);var Ee=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function xe(he,Ne){if(!(this instanceof xe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var tt,lt,nt=(Ne=Ne||{}).body;if(he instanceof xe){if(he.bodyUsed)throw new TypeError("Already read");this.url=he.url,this.credentials=he.credentials,Ne.headers||(this.headers=new Ve(he.headers)),this.method=he.method,this.mode=he.mode,this.signal=he.signal,nt||he._bodyInit==null||(nt=he._bodyInit,he.bodyUsed=!0)}else this.url=String(he);if(this.credentials=Ne.credentials||this.credentials||"same-origin",!Ne.headers&&this.headers||(this.headers=new Ve(Ne.headers)),this.method=(tt=Ne.method||this.method||"GET",lt=tt.toUpperCase(),Ee.indexOf(lt)>-1?lt:tt),this.mode=Ne.mode||this.mode||null,this.signal=Ne.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&nt)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(nt),!(this.method!=="GET"&&this.method!=="HEAD"||Ne.cache!=="no-store"&&Ne.cache!=="no-cache")){var Ke=/([?&])_=[^&]*/;Ke.test(this.url)?this.url=this.url.replace(Ke,"$1_="+new Date().getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+new Date().getTime()}}function Je(he){var Ne=new FormData;return he.trim().split("&").forEach(function(tt){if(tt){var lt=tt.split("="),nt=lt.shift().replace(/\+/g," "),Ke=lt.join("=").replace(/\+/g," ");Ne.append(decodeURIComponent(nt),decodeURIComponent(Ke))}}),Ne}function fe(he,Ne){if(!(this instanceof fe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');Ne||(Ne={}),this.type="default",this.status=Ne.status===void 0?200:Ne.status,this.ok=this.status>=200&&this.status<300,this.statusText=Ne.statusText===void 0?"":""+Ne.statusText,this.headers=new Ve(Ne.headers),this.url=Ne.url||"",this._initBody(he)}xe.prototype.clone=function(){return new xe(this,{body:this._bodyInit})},_e.call(xe.prototype),_e.call(fe.prototype),fe.prototype.clone=function(){return new fe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Ve(this.headers),url:this.url})},fe.error=function(){var he=new fe(null,{status:0,statusText:""});return he.type="error",he};var at=[301,302,303,307,308];fe.redirect=function(he,Ne){if(at.indexOf(Ne)===-1)throw new RangeError("Invalid status code");return new fe(null,{status:Ne,headers:{location:he}})};var ot=V.DOMException;try{new ot}catch(he){(ot=function(Ne,tt){this.message=Ne,this.name=tt;var lt=Error(Ne);this.stack=lt.stack}).prototype=Object.create(Error.prototype),ot.prototype.constructor=ot}function Lt(he,Ne){return new Promise(function(tt,lt){var nt=new xe(he,Ne);if(nt.signal&&nt.signal.aborted)return lt(new ot("Aborted","AbortError"));var Ke=new XMLHttpRequest;function Pt(){Ke.abort()}Ke.onload=function(){var Tt,Gt,Bt={status:Ke.status,statusText:Ke.statusText,headers:(Tt=Ke.getAllResponseHeaders()||"",Gt=new Ve,Tt.replace(/\r?\n[\t ]+/g," ").split("\r").map(function(cr){return cr.indexOf(`
|
|
638
|
+
`)===0?cr.substr(1,cr.length):cr}).forEach(function(cr){var Ct=cr.split(":"),rt=Ct.shift().trim();if(rt){var bt=Ct.join(":").trim();Gt.append(rt,bt)}}),Gt)};Bt.url="responseURL"in Ke?Ke.responseURL:Bt.headers.get("X-Request-URL");var dr="response"in Ke?Ke.response:Ke.responseText;setTimeout(function(){tt(new fe(dr,Bt))},0)},Ke.onerror=function(){setTimeout(function(){lt(new TypeError("Network request failed"))},0)},Ke.ontimeout=function(){setTimeout(function(){lt(new TypeError("Network request failed"))},0)},Ke.onabort=function(){setTimeout(function(){lt(new ot("Aborted","AbortError"))},0)},Ke.open(nt.method,function(Tt){try{return Tt===""&&V.location.href?V.location.href:Tt}catch(Gt){return Tt}}(nt.url),!0),nt.credentials==="include"?Ke.withCredentials=!0:nt.credentials==="omit"&&(Ke.withCredentials=!1),"responseType"in Ke&&(de?Ke.responseType="blob":z&&nt.headers.get("Content-Type")&&nt.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(Ke.responseType="arraybuffer")),!Ne||typeof Ne.headers!="object"||Ne.headers instanceof Ve?nt.headers.forEach(function(Tt,Gt){Ke.setRequestHeader(Gt,Tt)}):Object.getOwnPropertyNames(Ne.headers).forEach(function(Tt){Ke.setRequestHeader(Tt,je(Ne.headers[Tt]))}),nt.signal&&(nt.signal.addEventListener("abort",Pt),Ke.onreadystatechange=function(){Ke.readyState===4&&nt.signal.removeEventListener("abort",Pt)}),Ke.send(nt._bodyInit===void 0?null:nt._bodyInit)})}Lt.polyfill=!0,V.fetch||(V.fetch=Lt,V.Headers=Ve,V.Request=xe,V.Response=fe);var Jt=S(6808),pe=S.n(Jt),Ce=S(578),et=S(4741),Xe=S(3438),qe=S(9148),Ht=S(2062);function At(he,Ne){var tt=Object.keys(he);if(Object.getOwnPropertySymbols){var lt=Object.getOwnPropertySymbols(he);Ne&&(lt=lt.filter(function(nt){return Object.getOwnPropertyDescriptor(he,nt).enumerable})),tt.push.apply(tt,lt)}return tt}function $t(he){for(var Ne=1;Ne<arguments.length;Ne++){var tt=arguments[Ne]!=null?arguments[Ne]:{};Ne%2?At(Object(tt),!0).forEach(function(lt){(0,A.Z)(he,lt,tt[lt])}):Object.getOwnPropertyDescriptors?Object.defineProperties(he,Object.getOwnPropertyDescriptors(tt)):At(Object(tt)).forEach(function(lt){Object.defineProperty(he,lt,Object.getOwnPropertyDescriptor(tt,lt))})}return he}function nr(he,Ne){return wt.apply(this,arguments)}function wt(){return(wt=B(X().mark(function he(Ne,tt){var lt,nt,Ke,Pt,Tt,Gt,Bt,dr,cr,Ct;return X().wrap(function(rt){for(;;)switch(rt.prev=rt.next){case 0:lt=Ne instanceof URL?Ne.href:Ne,nt=Date.now(),Ke=tt||{},Pt=(0,qe.UM)();try{(Tt=pe().get("groupab"))&&(Ke.headers=$t($t({},Ke.headers),{},{groupab:Tt}))}catch(bt){(0,et.y)(bt,{elkError:"sheinq"})}return Gt=(0,Xe.Y)(Ke),Bt=Gt.traceID,dr=Gt.spanID,cr=Gt.traceFlag,Ct=(0,qe.ww)(lt),rt.abrupt("return",fetch(lt,Ke).then(function(bt){try{var wr=bt.status,pr=bt.ok;if(!(wr<300&&wr>=200)){var qr="";Ke&&(qr=(0,qe.Kq)(Ke.body,Ke.method||"GET",Ct)),(0,et.y)({message:"".concat(wr),stack:qr,name:"FetchRespNotOk"},{errorPosition:qe.Qw})}var C=Date.now()-nt,p=$t({host:location.host,indexname:Ht.I.Request,timeUse:C,requestUrl:Ct,requestStatus:wr,requestSuccess:pr,params:Ke.body||"",method:Ke.method||"GET",contentLength:(0,qe._L)(bt.headers),traceID:Bt,spanID:dr,traceFlag:cr},Pt);(0,Ce.Z)(Ht.I.Request,p)}catch(b){(0,et.y)(b,{elkError:"sheinq"}),console.error('It"s called by sheinq:'.concat(b))}return bt}).catch(function(bt){if((bt==null?void 0:bt.name)==="AbortError")throw bt;try{var wr=new Error("".concat(bt.message,": ").concat(Ct));wr.name=bt.name==="TypeError"?"FetchError":bt.name,(0,et.y)(wr,{errorPosition:qe.Qw})}catch(pr){(0,et.y)(pr,{elkError:"sheinq"}),console.error('It"s called by sheinq:'.concat(pr))}finally{throw bt}}));case 8:case"end":return rt.stop()}},he)}))).apply(this,arguments)}var Ut=function(){return function(){var he=B(X().mark(function Ne(tt,lt){return X().wrap(function(nt){for(;;)switch(nt.prev=nt.next){case 0:return tt.fetch=nr,nt.next=3,lt();case 3:case"end":return nt.stop()}},Ne)}));return function(Ne,tt){return he.apply(this,arguments)}}()}},9148:function(v,j,S){"use strict";function A(de){return(A=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U})(de)}S.d(j,{ww:function(){return X},Qw:function(){return P},_L:function(){return ne},UM:function(){return V},Kq:function(){return Z}});var $=S(3511),B=S(4741),P="sheinq/request",X=function(de){if(!de)return"";var U=typeof de=="string"?de:de.url;return/^(http:\/\/|https:\/\/)/.test(U)||U.startsWith("/")?U:"/".concat(de)};function V(){return{page:(0,$.Z)(),url:location.href,pathname:location.pathname}}function ne(de){if(!de)return-1;var U=-1;try{var z="";z=de instanceof Headers?de.get("content-length")||"":de["content-length"];var ae=Number.parseInt(z,10);U=Number.isNaN(ae)?-1:ae}catch(Oe){Oe instanceof Error&&(0,B.y)({message:"\u83B7\u53D6response content-length\u51FA\u9519: ".concat(Oe.message),stack:Oe.stack,name:Oe.name},{errorPosition:P,elkError:"sheinq"})}return U}function Z(de,U,z){var ae="";if(U==="POST"){var Oe=de,Re="",je=A(Oe);je==="string"?Re=Oe:je==="object"&&(Re=JSON.stringify(Oe)),ae=Re?"".concat(z,`
|
|
639
|
+
`).concat(Re):z}else ae=z;return ae}},1264:function(v,j,S){"use strict";S.d(j,{A:function(){return V}});var A=S(4942),$=S(578),B=S(2062);function P(ne,Z){var de=Object.keys(ne);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(ne);Z&&(U=U.filter(function(z){return Object.getOwnPropertyDescriptor(ne,z).enumerable})),de.push.apply(de,U)}return de}function X(ne){for(var Z=1;Z<arguments.length;Z++){var de=arguments[Z]!=null?arguments[Z]:{};Z%2?P(Object(de),!0).forEach(function(U){(0,A.Z)(ne,U,de[U])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ne,Object.getOwnPropertyDescriptors(de)):P(Object(de)).forEach(function(U){Object.defineProperty(ne,U,Object.getOwnPropertyDescriptor(de,U))})}return ne}function V(ne,Z,de){if(ne){var U=X(X({},Z),{},{event_name:ne});de!=null&&de.noSendApm||(0,$.Z)(B.I.Stag,U),de!=null&&de.noSendGa||typeof window.gtag!="function"||window.gtag("event",ne,U)}}},2062:function(v,j,S){"use strict";var A;S.d(j,{I:function(){return A},j:function(){return $}}),function(B){B.Request="request",B.Event="event",B.Performance="performance",B.Error="error",B.PV="pv",B.Leave="leave",B.Network="network",B.WebVitals="web-vitals",B.Stag="stag"}(A||(A={}));var $={info:!0,warn:!0,error:!0,debug:!0,trace:!0}},3511:function(v,j){"use strict";j.Z=function(){return window.sheinqPluginCall?window.sheinqPluginCall("getPage"):"unknownPageFromSheinq"}},5690:function(v,j,S){"use strict";var A;S.d(j,{k:function(){return de},z:function(){return U}});var $=new Uint8Array(16);function B(){if(!A&&!(A=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return A($)}for(var P=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,X=function(z){return typeof z=="string"&&P.test(z)},V=[],ne=0;ne<256;++ne)V.push((ne+256).toString(16).substr(1));var Z=function(z){var ae=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,Oe=(V[z[ae+0]]+V[z[ae+1]]+V[z[ae+2]]+V[z[ae+3]]+"-"+V[z[ae+4]]+V[z[ae+5]]+"-"+V[z[ae+6]]+V[z[ae+7]]+"-"+V[z[ae+8]]+V[z[ae+9]]+"-"+V[z[ae+10]]+V[z[ae+11]]+V[z[ae+12]]+V[z[ae+13]]+V[z[ae+14]]+V[z[ae+15]]).toLowerCase();if(!X(Oe))throw TypeError("Stringified UUID is invalid");return Oe},de=function(z,ae,Oe){var Re=(z=z||{}).random||(z.rng||B)();if(Re[6]=15&Re[6]|64,Re[8]=63&Re[8]|128,ae){Oe=Oe||0;for(var je=0;je<16;++je)ae[Oe+je]=Re[je];return ae}return Z(Re)};function U(){var z="ff".concat(function(ae,Oe){for(var Re="",je=ae;je>0;--je)Re+=Oe[Math.floor(Math.random()*Oe.length)];return Re}(14,"0123456789abcdef"));return{traceID:z.toString(),spanID:z.toString()}}},2754:function(v,j,S){"use strict";S.d(j,{a:function(){return $}});var A=S(4741);function $(){for(var B=arguments.length,P=new Array(B),X=0;X<B;X++)P[X]=arguments[X];if(P&&P.length!==0&&window.sheinq)try{for(var V=0;V<P.length;V++)window.sheinq.push("setOption",P[V])}catch(ne){(0,A.y)(ne,{elkError:"sheinq",errorPosition:"sheinq-conf"}),console.error('It"s called by sheinq: '.concat(ne))}}},578:function(v,j){"use strict";j.Z=function(S,A){window.sheinq&&window.sheinq.push(S,A)}},3438:function(v,j,S){"use strict";S.d(j,{s:function(){return V},Y:function(){return ne}});var A=S(4942),$=S(5690);function B(Z,de){var U=Object.keys(Z);if(Object.getOwnPropertySymbols){var z=Object.getOwnPropertySymbols(Z);de&&(z=z.filter(function(ae){return Object.getOwnPropertyDescriptor(Z,ae).enumerable})),U.push.apply(U,z)}return U}function P(Z){for(var de=1;de<arguments.length;de++){var U=arguments[de]!=null?arguments[de]:{};de%2?B(Object(U),!0).forEach(function(z){(0,A.Z)(Z,z,U[z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Z,Object.getOwnPropertyDescriptors(U)):B(Object(U)).forEach(function(z){Object.defineProperty(Z,z,Object.getOwnPropertyDescriptor(U,z))})}return Z}var X=0;function V(Z){if(!(typeof Z=="number"&&Z>=0&&Z<=1))throw new Error("\u91C7\u6837\u6BD4\u4F8B\u5FC5\u987B\u22650\u4E14\u22641");X=Z}function ne(Z){var de=Z.headers,U=de===void 0?{}:de,z=Z.traceSampleRatio,ae=z===void 0?X:z;if(!ae)return{traceID:"",spanID:"",traceFlag:!1};var Oe=(0,$.z)();delete Z.traceSampleRatio;var Re=Math.random()<=ae;return Z.headers=P(P({},U),{},{"uber-trace-id":"".concat(Oe.traceID,":").concat(Oe.spanID,":0000000000000000:").concat(+Re)}),P(P({},Oe),{},{traceFlag:Re})}},6808:function(v,j,S){var A,$;/*!
|
|
640
|
+
* JavaScript Cookie v2.2.1
|
|
641
|
+
* https://github.com/js-cookie/js-cookie
|
|
642
|
+
*
|
|
643
|
+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
|
644
|
+
* Released under the MIT license
|
|
645
|
+
*/(function(B){if(($=typeof(A=B)=="function"?A.call(j,S,j,v):A)===void 0||(v.exports=$),v.exports=B(),!1)var P,X})(function(){function B(){for(var X=0,V={};X<arguments.length;X++){var ne=arguments[X];for(var Z in ne)V[Z]=ne[Z]}return V}function P(X){return X.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}return function X(V){function ne(){}function Z(U,z,ae){if(typeof document!="undefined"){typeof(ae=B({path:"/"},ne.defaults,ae)).expires=="number"&&(ae.expires=new Date(1*new Date+864e5*ae.expires)),ae.expires=ae.expires?ae.expires.toUTCString():"";try{var Oe=JSON.stringify(z);/^[\{\[]/.test(Oe)&&(z=Oe)}catch(Ue){}z=V.write?V.write(z,U):encodeURIComponent(String(z)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),U=encodeURIComponent(String(U)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var Re="";for(var je in ae)ae[je]&&(Re+="; "+je,ae[je]!==!0&&(Re+="="+ae[je].split(";")[0]));return document.cookie=U+"="+z+Re}}function de(U,z){if(typeof document!="undefined"){for(var ae={},Oe=document.cookie?document.cookie.split("; "):[],Re=0;Re<Oe.length;Re++){var je=Oe[Re].split("="),Ue=je.slice(1).join("=");z||Ue.charAt(0)!=='"'||(Ue=Ue.slice(1,-1));try{var Ve=P(je[0]);if(Ue=(V.read||V)(Ue,Ve)||P(Ue),z)try{Ue=JSON.parse(Ue)}catch(Be){}if(ae[Ve]=Ue,U===Ve)break}catch(Be){}}return U?ae[U]:ae}}return ne.set=Z,ne.get=function(U){return de(U,!1)},ne.getJSON=function(U){return de(U,!0)},ne.remove=function(U,z){Z(U,"",B(z,{expires:-1}))},ne.defaults={},ne.withConverter=X,ne}(function(){})})},5666:function(v){var j=function(S){"use strict";var A,$=Object.prototype,B=$.hasOwnProperty,P=typeof Symbol=="function"?Symbol:{},X=P.iterator||"@@iterator",V=P.asyncIterator||"@@asyncIterator",ne=P.toStringTag||"@@toStringTag";function Z(pe,Ce,et){return Object.defineProperty(pe,Ce,{value:et,enumerable:!0,configurable:!0,writable:!0}),pe[Ce]}try{Z({},"")}catch(pe){Z=function(Ce,et,Xe){return Ce[et]=Xe}}function de(pe,Ce,et,Xe){var qe=Ce&&Ce.prototype instanceof Ue?Ce:Ue,Ht=Object.create(qe.prototype),At=new ot(Xe||[]);return Ht._invoke=function($t,nr,wt){var Ut=z;return function(he,Ne){if(Ut===Oe)throw new Error("Generator is already running");if(Ut===Re){if(he==="throw")throw Ne;return Jt()}for(wt.method=he,wt.arg=Ne;;){var tt=wt.delegate;if(tt){var lt=Je(tt,wt);if(lt){if(lt===je)continue;return lt}}if(wt.method==="next")wt.sent=wt._sent=wt.arg;else if(wt.method==="throw"){if(Ut===z)throw Ut=Re,wt.arg;wt.dispatchException(wt.arg)}else wt.method==="return"&&wt.abrupt("return",wt.arg);Ut=Oe;var nt=U($t,nr,wt);if(nt.type==="normal"){if(Ut=wt.done?Re:ae,nt.arg===je)continue;return{value:nt.arg,done:wt.done}}nt.type==="throw"&&(Ut=Re,wt.method="throw",wt.arg=nt.arg)}}}(pe,et,At),Ht}function U(pe,Ce,et){try{return{type:"normal",arg:pe.call(Ce,et)}}catch(Xe){return{type:"throw",arg:Xe}}}S.wrap=de;var z="suspendedStart",ae="suspendedYield",Oe="executing",Re="completed",je={};function Ue(){}function Ve(){}function Be(){}var Ie={};Z(Ie,X,function(){return this});var oe=Object.getPrototypeOf,Me=oe&&oe(oe(Lt([])));Me&&Me!==$&&B.call(Me,X)&&(Ie=Me);var _e=Be.prototype=Ue.prototype=Object.create(Ie);function Ee(pe){["next","throw","return"].forEach(function(Ce){Z(pe,Ce,function(et){return this._invoke(Ce,et)})})}function xe(pe,Ce){function et(qe,Ht,At,$t){var nr=U(pe[qe],pe,Ht);if(nr.type!=="throw"){var wt=nr.arg,Ut=wt.value;return Ut&&typeof Ut=="object"&&B.call(Ut,"__await")?Ce.resolve(Ut.__await).then(function(he){et("next",he,At,$t)},function(he){et("throw",he,At,$t)}):Ce.resolve(Ut).then(function(he){wt.value=he,At(wt)},function(he){return et("throw",he,At,$t)})}$t(nr.arg)}var Xe;this._invoke=function(qe,Ht){function At(){return new Ce(function($t,nr){et(qe,Ht,$t,nr)})}return Xe=Xe?Xe.then(At,At):At()}}function Je(pe,Ce){var et=pe.iterator[Ce.method];if(et===A){if(Ce.delegate=null,Ce.method==="throw"){if(pe.iterator.return&&(Ce.method="return",Ce.arg=A,Je(pe,Ce),Ce.method==="throw"))return je;Ce.method="throw",Ce.arg=new TypeError("The iterator does not provide a 'throw' method")}return je}var Xe=U(et,pe.iterator,Ce.arg);if(Xe.type==="throw")return Ce.method="throw",Ce.arg=Xe.arg,Ce.delegate=null,je;var qe=Xe.arg;return qe?qe.done?(Ce[pe.resultName]=qe.value,Ce.next=pe.nextLoc,Ce.method!=="return"&&(Ce.method="next",Ce.arg=A),Ce.delegate=null,je):qe:(Ce.method="throw",Ce.arg=new TypeError("iterator result is not an object"),Ce.delegate=null,je)}function fe(pe){var Ce={tryLoc:pe[0]};1 in pe&&(Ce.catchLoc=pe[1]),2 in pe&&(Ce.finallyLoc=pe[2],Ce.afterLoc=pe[3]),this.tryEntries.push(Ce)}function at(pe){var Ce=pe.completion||{};Ce.type="normal",delete Ce.arg,pe.completion=Ce}function ot(pe){this.tryEntries=[{tryLoc:"root"}],pe.forEach(fe,this),this.reset(!0)}function Lt(pe){if(pe){var Ce=pe[X];if(Ce)return Ce.call(pe);if(typeof pe.next=="function")return pe;if(!isNaN(pe.length)){var et=-1,Xe=function qe(){for(;++et<pe.length;)if(B.call(pe,et))return qe.value=pe[et],qe.done=!1,qe;return qe.value=A,qe.done=!0,qe};return Xe.next=Xe}}return{next:Jt}}function Jt(){return{value:A,done:!0}}return Ve.prototype=Be,Z(_e,"constructor",Be),Z(Be,"constructor",Ve),Ve.displayName=Z(Be,ne,"GeneratorFunction"),S.isGeneratorFunction=function(pe){var Ce=typeof pe=="function"&&pe.constructor;return!!Ce&&(Ce===Ve||(Ce.displayName||Ce.name)==="GeneratorFunction")},S.mark=function(pe){return Object.setPrototypeOf?Object.setPrototypeOf(pe,Be):(pe.__proto__=Be,Z(pe,ne,"GeneratorFunction")),pe.prototype=Object.create(_e),pe},S.awrap=function(pe){return{__await:pe}},Ee(xe.prototype),Z(xe.prototype,V,function(){return this}),S.AsyncIterator=xe,S.async=function(pe,Ce,et,Xe,qe){qe===void 0&&(qe=Promise);var Ht=new xe(de(pe,Ce,et,Xe),qe);return S.isGeneratorFunction(Ce)?Ht:Ht.next().then(function(At){return At.done?At.value:Ht.next()})},Ee(_e),Z(_e,ne,"Generator"),Z(_e,X,function(){return this}),Z(_e,"toString",function(){return"[object Generator]"}),S.keys=function(pe){var Ce=[];for(var et in pe)Ce.push(et);return Ce.reverse(),function Xe(){for(;Ce.length;){var qe=Ce.pop();if(qe in pe)return Xe.value=qe,Xe.done=!1,Xe}return Xe.done=!0,Xe}},S.values=Lt,ot.prototype={constructor:ot,reset:function(pe){if(this.prev=0,this.next=0,this.sent=this._sent=A,this.done=!1,this.delegate=null,this.method="next",this.arg=A,this.tryEntries.forEach(at),!pe)for(var Ce in this)Ce.charAt(0)==="t"&&B.call(this,Ce)&&!isNaN(+Ce.slice(1))&&(this[Ce]=A)},stop:function(){this.done=!0;var pe=this.tryEntries[0].completion;if(pe.type==="throw")throw pe.arg;return this.rval},dispatchException:function(pe){if(this.done)throw pe;var Ce=this;function et(nr,wt){return Ht.type="throw",Ht.arg=pe,Ce.next=nr,wt&&(Ce.method="next",Ce.arg=A),!!wt}for(var Xe=this.tryEntries.length-1;Xe>=0;--Xe){var qe=this.tryEntries[Xe],Ht=qe.completion;if(qe.tryLoc==="root")return et("end");if(qe.tryLoc<=this.prev){var At=B.call(qe,"catchLoc"),$t=B.call(qe,"finallyLoc");if(At&&$t){if(this.prev<qe.catchLoc)return et(qe.catchLoc,!0);if(this.prev<qe.finallyLoc)return et(qe.finallyLoc)}else if(At){if(this.prev<qe.catchLoc)return et(qe.catchLoc,!0)}else{if(!$t)throw new Error("try statement without catch or finally");if(this.prev<qe.finallyLoc)return et(qe.finallyLoc)}}}},abrupt:function(pe,Ce){for(var et=this.tryEntries.length-1;et>=0;--et){var Xe=this.tryEntries[et];if(Xe.tryLoc<=this.prev&&B.call(Xe,"finallyLoc")&&this.prev<Xe.finallyLoc){var qe=Xe;break}}qe&&(pe==="break"||pe==="continue")&&qe.tryLoc<=Ce&&Ce<=qe.finallyLoc&&(qe=null);var Ht=qe?qe.completion:{};return Ht.type=pe,Ht.arg=Ce,qe?(this.method="next",this.next=qe.finallyLoc,je):this.complete(Ht)},complete:function(pe,Ce){if(pe.type==="throw")throw pe.arg;return pe.type==="break"||pe.type==="continue"?this.next=pe.arg:pe.type==="return"?(this.rval=this.arg=pe.arg,this.method="return",this.next="end"):pe.type==="normal"&&Ce&&(this.next=Ce),je},finish:function(pe){for(var Ce=this.tryEntries.length-1;Ce>=0;--Ce){var et=this.tryEntries[Ce];if(et.finallyLoc===pe)return this.complete(et.completion,et.afterLoc),at(et),je}},catch:function(pe){for(var Ce=this.tryEntries.length-1;Ce>=0;--Ce){var et=this.tryEntries[Ce];if(et.tryLoc===pe){var Xe=et.completion;if(Xe.type==="throw"){var qe=Xe.arg;at(et)}return qe}}throw new Error("illegal catch attempt")},delegateYield:function(pe,Ce,et){return this.delegate={iterator:Lt(pe),resultName:Ce,nextLoc:et},this.method==="next"&&(this.arg=A),je}},S}(v.exports);try{regeneratorRuntime=j}catch(S){typeof globalThis=="object"?globalThis.regeneratorRuntime=j:Function("r","regeneratorRuntime = r")(j)}},4942:function(v,j,S){"use strict";function A($,B,P){return B in $?Object.defineProperty($,B,{value:P,enumerable:!0,configurable:!0,writable:!0}):$[B]=P,$}S.d(j,{Z:function(){return A}})}},i={};function m(v){var j=i[v];if(j!==void 0)return j.exports;var S=i[v]={exports:{}};return f[v](S,S.exports,m),S.exports}m.n=function(v){var j=v&&v.__esModule?function(){return v.default}:function(){return v};return m.d(j,{a:j}),j},m.d=function(v,j){for(var S in j)m.o(j,S)&&!m.o(v,S)&&Object.defineProperty(v,S,{enumerable:!0,get:j[S]})},m.o=function(v,j){return Object.prototype.hasOwnProperty.call(v,j)},m.r=function(v){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(v,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(v,"__esModule",{value:!0})};var L={};return function(){"use strict";m.r(L),m.d(L,{fetch:function(){return v.D},replaceApmFetch:function(){return v.B},getAxiosInstance:function(){return j.Hx},newAxiosInstance:function(){return j.uJ},axios:function(){return j.be},axiosStatic:function(){return A.a},sendRequest:function(){return P.w},sendError:function(){return X.y},sendPv:function(){return V.K},sendLeave:function(){return ne.f},setLeaveStartTime:function(){return ne.h},sendEvent:function(){return Z.q},apmLog:function(){return de.b},markStart:function(){return U.h},markEnd:function(){return U.E},eventClick:function(){return z.M},sendEnhancedEvent:function(){return ae.A},conf:function(){return Oe.a},getUinqueId:function(){return Re.k},renderTracerIdSpanId:function(){return Re.z},getPage:function(){return je.Z},enableTrace:function(){return Ue.s}});var v=m(9628),j=m(3127),S=m(9669),A=m.n(S),$={};for(var B in S)["default","fetch","replaceApmFetch","getAxiosInstance","newAxiosInstance","axios","axiosStatic","sendRequest","sendError","sendPv","sendLeave","setLeaveStartTime","sendEvent","apmLog","markStart","markEnd","eventClick","sendEnhancedEvent","conf","getUinqueId","renderTracerIdSpanId","getPage","enableTrace"].indexOf(B)<0&&($[B]=function(Ve){return S[Ve]}.bind(0,B));m.d(L,$);var P=m(4836),X=m(4741),V=m(8911),ne=m(6396),Z=m(7522),de=m(7751),U=m(8794),z=m(2968),ae=m(1264),Oe=m(2754),Re=m(5690),je=m(3511),Ue=m(3438)}(),L}()})},6189:(Q,te,x)=>{var M=x(7966);Q.exports=a;function a(f){return M(f).replace(/\s(\w)/g,function(i,m){return m.toUpperCase()})}},1788:Q=>{Q.exports=a;var te=/\s/,x=/(_|-|\.|:)/,M=/([a-z][A-Z]|[A-Z][a-z])/;function a(v){return te.test(v)?v.toLowerCase():x.test(v)?(i(v)||v).toLowerCase():M.test(v)?L(v).toLowerCase():v.toLowerCase()}var f=/[\W_]+(.|$)/g;function i(v){return v.replace(f,function(j,S){return S?" "+S:""})}var m=/(.)([A-Z]+)/g;function L(v){return v.replace(m,function(j,S,A){return S+" "+A.toLowerCase().split("").join(" ")})}},7966:(Q,te,x)=>{var M=x(1788);Q.exports=a;function a(f){return M(f).replace(/[\W_]+(.|$)/g,function(i,m){return m?" "+m:""}).trim()}},720:Q=>{"use strict";Q.exports=Au},4098:Q=>{"use strict";Q.exports=Dn},4262:Q=>{"use strict";Q.exports=On},1829:Q=>{"use strict";Q.exports=jd}},Cu={};function Rt(Q){var te=Cu[Q];if(te!==void 0)return te.exports;var x=Cu[Q]={id:Q,loaded:!1,exports:{}};return xd[Q].call(x.exports,x,x.exports,Rt),x.loaded=!0,x.exports}Rt.n=Q=>{var te=Q&&Q.__esModule?()=>Q.default:()=>Q;return Rt.d(te,{a:te}),te},Rt.d=(Q,te)=>{for(var x in te)Rt.o(te,x)&&!Rt.o(Q,x)&&Object.defineProperty(Q,x,{enumerable:!0,get:te[x]})},Rt.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(Q){if(typeof window=="object")return window}}(),Rt.o=(Q,te)=>Object.prototype.hasOwnProperty.call(Q,te),Rt.r=Q=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(Q,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(Q,"__esModule",{value:!0})},Rt.nmd=Q=>(Q.paths=[],Q.children||(Q.children=[]),Q);var wo={};return(()=>{"use strict";Rt.r(wo),Rt.d(wo,{default:()=>l_});var Q={};Rt.r(Q),Rt.d(Q,{arrLeft:()=>Pf,arrRight:()=>If,close:()=>Of,download:()=>xf,left:()=>Nf,more:()=>Hf,right:()=>Wf,rotateLeft:()=>Ef,rotateRight:()=>jf,turnleft:()=>Rf,turnright:()=>Bf,zoomIn:()=>Af,zoomOut:()=>Cf});var te=Rt(4184),x=Rt.n(te),M=Rt(4098),a=Rt.n(M),f=Rt(720),i=Rt.n(f),m=Rt(1829);function L(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */L=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=s.method,g=c.iterator[d];if(g===void 0)return s.delegate=null,d==="throw"&&c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw")||d!=="return"&&(s.method="throw",s.arg=new TypeError("The iterator does not provide a '"+d+"' method")),N;var k=I(g,c.iterator,s.arg);if(k.type==="throw")return s.method="throw",s.arg=k.arg,s.delegate=null,N;var O=k.arg;return O?O.done?(s[c.resultName]=O.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):O:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function v(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function j(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){v(h,o,l,Y,w,"next",_)}function w(_){v(h,o,l,Y,w,"throw",_)}Y(void 0)})}}var S="https://assets.dotfashion.cn/webassets",A=`${S}/shein-components/icons`,$=e=>`${A}/${e}.svg`,B='<svg style="width: 1em;" viewBox="0 0 1024 1024" />';function P(e){return X.apply(this,arguments)}function X(){return X=j(L().mark(function e(t){var r,o;return L().wrap(function(h){for(;;)switch(h.prev=h.next){case 0:if(h.prev=0,t){h.next=4;break}return console.warn("@shein-components/Icon \u7F3A\u5C11 name \u5C5E\u6027"),h.abrupt("return",B);case 4:if(typeof t=="string"){h.next=7;break}return console.warn("@shein-components/Icon\u7684 name \u5C5E\u6027\u5FC5\u987B\u4E3A\u5B57\u7B26\u4E32"),h.abrupt("return",B);case 7:return r=$(t),h.next=10,fetch(r).then(Y=>Y.text());case 10:return o=h.sent,h.abrupt("return",o);case 14:return h.prev=14,h.t0=h.catch(0),console.error(h.t0),h.abrupt("return",B);case 18:case"end":return h.stop()}},e,null,[[0,14]])})),X.apply(this,arguments)}function V(e){return ne.apply(this,arguments)}function ne(){return ne=j(L().mark(function e(t){var r;return L().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:if(l.prev=0,t){l.next=4;break}return console.warn("@shein-components/Icon \u7F3A\u5C11 svgUrl \u5C5E\u6027"),l.abrupt("return",B);case 4:if(typeof t=="string"){l.next=7;break}return console.warn("@shein-components/Icon\u7684 svgUrl \u5C5E\u6027\u5FC5\u987B\u4E3A\u5B57\u7B26\u4E32"),l.abrupt("return",B);case 7:return l.next=9,fetch(t).then(h=>h.text());case 9:return r=l.sent,l.abrupt("return",r);case 13:return l.prev=13,l.t0=l.catch(0),console.error(l.t0),l.abrupt("return",B);case 17:case"end":return l.stop()}},e,null,[[0,13]])})),ne.apply(this,arguments)}function Z(e,t){var r=typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=de(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var o=0,l=function(){};return{s:l,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(D){throw D},f:l}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
646
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var h=!0,Y=!1,w;return{s:function(){r=r.call(e)},n:function(){var D=r.next();return h=D.done,D},e:function(D){Y=!0,w=D},f:function(){try{!h&&r.return!=null&&r.return()}finally{if(Y)throw w}}}}function de(e,t){if(!!e){if(typeof e=="string")return U(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return U(e,t)}}function U(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var z=new DOMParser,ae=(e,t)=>{if(t){var r=z.parseFromString(e,"text/html"),o=r.querySelector("svg");if(o){o.style.width="auto";var l=Z(o.attributes),h;try{for(l.s();!(h=l.n()).done;){var Y=h.value;t.setAttribute(Y.name,Y.value)}}catch(w){l.e(w)}finally{l.f()}t.innerHTML=o.innerHTML}}},Oe=(e,t)=>{var r=t||e;window.shineout_prop_svg_promises_map||(window.shineout_prop_svg_promises_map=new Map);var o=t?V:P;return window.shineout_prop_svg_promises_map.get(r)||window.shineout_prop_svg_promises_map.set(r,o(r)),window.shineout_prop_svg_promises_map.get(r)};function Re(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Re=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=s.method,g=c.iterator[d];if(g===void 0)return s.delegate=null,d==="throw"&&c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw")||d!=="return"&&(s.method="throw",s.arg=new TypeError("The iterator does not provide a '"+d+"' method")),N;var k=I(g,c.iterator,s.arg);if(k.type==="throw")return s.method="throw",s.arg=k.arg,s.delegate=null,N;var O=k.arg;return O?O.done?(s[c.resultName]=O.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):O:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function je(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function Ue(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){je(h,o,l,Y,w,"next",_)}function w(_){je(h,o,l,Y,w,"throw",_)}Y(void 0)})}}class Ve extends a().Component{constructor(t){var r;super(t),r=this,this.changeLoadStatus=o=>{this.setState({loadFailed:o})},this.renderSVG=Ue(Re().mark(function o(){var l,h,Y,w,_;return Re().wrap(function(I){for(;;)switch(I.prev=I.next){case 0:return l=r.props,h=l.name,Y=l.svgUrl,w=l.onError,I.prev=1,r.changeLoadStatus(!1),I.next=5,Oe(h,Y);case 5:_=I.sent,(!_||_.indexOf("<")!==0)&&(_='<svg style="width: 1em;" viewBox="0 0 1024 1024"/>',r.changeLoadStatus(!0),w&&w(_)),ae(_,r.ref.current),I.next=14;break;case 10:I.prev=10,I.t0=I.catch(1),r.changeLoadStatus(!0),w&&w(I.t0);case 14:case"end":return I.stop()}},o,null,[[1,10]])})),this.ref=(0,M.createRef)(),this.state={loadFailed:!1}}componentDidMount(){this.renderSVG()}componentDidUpdate(t){var r=this.props,o=r.name,l=r.svgUrl;(t.name!==o||t.svgUrl!==l)&&this.renderSVG()}render(){var t=this.props.errorContent,r=this.state.loadFailed;return r&&t?t:a().createElement("svg",{ref:this.ref})}}Ve.propTypes={name:i().string,svgUrl:i().string,onError:i().func,errorContent:i().element};var Be=Ve,Ie=["children","name","svgUrl","onError","errorContent"];function oe(){return oe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},oe.apply(this,arguments)}function Me(e,t){if(e==null)return{};var r=_e(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function _e(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var Ee={icon:"shein-components_icon_icon"};class xe extends a().Component{constructor(){var t;super(...arguments),t=this,this.onClick=function(){var r=t.props,o=r.onClick,l=r.type;l!=="disabled"&&o&&o(...arguments)},this.splicingClassName=()=>{var r=this.props,o=r.className,l=r.type,h=["so-icon","shein-components_icon_sop_icon",Ee.icon];return o&&h.push(o),h.push(`so-icon-${l||"default"}`),x()(h)}}splicingStyle(){var t=this.props,r=t.style,o=r===void 0?{}:r,l=t.fontSize,h=t.color,Y=t.type,w={color:"var(--button-disabled-bg, var(--gray-300, #cccfd7))",cursor:"not-allowed",userSelect:"none"};return Object.assign({fontSize:l,color:h},o,Y==="disabled"?w:{})}render(){var t=this.props,r=t.children,o=t.name,l=t.svgUrl,h=t.onError,Y=t.errorContent,w=Me(t,Ie);return a().createElement("i",oe({},w,{className:this.splicingClassName(),style:this.splicingStyle(),onClick:this.onClick}),a().createElement(Be,{name:o,svgUrl:l,onError:h,errorContent:Y}),r)}}xe.defaultProps={},xe.propTypes={children:i().oneOfType([i().arrayOf(i().node),i().node]),name:i().string,svgUrl:i().string,className:i().string,style:i().object,fontSize:i().oneOfType([i().string,i().number]),color:i().string,type:i().oneOf(["default","primary","secondary","success","info","warning","danger","disabled"]),onError:i().func,errorContent:i().element,onClick:i().func},xe.defaultProps={},xe.isShineoutIcon=!0,xe.displayName="shein-components-icon";var Je=xe;function fe(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function at(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?fe(Object(r),!0).forEach(function(o){ot(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):fe(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function ot(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Lt=(e,t)=>{var r=new AbortController;if(t.timeout>0)var o=setTimeout(()=>r.abort(),t.timeout);return t.signal=r.signal,fetch(e,t).then(l=>{if(l.ok)return l;throw new Error(l.statusText)}).catch(l=>{if(t.retry>0)return Lt(e,at(at({},t),{},{retry:t.retry-1}));throw l})},Jt=Lt,pe={test:"https://bbl-test01.dotfashion.cn",production:"https://cloud-now.sheincorp.cn/trans"},Ce=e=>{var t="https://cloud-now.sheincorp.cn/collectWordToEs/report";return Jt(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({data:e})})},et=e=>{var t=e.env,r=e.npId,o=pe[t]||pe.production;return request(`${o}/api/snapVersion?npid=${r}`,{method:"GET",retry:2,timeout:800}).then(l=>l.json()).then(l=>{if(l.code!==0)throw new Error(l.message);return l.data})},Xe=e=>{var t=e.version,r=e.language,o=e.npId,l=e.env,h=`https://assets.dotfashion.cn/webassets/babel_tower_snap/frontend/${l}/${o}/${t}/${r!=null?r:"index"}.json`;if(t==="latest"){var Y=new Date,w=Y.getFullYear()+(Y.getMonth()+1)+Y.getDate();h+=`?_=${w}`}return request(h,{method:"GET",retry:2,timeout:3*1e3}).then(_=>_.json()).then(_=>_||{}).catch(()=>({}))};function qe(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */qe=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=typeof Symbol=="function"?Symbol:{},l=o.iterator||"@@iterator",h=o.asyncIterator||"@@asyncIterator",Y=o.toStringTag||"@@toStringTag";function w(W,E,c){return Object.defineProperty(W,E,{value:c,enumerable:!0,configurable:!0,writable:!0}),W[E]}try{w({},"")}catch(W){w=function(c,s,d){return c[s]=d}}function _(W,E,c,s){var d=E&&E.prototype instanceof N?E:N,g=Object.create(d.prototype),k=new Fe(s||[]);return g._invoke=function(O,F,R){var K="suspendedStart";return function(le,Te){if(K==="executing")throw new Error("Generator is already running");if(K==="completed"){if(le==="throw")throw Te;return $e()}for(R.method=le,R.arg=Te;;){var Ae=R.delegate;if(Ae){var ct=Pe(Ae,R);if(ct){if(ct===I)continue;return ct}}if(R.method==="next")R.sent=R._sent=R.arg;else if(R.method==="throw"){if(K==="suspendedStart")throw K="completed",R.arg;R.dispatchException(R.arg)}else R.method==="return"&&R.abrupt("return",R.arg);K="executing";var yt=D(O,F,R);if(yt.type==="normal"){if(K=R.done?"completed":"suspendedYield",yt.arg===I)continue;return{value:yt.arg,done:R.done}}yt.type==="throw"&&(K="completed",R.method="throw",R.arg=yt.arg)}}}(W,c,k),g}function D(W,E,c){try{return{type:"normal",arg:W.call(E,c)}}catch(s){return{type:"throw",arg:s}}}e.wrap=_;var I={};function N(){}function q(){}function ee(){}var J={};w(J,l,function(){return this});var ce=Object.getPrototypeOf,me=ce&&ce(ce(We([])));me&&me!==t&&r.call(me,l)&&(J=me);var ve=ee.prototype=N.prototype=Object.create(J);function ge(W){["next","throw","return"].forEach(function(E){w(W,E,function(c){return this._invoke(E,c)})})}function ze(W,E){function c(d,g,k,O){var F=D(W[d],W,g);if(F.type!=="throw"){var R=F.arg,K=R.value;return K&&typeof K=="object"&&r.call(K,"__await")?E.resolve(K.__await).then(function(le){c("next",le,k,O)},function(le){c("throw",le,k,O)}):E.resolve(K).then(function(le){R.value=le,k(R)},function(le){return c("throw",le,k,O)})}O(F.arg)}var s;this._invoke=function(d,g){function k(){return new E(function(O,F){c(d,g,O,F)})}return s=s?s.then(k,k):k()}}function Pe(W,E){var c=W.iterator[E.method];if(c===void 0){if(E.delegate=null,E.method==="throw"){if(W.iterator.return&&(E.method="return",E.arg=void 0,Pe(W,E),E.method==="throw"))return I;E.method="throw",E.arg=new TypeError("The iterator does not provide a 'throw' method")}return I}var s=D(c,W.iterator,E.arg);if(s.type==="throw")return E.method="throw",E.arg=s.arg,E.delegate=null,I;var d=s.arg;return d?d.done?(E[W.resultName]=d.value,E.next=W.nextLoc,E.method!=="return"&&(E.method="next",E.arg=void 0),E.delegate=null,I):d:(E.method="throw",E.arg=new TypeError("iterator result is not an object"),E.delegate=null,I)}function He(W){var E={tryLoc:W[0]};1 in W&&(E.catchLoc=W[1]),2 in W&&(E.finallyLoc=W[2],E.afterLoc=W[3]),this.tryEntries.push(E)}function De(W){var E=W.completion||{};E.type="normal",delete E.arg,W.completion=E}function Fe(W){this.tryEntries=[{tryLoc:"root"}],W.forEach(He,this),this.reset(!0)}function We(W){if(W){var E=W[l];if(E)return E.call(W);if(typeof W.next=="function")return W;if(!isNaN(W.length)){var c=-1,s=function d(){for(;++c<W.length;)if(r.call(W,c))return d.value=W[c],d.done=!1,d;return d.value=void 0,d.done=!0,d};return s.next=s}}return{next:$e}}function $e(){return{value:void 0,done:!0}}return q.prototype=ee,w(ve,"constructor",ee),w(ee,"constructor",q),q.displayName=w(ee,Y,"GeneratorFunction"),e.isGeneratorFunction=function(W){var E=typeof W=="function"&&W.constructor;return!!E&&(E===q||(E.displayName||E.name)==="GeneratorFunction")},e.mark=function(W){return Object.setPrototypeOf?Object.setPrototypeOf(W,ee):(W.__proto__=ee,w(W,Y,"GeneratorFunction")),W.prototype=Object.create(ve),W},e.awrap=function(W){return{__await:W}},ge(ze.prototype),w(ze.prototype,h,function(){return this}),e.AsyncIterator=ze,e.async=function(W,E,c,s,d){d===void 0&&(d=Promise);var g=new ze(_(W,E,c,s),d);return e.isGeneratorFunction(E)?g:g.next().then(function(k){return k.done?k.value:g.next()})},ge(ve),w(ve,Y,"Generator"),w(ve,l,function(){return this}),w(ve,"toString",function(){return"[object Generator]"}),e.keys=function(W){var E=[];for(var c in W)E.push(c);return E.reverse(),function s(){for(;E.length;){var d=E.pop();if(d in W)return s.value=d,s.done=!1,s}return s.done=!0,s}},e.values=We,Fe.prototype={constructor:Fe,reset:function(E){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(De),!E)for(var c in this)c.charAt(0)==="t"&&r.call(this,c)&&!isNaN(+c.slice(1))&&(this[c]=void 0)},stop:function(){this.done=!0;var E=this.tryEntries[0].completion;if(E.type==="throw")throw E.arg;return this.rval},dispatchException:function(E){if(this.done)throw E;var c=this;function s(R,K){return k.type="throw",k.arg=E,c.next=R,K&&(c.method="next",c.arg=void 0),!!K}for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d],k=g.completion;if(g.tryLoc==="root")return s("end");if(g.tryLoc<=this.prev){var O=r.call(g,"catchLoc"),F=r.call(g,"finallyLoc");if(O&&F){if(this.prev<g.catchLoc)return s(g.catchLoc,!0);if(this.prev<g.finallyLoc)return s(g.finallyLoc)}else if(O){if(this.prev<g.catchLoc)return s(g.catchLoc,!0)}else{if(!F)throw new Error("try statement without catch or finally");if(this.prev<g.finallyLoc)return s(g.finallyLoc)}}}},abrupt:function(E,c){for(var s=this.tryEntries.length-1;s>=0;--s){var d=this.tryEntries[s];if(d.tryLoc<=this.prev&&r.call(d,"finallyLoc")&&this.prev<d.finallyLoc){var g=d;break}}g&&(E==="break"||E==="continue")&&g.tryLoc<=c&&c<=g.finallyLoc&&(g=null);var k=g?g.completion:{};return k.type=E,k.arg=c,g?(this.method="next",this.next=g.finallyLoc,I):this.complete(k)},complete:function(E,c){if(E.type==="throw")throw E.arg;return E.type==="break"||E.type==="continue"?this.next=E.arg:E.type==="return"?(this.rval=this.arg=E.arg,this.method="return",this.next="end"):E.type==="normal"&&c&&(this.next=c),I},finish:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.finallyLoc===E)return this.complete(s.completion,s.afterLoc),De(s),I}},catch:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.tryLoc===E){var d=s.completion;if(d.type==="throw"){var g=d.arg;De(s)}return g}}throw new Error("illegal catch attempt")},delegateYield:function(E,c,s){return this.delegate={iterator:We(E),resultName:c,nextLoc:s},this.method==="next"&&(this.arg=void 0),I}},e}function Ht(e,t){return Ut(e)||wt(e,t)||$t(e,t)||At()}function At(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
647
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $t(e,t){if(!!e){if(typeof e=="string")return nr(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return nr(e,t)}}function nr(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function wt(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function Ut(e){if(Array.isArray(e))return e}function he(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function Ne(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){he(h,o,l,Y,w,"next",_)}function w(_){he(h,o,l,Y,w,"throw",_)}Y(void 0)})}}var tt=null,lt=null;function nt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Ke=nt,Pt=typeof global=="object"&&global&&global.Object===Object&&global,Tt=Pt,Gt=typeof self=="object"&&self&&self.Object===Object&&self,Bt=Tt||Gt||Function("return this")(),dr=Bt,cr=function(){return dr.Date.now()},Ct=cr,rt=/\s/;function bt(e){for(var t=e.length;t--&&rt.test(e.charAt(t)););return t}var wr=bt,pr=/^\s+/;function qr(e){return e&&e.slice(0,wr(e)+1).replace(pr,"")}var C=qr,p=dr.Symbol,b=p,G=Object.prototype,ue=G.hasOwnProperty,we=G.toString,be=b?b.toStringTag:void 0;function gt(e){var t=ue.call(e,be),r=e[be];try{e[be]=void 0;var o=!0}catch(h){}var l=we.call(e);return o&&(t?e[be]=r:delete e[be]),l}var Dt=gt,St=Object.prototype,jt=St.toString;function kt(e){return jt.call(e)}var re=kt,se="[object Null]",ye="[object Undefined]",ke=b?b.toStringTag:void 0;function Ye(e){return e==null?e===void 0?ye:se:ke&&ke in Object(e)?Dt(e):re(e)}var Ze=Ye;function it(e){return e!=null&&typeof e=="object"}var Se=it,mt="[object Symbol]";function st(e){return typeof e=="symbol"||Se(e)&&Ze(e)==mt}var ft=st,Xt=0/0,_t=/^[-+]0x[0-9a-f]+$/i,sr=/^0b[01]+$/i,ar=/^0o[0-7]+$/i,Qt=parseInt;function br(e){if(typeof e=="number")return e;if(ft(e))return Xt;if(Ke(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ke(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=C(e);var r=sr.test(e);return r||ar.test(e)?Qt(e.slice(2),r?2:8):_t.test(e)?Xt:+e}var yr=br,ir="Expected a function",Mr=Math.max,Or=Math.min;function Er(e,t,r){var o,l,h,Y,w,_,D=0,I=!1,N=!1,q=!0;if(typeof e!="function")throw new TypeError(ir);t=yr(t)||0,Ke(r)&&(I=!!r.leading,N="maxWait"in r,h=N?Mr(yr(r.maxWait)||0,t):h,q="trailing"in r?!!r.trailing:q);function ee(De){var Fe=o,We=l;return o=l=void 0,D=De,Y=e.apply(We,Fe),Y}function J(De){return D=De,w=setTimeout(ve,t),I?ee(De):Y}function ce(De){var Fe=De-_,We=De-D,$e=t-Fe;return N?Or($e,h-We):$e}function me(De){var Fe=De-_,We=De-D;return _===void 0||Fe>=t||Fe<0||N&&We>=h}function ve(){var De=Ct();if(me(De))return ge(De);w=setTimeout(ve,ce(De))}function ge(De){return w=void 0,q&&o?ee(De):(o=l=void 0,Y)}function ze(){w!==void 0&&clearTimeout(w),D=0,o=_=l=w=void 0}function Pe(){return w===void 0?Y:ge(Ct())}function He(){var De=Ct(),Fe=me(De);if(o=arguments,l=this,_=De,Fe){if(w===void 0)return J(_);if(N)return clearTimeout(w),w=setTimeout(ve,t),ee(_)}return w===void 0&&(w=setTimeout(ve,t)),Y}return He.cancel=ze,He.flush=Pe,He}var zn=Er,zr=()=>{var e=new Map,t=new Map,r={},o=D=>{D.forEach(I=>{var N=I.key,q=I.messages;q.forEach(ee=>{r[N+"&"+ee]=1})})},l=(D,I)=>r[D+"&"+I],h=D=>{var I=D.npid,N=D.template,q=D.message,ee=D.reportType,J=D.nid,ce=String(q),me;if(l(N,ce))return null;if(ee===1)if(e.has(N)){var ve=e.get(N);ve.messages.includes(ce)||(ve.messages.push(ce),e.set(N,ve)),me=ve}else me={key:N,npid:I,type:1,messages:[ce],managed:1,client:1},e.set(N,me);else if(t.has(J)){var ge=t.get(J);ge.messages.includes(ce)||(ge.messages.push(ce),t.set(J,ge)),me=ge}else me={key:N,npid:I,type:2,messages:[ce],managed:1,client:1,nid:J},t.set(J,me);return me},Y=zn(()=>{var D=Array.from(e.values());return D.length?Ce(D).then(()=>{o(D),e.clear()}):null},1e3*30),w=zn(()=>{var D=Array.from(t.values());return D.length?Ce(D).then(()=>{o(D),t.clear()}):null},1e3*30);function _(D,I,N,q){var ee=D.npId,J=D.customMessage,ce="";J?ce=J(window.location):ce=window.location.pathname;var me={template:I,npid:String(ee),message:ce,reportType:N};N===2&&(me.nid=q),h(me)}return{sendMissing:Y,sendUsed:w,reportMessage:_}},Fn=zr;function or(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */or=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=typeof Symbol=="function"?Symbol:{},l=o.iterator||"@@iterator",h=o.asyncIterator||"@@asyncIterator",Y=o.toStringTag||"@@toStringTag";function w(W,E,c){return Object.defineProperty(W,E,{value:c,enumerable:!0,configurable:!0,writable:!0}),W[E]}try{w({},"")}catch(W){w=function(c,s,d){return c[s]=d}}function _(W,E,c,s){var d=E&&E.prototype instanceof N?E:N,g=Object.create(d.prototype),k=new Fe(s||[]);return g._invoke=function(O,F,R){var K="suspendedStart";return function(le,Te){if(K==="executing")throw new Error("Generator is already running");if(K==="completed"){if(le==="throw")throw Te;return $e()}for(R.method=le,R.arg=Te;;){var Ae=R.delegate;if(Ae){var ct=Pe(Ae,R);if(ct){if(ct===I)continue;return ct}}if(R.method==="next")R.sent=R._sent=R.arg;else if(R.method==="throw"){if(K==="suspendedStart")throw K="completed",R.arg;R.dispatchException(R.arg)}else R.method==="return"&&R.abrupt("return",R.arg);K="executing";var yt=D(O,F,R);if(yt.type==="normal"){if(K=R.done?"completed":"suspendedYield",yt.arg===I)continue;return{value:yt.arg,done:R.done}}yt.type==="throw"&&(K="completed",R.method="throw",R.arg=yt.arg)}}}(W,c,k),g}function D(W,E,c){try{return{type:"normal",arg:W.call(E,c)}}catch(s){return{type:"throw",arg:s}}}e.wrap=_;var I={};function N(){}function q(){}function ee(){}var J={};w(J,l,function(){return this});var ce=Object.getPrototypeOf,me=ce&&ce(ce(We([])));me&&me!==t&&r.call(me,l)&&(J=me);var ve=ee.prototype=N.prototype=Object.create(J);function ge(W){["next","throw","return"].forEach(function(E){w(W,E,function(c){return this._invoke(E,c)})})}function ze(W,E){function c(d,g,k,O){var F=D(W[d],W,g);if(F.type!=="throw"){var R=F.arg,K=R.value;return K&&typeof K=="object"&&r.call(K,"__await")?E.resolve(K.__await).then(function(le){c("next",le,k,O)},function(le){c("throw",le,k,O)}):E.resolve(K).then(function(le){R.value=le,k(R)},function(le){return c("throw",le,k,O)})}O(F.arg)}var s;this._invoke=function(d,g){function k(){return new E(function(O,F){c(d,g,O,F)})}return s=s?s.then(k,k):k()}}function Pe(W,E){var c=W.iterator[E.method];if(c===void 0){if(E.delegate=null,E.method==="throw"){if(W.iterator.return&&(E.method="return",E.arg=void 0,Pe(W,E),E.method==="throw"))return I;E.method="throw",E.arg=new TypeError("The iterator does not provide a 'throw' method")}return I}var s=D(c,W.iterator,E.arg);if(s.type==="throw")return E.method="throw",E.arg=s.arg,E.delegate=null,I;var d=s.arg;return d?d.done?(E[W.resultName]=d.value,E.next=W.nextLoc,E.method!=="return"&&(E.method="next",E.arg=void 0),E.delegate=null,I):d:(E.method="throw",E.arg=new TypeError("iterator result is not an object"),E.delegate=null,I)}function He(W){var E={tryLoc:W[0]};1 in W&&(E.catchLoc=W[1]),2 in W&&(E.finallyLoc=W[2],E.afterLoc=W[3]),this.tryEntries.push(E)}function De(W){var E=W.completion||{};E.type="normal",delete E.arg,W.completion=E}function Fe(W){this.tryEntries=[{tryLoc:"root"}],W.forEach(He,this),this.reset(!0)}function We(W){if(W){var E=W[l];if(E)return E.call(W);if(typeof W.next=="function")return W;if(!isNaN(W.length)){var c=-1,s=function d(){for(;++c<W.length;)if(r.call(W,c))return d.value=W[c],d.done=!1,d;return d.value=void 0,d.done=!0,d};return s.next=s}}return{next:$e}}function $e(){return{value:void 0,done:!0}}return q.prototype=ee,w(ve,"constructor",ee),w(ee,"constructor",q),q.displayName=w(ee,Y,"GeneratorFunction"),e.isGeneratorFunction=function(W){var E=typeof W=="function"&&W.constructor;return!!E&&(E===q||(E.displayName||E.name)==="GeneratorFunction")},e.mark=function(W){return Object.setPrototypeOf?Object.setPrototypeOf(W,ee):(W.__proto__=ee,w(W,Y,"GeneratorFunction")),W.prototype=Object.create(ve),W},e.awrap=function(W){return{__await:W}},ge(ze.prototype),w(ze.prototype,h,function(){return this}),e.AsyncIterator=ze,e.async=function(W,E,c,s,d){d===void 0&&(d=Promise);var g=new ze(_(W,E,c,s),d);return e.isGeneratorFunction(E)?g:g.next().then(function(k){return k.done?k.value:g.next()})},ge(ve),w(ve,Y,"Generator"),w(ve,l,function(){return this}),w(ve,"toString",function(){return"[object Generator]"}),e.keys=function(W){var E=[];for(var c in W)E.push(c);return E.reverse(),function s(){for(;E.length;){var d=E.pop();if(d in W)return s.value=d,s.done=!1,s}return s.done=!0,s}},e.values=We,Fe.prototype={constructor:Fe,reset:function(E){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(De),!E)for(var c in this)c.charAt(0)==="t"&&r.call(this,c)&&!isNaN(+c.slice(1))&&(this[c]=void 0)},stop:function(){this.done=!0;var E=this.tryEntries[0].completion;if(E.type==="throw")throw E.arg;return this.rval},dispatchException:function(E){if(this.done)throw E;var c=this;function s(R,K){return k.type="throw",k.arg=E,c.next=R,K&&(c.method="next",c.arg=void 0),!!K}for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d],k=g.completion;if(g.tryLoc==="root")return s("end");if(g.tryLoc<=this.prev){var O=r.call(g,"catchLoc"),F=r.call(g,"finallyLoc");if(O&&F){if(this.prev<g.catchLoc)return s(g.catchLoc,!0);if(this.prev<g.finallyLoc)return s(g.finallyLoc)}else if(O){if(this.prev<g.catchLoc)return s(g.catchLoc,!0)}else{if(!F)throw new Error("try statement without catch or finally");if(this.prev<g.finallyLoc)return s(g.finallyLoc)}}}},abrupt:function(E,c){for(var s=this.tryEntries.length-1;s>=0;--s){var d=this.tryEntries[s];if(d.tryLoc<=this.prev&&r.call(d,"finallyLoc")&&this.prev<d.finallyLoc){var g=d;break}}g&&(E==="break"||E==="continue")&&g.tryLoc<=c&&c<=g.finallyLoc&&(g=null);var k=g?g.completion:{};return k.type=E,k.arg=c,g?(this.method="next",this.next=g.finallyLoc,I):this.complete(k)},complete:function(E,c){if(E.type==="throw")throw E.arg;return E.type==="break"||E.type==="continue"?this.next=E.arg:E.type==="return"?(this.rval=this.arg=E.arg,this.method="return",this.next="end"):E.type==="normal"&&c&&(this.next=c),I},finish:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.finallyLoc===E)return this.complete(s.completion,s.afterLoc),De(s),I}},catch:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.tryLoc===E){var d=s.completion;if(d.type==="throw"){var g=d.arg;De(s)}return g}}throw new Error("illegal catch attempt")},delegateYield:function(E,c,s){return this.delegate={iterator:We(E),resultName:c,nextLoc:s},this.method==="next"&&(this.arg=void 0),I}},e}function nn(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function Qe(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){nn(h,o,l,Y,w,"next",_)}function w(_){nn(h,o,l,Y,w,"throw",_)}Y(void 0)})}}var dt=null,zt=null;function Nt(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Nt=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=typeof Symbol=="function"?Symbol:{},l=o.iterator||"@@iterator",h=o.asyncIterator||"@@asyncIterator",Y=o.toStringTag||"@@toStringTag";function w(W,E,c){return Object.defineProperty(W,E,{value:c,enumerable:!0,configurable:!0,writable:!0}),W[E]}try{w({},"")}catch(W){w=function(c,s,d){return c[s]=d}}function _(W,E,c,s){var d=E&&E.prototype instanceof N?E:N,g=Object.create(d.prototype),k=new Fe(s||[]);return g._invoke=function(O,F,R){var K="suspendedStart";return function(le,Te){if(K==="executing")throw new Error("Generator is already running");if(K==="completed"){if(le==="throw")throw Te;return $e()}for(R.method=le,R.arg=Te;;){var Ae=R.delegate;if(Ae){var ct=Pe(Ae,R);if(ct){if(ct===I)continue;return ct}}if(R.method==="next")R.sent=R._sent=R.arg;else if(R.method==="throw"){if(K==="suspendedStart")throw K="completed",R.arg;R.dispatchException(R.arg)}else R.method==="return"&&R.abrupt("return",R.arg);K="executing";var yt=D(O,F,R);if(yt.type==="normal"){if(K=R.done?"completed":"suspendedYield",yt.arg===I)continue;return{value:yt.arg,done:R.done}}yt.type==="throw"&&(K="completed",R.method="throw",R.arg=yt.arg)}}}(W,c,k),g}function D(W,E,c){try{return{type:"normal",arg:W.call(E,c)}}catch(s){return{type:"throw",arg:s}}}e.wrap=_;var I={};function N(){}function q(){}function ee(){}var J={};w(J,l,function(){return this});var ce=Object.getPrototypeOf,me=ce&&ce(ce(We([])));me&&me!==t&&r.call(me,l)&&(J=me);var ve=ee.prototype=N.prototype=Object.create(J);function ge(W){["next","throw","return"].forEach(function(E){w(W,E,function(c){return this._invoke(E,c)})})}function ze(W,E){function c(d,g,k,O){var F=D(W[d],W,g);if(F.type!=="throw"){var R=F.arg,K=R.value;return K&&typeof K=="object"&&r.call(K,"__await")?E.resolve(K.__await).then(function(le){c("next",le,k,O)},function(le){c("throw",le,k,O)}):E.resolve(K).then(function(le){R.value=le,k(R)},function(le){return c("throw",le,k,O)})}O(F.arg)}var s;this._invoke=function(d,g){function k(){return new E(function(O,F){c(d,g,O,F)})}return s=s?s.then(k,k):k()}}function Pe(W,E){var c=W.iterator[E.method];if(c===void 0){if(E.delegate=null,E.method==="throw"){if(W.iterator.return&&(E.method="return",E.arg=void 0,Pe(W,E),E.method==="throw"))return I;E.method="throw",E.arg=new TypeError("The iterator does not provide a 'throw' method")}return I}var s=D(c,W.iterator,E.arg);if(s.type==="throw")return E.method="throw",E.arg=s.arg,E.delegate=null,I;var d=s.arg;return d?d.done?(E[W.resultName]=d.value,E.next=W.nextLoc,E.method!=="return"&&(E.method="next",E.arg=void 0),E.delegate=null,I):d:(E.method="throw",E.arg=new TypeError("iterator result is not an object"),E.delegate=null,I)}function He(W){var E={tryLoc:W[0]};1 in W&&(E.catchLoc=W[1]),2 in W&&(E.finallyLoc=W[2],E.afterLoc=W[3]),this.tryEntries.push(E)}function De(W){var E=W.completion||{};E.type="normal",delete E.arg,W.completion=E}function Fe(W){this.tryEntries=[{tryLoc:"root"}],W.forEach(He,this),this.reset(!0)}function We(W){if(W){var E=W[l];if(E)return E.call(W);if(typeof W.next=="function")return W;if(!isNaN(W.length)){var c=-1,s=function d(){for(;++c<W.length;)if(r.call(W,c))return d.value=W[c],d.done=!1,d;return d.value=void 0,d.done=!0,d};return s.next=s}}return{next:$e}}function $e(){return{value:void 0,done:!0}}return q.prototype=ee,w(ve,"constructor",ee),w(ee,"constructor",q),q.displayName=w(ee,Y,"GeneratorFunction"),e.isGeneratorFunction=function(W){var E=typeof W=="function"&&W.constructor;return!!E&&(E===q||(E.displayName||E.name)==="GeneratorFunction")},e.mark=function(W){return Object.setPrototypeOf?Object.setPrototypeOf(W,ee):(W.__proto__=ee,w(W,Y,"GeneratorFunction")),W.prototype=Object.create(ve),W},e.awrap=function(W){return{__await:W}},ge(ze.prototype),w(ze.prototype,h,function(){return this}),e.AsyncIterator=ze,e.async=function(W,E,c,s,d){d===void 0&&(d=Promise);var g=new ze(_(W,E,c,s),d);return e.isGeneratorFunction(E)?g:g.next().then(function(k){return k.done?k.value:g.next()})},ge(ve),w(ve,Y,"Generator"),w(ve,l,function(){return this}),w(ve,"toString",function(){return"[object Generator]"}),e.keys=function(W){var E=[];for(var c in W)E.push(c);return E.reverse(),function s(){for(;E.length;){var d=E.pop();if(d in W)return s.value=d,s.done=!1,s}return s.done=!0,s}},e.values=We,Fe.prototype={constructor:Fe,reset:function(E){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(De),!E)for(var c in this)c.charAt(0)==="t"&&r.call(this,c)&&!isNaN(+c.slice(1))&&(this[c]=void 0)},stop:function(){this.done=!0;var E=this.tryEntries[0].completion;if(E.type==="throw")throw E.arg;return this.rval},dispatchException:function(E){if(this.done)throw E;var c=this;function s(R,K){return k.type="throw",k.arg=E,c.next=R,K&&(c.method="next",c.arg=void 0),!!K}for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d],k=g.completion;if(g.tryLoc==="root")return s("end");if(g.tryLoc<=this.prev){var O=r.call(g,"catchLoc"),F=r.call(g,"finallyLoc");if(O&&F){if(this.prev<g.catchLoc)return s(g.catchLoc,!0);if(this.prev<g.finallyLoc)return s(g.finallyLoc)}else if(O){if(this.prev<g.catchLoc)return s(g.catchLoc,!0)}else{if(!F)throw new Error("try statement without catch or finally");if(this.prev<g.finallyLoc)return s(g.finallyLoc)}}}},abrupt:function(E,c){for(var s=this.tryEntries.length-1;s>=0;--s){var d=this.tryEntries[s];if(d.tryLoc<=this.prev&&r.call(d,"finallyLoc")&&this.prev<d.finallyLoc){var g=d;break}}g&&(E==="break"||E==="continue")&&g.tryLoc<=c&&c<=g.finallyLoc&&(g=null);var k=g?g.completion:{};return k.type=E,k.arg=c,g?(this.method="next",this.next=g.finallyLoc,I):this.complete(k)},complete:function(E,c){if(E.type==="throw")throw E.arg;return E.type==="break"||E.type==="continue"?this.next=E.arg:E.type==="return"?(this.rval=this.arg=E.arg,this.method="return",this.next="end"):E.type==="normal"&&c&&(this.next=c),I},finish:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.finallyLoc===E)return this.complete(s.completion,s.afterLoc),De(s),I}},catch:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.tryLoc===E){var d=s.completion;if(d.type==="throw"){var g=d.arg;De(s)}return g}}throw new Error("illegal catch attempt")},delegateYield:function(E,c,s){return this.delegate={iterator:We(E),resultName:c,nextLoc:s},this.method==="next"&&(this.arg=void 0),I}},e}function Ot(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function Kt(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){Ot(h,o,l,Y,w,"next",_)}function w(_){Ot(h,o,l,Y,w,"throw",_)}Y(void 0)})}}var Ft=null,It=null,Wt=Object.prototype;function Vt(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Wt;return e===r}var qt=Vt;function Fr(e,t){return function(r){return e(t(r))}}var an=Fr,bo=an(Object.keys,Object),ci=bo,En=Object.prototype,mi=En.hasOwnProperty;function Mo(e){if(!qt(e))return ci(e);var t=[];for(var r in Object(e))mi.call(e,r)&&r!="constructor"&&t.push(r);return t}var Lo=Mo,jn="[object AsyncFunction]",Un="[object Function]",fi="[object GeneratorFunction]",xn="[object Proxy]";function Ur(e){if(!Ke(e))return!1;var t=Ze(e);return t==Un||t==fi||t==jn||t==xn}var hi=Ur,ko=dr["__core-js_shared__"],ya=ko,_i=function(){var e=/[^.]+$/.exec(ya&&ya.keys&&ya.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function To(e){return!!_i&&_i in e}var Yo=To,So=Function.prototype,Do=So.toString;function ga(e){if(e!=null){try{return Do.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var on=ga,pi=/[\\^$.*+?()[\]{}|]/g,Oo=/^\[object .+?Constructor\]$/,Eo=Function.prototype,jo=Object.prototype,xo=Eo.toString,Po=jo.hasOwnProperty,Io=RegExp("^"+xo.call(Po).replace(pi,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ho(e){if(!Ke(e)||Yo(e))return!1;var t=hi(e)?Io:Oo;return t.test(on(e))}var Ao=Ho;function Co(e,t){return e==null?void 0:e[t]}var No=Co;function Wo(e,t){var r=No(e,t);return Ao(r)?r:void 0}var Pn=Wo,Ro=Pn(dr,"DataView"),wa=Ro,Bo=Pn(dr,"Map"),In=Bo,ba=Pn(dr,"Promise"),Ma=ba,vi=Pn(dr,"Set"),Gn=vi,zo=Pn(dr,"WeakMap"),La=zo,yi="[object Map]",Fo="[object Object]",ka="[object Promise]",er="[object Set]",vn="[object WeakMap]",yn="[object DataView]",Uo=on(wa),gi=on(In),Go=on(Ma),$o=on(Gn),$n=on(La),kr=Ze;(wa&&kr(new wa(new ArrayBuffer(1)))!=yn||In&&kr(new In)!=yi||Ma&&kr(Ma.resolve())!=ka||Gn&&kr(new Gn)!=er||La&&kr(new La)!=vn)&&(kr=function(e){var t=Ze(e),r=t==Fo?e.constructor:void 0,o=r?on(r):"";if(o)switch(o){case Uo:return yn;case gi:return yi;case Go:return ka;case $o:return er;case $n:return vn}return t});var Ta=kr,Vo="[object Arguments]";function Gr(e){return Se(e)&&Ze(e)==Vo}var wi=Gr,Vn=Object.prototype,Jo=Vn.hasOwnProperty,qo=Vn.propertyIsEnumerable,Ko=wi(function(){return arguments}())?wi:function(e){return Se(e)&&Jo.call(e,"callee")&&!qo.call(e,"callee")},Jn=Ko,Ya=Array.isArray,bi=Ya,Zo=9007199254740991;function Xo(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Zo}var Sa=Xo;function Qo(e){return e!=null&&Sa(e.length)&&!hi(e)}var es=Qo;function ts(){return!1}var rs=ts,Mi=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Da=Mi&&typeof module=="object"&&module&&!module.nodeType&&module,ns=Da&&Da.exports===Mi,sn=ns?dr.Buffer:void 0,as=sn?sn.isBuffer:void 0,Oa=as||rs,is=Oa,Ea="[object Arguments]",os="[object Array]",ss="[object Boolean]",us="[object Date]",ls="[object Error]",Li="[object Function]",ds="[object Map]",ki="[object Number]",tr="[object Object]",cs="[object RegExp]",ms="[object Set]",Ti="[object String]",fs="[object WeakMap]",hs="[object ArrayBuffer]",_s="[object DataView]",Hn="[object Float32Array]",ps="[object Float64Array]",vs="[object Int8Array]",ys="[object Int16Array]",qn="[object Int32Array]",Kn="[object Uint8Array]",ja="[object Uint8ClampedArray]",gs="[object Uint16Array]",Yi="[object Uint32Array]",rr={};rr[Hn]=rr[ps]=rr[vs]=rr[ys]=rr[qn]=rr[Kn]=rr[ja]=rr[gs]=rr[Yi]=!0,rr[Ea]=rr[os]=rr[hs]=rr[ss]=rr[_s]=rr[us]=rr[ls]=rr[Li]=rr[ds]=rr[ki]=rr[tr]=rr[cs]=rr[ms]=rr[Ti]=rr[fs]=!1;function xa(e){return Se(e)&&Sa(e.length)&&!!rr[Ze(e)]}var Pa=xa;function Ia(e){return function(t){return e(t)}}var ws=Ia,Si=typeof exports=="object"&&exports&&!exports.nodeType&&exports,An=Si&&typeof module=="object"&&module&&!module.nodeType&&module,bs=An&&An.exports===Si,Ha=bs&&Tt.process,Ms=function(){try{var e=An&&An.require&&An.require("util").types;return e||Ha&&Ha.binding&&Ha.binding("util")}catch(t){}}(),Di=Ms,Oi=Di&&Di.isTypedArray,Ls=Oi?ws(Oi):Pa,ks=Ls,Ei="[object Map]",Ts="[object Set]",Ys=Object.prototype,Pr=Ys.hasOwnProperty;function un(e){if(e==null)return!0;if(es(e)&&(bi(e)||typeof e=="string"||typeof e.splice=="function"||is(e)||ks(e)||Jn(e)))return!e.length;var t=Ta(e);if(t==Ei||t==Ts)return!e.size;if(qt(e))return!Lo(e).length;for(var r in e)if(Pr.call(e,r))return!1;return!0}var ji=un,xi="\u{1F479}\u{1F479}\u{1F479}",Pi=()=>{var e={joining:(t,r,o)=>t.split(o).map((l,h)=>`${l}${r[h]||""}`).join(""),setJoining:t=>{e.joining=t},format:function(r){if(ji(r))return"";for(var o=arguments.length,l=new Array(o>1?o-1:0),h=1;h<o;h++)l[h-1]=arguments[h];var Y=l[0],w=Y===void 0?[]:Y,_=l.slice(1),D=w;bi(w)||(D=[w,..._]);var I=0,N="UNDEFINED",q=[],ee=r.replace(/([{}])\1|[{](.*?)[}]/g,(J,ce,me)=>{if(ce!=null)return ce;var ve=`{${me}}`,ge=me;if(ge.length>0){if(N==="IMPLICIT")return console.warn("cannot switch from implicit to explicit numbering"),ve;N="EXPLICIT"}else{if(N==="EXPLICIT")return console.warn("cannot switch from explicit to implicit numbering"),ve;N="IMPLICIT",ge=String(I),I+=1}var ze=ge.split("."),Pe=(/^\d+$/.test(ze[0])?ze:["0"].concat(ze)).reduce((He,De)=>He.reduce((Fe,We)=>We!=null&&De in Object(We)?[typeof We[De]=="function"?We[De]():We[De]]:[],[]),[D]).reduce((He,De)=>De,ve);return q.push(Pe),xi});return e.joining(ee,q,xi)}};return e},Ii=Pi;function Ss(){var e={argsFilter:t=>t,setArgsFilter:t=>{e.argsFilter=t}};return e}function Ds(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Ds=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=typeof Symbol=="function"?Symbol:{},l=o.iterator||"@@iterator",h=o.asyncIterator||"@@asyncIterator",Y=o.toStringTag||"@@toStringTag";function w(W,E,c){return Object.defineProperty(W,E,{value:c,enumerable:!0,configurable:!0,writable:!0}),W[E]}try{w({},"")}catch(W){w=function(c,s,d){return c[s]=d}}function _(W,E,c,s){var d=E&&E.prototype instanceof N?E:N,g=Object.create(d.prototype),k=new Fe(s||[]);return g._invoke=function(O,F,R){var K="suspendedStart";return function(le,Te){if(K==="executing")throw new Error("Generator is already running");if(K==="completed"){if(le==="throw")throw Te;return $e()}for(R.method=le,R.arg=Te;;){var Ae=R.delegate;if(Ae){var ct=Pe(Ae,R);if(ct){if(ct===I)continue;return ct}}if(R.method==="next")R.sent=R._sent=R.arg;else if(R.method==="throw"){if(K==="suspendedStart")throw K="completed",R.arg;R.dispatchException(R.arg)}else R.method==="return"&&R.abrupt("return",R.arg);K="executing";var yt=D(O,F,R);if(yt.type==="normal"){if(K=R.done?"completed":"suspendedYield",yt.arg===I)continue;return{value:yt.arg,done:R.done}}yt.type==="throw"&&(K="completed",R.method="throw",R.arg=yt.arg)}}}(W,c,k),g}function D(W,E,c){try{return{type:"normal",arg:W.call(E,c)}}catch(s){return{type:"throw",arg:s}}}e.wrap=_;var I={};function N(){}function q(){}function ee(){}var J={};w(J,l,function(){return this});var ce=Object.getPrototypeOf,me=ce&&ce(ce(We([])));me&&me!==t&&r.call(me,l)&&(J=me);var ve=ee.prototype=N.prototype=Object.create(J);function ge(W){["next","throw","return"].forEach(function(E){w(W,E,function(c){return this._invoke(E,c)})})}function ze(W,E){function c(d,g,k,O){var F=D(W[d],W,g);if(F.type!=="throw"){var R=F.arg,K=R.value;return K&&typeof K=="object"&&r.call(K,"__await")?E.resolve(K.__await).then(function(le){c("next",le,k,O)},function(le){c("throw",le,k,O)}):E.resolve(K).then(function(le){R.value=le,k(R)},function(le){return c("throw",le,k,O)})}O(F.arg)}var s;this._invoke=function(d,g){function k(){return new E(function(O,F){c(d,g,O,F)})}return s=s?s.then(k,k):k()}}function Pe(W,E){var c=W.iterator[E.method];if(c===void 0){if(E.delegate=null,E.method==="throw"){if(W.iterator.return&&(E.method="return",E.arg=void 0,Pe(W,E),E.method==="throw"))return I;E.method="throw",E.arg=new TypeError("The iterator does not provide a 'throw' method")}return I}var s=D(c,W.iterator,E.arg);if(s.type==="throw")return E.method="throw",E.arg=s.arg,E.delegate=null,I;var d=s.arg;return d?d.done?(E[W.resultName]=d.value,E.next=W.nextLoc,E.method!=="return"&&(E.method="next",E.arg=void 0),E.delegate=null,I):d:(E.method="throw",E.arg=new TypeError("iterator result is not an object"),E.delegate=null,I)}function He(W){var E={tryLoc:W[0]};1 in W&&(E.catchLoc=W[1]),2 in W&&(E.finallyLoc=W[2],E.afterLoc=W[3]),this.tryEntries.push(E)}function De(W){var E=W.completion||{};E.type="normal",delete E.arg,W.completion=E}function Fe(W){this.tryEntries=[{tryLoc:"root"}],W.forEach(He,this),this.reset(!0)}function We(W){if(W){var E=W[l];if(E)return E.call(W);if(typeof W.next=="function")return W;if(!isNaN(W.length)){var c=-1,s=function d(){for(;++c<W.length;)if(r.call(W,c))return d.value=W[c],d.done=!1,d;return d.value=void 0,d.done=!0,d};return s.next=s}}return{next:$e}}function $e(){return{value:void 0,done:!0}}return q.prototype=ee,w(ve,"constructor",ee),w(ee,"constructor",q),q.displayName=w(ee,Y,"GeneratorFunction"),e.isGeneratorFunction=function(W){var E=typeof W=="function"&&W.constructor;return!!E&&(E===q||(E.displayName||E.name)==="GeneratorFunction")},e.mark=function(W){return Object.setPrototypeOf?Object.setPrototypeOf(W,ee):(W.__proto__=ee,w(W,Y,"GeneratorFunction")),W.prototype=Object.create(ve),W},e.awrap=function(W){return{__await:W}},ge(ze.prototype),w(ze.prototype,h,function(){return this}),e.AsyncIterator=ze,e.async=function(W,E,c,s,d){d===void 0&&(d=Promise);var g=new ze(_(W,E,c,s),d);return e.isGeneratorFunction(E)?g:g.next().then(function(k){return k.done?k.value:g.next()})},ge(ve),w(ve,Y,"Generator"),w(ve,l,function(){return this}),w(ve,"toString",function(){return"[object Generator]"}),e.keys=function(W){var E=[];for(var c in W)E.push(c);return E.reverse(),function s(){for(;E.length;){var d=E.pop();if(d in W)return s.value=d,s.done=!1,s}return s.done=!0,s}},e.values=We,Fe.prototype={constructor:Fe,reset:function(E){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(De),!E)for(var c in this)c.charAt(0)==="t"&&r.call(this,c)&&!isNaN(+c.slice(1))&&(this[c]=void 0)},stop:function(){this.done=!0;var E=this.tryEntries[0].completion;if(E.type==="throw")throw E.arg;return this.rval},dispatchException:function(E){if(this.done)throw E;var c=this;function s(R,K){return k.type="throw",k.arg=E,c.next=R,K&&(c.method="next",c.arg=void 0),!!K}for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d],k=g.completion;if(g.tryLoc==="root")return s("end");if(g.tryLoc<=this.prev){var O=r.call(g,"catchLoc"),F=r.call(g,"finallyLoc");if(O&&F){if(this.prev<g.catchLoc)return s(g.catchLoc,!0);if(this.prev<g.finallyLoc)return s(g.finallyLoc)}else if(O){if(this.prev<g.catchLoc)return s(g.catchLoc,!0)}else{if(!F)throw new Error("try statement without catch or finally");if(this.prev<g.finallyLoc)return s(g.finallyLoc)}}}},abrupt:function(E,c){for(var s=this.tryEntries.length-1;s>=0;--s){var d=this.tryEntries[s];if(d.tryLoc<=this.prev&&r.call(d,"finallyLoc")&&this.prev<d.finallyLoc){var g=d;break}}g&&(E==="break"||E==="continue")&&g.tryLoc<=c&&c<=g.finallyLoc&&(g=null);var k=g?g.completion:{};return k.type=E,k.arg=c,g?(this.method="next",this.next=g.finallyLoc,I):this.complete(k)},complete:function(E,c){if(E.type==="throw")throw E.arg;return E.type==="break"||E.type==="continue"?this.next=E.arg:E.type==="return"?(this.rval=this.arg=E.arg,this.method="return",this.next="end"):E.type==="normal"&&c&&(this.next=c),I},finish:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.finallyLoc===E)return this.complete(s.completion,s.afterLoc),De(s),I}},catch:function(E){for(var c=this.tryEntries.length-1;c>=0;--c){var s=this.tryEntries[c];if(s.tryLoc===E){var d=s.completion;if(d.type==="throw"){var g=d.arg;De(s)}return g}}throw new Error("illegal catch attempt")},delegateYield:function(E,c,s){return this.delegate={iterator:We(E),resultName:c,nextLoc:s},this.method==="next"&&(this.arg=void 0),I}},e}function Aa(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function Nu(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){Aa(h,o,l,Y,w,"next",_)}function w(_){Aa(h,o,l,Y,w,"throw",_)}Y(void 0)})}}var Ca=Ii(),Hi=Ca.format,Wu=Ca.setJoining,Ru=Ca.joining,Ai=Ss(),Os=Ai.argsFilter,Bu=Ai.setArgsFilter,Na=Fn(),Wa=Na.sendMissing,Ra=Na.sendUsed,Ci=Na.reportMessage,Zn={dataSpace:{npId:null,locale:"",env:"test",fallback:"",version:"",dictionary:{}}},zu=()=>Zn.dataSpace,Ba=e=>Zn.dataSpace=e,Fu=null,Uu=function(t){var r,o=Zn.dataSpace,l=o.npId,h=o.locale,Y=o.fallback,w=o.enableMissingReport,_=o.enableUsedReport,D=o.customMessage,I=Zn.dataSpace;if(isEmpty(t))return"";if(typeof t!="string")return console.error("bbl-sdk:template must be a string, but got",t),t;for(var N=arguments.length,q=new Array(N>1?N-1:0),ee=1;ee<N;ee++)q[ee-1]=arguments[ee];var J=Os(q),ce=(r=I.dictionary)===null||r===void 0?void 0:r[t];if(w&&!ce&&(Ci({npId:l,customMessage:D},t,1,null),Wa==null||Wa()),_&&ce){var me=ce.nid;Ci({npId:l,customMessage:D},t,2,me),Ra==null||Ra()}var ve=(ce==null?void 0:ce[h])||(ce==null?void 0:ce[Y])||t;return Hi(ve,...J)},za,Fa,Ni;function Es(e){za=e}function Wi(){return za}function Gu(e){Fa=e}function Ri(){return Fa}function Ua(e){Ni=e}function Bi(){return Ni}var gn="$$hfc_token";function Cn(e){window.localStorage.setItem(gn,e)}function wn(){return window.localStorage.getItem(gn)}function Ga(e){var t=Object.keys(e);t.length>0&&t.forEach(r=>{var o=e[r];typeof e[r]=="object"&&(o=JSON.stringify(e[r])),window.localStorage.setItem(r,String(o))})}function ln(e){return window.localStorage.getItem(e)}var Xn;function zi(e){Xn=e}var js={dev:"hfc-dev01.dotfashion.cn",test:"hfc-test01.dotfashion.cn",sit:"hfc-sit01.dotfashion.cn",online:"hfc.dotfashion.cn"};function Fi(){return js[Xn]}var $a;function Ui(e){$a=e}function xs(e){typeof $a=="function"&&$a(e)}function Ps(){window.localStorage.removeItem(gn),Xn=void 0,za=void 0,Fa=void 0}var Gi=Rt(6459);function $i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function Va(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$i(Object(r),!0).forEach(function(o){Is(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$i(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Is(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Hs={200:"\u670D\u52A1\u5668\u6210\u529F\u8FD4\u56DE\u8BF7\u6C42\u7684\u6570\u636E",201:"\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u6210\u529F\u3002",202:"\u4E00\u4E2A\u8BF7\u6C42\u5DF2\u7ECF\u8FDB\u5165\u540E\u53F0\u6392\u961F\uFF08\u5F02\u6B65\u4EFB\u52A1\uFF09",204:"\u5220\u9664\u6570\u636E\u6210\u529F\u3002",400:"\u53D1\u51FA\u7684\u8BF7\u6C42\u6709\u9519\u8BEF\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E,\u7684\u64CD\u4F5C\u3002",401:"\u7528\u6237\u6CA1\u6709\u6743\u9650\uFF08\u4EE4\u724C\u3001\u7528\u6237\u540D\u3001\u5BC6\u7801\u9519\u8BEF\uFF09\u3002",403:"\u7528\u6237\u5F97\u5230\u6388\u6743\uFF0C\u4F46\u662F\u8BBF\u95EE\u662F\u88AB\u7981\u6B62\u7684\u3002",404:"\u53D1\u51FA\u7684\u8BF7\u6C42\u9488\u5BF9\u7684\u662F\u4E0D\u5B58\u5728\u7684\u8BB0\u5F55\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u64CD\u4F5C",406:"\u8BF7\u6C42\u7684\u683C\u5F0F\u4E0D\u53EF\u5F97\u3002",410:"\u8BF7\u6C42\u7684\u8D44\u6E90\u88AB\u6C38\u4E45\u5220\u9664\uFF0C\u4E14\u4E0D\u4F1A\u518D\u5F97\u5230\u7684\u3002",422:"\u5F53\u521B\u5EFA\u4E00\u4E2A\u5BF9\u8C61\u65F6\uFF0C\u53D1\u751F\u4E00\u4E2A\u9A8C\u8BC1\u9519\u8BEF\u3002",500:"\u670D\u52A1\u5668\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668",502:"\u7F51\u5173\u9519\u8BEF\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5",503:"\u670D\u52A1\u4E0D\u53EF\u7528\uFF0C\u670D\u52A1\u5668\u6682\u65F6\u8FC7\u8F7D\u6216\u7EF4\u62A4",504:"\u7F51\u5173\u8D85\u65F6"};function As(e,t){if(e.status>=200&&e.status<300)return e;var r=t(Hs[e.status]||e.statusText),o=new Error(r);throw o.name=e.status,o.response=e,o}function Cs(e,t){var r=Bi();function o(h){return r?r(h):h}var l=Va({},t);return l.file&&l.method==="GET"?(l.headers=Va({Accept:"application/octet-stream","Content-Type":"application/octet-stream; charset=utf-8"},l.headers),(0,Gi.fetch)(e,l).then(h=>h.body instanceof ReadableStream?h.blob():(m.Message.error(o("\u6587\u4EF6\u7C7B\u578B\u9519\u8BEF\uFF01")),null)).catch(h=>{throw h})):((l.method==="POST"||l.method==="PUT")&&(l.headers=Va({Accept:"application/json","Content-Type":"application/json; charset=utf-8"},l.headers),l.body=JSON.stringify(l.body)),(0,Gi.fetch)(e,l).then(h=>As(h,o)).then(h=>l.method==="DELETE"||h.status===204?h.text():h.json()).catch(h=>({code:-109,msg:`${h.name} ${h.response}`})))}function Vi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function Ji(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Vi(Object(r),!0).forEach(function(o){Ns(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Vi(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Ns(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var dn={SUCCESS:"0",TOKEN_INVALID:"40000",INVALID_SPACE:"50000",INVALID_CODE:"21102",BAN:"121101",UN_VALID:"121102",NO_FOUND:"121103"},Ws=(e,t,r)=>{if(r||e.code===dn.SUCCESS)return e;if([dn.TOKEN_INVALID,dn.INVALID_SPACE,dn.INVALID_CODE,dn.BAN,dn.UN_VALID,dn.NO_FOUND].includes(e.code)){xs(e);return}};function ur(e,t,r){var o=`https://${Fi()}${e}`,l=Ji({},t),h=Wi(),Y={"hfc-space":h,"hfc-token":wn(),language:ln(`${h}-lang`)||"CN"},w={credentials:"include"};return Cs(o,Ji({method:"POST",body:l,headers:Y},w)).then(_=>Ws(_,o,r))}function $u(e,t,r){return console.log("api",e),console.log("params",t),new Promise(o=>{setTimeout(()=>{o({code:"0",info:r})},1e3)})}function Rs(e){return ur("/front/mesAssistant/queryProblem",e)}function Vu(e){return postRequest("/front/mesAssistant/queryHotProblem",e)}function Ja(){return ur("/front/mesAssistant/statisticsMessageCount")}function Bs(e){return ur("/front/mesAssistant/seekHelp",e)}function zs(e){return ur("/front/mesAssistant/functiomPermission",e)}function Fs(e){return ur("/front/manual/getGroupTree",e)}function qa(e){return ur("/front/manual/isPopITInform",e)}var lr={renderIconWrapper:"shein-components_systemrobotassistant_renderIconWrapper",draggableIcon:"shein-components_systemrobotassistant_draggableIcon",iconWrapper:"shein-components_systemrobotassistant_iconWrapper",avatarWrap:"shein-components_systemrobotassistant_avatarWrap",avatarBorder:"shein-components_systemrobotassistant_avatarBorder",collapseRobotBox:"shein-components_systemrobotassistant_collapseRobotBox",collapseIcon:"shein-components_systemrobotassistant_collapseIcon",redDot:"shein-components_systemrobotassistant_redDot",chatModalWrapper:"shein-components_systemrobotassistant_chatModalWrapper",header:"shein-components_systemrobotassistant_header",midlleWrapper:"shein-components_systemrobotassistant_midlleWrapper",tabItem:"shein-components_systemrobotassistant_tabItem",leftTitle:"shein-components_systemrobotassistant_leftTitle",tabIcon:"shein-components_systemrobotassistant_tabIcon",title:"shein-components_systemrobotassistant_title",avatarClass:"shein-components_systemrobotassistant_avatarClass",suggestion:"shein-components_systemrobotassistant_suggestion",link:"shein-components_systemrobotassistant_link",closedIcon:"shein-components_systemrobotassistant_closedIcon",chatContentWrapper:"shein-components_systemrobotassistant_chatContentWrapper",switch:"shein-components_systemrobotassistant_switch",robotImg:"shein-components_systemrobotassistant_robotImg",robotGif:"shein-components_systemrobotassistant_robotGif",expireStatus:"shein-components_systemrobotassistant_expireStatus",modalMask:"shein-components_systemrobotassistant_modalMask"},bn={OPPOSITION:2,MYSELF:1,TIPS:3,NEEDANSWER:4},Qn={globalCount:{content:"SHEIN\u6807\u51C6\u4E0E\u89C4\u8303",link:"/direction"},guideCount:{content:"\u65B0\u624B\u6307\u5357",link:"/guide"},problemCount:{content:"\u95EE\u9898\u5E93",link:"/question/list"}},Kr=[{label:"\u95EE\u9898\u5E93",value:1,icon:"problem-base"},{label:"\u5BF9\u63A5\u4EBA",value:2,icon:"qiyeweixin"},{label:"\u7CFB\u7EDF\u62A5\u969C",value:3},{label:"\u7248\u672C\u8BA1\u5212",value:4,icon:"pc-notice",popoverContent:"\u7248\u672C\u8BA1\u5212\u5C55\u793A\u4EA7\u7814\u672A\u6765\u4E24\u5468\u7684\u4E0A\u7EBF\u8BA1\u5212\uFF08\u542B\u4ECA\u65E5\uFF09"}],qi={tabWrapper:"shein-components_systemrobotassistant_tabWrapper",selected:"shein-components_systemrobotassistant_selected"},Us=(0,M.memo)(e=>{var t=e.selected,r=e.children,o=e.className,l=e.onChange;return a().createElement("div",{className:x()(qi.tabWrapper,o,t&&qi.selected),onClick:l},r)}),Gs=Us,Ki=Rt(1298);function $s(){var e=new Date,t=e.getHours();t=t<10?`0${t}`:t;var r=e.getMinutes();return r=r<10?`0${r}`:r,`${t}:${r}`}function Zi(e,t){var r=new Date(e);r.setDate(r.getDate()+t);var o=r.getFullYear(),l=r.getMonth()+1<10?`0${r.getMonth()+1}`:r.getMonth()+1,h=r.getDate()<10?`0${r.getDate()}`:r.getDate();return`${o}-${l}-${h}`}function Vs(e){var t=new Date(e).getDay()===0?7:new Date(e).getDay(),r=Zi(e,-t+1),o=Zi(e,7-t);return[r,o]}var Mn=()=>Math.random().toString(36).substring(2),Js=(e,t)=>{var r=new Date().getTime();return function(){var o=new Date().getTime();o-r>=t&&(e(...arguments),r=o)}};function ea(e){var t=`https://${Fi()}/#`,r=encodeURIComponent(window.location.href),o=Wi(),l=ln(`${o}-lang`)||"CN";window.open(`${t+e}/?token=${wn()}&hfcSpace=${o}&originUrl=${r}&userName=${Ri()}&lang=${l}`)}var Ar={answerTitle:"shein-components_systemrobotassistant_answerTitle",answerContent:"shein-components_systemrobotassistant_answerContent",otherAnswer:"shein-components_systemrobotassistant_otherAnswer",toHfc:"shein-components_systemrobotassistant_toHfc",onSeekHlep:"shein-components_systemrobotassistant_onSeekHlep",onDisabled:"shein-components_systemrobotassistant_onDisabled"},Ka=(0,M.memo)(e=>{var t=e.item,r=e.t;return a().createElement("div",null,t.isHaveAnswer===0?a().createElement("div",null,a().createElement("span",{className:Ar.otherAnswer},t.answer),r("\u627E\u5BF9\u63A5\u4EBA"),r("\u5BFB\u6C42\u5E2E\u52A9")):a().createElement("div",{className:Ar.answerTitle},r("\u4F60\u95EE\u7684\u201C{0}\uFF1F\u201D\uFF0C\u627E\u5230\u4EE5\u4E0B\u95EE\u9898\uFF1A",t.problem)),t.isHaveAnswer!==0&&t.answerList&&t.answerList.map(o=>a().createElement("div",{key:o.problemId,className:Ar.answerContent,onClick:()=>{var l="/question/answer/",h=o.problemId;ea(l+h)}},o.problemTitle)))});Ka.propTypes={item:i().shape({isHaveAnswer:i().number,problem:i().string,answer:i().string,answerList:i().arrayOf(i().shape({isHaveAnswer:i().string,problemTitle:i().string}))})};var qs=Ka,ta={oppositionChatCardwrapper:"shein-components_systemrobotassistant_oppositionChatCardwrapper",oppositionContentWrapper:"shein-components_systemrobotassistant_oppositionContentWrapper",otherRadius:"shein-components_systemrobotassistant_otherRadius",isRecommendQuestions:"shein-components_systemrobotassistant_isRecommendQuestions"},Xi=(0,M.memo)(e=>{var t=e.children,r=e.noBorderRadius,o=e.isRecommendQuestions;return a().createElement("div",{className:ta.oppositionChatCardwrapper},a().createElement("div",{className:x()(ta.oppositionContentWrapper,!r&&ta.otherRadius,o&&ta.isRecommendQuestions)},t))});Xi.propTypes={children:i().element,noBorderRadius:i().bool};var Ge=Xi,Ln={top:"shein-components_systemrobotassistant_top",changeIcon:"shein-components_systemrobotassistant_changeIcon",icon:"shein-components_systemrobotassistant_icon",recommendContent:"shein-components_systemrobotassistant_recommendContent",problemLine:"shein-components_systemrobotassistant_problemLine",problemNum:"shein-components_systemrobotassistant_problemNum",probleTitle:"shein-components_systemrobotassistant_probleTitle"};function fr(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];if(!1)var l,h;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(Y){return"'"+Y+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Cr(e){return!!e&&!!e[pt]}function Mt(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var l=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return l===Object||typeof l=="function"&&Function.toString.call(l)===xt}(e)||Array.isArray(e)||!!e[Wn]||!!(!((t=e.constructor)===null||t===void 0)&&t[Wn])||na(e)||jr(e))}function Za(e){return Cr(e)||fr(23,e),e[pt].t}function Nr(e,t,r){r===void 0&&(r=!1),Wr(e)===0?(r?Object.keys:n)(e).forEach(function(o){r&&typeof o=="symbol"||t(o,e[o],e)}):e.forEach(function(o,l){return t(l,o,e)})}function Wr(e){var t=e[pt];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:na(e)?2:jr(e)?3:0}function Zr(e,t){return Wr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function ra(e,t){return Wr(e)===2?e.get(t):e[t]}function Qi(e,t,r){var o=Wr(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function eo(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function na(e){return tu&&e instanceof Map}function jr(e){return ru&&e instanceof Set}function hr(e){return e.o||e.t}function aa(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=u(e);delete t[pt];for(var r=n(t),o=0;o<r.length;o++){var l=r[o],h=t[l];h.writable===!1&&(h.writable=!0,h.configurable=!0),(h.get||h.set)&&(t[l]={configurable:!0,writable:!0,enumerable:h.enumerable,value:e[l]})}return Object.create(Object.getPrototypeOf(e),t)}function Xa(e,t){return t===void 0&&(t=!1),ia(e)||Cr(e)||!Mt(e)||(Wr(e)>1&&(e.set=e.add=e.clear=e.delete=Ks),Object.freeze(e),t&&Nr(e,function(r,o){return Xa(o,!0)},!0)),e}function Ks(){fr(2)}function ia(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Rr(e){var t=y[e];return t||fr(18,e),t}function oa(e,t){y[e]||(y[e]=t)}function cn(){return Dr}function Qa(e,t){t&&(Rr("Patches"),e.u=[],e.s=[],e.v=t)}function sa(e){Ir(e),e.p.forEach(Zs),e.p=null}function Ir(e){e===Dr&&(Dr=e.l)}function to(e){return Dr={p:[],l:Dr,h:e,m:!0,_:0}}function Zs(e){var t=e[pt];t.i===0||t.i===1?t.j():t.g=!0}function ei(e,t){t._=t.p.length;var r=t.p[0],o=e!==void 0&&e!==r;return t.h.O||Rr("ES5").S(t,e,o),o?(r[pt].P&&(sa(t),fr(4)),Mt(e)&&(e=ua(t,e),t.l||la(t,e)),t.u&&Rr("Patches").M(r[pt].t,e,t.u,t.s)):e=ua(t,r,[]),sa(t),t.u&&t.v(t.u,t.s),e!==ni?e:void 0}function ua(e,t,r){if(ia(t))return t;var o=t[pt];if(!o)return Nr(t,function(w,_){return ro(e,o,t,w,_,r)},!0),t;if(o.A!==e)return t;if(!o.P)return la(e,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var l=o.i===4||o.i===5?o.o=aa(o.k):o.o,h=l,Y=!1;o.i===3&&(h=new Set(l),l.clear(),Y=!0),Nr(h,function(w,_){return ro(e,o,l,w,_,r,Y)}),la(e,l,!1),r&&e.u&&Rr("Patches").N(o,r,e.u,e.s)}return o.o}function ro(e,t,r,o,l,h,Y){if(Cr(l)){var w=ua(e,l,h&&t&&t.i!==3&&!Zr(t.R,o)?h.concat(o):void 0);if(Qi(r,o,w),!Cr(w))return;e.m=!1}else Y&&r.add(l);if(Mt(l)&&!ia(l)){if(!e.h.D&&e._<1)return;ua(e,l),t&&t.A.l||la(e,l)}}function la(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Xa(t,r)}function ti(e,t){var r=e[pt];return(r?hr(r):e)[t]}function no(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}function Tr(e){e.P||(e.P=!0,e.l&&Tr(e.l))}function ri(e){e.o||(e.o=aa(e.t))}function Nn(e,t,r){var o=na(t)?Rr("MapSet").F(t,r):jr(t)?Rr("MapSet").T(t,r):e.O?function(l,h){var Y=Array.isArray(l),w={i:Y?1:0,A:h?h.A:cn(),P:!1,I:!1,R:{},l:h,t:l,k:null,o:null,j:null,C:!1},_=w,D=T;Y&&(_=[w],D=H);var I=Proxy.revocable(_,D),N=I.revoke,q=I.proxy;return w.k=q,w.j=N,q}(t,r):Rr("ES5").J(t,r);return(r?r.A:cn()).p.push(o),o}function mn(e){return Cr(e)||fr(22,e),function t(r){if(!Mt(r))return r;var o,l=r[pt],h=Wr(r);if(l){if(!l.P&&(l.i<4||!Rr("ES5").K(l)))return l.t;l.I=!0,o=ao(r,h),l.I=!1}else o=ao(r,h);return Nr(o,function(Y,w){l&&ra(l.t,Y)===w||Qi(o,Y,t(w))}),h===3?new Set(o):o}(e)}function ao(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return aa(e)}function Xs(){function e(Y,w){var _=h[Y];return _?_.enumerable=w:h[Y]=_={configurable:!0,enumerable:w,get:function(){var D=this[pt];return T.get(D,Y)},set:function(D){var I=this[pt];T.set(I,Y,D)}},_}function t(Y){for(var w=Y.length-1;w>=0;w--){var _=Y[w][pt];if(!_.P)switch(_.i){case 5:o(_)&&Tr(_);break;case 4:r(_)&&Tr(_)}}}function r(Y){for(var w=Y.t,_=Y.k,D=n(_),I=D.length-1;I>=0;I--){var N=D[I];if(N!==pt){var q=w[N];if(q===void 0&&!Zr(w,N))return!0;var ee=_[N],J=ee&&ee[pt];if(J?J.t!==q:!eo(ee,q))return!0}}var ce=!!w[pt];return D.length!==n(w).length+(ce?0:1)}function o(Y){var w=Y.k;if(w.length!==Y.t.length)return!0;var _=Object.getOwnPropertyDescriptor(w,w.length-1);if(_&&!_.get)return!0;for(var D=0;D<w.length;D++)if(!w.hasOwnProperty(D))return!0;return!1}function l(Y){Y.g&&fr(3,JSON.stringify(hr(Y)))}var h={};oa("ES5",{J:function(Y,w){var _=Array.isArray(Y),D=function(N,q){if(N){for(var ee=Array(q.length),J=0;J<q.length;J++)Object.defineProperty(ee,""+J,e(J,!0));return ee}var ce=u(q);delete ce[pt];for(var me=n(ce),ve=0;ve<me.length;ve++){var ge=me[ve];ce[ge]=e(ge,N||!!ce[ge].enumerable)}return Object.create(Object.getPrototypeOf(q),ce)}(_,Y),I={i:_?5:4,A:w?w.A:cn(),P:!1,I:!1,R:{},l:w,t:Y,k:D,o:null,g:!1,C:!1};return Object.defineProperty(D,pt,{value:I,writable:!0}),D},S:function(Y,w,_){_?Cr(w)&&w[pt].A===Y&&t(Y.p):(Y.u&&function D(I){if(I&&typeof I=="object"){var N=I[pt];if(N){var q=N.t,ee=N.k,J=N.R,ce=N.i;if(ce===4)Nr(ee,function(Pe){Pe!==pt&&(q[Pe]!==void 0||Zr(q,Pe)?J[Pe]||D(ee[Pe]):(J[Pe]=!0,Tr(N)))}),Nr(q,function(Pe){ee[Pe]!==void 0||Zr(ee,Pe)||(J[Pe]=!1,Tr(N))});else if(ce===5){if(o(N)&&(Tr(N),J.length=!0),ee.length<q.length)for(var me=ee.length;me<q.length;me++)J[me]=!1;else for(var ve=q.length;ve<ee.length;ve++)J[ve]=!0;for(var ge=Math.min(ee.length,q.length),ze=0;ze<ge;ze++)ee.hasOwnProperty(ze)||(J[ze]=!0),J[ze]===void 0&&D(ee[ze])}}}}(Y.p[0]),t(Y.p))},K:function(Y){return Y.i===4?r(Y):o(Y)}})}function Qs(){function e(o){if(!Mt(o))return o;if(Array.isArray(o))return o.map(e);if(na(o))return new Map(Array.from(o.entries()).map(function(Y){return[Y[0],e(Y[1])]}));if(jr(o))return new Set(Array.from(o).map(e));var l=Object.create(Object.getPrototypeOf(o));for(var h in o)l[h]=e(o[h]);return Zr(o,Wn)&&(l[Wn]=o[Wn]),l}function t(o){return Cr(o)?e(o):o}var r="add";oa("Patches",{$:function(o,l){return l.forEach(function(h){for(var Y=h.path,w=h.op,_=o,D=0;D<Y.length-1;D++){var I=Wr(_),N=Y[D];typeof N!="string"&&typeof N!="number"&&(N=""+N),I!==0&&I!==1||N!=="__proto__"&&N!=="constructor"||fr(24),typeof _=="function"&&N==="prototype"&&fr(24),typeof(_=ra(_,N))!="object"&&fr(15,Y.join("/"))}var q=Wr(_),ee=e(h.value),J=Y[Y.length-1];switch(w){case"replace":switch(q){case 2:return _.set(J,ee);case 3:fr(16);default:return _[J]=ee}case r:switch(q){case 1:return J==="-"?_.push(ee):_.splice(J,0,ee);case 2:return _.set(J,ee);case 3:return _.add(ee);default:return _[J]=ee}case"remove":switch(q){case 1:return _.splice(J,1);case 2:return _.delete(J);case 3:return _.delete(h.value);default:return delete _[J]}default:fr(17,w)}}),o},N:function(o,l,h,Y){switch(o.i){case 0:case 4:case 2:return function(w,_,D,I){var N=w.t,q=w.o;Nr(w.R,function(ee,J){var ce=ra(N,ee),me=ra(q,ee),ve=J?Zr(N,ee)?"replace":r:"remove";if(ce!==me||ve!=="replace"){var ge=_.concat(ee);D.push(ve==="remove"?{op:ve,path:ge}:{op:ve,path:ge,value:me}),I.push(ve===r?{op:"remove",path:ge}:ve==="remove"?{op:r,path:ge,value:t(ce)}:{op:"replace",path:ge,value:t(ce)})}})}(o,l,h,Y);case 5:case 1:return function(w,_,D,I){var N=w.t,q=w.R,ee=w.o;if(ee.length<N.length){var J=[ee,N];N=J[0],ee=J[1];var ce=[I,D];D=ce[0],I=ce[1]}for(var me=0;me<N.length;me++)if(q[me]&&ee[me]!==N[me]){var ve=_.concat([me]);D.push({op:"replace",path:ve,value:t(ee[me])}),I.push({op:"replace",path:ve,value:t(N[me])})}for(var ge=N.length;ge<ee.length;ge++){var ze=_.concat([ge]);D.push({op:r,path:ze,value:t(ee[ge])})}N.length<ee.length&&I.push({op:"replace",path:_.concat(["length"]),value:N.length})}(o,l,h,Y);case 3:return function(w,_,D,I){var N=w.t,q=w.o,ee=0;N.forEach(function(J){if(!q.has(J)){var ce=_.concat([ee]);D.push({op:"remove",path:ce,value:J}),I.unshift({op:r,path:ce,value:J})}ee++}),ee=0,q.forEach(function(J){if(!N.has(J)){var ce=_.concat([ee]);D.push({op:r,path:ce,value:J}),I.unshift({op:"remove",path:ce,value:J})}ee++})}(o,l,h,Y)}},M:function(o,l,h,Y){h.push({op:"replace",path:[],value:l===ni?void 0:l}),Y.push({op:"replace",path:[],value:o})}})}function eu(){function e(w,_){function D(){this.constructor=w}l(w,_),w.prototype=(D.prototype=_.prototype,new D)}function t(w){w.o||(w.R=new Map,w.o=new Map(w.t))}function r(w){w.o||(w.o=new Set,w.t.forEach(function(_){if(Mt(_)){var D=Nn(w.A.h,_,w);w.p.set(_,D),w.o.add(D)}else w.o.add(_)}))}function o(w){w.g&&fr(3,JSON.stringify(hr(w)))}var l=function(w,_){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(D,I){D.__proto__=I}||function(D,I){for(var N in I)I.hasOwnProperty(N)&&(D[N]=I[N])})(w,_)},h=function(){function w(D,I){return this[pt]={i:2,l:I,A:I?I.A:cn(),P:!1,I:!1,o:void 0,R:void 0,t:D,k:this,C:!1,g:!1},this}e(w,Map);var _=w.prototype;return Object.defineProperty(_,"size",{get:function(){return hr(this[pt]).size}}),_.has=function(D){return hr(this[pt]).has(D)},_.set=function(D,I){var N=this[pt];return o(N),hr(N).has(D)&&hr(N).get(D)===I||(t(N),Tr(N),N.R.set(D,!0),N.o.set(D,I),N.R.set(D,!0)),this},_.delete=function(D){if(!this.has(D))return!1;var I=this[pt];return o(I),t(I),Tr(I),I.t.has(D)?I.R.set(D,!1):I.R.delete(D),I.o.delete(D),!0},_.clear=function(){var D=this[pt];o(D),hr(D).size&&(t(D),Tr(D),D.R=new Map,Nr(D.t,function(I){D.R.set(I,!1)}),D.o.clear())},_.forEach=function(D,I){var N=this;hr(this[pt]).forEach(function(q,ee){D.call(I,N.get(ee),ee,N)})},_.get=function(D){var I=this[pt];o(I);var N=hr(I).get(D);if(I.I||!Mt(N)||N!==I.t.get(D))return N;var q=Nn(I.A.h,N,I);return t(I),I.o.set(D,q),q},_.keys=function(){return hr(this[pt]).keys()},_.values=function(){var D,I=this,N=this.keys();return(D={})[$r]=function(){return I.values()},D.next=function(){var q=N.next();return q.done?q:{done:!1,value:I.get(q.value)}},D},_.entries=function(){var D,I=this,N=this.keys();return(D={})[$r]=function(){return I.entries()},D.next=function(){var q=N.next();if(q.done)return q;var ee=I.get(q.value);return{done:!1,value:[q.value,ee]}},D},_[$r]=function(){return this.entries()},w}(),Y=function(){function w(D,I){return this[pt]={i:3,l:I,A:I?I.A:cn(),P:!1,I:!1,o:void 0,t:D,k:this,p:new Map,g:!1,C:!1},this}e(w,Set);var _=w.prototype;return Object.defineProperty(_,"size",{get:function(){return hr(this[pt]).size}}),_.has=function(D){var I=this[pt];return o(I),I.o?!!I.o.has(D)||!(!I.p.has(D)||!I.o.has(I.p.get(D))):I.t.has(D)},_.add=function(D){var I=this[pt];return o(I),this.has(D)||(r(I),Tr(I),I.o.add(D)),this},_.delete=function(D){if(!this.has(D))return!1;var I=this[pt];return o(I),r(I),Tr(I),I.o.delete(D)||!!I.p.has(D)&&I.o.delete(I.p.get(D))},_.clear=function(){var D=this[pt];o(D),hr(D).size&&(r(D),Tr(D),D.o.clear())},_.values=function(){var D=this[pt];return o(D),r(D),D.o.values()},_.entries=function(){var D=this[pt];return o(D),r(D),D.o.entries()},_.keys=function(){return this.values()},_[$r]=function(){return this.values()},_.forEach=function(D,I){for(var N=this.values(),q=N.next();!q.done;)D.call(I,q.value,q.value,this),q=N.next()},w}();oa("MapSet",{F:function(w,_){return new h(w,_)},T:function(w,_){return new Y(w,_)}})}function Ju(){Xs(),eu(),Qs()}function qu(e){return e}function Ku(e){return e}var io,Dr,Xr=typeof Symbol!="undefined"&&typeof Symbol("x")=="symbol",tu=typeof Map!="undefined",ru=typeof Set!="undefined",oo=typeof Proxy!="undefined"&&Proxy.revocable!==void 0&&typeof Reflect!="undefined",ni=Xr?Symbol.for("immer-nothing"):((io={})["immer-nothing"]=!0,io),Wn=Xr?Symbol.for("immer-draftable"):"__$immer_draftable",pt=Xr?Symbol.for("immer-state"):"__$immer_state",$r=typeof Symbol!="undefined"&&Symbol.iterator||"@@iterator",ai={0:"Illegal state",1:"Immer drafts cannot have computed properties",2:"This object has been frozen and should not be mutated",3:function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},4:"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.",5:"Immer forbids circular references",6:"The first or second argument to `produce` must be a function",7:"The third argument to `produce` must be a function or undefined",8:"First argument to `createDraft` must be a plain object, an array, or an immerable object",9:"First argument to `finishDraft` must be a draft returned by `createDraft`",10:"The given draft is already finalized",11:"Object.defineProperty() cannot be used on an Immer draft",12:"Object.setPrototypeOf() cannot be used on an Immer draft",13:"Immer only supports deleting array indices",14:"Immer only supports setting array indices and the 'length' property",15:function(e){return"Cannot apply patch, path doesn't resolve: "+e},16:'Sets cannot have "replace" patches.',17:function(e){return"Unsupported patch operation: "+e},18:function(e){return"The plugin for '"+e+"' has not been loaded into Immer. To enable the plugin, import and call `enable"+e+"()` when initializing your application."},20:"Cannot use proxies if Proxy, Proxy.revocable or Reflect are not available",21:function(e){return"produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '"+e+"'"},22:function(e){return"'current' expects a draft, got: "+e},23:function(e){return"'original' expects a draft, got: "+e},24:"Patching reserved attributes like __proto__, prototype and constructor is not allowed"},xt=""+Object.prototype.constructor,n=typeof Reflect!="undefined"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,u=Object.getOwnPropertyDescriptors||function(e){var t={};return n(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},y={},T={get:function(e,t){if(t===pt)return e;var r=hr(e);if(!Zr(r,t))return function(l,h,Y){var w,_=no(h,Y);return _?"value"in _?_.value:(w=_.get)===null||w===void 0?void 0:w.call(l.k):void 0}(e,r,t);var o=r[t];return e.I||!Mt(o)?o:o===ti(e.t,t)?(ri(e),e.o[t]=Nn(e.A.h,o,e)):o},has:function(e,t){return t in hr(e)},ownKeys:function(e){return Reflect.ownKeys(hr(e))},set:function(e,t,r){var o=no(hr(e),t);if(o!=null&&o.set)return o.set.call(e.k,r),!0;if(!e.P){var l=ti(hr(e),t),h=l==null?void 0:l[pt];if(h&&h.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(eo(r,l)&&(r!==void 0||Zr(e.t,t)))return!0;ri(e),Tr(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ti(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,ri(e),Tr(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=hr(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty:function(){fr(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){fr(12)}},H={};Nr(T,function(e,t){H[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),H.deleteProperty=function(e,t){return H.set.call(this,e,t,void 0)},H.set=function(e,t,r){return T.set.call(this,e[0],t,r,e[0])};var ie=function(){function e(r){var o=this;this.O=oo,this.D=!0,this.produce=function(l,h,Y){if(typeof l=="function"&&typeof h!="function"){var w=h;h=l;var _=o;return function(ce){var me=this;ce===void 0&&(ce=w);for(var ve=arguments.length,ge=Array(ve>1?ve-1:0),ze=1;ze<ve;ze++)ge[ze-1]=arguments[ze];return _.produce(ce,function(Pe){var He;return(He=h).call.apply(He,[me,Pe].concat(ge))})}}var D;if(typeof h!="function"&&fr(6),Y!==void 0&&typeof Y!="function"&&fr(7),Mt(l)){var I=to(o),N=Nn(o,l,void 0),q=!0;try{D=h(N),q=!1}finally{q?sa(I):Ir(I)}return typeof Promise!="undefined"&&D instanceof Promise?D.then(function(ce){return Qa(I,Y),ei(ce,I)},function(ce){throw sa(I),ce}):(Qa(I,Y),ei(D,I))}if(!l||typeof l!="object"){if((D=h(l))===void 0&&(D=l),D===ni&&(D=void 0),o.D&&Xa(D,!0),Y){var ee=[],J=[];Rr("Patches").M(l,D,ee,J),Y(ee,J)}return D}fr(21,l)},this.produceWithPatches=function(l,h){if(typeof l=="function")return function(D){for(var I=arguments.length,N=Array(I>1?I-1:0),q=1;q<I;q++)N[q-1]=arguments[q];return o.produceWithPatches(D,function(ee){return l.apply(void 0,[ee].concat(N))})};var Y,w,_=o.produce(l,h,function(D,I){Y=D,w=I});return typeof Promise!="undefined"&&_ instanceof Promise?_.then(function(D){return[D,Y,w]}):[_,Y,w]},typeof(r==null?void 0:r.useProxies)=="boolean"&&this.setUseProxies(r.useProxies),typeof(r==null?void 0:r.autoFreeze)=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Mt(r)||fr(8),Cr(r)&&(r=mn(r));var o=to(this),l=Nn(this,r,void 0);return l[pt].C=!0,Ir(o),l},t.finishDraft=function(r,o){var l=r&&r[pt],h=l.A;return Qa(h,o),ei(void 0,h)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!oo&&fr(20),this.O=r},t.applyPatches=function(r,o){var l;for(l=o.length-1;l>=0;l--){var h=o[l];if(h.path.length===0&&h.op==="replace"){r=h.value;break}}l>-1&&(o=o.slice(l+1));var Y=Rr("Patches").$;return Cr(r)?Y(r,o):this.produce(r,function(w){return Y(w,o)})},e}(),Le=new ie,ut=Le.produce,Yt=Le.produceWithPatches.bind(Le),Zt=Le.setAutoFreeze.bind(Le),Yr=Le.setUseProxies.bind(Le),Qr=Le.applyPatches.bind(Le),fn=Le.createDraft.bind(Le),m_=Le.finishDraft.bind(Le),Zu=ut;function Pd(e,t){return Cd(e)||Ad(e,t)||Hd(e,t)||Id()}function Id(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
648
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Hd(e,t){if(!!e){if(typeof e=="string")return Xu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Xu(e,t)}}function Xu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function Ad(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function Cd(e){if(Array.isArray(e))return e}var Nd=e=>{var t=(0,M.useState)(e),r=Pd(t,2),o=r[0],l=r[1];return[o,h=>l(Zu(typeof h=="function"?h:Y=>Object.assign(Y,h)))]},da=Nd;function Wd(e,t){return Fd(e)||zd(e,t)||Bd(e,t)||Rd()}function Rd(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
649
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bd(e,t){if(!!e){if(typeof e=="string")return Qu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Qu(e,t)}}function Qu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function zd(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function Fd(e){if(Array.isArray(e))return e}var Ud={loading:!1,list:[],pageNo:1,pageSize:3,totalCount:0},el=(0,M.memo)(e=>{var t=e.menusTitle,r=e.t,o=da(Ud),l=Wd(o,2),h=l[0],Y=l[1],w=(0,M.useCallback)(()=>{Y({loading:!0,list:[]}),t&&Rs({problem:t}).then(D=>{Y({loading:!1}),D&&Y({list:D.info||[],totalCount:D.info&&D.info.length||0})})},[t]);(0,M.useEffect)(()=>{w()},[w]);var _=(0,M.useMemo)(()=>{var D,I,N,q=(D=h.list)===null||D===void 0?void 0:D.slice((h.pageNo-1)*3,h.pageNo*3<((I=h.list)===null||I===void 0?void 0:I.length)?h.pageNo*3:(N=h.list)===null||N===void 0?void 0:N.length);return q},[h]);return!_||_.length===0?null:a().createElement(Ge,{"data-if":_==null?void 0:_.length,noBorderRadius:!0,isRecommendQuestions:!0},a().createElement("div",{className:Ln.top},a().createElement("span",null,r("\u731C\u4F60\u60F3\u770B")),a().createElement("span",{onClick:()=>{var D,I=Math.ceil((((D=h.list)===null||D===void 0?void 0:D.length)||0)/3);Y({pageNo:h.pageNo===I?1:h.pageNo+1})}},a().createElement(Je,{name:"refresh1",className:Ln.changeIcon}),r("\u6362\u4E00\u6279"))),a().createElement("div",{className:Ln.recommendContent},h.loading?a().createElement(m.Spin,null):null,_&&_.map((D,I)=>a().createElement("div",{key:D.problemId,onClick:()=>{ea(`/question/answer/${D.problemId}`)},className:Ln.problemLine},a().createElement("span",{className:Ln.problemNum},`${I+1}.`),a().createElement("span",{className:Ln.problemTitle},D.problemTitle),a().createElement(Je,{name:"arrow-right"})))))});el.propTypes={menusTitle:i().string};var Gd=el,nu={wrapper:"shein-components_systemrobotassistant_wrapper",contentBox:"shein-components_systemrobotassistant_contentBox",time:"shein-components_systemrobotassistant_time"},tl=(0,M.memo)(e=>{var t=e.item;return a().createElement("div",{className:nu.wrapper},a().createElement("div",{className:nu.contentBox},t.problem),a().createElement("div",{className:nu.time},t.questionTime))});tl.propTypes={item:i().shape({problem:i().string,questionTime:i().string})};var $d=tl,rl={tipsAnswerContent:"shein-components_systemrobotassistant_tipsAnswerContent",tipsLink:"shein-components_systemrobotassistant_tipsLink"},nl=(0,M.memo)(e=>{var t=e.item,r=e.t;return a().createElement(Ge,null,a().createElement("div",null,a().createElement("span",{className:rl.tipsAnswerContent},t.content),a().createElement("span",{className:rl.tipsLink,onClick:()=>{ea(t.link)}},r("\u70B9\u51FB\u67E5\u770B"))))});nl.propTypes={item:i().shape({content:i().string,link:i().string})};var Vd=nl,Jd=()=>null;class qd{constructor(){this.task={},this.push=t=>{this.task[t]=Date.now()},this.pop=t=>{delete this.task[t]},this.isRunning=t=>this.task.hasOwnProperty(t)}}var ca=new qd,al={time:1e4,cb:()=>{}},Kd=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:al,l=o.time,h=l===void 0?al.time:l,Y=o.cb,w=Y===void 0?Jd:Y,_=o.onClose;h=r?3e3:h;var D,I=setTimeout(()=>{ca.pop(t),D&&D(),w&&w()},h);ca.isRunning(t)||(ca.push(t),r?(m.Message.success(t,h/1e3,{hideClose:!0}),ca.pop(t),clearTimeout(I),w&&w()):D=m.Modal.error({title:t,maskClosable:!0,onOk(){ca.pop(t),clearTimeout(I),w&&w()},onClose(){ca.pop(t),clearTimeout(I),_&&_()}}))},Zd=Kd,au={needAnswerContent:"shein-components_systemrobotassistant_needAnswerContent",needLink:"shein-components_systemrobotassistant_needLink",onSeekHlep:"shein-components_systemrobotassistant_onSeekHlep",onDisabled:"shein-components_systemrobotassistant_onDisabled"};function Xd(e,t){return rc(e)||tc(e,t)||ec(e,t)||Qd()}function Qd(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
650
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ec(e,t){if(!!e){if(typeof e=="string")return il(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return il(e,t)}}function il(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function tc(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function rc(e){if(Array.isArray(e))return e}var ol=(0,M.memo)(e=>{var t=e.item,r=e.t,o=da({loading:!1}),l=Xd(o,2),h=l[0],Y=l[1];return a().createElement(Ge,null,a().createElement("div",null,a().createElement("span",{className:au.needAnswerContent},r("\u60A8\u597D\uFF0C\u60A8\u5382\u3010{0}\u3011\u6709\u95EE\u9898\u201C{1}\u201D\u9700\u8981\u5E2E\u52A9\uFF0C\u8BF7\u4E3A\u5176\u89E3\u51B3\u3002\u82E5\u89E3\u51B3\u4E0D\u4E86",t.userName,t.problem)),a().createElement("span",{className:h.disabled?au.onDisabled:au.onSeekHlep,loading:h.loading,onClick:()=>{h.disabled||(Y({loading:!0}),Bs({problem:t.problem}).then(w=>{if(Y({loading:!1,disabled:!0}),w.info&&w.info.managerName){var _=r("\u5DF2\u5C06\u60A8\u7684\u95EE\u9898\u53CD\u9988\u7ED9\u7BA1\u7406\u5458\u3010{0}\u3011\uFF0C\u7531\u7BA1\u7406\u5458\u7EDF\u4E00\u53CD\u9988\u7ED9\u5B9E\u65BD\u3002",w.info.managerName);Zd(_,!0)}}))}},r("\u8BF7\u8054\u7CFB\u6211"))))});ol.propTypes={item:i().shape({problem:i().string,userName:i().string})};var nc=ol;function sl(e){return ur("/front/mesAssistant/queryConversationRecord",e)}function ac(e){return ur("/front/mesAssistant/confirmView",e)}function ic(e){return ur("/front/mesAssistant/queryAnswer",e)}var hn={tipsWrapper:"shein-components_systemrobotassistant_tipsWrapper",scrollWrapper:"shein-components_systemrobotassistant_scrollWrapper",scrollCon:"shein-components_systemrobotassistant_scrollCon",bottomLink:"shein-components_systemrobotassistant_bottomLink",toLink:"shein-components_systemrobotassistant_toLink",textAreaWrapper:"shein-components_systemrobotassistant_textAreaWrapper",bottomWrapper:"shein-components_systemrobotassistant_bottomWrapper",textArea:"shein-components_systemrobotassistant_textArea",findByWechat:"shein-components_systemrobotassistant_findByWechat",btn:"shein-components_systemrobotassistant_btn"};function iu(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */iu=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function ul(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function oc(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){ul(h,o,l,Y,w,"next",_)}function w(_){ul(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function ll(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function kn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ll(Object(r),!0).forEach(function(o){sc(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ll(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function sc(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class uc extends M.PureComponent{constructor(t){super(t),this.state={conversationRecordList:[],value:"",refreshLoading:!1,pageNo:1,pageSize:20},this.scrollRef=(0,M.createRef)(),this.setChatMsg=this.setChatMsg.bind(this),this.getMoreChatRecords=Js(this.getMoreChatRecords.bind(this),300)}componentDidMount(){this.getChatRecords()}getChatRecords(){var t=this.props.t,r=this.state,o=r.pageNo,l=r.pageSize;sl({pageNo:o,pageSize:l}).then(h=>{if(h){ac();var Y=h.info&&h.info.conversationRecordList&&h.info.conversationRecordList.map(D=>kn(kn({},D),{},{key:Mn()}))||[];Object.keys(Qn)&&Object.keys(Qn).forEach(D=>{h.info&&h.info[D]>0&&Y.push({key:Mn(),contentType:bn.TIPS,content:t("\u5E2E\u52A9\u4E2D\u5FC3{0}\u6709\u66F4\u65B0\u4E86\uFF0C",t(Qn[D].content)),link:Qn[D].link})});var w=h.info&&h.info.problemHelpList&&h.info.problemHelpList.map(D=>kn(kn({},D),{},{key:Mn(),contentType:bn.NEEDANSWER}))||[],_=[...Y,...w];this.setState({conversationRecordList:_},()=>{this.scrollToEnd()})}})}getMoreChatRecords(){var t=this;return oc(iu().mark(function r(){var o,l,h,Y,w,_,D,I,N;return iu().wrap(function(ee){for(;;)switch(ee.prev=ee.next){case 0:if(o=t.state.refreshLoading,!o){ee.next=3;break}return ee.abrupt("return");case 3:return t.setState({refreshLoading:!0}),l=t.state,h=l.pageNo,Y=l.pageSize,w=h+1,ee.next=8,sl({pageNo:w,pageSize:Y});case 8:_=ee.sent,D=_.info&&_.info.conversationRecordList&&_.info.conversationRecordList.map(J=>kn(kn({},J),{},{key:Mn()}))||[],I=t.state.conversationRecordList,t.setState({refreshLoading:!1}),D.length>0&&(N=t.scrollRef.current.getScrollHeight(),t.setState({conversationRecordList:[...D,...I],pageNo:w},()=>{var J=t.scrollRef.current.getScrollHeight()-N-10;t.scrollRef.current.scrollTop(J)}));case 13:case"end":return ee.stop()}},r)}))()}setChatMsg(t){var r=this.state.conversationRecordList;if(t){var o={contentType:bn.MYSELF,problem:t,questionTime:$s(),key:Mn()},l=[...r,o];this.setState({conversationRecordList:l,value:""}),this.scrollToEnd(),this.queryAnswer(t)}}scrollToEnd(){this.scrollRef&&this.scrollRef.current&&this.scrollRef.current.scrollToBottom&&setTimeout(()=>{this.scrollRef.current.scrollToBottom({behavior:"smooth"})},0)}queryAnswer(t){ic({problem:t}).then(r=>{var o=this.state.conversationRecordList;if(r){var l=kn(kn({},r.info||{}),{},{key:Mn()});this.setState({conversationRecordList:[...o,l]}),this.scrollToEnd()}})}handlenScroll(){this.scrollRef&&this.scrollRef.current&&this.scrollRef.current.getScrollTop()===0&&this.getMoreChatRecords()}render(){var t=this.props,r=t.zIndex,o=t.t,l=this.state,h=l.value,Y=l.conversationRecordList,w=l.refreshLoading;return a().createElement(a().Fragment,null,a().createElement("div",{className:hn.tipsWrapper},a().createElement(Gd,this.props)),a().createElement("div",{className:hn.scrollCon},a().createElement(Ki.$B,{style:{paddingRight:"20px",flex:1,backgroundColor:"#F7F9FC"},ref:this.scrollRef,onScroll:_=>{this.handlenScroll(_)}},w?a().createElement(m.Spin,{size:18,tips:o("\u52A0\u8F7D\u4E2D")}):null,a().createElement("div",{className:hn.scrollWrapper},Y.map(_=>_.contentType===bn.MYSELF?a().createElement($d,{key:_.key,item:_}):_.contentType===bn.OPPOSITION?a().createElement(Ge,{key:_.key},a().createElement(qs,{item:_,zIndex:r,t:o})):_.contentType===bn.TIPS?a().createElement(Vd,{item:_,key:_.key,t:o}):a().createElement(nc,{item:_,key:_.key,t:o}))))),a().createElement("div",{className:hn.bottomLink},a().createElement("div",{className:hn.toLink,onClick:()=>{ea("")}},a().createElement("span",null,o("\u8FDB\u5165\u5E2E\u52A9\u4E2D\u5FC3")),a().createElement(Je,{name:"arrow-right"}))),a().createElement("div",{className:hn.bottomWrapper},a().createElement("div",{className:hn.textAreaWrapper},a().createElement("textarea",{placeholder:o("\u8BF7\u8F93\u5165\u95EE\u9898\u5173\u952E\u8BCD\uFF0C\u5982\uFF1A\u5982\u4F55\u53D1\u8D27"),className:hn.textArea,value:h,onChange:_=>{this.setState({value:_.target.value})},onKeyDown:_=>{_.keyCode===13&&(this.setChatMsg(h),_.preventDefault())}}),a().createElement(m.Button,{type:"primary",disabled:!h,className:hn.btn,onClick:()=>{this.setChatMsg(h)}},o("\u53D1\u9001")))))}}var lc=uc;function dc(e,t){var r=typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=cc(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var o=0,l=function(){};return{s:l,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(D){throw D},f:l}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
651
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var h=!0,Y=!1,w;return{s:function(){r=r.call(e)},n:function(){var D=r.next();return h=D.done,D},e:function(D){Y=!0,w=D},f:function(){try{!h&&r.return!=null&&r.return()}finally{if(Y)throw w}}}}function cc(e,t){if(!!e){if(typeof e=="string")return dl(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return dl(e,t)}}function dl(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var mc=Number(document.documentMode),fc=/([\:\-\_]+(.))/g,hc=/^moz([A-Z])/,ou=e=>e.replace(fc,(t,r,o,l)=>l?o.toUpperCase():o).replace(hc,"Moz$1"),cl=(e,t)=>{var r=new RegExp(`^\\d+(?:\\.\\d{0,${t}})?`);return Number(e.toString().match(r))},ml=mc<9?(e,t)=>{if(!e||!t)return null;var r=ou(t);r==="float"&&(r="styleFloat");try{switch(r){case"opacity":try{return e.filters.item("alpha").opacity/100}catch(o){return 1}default:return e.style[r]||e.currentStyle?e.currentStyle[r]:null}}catch(o){return e.style[r]}}:(e,t)=>{var r=ou(t);if(!e||!r)return null;r=ou(r),r==="float"&&(r="cssFloat");try{var o=document.defaultView.getComputedStyle(e,"");return e.style[r]||o?o[r]:null}catch(l){return e.style[r]}};function fl(e){var t=e.current||e,r=document.createRange();r.setStart(t,0),r.setEnd(t,t.childNodes.length);var o=r.getBoundingClientRect().width,l=t.getBoundingClientRect().width,h=(parseInt(ml(t,"paddingLeft"),10)||0)+(parseInt(ml(t,"paddingRight"),10)||0),Y=cl(o+h,2),w=cl(l,2);return Y>w||t.scrollWidth>t.offsetWidth}function _c(e){var t=e.current||e;return t.scrollHeight>t.clientHeight||fl(e)}function pc(e,t){if(window.ResizeObserver){var r=new window.ResizeObserver(o=>{var l=dc(o),h;try{for(l.s();!(h=l.n()).done;){var Y=h.value;t(Y)}}catch(w){l.e(w)}finally{l.f()}});return r.observe(e),()=>{r.disconnect()}}return window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}}var vc=["value","max","popClass","popProps","renderItem","overHide","rows","isArLang","observeResize"];function so(){return so=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},so.apply(this,arguments)}function yc(e,t){if(e==null)return{};var r=gc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function gc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var ma={ellipsis:"shein-components_ellipsis_ellipsis",hide:"shein-components_ellipsis_hide",more:"shein-components_ellipsis_more",popStyle:"shein-components_ellipsis_popStyle",pointer:"shein-components_ellipsis_pointer",ellipsisWrap:"shein-components_ellipsis_ellipsisWrap",beforeText:"shein-components_ellipsis_beforeText",endText:"shein-components_ellipsis_endText",text:"shein-components_ellipsis_text",autoSizeWrap:"shein-components_ellipsis_autoSizeWrap",autoSizeIn:"shein-components_ellipsis_autoSizeIn",flexWrap:"shein-components_ellipsis_flexWrap",grow:"shein-components_ellipsis_grow",arLang:"shein-components_ellipsis_arLang",tagWrap:"shein-components_ellipsis_tagWrap"};class su extends a().Component{constructor(t){super(t),this.onResize=()=>{this.timer&&(clearTimeout(this.timer),this.timer=null),this.timer=setTimeout(this.updatePop,0)},this.state={renderList:t.value,popList:[],pop:!1},this.updatePop=this.updatePop.bind(this)}componentDidMount(){this.updatePop();var t=this.props.observeResize;t&&this.myRef&&(this.disconnect=pc(this.myRef.parentElement,this.onResize))}componentDidUpdate(t){var r=this.props,o=r.max,l=r.value;(t.max!==o||t.value!==l)&&this.updatePop()}componentWillUnmount(){this.disconnect&&this.disconnect()}updatePop(){var t=this.props,r=t.value,o=t.max,l=t.overHide,h=t.rows,Y=this.myRef,w=Y.parentElement.offsetWidth,_=Y.offsetHeight,D=!1,I=!1,N=0;if(l&&Y.scrollWidth>w||Y.children.length&&h&&_>Y.children[0].offsetHeight*h){var q=Y.childElementCount,ee=0;N=q;for(var J=1,ce=0;ce<q;ce++)if(ee+=Y.children[ce].offsetWidth,h){if(J<h&&ee>J*w&&(ee=w*J+Y.children[ce].offsetWidth,J+=1),ee>w*h){N=ce;break}}else if(ee>w){N=ce;break}D=!0}else D=!1;r.length>o?I=!0:I=!1,D&&I?(N=Math.min(N,o),this.setState({renderList:r.slice(0,N-1),popList:r.slice(N-1),pop:!0})):D&&!I?this.setState({renderList:r.slice(0,N-1),popList:r.slice(N-1),pop:!0}):!D&&I?this.setState({renderList:r.slice(0,o-1),popList:r.slice(o-1),pop:!0}):!D&&!I&&this.setState({renderList:r,popList:[],pop:!1})}render(){var t=this.props,r=t.value,o=t.max,l=t.popClass,h=l===void 0?"":l,Y=t.popProps,w=t.renderItem,_=w===void 0?He=>a().createElement(m.Tag,{key:He},He):w,D=t.overHide,I=t.rows,N=t.isArLang,q=t.observeResize,ee=yc(t,vc),J=this.state,ce=J.renderList,me=J.popList,ve=J.pop,ge=(He,De)=>a().createElement("div",{className:ma.tagWrap,key:De},_(He,"pop")),ze=(He,De)=>a().createElement("div",{className:ma.tagWrap,key:De},_(He,"show")),Pe=He=>a().createElement("div",{className:ma.tagWrap},_(He,"ellipsis"));return a().createElement("div",{style:{width:"100%",height:"100%",position:"relative"}},a().createElement("div",so({},ee,{ref:He=>{this.myRef=He},style:{visibility:"hidden",position:"absolute",pointerEvents:"none"},className:"ellipsis-hidden"}),r.map(ze)),a().createElement("div",so({},ee,{style:D&&!I?{whiteSpace:"nowrap"}:{},className:N&&ma.arLang}),ce.map(ze),ve?a().createElement("span",null,a().createElement(m.Popover,Y,a().createElement("div",{className:[ma.popStyle,h,N&&ma.arLang].join(" ")},me.map(ge))),Pe("...")):null))}}su.defaultProps={overHide:!0,rows:1},su.propTypes={value:i().arrayOf(i().oneOfType([i().string,i().object])).isRequired,overHide:i().bool,max:i().number,renderItem:i().func,popClass:i().string,popProps:i().object,rows:i().number,isArLang:i().bool,observeResize:i().bool};var wc=su,bc=["value","popClass","popContent","noPop","isArLang","popProps"];function uu(){return uu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},uu.apply(this,arguments)}function hl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function _l(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hl(Object(r),!0).forEach(function(o){Mc(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hl(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Mc(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Lc(e,t){if(e==null)return{};var r=kc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function kc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var Vr={ellipsis:"shein-components_ellipsis_ellipsis",hide:"shein-components_ellipsis_hide",more:"shein-components_ellipsis_more",popStyle:"shein-components_ellipsis_popStyle",pointer:"shein-components_ellipsis_pointer",ellipsisWrap:"shein-components_ellipsis_ellipsisWrap",beforeText:"shein-components_ellipsis_beforeText",endText:"shein-components_ellipsis_endText",text:"shein-components_ellipsis_text",autoSizeWrap:"shein-components_ellipsis_autoSizeWrap",autoSizeIn:"shein-components_ellipsis_autoSizeIn",flexWrap:"shein-components_ellipsis_flexWrap",grow:"shein-components_ellipsis_grow",arLang:"shein-components_ellipsis_arLang",tagWrap:"shein-components_ellipsis_tagWrap"};class lu extends a().Component{constructor(t){super(t),this.state={shouldBack:t.floatMode,maxHeight:"auto",overPop:!1},this.spanRef=null,this.myRef=null,this.updatePop=this.updatePop.bind(this)}componentDidMount(){var t=this.props.getChildEllipsis;t&&t(this),this.handleDiffRows()}componentDidUpdate(t){var r=this.props,o=r.rows,l=r.floatMode;(t.rows!==o||t.floatMode!==l)&&this.handleDiffRows()}handleDiffRows(){var t=this.props,r=t.rows,o=t.floatMode;o||this.myRef.style.webkitLineClamp===void 0&&r!==1?(this.setState({shouldBack:!0}),this.setState({maxHeight:this.spanRef.clientHeight*r})):r===1?this.myRef.style.whiteSpace="pre":this.myRef.style.cssText=`-webkit-line-clamp: ${r};display: -webkit-box; -webkit-box-orient: vertical`}updatePop(){var t=this.props.rows,r=this.state,o=r.overPop,l=r.maxHeight,h=r.shouldBack;return h?this.myRef.clientHeight>l?(o||this.setState({overPop:!0},()=>{this.timeout=null}),!0):(o&&this.setState({overPop:!1},()=>{this.timeout=null}),!1):t===1?fl(this.myRef)?(o||this.setState({overPop:!0},()=>{this.timeout=null}),!0):(o&&this.setState({overPop:!1},()=>{this.timeout=null}),!1):_c(this.myRef)?(o||this.setState({overPop:!0},()=>{this.timeout=null}),!0):(o&&this.setState({overPop:!1},()=>{this.timeout=null}),!1)}render(){var t=this.state,r=t.overPop,o=t.shouldBack,l=t.maxHeight,h=this.props,Y=h.value,w=h.popClass,_=h.popContent,D=h.noPop,I=h.isArLang,N=h.popProps,q=N===void 0?{}:N,ee=Lc(h,bc);delete ee.getChildEllipsis,delete ee.floatMode;var J=a().createElement(a().Fragment,null,Y,a().createElement("span",{ref:me=>{this.spanRef=me},className:Vr.hide,unselectable:"on"},".")),ce=!D&&r?a().createElement(m.Popover,q,a().createElement("div",{className:[Vr.popStyle,w,I&&Vr.arLang].join(" ")},_||Y)):null;return a().createElement("div",uu({style:_l(_l({},ee.style||{}),{},{overflow:"hidden"}),className:I&&Vr.arLang},ee),o?a().createElement("div",{className:Vr.ellipsisWrap,style:{maxHeight:l}},a().createElement("div",{className:Vr.beforeText,style:{height:l}}),a().createElement("div",{className:[Vr.text,r?Vr.pointer:void 0].join(" "),onMouseOver:D?void 0:this.updatePop,ref:me=>{this.myRef=me}},J),a().createElement("div",{className:Vr.endText},"..."),ce):a().createElement("div",{onFocus:()=>0,onMouseOver:D?void 0:this.updatePop,ref:me=>{this.myRef=me},className:[Vr.ellipsis,r?Vr.pointer:void 0].join(" "),style:{maxHeight:l}},J,ce))}}lu.defaultProps={rows:1},lu.propTypes={rows:i().number,value:i().oneOfType([i().string,i().object,i().number,i().arrayOf(i().oneOfType([i().string,i().object]))]),popClass:i().string,popContent:i().oneOfType([i().string,i().element]),popProps:i().object,noPop:i().bool,floatMode:i().bool,isArLang:i().bool};var Tc=lu,Yc=["children","popContent","popClass","popProps","onMouseOver"];function du(){return du=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},du.apply(this,arguments)}function Sc(e,t){if(e==null)return{};var r=Dc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function Dc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var Oc={ellipsis:"shein-components_ellipsis_ellipsis",hide:"shein-components_ellipsis_hide",more:"shein-components_ellipsis_more",popStyle:"shein-components_ellipsis_popStyle",pointer:"shein-components_ellipsis_pointer",ellipsisWrap:"shein-components_ellipsis_ellipsisWrap",beforeText:"shein-components_ellipsis_beforeText",endText:"shein-components_ellipsis_endText",text:"shein-components_ellipsis_text",autoSizeWrap:"shein-components_ellipsis_autoSizeWrap",autoSizeIn:"shein-components_ellipsis_autoSizeIn",flexWrap:"shein-components_ellipsis_flexWrap",grow:"shein-components_ellipsis_grow",arLang:"shein-components_ellipsis_arLang",tagWrap:"shein-components_ellipsis_tagWrap"};class pl extends a().Component{constructor(t){super(t),this.childList=[],this.state={overPop:!1},this.mouseOverHandler=this.mouseOverHandler.bind(this),this.getChildEllipsis=this.getChildEllipsis.bind(this)}getChildEllipsis(t){this.childList.push(t)}mouseOverHandler(){var t=!1;this.childList.forEach(r=>{r&&r.updatePop&&(t=t||r.updatePop())}),this.setState({overPop:t})}render(){var t=this.props,r=t.children,o=t.popContent,l=t.popClass,h=t.popProps,Y=h===void 0?{}:h,w=t.onMouseOver,_=Sc(t,Yc),D=this.state.overPop;return a().createElement("div",du({onMouseOver:()=>{this.mouseOverHandler(),w&&typeof w=="function"&&w()}},_),a().Children.map(r,I=>a().cloneElement(I,{noPop:!0,getChildEllipsis:this.getChildEllipsis})),D?a().createElement(m.Popover,Y,a().createElement("div",{className:[Oc.popStyle,l].join(" ")},o)):null)}}pl.propTypes={children:i().oneOfType([i().element,i().arrayOf(i().element)]).isRequired,popClass:i().string,popContent:i().oneOfType([i().string,i().element]).isRequired,popProps:i().object,autoSize:i().bool};var vl=pl,Ec=["className"];function cu(){return cu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},cu.apply(this,arguments)}function jc(e,t){if(e==null)return{};var r=xc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function xc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var mu={ellipsis:"shein-components_ellipsis_ellipsis",hide:"shein-components_ellipsis_hide",more:"shein-components_ellipsis_more",popStyle:"shein-components_ellipsis_popStyle",pointer:"shein-components_ellipsis_pointer",ellipsisWrap:"shein-components_ellipsis_ellipsisWrap",beforeText:"shein-components_ellipsis_beforeText",endText:"shein-components_ellipsis_endText",text:"shein-components_ellipsis_text",autoSizeWrap:"shein-components_ellipsis_autoSizeWrap",autoSizeIn:"shein-components_ellipsis_autoSizeIn",flexWrap:"shein-components_ellipsis_flexWrap",grow:"shein-components_ellipsis_grow",arLang:"shein-components_ellipsis_arLang",tagWrap:"shein-components_ellipsis_tagWrap"},yl=e=>t=>{var r=t.className,o=jc(t,Ec);return a().createElement("div",{className:mu.autoSizeWrap},new Array(o.rows||1).fill(void 0).map((l,h)=>a().createElement("br",{key:h})),a().createElement(e,cu({},o,{className:r?`${r} ${mu.autoSizeIn}`:mu.autoSizeIn})))},Pc=["autoSize"];function Ic(e,t){if(e==null)return{};var r=Hc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function Hc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var gl=e=>{var t=e.autoSize,r=Ic(e,Pc),o=vl;return t&&(o=yl(vl)),a().createElement(o,r)};gl.propTypes={autoSize:i().bool};var Ac=gl,Cc=["header","footer"];function Nc(e,t){if(e==null)return{};var r=Wc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function Wc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var wl={ellipsis:"shein-components_ellipsis_ellipsis",hide:"shein-components_ellipsis_hide",more:"shein-components_ellipsis_more",popStyle:"shein-components_ellipsis_popStyle",pointer:"shein-components_ellipsis_pointer",ellipsisWrap:"shein-components_ellipsis_ellipsisWrap",beforeText:"shein-components_ellipsis_beforeText",endText:"shein-components_ellipsis_endText",text:"shein-components_ellipsis_text",autoSizeWrap:"shein-components_ellipsis_autoSizeWrap",autoSizeIn:"shein-components_ellipsis_autoSizeIn",flexWrap:"shein-components_ellipsis_flexWrap",grow:"shein-components_ellipsis_grow",arLang:"shein-components_ellipsis_arLang",tagWrap:"shein-components_ellipsis_tagWrap"},Rc=e=>t=>{var r=t.header,o=t.footer,l=Nc(t,Cc);return a().createElement("div",{className:wl.flexWrap},a().createElement("div",null,r),a().createElement("div",{className:wl.grow},a().createElement(e,l)),a().createElement("div",null,o))},Bc=["type","autoSize","header","footer"];function fu(){return fu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},fu.apply(this,arguments)}function zc(e,t){if(e==null)return{};var r=Fc(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function Fc(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}function uo(e){var t=e.type,r=e.autoSize,o=e.header,l=e.footer,h=zc(e,Bc),Y=!!(o||l),w=(0,M.useMemo)(()=>{var _=t==="array"?wc:Tc;return r&&(_=yl(_)),Y&&(_=Rc(_)),_},[r,Y,t]);return a().createElement(w,fu({},h,{header:o,footer:l}))}uo.defaultProps={type:"default"},uo.PopWrap=Ac,uo.propTypes={type:i().string,autoSize:i().bool,header:i().element,footer:i().element,value:i().oneOfType([i().string,i().object,i().number,i().arrayOf(i().oneOfType([i().string,i().object]))]).isRequired,overHide:i().bool,max:i().number,renderItem:i().func,popClass:i().string,rows:i().number,isArLang:i().bool,observeResize:i().bool,popContent:i().oneOfType([i().string,i().element]),popProps:i().object,noPop:i().bool,floatMode:i().bool};var bl=uo,Uc="https://assets.dotfashion.cn/unpkg/@shein-components/SystemRobotAssistant@3.0.7/umd/b415d90208c277ba3703.png",_r={systemTipsWrapper:"shein-components_systemrobotassistant_systemTipsWrapper",onGuarantee:"shein-components_systemrobotassistant_onGuarantee",chatWarp:"shein-components_systemrobotassistant_chatWarp",listWrapper:"shein-components_systemrobotassistant_listWrapper",searchWarp:"shein-components_systemrobotassistant_searchWarp",listShow:"shein-components_systemrobotassistant_listShow",mailListModalItem:"shein-components_systemrobotassistant_mailListModalItem",img:"shein-components_systemrobotassistant_img",mailListModalItemLeft:"shein-components_systemrobotassistant_mailListModalItemLeft",userName:"shein-components_systemrobotassistant_userName",problem:"shein-components_systemrobotassistant_problem",findRight:"shein-components_systemrobotassistant_findRight",findHim:"shein-components_systemrobotassistant_findHim",personFindedHim:"shein-components_systemrobotassistant_personFindedHim",empty:"shein-components_systemrobotassistant_empty",modalWrapper:"shein-components_systemrobotassistant_modalWrapper",treeWarp:"shein-components_systemrobotassistant_treeWarp",treeStyle:"shein-components_systemrobotassistant_treeStyle",treeItem:"shein-components_systemrobotassistant_treeItem",selectedGroup:"shein-components_systemrobotassistant_selectedGroup"};function f_(e){return postRequest("/front/manual/list",e)}function Gc(e){return ur("/front/manual/getWechatLaunchCode",e)}function $c(e){return ur("/front/mesAssistant/systemReporting",e)}function Vc(e){return ur("/front/manual/collect",e)}function Jc(e){return ur("/front/manual/weComContactStatistics",e)}function qc(e){return ur("/front/manual/handlerList",e)}function Rn(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Rn=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function Ml(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function hu(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){Ml(h,o,l,Y,w,"next",_)}function w(_){Ml(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function Kc(e,t){return em(e)||Qc(e,t)||Xc(e,t)||Zc()}function Zc(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
652
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Xc(e,t){if(!!e){if(typeof e=="string")return Ll(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ll(e,t)}}function Ll(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function Qc(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function em(e){if(Array.isArray(e))return e}var tm=(0,M.memo)(e=>{var t,r,o,l=e.isHasGuarantee,h=e.checkBeforeCallWechat,Y=e.groupTree,w=e.defaultSelectedGroupId,_=e.chatgptUse,D=e.allConfigUserGroupIdList,I=e.t,N=(0,M.useRef)(null),q=(0,M.useRef)([]),ee=(0,M.useRef)(null),J=da({list:[],userName:"",selectedGroupId:w}),ce=Kc(J,2),me=ce[0],ve=ce[1],ge=(0,M.useCallback)(function(){var He=hu(Rn().mark(function De(Fe){var We,$e,W,E,c,s,d,g,k;return Rn().wrap(function(F){for(;;)switch(F.prev=F.next){case 0:return W=Fe||{},E=W.id,c=W.userName,s=new Date().getTime(),ee.current=s,q.current=[...(q==null?void 0:q.current)||[],s],d=E||me.selectedGroupId,F.next=7,qc({configUserGroupIdList:d==="0"?D:d?[d]:[],userName:c?c.replace(/\s+/g,""):void 0});case 7:if(g=F.sent,k=q==null||(We=q.current)===null||We===void 0?void 0:We.find(R=>R===ee.current),q.current=(q==null||($e=q.current)===null||$e===void 0?void 0:$e.filter(R=>R!==s))||[],!(!k&&ee.current!==s)){F.next=12;break}return F.abrupt("return");case 12:g&&ve({list:g.info||[]});case 13:case"end":return F.stop()}},De)}));return function(De){return He.apply(this,arguments)}}(),[me.selectedGroupId,D]),ze=(0,M.useCallback)(function(){var He=hu(Rn().mark(function De(Fe,We){var $e;return Rn().wrap(function(E){for(;;)switch(E.prev=E.next){case 0:return E.next=2,Vc({isCollect:We,receiveEmployeeId:Fe.userNum});case 2:$e=E.sent,$e&&ge({userName:me.userName});case 4:case"end":return E.stop()}},De)}));return function(De,Fe){return He.apply(this,arguments)}}(),[me.userName,ge]),Pe=(0,M.useCallback)(He=>{if(Jc({receiveEmployeeId:He.userNum}).then(()=>{ge({userName:me.userName})}),He.userType===2){window.open(He.linkUrl);return}Gc({userNum:He.userNum}).then(De=>{De&&window.open(`wxwork://launch?launch_code=${De.info}`)})},[me.userName,ge]);return(0,M.useEffect)(()=>{ve({selectedGroupId:w}),ge({id:w})},[w]),a().createElement("div",{className:_r.modalWrapper},Y.length!==0?a().createElement("div",{className:_r.treeWarp},a().createElement(m.Tree,{className:_r.treeStyle,data:Y,keygen:"value",renderItem:He=>a().createElement(bl,{className:x()(_r.treeItem,me.selectedGroupId===He.value&&_r.selectedGroup),value:He.label}),line:!1,defaultExpandAll:!0,onClick:He=>{ve({selectedGroupId:He.value}),ge({id:He.value,userName:me.userName})}})):null,a().createElement("div",{className:_r.chatWarp},a().createElement("div",{className:_r.listWrapper},a().createElement("div",{className:_r.searchWarp},a().createElement(m.Input.Group,{style:{width:416,margin:12}},a().createElement(m.Input,{clearable:!0,placeholder:I("\u8F93\u5165\u540D\u5B57\u6216\u5173\u952E\u5B57\u641C\u7D22\u5BF9\u63A5\u4EBA"),maxLength:20,value:me.userName,onChange:He=>{ve({userName:He}),N.current=new Date().getTime(),setTimeout(()=>{new Date().getTime()-N.current>=100&&ge({userName:He})},100)},onEnterPress:()=>{ge({userName:me.userName})}}),a().createElement(m.Button,{text:!0,onClick:()=>{ge({userName:me.userName})}},a().createElement(Je,{name:"serach"})))),((t=me.list)===null||t===void 0?void 0:t.length)===0?a().createElement("div",{className:_r.empty},a().createElement(Je,{name:"dataemptying_icon",fontSize:200,className:_r.color}),a().createElement("div",null,I("\u6682\u65E0\u8054\u7CFB\u4EBA\u6570\u636E\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458"))):null,((r=me.list)===null||r===void 0?void 0:r.length)>0?a().createElement("div",{className:_r.listShow},(o=me.list)===null||o===void 0?void 0:o.map(He=>a().createElement("div",{className:_r.mailListModalItem,onClick:()=>{if(_&&He.userType===2){Pe(He);return}if(typeof h=="function"){var De=h();De&&Pe(He)}else Pe(He)}},a().createElement("div",{className:_r.mailListModalItemLeft},a().createElement("img",{src:He.headImg||Uc,alt:"",className:_r.img}),a().createElement("div",null,a().createElement("div",{className:_r.problem},He.remark),a().createElement("div",{className:_r.userName},He.userName,He.cnName&&`(${He.cnName})`))),a().createElement("div",{className:_r.findRight},a().createElement("div",{className:_r.findHim},I("\u4F01\u5FAE\u627Eta\u804A"),"\xA0",He.starUserStatus?a().createElement(Je,{name:"odec-star-fill",color:"#1890FF",onClick:De=>{De.stopPropagation(),ze(He,0)}}):a().createElement(Je,{name:"odec-star",color:"#1890FF",onClick:De=>{De.stopPropagation(),ze(He,1)}})),He.visitNum&&He.visitNum!==0?a().createElement("div",{className:_r.personFindedHim},I("{0}\u4E2A\u4EBA\u627E\u8FC7\u4ED6",He==null?void 0:He.visitNum)):null)))):null),l?a().createElement("div",{className:_r.systemTipsWrapper},a().createElement("span",{className:_r.onGuarantee,onClick:hu(Rn().mark(function He(){var De,Fe;return Rn().wrap(function($e){for(;;)switch($e.prev=$e.next){case 0:return $e.next=2,$c();case 2:De=$e.sent,De&&window.open((Fe=De.info)===null||Fe===void 0?void 0:Fe.url);case 4:case"end":return $e.stop()}},He)}))},I("\u6211\u8981\u4E0A\u62A5\u6545\u969C"))):null))}),rm=tm,lo={dataContainer:"shein-components_systemrobotassistant_dataContainer",emptyCon:"shein-components_systemrobotassistant_emptyCon",loadingMask:"shein-components_systemrobotassistant_loadingMask"},kl=x().bind(lo),Tl=e=>{var t=e.loading,r=e.emptyText,o=e.className,l=e.children;return a().createElement("div",{className:kl(lo.dataContainer,o)},!l||Array.isArray(l)&&!(l!=null&&l.length)?a().createElement("div",{className:lo.emptyCon},a().createElement(Je,{name:"dataemptying_icon",fontSize:200}),a().createElement("div",null,r)):l,t?a().createElement("div",{className:kl(lo.loadingMask)},a().createElement(m.Spin,{size:"48px"})):null)};Tl.propTypes={loading:i().bool,emptyText:i().oneOfType([i().node,i().string,i().element]),children:i().oneOfType([i().node,i().element]),className:i().oneOfType([i().string,i().array])};var co=Tl,nm=Rt(381),fa=Rt.n(nm),_n={daysTab:"shein-components_systemrobotassistant_daysTab",arrowIcon:"shein-components_systemrobotassistant_arrowIcon",disabledIcon:"shein-components_systemrobotassistant_disabledIcon",itemWrapper:"shein-components_systemrobotassistant_itemWrapper",dateItem:"shein-components_systemrobotassistant_dateItem",active:"shein-components_systemrobotassistant_active"};function Yl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function am(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Yl(Object(r),!0).forEach(function(o){im(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Yl(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function im(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function om(e,t){return dm(e)||lm(e,t)||um(e,t)||sm()}function sm(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
653
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function um(e,t){if(!!e){if(typeof e=="string")return Sl(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Sl(e,t)}}function Sl(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function lm(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function dm(e){if(Array.isArray(e))return e}var Dl=x().bind(_n),cm={showData:[],curDate:fa()(),splitIndex:0},mm=(e,t)=>{var r,o=t+3,l=e==null?void 0:e.slice(o,o+3),h=e==null?void 0:e.length;return((r=l)===null||r===void 0?void 0:r.length)<3&&h>3&&(l=e==null?void 0:e.slice(h-3,h),o=h-3),{data:l,index:o}},fm=(e,t)=>{var r=t-3,o=[];return r<=0?(r=0,o=e==null?void 0:e.slice(0,3)):o=e==null?void 0:e.slice(r,t),{data:o,index:r}},hm=e=>{var t=e.activeDay,r=e.data,o=e.t,l=e.onChange,h=da(cm),Y=om(h,2),w=Y[0],_=Y[1],D=w.curDate,I=w.showData,N=w.splitIndex;return(0,M.useEffect)(()=>{var q=fa()();_({showData:r==null?void 0:r.slice(0,3),curDate:q})},[r]),a().createElement("div",{className:_n.daysTab},a().createElement(Je,{name:"arrow-left",className:Dl(_n.arrowIcon,N<=0&&_n.disabledIcon),onClick:()=>{if(!(N<=0)){var q=fm(r,N);_({showData:q.data,splitIndex:q.index})}}}),a().createElement("div",{className:_n.itemWrapper},I==null?void 0:I.map(q=>a().createElement("div",{className:[_n.dateItem,t===q.date&&_n.active].join(" "),onClick:()=>{_({activeDay:q.date}),l(am({},q))}},q.dateStr,q.today?o("(\u4ECA\u5929)"):null))),a().createElement(Je,{name:"arrow-right",className:Dl(_n.arrowIcon,N+3>=(r==null?void 0:r.length)&&_n.disabledIcon),onClick:()=>{if(!(N+3>=(r==null?void 0:r.length))){var q=mm(r,N);_({showData:q.data,splitIndex:q.index})}}}))},_m=hm,ii={scrollBox:"shein-components_systemrobotassistant_scrollBox",scrollWrap:"shein-components_systemrobotassistant_scrollWrap",scrollContainer:"shein-components_systemrobotassistant_scrollContainer",bottomBox:"shein-components_systemrobotassistant_bottomBox",scrollLoadingMask:"shein-components_systemrobotassistant_scrollLoadingMask"},_u=e=>{var t=e.loading,r=e.showBottom,o=e.children,l=e.className,h=e.onRefresh,Y=(0,M.useRef)(null),w=(0,M.useRef)({}),_=(0,M.useCallback)(D=>{w.current.scrolling=!0,Y.current&&clearTimeout(Y.current),Y.current=setTimeout(()=>{w.current.scrolling=!1,w.current.touchBottomLock=!1},100);var I=D.target||{},N=I.scrollHeight,q=I.clientHeight,ee=I.scrollTop;!w.current.touchBottomLock&&!t&&N<=Math.ceil(q+ee)&&h&&(w.current.touchBottomLock=!0,h())},[h,t]);return a().createElement("div",{className:ii.scrollBox},a().createElement("div",{className:ii.scrollWrap,onScroll:_},a().createElement("div",{className:x()(ii.scrollContainer,l)},o),r?a().createElement("div",{className:ii.bottomBox},"\u5DF2\u7ECF\u5230\u5E95\u4E86"):null),t?a().createElement("div",{className:ii.scrollLoadingMask},a().createElement(m.Spin,{size:40})):null)};_u.defaultProps={loading:!1,showBottom:!1},_u.propTypes={loading:i().bool,showBottom:i().bool,children:i().oneOfType([i().node,i().element]),className:i().oneOfType([i().string,i().array]),onRefresh:i().func};var pm=_u,vm=pm,ym=Rt(4262),pu=Rt.n(ym);function mo(){return mo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},mo.apply(this,arguments)}function fo(e){return e.charAt(0)==="/"}function vu(e,t){for(var r=t,o=r+1,l=e.length;o<l;r+=1,o+=1)e[r]=e[o];e.pop()}function gm(e,t){t===void 0&&(t="");var r=e&&e.split("/")||[],o=t&&t.split("/")||[],l=e&&fo(e),h=t&&fo(t),Y=l||h;if(e&&fo(e)?o=r:r.length&&(o.pop(),o=o.concat(r)),!o.length)return"/";var w;if(o.length){var _=o[o.length-1];w=_==="."||_===".."||_===""}else w=!1;for(var D=0,I=o.length;I>=0;I--){var N=o[I];N==="."?vu(o,I):N===".."?(vu(o,I),D++):D&&(vu(o,I),D--)}if(!Y)for(;D--;D)o.unshift("..");Y&&o[0]!==""&&(!o[0]||!fo(o[0]))&&o.unshift("");var q=o.join("/");return w&&q.substr(-1)!=="/"&&(q+="/"),q}var wm=gm,bm=!0,yu="Invariant failed";function Mm(e,t){if(!e){if(bm)throw new Error(yu);var r=typeof t=="function"?t():t,o=r?"".concat(yu,": ").concat(r):yu;throw new Error(o)}}function oi(e){return e.charAt(0)==="/"?e:"/"+e}function Ol(e){return e.charAt(0)==="/"?e.substr(1):e}function Lm(e,t){return e.toLowerCase().indexOf(t.toLowerCase())===0&&"/?#".indexOf(e.charAt(t.length))!==-1}function El(e,t){return Lm(e,t)?e.substr(t.length):e}function jl(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e}function km(e){var t=e||"/",r="",o="",l=t.indexOf("#");l!==-1&&(o=t.substr(l),t=t.substr(0,l));var h=t.indexOf("?");return h!==-1&&(r=t.substr(h),t=t.substr(0,h)),{pathname:t,search:r==="?"?"":r,hash:o==="#"?"":o}}function Jr(e){var t=e.pathname,r=e.search,o=e.hash,l=t||"/";return r&&r!=="?"&&(l+=r.charAt(0)==="?"?r:"?"+r),o&&o!=="#"&&(l+=o.charAt(0)==="#"?o:"#"+o),l}function en(e,t,r,o){var l;typeof e=="string"?(l=km(e),l.state=t):(l=mo({},e),l.pathname===void 0&&(l.pathname=""),l.search?l.search.charAt(0)!=="?"&&(l.search="?"+l.search):l.search="",l.hash?l.hash.charAt(0)!=="#"&&(l.hash="#"+l.hash):l.hash="",t!==void 0&&l.state===void 0&&(l.state=t));try{l.pathname=decodeURI(l.pathname)}catch(h){throw h instanceof URIError?new URIError('Pathname "'+l.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):h}return r&&(l.key=r),o?l.pathname?l.pathname.charAt(0)!=="/"&&(l.pathname=wm(l.pathname,o.pathname)):l.pathname=o.pathname:l.pathname||(l.pathname="/"),l}function h_(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&valueEqual(e.state,t.state)}function gu(){var e=null;function t(Y){return e=Y,function(){e===Y&&(e=null)}}function r(Y,w,_,D){if(e!=null){var I=typeof e=="function"?e(Y,w):e;typeof I=="string"?typeof _=="function"?_(I,D):D(!0):D(I!==!1)}else D(!0)}var o=[];function l(Y){var w=!0;function _(){w&&Y.apply(void 0,arguments)}return o.push(_),function(){w=!1,o=o.filter(function(D){return D!==_})}}function h(){for(var Y=arguments.length,w=new Array(Y),_=0;_<Y;_++)w[_]=arguments[_];o.forEach(function(D){return D.apply(void 0,w)})}return{setPrompt:t,confirmTransitionTo:r,appendListener:l,notifyListeners:h}}var xl=!!(typeof window!="undefined"&&window.document&&window.document.createElement);function Pl(e,t){t(window.confirm(e))}function Tm(){var e=window.navigator.userAgent;return(e.indexOf("Android 2.")!==-1||e.indexOf("Android 4.0")!==-1)&&e.indexOf("Mobile Safari")!==-1&&e.indexOf("Chrome")===-1&&e.indexOf("Windows Phone")===-1?!1:window.history&&"pushState"in window.history}function Ym(){return window.navigator.userAgent.indexOf("Trident")===-1}function Sm(){return window.navigator.userAgent.indexOf("Firefox")===-1}function Dm(e){return e.state===void 0&&navigator.userAgent.indexOf("CriOS")===-1}var Il="popstate",Hl="hashchange";function Al(){try{return window.history.state||{}}catch(e){return{}}}function __(e){e===void 0&&(e={}),xl||invariant(!1);var t=window.history,r=Tm(),o=!Ym(),l=e,h=l.forceRefresh,Y=h===void 0?!1:h,w=l.getUserConfirmation,_=w===void 0?Pl:w,D=l.keyLength,I=D===void 0?6:D,N=e.basename?jl(oi(e.basename)):"";function q(R){var K=R||{},le=K.key,Te=K.state,Ae=window.location,ct=Ae.pathname,yt=Ae.search,mr=Ae.hash,vr=ct+yt+mr;return N&&(vr=El(vr,N)),en(vr,Te,le)}function ee(){return Math.random().toString(36).substr(2,I)}var J=gu();function ce(R){_extends(F,R),F.length=t.length,J.notifyListeners(F.location,F.action)}function me(R){Dm(R)||ze(q(R.state))}function ve(){ze(q(Al()))}var ge=!1;function ze(R){if(ge)ge=!1,ce();else{var K="POP";J.confirmTransitionTo(R,K,_,function(le){le?ce({action:K,location:R}):Pe(R)})}}function Pe(R){var K=F.location,le=De.indexOf(K.key);le===-1&&(le=0);var Te=De.indexOf(R.key);Te===-1&&(Te=0);var Ae=le-Te;Ae&&(ge=!0,W(Ae))}var He=q(Al()),De=[He.key];function Fe(R){return N+Jr(R)}function We(R,K){var le="PUSH",Te=en(R,K,ee(),F.location);J.confirmTransitionTo(Te,le,_,function(Ae){if(!!Ae){var ct=Fe(Te),yt=Te.key,mr=Te.state;if(r)if(t.pushState({key:yt,state:mr},null,ct),Y)window.location.href=ct;else{var vr=De.indexOf(F.location.key),Sr=De.slice(0,vr+1);Sr.push(Te.key),De=Sr,ce({action:le,location:Te})}else window.location.href=ct}})}function $e(R,K){var le="REPLACE",Te=en(R,K,ee(),F.location);J.confirmTransitionTo(Te,le,_,function(Ae){if(!!Ae){var ct=Fe(Te),yt=Te.key,mr=Te.state;if(r)if(t.replaceState({key:yt,state:mr},null,ct),Y)window.location.replace(ct);else{var vr=De.indexOf(F.location.key);vr!==-1&&(De[vr]=Te.key),ce({action:le,location:Te})}else window.location.replace(ct)}})}function W(R){t.go(R)}function E(){W(-1)}function c(){W(1)}var s=0;function d(R){s+=R,s===1&&R===1?(window.addEventListener(Il,me),o&&window.addEventListener(Hl,ve)):s===0&&(window.removeEventListener(Il,me),o&&window.removeEventListener(Hl,ve))}var g=!1;function k(R){R===void 0&&(R=!1);var K=J.setPrompt(R);return g||(d(1),g=!0),function(){return g&&(g=!1,d(-1)),K()}}function O(R){var K=J.appendListener(R);return d(1),function(){d(-1),K()}}var F={length:t.length,action:"POP",location:He,createHref:Fe,push:We,replace:$e,go:W,goBack:E,goForward:c,block:k,listen:O};return F}var Cl="hashchange",Om={hashbang:{encodePath:function(t){return t.charAt(0)==="!"?t:"!/"+Ol(t)},decodePath:function(t){return t.charAt(0)==="!"?t.substr(1):t}},noslash:{encodePath:Ol,decodePath:oi},slash:{encodePath:oi,decodePath:oi}};function Nl(e){var t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function si(){var e=window.location.href,t=e.indexOf("#");return t===-1?"":e.substring(t+1)}function Em(e){window.location.hash=e}function wu(e){window.location.replace(Nl(window.location.href)+"#"+e)}function jm(e){e===void 0&&(e={}),xl||Mm(!1);var t=window.history,r=Sm(),o=e,l=o.getUserConfirmation,h=l===void 0?Pl:l,Y=o.hashType,w=Y===void 0?"slash":Y,_=e.basename?jl(oi(e.basename)):"",D=Om[w],I=D.encodePath,N=D.decodePath;function q(){var le=N(si());return _&&(le=El(le,_)),en(le)}var ee=gu();function J(le){mo(K,le),K.length=t.length,ee.notifyListeners(K.location,K.action)}var ce=!1,me=null;function ve(le,Te){return le.pathname===Te.pathname&&le.search===Te.search&&le.hash===Te.hash}function ge(){var le=si(),Te=I(le);if(le!==Te)wu(Te);else{var Ae=q(),ct=K.location;if(!ce&&ve(ct,Ae)||me===Jr(Ae))return;me=null,ze(Ae)}}function ze(le){if(ce)ce=!1,J();else{var Te="POP";ee.confirmTransitionTo(le,Te,h,function(Ae){Ae?J({action:Te,location:le}):Pe(le)})}}function Pe(le){var Te=K.location,Ae=We.lastIndexOf(Jr(Te));Ae===-1&&(Ae=0);var ct=We.lastIndexOf(Jr(le));ct===-1&&(ct=0);var yt=Ae-ct;yt&&(ce=!0,c(yt))}var He=si(),De=I(He);He!==De&&wu(De);var Fe=q(),We=[Jr(Fe)];function $e(le){var Te=document.querySelector("base"),Ae="";return Te&&Te.getAttribute("href")&&(Ae=Nl(window.location.href)),Ae+"#"+I(_+Jr(le))}function W(le,Te){var Ae="PUSH",ct=en(le,void 0,void 0,K.location);ee.confirmTransitionTo(ct,Ae,h,function(yt){if(!!yt){var mr=Jr(ct),vr=I(_+mr),Sr=si()!==vr;if(Sr){me=mr,Em(vr);var Br=We.lastIndexOf(Jr(K.location)),Pu=We.slice(0,Br+1);Pu.push(mr),We=Pu,J({action:Ae,location:ct})}else J()}})}function E(le,Te){var Ae="REPLACE",ct=en(le,void 0,void 0,K.location);ee.confirmTransitionTo(ct,Ae,h,function(yt){if(!!yt){var mr=Jr(ct),vr=I(_+mr),Sr=si()!==vr;Sr&&(me=mr,wu(vr));var Br=We.indexOf(Jr(K.location));Br!==-1&&(We[Br]=mr),J({action:Ae,location:ct})}})}function c(le){t.go(le)}function s(){c(-1)}function d(){c(1)}var g=0;function k(le){g+=le,g===1&&le===1?window.addEventListener(Cl,ge):g===0&&window.removeEventListener(Cl,ge)}var O=!1;function F(le){le===void 0&&(le=!1);var Te=ee.setPrompt(le);return O||(k(1),O=!0),function(){return O&&(O=!1,k(-1)),Te()}}function R(le){var Te=ee.appendListener(le);return k(1),function(){k(-1),Te()}}var K={length:t.length,action:"POP",location:Fe,createHref:$e,push:W,replace:E,go:c,goBack:s,goForward:d,block:F,listen:R};return K}function Wl(e,t,r){return Math.min(Math.max(e,t),r)}function p_(e){e===void 0&&(e={});var t=e,r=t.getUserConfirmation,o=t.initialEntries,l=o===void 0?["/"]:o,h=t.initialIndex,Y=h===void 0?0:h,w=t.keyLength,_=w===void 0?6:w,D=gu();function I(We){_extends(Fe,We),Fe.length=Fe.entries.length,D.notifyListeners(Fe.location,Fe.action)}function N(){return Math.random().toString(36).substr(2,_)}var q=Wl(Y,0,l.length-1),ee=l.map(function(We){return typeof We=="string"?en(We,void 0,N()):en(We,void 0,We.key||N())}),J=Jr;function ce(We,$e){var W="PUSH",E=en(We,$e,N(),Fe.location);D.confirmTransitionTo(E,W,r,function(c){if(!!c){var s=Fe.index,d=s+1,g=Fe.entries.slice(0);g.length>d?g.splice(d,g.length-d,E):g.push(E),I({action:W,location:E,index:d,entries:g})}})}function me(We,$e){var W="REPLACE",E=en(We,$e,N(),Fe.location);D.confirmTransitionTo(E,W,r,function(c){!c||(Fe.entries[Fe.index]=E,I({action:W,location:E}))})}function ve(We){var $e=Wl(Fe.index+We,0,Fe.entries.length-1),W="POP",E=Fe.entries[$e];D.confirmTransitionTo(E,W,r,function(c){c?I({action:W,location:E,index:$e}):I()})}function ge(){ve(-1)}function ze(){ve(1)}function Pe(We){var $e=Fe.index+We;return $e>=0&&$e<Fe.entries.length}function He(We){return We===void 0&&(We=!1),D.setPrompt(We)}function De(We){return D.appendListener(We)}var Fe={length:ee.length,action:"POP",location:ee[q],index:q,entries:ee,createHref:J,push:ce,replace:me,go:ve,goBack:ge,goForward:ze,canGo:Pe,block:He,listen:De};return Fe}var xm=jm();class Pm{constructor(t,r){this.div=null,this.name=t||"render-special",this.hidden=!1,this.useHistory=r,this.create=this.create.bind(this),this.remove=this.remove.bind(this),this.render=this.render.bind(this),this.unmountComponentAtNode=this.unmountComponentAtNode.bind(this)}create(){this.div=document.createElement("div"),this.div.setAttribute("tool-element",this.name),document.body.appendChild(this.div),this.hidden?this.div.style.display="none":this.div.style.display="",this.useHistory&&(this.historyListener=xm.listen(()=>{this.div&&this.unmountComponentAtNode()}))}remove(){typeof this.historyListener=="function"&&(this.historyListener(),this.historyListener=null),document.body.removeChild(this.div),this.div=null}hide(){this.hidden=!0,this.div&&(this.div.style.display="none")}show(){this.hidden=!1,this.div&&(this.div.style.display="")}render(t){this.div||this.create(),pu().render(t,this.div)}unmountComponentAtNode(){pu().unmountComponentAtNode(this.div),this.remove()}}var Im=Pm;function bu(){return bu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},bu.apply(this,arguments)}var Hm=(e,t,r)=>function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},l=new Im(t,r);return new Promise((h,Y)=>{var w=a().createElement(e,bu({},o,{onOk:_=>{l.unmountComponentAtNode(),l=null,h(_)},onClose:_=>{l.unmountComponentAtNode(),l=null,Y(_)}}));l.render(w)})},Am=Hm;function Mu(e){return e.charAt(0).toUpperCase()+e.slice(1)}function Cm(e,t,r){if(e.hasOwnProperty(t)){for(var o={},l=e[t],h=Mu(t),Y=Object.keys(r),w=0;w<Y.length;w++){var _=Y[w];if(_===t)for(var D=0;D<l.length;D++)o[l[D]+h]=r[t];o[_]=r[_]}return o}return r}function Rl(e,t,r,o,l){for(var h=0,Y=e.length;h<Y;++h){var w=e[h](t,r,o,l);if(w)return w}}function Bl(e,t){e.indexOf(t)===-1&&e.push(t)}function Nm(e,t){if(Array.isArray(t))for(var r=0,o=t.length;r<o;++r)Bl(e,t[r]);else Bl(e,t)}function Wm(e){return e instanceof Object&&!Array.isArray(e)}function Rm(e){var t=e.prefixMap,r=e.plugins;return function o(l){for(var h in l){var Y=l[h];if(Wm(Y))l[h]=o(Y);else if(Array.isArray(Y)){for(var w=[],_=0,D=Y.length;_<D;++_){var I=Rl(r,h,Y[_],l,t);Nm(w,I||Y[_])}w.length>0&&(l[h]=w)}else{var N=Rl(r,h,Y,l,t);N&&(l[h]=N),l=Cm(t,h,l)}}return l}}var vt=["Webkit"],Bm=["Moz"],Lu=["ms"],zm=["Webkit","Moz"],xr=["Webkit","ms"],Fm=["Webkit","Moz","ms"],Um={plugins:[],prefixMap:{appearance:zm,textEmphasisPosition:vt,textEmphasis:vt,textEmphasisStyle:vt,textEmphasisColor:vt,boxDecorationBreak:vt,maskImage:vt,maskMode:vt,maskRepeat:vt,maskPosition:vt,maskClip:vt,maskOrigin:vt,maskSize:vt,maskComposite:vt,mask:vt,maskBorderSource:vt,maskBorderMode:vt,maskBorderSlice:vt,maskBorderWidth:vt,maskBorderOutset:vt,maskBorderRepeat:vt,maskBorder:vt,maskType:vt,textDecorationStyle:vt,textDecorationSkip:vt,textDecorationLine:vt,textDecorationColor:vt,userSelect:Fm,backdropFilter:vt,fontKerning:vt,scrollSnapType:xr,scrollSnapPointsX:xr,scrollSnapPointsY:xr,scrollSnapDestination:xr,scrollSnapCoordinate:xr,clipPath:vt,shapeImageThreshold:vt,shapeImageMargin:vt,shapeImageOutside:vt,filter:vt,hyphens:xr,flowInto:xr,flowFrom:xr,breakBefore:xr,breakAfter:xr,breakInside:xr,regionFragment:xr,writingMode:xr,textOrientation:vt,tabSize:Bm,fontFeatureSettings:vt,columnCount:vt,columnFill:vt,columnGap:vt,columnRule:vt,columnRuleColor:vt,columnRuleStyle:vt,columnRuleWidth:vt,columns:vt,columnSpan:vt,columnWidth:vt,wrapFlow:Lu,wrapThrough:Lu,wrapMargin:Lu,textSizeAdjust:xr}};function Gm(e,t){if(typeof t=="string"&&t==="text")return["-webkit-text","text"]}var $m=["-webkit-","-moz-",""],Vm={"zoom-in":!0,"zoom-out":!0,grab:!0,grabbing:!0};function Jm(e,t){if(e==="cursor"&&Vm.hasOwnProperty(t))return $m.map(function(r){return r+t})}var qm=Rt(638),ui=Rt.n(qm),Km=["-webkit-",""];function Zm(e,t){if(typeof t=="string"&&!ui()(t)&&t.indexOf("cross-fade(")>-1)return Km.map(function(r){return t.replace(/cross-fade\(/g,r+"cross-fade(")})}var Xm=["-webkit-",""];function Qm(e,t){if(typeof t=="string"&&!ui()(t)&&t.indexOf("filter(")>-1)return Xm.map(function(r){return t.replace(/filter\(/g,r+"filter(")})}var zl={flex:["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex","flex"],"inline-flex":["-webkit-inline-box","-moz-inline-box","-ms-inline-flexbox","-webkit-inline-flex","inline-flex"]};function ef(e,t){if(e==="display"&&zl.hasOwnProperty(t))return zl[t]}var tf={"space-around":"justify","space-between":"justify","flex-start":"start","flex-end":"end","wrap-reverse":"multiple",wrap:"multiple"},Fl={alignItems:"WebkitBoxAlign",justifyContent:"WebkitBoxPack",flexWrap:"WebkitBoxLines",flexGrow:"WebkitBoxFlex"};function rf(e,t,r){e==="flexDirection"&&typeof t=="string"&&(t.indexOf("column")>-1?r.WebkitBoxOrient="vertical":r.WebkitBoxOrient="horizontal",t.indexOf("reverse")>-1?r.WebkitBoxDirection="reverse":r.WebkitBoxDirection="normal"),Fl.hasOwnProperty(e)&&(r[Fl[e]]=tf[t]||t)}var nf=["-webkit-","-moz-",""],Ul=/linear-gradient|radial-gradient|repeating-linear-gradient|repeating-radial-gradient/gi;function af(e,t){if(typeof t=="string"&&!ui()(t)&&Ul.test(t))return nf.map(function(r){return t.replace(Ul,function(o){return r+o})})}var ho=function(){function e(t,r){var o=[],l=!0,h=!1,Y=void 0;try{for(var w=t[Symbol.iterator](),_;!(l=(_=w.next()).done)&&(o.push(_.value),!(r&&o.length===r));l=!0);}catch(D){h=!0,Y=D}finally{try{!l&&w.return&&w.return()}finally{if(h)throw Y}}return o}return function(t,r){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();function Tn(e){return typeof e=="number"&&!isNaN(e)}function Gl(e){return typeof e=="string"&&e.includes("/")}var $l=["center","end","start","stretch"],Vl={"inline-grid":["-ms-inline-grid","inline-grid"],grid:["-ms-grid","grid"]},tn={alignSelf:function(t,r){$l.indexOf(t)>-1&&(r.msGridRowAlign=t)},gridColumn:function(t,r){if(Tn(t))r.msGridColumn=t;else if(Gl(t)){var o=t.split("/"),l=ho(o,2),h=l[0],Y=l[1];tn.gridColumnStart(+h,r);var w=Y.split(/ ?span /),_=ho(w,2),D=_[0],I=_[1];D===""?tn.gridColumnEnd(+h+ +I,r):tn.gridColumnEnd(+Y,r)}else tn.gridColumnStart(t,r)},gridColumnEnd:function(t,r){var o=r.msGridColumn;Tn(t)&&Tn(o)&&(r.msGridColumnSpan=t-o)},gridColumnStart:function(t,r){Tn(t)&&(r.msGridColumn=t)},gridRow:function(t,r){if(Tn(t))r.msGridRow=t;else if(Gl(t)){var o=t.split("/"),l=ho(o,2),h=l[0],Y=l[1];tn.gridRowStart(+h,r);var w=Y.split(/ ?span /),_=ho(w,2),D=_[0],I=_[1];D===""?tn.gridRowEnd(+h+ +I,r):tn.gridRowEnd(+Y,r)}else tn.gridRowStart(t,r)},gridRowEnd:function(t,r){var o=r.msGridRow;Tn(t)&&Tn(o)&&(r.msGridRowSpan=t-o)},gridRowStart:function(t,r){Tn(t)&&(r.msGridRow=t)},gridTemplateColumns:function(t,r){r.msGridColumns=t},gridTemplateRows:function(t,r){r.msGridRows=t},justifySelf:function(t,r){$l.indexOf(t)>-1&&(r.msGridColumnAlign=t)}};function of(e,t,r){if(e==="display"&&t in Vl)return Vl[t];if(e in tn){var o=tn[e];o(t,r)}}var sf=["-webkit-",""];function uf(e,t){if(typeof t=="string"&&!ui()(t)&&t.indexOf("image-set(")>-1)return sf.map(function(r){return t.replace(/image-set\(/g,r+"image-set(")})}var Jl={marginBlockStart:["WebkitMarginBefore"],marginBlockEnd:["WebkitMarginAfter"],marginInlineStart:["WebkitMarginStart","MozMarginStart"],marginInlineEnd:["WebkitMarginEnd","MozMarginEnd"],paddingBlockStart:["WebkitPaddingBefore"],paddingBlockEnd:["WebkitPaddingAfter"],paddingInlineStart:["WebkitPaddingStart","MozPaddingStart"],paddingInlineEnd:["WebkitPaddingEnd","MozPaddingEnd"],borderBlockStart:["WebkitBorderBefore"],borderBlockStartColor:["WebkitBorderBeforeColor"],borderBlockStartStyle:["WebkitBorderBeforeStyle"],borderBlockStartWidth:["WebkitBorderBeforeWidth"],borderBlockEnd:["WebkitBorderAfter"],borderBlockEndColor:["WebkitBorderAfterColor"],borderBlockEndStyle:["WebkitBorderAfterStyle"],borderBlockEndWidth:["WebkitBorderAfterWidth"],borderInlineStart:["WebkitBorderStart","MozBorderStart"],borderInlineStartColor:["WebkitBorderStartColor","MozBorderStartColor"],borderInlineStartStyle:["WebkitBorderStartStyle","MozBorderStartStyle"],borderInlineStartWidth:["WebkitBorderStartWidth","MozBorderStartWidth"],borderInlineEnd:["WebkitBorderEnd","MozBorderEnd"],borderInlineEndColor:["WebkitBorderEndColor","MozBorderEndColor"],borderInlineEndStyle:["WebkitBorderEndStyle","MozBorderEndStyle"],borderInlineEndWidth:["WebkitBorderEndWidth","MozBorderEndWidth"]};function lf(e,t,r){if(Object.prototype.hasOwnProperty.call(Jl,e))for(var o=Jl[e],l=0,h=o.length;l<h;++l)r[o[l]]=t}function df(e,t){if(e==="position"&&t==="sticky")return["-webkit-sticky","sticky"]}var cf=["-webkit-","-moz-",""],mf={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},ff={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0};function hf(e,t){if(mf.hasOwnProperty(e)&&ff.hasOwnProperty(t))return cf.map(function(r){return r+t})}var _f=Rt(6238),pf=Rt.n(_f),vf={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},yf={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-"};function gf(e,t){if(ui()(e))return e;for(var r=e.split(/,(?![^()]*(?:\([^()]*\))?\))/g),o=0,l=r.length;o<l;++o){var h=r[o],Y=[h];for(var w in t){var _=pf()(w);if(h.indexOf(_)>-1&&_!=="order")for(var D=t[w],I=0,N=D.length;I<N;++I)Y.unshift(h.replace(_,yf[D[I]]+_))}r[o]=Y.join(",")}return r.join(",")}function wf(e,t,r,o){if(typeof t=="string"&&vf.hasOwnProperty(e)){var l=gf(t,o),h=l.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter(function(w){return!/-moz-|-ms-/.test(w)}).join(",");if(e.indexOf("Webkit")>-1)return h;var Y=l.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter(function(w){return!/-webkit-|-ms-/.test(w)}).join(",");return e.indexOf("Moz")>-1?Y:(r["Webkit"+Mu(e)]=h,r["Moz"+Mu(e)]=Y,l)}}var bf=[Gm,Zm,Jm,Qm,rf,af,of,uf,lf,df,hf,wf,ef],Mf=Rm({prefixMap:Um.prefixMap,plugins:bf}),Lf=Rt(5294),kf=Rt.n(Lf);class ql extends a().Component{constructor(t){super(t),this.target=t.target||document.body,this.element=document.createElement("div"),this.element.id="xmage",this.element.style.zIndex=t.zIndex,this.element.style.position="relative"}componentDidMount(){this.target.appendChild(this.element)}componentWillUnmount(){this.target.removeChild(this.element)}render(){var t=this.props,r=t.display,o=t.children;return r?o:pu().createPortal(o,this.element)}}ql.propTypes={target:i().shape({}),zIndex:i().number,display:i().bool,children:i().node};var Tf=ql,Yf={lineScale:"shein-components_imagespreviewer_lineScale","line-scale":"shein-components_imagespreviewer_line-scale"},Sf=()=>a().createElement("div",{className:Yf.lineScale},a().createElement("div",null),a().createElement("div",null),a().createElement("div",null),a().createElement("div",null),a().createElement("div",null)),ku=Sf,Df=[{code:38,key:"UP"},{code:40,key:"DOWN"},{code:37,key:"LEFT"},{code:39,key:"RIGHT"},{code:27,key:"ESC"}],Of=a().createElement("path",{d:"M738.261333 195.2l90.538667 90.538667-226.304 226.218666 226.304 226.304-90.538667 90.538667L512 602.453333l-226.218667 226.304-90.538666-90.538666L421.461333 512 195.2 285.738667l90.538667-90.538667 226.218666 226.261333 226.304-226.261333z"}),Ef=a().createElement("path",{d:"M512 42.666667C385.877333 42.666667 267.52 92.714667 180.138667 180.138667c-21.76 21.76-41.301333 45.525333-58.410667 71.082666L128 242.261333V170.666667a42.666667 42.666667 0 0 0-85.333333 0v213.333333h213.333333a42.666667 42.666667 0 0 0 0-85.333333H192.64c13.994667-20.906667 30.037333-40.405333 47.829333-58.197334A382.592 382.592 0 0 1 512 128a384 384 0 1 1-384 384 42.666667 42.666667 0 0 0-85.333333 0c0 259.2 210.133333 469.333333 469.333333 469.333333s469.333333-210.133333 469.333333-469.333333S771.2 42.666667 512 42.666667z"}),jf=a().createElement("path",{d:"M831.36 298.666667a386.090667 386.090667 0 0 0-47.829333-58.197334A382.592 382.592 0 0 0 512 128a384 384 0 1 0 384 384 42.666667 42.666667 0 0 1 85.333333 0c0 259.2-210.133333 469.333333-469.333333 469.333333S42.666667 771.2 42.666667 512 252.8 42.666667 512 42.666667c126.122667 0 244.48 50.048 331.861333 137.472 19.114667 19.114667 36.565333 39.850667 52.138667 61.952V170.666667a42.666667 42.666667 0 0 1 85.333333 0v213.333333h-213.333333a42.666667 42.666667 0 0 1 0-85.333333h63.36z"}),xf=[a().createElement("path",{key:"d1",d:"M920.7 639.4c-22.1 0-40 17.9-40 40v167H143.3v-167c0-22.1-17.9-40-40-40s-40 17.9-40 40v197c0 27.6 22.4 50 50 50h797.3c27.6 0 50-22.4 50-50v-197c0.1-22.1-17.8-40-39.9-40z","p-id":"1489"}),a().createElement("path",{key:"d2",d:"M482.9 733.8l0.2 0.2 0.8 0.8 0.6 0.6c0.3 0.2 0.5 0.5 0.8 0.7s0.5 0.4 0.8 0.7c0.2 0.2 0.4 0.3 0.6 0.5 0.3 0.2 0.6 0.5 0.9 0.7 0.1 0.1 0.3 0.2 0.4 0.3 1.8 1.4 3.8 2.5 5.8 3.5 0.2 0.1 0.3 0.2 0.5 0.2 0.3 0.1 0.6 0.3 0.9 0.4 0.3 0.1 0.6 0.3 0.9 0.4 0.2 0.1 0.5 0.2 0.7 0.3 0.4 0.2 0.8 0.3 1.2 0.5 0.2 0.1 0.3 0.1 0.5 0.2 0.5 0.2 0.9 0.3 1.4 0.5 0.1 0 0.2 0.1 0.4 0.1 0.5 0.2 1 0.3 1.6 0.4 0.1 0 0.2 0 0.3 0.1 0.5 0.1 1.1 0.3 1.7 0.4h0.3c0.6 0.1 1.1 0.2 1.7 0.3h0.4c0.5 0.1 1 0.1 1.6 0.2 0.2 0 0.5 0 0.7 0.1 0.4 0 0.8 0.1 1.3 0.1h4c10.5 0 21-4.1 28.8-12.2l255.4-265.1c15.3-15.9 14.9-41.2-1.1-56.6-15.9-15.3-41.2-14.9-56.6 1.1L551.7 608.9V137.5c0-22.1-17.9-40-40-40s-40 17.9-40 40v469.4L285.1 413.2c-15.3-15.9-40.6-16.4-56.6-1.1-15.9 15.3-16.4 40.7-1.1 56.6l255.5 265.1z","p-id":"1490"})],Pf=a().createElement("path",{d:"M589.994667 874.026667l120.704-120.661334L469.333333 512l241.365334-241.365333-120.704-120.661334-241.322667 241.365334L227.968 512l362.026667 362.026667z"}),If=a().createElement("path",{d:"M434.005333 874.026667l-120.704-120.661334L554.666667 512 313.301333 270.634667l120.704-120.661334 241.322667 241.365334L796.032 512l-362.026667 362.026667z"}),Hf=a().createElement("path",{d:"M224 608c-52.928 0-96-43.072-96-96s43.072-96 96-96 96 43.072 96 96-43.072 96-96 96zM512 608c-52.928 0-96-43.072-96-96s43.072-96 96-96 96 43.072 96 96-43.072 96-96 96zM800 608c-52.928 0-96-43.072-96-96s43.072-96 96-96 96 43.072 96 96-43.072 96-96 96z","p-id":"3427"}),Af=[a().createElement("path",{key:"d1",d:"M469.333333 42.666667c235.648 0 426.666667 191.018667 426.666667 426.666666a424.96 424.96 0 0 1-98.773333 273.024l2.986666 2.56 169.685334 169.642667a39.125333 39.125333 0 1 1-55.338667 55.338667l-169.642667-169.642667-2.56-2.986667A424.96 424.96 0 0 1 469.333333 896C233.685333 896 42.666667 704.981333 42.666667 469.333333S233.685333 42.666667 469.333333 42.666667z m0 85.333333a341.333333 341.333333 0 1 0 0 682.666667 341.333333 341.333333 0 0 0 0-682.666667z"}),a().createElement("path",{key:"d2",d:"M469.333333 213.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v170.666667h170.666667a42.666667 42.666667 0 0 1 0 85.333333h-170.709334L512 682.666667a42.666667 42.666667 0 0 1-85.333333 0l-0.042667-170.709334L256 512a42.666667 42.666667 0 0 1 0-85.333333l170.666667-0.042667V256a42.666667 42.666667 0 0 1 42.666666-42.666667z"})],Cf=[a().createElement("path",{key:"d1",d:"M469.333333 42.666667c235.648 0 426.666667 191.018667 426.666667 426.666666a424.96 424.96 0 0 1-98.773333 273.024l2.986666 2.56 169.685334 169.642667a39.125333 39.125333 0 1 1-55.338667 55.338667l-169.642667-169.642667-2.56-2.986667A424.96 424.96 0 0 1 469.333333 896C233.685333 896 42.666667 704.981333 42.666667 469.333333S233.685333 42.666667 469.333333 42.666667z m0 85.333333a341.333333 341.333333 0 1 0 0 682.666667 341.333333 341.333333 0 0 0 0-682.666667z"}),a().createElement("path",{key:"d2",d:"M213.333333 426.666667m42.666667 0l426.666667 0q42.666667 0 42.666666 42.666666l0 0q0 42.666667-42.666666 42.666667l-426.666667 0q-42.666667 0-42.666667-42.666667l0 0q0-42.666667 42.666667-42.666666Z","p-id":"14224"})],Nf=a().createElement("path",{d:"M981.376 512.042667a64 64 0 0 1-64 64H287.658667l162.261333 162.261333a64 64 0 0 1 4.394667 85.674667l-4.394667 4.864a64 64 0 0 1-90.538667 0L42.666667 512l316.757333-316.757333a64 64 0 0 1 90.538667 90.453333L287.701333 448l629.674667 0.042667a64 64 0 0 1 64 64z"}),Wf=a().createElement("path",{d:"M42.624 512.042667a64 64 0 0 0 64 64h629.717333l-162.261333 162.261333a64 64 0 0 0-4.394667 85.674667l4.394667 4.864a64 64 0 0 0 90.538667 0L981.333333 512l-316.757333-316.757333a64 64 0 0 0-90.538667 90.453333l162.218667 162.261333-629.674667 0.042667a64 64 0 0 0-64 64z"}),Rf=a().createElement("path",{d:"M640 469.333333a85.333333 85.333333 0 0 1 85.333333 85.333334v341.333333a85.333333 85.333333 0 0 1-85.333333 85.333333H128a85.333333 85.333333 0 0 1-85.333333-85.333333v-341.333333a85.333333 85.333333 0 0 1 85.333333-85.333334h512z m0 85.333334H128v341.333333h512v-341.333333zM482.261333 44.202667a46.592 46.592 0 1 1 20.736 78.805333l-20.906666 20.778667C763.093333 175.36 981.333333 412.757333 981.333333 701.013333c0 25.813333-20.992 46.72-46.933333 46.72-25.941333 0-46.933333-20.906667-46.933333-46.72 0-236.970667-177.152-432.725333-406.826667-463.189333l21.76 21.674667c17.792 18.346667 17.578667 47.488-0.554667 65.493333a47.061333 47.061333 0 0 1-65.792 0.597333L334.634667 224.554667a46.592 46.592 0 0 1 0-66.090667l101.973333-101.546667a47.061333 47.061333 0 0 1 45.653333-12.714666z"}),Bf=[a().createElement("path",{key:"d1",d:"M543.36 237.781333l-21.76 21.674667c-17.792 18.346667-17.578667 47.488 0.554667 65.493333 18.090667 18.048 47.36 18.304 65.792 0.597334l101.418666-100.992c18.346667-18.261333 18.346667-47.829333 0-66.090667l-101.973333-101.546667a47.061333 47.061333 0 0 0-79.189333 20.650667c-4.266667 16.341333 0.597333 33.706667 12.8 45.44l20.906666 20.778667C260.906667 175.36 42.666667 412.757333 42.666667 701.013333c0 25.813333 20.992 46.72 46.933333 46.72 25.941333 0 46.933333-20.906667 46.933333-46.72 0-236.970667 177.194667-432.725333 406.826667-463.189333z"}),a().createElement("path",{key:"d2",d:"M896 469.333333a85.333333 85.333333 0 0 1 85.333333 85.333334v341.333333a85.333333 85.333333 0 0 1-85.333333 85.333333H384a85.333333 85.333333 0 0 1-85.333333-85.333333v-341.333333a85.333333 85.333333 0 0 1 85.333333-85.333334h512z m0 85.333334H384v341.333333h512v-341.333333z"})],zf=["name","className","style","onClick","svgStyle","isBottomMode","handleMouseLeave"];function Tu(){return Tu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Tu.apply(this,arguments)}function Ff(e,t){if(e==null)return{};var r=Uf(e,t),o,l;if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(e);for(l=0;l<h.length;l++)o=h[l],!(t.indexOf(o)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,o)||(r[o]=e[o]))}return r}function Uf(e,t){if(e==null)return{};var r={},o=Object.keys(e),l,h;for(h=0;h<o.length;h++)l=o[h],!(t.indexOf(l)>=0)&&(r[l]=e[l]);return r}var Kl={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};function Gf(e){return e.replace(/-(\w)/g,(t,r)=>r.toUpperCase())}var Zl=e=>{var t=e.name,r=e.className,o=e.style,l=e.onClick,h=e.svgStyle,Y=e.isBottomMode,w=e.handleMouseLeave,_=Ff(e,zf),D=x()(Y?Kl.svgIconBottom:Kl.svgIcon,r),I=Gf(t);return a().createElement("div",Tu({},_,{onClick:l,style:o,className:D,onMouseLeave:w}),a().createElement("svg",{viewBox:"0 0 1024 1024",width:"20",height:"20",style:h},Q[I]))};Zl.propTypes={className:i().string,name:i().string,style:i().shape({}),svgStyle:i().shape({}),onClick:i().func,handleMouseLeave:i().func,isBottomMode:i().bool};var Xl=Zl;function Ql(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function $f(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ql(Object(r),!0).forEach(function(o){Vf(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ql(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Vf(e,t,r){return t=Jf(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Jf(e){var t=qf(e,"string");return typeof t=="symbol"?t:String(t)}function qf(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ha={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};class ed extends a().Component{constructor(t){super(t),this.onSuccess=()=>{this.setState({status:"success"})},this.onFailed=()=>{this.setState({status:"failed"})},this.state={status:"loading"},this.isBottomMode=t.navPosition==="bottom"}render(){var t=this.props,r=t.title,o=t.url,l=t.idx,h=t.currentIdx,Y=t.navStyle,w=t.onNavChange,_=t.uiText,D=this.state.status;return a().createElement("div",{key:o+l,className:x()({[ha.navItem]:!0,[ha.active]:l===h&&!this.isBottomMode,[ha.activeBottom]:l===h&&this.isBottomMode,[ha.navItemBottom]:this.isBottomMode}),onClick:()=>w(l),style:$f({backgroundImage:`url("${o}")`},Y)},a().createElement("img",{src:o,onLoad:this.onSuccess,onError:this.onFailed,style:{display:"none"},alt:"original"}),D!=="success"&&a().createElement("div",{className:ha.tips,style:{borderRadius:4}},D==="failed"?_.failedText:a().createElement(ku,null)),r&&a().createElement("div",{className:ha.navItemTitle},r))}}ed.propTypes={title:i().string,url:i().string,idx:i().number,currentIdx:i().number,navStyle:i().shape({}),onNavChange:i().func,uiText:i().shape({failedText:i().string}),navPosition:i().string};var Kf=ed,rn={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};class td extends M.Component{constructor(){super(...arguments),this.timer=null,this.onEnlarge=()=>{var t=this.props.onZoom;return t(1)},this.onShrink=()=>{var t=this.props.onZoom;return t(-1)},this.stopTimer=()=>this.timer&&clearInterval(this.timer),this.rotateLeft=()=>{var t=this.props.rotate;t(-1),this.timer=setInterval(()=>{t(-1)},150)},this.rotateRight=()=>{var t=this.props.rotate;t(1),this.timer=setInterval(()=>{t(1)},150)}}componentWillUnmount(){clearInterval(this.timer)}get maxDisable(){var t=this.props,r=t.zoomMax,o=t.scaleRatio;return r<=o}get minDisable(){var t=this.props,r=t.zoomMin,o=t.scaleRatio;return r>=o}render(){var t=this.props,r=t.customElement,o=t.zoomRatio,l=t.showRotate,h=t.showClose,Y=t.onClose,w=t.renderIcon,_=t.isBottomMode,D=t.showArrow,I=t.thumb,N=t.slideImage,q=t.showIndex,ee=t.renderIndex,J=t.uiText,ce=_&&D&&I&&I.length>1;return a().createElement("div",{className:_?rn.bottomButtons:rn.topButtons},r&&a().createElement("div",{className:rn.custom},typeof r=="function"?r({onClose:Y}):r),o&&a().createElement(M.Fragment,null,a().createElement(m.Tooltip,{tip:J.zoomInText,position:_?"top":"bottom",className:rn.tooltipstyle},w({name:"zoom-in",onClick:this.onEnlarge,disabled:this.maxDisable})),a().createElement(m.Tooltip,{tip:J.zoomOutText,position:_?"top":"bottom",className:rn.tooltipstyle},w({name:"zoom-out",onClick:this.onShrink,disabled:this.minDisable}))),ce&&a().createElement(m.Tooltip,{tip:J.previousText,position:"top",className:rn.tooltipstyle},w({name:"left",onClick:()=>N(!1)})),_&&q&&ee(),ce&&a().createElement(m.Tooltip,{tip:J.nextText,position:"top",className:rn.tooltipstyle},w({name:"right",onClick:()=>N(!0)})),l&&a().createElement(M.Fragment,null,a().createElement(m.Tooltip,{tip:J.leftRotateText,position:_?"top":"bottom",className:rn.tooltipstyle},w({name:"turnleft",onMouseDown:this.rotateLeft,onMouseUp:this.stopTimer,onMouseLeave:this.stopTimer})),a().createElement(m.Tooltip,{tip:J.rightRotateText,position:_?"top":"bottom",className:rn.tooltipstyle},w({name:"turnright",onMouseDown:this.rotateRight,onMouseUp:this.stopTimer,onMouseLeave:this.stopTimer}))),h&&a().createElement(m.Tooltip,{tip:J.closeText,position:_?"top":"bottom",className:rn.tooltipstyle},w({name:"close",onClick:Y,className:"close"})))}}td.propTypes={customElement:i().element,zoomRatio:i().number,showRotate:i().bool,showClose:i().bool,isBottomMode:i().bool,onClose:i().func,onZoom:i().func,rotate:i().func,renderIcon:i().func,slideImage:i().func,showArrow:i().bool,thumb:i().arrayOf(i().string),showIndex:i().bool,renderIndex:i().func,zoomMax:i().number,zoomMin:i().number,scaleRatio:i().number,uiText:i().shape({previousText:i().string,nextText:i().string,leftRotateText:i().string,rightRotateText:i().string,closeText:i().string,zoomInText:i().string,zoomOutText:i().string})};var rd=td,Bn={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};class nd extends M.Component{constructor(t){super(t);var r=t.alwaysShowThumb,o=t.thumb,l=t.isBottomMode;this.visible=r||o.length>1,this.imageNavClassName=x()(Bn.imageNav,{[Bn.imageNavBottom]:l}),this.navBoxClassName=x()(Bn.navBox,{[Bn.navBoxBottom]:l}),this.navWrapperClassName=x()(Bn.navWrapper,{[Bn.navWrapperBottom]:l})}render(){var t=this.props,r=t.bgNavStyle,o=t.showIndex,l=t.renderNav,h=t.onConfirm,Y=t.onClose,w=t.navGrid,_=t.isBottomMode,D=t.onConfirmHandler,I=t.renderIndex,N=t.uiText;return this.visible&&a().createElement("div",{className:this.imageNavClassName,style:r},!_&&o&&I(),a().createElement("div",{className:this.navBoxClassName},a().createElement("div",{className:this.navWrapperClassName,style:w},l())),h&&a().createElement("div",{className:Bn.navFooter},a().createElement(m.Button,{onClick:Y},N.cancelText),a().createElement(m.Button,{type:"primary",onClick:D},N.confirmText))||null)}}nd.propTypes={alwaysShowThumb:i().bool,thumb:i().arrayOf(i().string),bgNavStyle:i().shape({}),navGrid:i().shape({}),showIndex:i().bool,onConfirm:i().func,onClose:i().func,renderNav:i().func,onConfirmHandler:i().func,renderIndex:i().func,isBottomMode:i().bool,uiText:i().shape({cancelText:i().string,confirmText:i().string})};var Zf=nd,ad=e=>{var t=e.zoomMax,r=e.zoomMin,o=e.scaleRatio,l=e.type,h=e.zoomRatio,Y=e.zoomShrinkRatio;if(o>1){var w=Math.min(t,o+l*h);return w>1?w:1}if(o<1){var _=Math.max(r,o+l*Y);return _<1?_:1}return l>0?Math.min(t,o+h):Math.max(r,o-Y)},Xf=e=>{var t=e.type,r=e.zoomMax,o=e.scaleRatio,l=e.zoomRatio;return t?o=ad(e):o=o!==1?1:o=Math.min(r,o+l),o},Qf=e=>{var t=e.type,r=e.scaleType,o=e.zoomMin,l=e.zoomMax,h=e.zoomRatio,Y=e.zoomShrinkRatio,w=e.scaleRatio;return t?w=ad(e):w===l?w=Math.max(1,w-h):w===o?w=Math.min(1,w+Y):r===1?w=w>=1?Math.min(l,w+h):Math.min(1,w+Y):w=w<=1?Math.max(o,w-Y):Math.max(1,w-h),w};function id(e,t){if(!t)return!1;if(t[0]===">"&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(r){return!1}return!1}var eh=(e,t,r,o)=>{if(e){r=r||document;do{if(t!=null&&(t[0]===">"?e.parentNode===r&&id(e,t):id(e,t))||o&&e===r)return e;if(e===r)break}while(e=e.parentNode)}return null};function th(e,t){return ih(e)||ah(e,t)||nh(e,t)||rh()}function rh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
654
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nh(e,t){if(!!e){if(typeof e=="string")return od(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return od(e,t)}}function od(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function ah(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o,l,h,Y,w=[],_=!0,D=!1;try{if(h=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;_=!1}else for(;!(_=(o=h.call(r)).done)&&(w.push(o.value),w.length!==t);_=!0);}catch(I){D=!0,l=I}finally{try{if(!_&&r.return!=null&&(Y=r.return(),Object(Y)!==Y))return}finally{if(D)throw l}}return w}}function ih(e){if(Array.isArray(e))return e}function Yu(){return Yu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Yu.apply(this,arguments)}function sd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function _a(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?sd(Object(r),!0).forEach(function(o){oh(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):sd(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function oh(e,t,r){return t=sh(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sh(e){var t=uh(e,"string");return typeof t=="symbol"?t:String(t)}function uh(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Et={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"},lh=e=>a().createElement(Xl,e);class li extends a().Component{constructor(t){super(t),this.stopMouseWheel=r=>{var o=this.props.scrollableClass,l=`.${o}`;o&&eh(r.target,l,this.imageWrapRef)||r.preventDefault()},this.onKeyDown=r=>{var o=r.keyCode;if(!!this.props.navAble){var l=this.state.currentIdx,h=this.props,Y=h.dataSource.thumb,w=h.onChange,_=h.isKeySwitchSource,D=h.onClose,I=Y.length,N=Df.filter(ve=>ve.code===o),q=N.length&&N[0].key;if(q==="ESC")return D&&D(),!1;switch(!0){case _:{switch(!0){case(q==="RIGHT"&&I>0):{var ee=l===I-1?0:l+1;this.setImage(ee);break}case(q==="LEFT"&&I>0):{var J=l===0?I-1:l-1;this.setImage(J);break}case q==="UP":{w(0,{key:q}),this.setImage(0,{key:q});break}case q==="DOWN":{w(0,{key:q}),this.setImage(0,{key:q});break}default:break}break}default:{switch(!0){case(/RIGHT|DOWN/g.test(q)&&I>1):{var ce=l===I-1?0:l+1;this.setImage(ce);break}case(/LEFT|UP/g.test(q)&&I>1):{var me=l===0?I-1:l-1;this.setImage(me);break}default:break}break}}return!1}},this.onNavChange=r=>{var o=this.state.currentIdx;r!==o&&this.setImage(r)},this.slideImage=r=>{var o=this.props.dataSource.origin,l=this.state.currentIdx,h=r?l+1:l-1;h>o.length-1?h=0:h<0&&(h=o.length-1),this.setImage(h)},this.setImage=(r,o)=>{var l=this.props,h=l.dataSource.origin,Y=l.onChange,w=h.filter((I,N)=>N===r),_=w.length?w[0]:"";this.setState(I=>({loading:I.currentUrl!==_,rotateNum:0,scaleRatio:1,currentIdx:r,currentUrl:_,isError:!1}));var D=document.querySelectorAll(`.${Et.navItemBottom}`);D&&D.length&&D[r].scrollIntoView({behavior:"smooth",block:"end",inline:"nearest"}),Y&&!o&&Y(r)},this.close=r=>{r.nativeEvent.stopImmediatePropagation();var o=this.props.onClose,l=[Et.imageShow,Et.imageWrap,Et.content];this.isBottomMode&&(l=[Et.imageShow,Et.imageShowBottom,Et.imageWrap,Et.imageWrapBottom,Et.content,Et.navWrapper,Et.navWrapperBottom,Et.content,Et.garlleryBottom]),r.target.tagName==="DIV"&&l.join(" ").indexOf(r.target.classList.toString())>-1&&o(r)},this.rotate=r=>{var o=this.props,l=o.rotateStep,h=o.onRotate,Y=this.state.rotateNum,w=Y+r*(l||90);h&&h(w),this.setState({rotateNum:w})},this.onImgLoad=()=>{this.setState({loading:!1,isError:!1})},this.onImgLoadError=()=>this.setState({isError:!0,loading:!1}),this.onImgWheel=r=>{r.stopPropagation();var o=this.props,l=o.zoomAble,h=o.zoomMax,Y=o.zoomMin,w=o.zoomSpeed,_=o.onScale;if(!!l){var D=this.state.scaleRatio,I=-r.deltaY/w,N=Number(D+I);N>h&&(N=h),N<Y&&(N=Y),_&&_(N),this.setState({scaleRatio:N})}},this.onZoom=r=>{if(!this.isDragging){var o=this.state,l=o.scaleRatio,h=o.scaleType,Y=l,w=this.props,_=w.zoomRatio,D=w.zoomMax,I=w.zoomMin,N=w.zoomShrinkRatio,q=w.zoomType,ee=w.onScale;q==="basePrev"?(Y=Qf({type:r,zoomMax:D,zoomMin:I,zoomRatio:_,zoomShrinkRatio:N,scaleRatio:l,scaleType:h}),this.setState({scaleType:l>Y?-1:1})):Y=Xf({type:r,zoomMax:D,zoomMin:I,zoomRatio:_,zoomShrinkRatio:N,scaleRatio:l}),ee&&ee(Y),this.setState({scaleRatio:Y})}},this.onDrag=()=>{this.isDragging=!0},this.onDragStop=()=>{setTimeout(()=>{this.isDragging=!1},0)},this.onConfirmHandler=r=>{var o=this.props,l=o.onConfirm,h=o.onClose;if(l){var Y=this.state.currentIdx,w=this.props.dataSource,_=w.thumb,D=w.origin;l({index:Y,thumb:_[Y],origin:D[Y]})}h&&h(r)},this.renderNav=()=>{var r=this.props,o=r.dataSource.thumb,l=r.titles,h=r.navStyle,Y=h===void 0?{}:h,w=r.navPosition,_=this.uiText,D=this.state.currentIdx;return o.map((I,N)=>{var q=l&&l[N];return a().createElement(Kf,{key:N,title:q,url:I,idx:N,currentIdx:D,navStyle:Y,onNavChange:this.onNavChange,uiText:_,navPosition:w})})},this.renderIcon=r=>{var o=this.props,l=o.iconStyle,h=o.iconSvgStyle,Y={opacity:r.disabled?.3:1,cursor:r.disabled?"not-allowed":"pointer"};return a().createElement(lh,Yu({style:l,svgStyle:_a(_a({},h),Y),isBottomMode:this.isBottomMode,handleMouseLeave:r.onMouseLeave},r))},this.renderIndex=()=>{var r=this.state.currentIdx,o=this.props.dataSource.thumb,l=x()(Et.navIndex,{[Et.navIndexBottom]:this.isBottomMode});return a().createElement("div",{className:l},a().createElement("span",null,r+1),"/",a().createElement("span",null,o.length))},this.state={loading:!0,currentIdx:0,currentUrl:"",rotateNum:0,scaleRatio:1,visible:!0,isError:!1,scaleType:1},this.imgRef=null,this.imageWrapRef=null,this.isBottomMode=t.navPosition==="bottom",this.contentClassName=x()(Et.content,{[Et.garlleryBottom]:this.isBottomMode}),this.imagesShowClassName=x()(Et.imageShow,{[Et.imageShowBottom]:this.isBottomMode}),this.imageWrapClassName=x()(Et.imageWrap,{[Et.imageWrapBottom]:this.isBottomMode})}componentDidMount(){var t=this.props,r=t.index,o=t.navAble,l=t.dataSource,h=t.onChange,Y=t.stopBodyScroll;this.setState({currentIdx:r,currentUrl:l.origin[r]}),Y&&this.imgRef.addEventListener("mousewheel",this.stopMouseWheel,{passive:!1}),document.documentElement.addEventListener("keydown",this.onKeyDown,!1),h&&h(r)}componentWillUnmount(){var t=this.props.stopBodyScroll;document.documentElement.removeEventListener("keydown",this.onKeyDown,!1),t&&this.imgRef.removeEventListener("mousewheel",this.stopMouseWheel)}get uiText(){var t=this.props.uiText,r=li.defaultProps.uiText,o=Object.entries(r).reduce((l,h)=>{var Y=th(h,2),w=Y[0],_=Y[1],D=!t[w]||t[w]===_?this.translate(_):t[w];return _a(_a({},l),{},{[w]:D})},{});return o}get navGrid(){var t=this.props.navColumnNum,r=null;if(t>0){for(var o="",l=0;l<t;l++)o+=" 1fr ";r={gridTemplateColumns:o}}return r}translate(t){var r=this.props.t;return r?r(t):t}render(){var t=this.props,r=t.dataSource,o=r.thumb,l=r.origin,h=t.className,Y=t.onClose,w=t.showIndex,_=t.showRotate,D=t.showArrow,I=t.showClose,N=t.dragAble,q=t.zIndex,ee=t.zoomMax,J=t.zoomMin,ce=t.zoomRatio,me=t.zoomShrinkRatio,ve=t.zoomType,ge=t.customElement,ze=t.renderDetail,Pe=t.style,He=Pe===void 0?{}:Pe,De=t.bgStyle,Fe=De===void 0?{}:De,We=t.bgNavStyle,$e=t.display,W=t.fixSize,E=t.alwaysShowThumb,c=t.onConfirm,s=t.imageWrapStyle,d=t.renderHandle,g=t.imgElStyle,k=this.uiText,O=this.state,F=O.currentIdx,R=O.currentUrl,K=O.rotateNum,le=O.scaleRatio,Te=O.loading,Ae=O.visible,ct=O.isError,yt=O.scaleType,mr=Mf({transform:`rotate(${K}deg) scale(${le})`}),vr=a().createElement("div",null,a().createElement("img",{draggable:"false",className:x()({[Et.imgEl]:!0,[Et.imgDragable]:N,[Et.zoomIn]:ve==="basePrev"?yt===1||le===J:ce&&le<=1,[Et.zoomOut]:ve==="basePrev"?yt===-1||le===ee:ce&&le>1}),src:l[F],alt:"",style:_a(_a({},mr),g),onLoad:this.onImgLoad,onError:this.onImgLoadError,onWheel:this.onImgWheel,onClick:ce&&!this.isDragging?()=>this.onZoom():null}),ct&&a().createElement("div",{className:Et.tips},k.failedText)),Sr=x()(Et.gallery,h,{[Et.display]:!!$e},{[Et.fixSize]:W});return a().createElement(a().Fragment,null,Ae?a().createElement(Tf,{zIndex:q,display:$e},a().createElement("div",{className:Sr,onClick:Br=>Br.stopPropagation(),style:Object.assign(Fe,He)},a().createElement("div",{className:this.contentClassName,onMouseDown:this.close},a().createElement("div",{className:this.imagesShowClassName,ref:Br=>{this.imgRef=Br}},Te&&!ze?a().createElement(ku,null):null,a().createElement("div",{ref:Br=>{this.imageWrapRef=Br},className:this.imageWrapClassName,style:s},a().createElement(kf(),{key:R,onStart:()=>N,onDrag:this.onDrag,onStop:this.onDragStop},a().createElement("div",{className:Et.imgDrag},ze?ze(vr,F):vr))),D&&o.length>1&&!this.isBottomMode?a().createElement("div",{className:Et.slideButtons},a().createElement(m.Tooltip,{tip:k.previousText,position:"right",className:Et.tooltipstyle},a().createElement("button",{type:"button",className:Et.prevButton,onClick:()=>this.slideImage(!1)},this.renderIcon({name:"arr-left",className:Et.arrIcon}))),a().createElement(m.Tooltip,{tip:k.nextText,position:"left",className:Et.tooltipstyle},a().createElement("button",{type:"button",className:Et.nextButton,onClick:()=>this.slideImage(!0)},this.renderIcon({name:"arr-right",className:Et.arrIcon})))):null,!this.isBottomMode&&a().createElement(rd,{onClose:Y,showClose:I,showRotate:_,customElement:ge,zoomRatio:ce,zoomShrinkRatio:me,onZoom:this.onZoom,rotate:this.rotate,renderIcon:this.renderIcon,zoomMax:ee,zoomMin:J,scaleRatio:le,uiText:k}),d?d():null),this.isBottomMode&&a().createElement(rd,{onClose:Y,showClose:I,showRotate:_,customElement:ge,zoomRatio:ce,zoomShrinkRatio:me,thumb:o,showArrow:D,onZoom:this.onZoom,rotate:this.rotate,renderIcon:this.renderIcon,isBottomMode:this.isBottomMode,slideImage:this.slideImage,showIndex:w,renderIndex:this.renderIndex,zoomMax:ee,zoomMin:J,scaleRatio:le,uiText:k}),a().createElement(Zf,{alwaysShowThumb:E,thumb:o,bgNavStyle:We,navGrid:this.navGrid,showIndex:w,onConfirm:c,onClose:Y,renderNav:this.renderNav,onConfirmHandler:this.onConfirmHandler,renderIndex:this.renderIndex,isBottomMode:this.isBottomMode,uiText:k})))):null)}}li.propTypes={dataSource:i().shape({thumb:i().arrayOf(i().string),origin:i().arrayOf(i().string)}).isRequired,index:i().number,display:i().bool,renderDetail:i().func,className:i().string,style:i().shape({}),imageWrapStyle:i().shape({}),iconStyle:i().shape({}),iconSvgStyle:i().shape({}),customElement:i().element,onChange:i().func,onClose:i().func,showIndex:i().bool,showArrow:i().bool,showClose:i().bool,showRotate:i().bool,rotateStep:i().number,navAble:i().bool,zoomAble:i().bool,zoomMax:i().number,zoomMin:i().number,zoomRatio:i().number,zoomShrinkRatio:i().number,zoomSpeed:i().number,zoomType:i().string,dragAble:i().bool,zIndex:i().number,titles:i().arrayOf(i().node),navColumnNum:i().number,navStyle:i().shape({}),bgStyle:i().shape({}),bgNavStyle:i().shape({}),fixSize:i().bool,alwaysShowThumb:i().bool,onConfirm:i().func,renderHandle:i().func,imgElStyle:i().shape({}),navPosition:i().string,stopBodyScroll:i().bool,uiText:i().shape({failedText:i().string,previousText:i().string,nextText:i().string,leftRotateText:i().string,rightRotateText:i().string,closeText:i().string,zoomInText:i().string,zoomOutText:i().string,cancelText:i().string,confirmText:i().string,moreText:i().string}),isKeySwitchSource:i().bool,scrollableClass:i().string,t:i().func,onScale:i().func,onRotate:i().func},li.defaultProps={index:0,navAble:!0,showRotate:!0,showClose:!0,showArrow:!0,zoomMax:10,zoomMin:.1,zoomSpeed:100,zoomShrinkRatio:.3,zIndex:9999,uiText:{failedText:"\u672A\u627E\u5230",previousText:"\u4E0A\u4E00\u5F20",nextText:"\u4E0B\u4E00\u5F20",leftRotateText:"\u5411\u5DE6\u65CB\u8F6C",rightRotateText:"\u5411\u53F3\u65CB\u8F6C",closeText:"\u5173\u95ED",zoomInText:"\u653E\u5927",zoomOutText:"\u7F29\u5C0F",cancelText:"\u53D6\u6D88",confirmText:"\u786E\u8BA4\u9009\u62E9",moreText:"\u66F4\u591A"},isKeySwitchSource:!1,scrollableClass:""};var ud=li,dh={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"},ld=e=>{var t=e.showMore,r=e.more,o=e.open,l=e.idx,h=e.uiText;return t?typeof r=="function"?r(o,l):a().createElement("div",{className:dh.imageMore,onClick:()=>o(l)},a().createElement(m.Tooltip,{tip:h.moreText},a().createElement(Xl,{name:"more"}))):null};ld.propTypes={showMore:i().bool,open:i().func,idx:i().number,more:i().func,uiText:i().shape({moreText:i().string})};var ch=ld;function _o(){return _o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},_o.apply(this,arguments)}function dd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function cd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dd(Object(r),!0).forEach(function(o){mh(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dd(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function mh(e,t,r){return t=fh(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function fh(e){var t=hh(e,"string");return typeof t=="symbol"?t:String(t)}function hh(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Yn={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};class _h extends a().Component{constructor(t){super(t),this.onSuccess=()=>{this.setState({status:"success"})},this.onFailed=()=>{this.setState({status:"failed"})},this.popOnSuccess=()=>{this.setState({popStatus:"success"})},this.popOnFailed=()=>{this.setState({popStatus:"failed"})},this.state={status:"loading",popStatus:"loading"}}render(){var t=this.props,r=t.dataSource,o=t.width,l=t.height,h=t.imgStyle,Y=t.showPopover,w=t.showThumbTotal,_=t.showImgCopy,D=t.popContainer,I=t.img,N=t.idx,q=t.thumbTotal,ee=t.openGallery,J=t.onBadgeClick,ce=t.uiText,me=t.popoverProps,ve=t.lazy,ge=this.state,ze=ge.status,Pe=ge.popStatus,He=w&&q,De=x()(Yn.imageItem,{[Yn.showBadge]:He});return a().createElement("div",{key:I+N,className:De,style:cd(cd({},h),{},{backgroundImage:`url("${I}")`,width:o,height:l}),onClick:Fe=>ee(N,Fe)},a().createElement("img",_o({className:Yn.copy,src:I,alt:"copy",onLoad:this.onSuccess,onError:this.onFailed,style:{display:_?"block":"none"}},ve?{loading:"lazy"}:{})),ze==="failed"&&a().createElement("div",{className:Yn.tips},ce.failedText),Y&&a().createElement(m.Popover,_o({getPopupContainer:D,position:"right",mouseLeaveDelay:0},me,{className:x()(Yn.popover,me.className)}),a().createElement("div",{className:Yn.imageMouse},r.origin.length&&r.origin[N]&&a().createElement(a().Fragment,null,a().createElement("img",{src:r.origin[N],alt:"",onLoad:this.popOnSuccess,onError:this.popOnFailed,style:{display:Pe==="success"?"block":"none"}}),Pe!=="success"&&a().createElement("div",{className:Yn.tips},Pe==="loading"?a().createElement(ku,null):ce.failedText)))),He&&a().createElement("div",{onClick:J,className:Yn.thumbBadge},q))}}function Su(){return Su=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Su.apply(this,arguments)}function md(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function po(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?md(Object(r),!0).forEach(function(o){ph(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):md(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function ph(e,t,r){return t=vh(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vh(e){var t=yh(e,"string");return typeof t=="symbol"?t:String(t)}function yh(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function gh(e,t){return Lh(e)||Mh(e,t)||bh(e,t)||wh()}function wh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
655
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function bh(e,t){if(!!e){if(typeof e=="string")return fd(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return fd(e,t)}}function fd(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function Mh(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o,l,h,Y,w=[],_=!0,D=!1;try{if(h=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;_=!1}else for(;!(_=(o=h.call(r)).done)&&(w.push(o.value),w.length!==t);_=!0);}catch(I){D=!0,l=I}finally{try{if(!_&&r.return!=null&&(Y=r.return(),Object(Y)!==Y))return}finally{if(D)throw l}}return w}}function Lh(e){if(Array.isArray(e))return e}var Sn={tips:"shein-components_imagespreviewer_tips",imageList:"shein-components_imagespreviewer_imageList",imageItem:"shein-components_imagespreviewer_imageItem",copy:"shein-components_imagespreviewer_copy",showBadge:"shein-components_imagespreviewer_showBadge",thumbBadge:"shein-components_imagespreviewer_thumbBadge",imageMore:"shein-components_imagespreviewer_imageMore",imageListBlock:"shein-components_imagespreviewer_imageListBlock",imageMouse:"shein-components_imagespreviewer_imageMouse",gallery:"shein-components_imagespreviewer_gallery",display:"shein-components_imagespreviewer_display",content:"shein-components_imagespreviewer_content",imageShow:"shein-components_imagespreviewer_imageShow",imgDrag:"shein-components_imagespreviewer_imgDrag",imgEl:"shein-components_imagespreviewer_imgEl",topButtons:"shein-components_imagespreviewer_topButtons",fixSize:"shein-components_imagespreviewer_fixSize",overlay:"shein-components_imagespreviewer_overlay",imageWrap:"shein-components_imagespreviewer_imageWrap",imgDragable:"shein-components_imagespreviewer_imgDragable",zoomIn:"shein-components_imagespreviewer_zoomIn",zoomOut:"shein-components_imagespreviewer_zoomOut",imageWrapBottom:"shein-components_imagespreviewer_imageWrapBottom",slideButtons:"shein-components_imagespreviewer_slideButtons",prevButton:"shein-components_imagespreviewer_prevButton",nextButton:"shein-components_imagespreviewer_nextButton",arrIcon:"shein-components_imagespreviewer_arrIcon",custom:"shein-components_imagespreviewer_custom",imageShowBottom:"shein-components_imagespreviewer_imageShowBottom",imageNav:"shein-components_imagespreviewer_imageNav",imageNavBottom:"shein-components_imagespreviewer_imageNavBottom",navFooter:"shein-components_imagespreviewer_navFooter",navBox:"shein-components_imagespreviewer_navBox",navBoxBottom:"shein-components_imagespreviewer_navBoxBottom",navWrapper:"shein-components_imagespreviewer_navWrapper",navWrapperBottom:"shein-components_imagespreviewer_navWrapperBottom",navItem:"shein-components_imagespreviewer_navItem",active:"shein-components_imagespreviewer_active",activeBottom:"shein-components_imagespreviewer_activeBottom",navItemTitle:"shein-components_imagespreviewer_navItemTitle",navItemBottom:"shein-components_imagespreviewer_navItemBottom",garlleryBottom:"shein-components_imagespreviewer_garlleryBottom",svgIcon:"shein-components_imagespreviewer_svgIcon",svgIconBottom:"shein-components_imagespreviewer_svgIconBottom",popover:"shein-components_imagespreviewer_popover",bottomButtons:"shein-components_imagespreviewer_bottomButtons",navIndex:"shein-components_imagespreviewer_navIndex",navIndexBottom:"shein-components_imagespreviewer_navIndexBottom",tooltipstyle:"shein-components_imagespreviewer_tooltipstyle"};class pa extends a().Component{constructor(t){super(t),this.onClose=()=>{window.innerWidth>document.body.clientWidth&&(document.documentElement.style.overflow="",document.documentElement.style.paddingRight=""),this.setState({galleryVisible:!1});var r=this.props.onClose;typeof r=="function"&&r()},this.openGallery=(r,o)=>{var l=this.props.enableTriggerFatherClickEvent;if(o&&!l&&o.stopPropagation(),window.innerWidth>document.body.clientWidth){var h=window.innerWidth-document.body.clientWidth;document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=`${h}px`}this.setState({galleryVisible:!0,galleryIndex:r})},this.onBadgeClick=r=>{r.stopPropagation();var o=this.props.onBadgeClick;o&&o()},this.state={galleryVisible:!1,galleryIndex:0}}get uiText(){var t=this.props.uiText,r=pa.defaultProps.uiText,o=Object.entries(r).reduce((l,h)=>{var Y=gh(h,2),w=Y[0],_=Y[1],D=!t[w]||t[w]===_?this.translate(_):t[w];return po(po({},l),{},{[w]:D})},{});return o}get thumbTotal(){var t=this.props.dataSource.thumb;return t.length||void 0}get showMore(){var t=this.props,r=t.thumbNum,o=t.dataSource.thumb,l=t.renderThumb,h=t.showThumbTotal;return r&&r<o.length&&!l&&!h||!1}get limit(){var t=this.props,r=t.showThumbTotal,o=t.thumbNum;return r?1:o||1}translate(t){var r=this.props.t;return r?r(t):t}renderMyThumb(t,r){var o=this.props,l=o.dataSource,h=o.width,Y=o.height,w=o.imgStyle,_=o.showPopover,D=o.showThumbTotal,I=o.showImgCopy,N=o.popContainer,q=this.thumbTotal,ee=D&&q,J=x()(Sn.imageItem,{[Sn.showBadge]:ee});return a().createElement("div",{key:t+r,className:J,style:po(po({},w),{},{backgroundImage:`url("${t}")`,width:h,height:Y}),onClick:ce=>this.openGallery(r,ce)},I&&a().createElement("img",{className:Sn.copy,src:t,alt:"copy"}),_&&a().createElement(m.Popover,{getPopupContainer:N,position:"right",mouseLeaveDelay:0,className:Sn.popover},a().createElement("div",{className:Sn.imageMouse},l.origin.length&&l.origin[r]&&a().createElement("img",{src:l.origin[r],alt:""}))),ee&&a().createElement("div",{onClick:this.onBadgeClick,className:Sn.thumbBadge},q))}render(){var t=this.state,r=t.galleryVisible,o=t.galleryIndex,l=this.props,h=l.dataSource,Y=l.thumbNum,w=l.renderThumb,_=l.style,D=l.iconStyle,I=l.iconSvgStyle,N=l.className,q=l.customElement,ee=l.onChange,J=l.showRotate,ce=l.showArrow,me=l.showClose,ve=l.showIndex,ge=l.navAble,ze=l.zoomAble,Pe=l.zoomMax,He=l.zoomMin,De=l.zoomRatio,Fe=l.zoomShrinkRatio,We=l.zoomSpeed,$e=l.zoomType,W=l.dragAble,E=l.zIndex,c=l.renderDetail,s=l.titles,d=l.navColumnNum,g=l.navStyle,k=l.bgStyle,O=l.bgNavStyle,F=l.fixSize,R=l.alwaysShowThumb,K=l.onConfirm,le=l.renderMore,Te=l.navPosition,Ae=l.stopBodyScroll,ct=l.scrollableClass,yt=l.rotateStep,mr=l.t,vr=l.onScale,Sr=l.onRotate,Br=l.thumbBlock,Pu=l.lazy,d_=this.showMore,c_=this.limit,Iu=this.uiText;return!h||!h.thumb||!h.thumb.length?null:a().createElement("div",{className:x()(Sn.imageList,N,{[Sn.imageListBlock]:Br}),style:_},h.thumb.slice(0,c_).map((Ed,Hu)=>w?w(Ed,Hu,this.openGallery,this.onClose):a().createElement(_h,Su({},this.props,{key:Hu,img:Ed,idx:Hu,uiText:Iu,thumbTotal:this.thumbTotal,openGallery:this.openGallery,onBadgeClick:this.onBadgeClick}))),a().createElement(ch,{showMore:d_,open:this.openGallery,idx:Y,more:le,uiText:Iu}),r&&a().createElement(ud,{zIndex:E,showArrow:ce,showRotate:J,showClose:me,showIndex:ve,navAble:ge,zoomAble:ze,zoomMax:Pe,zoomMin:He,zoomRatio:De,zoomShrinkRatio:Fe,zoomSpeed:We,zoomType:$e,dragAble:W,dataSource:h,iconStyle:D,iconSvgStyle:I,index:o,customElement:q,onChange:ee,onClose:this.onClose,renderDetail:c,titles:s,navColumnNum:d,navStyle:g,bgStyle:k,bgNavStyle:O,fixSize:F,alwaysShowThumb:R,onConfirm:K,uiText:Iu,navPosition:Te,stopBodyScroll:Ae,scrollableClass:ct,rotateStep:yt,t:mr,onScale:vr,onRotate:Sr}))}}pa.Gallery=ud;var v_=null;pa.propTypes={dataSource:i().shape({thumb:i().arrayOf(i().string),origin:i().arrayOf(i().string)}).isRequired,uiText:i().shape({failedText:i().string,previousText:i().string,nextText:i().string,leftRotateText:i().string,rightRotateText:i().string,closeText:i().string,zoomInText:i().string,zoomOutText:i().string,cancelText:i().string,confirmText:i().string,moreText:i().string}),thumbNum:i().number,thumbBlock:i().bool,renderThumb:i().func,renderDetail:i().func,width:i().string,height:i().string,style:i().shape({}),className:i().string,imgStyle:i().shape({}),iconStyle:i().shape({}),iconSvgStyle:i().shape({}),customElement:i().element,onChange:i().func,onClose:i().func,showIndex:i().bool,showArrow:i().bool,showClose:i().bool,showRotate:i().bool,rotateStep:i().number,showPopover:i().bool,popoverProps:i().shape({}),showThumbTotal:i().bool,onBadgeClick:i().func,showImgCopy:i().bool,popContainer:i().func,navAble:i().bool,zoomAble:i().bool,zoomMax:i().number,zoomMin:i().number,zoomRatio:i().number,zoomShrinkRatio:i().number,zoomSpeed:i().number,zoomType:i().string,dragAble:i().bool,zIndex:i().number,titles:i().arrayOf(i().node),navColumnNum:i().number,navStyle:i().shape({}),bgStyle:i().shape({}),bgNavStyle:i().shape({}),fixSize:i().bool,alwaysShowThumb:i().bool,onConfirm:i().func,renderMore:i().func,enableTriggerFatherClickEvent:i().bool,navPosition:i().string,stopBodyScroll:i().bool,scrollableClass:i().string,t:i().func,onScale:i().func,onRotate:i().func,lazy:i().bool},pa.defaultProps={width:"80px",height:"100px",showRotate:!1,showClose:!0,showArrow:!0,showPopover:!0,popoverProps:{},showThumbTotal:!1,showImgCopy:!1,navAble:!0,zoomAble:!1,zoomSpeed:100,dragAble:!1,zIndex:9999,imgStyle:{},zoomMax:10,zoomMin:.1,zoomShrinkRatio:.3,navColumnNum:2,uiText:{failedText:"\u672A\u627E\u5230",previousText:"\u4E0A\u4E00\u5F20",nextText:"\u4E0B\u4E00\u5F20",leftRotateText:"\u5411\u5DE6\u65CB\u8F6C",rightRotateText:"\u5411\u53F3\u65CB\u8F6C",closeText:"\u5173\u95ED",zoomInText:"\u653E\u5927",zoomOutText:"\u7F29\u5C0F",cancelText:"\u53D6\u6D88",confirmText:"\u786E\u8BA4\u9009\u62E9",moreText:"\u66F4\u591A"},enableTriggerFatherClickEvent:!1,navPosition:"right",stopBodyScroll:!0,scrollableClass:"",thumbBlock:!1,lazy:!1};var kh=pa,ht={itNoticeModal:"shein-components_systemrobotassistant_itNoticeModal",modalHeader:"shein-components_systemrobotassistant_modalHeader",tabExtraCon:"shein-components_systemrobotassistant_tabExtraCon",closeIcon:"shein-components_systemrobotassistant_closeIcon",modalBody:"shein-components_systemrobotassistant_modalBody",leftCon:"shein-components_systemrobotassistant_leftCon",leftHeader:"shein-components_systemrobotassistant_leftHeader",indentIcon:"shein-components_systemrobotassistant_indentIcon",indentHeader:"shein-components_systemrobotassistant_indentHeader",leftListCon:"shein-components_systemrobotassistant_leftListCon",menuItem:"shein-components_systemrobotassistant_menuItem",active:"shein-components_systemrobotassistant_active",indentLeftCon:"shein-components_systemrobotassistant_indentLeftCon",headTitle:"shein-components_systemrobotassistant_headTitle",rightCon:"shein-components_systemrobotassistant_rightCon",tabHeader:"shein-components_systemrobotassistant_tabHeader",tabItem:"shein-components_systemrobotassistant_tabItem",helpIcon:"shein-components_systemrobotassistant_helpIcon",subTabCon:"shein-components_systemrobotassistant_subTabCon",tabCon:"shein-components_systemrobotassistant_tabCon",signatureCon:"shein-components_systemrobotassistant_signatureCon",signatureTextCon:"shein-components_systemrobotassistant_signatureTextCon",configText:"shein-components_systemrobotassistant_configText",mainNoticeCon:"shein-components_systemrobotassistant_mainNoticeCon",containerTitle:"shein-components_systemrobotassistant_containerTitle",numberText:"shein-components_systemrobotassistant_numberText",datesCon:"shein-components_systemrobotassistant_datesCon",dateItem:"shein-components_systemrobotassistant_dateItem",tableWrapper:"shein-components_systemrobotassistant_tableWrapper",table:"shein-components_systemrobotassistant_table",tdCol:"shein-components_systemrobotassistant_tdCol",title:"shein-components_systemrobotassistant_title",listItem:"shein-components_systemrobotassistant_listItem",clickText:"shein-components_systemrobotassistant_clickText",modalFooter:"shein-components_systemrobotassistant_modalFooter"},hd=e=>[{title:e("\u5E8F\u53F7"),render:"serialNumber",width:60},{title:e("\u62A5\u544A\u4EBA"),width:100,render:"reportUserName"},{title:e("\u9700\u6C42\u63CF\u8FF0"),width:200,render:t=>{var r;return t.isOneOrderMutiDemand!==2?a().createElement("div",{className:ht.clickText,onClick:()=>{window.open(t==null?void 0:t.jiraInfoList[0].jiraUrl)}},t==null?void 0:t.jiraInfoList[0].jiraDescription):a().createElement("div",{className:ht.tdCol},a().createElement("div",{className:ht.title},e("\u4E00\u5355\u591A\u9700\u6C42")),(r=t.jiraInfoList)===null||r===void 0?void 0:r.map((o,l)=>{var h;return a().createElement("div",{className:ht.listItem},((h=t.jiraInfoList)===null||h===void 0?void 0:h.length)>1?a().createElement("span",{style:{flexShrink:0}},l+1,"\u3001\xA0"):null,a().createElement("span",{className:ht.clickText,onClick:()=>{window.open(o.jiraUrl)}},o.jiraDescription))}))}},{title:e("\u4E1A\u52A1\u9700\u6C42\u5355\u53F7"),width:120,render:t=>t.bizProjectIssueNum?a().createElement("div",null,a().createElement("div",{className:ht.clickText,onClick:()=>{window.open(t.jiraIssueUrl)}},t.bizProjectIssueNum),t.bizOrigDemandOnlineCount>0?a().createElement("div",null,e("\u7D2F\u8BA1\u5DF2\u4E0A\u7EBF{0}\u4E2A",t.bizOrigDemandOnlineCount)):null):"/"},{title:e("\u56FE\u7247"),width:120,render:t=>{var r;return(r=t.imageUrlList)!==null&&r!==void 0&&r.length?a().createElement(kh,{width:"80px",height:"60px",showRotate:!0,showThumbTotal:!0,showPopover:!1,dataSource:{thumb:t.imageUrlList||[],origin:t.imageUrlList||[]},onBadgeClick:()=>{console.warn("badge click!")}}):"/"}}],Th=e=>{var t,r=e.infoLoading,o=e.info,l=e.belongSystemList,h=e.curBelongSystemId,Y=e.onTabChange,w=e.t,_=(0,M.useMemo)(()=>hd(w),[w]);return a().createElement("div",{className:ht.tabCon},l!=null&&l.length?a().createElement(m.Tabs,{className:ht.subTabCon,shape:"line",active:h,onChange:D=>{Y&&Y(D)}},l==null?void 0:l.map(D=>a().createElement(m.Tabs.Panel,{key:D.belongSystemId,id:D.belongSystemId,tab:D.belongSystemName}))):null,a().createElement("div",{className:ht.mainNoticeCon},(o==null?void 0:o.jiraCount)>0?a().createElement("div",{className:ht.containerTitle},w("\u5305\u542B{0}\u4E2A\u9700\u6C42",a().createElement("span",{className:ht.numberText},o.jiraCount))):null,a().createElement(co,null,(t=o.jiraUnitList)!==null&&t!==void 0&&t.length?a().createElement("div",{className:ht.tableWrapper},a().createElement(m.Table,{empty:w("\u6682\u65E0\u6570\u636E"),width:600,columns:_,loading:r,className:ht.table,data:o.jiraUnitList||[]})):null)))},Yh=Th,Sh=e=>{var t,r=e.infoLoading,o=e.info,l=e.belongSystemList,h=e.curBelongSystemId,Y=e.t,w=e.onSystemChange,_=e.dateInfoList,D=e.selectedDateInDouble,I=e.onDateChange,N=(0,M.useMemo)(()=>hd(Y),[Y]);return a().createElement("div",{className:ht.tabCon},l!=null&&l.length?a().createElement(m.Tabs,{className:ht.subTabCon,shape:"line",active:h,onChange:q=>{w&&w(q)}},l==null?void 0:l.map(q=>a().createElement(m.Tabs.Panel,{key:q.belongSystemId,id:q.belongSystemId,tab:q.belongSystemName}))):null,a().createElement("div",{className:ht.datesCon},_==null?void 0:_.map(q=>a().createElement("div",{className:[ht.dateItem,D===q.date&&ht.active].join(" "),onClick:()=>{I&&I(q)}},q.dateStr))),a().createElement("div",{className:ht.mainNoticeCon},(o==null?void 0:o.jiraCount)>0?a().createElement("div",{className:ht.containerTitle},Y("\u5305\u542B{0}\u4E2A\u9700\u6C42",a().createElement("span",{className:ht.numberText},o.jiraCount))):null,a().createElement(co,{className:ht.cardBody,loading:r},(t=o.jiraUnitList)!==null&&t!==void 0&&t.length?a().createElement("div",{className:ht.tableWrapper},a().createElement(m.Table,{empty:Y("\u6682\u65E0\u6570\u636E"),width:600,columns:N,className:ht.table,data:o.jiraUnitList||[]})):null)))},Dh=Sh,Oh=(e,t)=>{var r=fa()(e).year(),o=fa()(t).year();return`${o!==r?`${o}-`:""}${fa()(t).format("MM-DD")}`};function y_(e){return postRequest("/front/manual/getITInform",e)}function Eh(e){return ur("/front/manual/allReportList",e)}function jh(e){return ur("/front/manual/report/systemList",e)}function xh(e){return ur("/front/manual/system/popITInform",e)}function Ph(e){return ur("/front/manual/plan/systemDateList",e)}function Ih(e){return ur("/front/manual/system/popITDoubleWeekInform",e)}function Hh(e){return ur("/front/manual/readITInform",e)}function Hr(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Hr=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function _d(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function va(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){_d(h,o,l,Y,w,"next",_)}function w(_){_d(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function pd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function vd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?pd(Object(r),!0).forEach(function(o){Ah(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):pd(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Ah(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ch(e,t){return Bh(e)||Rh(e,t)||Wh(e,t)||Nh()}function Nh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
656
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Wh(e,t){if(!!e){if(typeof e=="string")return yd(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return yd(e,t)}}function yd(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function Rh(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function Bh(e){if(Array.isArray(e))return e}var vo=x().bind(x()),pn={SINGLE:1,DOUBLE:2},zh={info:{},menuCollapse:!1,activeDate:"",curBelongSystemId:"",planInfo:{},pageNo:1,pageSize:100,reportLoading:!1,tabType:pn.SINGLE,infoLoading:!1,curReportDateInfo:{},sealConfig:"",belongSystemList:[],selectedDateInDouble:"",dateInfoList:[]},gd=e=>{var t=e.zIndex,r=e.defaultMenuCollapse,o=e.t,l=e.onClose,h=e.onOk,Y=da(vd(vd({},zh),{},{menuCollapse:r})),w=Ch(Y,2),_=w[0],D=w[1],I=_.info,N=_.menuCollapse,q=_.activeDate,ee=_.sealConfig,J=_.reportInfoList,ce=_.pageNo,me=_.pageSize,ve=_.reportLoading,ge=_.tabType,ze=_.infoLoading,Pe=_.curReportDateInfo,He=_.belongSystemList,De=_.curBelongSystemId,Fe=_.dateInfoList,We=_.selectedDateInDouble,$e=_.submitLoading,W=(0,M.useCallback)((k,O)=>{D({infoLoading:!0}),xh({itInformId:k,belongSystemId:O}).then(F=>{D({infoLoading:!1}),F&&D({info:(F==null?void 0:F.info)||{},tabType:pn.SINGLE})})},[]),E=(0,M.useCallback)((k,O,F)=>{D({infoLoading:!0}),Ih({itInformId:k,belongSystemId:O,date:F}).then(R=>{D({infoLoading:!1}),R&&D({info:(R==null?void 0:R.info)||{},tabType:pn.DOUBLE})})},[]),c=(0,M.useCallback)(function(){var k=va(Hr().mark(function O(F){var R,K,le,Te,Ae,ct,yt,mr;return Hr().wrap(function(Sr){for(;;)switch(Sr.prev=Sr.next){case 0:return Sr.next=2,Ph({itInformId:F});case 2:R=Sr.sent,R&&(D({belongSystemList:(R==null?void 0:R.info)||[]}),R!=null&&(K=R.info)!==null&&K!==void 0&&K.length&&(Ae=R.info[0]||{},ct=Ae.belongSystemId,yt=(R==null||(le=R.info[0])===null||le===void 0?void 0:le.dateInfoList)||[],mr=(Te=yt[0])===null||Te===void 0?void 0:Te.date,D({curBelongSystemId:ct,dateInfoList:yt,selectedDateInDouble:mr}),mr&&E(F,ct,mr)));case 4:case"end":return Sr.stop()}},O)}));return function(O){return k.apply(this,arguments)}}(),[]),s=(0,M.useCallback)(function(){var k=va(Hr().mark(function O(F){var R,K,le,Te;return Hr().wrap(function(ct){for(;;)switch(ct.prev=ct.next){case 0:return ct.next=2,jh({itInformId:F});case 2:R=ct.sent,R&&(D({belongSystemList:(R==null?void 0:R.info)||[]}),(K=R.info)!==null&&K!==void 0&&K.length&&(le=R.info[0]||{},Te=le.belongSystemId,D({curBelongSystemId:Te}),W(F,Te)));case 4:case"end":return ct.stop()}},O)}));return function(O){return k.apply(this,arguments)}}(),[]),d=(0,M.useCallback)((k,O)=>{D({reportLoading:!0}),Eh({pageNo:k.pageNo||1,pageSize:me}).then(F=>{if(D({reportLoading:!1}),F){var R=(F==null?void 0:F.info)||{},K=R.reportInfoList,le=K===void 0?[]:K,Te=O?[...J,...le]:le,Ae=O?Pe:(Te==null?void 0:Te[0])||{};D({sealConfig:F==null?void 0:F.info.sealConfig,reportInfoList:Te,curReportDateInfo:Ae}),O&&le!==null&&le!==void 0&&le.length&&D({pageNo:k.pageNo}),!O&&le!==null&&le!==void 0&&le.length&&s(Ae.itInformId)}})},[J,q,Pe,s]);(0,M.useEffect)(()=>{d({pageNo:1})},[]);var g=(0,M.useCallback)(function(){var k=va(Hr().mark(function O(F){var R;return Hr().wrap(function(le){for(;;)switch(le.prev=le.next){case 0:return le.next=2,Hh({itInformId:F});case 2:return R=le.sent,le.abrupt("return",R);case 4:case"end":return le.stop()}},O)}));return function(O){return k.apply(this,arguments)}}(),[Pe]);return a().createElement(m.Modal,{visible:!0,hideClose:!0,fullScreen:!0,maskCloseAble:!0,zIndex:t,className:ht.itNoticeModal,onClose:va(Hr().mark(function k(){return Hr().wrap(function(F){for(;;)switch(F.prev=F.next){case 0:return F.next=2,g(Pe.itInformId);case 2:l();case 3:case"end":return F.stop()}},k)}))},a().createElement("div",{className:ht.modalHeader},a().createElement("div",null,o("\u7248\u672C\u4E0A\u7EBF\u901A\u77E5")),Pe.startDate?a().createElement("div",{className:ht.tabExtraCon},o("\u751F\u6210\u65E5\u671F\uFF1A"),Oh(fa()(),Pe.startDate)):null,a().createElement(Je,{name:"pc-close",className:ht.closeIcon,onClick:va(Hr().mark(function k(){return Hr().wrap(function(F){for(;;)switch(F.prev=F.next){case 0:return F.next=2,g(Pe.itInformId);case 2:l();case 3:case"end":return F.stop()}},k)}))})),a().createElement(co,{className:ht.modalBody},J!=null&&J.length?a().createElement(a().Fragment,null,a().createElement("div",{className:vo(ht.leftCon,!N&&ht.indentLeftCon)},a().createElement("div",{className:ht.leftHeader},a().createElement("span",{className:ht.headTitle},o("\u516C\u544A\u5217\u8868")),a().createElement(Je,{name:N?"pc-indent":"pc-outdent",className:ht.indentIcon,onClick:()=>{D({menuCollapse:!N})}})),N?a().createElement(vm,{className:ht.leftListCon,loading:ve,onRefresh:()=>{d({pageNo:ce+1},!0)}},J==null?void 0:J.map(k=>a().createElement("div",{className:vo(ht.menuItem,Pe.itInformId===k.itInformId&&ht.active),onClick:()=>{D({curReportDateInfo:k,tabType:pn.SINGLE,dateInfoList:[],belongSystemList:[],info:{}}),s(k.itInformId)}},k.title))):null),a().createElement("div",{className:ht.rightCon},a().createElement("div",{className:ht.tabHeader},a().createElement("div",{className:vo(ht.tabItem,ge===pn.SINGLE&&ht.active),onClick:()=>{D({tabType:pn.SINGLE,info:{},belongSystemList:[],dateInfoList:[]}),s(Pe.itInformId)}},a().createElement("span",null,Pe.windowTitle),Pe.windowTitlePlus?a().createElement("span",null,Pe.windowTitlePlus):null),a().createElement("div",{className:vo(ht.tabItem,ge===pn.DOUBLE&&ht.active),onClick:()=>{D({tabType:pn.DOUBLE,info:{},belongSystemList:[],dateInfoList:[]}),c(Pe.itInformId)}},a().createElement("span",null,o("\u53CC\u5468\u8BA1\u5212")),a().createElement("span",null,"(",Pe.windowPlanTitle,")"),a().createElement("span",{className:ht.helpIcon},a().createElement(m.Popover,{zIndex:t+1,trigger:"hover"},o("\u53CC\u5468\u8BA1\u5212\u6570\u636E\u662F\u7248\u672C\u4E0A\u7EBF\u901A\u77E5\u751F\u6210\u65F6\uFF0C\u67E5\u8BE2\u5230\u7684\u8BA1\u5212\u4E0A\u7EBF\u6570\u636E\u3002")),a().createElement(Je,{name:"pc-help-circle",fontSize:14})))),a().createElement("div",{className:ht.signatureCon},a().createElement("img",{src:"https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.96/image/hfc/pc-invalid.svg",alt:""}),a().createElement("div",{className:ht.signatureTextCon},a().createElement("div",{className:ht.configText},ee),a().createElement("div",null,o("IT\u901A\u544A\u53D1\u6587\u4E13\u7528\u7AE0")))),ge===pn.SINGLE?a().createElement(Yh,{info:I,belongSystemList:He,curBelongSystemId:De,infoLoading:ze,t:o,onTabChange:k=>{D({curBelongSystemId:k}),W(Pe.itInformId,k)}}):a().createElement(Dh,{info:I,belongSystemList:He,curBelongSystemId:De,dateInfoList:Fe,selectedDateInDouble:We,infoLoading:ze,t:o,onSystemChange:k=>{var O,F,R=(He==null||(O=He.find(le=>le.belongSystemId===k))===null||O===void 0?void 0:O.dateInfoList)||[],K=(R==null||(F=R[0])===null||F===void 0?void 0:F.date)||"";D({curBelongSystemId:k,dateInfoList:R,selectedDateInDouble:K}),E(Pe.itInformId,k,K)},onDateChange:k=>{D({selectedDateInDouble:k.date}),E(Pe.itInformId,De,k.date)}}))):null),J!=null&&J.length?a().createElement("div",{className:ht.modalFooter},a().createElement(m.Button,{type:"primary",disabled:ze,loading:$e,onClick:va(Hr().mark(function k(){var O;return Hr().wrap(function(R){for(;;)switch(R.prev=R.next){case 0:return D({submitLoading:!0}),R.next=3,g(Pe.itInformId);case 3:O=R.sent,D({submitLoading:!1}),O&&h();case 6:case"end":return R.stop()}},k)}))},o("\u6211\u77E5\u9053\u4E86"))):null)};gd.defaultProps={defaultMenuCollapse:!1};var wd=Am(gd,"itNotice-modal"),g_=null;function Fh(e){return ur("/front/manual/getSystemDateList",e)}function Uh(e){return ur("/front/manual/getVersionPlan",e)}var Lr={itNoticeTabCon:"shein-components_systemrobotassistant_itNoticeTabCon",mainNoticeCon:"shein-components_systemrobotassistant_mainNoticeCon",cardBody:"shein-components_systemrobotassistant_cardBody",cardItem:"shein-components_systemrobotassistant_cardItem",itemHeader:"shein-components_systemrobotassistant_itemHeader",img:"shein-components_systemrobotassistant_img",total:"shein-components_systemrobotassistant_total",headerRight:"shein-components_systemrobotassistant_headerRight",itemBody:"shein-components_systemrobotassistant_itemBody",listItem:"shein-components_systemrobotassistant_listItem",checkMore:"shein-components_systemrobotassistant_checkMore",clickText:"shein-components_systemrobotassistant_clickText",noticeMenus:"shein-components_systemrobotassistant_noticeMenus",menuItem:"shein-components_systemrobotassistant_menuItem",active:"shein-components_systemrobotassistant_active"};function Du(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Du=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function bd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function yo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?bd(Object(r),!0).forEach(function(o){Gh(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):bd(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Gh(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Md(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function $h(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){Md(h,o,l,Y,w,"next",_)}function w(_){Md(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function Vh(e,t){return Zh(e)||Kh(e,t)||qh(e,t)||Jh()}function Jh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
657
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function qh(e,t){if(!!e){if(typeof e=="string")return Ld(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ld(e,t)}}function Ld(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function Kh(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o=[],l=!0,h=!1,Y,w;try{for(r=r.call(e);!(l=(Y=r.next()).done)&&(o.push(Y.value),!(t&&o.length===t));l=!0);}catch(_){h=!0,w=_}finally{try{!l&&r.return!=null&&r.return()}finally{if(h)throw w}}return o}}function Zh(e){if(Array.isArray(e))return e}var Xh=x().bind(Lr),Qh={detailInfo:[],dateList:[],seletedDate:"",belongSystemList:[],curBelongSystemId:""},e_=e=>{var t=e.getBelongSystemList,r=e.zIndex,o=e.t,l=da(Qh),h=Vh(l,2),Y=h[0],w=h[1],_=Y.detailInfo,D=Y.dateList,I=Y.seletedDate,N=Y.curBelongSystemId,q=Y.belongSystemList,ee=(0,M.useCallback)(function(){var J=$h(Du().mark(function ce(me){var ve,ge,ze,Pe,He;return Du().wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Fe.next=2,Uh({belongSystemId:me.belongSystemId,date:me.date});case 2:ve=Fe.sent,ve&&(ge=ve||{},ze=ge.info,Pe=ze===void 0?[]:ze,He=0,w({detailInfo:Pe.map(We=>{var $e;return yo(yo({},We),{},{jiraInfoList:($e=We.jiraInfoList)===null||$e===void 0?void 0:$e.map(W=>yo(yo({},W),{},{showIndex:++He}))})})}));case 4:case"end":return Fe.stop()}},ce)}));return function(ce){return J.apply(this,arguments)}}(),[]);return(0,M.useEffect)(()=>{Fh().then(J=>{var ce,me,ve,ge,ze,Pe=J||{},He=Pe.info,De=He===void 0?[]:He,Fe=(De==null||(ce=De[0])===null||ce===void 0?void 0:ce.belongSystemList)||[];w({dateList:De,seletedDate:De==null||(me=De[0])===null||me===void 0?void 0:me.date,curBelongSystemId:Fe==null||(ve=Fe[0])===null||ve===void 0?void 0:ve.belongSystemId,belongSystemList:Fe}),typeof t=="function"&&t(Fe),ee({belongSystemId:Fe==null||(ge=Fe[0])===null||ge===void 0?void 0:ge.belongSystemId,date:De==null||(ze=De[0])===null||ze===void 0?void 0:ze.date})})},[]),a().createElement("div",{className:Lr.itNoticeTabCon},a().createElement(_m,{activeDay:I,data:D,t:o,onChange:J=>{var ce,me,ve=J.belongSystemList||[];w({seletedDate:J.date,curBelongSystemId:ve==null||(ce=ve[0])===null||ce===void 0?void 0:ce.belongSystemId,belongSystemList:ve}),ee({belongSystemId:ve==null||(me=ve[0])===null||me===void 0?void 0:me.belongSystemId,date:J.date})}}),a().createElement("div",{className:Lr.mainNoticeCon},a().createElement(co,{className:Lr.cardBody},_==null?void 0:_.map(J=>{var ce,me,ve;return a().createElement("div",{className:Lr.cardItem},a().createElement("div",{className:Lr.itemHeader},a().createElement("div",{className:Lr.headerLeft},a().createElement("span",{className:Lr.clickText,style:{marginRight:8},onClick:()=>{window.open(J.jiraIssueUrl)}},J.bizProjectIssueNum||J.projectIssueNum),J.bizOrigDemandOnlineCount>0?a().createElement("span",{className:Lr.total},o("\u7D2F\u8BA1\u5DF2\u4E0A\u7EBF:"),J.bizOrigDemandOnlineCount):null),a().createElement("div",{className:Lr.headerRight},J==null||(ce=J.jiraInfoList)===null||ce===void 0||(me=ce[0])===null||me===void 0?void 0:me.reporterUserName)),a().createElement("div",{className:Lr.itemBody},J==null||(ve=J.jiraInfoList)===null||ve===void 0?void 0:ve.map(ge=>a().createElement("div",{className:Lr.listItem},a().createElement("div",{className:Lr.content},a().createElement("span",null,ge.showIndex,".\xA0"),a().createElement("span",{className:Lr.clickText,onClick:()=>{window.open(ge==null?void 0:ge.jiraUrl)}},ge==null?void 0:ge.summary))))))})),a().createElement("div",{className:Lr.checkMore,onClick:()=>{wd({zIndex:r,defaultMenuCollapse:!0,t:o})}},o("\u67E5\u770B\u66F4\u591A\u516C\u544A"))),(q==null?void 0:q.length)>1?a().createElement("div",{className:Lr.noticeMenus},q==null?void 0:q.map(J=>a().createElement("div",{key:J.belongSystemId,className:Xh(Lr.menuItem,N===J.belongSystemId&&Lr.active),onClick:()=>{w({curBelongSystemId:J.belongSystemId}),ee({belongSystemId:J.belongSystemId,date:I})}},a().createElement(bl,{value:J.belongSystemName,popProps:{zIndex:r}})))):null)},t_=e_;function Ou(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Ou=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function kd(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function r_(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){kd(h,o,l,Y,w,"next",_)}function w(_){kd(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function Td(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function go(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Td(Object(r),!0).forEach(function(o){n_(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Td(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function n_(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class Yd extends M.Component{constructor(t){super(t),this.state={selectedTab:"",tabs:[],isHasGuarantee:!1,groupTree:[],defaultSelectedGroupId:"",chatModalWidth:440,itLen:0,allConfigUserGroupIdList:[]},this.getGroupTree=this.getGroupTree.bind(this)}componentDidMount(){zs().then(t=>{if(t){var r,o=t.info||[],l=[];o.forEach(h=>{Kr.forEach(Y=>{h.value===Y.value&&h.value!==Kr[2].value&&l.push(go(go({},Y),h))})}),this.setState({tabs:l,selectedTab:l==null?void 0:l[0].value,isHasGuarantee:!!((r=t.info)!==null&&r!==void 0&&r.find(h=>h.value===Kr[2].value))},()=>{this.getGroupTree()})}})}getStyle(){var t,r=this.state,o=r.chatModalWidth,l=r.selectedTab,h=r.itLen,Y=this.props,w=Y.iconRef,_=Y.modalRef,D=12;if(!w)return{bottom:68/2+12,right:56+32+D};var I=(w==null?void 0:w.getBoundingClientRect())||{},N=I.left,q=I.top,ee=I.width,J=I.height,ce=Math.min(660,window.innerHeight*.85),me=o,ve=l===Kr[3].value&&h>1?120:0,ge=(_==null||(t=_.current)===null||t===void 0?void 0:t.getBoundingClientRect())||{},ze=ge.left,Pe=ze===void 0?0:ze,He=ge.top,De=He===void 0?0:He,Fe=window.innerWidth,We=window.innerHeight,$e={};return q-J/2>=ce?$e.top=q-ce+J/2:We-J/2-q>=ce?$e.top=q+J/2:De>0&&De<q?$e.top=0:We-De<ce?$e.top=We-ce:$e.top=De,N>=me+D+ve?$e.left=N-me-D:Fe-ee-N>=me+D?$e.left=ee+N+D:$e.top=Pe,$e}getDefaultId(t){var r,o;return t!=null&&(r=t.children)!==null&&r!==void 0&&r.length?this.getDefaultId(t==null||(o=t.children)===null||o===void 0?void 0:o[0]):t==null?void 0:t.value}getGroupTree(){var t=this;return r_(Ou().mark(function r(){var o,l,h,Y;return Ou().wrap(function(_){for(;;)switch(_.prev=_.next){case 0:if(o=t.state.selectedTab,o===Kr[1].value){_.next=3;break}return _.abrupt("return");case 3:return l=t.props.nodeIdList,_.next=6,Fs({configUserGroupIdList:l});case 6:h=_.sent,h&&t.setState({groupTree:h.info?[h.info]:[],defaultSelectedGroupId:t.getDefaultId(h==null?void 0:h.info),chatModalWidth:h!=null&&h.info?690:440,allConfigUserGroupIdList:(h==null||(Y=h.info)===null||Y===void 0?void 0:Y.configUserGroupIdList)||[]});case 8:case"end":return _.stop()}},r)}))()}render(){var t=this.props,r=t.onClose,o=t.zIndex,l=t.checkBeforeCallWechat,h=t.modalRef,Y=t.chatgptUse,w=t.t,_=this.state,D=_.selectedTab,I=_.isHasGuarantee,N=_.tabs,q=_.groupTree,ee=_.defaultSelectedGroupId,J=_.chatModalWidth,ce=_.allConfigUserGroupIdList;return a().createElement("div",{ref:h,style:go(go({},this.getStyle()),{},{zIndex:o,width:J||440}),className:lr.chatModalWrapper,onClick:me=>{me.stopPropagation()}},a().createElement("div",{className:lr.header},a().createElement("div",{className:lr.midlleWrapper},N.map((me,ve)=>a().createElement(Gs,{key:me.label,selected:me.value===D,className:lr.tabItem,onChange:()=>{this.setState({selectedTab:me.value,chatModalWidth:440},()=>{this.getGroupTree()})}},a().createElement(Je,{name:me.icon,fontSize:14,className:lr.tabIcon}),me.label,me.popoverContent?a().createElement("div",{style:{marginLeft:4}},a().createElement(m.Popover,{zIndex:o,trigger:"hover"},w(me.popoverContent)),a().createElement(Je,{name:"pc-help-circle",fontSize:14})):null))),a().createElement(Je,{name:"odec-close",className:lr.closedIcon,onClick:r})),D===Kr[0].value?a().createElement(lc,this.props):null,D===Kr[1].value?a().createElement(rm,{defaultSelectedGroupId:ee,groupTree:q,isHasGuarantee:I,checkBeforeCallWechat:l,chatgptUse:Y,allConfigUserGroupIdList:ce,t:w}):null,D===Kr[3].value?a().createElement(t_,{zIndex:o,t:w,getBelongSystemList:me=>{this.setState({itLen:me==null?void 0:me.length})}}):null)}}Yd.propTypes={onClose:i().func,iconRef:i().shape({getBoundingClientRect:i().func})};var a_=Yd;class i_ extends M.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t,r){console.error("\u5E2E\u52A9\u4E2D\u5FC3\u7EC4\u4EF6\u62A5\u9519\u5F02\u5E38",r.componentStack)}render(){var t=this.state.hasError,r=this.props.children;return t?null:r}}var o_=i_;function Eu(){return Eu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Eu.apply(this,arguments)}function ju(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ju=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(c,s,d){c[s]=d.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",Y=l.asyncIterator||"@@asyncIterator",w=l.toStringTag||"@@toStringTag";function _(c,s,d){return Object.defineProperty(c,s,{value:d,enumerable:!0,configurable:!0,writable:!0}),c[s]}try{_({},"")}catch(c){_=function(d,g,k){return d[g]=k}}function D(c,s,d,g){var k=s&&s.prototype instanceof q?s:q,O=Object.create(k.prototype),F=new $e(g||[]);return o(O,"_invoke",{value:He(c,d,F)}),O}function I(c,s,d){try{return{type:"normal",arg:c.call(s,d)}}catch(g){return{type:"throw",arg:g}}}e.wrap=D;var N={};function q(){}function ee(){}function J(){}var ce={};_(ce,h,function(){return this});var me=Object.getPrototypeOf,ve=me&&me(me(W([])));ve&&ve!==t&&r.call(ve,h)&&(ce=ve);var ge=J.prototype=q.prototype=Object.create(ce);function ze(c){["next","throw","return"].forEach(function(s){_(c,s,function(d){return this._invoke(s,d)})})}function Pe(c,s){function d(k,O,F,R){var K=I(c[k],c,O);if(K.type!=="throw"){var le=K.arg,Te=le.value;return Te&&typeof Te=="object"&&r.call(Te,"__await")?s.resolve(Te.__await).then(function(Ae){d("next",Ae,F,R)},function(Ae){d("throw",Ae,F,R)}):s.resolve(Te).then(function(Ae){le.value=Ae,F(le)},function(Ae){return d("throw",Ae,F,R)})}R(K.arg)}var g;o(this,"_invoke",{value:function(O,F){function R(){return new s(function(K,le){d(O,F,K,le)})}return g=g?g.then(R,R):R()}})}function He(c,s,d){var g="suspendedStart";return function(k,O){if(g==="executing")throw new Error("Generator is already running");if(g==="completed"){if(k==="throw")throw O;return E()}for(d.method=k,d.arg=O;;){var F=d.delegate;if(F){var R=De(F,d);if(R){if(R===N)continue;return R}}if(d.method==="next")d.sent=d._sent=d.arg;else if(d.method==="throw"){if(g==="suspendedStart")throw g="completed",d.arg;d.dispatchException(d.arg)}else d.method==="return"&&d.abrupt("return",d.arg);g="executing";var K=I(c,s,d);if(K.type==="normal"){if(g=d.done?"completed":"suspendedYield",K.arg===N)continue;return{value:K.arg,done:d.done}}K.type==="throw"&&(g="completed",d.method="throw",d.arg=K.arg)}}}function De(c,s){var d=c.iterator[s.method];if(d===void 0){if(s.delegate=null,s.method==="throw"){if(c.iterator.return&&(s.method="return",s.arg=void 0,De(c,s),s.method==="throw"))return N;s.method="throw",s.arg=new TypeError("The iterator does not provide a 'throw' method")}return N}var g=I(d,c.iterator,s.arg);if(g.type==="throw")return s.method="throw",s.arg=g.arg,s.delegate=null,N;var k=g.arg;return k?k.done?(s[c.resultName]=k.value,s.next=c.nextLoc,s.method!=="return"&&(s.method="next",s.arg=void 0),s.delegate=null,N):k:(s.method="throw",s.arg=new TypeError("iterator result is not an object"),s.delegate=null,N)}function Fe(c){var s={tryLoc:c[0]};1 in c&&(s.catchLoc=c[1]),2 in c&&(s.finallyLoc=c[2],s.afterLoc=c[3]),this.tryEntries.push(s)}function We(c){var s=c.completion||{};s.type="normal",delete s.arg,c.completion=s}function $e(c){this.tryEntries=[{tryLoc:"root"}],c.forEach(Fe,this),this.reset(!0)}function W(c){if(c){var s=c[h];if(s)return s.call(c);if(typeof c.next=="function")return c;if(!isNaN(c.length)){var d=-1,g=function k(){for(;++d<c.length;)if(r.call(c,d))return k.value=c[d],k.done=!1,k;return k.value=void 0,k.done=!0,k};return g.next=g}}return{next:E}}function E(){return{value:void 0,done:!0}}return ee.prototype=J,o(ge,"constructor",{value:J,configurable:!0}),o(J,"constructor",{value:ee,configurable:!0}),ee.displayName=_(J,w,"GeneratorFunction"),e.isGeneratorFunction=function(c){var s=typeof c=="function"&&c.constructor;return!!s&&(s===ee||(s.displayName||s.name)==="GeneratorFunction")},e.mark=function(c){return Object.setPrototypeOf?Object.setPrototypeOf(c,J):(c.__proto__=J,_(c,w,"GeneratorFunction")),c.prototype=Object.create(ge),c},e.awrap=function(c){return{__await:c}},ze(Pe.prototype),_(Pe.prototype,Y,function(){return this}),e.AsyncIterator=Pe,e.async=function(c,s,d,g,k){k===void 0&&(k=Promise);var O=new Pe(D(c,s,d,g),k);return e.isGeneratorFunction(s)?O:O.next().then(function(F){return F.done?F.value:O.next()})},ze(ge),_(ge,w,"Generator"),_(ge,h,function(){return this}),_(ge,"toString",function(){return"[object Generator]"}),e.keys=function(c){var s=Object(c),d=[];for(var g in s)d.push(g);return d.reverse(),function k(){for(;d.length;){var O=d.pop();if(O in s)return k.value=O,k.done=!1,k}return k.done=!0,k}},e.values=W,$e.prototype={constructor:$e,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(We),!s)for(var d in this)d.charAt(0)==="t"&&r.call(this,d)&&!isNaN(+d.slice(1))&&(this[d]=void 0)},stop:function(){this.done=!0;var s=this.tryEntries[0].completion;if(s.type==="throw")throw s.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var d=this;function g(le,Te){return F.type="throw",F.arg=s,d.next=le,Te&&(d.method="next",d.arg=void 0),!!Te}for(var k=this.tryEntries.length-1;k>=0;--k){var O=this.tryEntries[k],F=O.completion;if(O.tryLoc==="root")return g("end");if(O.tryLoc<=this.prev){var R=r.call(O,"catchLoc"),K=r.call(O,"finallyLoc");if(R&&K){if(this.prev<O.catchLoc)return g(O.catchLoc,!0);if(this.prev<O.finallyLoc)return g(O.finallyLoc)}else if(R){if(this.prev<O.catchLoc)return g(O.catchLoc,!0)}else{if(!K)throw new Error("try statement without catch or finally");if(this.prev<O.finallyLoc)return g(O.finallyLoc)}}}},abrupt:function(s,d){for(var g=this.tryEntries.length-1;g>=0;--g){var k=this.tryEntries[g];if(k.tryLoc<=this.prev&&r.call(k,"finallyLoc")&&this.prev<k.finallyLoc){var O=k;break}}O&&(s==="break"||s==="continue")&&O.tryLoc<=d&&d<=O.finallyLoc&&(O=null);var F=O?O.completion:{};return F.type=s,F.arg=d,O?(this.method="next",this.next=O.finallyLoc,N):this.complete(F)},complete:function(s,d){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&d&&(this.next=d),N},finish:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.finallyLoc===s)return this.complete(g.completion,g.afterLoc),We(g),N}},catch:function(s){for(var d=this.tryEntries.length-1;d>=0;--d){var g=this.tryEntries[d];if(g.tryLoc===s){var k=g.completion;if(k.type==="throw"){var O=k.arg;We(g)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(s,d,g){return this.delegate={iterator:W(s),resultName:d,nextLoc:g},this.method==="next"&&(this.arg=void 0),N}},e}function Sd(e,t,r,o,l,h,Y){try{var w=e[h](Y),_=w.value}catch(D){r(D);return}w.done?t(_):Promise.resolve(_).then(o,l)}function s_(e){return function(){var t=this,r=arguments;return new Promise(function(o,l){var h=e.apply(t,r);function Y(_){Sd(h,o,l,Y,w,"next",_)}function w(_){Sd(h,o,l,Y,w,"throw",_)}Y(void 0)})}}function Dd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),r.push.apply(r,o)}return r}function xu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Dd(Object(r),!0).forEach(function(o){u_(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Dd(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function u_(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Od={isHover:!1,isMoving:!1,bottom:12,right:32,modalVisible:!1,mouseDownTime:0,messageCount:0,isCollapse:!1,showExpirePopover:!1};class di extends M.PureComponent{constructor(t){super(t),Es(t.hfcSpace),zi(t.env),this.state=Od,this.iconRef=(0,M.createRef)(),this.modalRef=(0,M.createRef)(),this.popoverTimerRef=(0,M.createRef)(),this.handleInit=this.handleInit.bind(this),this.setMoving=this.setMoving.bind(this),this.onMouseDown=this.onMouseDown.bind(this),this.onMouseUp=this.onMouseUp.bind(this),this.handleTokenInvalid=this.handleTokenInvalid.bind(this),this.setModalVisible=this.setModalVisible.bind(this),this.closeVisible=this.closeVisible.bind(this),this.adjustIconPosition=this.adjustIconPosition.bind(this),this.addMoveListener=this.addMoveListener.bind(this),this.mouseupListener=this.mouseupListener.bind(this),this.getRenderIcon=this.getRenderIcon.bind(this),this.isPopITInform=this.isPopITInform.bind(this)}componentDidMount(){var t=this.props,r=t.bottom,o=t.right,l=t.draggable,h=t.isLogin,Y=t.t,w=t.hfcSpace,_=t.lang;Ua(Y),Ga({[`${w}-lang`]:_||"CN"}),window.addEventListener("mouseup",this.mouseupListener),l&&window.addEventListener("mousedown",this.addMoveListener),h&&this.handleInit(),Ui(this.handleTokenInvalid),this.setState({bottom:r,right:o})}componentDidUpdate(t,r){var o=this.props,l=o.draggable,h=o.isLogin,Y=o.t,w=o.hfcSpace,_=o.lang,D=this.state.isCollapse;l&&!D&&D!==r.isCollapse&&this.adjustIconPosition(),h!==t.isLogin&&h&&this.handleInit(),(Y!==t.t||w!==t.hfcSpace||_!==t.lang)&&(Ua(Y),Ga({[`${w}-lang`]:_||"CN"})),Ui(this.handleTokenInvalid)}componentWillUnmount(){Ps(),clearInterval(this.timer);var t=this.props.draggable;t&&window.removeEventListener("mousedown",this.addMoveListener),window.removeEventListener("mouseup",this.mouseupListener),this.timer=null}onMouseDown(){this.setState({isMoving:!0,mouseDownTime:new Date().getTime()})}onMouseUp(){this.setState({isMoving:!1})}setMoving(t){var r=this.state.isMoving;if(!!r){t.preventDefault();var o=this.state,l=o.right,h=o.bottom,Y=t.movementX,w=t.movementY,_=this.iconRef.current.getBoundingClientRect(),D=_.width,I=_.height,N=window.innerWidth-D,q=window.innerHeight-I,ee=0;l-Y>=window.innerWidth?ee=window.innerWidth:ee=l-Y;var J=0;if(h-w>=window.innerHeight?J=window.innerHeight:J=h-w,ee<0||ee>N||J<0||J>q){this.setState({isCollapse:!0,modalVisible:!1});return}this.setState({right:ee,bottom:J})}}setHover(t){this.setState({isHover:t})}setModalVisible(){var t=this.state,r=t.modalVisible,o=t.mouseDownTime,l=this.props.isLogin,h=this.props.draggable;!l||h&&new Date().getTime()-o>170||this.setState({modalVisible:!r,messageCount:0})}getRenderIcon(){var t=this.props.renderIcon,r=this.props.isLogin;return typeof t=="function"?t(r):t}mouseupListener(t){var r,o,l,h;!(this!==null&&this!==void 0&&(r=this.modalRef)!==null&&r!==void 0&&(o=r.current)!==null&&o!==void 0&&o.contains(t.target))&&!(this!==null&&this!==void 0&&(l=this.iconRef)!==null&&l!==void 0&&(h=l.current)!==null&&h!==void 0&&h.contains(t.target))&&this.setState({modalVisible:!1});var Y=this.props.draggable;!Y||(this.setState({isMoving:!1}),document.body.removeEventListener("mousemove",this.setMoving))}addMoveListener(){document.body.addEventListener("mousemove",this.setMoving)}handleTokenInvalid(t){var r=this.props,o=r.bottom,l=r.right,h=r.expireTipUse;this.setState(xu(xu({},Od),{},{modalVisible:!1,bottom:o,right:l}),()=>{h&&this.setState({showExpirePopover:!0})}),h&&(this.popoverTimerRef&&clearTimeout(this.popoverTimerRef),this.popoverTimerRef=setTimeout(()=>{this.setState({showExpirePopover:!1})},15e3));var Y=this.props.tokenInvalidCallback;Y(t)}closeVisible(){this.setState({modalVisible:!1})}handleInit(){this.setState({showExpirePopover:!1}),this.statisticsMessageCount(),this.isPopITInform(),clearInterval(this.timer),this.timer=setInterval(()=>{this.statisticsMessageCount()},1e3*60*10)}statisticsMessageCount(){var t=this.props.isLogin;!t||Ja().then(r=>{r&&this.setState({messageCount:r.info&&r.info.messageCount})})}adjustIconPosition(){var t=this.iconRef.current.getBoundingClientRect(),r=t.width,o=t.height,l=t.top,h=t.left,Y=t.right,w=t.bottom,_=this.state,D=_.bottom,I=_.right,N=I,q=D;l<0?q=window.innerHeight-o:w<0&&(q=0),h<0?N=window.innerWidth-r:Y<0&&(N=0),this.setState({right:N,bottom:q})}isPopITInform(){var t=this;return s_(ju().mark(function r(){var o,l,h,Y;return ju().wrap(function(_){for(;;)switch(_.prev=_.next){case 0:return o=t.props,l=o.zIndex,h=o.t,_.next=3,qa();case 3:Y=_.sent,Y!=null&&Y.info&&wd({zIndex:l,t:h});case 5:case"end":return _.stop()}},r)}))()}render(){var t,r=this.state,o=r.isHover,l=r.bottom,h=r.right,Y=r.modalVisible,w=r.messageCount,_=r.isCollapse,D=r.showExpirePopover,I=this.props,N=I.zIndex,q=I.iconWrapperClassName,ee=I.iconClassName,J=I.textClassName,ce=I.renderIcon,me=I.draggable,ve=I.nodeIdList,ge=I.isLogin,ze=I.t,Pe=ce?a().cloneElement(this.getRenderIcon(ce),xu({onClick:this.setModalVisible},me?{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp}:{})):null;return a().createElement(o_,null,"renderIcon"in this.props?a().createElement("div",{className:x()(lr.renderIconWrapper,me&&lr.draggableIcon,q),style:{zIndex:N,bottom:l,right:h}},a().createElement("div",{ref:this.iconRef},Pe),w&&ge?a().createElement("div",{className:lr.redDot},w):null):a().createElement("div",{className:x()(lr.iconWrapper,_&&lr.collapseRobotBox,q),style:{bottom:l,right:h,zIndex:N},ref:this.iconRef,onMouseDown:me?this.onMouseDown:void 0,onMouseUp:me?this.onMouseUp:void 0,onClick:this.setModalVisible},a().createElement(m.Popover,{zIndex:N,visible:D},ze("\u6709\u4E8B\u627E TA \u767B\u9646\u5DF2\u5931\u6548\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u91CD\u8BD5")),_?a().createElement(Je,{className:lr.collapseIcon,name:"round-arrow-right",onClick:He=>{He.stopPropagation(),He.preventDefault(),this.setState({isCollapse:!_})}}):a().createElement("div",{className:x()(lr.avatarWrap)},a().createElement("div",{className:x()(lr.avatarBorder,o&&lr.hover),onMouseOver:()=>{this.setHover(!0)},onMouseOut:()=>{this.setHover(!1)}},a().createElement("div",{className:x()(lr.robotImg,!ge&&lr.expireStatus,ee)})),a().createElement("span",{className:x()(lr.switch,J)},ze(Y?"\u6233\u6211\u5173\u95ED":"\u6709\u4E8B\u627ETA"))),w&&ge?a().createElement("div",{className:lr.redDot},w):null),Y?a().createElement(a_,Eu({modalRef:this.modalRef,iconRef:(t=this.iconRef)===null||t===void 0?void 0:t.current,onClose:this.closeVisible,nodeIdList:ve},this.props)):null)}}di.defaultProps={tokenInvalidCallback:()=>null,zIndex:100,iconWrapperClassName:"",iconClassName:"",textClassName:"",spinSize:40,bottom:12,right:32,draggable:!0,expireTipUse:!0,chatgptUse:!0,lang:"CN",t:Hi},di.propTypes={hfcSpace:i().string.isRequired,env:i().string.isRequired,menusTitle:i().string,zIndex:i().number,tokenInvalidCallback:i().func,checkBeforeCallWechat:i().func,iconWrapperClassName:i().string,iconClassName:i().string,textClassName:i().string,spinSize:i().number,right:i().number,bottom:i().number,renderIcon:i().oneOfType([i().element,i().func]),draggable:i().bool,expireTipUse:i().bool,chatgptUse:i().bool,nodeIdList:i().arrayOf(i().string),isLogin:i().bool,t:i().func,lang:i().string},di.hfcIsLogin=wn,window.SystemRobotAssistant={default:di};var l_=di})(),wo})());
|