fec-dev-designer 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/es/_virtual/FileSaver.min.js +4 -0
- package/es/_virtual/___vite-browser-external.js +6 -0
- package/es/_virtual/__vite-browser-external.js +4 -0
- package/es/_virtual/_commonjs-dynamic-modules.js +6 -0
- package/es/_virtual/_commonjsHelpers.js +30 -0
- package/es/_virtual/_plugin-vue_export-helper.js +9 -0
- package/es/_virtual/advancedFormat.js +4 -0
- package/es/_virtual/aes.js +4 -0
- package/es/_virtual/bessel.js +4 -0
- package/es/_virtual/blowfish.js +4 -0
- package/es/_virtual/cipher-core.js +4 -0
- package/es/_virtual/clipboard.js +4 -0
- package/es/_virtual/core.js +4 -0
- package/es/_virtual/customParseFormat.js +4 -0
- package/es/_virtual/dayOfYear.js +4 -0
- package/es/_virtual/dayjs.min.js +4 -0
- package/es/_virtual/enc-base64.js +4 -0
- package/es/_virtual/enc-base64url.js +4 -0
- package/es/_virtual/enc-utf16.js +4 -0
- package/es/_virtual/evpkdf.js +4 -0
- package/es/_virtual/format-hex.js +4 -0
- package/es/_virtual/hmac.js +4 -0
- package/es/_virtual/index.js +4 -0
- package/es/_virtual/interact.min.js +4 -0
- package/es/_virtual/isSameOrAfter.js +4 -0
- package/es/_virtual/isSameOrBefore.js +4 -0
- package/es/_virtual/jstat.js +4 -0
- package/es/_virtual/lib-typedarrays.js +4 -0
- package/es/_virtual/localeData.js +4 -0
- package/es/_virtual/md5.js +4 -0
- package/es/_virtual/mode-cfb.js +4 -0
- package/es/_virtual/mode-ctr-gladman.js +4 -0
- package/es/_virtual/mode-ctr.js +4 -0
- package/es/_virtual/mode-ecb.js +4 -0
- package/es/_virtual/mode-ofb.js +4 -0
- package/es/_virtual/pad-ansix923.js +4 -0
- package/es/_virtual/pad-iso10126.js +4 -0
- package/es/_virtual/pad-iso97971.js +4 -0
- package/es/_virtual/pad-nopadding.js +4 -0
- package/es/_virtual/pad-zeropadding.js +4 -0
- package/es/_virtual/pbkdf2.js +4 -0
- package/es/_virtual/rabbit-legacy.js +4 -0
- package/es/_virtual/rabbit.js +4 -0
- package/es/_virtual/rc4.js +4 -0
- package/es/_virtual/ripemd160.js +4 -0
- package/es/_virtual/sha1.js +4 -0
- package/es/_virtual/sha224.js +4 -0
- package/es/_virtual/sha256.js +4 -0
- package/es/_virtual/sha3.js +4 -0
- package/es/_virtual/sha384.js +4 -0
- package/es/_virtual/sha512.js +4 -0
- package/es/_virtual/tripledes.js +4 -0
- package/es/_virtual/vue-json-viewer.js +4 -0
- package/es/_virtual/weekOfYear.js +4 -0
- package/es/_virtual/weekYear.js +4 -0
- package/es/_virtual/x64-core.js +4 -0
- package/es/config-dev.js +37 -0
- package/es/config-prod.js +37 -0
- package/es/logo.ico +0 -0
- package/es/node_modules/@codemirror/autocomplete/dist/index.js +1372 -0
- package/es/node_modules/@codemirror/commands/dist/index.js +845 -0
- package/es/node_modules/@codemirror/lang-javascript/dist/index.js +300 -0
- package/es/node_modules/@codemirror/language/dist/index.js +1301 -0
- package/es/node_modules/@codemirror/lint/dist/index.js +481 -0
- package/es/node_modules/@codemirror/search/dist/index.js +841 -0
- package/es/node_modules/@codemirror/state/dist/index.js +2649 -0
- package/es/node_modules/@codemirror/view/dist/index.js +7452 -0
- package/es/node_modules/@ctrl/tinycolor/dist/module/conversion.js +115 -0
- package/es/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js +153 -0
- package/es/node_modules/@ctrl/tinycolor/dist/module/format-input.js +68 -0
- package/es/node_modules/@ctrl/tinycolor/dist/module/index.js +183 -0
- package/es/node_modules/@ctrl/tinycolor/dist/module/util.js +32 -0
- package/es/node_modules/@element-plus/icons-vue/dist/index.js +739 -0
- package/es/node_modules/@formulajs/formulajs/lib/esm/index.js +4095 -0
- package/es/node_modules/@lezer/common/dist/index.js +1434 -0
- package/es/node_modules/@lezer/highlight/dist/index.js +637 -0
- package/es/node_modules/@lezer/javascript/dist/index.js +166 -0
- package/es/node_modules/@lezer/lr/dist/index.js +1313 -0
- package/es/node_modules/@marijn/find-cluster-break/src/index.js +78 -0
- package/es/node_modules/@popperjs/core/dist/index.js +588 -0
- package/es/node_modules/@vexip-ui/hooks/dist/index.js +612 -0
- package/es/node_modules/@vexip-ui/utils/dist/index.js +250 -0
- package/es/node_modules/@vue/shared/dist/shared.esm-bundler.js +32 -0
- package/es/node_modules/@vueuse/core/index.js +299 -0
- package/es/node_modules/@vueuse/shared/index.js +111 -0
- package/es/node_modules/async-validator/dist-web/index.js +653 -0
- package/es/node_modules/bessel/bessel.js +136 -0
- package/es/node_modules/clipboard/dist/clipboard.js +499 -0
- package/es/node_modules/codemirror/dist/index.js +40 -0
- package/es/node_modules/crelt/index.js +31 -0
- package/es/node_modules/crypto-js/aes.js +70 -0
- package/es/node_modules/crypto-js/blowfish.js +1132 -0
- package/es/node_modules/crypto-js/cipher-core.js +545 -0
- package/es/node_modules/crypto-js/core.js +508 -0
- package/es/node_modules/crypto-js/enc-base64.js +81 -0
- package/es/node_modules/crypto-js/enc-base64url.js +88 -0
- package/es/node_modules/crypto-js/enc-utf16.js +100 -0
- package/es/node_modules/crypto-js/evpkdf.js +71 -0
- package/es/node_modules/crypto-js/format-hex.js +54 -0
- package/es/node_modules/crypto-js/hmac.js +84 -0
- package/es/node_modules/crypto-js/index.js +49 -0
- package/es/node_modules/crypto-js/lib-typedarrays.js +28 -0
- package/es/node_modules/crypto-js/md5.js +72 -0
- package/es/node_modules/crypto-js/mode-cfb.js +37 -0
- package/es/node_modules/crypto-js/mode-ctr-gladman.js +46 -0
- package/es/node_modules/crypto-js/mode-ctr.js +29 -0
- package/es/node_modules/crypto-js/mode-ecb.js +28 -0
- package/es/node_modules/crypto-js/mode-ofb.js +27 -0
- package/es/node_modules/crypto-js/pad-ansix923.js +26 -0
- package/es/node_modules/crypto-js/pad-iso10126.js +26 -0
- package/es/node_modules/crypto-js/pad-iso97971.js +24 -0
- package/es/node_modules/crypto-js/pad-nopadding.js +22 -0
- package/es/node_modules/crypto-js/pad-zeropadding.js +29 -0
- package/es/node_modules/crypto-js/pbkdf2.js +75 -0
- package/es/node_modules/crypto-js/rabbit-legacy.js +74 -0
- package/es/node_modules/crypto-js/rabbit.js +76 -0
- package/es/node_modules/crypto-js/rc4.js +64 -0
- package/es/node_modules/crypto-js/ripemd160.js +399 -0
- package/es/node_modules/crypto-js/sha1.js +50 -0
- package/es/node_modules/crypto-js/sha224.js +37 -0
- package/es/node_modules/crypto-js/sha256.js +58 -0
- package/es/node_modules/crypto-js/sha3.js +117 -0
- package/es/node_modules/crypto-js/sha384.js +38 -0
- package/es/node_modules/crypto-js/sha512.js +148 -0
- package/es/node_modules/crypto-js/tripledes.js +730 -0
- package/es/node_modules/crypto-js/x64-core.js +236 -0
- package/es/node_modules/dayjs/dayjs.min.js +296 -0
- package/es/node_modules/dayjs/plugin/advancedFormat.js +55 -0
- package/es/node_modules/dayjs/plugin/customParseFormat.js +138 -0
- package/es/node_modules/dayjs/plugin/dayOfYear.js +19 -0
- package/es/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
- package/es/node_modules/dayjs/plugin/isSameOrBefore.js +18 -0
- package/es/node_modules/dayjs/plugin/localeData.js +83 -0
- package/es/node_modules/dayjs/plugin/weekOfYear.js +31 -0
- package/es/node_modules/dayjs/plugin/weekYear.js +19 -0
- package/es/node_modules/element-plus/dist/locale/zh-cn.js +198 -0
- package/es/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.js +9 -0
- package/es/node_modules/element-plus/es/components/alert/index.js +7 -0
- package/es/node_modules/element-plus/es/components/alert/src/alert.js +43 -0
- package/es/node_modules/element-plus/es/components/alert/src/alert2.js +130 -0
- package/es/node_modules/element-plus/es/components/badge/index.js +7 -0
- package/es/node_modules/element-plus/es/components/badge/src/badge.js +36 -0
- package/es/node_modules/element-plus/es/components/badge/src/badge2.js +73 -0
- package/es/node_modules/element-plus/es/components/button/index.js +11 -0
- package/es/node_modules/element-plus/es/components/button/src/button-custom.js +51 -0
- package/es/node_modules/element-plus/es/components/button/src/button-group.js +14 -0
- package/es/node_modules/element-plus/es/components/button/src/button-group2.js +35 -0
- package/es/node_modules/element-plus/es/components/button/src/button.js +72 -0
- package/es/node_modules/element-plus/es/components/button/src/button2.js +93 -0
- package/es/node_modules/element-plus/es/components/button/src/constants.js +6 -0
- package/es/node_modules/element-plus/es/components/button/src/use-button.js +79 -0
- package/es/node_modules/element-plus/es/components/card/index.js +7 -0
- package/es/node_modules/element-plus/es/components/card/src/card.js +26 -0
- package/es/node_modules/element-plus/es/components/card/src/card2.js +75 -0
- package/es/node_modules/element-plus/es/components/checkbox/index.js +15 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/checkbox-button.js +92 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/checkbox-group.js +53 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/checkbox-group2.js +94 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/checkbox.js +65 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/checkbox2.js +119 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/composables/use-checkbox-disabled.js +27 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/composables/use-checkbox-event.js +49 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/composables/use-checkbox-model.js +25 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/composables/use-checkbox-status.js +34 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/composables/use-checkbox.js +79 -0
- package/es/node_modules/element-plus/es/components/checkbox/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/col/index.js +7 -0
- package/es/node_modules/element-plus/es/components/col/src/col.js +47 -0
- package/es/node_modules/element-plus/es/components/col/src/col2.js +43 -0
- package/es/node_modules/element-plus/es/components/collapse/index.js +11 -0
- package/es/node_modules/element-plus/es/components/collapse/src/collapse-item.js +21 -0
- package/es/node_modules/element-plus/es/components/collapse/src/collapse-item2.js +113 -0
- package/es/node_modules/element-plus/es/components/collapse/src/collapse.js +29 -0
- package/es/node_modules/element-plus/es/components/collapse/src/collapse2.js +30 -0
- package/es/node_modules/element-plus/es/components/collapse/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/collapse/src/use-collapse-item.js +59 -0
- package/es/node_modules/element-plus/es/components/collapse/src/use-collapse.js +63 -0
- package/es/node_modules/element-plus/es/components/collapse-transition/index.js +7 -0
- package/es/node_modules/element-plus/es/components/collapse-transition/src/collapse-transition.js +51 -0
- package/es/node_modules/element-plus/es/components/collection/src/collection-item.js +13 -0
- package/es/node_modules/element-plus/es/components/collection/src/collection.js +53 -0
- package/es/node_modules/element-plus/es/components/collection/src/collection2.js +12 -0
- package/es/node_modules/element-plus/es/components/config-provider/index.js +9 -0
- package/es/node_modules/element-plus/es/components/config-provider/src/config-provider-props.js +44 -0
- package/es/node_modules/element-plus/es/components/config-provider/src/config-provider.js +24 -0
- package/es/node_modules/element-plus/es/components/config-provider/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.js +86 -0
- package/es/node_modules/element-plus/es/components/container/index.js +20 -0
- package/es/node_modules/element-plus/es/components/container/src/aside.js +33 -0
- package/es/node_modules/element-plus/es/components/container/src/container.js +34 -0
- package/es/node_modules/element-plus/es/components/container/src/footer.js +33 -0
- package/es/node_modules/element-plus/es/components/container/src/header.js +33 -0
- package/es/node_modules/element-plus/es/components/container/src/main.js +24 -0
- package/es/node_modules/element-plus/es/components/date-picker/index.js +7 -0
- package/es/node_modules/element-plus/es/components/date-picker/src/date-picker.js +68 -0
- package/es/node_modules/element-plus/es/components/date-picker/src/props.js +12 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/index.js +7 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-basic-date-table.js +190 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-month-range-header.js +30 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-panel-date-range.js +76 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-range-picker.js +93 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-shortcut.js +24 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/composables/use-year-range-header.js +35 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/constants.js +5 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/basic-cell-render.js +31 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/basic-date-table.js +116 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/basic-month-table.js +168 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/basic-year-table.js +159 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/panel-date-pick.js +611 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/panel-date-range.js +729 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/panel-month-range.js +290 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-com/panel-year-range.js +303 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/date-picker-panel.js +79 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/panel-utils.js +20 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/basic-cell.js +9 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/basic-date-table.js +11 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/basic-month-table.js +9 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/basic-year-table.js +9 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/date-picker-panel.js +61 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/panel-date-pick.js +19 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/panel-date-range.js +9 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/panel-month-range.js +13 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/panel-year-range.js +13 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/props/shared.js +90 -0
- package/es/node_modules/element-plus/es/components/date-picker-panel/src/utils.js +81 -0
- package/es/node_modules/element-plus/es/components/dialog/index.js +7 -0
- package/es/node_modules/element-plus/es/components/dialog/src/constants.js +5 -0
- package/es/node_modules/element-plus/es/components/dialog/src/dialog-content.js +42 -0
- package/es/node_modules/element-plus/es/components/dialog/src/dialog-content2.js +101 -0
- package/es/node_modules/element-plus/es/components/dialog/src/dialog.js +77 -0
- package/es/node_modules/element-plus/es/components/dialog/src/dialog2.js +181 -0
- package/es/node_modules/element-plus/es/components/dialog/src/use-dialog.js +163 -0
- package/es/node_modules/element-plus/es/components/divider/index.js +7 -0
- package/es/node_modules/element-plus/es/components/divider/src/divider.js +20 -0
- package/es/node_modules/element-plus/es/components/divider/src/divider2.js +40 -0
- package/es/node_modules/element-plus/es/components/drawer/index.js +7 -0
- package/es/node_modules/element-plus/es/components/drawer/src/composables/useResizable.js +48 -0
- package/es/node_modules/element-plus/es/components/drawer/src/drawer.js +36 -0
- package/es/node_modules/element-plus/es/components/drawer/src/drawer2.js +212 -0
- package/es/node_modules/element-plus/es/components/dropdown/index.js +14 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/dropdown-item-impl.js +99 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/dropdown-item.js +87 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/dropdown-menu.js +80 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/dropdown.js +110 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/dropdown2.js +242 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/tokens.js +5 -0
- package/es/node_modules/element-plus/es/components/dropdown/src/useDropdown.js +15 -0
- package/es/node_modules/element-plus/es/components/empty/index.js +7 -0
- package/es/node_modules/element-plus/es/components/empty/src/empty.js +15 -0
- package/es/node_modules/element-plus/es/components/empty/src/empty2.js +75 -0
- package/es/node_modules/element-plus/es/components/empty/src/img-empty.js +132 -0
- package/es/node_modules/element-plus/es/components/focus-trap/src/focus-trap.js +165 -0
- package/es/node_modules/element-plus/es/components/focus-trap/src/tokens.js +17 -0
- package/es/node_modules/element-plus/es/components/focus-trap/src/utils.js +90 -0
- package/es/node_modules/element-plus/es/components/form/index.js +11 -0
- package/es/node_modules/element-plus/es/components/form/src/constants.js +5 -0
- package/es/node_modules/element-plus/es/components/form/src/form-item.js +243 -0
- package/es/node_modules/element-plus/es/components/form/src/form-item2.js +50 -0
- package/es/node_modules/element-plus/es/components/form/src/form-label-wrap.js +66 -0
- package/es/node_modules/element-plus/es/components/form/src/form.js +59 -0
- package/es/node_modules/element-plus/es/components/form/src/form2.js +149 -0
- package/es/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.js +20 -0
- package/es/node_modules/element-plus/es/components/form/src/hooks/use-form-item.js +51 -0
- package/es/node_modules/element-plus/es/components/form/src/utils.js +45 -0
- package/es/node_modules/element-plus/es/components/icon/index.js +7 -0
- package/es/node_modules/element-plus/es/components/icon/src/icon.js +12 -0
- package/es/node_modules/element-plus/es/components/icon/src/icon2.js +35 -0
- package/es/node_modules/element-plus/es/components/input/index.js +7 -0
- package/es/node_modules/element-plus/es/components/input/src/input.js +462 -0
- package/es/node_modules/element-plus/es/components/input/src/input2.js +128 -0
- package/es/node_modules/element-plus/es/components/input/src/utils.js +66 -0
- package/es/node_modules/element-plus/es/components/input-number/index.js +7 -0
- package/es/node_modules/element-plus/es/components/input-number/src/input-number.js +78 -0
- package/es/node_modules/element-plus/es/components/input-number/src/input-number2.js +272 -0
- package/es/node_modules/element-plus/es/components/input-tag/index.js +7 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/composables/use-drag-tag.js +58 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/composables/use-hovering.js +16 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/composables/use-input-tag-dom.js +70 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/composables/use-input-tag.js +145 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/input-tag.js +86 -0
- package/es/node_modules/element-plus/es/components/input-tag/src/input-tag2.js +322 -0
- package/es/node_modules/element-plus/es/components/link/index.js +7 -0
- package/es/node_modules/element-plus/es/components/link/src/link.js +29 -0
- package/es/node_modules/element-plus/es/components/link/src/link2.js +72 -0
- package/es/node_modules/element-plus/es/components/loading/index.js +16 -0
- package/es/node_modules/element-plus/es/components/loading/src/directive.js +60 -0
- package/es/node_modules/element-plus/es/components/loading/src/loading.js +117 -0
- package/es/node_modules/element-plus/es/components/loading/src/service.js +67 -0
- package/es/node_modules/element-plus/es/components/menu/index.js +23 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu-collapse-transition.js +40 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu-item-group.js +6 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu-item-group2.js +48 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu-item.js +18 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu-item2.js +102 -0
- package/es/node_modules/element-plus/es/components/menu/src/menu.js +299 -0
- package/es/node_modules/element-plus/es/components/menu/src/sub-menu.js +309 -0
- package/es/node_modules/element-plus/es/components/menu/src/tokens.js +5 -0
- package/es/node_modules/element-plus/es/components/menu/src/use-menu-color.js +11 -0
- package/es/node_modules/element-plus/es/components/menu/src/use-menu-css-var.js +19 -0
- package/es/node_modules/element-plus/es/components/menu/src/use-menu.js +22 -0
- package/es/node_modules/element-plus/es/components/menu/src/utils/menu-bar.js +15 -0
- package/es/node_modules/element-plus/es/components/menu/src/utils/menu-item.js +44 -0
- package/es/node_modules/element-plus/es/components/menu/src/utils/submenu.js +47 -0
- package/es/node_modules/element-plus/es/components/message/index.js +7 -0
- package/es/node_modules/element-plus/es/components/message/src/instance.js +18 -0
- package/es/node_modules/element-plus/es/components/message/src/message.js +112 -0
- package/es/node_modules/element-plus/es/components/message/src/message2.js +148 -0
- package/es/node_modules/element-plus/es/components/message/src/method.js +118 -0
- package/es/node_modules/element-plus/es/components/message-box/index.js +10 -0
- package/es/node_modules/element-plus/es/components/message-box/src/index.js +466 -0
- package/es/node_modules/element-plus/es/components/message-box/src/messageBox.js +93 -0
- package/es/node_modules/element-plus/es/components/overlay/index.js +9 -0
- package/es/node_modules/element-plus/es/components/overlay/src/overlay.js +70 -0
- package/es/node_modules/element-plus/es/components/pagination/index.js +10 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/jumper.js +11 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/jumper2.js +62 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/next.js +40 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/next2.js +22 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/pager.js +19 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/pager2.js +151 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/prev.js +21 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/prev2.js +40 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/sizes.js +29 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/sizes2.js +75 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/total.js +10 -0
- package/es/node_modules/element-plus/es/components/pagination/src/components/total2.js +24 -0
- package/es/node_modules/element-plus/es/components/pagination/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/pagination/src/pagination.js +246 -0
- package/es/node_modules/element-plus/es/components/pagination/src/usePagination.js +6 -0
- package/es/node_modules/element-plus/es/components/popconfirm/index.js +7 -0
- package/es/node_modules/element-plus/es/components/popconfirm/src/popconfirm.js +145 -0
- package/es/node_modules/element-plus/es/components/popconfirm/src/popconfirm2.js +53 -0
- package/es/node_modules/element-plus/es/components/popover/index.js +11 -0
- package/es/node_modules/element-plus/es/components/popover/src/directive.js +17 -0
- package/es/node_modules/element-plus/es/components/popover/src/popover.js +70 -0
- package/es/node_modules/element-plus/es/components/popover/src/popover2.js +97 -0
- package/es/node_modules/element-plus/es/components/popper/index.js +7 -0
- package/es/node_modules/element-plus/es/components/popper/src/arrow.js +10 -0
- package/es/node_modules/element-plus/es/components/popper/src/arrow2.js +35 -0
- package/es/node_modules/element-plus/es/components/popper/src/composables/use-content-dom.js +40 -0
- package/es/node_modules/element-plus/es/components/popper/src/composables/use-content.js +63 -0
- package/es/node_modules/element-plus/es/components/popper/src/composables/use-focus-trap.js +29 -0
- package/es/node_modules/element-plus/es/components/popper/src/constants.js +5 -0
- package/es/node_modules/element-plus/es/components/popper/src/content.js +89 -0
- package/es/node_modules/element-plus/es/components/popper/src/content2.js +118 -0
- package/es/node_modules/element-plus/es/components/popper/src/popper.js +21 -0
- package/es/node_modules/element-plus/es/components/popper/src/popper2.js +24 -0
- package/es/node_modules/element-plus/es/components/popper/src/trigger.js +33 -0
- package/es/node_modules/element-plus/es/components/popper/src/trigger2.js +116 -0
- package/es/node_modules/element-plus/es/components/popper/src/utils.js +56 -0
- package/es/node_modules/element-plus/es/components/radio/index.js +14 -0
- package/es/node_modules/element-plus/es/components/radio/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio-button.js +8 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio-button2.js +74 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio-group.js +57 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio-group2.js +82 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio.js +39 -0
- package/es/node_modules/element-plus/es/components/radio/src/radio2.js +97 -0
- package/es/node_modules/element-plus/es/components/radio/src/use-radio.js +39 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/roving-focus-group-impl.js +118 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/roving-focus-group.js +33 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/roving-focus-group2.js +34 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/roving-focus-item.js +81 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/tokens.js +5 -0
- package/es/node_modules/element-plus/es/components/roving-focus-group/src/utils.js +37 -0
- package/es/node_modules/element-plus/es/components/row/index.js +7 -0
- package/es/node_modules/element-plus/es/components/row/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/row/src/row.js +32 -0
- package/es/node_modules/element-plus/es/components/row/src/row2.js +37 -0
- package/es/node_modules/element-plus/es/components/scrollbar/index.js +7 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/bar.js +14 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/bar2.js +51 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/constants.js +6 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/scrollbar.js +61 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/scrollbar2.js +168 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/thumb.js +14 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/thumb2.js +112 -0
- package/es/node_modules/element-plus/es/components/scrollbar/src/util.js +34 -0
- package/es/node_modules/element-plus/es/components/select/index.js +14 -0
- package/es/node_modules/element-plus/es/components/select/src/option-group.js +87 -0
- package/es/node_modules/element-plus/es/components/select/src/option.js +16 -0
- package/es/node_modules/element-plus/es/components/select/src/option2.js +82 -0
- package/es/node_modules/element-plus/es/components/select/src/options.js +28 -0
- package/es/node_modules/element-plus/es/components/select/src/select-dropdown.js +66 -0
- package/es/node_modules/element-plus/es/components/select/src/select.js +148 -0
- package/es/node_modules/element-plus/es/components/select/src/select2.js +664 -0
- package/es/node_modules/element-plus/es/components/select/src/token.js +5 -0
- package/es/node_modules/element-plus/es/components/select/src/useOption.js +68 -0
- package/es/node_modules/element-plus/es/components/select/src/useSelect.js +486 -0
- package/es/node_modules/element-plus/es/components/select-v2/src/useProps.js +30 -0
- package/es/node_modules/element-plus/es/components/slot/src/only-child.js +53 -0
- package/es/node_modules/element-plus/es/components/space/index.js +9 -0
- package/es/node_modules/element-plus/es/components/space/src/item.js +19 -0
- package/es/node_modules/element-plus/es/components/space/src/space.js +144 -0
- package/es/node_modules/element-plus/es/components/space/src/use-space.js +37 -0
- package/es/node_modules/element-plus/es/components/switch/index.js +7 -0
- package/es/node_modules/element-plus/es/components/switch/src/switch.js +264 -0
- package/es/node_modules/element-plus/es/components/switch/src/switch2.js +79 -0
- package/es/node_modules/element-plus/es/components/table/index.js +11 -0
- package/es/node_modules/element-plus/es/components/table/src/composables/use-scrollbar.js +20 -0
- package/es/node_modules/element-plus/es/components/table/src/config.js +204 -0
- package/es/node_modules/element-plus/es/components/table/src/filter-panel.js +306 -0
- package/es/node_modules/element-plus/es/components/table/src/h-helper.js +26 -0
- package/es/node_modules/element-plus/es/components/table/src/layout-observer.js +50 -0
- package/es/node_modules/element-plus/es/components/table/src/store/current.js +47 -0
- package/es/node_modules/element-plus/es/components/table/src/store/expand.js +50 -0
- package/es/node_modules/element-plus/es/components/table/src/store/helper.js +58 -0
- package/es/node_modules/element-plus/es/components/table/src/store/index.js +113 -0
- package/es/node_modules/element-plus/es/components/table/src/store/tree.js +151 -0
- package/es/node_modules/element-plus/es/components/table/src/store/watcher.js +327 -0
- package/es/node_modules/element-plus/es/components/table/src/table/defaults.js +90 -0
- package/es/node_modules/element-plus/es/components/table/src/table/key-render-helper.js +18 -0
- package/es/node_modules/element-plus/es/components/table/src/table/style-helper.js +173 -0
- package/es/node_modules/element-plus/es/components/table/src/table/utils-helper.js +35 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/defaults.js +25 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/events-helper.js +125 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/index.js +67 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/render-helper.js +178 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/styles-helper.js +88 -0
- package/es/node_modules/element-plus/es/components/table/src/table-body/td-wrapper.js +28 -0
- package/es/node_modules/element-plus/es/components/table/src/table-column/defaults.js +62 -0
- package/es/node_modules/element-plus/es/components/table/src/table-column/index.js +125 -0
- package/es/node_modules/element-plus/es/components/table/src/table-column/render-helper.js +106 -0
- package/es/node_modules/element-plus/es/components/table/src/table-column/watcher-helper.js +70 -0
- package/es/node_modules/element-plus/es/components/table/src/table-footer/index.js +99 -0
- package/es/node_modules/element-plus/es/components/table/src/table-footer/mapState-helper.js +34 -0
- package/es/node_modules/element-plus/es/components/table/src/table-footer/style-helper.js +30 -0
- package/es/node_modules/element-plus/es/components/table/src/table-header/event-helper.js +114 -0
- package/es/node_modules/element-plus/es/components/table/src/table-header/index.js +244 -0
- package/es/node_modules/element-plus/es/components/table/src/table-header/style.helper.js +64 -0
- package/es/node_modules/element-plus/es/components/table/src/table-header/utils-helper.js +45 -0
- package/es/node_modules/element-plus/es/components/table/src/table-layout.js +146 -0
- package/es/node_modules/element-plus/es/components/table/src/table.js +423 -0
- package/es/node_modules/element-plus/es/components/table/src/tokens.js +4 -0
- package/es/node_modules/element-plus/es/components/table/src/util.js +312 -0
- package/es/node_modules/element-plus/es/components/tabs/index.js +14 -0
- package/es/node_modules/element-plus/es/components/tabs/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tab-bar.js +15 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tab-bar2.js +75 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tab-nav.js +215 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tab-pane.js +19 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tab-pane2.js +69 -0
- package/es/node_modules/element-plus/es/components/tabs/src/tabs.js +151 -0
- package/es/node_modules/element-plus/es/components/tag/index.js +7 -0
- package/es/node_modules/element-plus/es/components/tag/src/tag.js +119 -0
- package/es/node_modules/element-plus/es/components/tag/src/tag2.js +30 -0
- package/es/node_modules/element-plus/es/components/teleport/index.js +7 -0
- package/es/node_modules/element-plus/es/components/teleport/src/teleport.js +11 -0
- package/es/node_modules/element-plus/es/components/teleport/src/teleport2.js +19 -0
- package/es/node_modules/element-plus/es/components/text/index.js +7 -0
- package/es/node_modules/element-plus/es/components/text/src/text.js +25 -0
- package/es/node_modules/element-plus/es/components/text/src/text2.js +49 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/common/picker-range-trigger.js +112 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/common/picker.js +410 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/common/props.js +139 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/composables/use-common-picker.js +61 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/composables/use-time-panel.js +60 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/composables/use-time-picker.js +40 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/constants.js +23 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/props/basic-time-spinner.js +25 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/props/panel-time-picker.js +12 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/props/shared.js +26 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/time-picker-com/basic-time-spinner.js +312 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/time-picker-com/panel-time-pick.js +135 -0
- package/es/node_modules/element-plus/es/components/time-picker/src/utils.js +37 -0
- package/es/node_modules/element-plus/es/components/tooltip/index.js +7 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/constants.js +4 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/content.js +32 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/content2.js +156 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/tooltip.js +36 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/tooltip2.js +156 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/trigger.js +19 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/trigger2.js +80 -0
- package/es/node_modules/element-plus/es/components/tooltip/src/utils.js +9 -0
- package/es/node_modules/element-plus/es/components/tree/index.js +7 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/node.js +266 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/tree-store.js +223 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/useDragNode.js +90 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/useKeydown.js +85 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/useNodeExpandEventBroadcast.js +27 -0
- package/es/node_modules/element-plus/es/components/tree/src/model/util.js +19 -0
- package/es/node_modules/element-plus/es/components/tree/src/tokens.js +6 -0
- package/es/node_modules/element-plus/es/components/tree/src/tree-node-content.js +34 -0
- package/es/node_modules/element-plus/es/components/tree/src/tree-node.js +269 -0
- package/es/node_modules/element-plus/es/components/tree/src/tree.js +95 -0
- package/es/node_modules/element-plus/es/components/tree/src/tree2.js +250 -0
- package/es/node_modules/element-plus/es/components/virtual-list/src/defaults.js +4 -0
- package/es/node_modules/element-plus/es/components/virtual-list/src/hooks/use-wheel.js +22 -0
- package/es/node_modules/element-plus/es/constants/aria.js +20 -0
- package/es/node_modules/element-plus/es/constants/date.js +17 -0
- package/es/node_modules/element-plus/es/constants/event.js +6 -0
- package/es/node_modules/element-plus/es/constants/form.js +5 -0
- package/es/node_modules/element-plus/es/constants/size.js +4 -0
- package/es/node_modules/element-plus/es/directives/click-outside/index.js +46 -0
- package/es/node_modules/element-plus/es/directives/mousewheel/index.js +28 -0
- package/es/node_modules/element-plus/es/directives/repeat-click/index.js +30 -0
- package/es/node_modules/element-plus/es/directives/trap-focus/index.js +37 -0
- package/es/node_modules/element-plus/es/hooks/use-aria/index.js +14 -0
- package/es/node_modules/element-plus/es/hooks/use-attrs/index.js +22 -0
- package/es/node_modules/element-plus/es/hooks/use-calc-input-width/index.js +19 -0
- package/es/node_modules/element-plus/es/hooks/use-composition/index.js +29 -0
- package/es/node_modules/element-plus/es/hooks/use-cursor/index.js +39 -0
- package/es/node_modules/element-plus/es/hooks/use-delayed-toggle/index.js +49 -0
- package/es/node_modules/element-plus/es/hooks/use-deprecated/index.js +21 -0
- package/es/node_modules/element-plus/es/hooks/use-draggable/index.js +47 -0
- package/es/node_modules/element-plus/es/hooks/use-empty-values/index.js +38 -0
- package/es/node_modules/element-plus/es/hooks/use-escape-keydown/index.js +21 -0
- package/es/node_modules/element-plus/es/hooks/use-focus-controller/index.js +38 -0
- package/es/node_modules/element-plus/es/hooks/use-forward-ref/index.js +23 -0
- package/es/node_modules/element-plus/es/hooks/use-id/index.js +27 -0
- package/es/node_modules/element-plus/es/hooks/use-locale/index.js +27 -0
- package/es/node_modules/element-plus/es/hooks/use-lockscreen/index.js +30 -0
- package/es/node_modules/element-plus/es/hooks/use-model-toggle/index.js +69 -0
- package/es/node_modules/element-plus/es/hooks/use-namespace/index.js +44 -0
- package/es/node_modules/element-plus/es/hooks/use-ordered-children/index.js +45 -0
- package/es/node_modules/element-plus/es/hooks/use-popper/index.js +96 -0
- package/es/node_modules/element-plus/es/hooks/use-popper-container/index.js +26 -0
- package/es/node_modules/element-plus/es/hooks/use-prop/index.js +11 -0
- package/es/node_modules/element-plus/es/hooks/use-same-target/index.js +16 -0
- package/es/node_modules/element-plus/es/hooks/use-size/index.js +16 -0
- package/es/node_modules/element-plus/es/hooks/use-timeout/index.js +14 -0
- package/es/node_modules/element-plus/es/hooks/use-z-index/index.js +27 -0
- package/es/node_modules/element-plus/es/locale/lang/en.js +197 -0
- package/es/node_modules/element-plus/es/utils/arrays.js +6 -0
- package/es/node_modules/element-plus/es/utils/browser.js +9 -0
- package/es/node_modules/element-plus/es/utils/dom/aria.js +37 -0
- package/es/node_modules/element-plus/es/utils/dom/event.js +35 -0
- package/es/node_modules/element-plus/es/utils/dom/scroll.js +35 -0
- package/es/node_modules/element-plus/es/utils/dom/style.js +59 -0
- package/es/node_modules/element-plus/es/utils/error.js +19 -0
- package/es/node_modules/element-plus/es/utils/i18n.js +4 -0
- package/es/node_modules/element-plus/es/utils/objects.js +15 -0
- package/es/node_modules/element-plus/es/utils/raf.js +6 -0
- package/es/node_modules/element-plus/es/utils/strings.js +9 -0
- package/es/node_modules/element-plus/es/utils/types.js +20 -0
- package/es/node_modules/element-plus/es/utils/typescript.js +4 -0
- package/es/node_modules/element-plus/es/utils/vue/icon.js +32 -0
- package/es/node_modules/element-plus/es/utils/vue/install.js +20 -0
- package/es/node_modules/element-plus/es/utils/vue/props/runtime.js +37 -0
- package/es/node_modules/element-plus/es/utils/vue/refs.js +8 -0
- package/es/node_modules/element-plus/es/utils/vue/validator.js +5 -0
- package/es/node_modules/element-plus/es/utils/vue/vnode.js +26 -0
- package/es/node_modules/element-plus/theme-chalk/base.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-alert.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-aside.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-badge.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-button-group.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-button.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-card.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-checkbox-group.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-checkbox.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-col.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-collapse-item.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-collapse.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-config-provider.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-container.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-date-picker-panel.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-date-picker.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-dialog.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-divider.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-drawer.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-dropdown-item.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-dropdown-menu.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-dropdown.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-empty.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-footer.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-form-item.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-form.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-header.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-input-number.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-input-tag.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-input.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-link.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-loading.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-main.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-menu-item.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-menu.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-message-box.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-message.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-option-group.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-option.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-overlay.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-pagination.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-popconfirm.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-popover.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-popper.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-radio-button.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-radio-group.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-radio.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-row.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-scrollbar.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-select.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-space.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-sub-menu.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-switch.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-tab-pane.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-table-column.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-table.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-tabs.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-tag.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-text.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-tooltip.css.js +4 -0
- package/es/node_modules/element-plus/theme-chalk/el-tree.css.js +4 -0
- package/es/node_modules/file-saver/dist/FileSaver.min.js +73 -0
- package/es/node_modules/grid-layout-plus/es/components/grid-item.vue.js +358 -0
- package/es/node_modules/grid-layout-plus/es/components/grid-layout.vue.js +268 -0
- package/es/node_modules/grid-layout-plus/es/helpers/common.js +202 -0
- package/es/node_modules/grid-layout-plus/es/helpers/dom.js +10 -0
- package/es/node_modules/grid-layout-plus/es/helpers/draggable.js +33 -0
- package/es/node_modules/grid-layout-plus/es/helpers/responsive.js +40 -0
- package/es/node_modules/grid-layout-plus/es/index.js +13 -0
- package/es/node_modules/interactjs/dist/interact.min.js +2444 -0
- package/es/node_modules/jstat/dist/jstat.js +2295 -0
- package/es/node_modules/lodash-es/_DataView.js +7 -0
- package/es/node_modules/lodash-es/_Hash.js +20 -0
- package/es/node_modules/lodash-es/_ListCache.js +20 -0
- package/es/node_modules/lodash-es/_Map.js +7 -0
- package/es/node_modules/lodash-es/_MapCache.js +20 -0
- package/es/node_modules/lodash-es/_Promise.js +7 -0
- package/es/node_modules/lodash-es/_Set.js +7 -0
- package/es/node_modules/lodash-es/_SetCache.js +13 -0
- package/es/node_modules/lodash-es/_Stack.js +18 -0
- package/es/node_modules/lodash-es/_Symbol.js +6 -0
- package/es/node_modules/lodash-es/_Uint8Array.js +6 -0
- package/es/node_modules/lodash-es/_WeakMap.js +7 -0
- package/es/node_modules/lodash-es/_apply.js +16 -0
- package/es/node_modules/lodash-es/_arrayEach.js +8 -0
- package/es/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/es/node_modules/lodash-es/_arrayLikeKeys.js +20 -0
- package/es/node_modules/lodash-es/_arrayMap.js +8 -0
- package/es/node_modules/lodash-es/_arrayPush.js +8 -0
- package/es/node_modules/lodash-es/_arraySome.js +9 -0
- package/es/node_modules/lodash-es/_assignMergeValue.js +8 -0
- package/es/node_modules/lodash-es/_assignValue.js +10 -0
- package/es/node_modules/lodash-es/_assocIndexOf.js +10 -0
- package/es/node_modules/lodash-es/_baseAssign.js +8 -0
- package/es/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/es/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/es/node_modules/lodash-es/_baseClamp.js +6 -0
- package/es/node_modules/lodash-es/_baseClone.js +65 -0
- package/es/node_modules/lodash-es/_baseCreate.js +18 -0
- package/es/node_modules/lodash-es/_baseEach.js +7 -0
- package/es/node_modules/lodash-es/_baseFindIndex.js +9 -0
- package/es/node_modules/lodash-es/_baseFlatten.js +13 -0
- package/es/node_modules/lodash-es/_baseFor.js +6 -0
- package/es/node_modules/lodash-es/_baseForOwn.js +8 -0
- package/es/node_modules/lodash-es/_baseGet.js +11 -0
- package/es/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/es/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/es/node_modules/lodash-es/_baseHas.js +7 -0
- package/es/node_modules/lodash-es/_baseHasIn.js +6 -0
- package/es/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/es/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/es/node_modules/lodash-es/_baseIsEqualDeep.js +32 -0
- package/es/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/es/node_modules/lodash-es/_baseIsMatch.js +31 -0
- package/es/node_modules/lodash-es/_baseIsNative.js +16 -0
- package/es/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/es/node_modules/lodash-es/_baseIsTypedArray.js +12 -0
- package/es/node_modules/lodash-es/_baseIteratee.js +11 -0
- package/es/node_modules/lodash-es/_baseKeys.js +14 -0
- package/es/node_modules/lodash-es/_baseKeysIn.js +15 -0
- package/es/node_modules/lodash-es/_baseMap.js +11 -0
- package/es/node_modules/lodash-es/_baseMatches.js +12 -0
- package/es/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
- package/es/node_modules/lodash-es/_baseMerge.js +20 -0
- package/es/node_modules/lodash-es/_baseMergeDeep.js +31 -0
- package/es/node_modules/lodash-es/_basePick.js +10 -0
- package/es/node_modules/lodash-es/_basePickBy.js +13 -0
- package/es/node_modules/lodash-es/_baseProperty.js +8 -0
- package/es/node_modules/lodash-es/_basePropertyDeep.js +9 -0
- package/es/node_modules/lodash-es/_baseRest.js +9 -0
- package/es/node_modules/lodash-es/_baseSet.js +24 -0
- package/es/node_modules/lodash-es/_baseSetToString.js +15 -0
- package/es/node_modules/lodash-es/_baseSlice.js +10 -0
- package/es/node_modules/lodash-es/_baseTimes.js +8 -0
- package/es/node_modules/lodash-es/_baseToString.js +18 -0
- package/es/node_modules/lodash-es/_baseTrim.js +8 -0
- package/es/node_modules/lodash-es/_baseUnary.js +8 -0
- package/es/node_modules/lodash-es/_baseUnset.js +28 -0
- package/es/node_modules/lodash-es/_cacheHas.js +6 -0
- package/es/node_modules/lodash-es/_castPath.js +10 -0
- package/es/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/es/node_modules/lodash-es/_cloneBuffer.js +11 -0
- package/es/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/es/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/es/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/es/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/es/node_modules/lodash-es/_copyArray.js +9 -0
- package/es/node_modules/lodash-es/_copyObject.js +14 -0
- package/es/node_modules/lodash-es/_copySymbols.js +8 -0
- package/es/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/es/node_modules/lodash-es/_coreJsData.js +6 -0
- package/es/node_modules/lodash-es/_createAssigner.js +15 -0
- package/es/node_modules/lodash-es/_createBaseEach.js +15 -0
- package/es/node_modules/lodash-es/_createBaseFor.js +13 -0
- package/es/node_modules/lodash-es/_customOmitClone.js +7 -0
- package/es/node_modules/lodash-es/_defineProperty.js +12 -0
- package/es/node_modules/lodash-es/_equalArrays.js +40 -0
- package/es/node_modules/lodash-es/_equalByTag.js +45 -0
- package/es/node_modules/lodash-es/_equalObjects.js +36 -0
- package/es/node_modules/lodash-es/_flatRest.js +9 -0
- package/es/node_modules/lodash-es/_freeGlobal.js +5 -0
- package/es/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/es/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/es/node_modules/lodash-es/_getMapData.js +8 -0
- package/es/node_modules/lodash-es/_getMatchData.js +12 -0
- package/es/node_modules/lodash-es/_getNative.js +9 -0
- package/es/node_modules/lodash-es/_getPrototype.js +6 -0
- package/es/node_modules/lodash-es/_getRawTag.js +15 -0
- package/es/node_modules/lodash-es/_getSymbols.js +11 -0
- package/es/node_modules/lodash-es/_getSymbolsIn.js +13 -0
- package/es/node_modules/lodash-es/_getTag.js +29 -0
- package/es/node_modules/lodash-es/_getValue.js +6 -0
- package/es/node_modules/lodash-es/_hasPath.js +19 -0
- package/es/node_modules/lodash-es/_hashClear.js +7 -0
- package/es/node_modules/lodash-es/_hashDelete.js +7 -0
- package/es/node_modules/lodash-es/_hashGet.js +13 -0
- package/es/node_modules/lodash-es/_hashHas.js +9 -0
- package/es/node_modules/lodash-es/_hashSet.js +9 -0
- package/es/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/es/node_modules/lodash-es/_initCloneByTag.js +42 -0
- package/es/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/es/node_modules/lodash-es/_isFlattenable.js +10 -0
- package/es/node_modules/lodash-es/_isIndex.js +8 -0
- package/es/node_modules/lodash-es/_isIterateeCall.js +13 -0
- package/es/node_modules/lodash-es/_isKey.js +12 -0
- package/es/node_modules/lodash-es/_isKeyable.js +7 -0
- package/es/node_modules/lodash-es/_isMasked.js +11 -0
- package/es/node_modules/lodash-es/_isPrototype.js +8 -0
- package/es/node_modules/lodash-es/_isStrictComparable.js +7 -0
- package/es/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/es/node_modules/lodash-es/_listCacheDelete.js +12 -0
- package/es/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/es/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/es/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/es/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/es/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/es/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/es/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/es/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/es/node_modules/lodash-es/_mapToArray.js +9 -0
- package/es/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
- package/es/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/es/node_modules/lodash-es/_nativeCreate.js +6 -0
- package/es/node_modules/lodash-es/_nativeKeys.js +6 -0
- package/es/node_modules/lodash-es/_nativeKeysIn.js +10 -0
- package/es/node_modules/lodash-es/_nodeUtil.js +12 -0
- package/es/node_modules/lodash-es/_objectToString.js +7 -0
- package/es/node_modules/lodash-es/_overArg.js +8 -0
- package/es/node_modules/lodash-es/_overRest.js +15 -0
- package/es/node_modules/lodash-es/_parent.js +8 -0
- package/es/node_modules/lodash-es/_root.js +6 -0
- package/es/node_modules/lodash-es/_safeGet.js +7 -0
- package/es/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/es/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/es/node_modules/lodash-es/_setToArray.js +9 -0
- package/es/node_modules/lodash-es/_setToString.js +7 -0
- package/es/node_modules/lodash-es/_shortOut.js +16 -0
- package/es/node_modules/lodash-es/_stackClear.js +7 -0
- package/es/node_modules/lodash-es/_stackDelete.js +7 -0
- package/es/node_modules/lodash-es/_stackGet.js +6 -0
- package/es/node_modules/lodash-es/_stackHas.js +6 -0
- package/es/node_modules/lodash-es/_stackSet.js +17 -0
- package/es/node_modules/lodash-es/_stringToPath.js +11 -0
- package/es/node_modules/lodash-es/_toKey.js +11 -0
- package/es/node_modules/lodash-es/_toSource.js +17 -0
- package/es/node_modules/lodash-es/_trimmedEndIndex.js +9 -0
- package/es/node_modules/lodash-es/castArray.js +10 -0
- package/es/node_modules/lodash-es/clamp.js +8 -0
- package/es/node_modules/lodash-es/clone.js +8 -0
- package/es/node_modules/lodash-es/cloneDeep.js +8 -0
- package/es/node_modules/lodash-es/constant.js +8 -0
- package/es/node_modules/lodash-es/debounce.js +54 -0
- package/es/node_modules/lodash-es/eq.js +6 -0
- package/es/node_modules/lodash-es/findLastIndex.js +14 -0
- package/es/node_modules/lodash-es/flatMap.js +8 -0
- package/es/node_modules/lodash-es/flatten.js +8 -0
- package/es/node_modules/lodash-es/fromPairs.js +10 -0
- package/es/node_modules/lodash-es/get.js +8 -0
- package/es/node_modules/lodash-es/has.js +8 -0
- package/es/node_modules/lodash-es/hasIn.js +8 -0
- package/es/node_modules/lodash-es/identity.js +6 -0
- package/es/node_modules/lodash-es/isArguments.js +11 -0
- package/es/node_modules/lodash-es/isArray.js +5 -0
- package/es/node_modules/lodash-es/isArrayLike.js +8 -0
- package/es/node_modules/lodash-es/isArrayLikeObject.js +8 -0
- package/es/node_modules/lodash-es/isBuffer.js +7 -0
- package/es/node_modules/lodash-es/isEqual.js +7 -0
- package/es/node_modules/lodash-es/isFunction.js +12 -0
- package/es/node_modules/lodash-es/isLength.js +7 -0
- package/es/node_modules/lodash-es/isMap.js +8 -0
- package/es/node_modules/lodash-es/isNil.js +6 -0
- package/es/node_modules/lodash-es/isNull.js +6 -0
- package/es/node_modules/lodash-es/isObject.js +7 -0
- package/es/node_modules/lodash-es/isObjectLike.js +6 -0
- package/es/node_modules/lodash-es/isPlainObject.js +16 -0
- package/es/node_modules/lodash-es/isSet.js +8 -0
- package/es/node_modules/lodash-es/isSymbol.js +9 -0
- package/es/node_modules/lodash-es/isTypedArray.js +8 -0
- package/es/node_modules/lodash-es/isUndefined.js +6 -0
- package/es/node_modules/lodash-es/keys.js +9 -0
- package/es/node_modules/lodash-es/keysIn.js +9 -0
- package/es/node_modules/lodash-es/last.js +7 -0
- package/es/node_modules/lodash-es/map.js +11 -0
- package/es/node_modules/lodash-es/memoize.js +18 -0
- package/es/node_modules/lodash-es/merge.js +9 -0
- package/es/node_modules/lodash-es/now.js +8 -0
- package/es/node_modules/lodash-es/omit.js +24 -0
- package/es/node_modules/lodash-es/pick.js +9 -0
- package/es/node_modules/lodash-es/property.js +10 -0
- package/es/node_modules/lodash-es/set.js +7 -0
- package/es/node_modules/lodash-es/stubArray.js +6 -0
- package/es/node_modules/lodash-es/stubFalse.js +6 -0
- package/es/node_modules/lodash-es/toFinite.js +14 -0
- package/es/node_modules/lodash-es/toInteger.js +8 -0
- package/es/node_modules/lodash-es/toNumber.js +22 -0
- package/es/node_modules/lodash-es/toPlainObject.js +8 -0
- package/es/node_modules/lodash-es/toString.js +7 -0
- package/es/node_modules/mitt/dist/mitt.js +19 -0
- package/es/node_modules/normalize-wheel-es/dist/index.js +92 -0
- package/es/node_modules/style-mod/src/style-mod.js +116 -0
- package/es/node_modules/uuid/dist/esm-browser/native.js +6 -0
- package/es/node_modules/uuid/dist/esm-browser/rng.js +10 -0
- package/es/node_modules/uuid/dist/esm-browser/stringify.js +9 -0
- package/es/node_modules/uuid/dist/esm-browser/v4.js +19 -0
- package/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +140 -0
- package/es/node_modules/vue-draggable-plus/dist/vue-draggable-plus.js +1597 -0
- package/es/node_modules/vue-json-viewer/vue-json-viewer.js +727 -0
- package/es/node_modules/vxe-table/lib/style.css.js +4 -0
- package/es/node_modules/w3c-keyname/index.js +96 -0
- package/es/src/api/index.js +12 -0
- package/es/src/axios/config.js +127 -0
- package/es/src/axios/crypto.js +29 -0
- package/es/src/axios/index.js +35 -0
- package/es/src/axios/util.js +68 -0
- package/es/src/components/ConditionConfigButton.vue.js +4 -0
- package/es/src/components/ConditionConfigButton.vue2.js +91 -0
- package/es/src/components/DataSourceSelect.vue.js +77 -0
- package/es/src/components/EventConfigButton.vue.js +79 -0
- package/es/src/components/EventConfigButton.vue2.js +4 -0
- package/es/src/components/FieldMapping.vue.js +4 -0
- package/es/src/components/FieldMapping.vue2.js +164 -0
- package/es/src/components/FilterConfigDisplay.vue.js +82 -0
- package/es/src/components/FilterConfigDisplay.vue2.js +4 -0
- package/es/src/components/FormulaEditorInput.vue.js +128 -0
- package/es/src/components/JsonDataDrawer.vue.js +81 -0
- package/es/src/components/JsonDataDrawer.vue2.js +4 -0
- package/es/src/components/OptionConfig.vue.js +238 -0
- package/es/src/components/OptionConfig.vue2.js +4 -0
- package/es/src/components/ParamsConfig.vue.js +4 -0
- package/es/src/components/ParamsConfig.vue2.js +117 -0
- package/es/src/components/TemplateSelector.vue.js +216 -0
- package/es/src/components/TemplateSelector.vue2.js +4 -0
- package/es/src/components/ValueSelector.vue.js +4 -0
- package/es/src/components/ValueSelector.vue2.js +142 -0
- package/es/src/components/ValueSelectorPopover.vue.js +4 -0
- package/es/src/components/ValueSelectorPopover.vue2.js +263 -0
- package/es/src/components/useJsonDataDrawer.js +15 -0
- package/es/src/index.js +11 -0
- package/es/src/layout/aside/index.vue.js +175 -0
- package/es/src/layout/aside/index.vue2.js +4 -0
- package/es/src/layout/header/index.vue.js +207 -0
- package/es/src/layout/header/index.vue2.js +4 -0
- package/es/src/layout/index.vue.js +97 -0
- package/es/src/layout/index.vue2.js +4 -0
- package/es/src/layout/property/index.vue.js +35 -0
- package/es/src/layout/property/index.vue2.js +4 -0
- package/es/src/packages/advancedFilter/AdvancedFilter.vue.js +4 -0
- package/es/src/packages/advancedFilter/AdvancedFilter.vue2.js +321 -0
- package/es/src/packages/advancedFilter/Operator.vue.js +4 -0
- package/es/src/packages/advancedFilter/Operator.vue2.js +79 -0
- package/es/src/packages/advancedFilter/Trigger.vue.js +4 -0
- package/es/src/packages/advancedFilter/Trigger.vue2.js +84 -0
- package/es/src/packages/advancedFilter/ValueInput.vue.js +4 -0
- package/es/src/packages/advancedFilter/ValueInput.vue2.js +356 -0
- package/es/src/packages/advancedFilter/dialog.vue.js +89 -0
- package/es/src/packages/advancedFilter/dialog.vue2.js +4 -0
- package/es/src/packages/advancedFilter/index.vue.js +58 -0
- package/es/src/packages/advancedFilter/useAdvancedFilterDialog.js +15 -0
- package/es/src/packages/dataLinkage/dialog.vue.js +77 -0
- package/es/src/packages/dataLinkage/dialog.vue2.js +4 -0
- package/es/src/packages/dataLinkage/index.vue.js +442 -0
- package/es/src/packages/dataLinkage/index.vue2.js +4 -0
- package/es/src/packages/dataLinkage/useDataLinkageDialog.js +15 -0
- package/es/src/packages/dataSource/dataSource.vue.js +323 -0
- package/es/src/packages/dataSource/dataSource.vue2.js +4 -0
- package/es/src/packages/dataSource/index.vue.js +244 -0
- package/es/src/packages/dataSource/index.vue2.js +4 -0
- package/es/src/packages/dataSource/useDataSourceDialog.js +15 -0
- package/es/src/packages/event/index.vue.js +4 -0
- package/es/src/packages/event/index.vue2.js +295 -0
- package/es/src/packages/event/pageEvent.vue.js +213 -0
- package/es/src/packages/event/pageEvent.vue2.js +4 -0
- package/es/src/packages/event/useEventDialog.js +15 -0
- package/es/src/packages/eventFlow/defaultProcessData.js +19 -0
- package/es/src/packages/eventFlow/dialog/action/Advanced.vue.js +50 -0
- package/es/src/packages/eventFlow/dialog/action/Confirm.vue.js +140 -0
- package/es/src/packages/eventFlow/dialog/action/FormSetValue.vue.js +4 -0
- package/es/src/packages/eventFlow/dialog/action/FormSetValue.vue2.js +43 -0
- package/es/src/packages/eventFlow/dialog/action/FormSubmit.vue.js +4 -0
- package/es/src/packages/eventFlow/dialog/action/FormSubmit.vue2.js +84 -0
- package/es/src/packages/eventFlow/dialog/action/Message.vue.js +68 -0
- package/es/src/packages/eventFlow/dialog/action/Page.vue.js +86 -0
- package/es/src/packages/eventFlow/dialog/action/PageGoBack.vue.js +111 -0
- package/es/src/packages/eventFlow/dialog/action/Request.vue.js +28 -0
- package/es/src/packages/eventFlow/dialog/action/TableRefresh.vue.js +4 -0
- package/es/src/packages/eventFlow/dialog/action/TableRefresh.vue2.js +54 -0
- package/es/src/packages/eventFlow/dialog/action/config.js +88 -0
- package/es/src/packages/eventFlow/dialog/action/index.vue.js +4 -0
- package/es/src/packages/eventFlow/dialog/action/index.vue2.js +193 -0
- package/es/src/packages/eventFlow/dialog/execution/index.vue.js +4 -0
- package/es/src/packages/eventFlow/dialog/execution/index.vue2.js +81 -0
- package/es/src/packages/eventFlow/dialog/index.vue.js +112 -0
- package/es/src/packages/eventFlow/eventFlow.vue.js +4 -0
- package/es/src/packages/eventFlow/eventFlow.vue2.js +298 -0
- package/es/src/packages/eventFlow/hooks/useDraggableScroll.js +27 -0
- package/es/src/packages/eventFlow/index.vue.js +26 -0
- package/es/src/packages/eventFlow/nodes/Add.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/Add.vue2.js +84 -0
- package/es/src/packages/eventFlow/nodes/ApprovalNode.vue.js +41 -0
- package/es/src/packages/eventFlow/nodes/CcNode.vue.js +73 -0
- package/es/src/packages/eventFlow/nodes/ConditionNode.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/ConditionNode.vue2.js +52 -0
- package/es/src/packages/eventFlow/nodes/EndNode.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/EndNode.vue2.js +45 -0
- package/es/src/packages/eventFlow/nodes/ExclusiveNode.vue.js +36 -0
- package/es/src/packages/eventFlow/nodes/GatewayNode.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/GatewayNode.vue2.js +79 -0
- package/es/src/packages/eventFlow/nodes/Node.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/Node.vue2.js +176 -0
- package/es/src/packages/eventFlow/nodes/NotifyNode.vue.js +73 -0
- package/es/src/packages/eventFlow/nodes/ServiceNode.vue.js +38 -0
- package/es/src/packages/eventFlow/nodes/StartNode.vue.js +4 -0
- package/es/src/packages/eventFlow/nodes/StartNode.vue2.js +39 -0
- package/es/src/packages/eventFlow/nodes/TimerNode.vue.js +45 -0
- package/es/src/packages/eventFlow/nodes/TreeNode.vue.js +47 -0
- package/es/src/packages/form/HiddenFieldDialog.vue.js +258 -0
- package/es/src/packages/form/HiddenFieldDialog.vue2.js +4 -0
- package/es/src/packages/form/PageFooterSetting.vue.js +114 -0
- package/es/src/packages/form/PageFooterSetting.vue2.js +4 -0
- package/es/src/packages/form/PageHeaderSetting.vue.js +142 -0
- package/es/src/packages/form/PageHeaderSetting.vue2.js +4 -0
- package/es/src/packages/form/aside/index.js +123 -0
- package/es/src/packages/form/components/ComponentPreviewWrapper.vue.js +140 -0
- package/es/src/packages/form/components/ComponentPreviewWrapper.vue2.js +4 -0
- package/es/src/packages/form/components/DividerWrapper.vue.js +22 -0
- package/es/src/packages/form/components/DividerWrapper.vue2.js +4 -0
- package/es/src/packages/form/components/H2Wrapper.vue.js +24 -0
- package/es/src/packages/form/components/H2Wrapper.vue2.js +4 -0
- package/es/src/packages/form/components/SubForm.vue.js +88 -0
- package/es/src/packages/form/components/SubForm.vue2.js +4 -0
- package/es/src/packages/form/components/SubForm.vue3.js +4 -0
- package/es/src/packages/form/components/SubTable.vue.js +87 -0
- package/es/src/packages/form/components/SubTable.vue2.js +4 -0
- package/es/src/packages/form/default.js +41 -0
- package/es/src/packages/form/fieldRecycleBin.vue.js +194 -0
- package/es/src/packages/form/fieldRecycleBin.vue2.js +4 -0
- package/es/src/packages/form/formSetting.vue.js +137 -0
- package/es/src/packages/form/formSetting.vue2.js +4 -0
- package/es/src/packages/form/headerBtn.vue.js +138 -0
- package/es/src/packages/form/headerBtn.vue2.js +4 -0
- package/es/src/packages/form/index.vue.js +355 -0
- package/es/src/packages/form/index.vue2.js +4 -0
- package/es/src/packages/form/property/dividerH2.vue.js +86 -0
- package/es/src/packages/form/property/index.vue.js +40 -0
- package/es/src/packages/form/property/pageFooterBtn.vue.js +111 -0
- package/es/src/packages/form/property/pageHeaderBtn.vue.js +107 -0
- package/es/src/packages/form/property/subForm.vue.js +188 -0
- package/es/src/packages/form/property/subTable.vue.js +286 -0
- package/es/src/packages/form/property/widgets.vue.js +579 -0
- package/es/src/packages/form/property/widgets.vue2.js +4 -0
- package/es/src/packages/formulaEditor/components/FieldVariable.vue.js +71 -0
- package/es/src/packages/formulaEditor/components/FieldVariable.vue2.js +4 -0
- package/es/src/packages/formulaEditor/components/FormulaList.vue.js +93 -0
- package/es/src/packages/formulaEditor/components/FormulaList.vue2.js +4 -0
- package/es/src/packages/formulaEditor/core/calculate.js +50 -0
- package/es/src/packages/formulaEditor/core/functionCore.js +16 -0
- package/es/src/packages/formulaEditor/core/index.js +136 -0
- package/es/src/packages/formulaEditor/function.js +524 -0
- package/es/src/packages/formulaEditor/index.js +7 -0
- package/es/src/packages/formulaEditor/index.vue.js +186 -0
- package/es/src/packages/formulaEditor/index.vue2.js +4 -0
- package/es/src/packages/formulaEditor/utils/index.js +40 -0
- package/es/src/packages/mode/fieldSelection.vue.js +154 -0
- package/es/src/packages/mode/fieldSelection.vue2.js +4 -0
- package/es/src/packages/mode/index.vue.js +387 -0
- package/es/src/packages/mode/index.vue2.js +4 -0
- package/es/src/packages/mode/useModeDialog.js +15 -0
- package/es/src/packages/table/aside/index.js +53 -0
- package/es/src/packages/table/default.js +87 -0
- package/es/src/packages/table/headerBtn.vue.js +172 -0
- package/es/src/packages/table/headerBtn.vue2.js +4 -0
- package/es/src/packages/table/index.vue.js +373 -0
- package/es/src/packages/table/index.vue2.js +4 -0
- package/es/src/packages/table/property/customBtn.vue.js +142 -0
- package/es/src/packages/table/property/filterWidgets.vue.js +86 -0
- package/es/src/packages/table/property/index.vue.js +40 -0
- package/es/src/packages/table/property/optBtn.vue.js +126 -0
- package/es/src/packages/table/property/widgets.vue.js +430 -0
- package/es/src/packages/table/property/widgets.vue2.js +4 -0
- package/es/src/packages/table/queryModule/FixedModeConfig.vue.js +218 -0
- package/es/src/packages/table/queryModule/FixedModeConfig.vue2.js +4 -0
- package/es/src/packages/table/queryModule/index.vue.js +192 -0
- package/es/src/packages/table/queryModule/index.vue2.js +4 -0
- package/es/src/packages/table/tableBtn.vue.js +145 -0
- package/es/src/packages/table/tableBtn.vue2.js +4 -0
- package/es/src/packages/table/tablePagination.vue.js +196 -0
- package/es/src/packages/table/tablePagination.vue2.js +4 -0
- package/es/src/packages/table/tableSetting.vue.js +423 -0
- package/es/src/packages/table/tableSetting.vue2.js +4 -0
- package/es/src/packages/utils/common.js +65 -0
- package/es/src/packages/utils/datasource.js +226 -0
- package/es/src/packages/utils/eventBus.js +5 -0
- package/es/src/store/index.js +49 -0
- package/es/src/style/index.css.js +4 -0
- package/es/src/utils/env.js +9 -0
- package/es/style.css +1 -0
- package/package.json +52 -0
|
@@ -0,0 +1,4095 @@
|
|
|
1
|
+
import T from "../../../../jstat/dist/jstat.js";
|
|
2
|
+
import Pt from "../../../../bessel/bessel.js";
|
|
3
|
+
const Zt = new Error("#NULL!"), G = new Error("#DIV/0!"), s = new Error("#VALUE!"), ot = new Error("#REF!"), Vt = new Error("#NAME?"), h = new Error("#NUM!"), D = new Error("#N/A"), Jt = new Error("#ERROR!"), un = new Error("#GETTING_DATA");
|
|
4
|
+
var Xn = /* @__PURE__ */ Object.freeze({
|
|
5
|
+
__proto__: null,
|
|
6
|
+
data: un,
|
|
7
|
+
div0: G,
|
|
8
|
+
error: Jt,
|
|
9
|
+
na: D,
|
|
10
|
+
name: Vt,
|
|
11
|
+
nil: Zt,
|
|
12
|
+
num: h,
|
|
13
|
+
ref: ot,
|
|
14
|
+
value: s
|
|
15
|
+
});
|
|
16
|
+
let x = !1;
|
|
17
|
+
function Gn() {
|
|
18
|
+
x = !0;
|
|
19
|
+
}
|
|
20
|
+
function Hn() {
|
|
21
|
+
x = !1;
|
|
22
|
+
}
|
|
23
|
+
function sn(t) {
|
|
24
|
+
t < 60 && (t += 1);
|
|
25
|
+
const r = Math.floor(t - 25569) * 86400, e = new Date(r * 1e3), f = t - Math.floor(t) + 1e-7;
|
|
26
|
+
let o = Math.floor(86400 * f);
|
|
27
|
+
const i = o % 60;
|
|
28
|
+
o -= i;
|
|
29
|
+
const l = Math.floor(o / (60 * 60)), c = Math.floor(o / 60) % 60;
|
|
30
|
+
let g = e.getUTCDate(), I = e.getUTCMonth();
|
|
31
|
+
return t >= 60 && t < 61 && (g = 29, I = 1), new Date(e.getUTCFullYear(), I, g, l, c, i);
|
|
32
|
+
}
|
|
33
|
+
function y(t) {
|
|
34
|
+
const n = new Date(1900, 0, 1), r = t > -22038912e5 ? 2 : 1;
|
|
35
|
+
return Math.ceil((t - n) / 864e5) + r;
|
|
36
|
+
}
|
|
37
|
+
var wn = /* @__PURE__ */ Object.freeze({
|
|
38
|
+
__proto__: null,
|
|
39
|
+
dateToSerial: y,
|
|
40
|
+
get returnSerial() {
|
|
41
|
+
return x;
|
|
42
|
+
},
|
|
43
|
+
serialToDate: sn,
|
|
44
|
+
useDate: Hn,
|
|
45
|
+
useSerial: Gn
|
|
46
|
+
});
|
|
47
|
+
const jn = "=", pn = [">", ">=", "<", "<=", "=", "<>"], ln = "operator", cn = "literal", Bn = [ln, cn], Dt = ln, _ = cn;
|
|
48
|
+
function d(t, n) {
|
|
49
|
+
if (Bn.indexOf(n) === -1)
|
|
50
|
+
throw new Error("Unsupported token type: " + n);
|
|
51
|
+
return {
|
|
52
|
+
value: t,
|
|
53
|
+
type: n
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
function Wn(t) {
|
|
57
|
+
return typeof t != "string" || /^\d+(\.\d+)?$/.test(t) && (t = t.indexOf(".") === -1 ? parseInt(t, 10) : parseFloat(t)), t;
|
|
58
|
+
}
|
|
59
|
+
function Kn(t) {
|
|
60
|
+
const n = t.length, r = [];
|
|
61
|
+
let e = 0, f = "", o = "";
|
|
62
|
+
for (; e < n; ) {
|
|
63
|
+
const i = t.charAt(e);
|
|
64
|
+
switch (i) {
|
|
65
|
+
case ">":
|
|
66
|
+
case "<":
|
|
67
|
+
case "=":
|
|
68
|
+
o = o + i, f.length > 0 && (r.push(f), f = "");
|
|
69
|
+
break;
|
|
70
|
+
default:
|
|
71
|
+
o.length > 0 && (r.push(o), o = ""), f = f + i;
|
|
72
|
+
break;
|
|
73
|
+
}
|
|
74
|
+
e++;
|
|
75
|
+
}
|
|
76
|
+
return f.length > 0 && r.push(f), o.length > 0 && r.push(o), r;
|
|
77
|
+
}
|
|
78
|
+
function qn(t) {
|
|
79
|
+
let n = "";
|
|
80
|
+
const r = [];
|
|
81
|
+
for (let e = 0; e < t.length; e++) {
|
|
82
|
+
const f = t[e];
|
|
83
|
+
e === 0 && pn.indexOf(f) >= 0 ? r.push(d(f, Dt)) : n += f;
|
|
84
|
+
}
|
|
85
|
+
return n.length > 0 && r.push(d(Wn(n), _)), r.length > 0 && r[0].type !== Dt && r.unshift(d(jn, Dt)), r;
|
|
86
|
+
}
|
|
87
|
+
function Qn(t) {
|
|
88
|
+
const n = [];
|
|
89
|
+
let r;
|
|
90
|
+
for (let e = 0; e < t.length; e++) {
|
|
91
|
+
const f = t[e];
|
|
92
|
+
switch (f.type) {
|
|
93
|
+
case Dt:
|
|
94
|
+
r = f.value;
|
|
95
|
+
break;
|
|
96
|
+
case _:
|
|
97
|
+
n.push(f.value);
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
return $n(n, r);
|
|
102
|
+
}
|
|
103
|
+
function $n(t, n) {
|
|
104
|
+
let r = !1;
|
|
105
|
+
switch (n) {
|
|
106
|
+
case ">":
|
|
107
|
+
r = t[0] > t[1];
|
|
108
|
+
break;
|
|
109
|
+
case ">=":
|
|
110
|
+
r = t[0] >= t[1];
|
|
111
|
+
break;
|
|
112
|
+
case "<":
|
|
113
|
+
r = t[0] < t[1];
|
|
114
|
+
break;
|
|
115
|
+
case "<=":
|
|
116
|
+
r = t[0] <= t[1];
|
|
117
|
+
break;
|
|
118
|
+
case "=":
|
|
119
|
+
r = t[0] == t[1];
|
|
120
|
+
break;
|
|
121
|
+
case "<>":
|
|
122
|
+
r = t[0] != t[1];
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
return r;
|
|
126
|
+
}
|
|
127
|
+
function ht(t) {
|
|
128
|
+
return qn(Kn(t));
|
|
129
|
+
}
|
|
130
|
+
const gt = Qn;
|
|
131
|
+
function Ft(t) {
|
|
132
|
+
const n = [];
|
|
133
|
+
return H(t, (r) => {
|
|
134
|
+
n.push(r);
|
|
135
|
+
}), n;
|
|
136
|
+
}
|
|
137
|
+
function H(t, n) {
|
|
138
|
+
let r = -1;
|
|
139
|
+
const e = t.length;
|
|
140
|
+
for (; ++r < e && n(t[r], r, t) !== !1; )
|
|
141
|
+
;
|
|
142
|
+
return t;
|
|
143
|
+
}
|
|
144
|
+
function kt(t) {
|
|
145
|
+
let n = t.length, r;
|
|
146
|
+
for (; n--; )
|
|
147
|
+
if (r = t[n], typeof r != "number") {
|
|
148
|
+
if (r === !0) {
|
|
149
|
+
t[n] = 1;
|
|
150
|
+
continue;
|
|
151
|
+
}
|
|
152
|
+
if (r === !1) {
|
|
153
|
+
t[n] = 0;
|
|
154
|
+
continue;
|
|
155
|
+
}
|
|
156
|
+
if (typeof r == "string") {
|
|
157
|
+
const e = u(r);
|
|
158
|
+
t[n] = e instanceof Error ? 0 : e;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
return t;
|
|
162
|
+
}
|
|
163
|
+
function hn(t, n) {
|
|
164
|
+
if (!t)
|
|
165
|
+
return s;
|
|
166
|
+
(!t.every((f) => Array.isArray(f)) || t.length === 0) && (t = [[...t]]), t.map((f, o) => {
|
|
167
|
+
f.map((i, l) => {
|
|
168
|
+
i || (t[o][l] = 0);
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
const r = t.reduce((f, o, i) => o.length > t[f].length ? i : f, 0), e = t[r].length;
|
|
172
|
+
return t.map((f) => [...f, ...Array(e - f.length).fill(0)]);
|
|
173
|
+
}
|
|
174
|
+
function E() {
|
|
175
|
+
let t;
|
|
176
|
+
if (arguments.length === 1) {
|
|
177
|
+
const n = arguments[0];
|
|
178
|
+
t = Zn(n) ? Ft.apply(null, arguments) : [n];
|
|
179
|
+
} else
|
|
180
|
+
t = Array.from(arguments);
|
|
181
|
+
for (; !Jn(t); )
|
|
182
|
+
t = qt(t);
|
|
183
|
+
return t;
|
|
184
|
+
}
|
|
185
|
+
function qt(t) {
|
|
186
|
+
return !t || !t.reduce ? [t] : t.reduce((n, r) => {
|
|
187
|
+
const e = Array.isArray(n), f = Array.isArray(r);
|
|
188
|
+
return e && f ? n.concat(r) : e ? (n.push(r), n) : f ? [n].concat(r) : [n, r];
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
function zn(t, n) {
|
|
192
|
+
return n = n || 1, !t || typeof t.slice != "function" ? t : t.slice(0, t.length - n);
|
|
193
|
+
}
|
|
194
|
+
function Zn(t) {
|
|
195
|
+
return t != null && typeof t.length == "number" && typeof t != "string";
|
|
196
|
+
}
|
|
197
|
+
function Jn(t) {
|
|
198
|
+
if (!t)
|
|
199
|
+
return !1;
|
|
200
|
+
for (let n = 0; n < t.length; ++n)
|
|
201
|
+
if (Array.isArray(t[n]))
|
|
202
|
+
return !1;
|
|
203
|
+
return !0;
|
|
204
|
+
}
|
|
205
|
+
function F(t, n) {
|
|
206
|
+
return n = n || 1, !t || typeof t.slice != "function" ? t : t.slice(n);
|
|
207
|
+
}
|
|
208
|
+
function at(t) {
|
|
209
|
+
return t ? t[0].map((n, r) => t.map((e) => e[r])) : s;
|
|
210
|
+
}
|
|
211
|
+
function Q(t, n) {
|
|
212
|
+
let r = null;
|
|
213
|
+
return H(t, (e, f) => {
|
|
214
|
+
if (e[0] === n)
|
|
215
|
+
return r = f, !1;
|
|
216
|
+
}), r ?? s;
|
|
217
|
+
}
|
|
218
|
+
function R() {
|
|
219
|
+
for (let t = 0; t < arguments.length; t++)
|
|
220
|
+
if (arguments[t] instanceof Error)
|
|
221
|
+
return arguments[t];
|
|
222
|
+
}
|
|
223
|
+
function M() {
|
|
224
|
+
let t = arguments.length;
|
|
225
|
+
for (; t--; )
|
|
226
|
+
if (arguments[t] instanceof Error)
|
|
227
|
+
return !0;
|
|
228
|
+
return !1;
|
|
229
|
+
}
|
|
230
|
+
function gn(t) {
|
|
231
|
+
return Math.round(t * 1e14) / 1e14;
|
|
232
|
+
}
|
|
233
|
+
function v() {
|
|
234
|
+
return E.apply(null, arguments).filter((n) => typeof n == "number");
|
|
235
|
+
}
|
|
236
|
+
function dt(t) {
|
|
237
|
+
if (typeof t == "boolean" || t instanceof Error)
|
|
238
|
+
return t;
|
|
239
|
+
if (typeof t == "number")
|
|
240
|
+
return t !== 0;
|
|
241
|
+
if (typeof t == "string") {
|
|
242
|
+
const n = t.toUpperCase();
|
|
243
|
+
if (n === "TRUE")
|
|
244
|
+
return !0;
|
|
245
|
+
if (n === "FALSE")
|
|
246
|
+
return !1;
|
|
247
|
+
}
|
|
248
|
+
return t instanceof Date && !isNaN(t) ? !0 : s;
|
|
249
|
+
}
|
|
250
|
+
function O(t) {
|
|
251
|
+
if (!isNaN(t)) {
|
|
252
|
+
if (t instanceof Date)
|
|
253
|
+
return new Date(t);
|
|
254
|
+
const n = parseFloat(t);
|
|
255
|
+
return n < 0 || n >= 2958466 ? h : sn(n);
|
|
256
|
+
}
|
|
257
|
+
return typeof t == "string" && (t = /(\d{4})-(\d\d?)-(\d\d?)$/.test(t) ? /* @__PURE__ */ new Date(t + "T00:00:00.000") : new Date(t), !isNaN(t)) ? t : s;
|
|
258
|
+
}
|
|
259
|
+
function Mn(t) {
|
|
260
|
+
let n = t.length, r;
|
|
261
|
+
for (; n--; ) {
|
|
262
|
+
if (r = O(t[n]), r === s)
|
|
263
|
+
return r;
|
|
264
|
+
t[n] = r;
|
|
265
|
+
}
|
|
266
|
+
return t;
|
|
267
|
+
}
|
|
268
|
+
function u(t) {
|
|
269
|
+
return t instanceof Error ? t : t == null ? 0 : (typeof t == "boolean" && (t = +t), !isNaN(t) && t !== "" ? parseFloat(t) : s);
|
|
270
|
+
}
|
|
271
|
+
function S(t) {
|
|
272
|
+
let n;
|
|
273
|
+
if (!t || (n = t.length) === 0)
|
|
274
|
+
return s;
|
|
275
|
+
let r;
|
|
276
|
+
for (; n--; ) {
|
|
277
|
+
if (t[n] instanceof Error)
|
|
278
|
+
return t[n];
|
|
279
|
+
if (r = u(t[n]), r instanceof Error)
|
|
280
|
+
return r;
|
|
281
|
+
t[n] = r;
|
|
282
|
+
}
|
|
283
|
+
return t;
|
|
284
|
+
}
|
|
285
|
+
function U(t) {
|
|
286
|
+
return t instanceof Error ? t : t == null ? "" : t.toString();
|
|
287
|
+
}
|
|
288
|
+
function Ut() {
|
|
289
|
+
let t = arguments.length;
|
|
290
|
+
for (; t--; )
|
|
291
|
+
if (typeof arguments[t] == "string")
|
|
292
|
+
return !0;
|
|
293
|
+
return !1;
|
|
294
|
+
}
|
|
295
|
+
function Yt() {
|
|
296
|
+
const t = Ft(arguments), n = S(E(t.shift()));
|
|
297
|
+
if (n instanceof Error)
|
|
298
|
+
return n;
|
|
299
|
+
const r = t, e = r.length / 2;
|
|
300
|
+
for (let o = 0; o < e; o++)
|
|
301
|
+
r[o * 2] = E(r[o * 2]);
|
|
302
|
+
let f = [];
|
|
303
|
+
for (let o = 0; o < n.length; o++) {
|
|
304
|
+
let i = !1;
|
|
305
|
+
for (let l = 0; l < e; l++) {
|
|
306
|
+
const c = r[l * 2][o], g = r[l * 2 + 1], I = g === void 0 || g === "*";
|
|
307
|
+
let N = !1;
|
|
308
|
+
if (I)
|
|
309
|
+
N = !0;
|
|
310
|
+
else {
|
|
311
|
+
const a = ht(g + ""), A = [d(c, _)].concat(
|
|
312
|
+
a
|
|
313
|
+
);
|
|
314
|
+
N = gt(A);
|
|
315
|
+
}
|
|
316
|
+
if (!N) {
|
|
317
|
+
i = !1;
|
|
318
|
+
break;
|
|
319
|
+
}
|
|
320
|
+
i = !0;
|
|
321
|
+
}
|
|
322
|
+
i && f.push(n[o]);
|
|
323
|
+
}
|
|
324
|
+
return f;
|
|
325
|
+
}
|
|
326
|
+
function et(t) {
|
|
327
|
+
return t != null;
|
|
328
|
+
}
|
|
329
|
+
const kn = {};
|
|
330
|
+
kn.TYPE = (t) => {
|
|
331
|
+
switch (t) {
|
|
332
|
+
case Zt:
|
|
333
|
+
return 1;
|
|
334
|
+
case G:
|
|
335
|
+
return 2;
|
|
336
|
+
case s:
|
|
337
|
+
return 3;
|
|
338
|
+
case ot:
|
|
339
|
+
return 4;
|
|
340
|
+
case Vt:
|
|
341
|
+
return 5;
|
|
342
|
+
case h:
|
|
343
|
+
return 6;
|
|
344
|
+
case D:
|
|
345
|
+
return 7;
|
|
346
|
+
case un:
|
|
347
|
+
return 8;
|
|
348
|
+
}
|
|
349
|
+
return D;
|
|
350
|
+
};
|
|
351
|
+
function pr(t) {
|
|
352
|
+
return t === null;
|
|
353
|
+
}
|
|
354
|
+
function dn(t) {
|
|
355
|
+
return [s, ot, G, h, Vt, Zt].indexOf(t) >= 0 || typeof t == "number" && (isNaN(t) || !isFinite(t));
|
|
356
|
+
}
|
|
357
|
+
function yt(t) {
|
|
358
|
+
return dn(t) || t === D;
|
|
359
|
+
}
|
|
360
|
+
function Br(t) {
|
|
361
|
+
return !(Math.floor(Math.abs(t)) & 1);
|
|
362
|
+
}
|
|
363
|
+
function yn(t) {
|
|
364
|
+
return t === !0 || t === !1;
|
|
365
|
+
}
|
|
366
|
+
function Wr(t) {
|
|
367
|
+
return t === D;
|
|
368
|
+
}
|
|
369
|
+
function Kr(t) {
|
|
370
|
+
return typeof t != "string";
|
|
371
|
+
}
|
|
372
|
+
function xt(t) {
|
|
373
|
+
return typeof t == "number" && !isNaN(t) && isFinite(t);
|
|
374
|
+
}
|
|
375
|
+
function qr(t) {
|
|
376
|
+
return !!(Math.floor(Math.abs(t)) & 1);
|
|
377
|
+
}
|
|
378
|
+
function xn(t) {
|
|
379
|
+
return typeof t == "string";
|
|
380
|
+
}
|
|
381
|
+
function Qr(t) {
|
|
382
|
+
return xt(t) ? t : t instanceof Date ? t.getTime() : t === !0 ? 1 : t === !1 ? 0 : yt(t) ? t : 0;
|
|
383
|
+
}
|
|
384
|
+
function $r() {
|
|
385
|
+
return D;
|
|
386
|
+
}
|
|
387
|
+
function zr(t) {
|
|
388
|
+
if (xt(t))
|
|
389
|
+
return 1;
|
|
390
|
+
if (xn(t))
|
|
391
|
+
return 2;
|
|
392
|
+
if (yn(t))
|
|
393
|
+
return 4;
|
|
394
|
+
if (yt(t))
|
|
395
|
+
return 16;
|
|
396
|
+
if (Array.isArray(t))
|
|
397
|
+
return 64;
|
|
398
|
+
}
|
|
399
|
+
function Zr() {
|
|
400
|
+
if (arguments.length < 2)
|
|
401
|
+
return D;
|
|
402
|
+
const t = arguments[0];
|
|
403
|
+
return t < 1 || t > 254 || arguments.length < t + 1 ? s : arguments[t];
|
|
404
|
+
}
|
|
405
|
+
function Jr(t, n) {
|
|
406
|
+
if (arguments.length !== 2)
|
|
407
|
+
return D;
|
|
408
|
+
if (n < 0)
|
|
409
|
+
return h;
|
|
410
|
+
if (!(t instanceof Array) || typeof n != "number")
|
|
411
|
+
return s;
|
|
412
|
+
if (t.length !== 0)
|
|
413
|
+
return T.col(t, n);
|
|
414
|
+
}
|
|
415
|
+
function kr(t) {
|
|
416
|
+
return arguments.length !== 1 ? D : t instanceof Array ? t.length === 0 ? 0 : T.cols(t) : s;
|
|
417
|
+
}
|
|
418
|
+
function dr(t, n, r, e) {
|
|
419
|
+
return vn(t, at(n), r, e);
|
|
420
|
+
}
|
|
421
|
+
function yr(t, n, r) {
|
|
422
|
+
const e = R(t, n, r);
|
|
423
|
+
if (e)
|
|
424
|
+
return e;
|
|
425
|
+
if (!Array.isArray(t))
|
|
426
|
+
return s;
|
|
427
|
+
const f = t.length > 0 && !Array.isArray(t[0]);
|
|
428
|
+
return f && !r ? (r = n, n = 1) : (r = r || 1, n = n || 1), r < 0 || n < 0 ? s : f && n === 1 && r <= t.length ? t[r - 1] : n <= t.length && r <= t[n - 1].length ? t[n - 1][r - 1] : ot;
|
|
429
|
+
}
|
|
430
|
+
function xr(t, n, r) {
|
|
431
|
+
n = E(n), r = r ? E(r) : n;
|
|
432
|
+
const e = typeof t == "number";
|
|
433
|
+
let f = D;
|
|
434
|
+
for (let o = 0; o < n.length; o++) {
|
|
435
|
+
if (n[o] === t)
|
|
436
|
+
return r[o];
|
|
437
|
+
if (e && n[o] <= t || typeof n[o] == "string" && n[o].localeCompare(t) < 0)
|
|
438
|
+
f = r[o];
|
|
439
|
+
else if (e && n[o] > t)
|
|
440
|
+
return f;
|
|
441
|
+
}
|
|
442
|
+
return f;
|
|
443
|
+
}
|
|
444
|
+
function vr(t, n, r) {
|
|
445
|
+
if (!t && t !== 0 || !n || (arguments.length === 2 && (r = 1), n = E(n), !(n instanceof Array)) || r !== -1 && r !== 0 && r !== 1)
|
|
446
|
+
return D;
|
|
447
|
+
let e, f;
|
|
448
|
+
for (let o = 0; o < n.length; o++)
|
|
449
|
+
if (r === 1) {
|
|
450
|
+
if (n[o] === t)
|
|
451
|
+
return o + 1;
|
|
452
|
+
n[o] < t && (f ? n[o] > f && (e = o + 1, f = n[o]) : (e = o + 1, f = n[o]));
|
|
453
|
+
} else if (r === 0) {
|
|
454
|
+
if (typeof t == "string" && typeof n[o] == "string") {
|
|
455
|
+
const i = t.toLowerCase().replace(/\?/g, ".").replace(/\*/g, ".*").replace(/~/g, "\\").replace(/\+/g, "\\+").replace(/\(/g, "\\(").replace(/\)/g, "\\)").replace(/\[/g, "\\[").replace(/\]/g, "\\]");
|
|
456
|
+
if (new RegExp("^" + i + "$").test(n[o].toLowerCase()))
|
|
457
|
+
return o + 1;
|
|
458
|
+
} else if (n[o] === t)
|
|
459
|
+
return o + 1;
|
|
460
|
+
} else if (r === -1) {
|
|
461
|
+
if (n[o] === t)
|
|
462
|
+
return o + 1;
|
|
463
|
+
n[o] > t && (f ? n[o] < f && (e = o + 1, f = n[o]) : (e = o + 1, f = n[o]));
|
|
464
|
+
}
|
|
465
|
+
return e || D;
|
|
466
|
+
}
|
|
467
|
+
function mr(t) {
|
|
468
|
+
return arguments.length !== 1 ? D : t instanceof Array ? t.length === 0 ? 0 : T.rows(t) : s;
|
|
469
|
+
}
|
|
470
|
+
function br(t, n = 1, r = 1, e = !1) {
|
|
471
|
+
if (!t || !Array.isArray(t))
|
|
472
|
+
return D;
|
|
473
|
+
if (t.length === 0)
|
|
474
|
+
return 0;
|
|
475
|
+
if (n = u(n), !n || n < 1 || (r = u(r), r !== 1 && r !== -1))
|
|
476
|
+
return s;
|
|
477
|
+
if (e = dt(e), typeof e != "boolean")
|
|
478
|
+
return Vt;
|
|
479
|
+
const f = (l) => l.sort((c, g) => (c = U(c[n - 1]), g = U(g[n - 1]), r === 1 ? c < g ? r * -1 : r : c > g ? r : r * -1)), o = hn(t), i = e ? at(o) : o;
|
|
480
|
+
return n >= 1 && n <= i[0].length ? e ? at(f(i)) : f(i) : s;
|
|
481
|
+
}
|
|
482
|
+
function _r(t) {
|
|
483
|
+
if (!t)
|
|
484
|
+
return D;
|
|
485
|
+
const n = hn(t);
|
|
486
|
+
return at(n);
|
|
487
|
+
}
|
|
488
|
+
function En() {
|
|
489
|
+
const t = [];
|
|
490
|
+
for (let n = 0; n < arguments.length; ++n) {
|
|
491
|
+
let r = !1;
|
|
492
|
+
const e = arguments[n];
|
|
493
|
+
for (let f = 0; f < t.length && (r = t[f] === e, !r); ++f)
|
|
494
|
+
;
|
|
495
|
+
r || t.push(e);
|
|
496
|
+
}
|
|
497
|
+
return t;
|
|
498
|
+
}
|
|
499
|
+
function vn(t, n, r, e) {
|
|
500
|
+
if (!n || !r)
|
|
501
|
+
return D;
|
|
502
|
+
e = !(e === 0 || e === !1);
|
|
503
|
+
let f = D, o = !1;
|
|
504
|
+
const i = typeof t == "number", l = typeof t == "string" ? t.toLowerCase() : t;
|
|
505
|
+
for (let c = 0; c < n.length; c++) {
|
|
506
|
+
const g = n[c], I = typeof g[0] == "string" ? g[0].toLowerCase() : g[0];
|
|
507
|
+
if (I === l) {
|
|
508
|
+
f = r < g.length + 1 ? g[r - 1] : ot;
|
|
509
|
+
break;
|
|
510
|
+
} else
|
|
511
|
+
!o && (i && e && I <= t || e && typeof I == "string" && I.localeCompare(t) < 0) && (f = r < g.length + 1 ? g[r - 1] : ot);
|
|
512
|
+
i && I > t && (o = !0);
|
|
513
|
+
}
|
|
514
|
+
return f;
|
|
515
|
+
}
|
|
516
|
+
function mn(t) {
|
|
517
|
+
return t = u(t), t === 0 ? s : t instanceof Error ? t : String.fromCharCode(t);
|
|
518
|
+
}
|
|
519
|
+
function te(t) {
|
|
520
|
+
if (M(t))
|
|
521
|
+
return t;
|
|
522
|
+
t = t || "";
|
|
523
|
+
const n = /[\0-\x1F]/g;
|
|
524
|
+
return t.replace(n, "");
|
|
525
|
+
}
|
|
526
|
+
function bn(t) {
|
|
527
|
+
if (M(t))
|
|
528
|
+
return t;
|
|
529
|
+
t = t || "";
|
|
530
|
+
let n = t.charCodeAt(0);
|
|
531
|
+
return isNaN(n) && (n = s), n;
|
|
532
|
+
}
|
|
533
|
+
function _n() {
|
|
534
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
535
|
+
if (n)
|
|
536
|
+
return n;
|
|
537
|
+
let r = 0;
|
|
538
|
+
for (; (r = t.indexOf(!0)) > -1; )
|
|
539
|
+
t[r] = "TRUE";
|
|
540
|
+
let e = 0;
|
|
541
|
+
for (; (e = t.indexOf(!1)) > -1; )
|
|
542
|
+
t[e] = "FALSE";
|
|
543
|
+
return t.join("");
|
|
544
|
+
}
|
|
545
|
+
const ne = _n;
|
|
546
|
+
function re(t, n = 2) {
|
|
547
|
+
if (t = u(t), isNaN(t))
|
|
548
|
+
return s;
|
|
549
|
+
t = gr(t, n);
|
|
550
|
+
const r = {
|
|
551
|
+
style: "currency",
|
|
552
|
+
currency: "USD",
|
|
553
|
+
minimumFractionDigits: n >= 0 ? n : 0,
|
|
554
|
+
maximumFractionDigits: n >= 0 ? n : 0
|
|
555
|
+
}, e = t.toLocaleString("en-US", r);
|
|
556
|
+
return t < 0 ? "$(" + e.slice(2) + ")" : e;
|
|
557
|
+
}
|
|
558
|
+
function ee(t, n) {
|
|
559
|
+
if (arguments.length !== 2)
|
|
560
|
+
return D;
|
|
561
|
+
const r = R(t, n);
|
|
562
|
+
return r || (t = U(t), n = U(n), t === n);
|
|
563
|
+
}
|
|
564
|
+
function fe(t, n, r) {
|
|
565
|
+
if (arguments.length < 2)
|
|
566
|
+
return D;
|
|
567
|
+
t = U(t), n = U(n), r = r === void 0 ? 0 : r;
|
|
568
|
+
const e = n.indexOf(t, r - 1);
|
|
569
|
+
return e === -1 ? s : e + 1;
|
|
570
|
+
}
|
|
571
|
+
function tr(t, n = 2, r = !1) {
|
|
572
|
+
if (t = u(t), isNaN(t) || (n = u(n), isNaN(n)))
|
|
573
|
+
return s;
|
|
574
|
+
if (n < 0) {
|
|
575
|
+
const e = Math.pow(10, -n);
|
|
576
|
+
t = Math.round(t / e) * e;
|
|
577
|
+
} else
|
|
578
|
+
t = t.toFixed(n);
|
|
579
|
+
if (r)
|
|
580
|
+
t = t.toString().replace(/,/g, "");
|
|
581
|
+
else {
|
|
582
|
+
const e = t.toString().split(".");
|
|
583
|
+
e[0] = e[0].replace(/\B(?=(\d{3})+$)/g, ","), t = e.join(".");
|
|
584
|
+
}
|
|
585
|
+
return t;
|
|
586
|
+
}
|
|
587
|
+
function oe(t, n) {
|
|
588
|
+
const r = R(t, n);
|
|
589
|
+
return r || (t = U(t), n = n === void 0 ? 1 : n, n = u(n), n instanceof Error || typeof t != "string" ? s : t.substring(0, n));
|
|
590
|
+
}
|
|
591
|
+
function ue(t) {
|
|
592
|
+
return arguments.length === 0 ? Jt : t instanceof Error ? t : Array.isArray(t) ? s : U(t).length;
|
|
593
|
+
}
|
|
594
|
+
function ie(t) {
|
|
595
|
+
return arguments.length !== 1 ? s : (t = U(t), M(t) ? t : t.toLowerCase());
|
|
596
|
+
}
|
|
597
|
+
function se(t, n, r) {
|
|
598
|
+
if (n == null)
|
|
599
|
+
return s;
|
|
600
|
+
if (n = u(n), r = u(r), M(n, r) || typeof t != "string")
|
|
601
|
+
return r;
|
|
602
|
+
const e = n - 1, f = e + r;
|
|
603
|
+
return t.substring(e, f);
|
|
604
|
+
}
|
|
605
|
+
function le(t, n, r) {
|
|
606
|
+
return t = et(t) ? t : "", typeof t == "number" ? t : typeof t != "string" ? D : (n = typeof n > "u" ? "." : n, r = typeof r > "u" ? "," : r, Number(t.replace(n, ".").replace(r, "")));
|
|
607
|
+
}
|
|
608
|
+
function ce(t) {
|
|
609
|
+
return M(t) ? t : isNaN(t) && typeof t == "number" ? s : (t = U(t), t.replace(/\w\S*/g, (n) => n.charAt(0).toUpperCase() + n.substr(1).toLowerCase()));
|
|
610
|
+
}
|
|
611
|
+
function he(t, n, r, e) {
|
|
612
|
+
return n = u(n), r = u(r), M(n, r) || typeof t != "string" || typeof e != "string" ? s : t.substr(0, n - 1) + e + t.substr(n - 1 + r);
|
|
613
|
+
}
|
|
614
|
+
function q(t, n) {
|
|
615
|
+
const r = R(t, n);
|
|
616
|
+
return r || (t = U(t), n = u(n), n instanceof Error ? n : new Array(n + 1).join(t));
|
|
617
|
+
}
|
|
618
|
+
function ge(t, n) {
|
|
619
|
+
const r = R(t, n);
|
|
620
|
+
return r || (t = U(t), n = n === void 0 ? 1 : n, n = u(n), n instanceof Error ? n : t.substring(t.length - n));
|
|
621
|
+
}
|
|
622
|
+
function Me(t, n, r) {
|
|
623
|
+
let e;
|
|
624
|
+
return typeof t != "string" || typeof n != "string" ? s : (r = r === void 0 ? 0 : r, e = n.toLowerCase().indexOf(t.toLowerCase(), r - 1) + 1, e === 0 ? s : e);
|
|
625
|
+
}
|
|
626
|
+
function Ee(t, n, r, e) {
|
|
627
|
+
if (arguments.length < 3)
|
|
628
|
+
return D;
|
|
629
|
+
if (!t || !n)
|
|
630
|
+
return t;
|
|
631
|
+
if (e === void 0)
|
|
632
|
+
return t.split(n).join(r);
|
|
633
|
+
{
|
|
634
|
+
if (e = Math.floor(Number(e)), Number.isNaN(e) || e <= 0)
|
|
635
|
+
return s;
|
|
636
|
+
let f = 0, o = 0;
|
|
637
|
+
for (; f > -1 && t.indexOf(n, f) > -1; )
|
|
638
|
+
if (f = t.indexOf(n, f + 1), o++, f > -1 && o === e)
|
|
639
|
+
return t.substring(0, f) + r + t.substring(f + n.length);
|
|
640
|
+
return t;
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
function W(t) {
|
|
644
|
+
return t instanceof Error || typeof t == "string" ? t : "";
|
|
645
|
+
}
|
|
646
|
+
function Ie(t, n) {
|
|
647
|
+
if (t === void 0 || t instanceof Error || n instanceof Error)
|
|
648
|
+
return D;
|
|
649
|
+
if (t instanceof Date)
|
|
650
|
+
return t.toISOString().slice(0, 10);
|
|
651
|
+
if (n == null)
|
|
652
|
+
return "";
|
|
653
|
+
if (typeof n == "number")
|
|
654
|
+
return String(n);
|
|
655
|
+
if (typeof n != "string")
|
|
656
|
+
return s;
|
|
657
|
+
const r = n.startsWith("$") ? "$" : "", e = n.endsWith("%");
|
|
658
|
+
n = n.replace(/%/g, "").replace(/\$/g, "");
|
|
659
|
+
const f = n.includes(".") ? n.split(".")[1].match(/0/g).length : 0, o = !n.includes(",");
|
|
660
|
+
return e && (t = t * 100), t = tr(t, f, o), t.startsWith("-") ? (t = t.replace("-", ""), t = "-" + r + t) : t = r + t, e && (t = t + "%"), t;
|
|
661
|
+
}
|
|
662
|
+
function Ne(t, n, ...r) {
|
|
663
|
+
if (typeof n != "boolean" && (n = dt(n)), arguments.length < 3)
|
|
664
|
+
return D;
|
|
665
|
+
t = t ?? "";
|
|
666
|
+
let e = E(r), f = n ? e.filter((o) => o) : e;
|
|
667
|
+
if (Array.isArray(t)) {
|
|
668
|
+
t = E(t);
|
|
669
|
+
let o = f.map((l) => [l]), i = 0;
|
|
670
|
+
for (let l = 0; l < o.length - 1; l++)
|
|
671
|
+
o[l].push(t[i]), i++, i === t.length && (i = 0);
|
|
672
|
+
return f = E(o), f.join("");
|
|
673
|
+
}
|
|
674
|
+
return f.join(t);
|
|
675
|
+
}
|
|
676
|
+
function Te(t) {
|
|
677
|
+
return t = U(t), t instanceof Error ? t : t.replace(/\s+/g, " ").trim();
|
|
678
|
+
}
|
|
679
|
+
const Se = mn, Ae = bn;
|
|
680
|
+
function De(t) {
|
|
681
|
+
return t = U(t), t instanceof Error ? t : t.toUpperCase();
|
|
682
|
+
}
|
|
683
|
+
function ae(t) {
|
|
684
|
+
const n = R(t);
|
|
685
|
+
if (n)
|
|
686
|
+
return n;
|
|
687
|
+
if (typeof t == "number")
|
|
688
|
+
return t;
|
|
689
|
+
if (et(t) || (t = ""), typeof t != "string")
|
|
690
|
+
return s;
|
|
691
|
+
const r = /(%)$/.test(t) || /^(%)/.test(t);
|
|
692
|
+
if (t = t.replace(/^[^0-9-]{0,3}/, ""), t = t.replace(/[^0-9]{0,3}$/, ""), t = t.replace(/[ ,]/g, ""), t === "")
|
|
693
|
+
return 0;
|
|
694
|
+
let e = Number(t);
|
|
695
|
+
return isNaN(e) ? s : (e = e || 0, r && (e = e * 0.01), e);
|
|
696
|
+
}
|
|
697
|
+
const nr = 2.5066282746310002;
|
|
698
|
+
function Ce() {
|
|
699
|
+
const n = E(arguments).filter(et);
|
|
700
|
+
if (n.length === 0)
|
|
701
|
+
return h;
|
|
702
|
+
const r = S(n);
|
|
703
|
+
return r instanceof Error ? r : T.sum(T(r).subtract(T.mean(r)).abs()[0]) / r.length;
|
|
704
|
+
}
|
|
705
|
+
function ut() {
|
|
706
|
+
const n = E(arguments).filter(et);
|
|
707
|
+
if (n.length === 0)
|
|
708
|
+
return G;
|
|
709
|
+
const r = R.apply(void 0, n);
|
|
710
|
+
if (r)
|
|
711
|
+
return r;
|
|
712
|
+
const e = v(n), f = e.length;
|
|
713
|
+
let o = 0, i = 0, l;
|
|
714
|
+
for (let c = 0; c < f; c++)
|
|
715
|
+
o += e[c], i += 1;
|
|
716
|
+
return l = o / i, isNaN(l) && (l = h), l;
|
|
717
|
+
}
|
|
718
|
+
function In() {
|
|
719
|
+
const n = E(arguments).filter(et);
|
|
720
|
+
if (n.length === 0)
|
|
721
|
+
return G;
|
|
722
|
+
const r = R.apply(void 0, n);
|
|
723
|
+
if (r)
|
|
724
|
+
return r;
|
|
725
|
+
const e = n, f = e.length;
|
|
726
|
+
let o = 0, i = 0, l;
|
|
727
|
+
for (let c = 0; c < f; c++) {
|
|
728
|
+
const g = e[c];
|
|
729
|
+
typeof g == "number" && (o += g), g === !0 && o++, g !== null && i++;
|
|
730
|
+
}
|
|
731
|
+
return l = o / i, isNaN(l) && (l = h), l;
|
|
732
|
+
}
|
|
733
|
+
function Re(t, n, r) {
|
|
734
|
+
if (arguments.length <= 1)
|
|
735
|
+
return D;
|
|
736
|
+
r = r || t;
|
|
737
|
+
const f = E(r).filter(et);
|
|
738
|
+
if (r = S(f), t = E(t), r instanceof Error)
|
|
739
|
+
return r;
|
|
740
|
+
let o = 0, i = 0;
|
|
741
|
+
const l = n === void 0 || n === "*", c = l ? null : ht(n + "");
|
|
742
|
+
for (let g = 0; g < t.length; g++) {
|
|
743
|
+
const I = t[g];
|
|
744
|
+
if (l)
|
|
745
|
+
i += r[g], o++;
|
|
746
|
+
else {
|
|
747
|
+
const N = [d(I, _)].concat(c);
|
|
748
|
+
gt(N) && (i += r[g], o++);
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
return i / o;
|
|
752
|
+
}
|
|
753
|
+
function Oe() {
|
|
754
|
+
const t = Yt(...arguments), r = t.reduce((e, f) => e + f, 0) / t.length;
|
|
755
|
+
return isNaN(r) ? 0 : r;
|
|
756
|
+
}
|
|
757
|
+
const Xt = {};
|
|
758
|
+
Xt.DIST = function(t, n, r, e, f, o) {
|
|
759
|
+
return arguments.length < 4 || (f = f === void 0 ? 0 : f, o = o === void 0 ? 1 : o, t = u(t), n = u(n), r = u(r), f = u(f), o = u(o), M(t, n, r, f, o)) ? s : (t = (t - f) / (o - f), e ? T.beta.cdf(t, n, r) : T.beta.pdf(t, n, r));
|
|
760
|
+
};
|
|
761
|
+
Xt.INV = (t, n, r, e, f) => (e = e === void 0 ? 0 : e, f = f === void 0 ? 1 : f, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f) ? s : T.beta.inv(t, n, r) * (f - e) + e);
|
|
762
|
+
const It = {};
|
|
763
|
+
It.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), e = u(e), M(t, n, r, e) ? s : e ? T.binomial.cdf(t, n, r) : T.binomial.pdf(t, n, r));
|
|
764
|
+
It.DIST.RANGE = (t, n, r, e) => {
|
|
765
|
+
if (e = e === void 0 ? r : e, t = u(t), n = u(n), r = u(r), e = u(e), M(t, n, r, e))
|
|
766
|
+
return s;
|
|
767
|
+
let f = 0;
|
|
768
|
+
for (let o = r; o <= e; o++)
|
|
769
|
+
f += Et(t, o) * Math.pow(n, o) * Math.pow(1 - n, t - o);
|
|
770
|
+
return f;
|
|
771
|
+
};
|
|
772
|
+
It.INV = (t, n, r) => {
|
|
773
|
+
if (t = u(t), n = u(n), r = u(r), M(t, n, r))
|
|
774
|
+
return s;
|
|
775
|
+
let e = 0;
|
|
776
|
+
for (; e <= t; ) {
|
|
777
|
+
if (T.binomial.cdf(e, t, n) >= r)
|
|
778
|
+
return e;
|
|
779
|
+
e++;
|
|
780
|
+
}
|
|
781
|
+
};
|
|
782
|
+
const Z = {};
|
|
783
|
+
Z.DIST = (t, n, r) => (t = u(t), n = u(n), M(t, n) ? s : r ? T.chisquare.cdf(t, n) : T.chisquare.pdf(t, n));
|
|
784
|
+
Z.DIST.RT = (t, n) => !t | !n ? D : t < 1 || n > Math.pow(10, 10) ? h : typeof t != "number" || typeof n != "number" ? s : 1 - T.chisquare.cdf(t, n);
|
|
785
|
+
Z.INV = (t, n) => (t = u(t), n = u(n), M(t, n) ? s : T.chisquare.inv(t, n));
|
|
786
|
+
Z.INV.RT = (t, n) => !t | !n ? D : t < 0 || t > 1 || n < 1 || n > Math.pow(10, 10) ? h : typeof t != "number" || typeof n != "number" ? s : T.chisquare.inv(1 - t, n);
|
|
787
|
+
Z.TEST = function(t, n) {
|
|
788
|
+
if (arguments.length !== 2)
|
|
789
|
+
return D;
|
|
790
|
+
if (!(t instanceof Array) || !(n instanceof Array) || t.length !== n.length || t[0] && n[0] && t[0].length !== n[0].length)
|
|
791
|
+
return s;
|
|
792
|
+
const r = t.length;
|
|
793
|
+
let e, f, o;
|
|
794
|
+
for (f = 0; f < r; f++)
|
|
795
|
+
t[f] instanceof Array || (e = t[f], t[f] = [], t[f].push(e)), n[f] instanceof Array || (e = n[f], n[f] = [], n[f].push(e));
|
|
796
|
+
const i = t[0].length, l = i === 1 ? r - 1 : (r - 1) * (i - 1);
|
|
797
|
+
let c = 0;
|
|
798
|
+
const g = Math.PI;
|
|
799
|
+
for (f = 0; f < r; f++)
|
|
800
|
+
for (o = 0; o < i; o++)
|
|
801
|
+
c += Math.pow(t[f][o] - n[f][o], 2) / n[f][o];
|
|
802
|
+
function I(N, a) {
|
|
803
|
+
let A = Math.exp(-0.5 * N);
|
|
804
|
+
a % 2 === 1 && (A = A * Math.sqrt(2 * N / g));
|
|
805
|
+
let L = a;
|
|
806
|
+
for (; L >= 2; )
|
|
807
|
+
A = A * N / L, L = L - 2;
|
|
808
|
+
let C = A, Y = a;
|
|
809
|
+
for (; C > 1e-10 * A; )
|
|
810
|
+
Y = Y + 2, C = C * N / Y, A = A + C;
|
|
811
|
+
return 1 - A;
|
|
812
|
+
}
|
|
813
|
+
return Math.round(I(c, l) * 1e6) / 1e6;
|
|
814
|
+
};
|
|
815
|
+
const Nn = {};
|
|
816
|
+
Nn.NORM = (t, n, r) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : T.normalci(1, t, n, r)[1] - 1);
|
|
817
|
+
Nn.T = (t, n, r) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : T.tci(1, t, n, r)[1] - 1);
|
|
818
|
+
function Le(t, n) {
|
|
819
|
+
return t = S(E(t)), n = S(E(n)), M(t, n) ? s : T.corrcoeff(t, n);
|
|
820
|
+
}
|
|
821
|
+
function Ct() {
|
|
822
|
+
const t = E(arguments);
|
|
823
|
+
return v(t).length;
|
|
824
|
+
}
|
|
825
|
+
function Rt() {
|
|
826
|
+
const t = E(arguments);
|
|
827
|
+
return t.length - rr(t);
|
|
828
|
+
}
|
|
829
|
+
function rr() {
|
|
830
|
+
const t = E(arguments);
|
|
831
|
+
let n = 0, r;
|
|
832
|
+
for (let e = 0; e < t.length; e++)
|
|
833
|
+
r = t[e], (r == null || r === "") && n++;
|
|
834
|
+
return n;
|
|
835
|
+
}
|
|
836
|
+
function Pe(t, n) {
|
|
837
|
+
if (t = E(t), n === void 0 || n === "*")
|
|
838
|
+
return t.length;
|
|
839
|
+
let e = 0;
|
|
840
|
+
const f = ht(n + "");
|
|
841
|
+
for (let o = 0; o < t.length; o++) {
|
|
842
|
+
const i = t[o], l = [d(i, _)].concat(f);
|
|
843
|
+
gt(l) && e++;
|
|
844
|
+
}
|
|
845
|
+
return e;
|
|
846
|
+
}
|
|
847
|
+
function Ve() {
|
|
848
|
+
const t = Ft(arguments), n = new Array(E(t[0]).length);
|
|
849
|
+
for (let e = 0; e < n.length; e++)
|
|
850
|
+
n[e] = !0;
|
|
851
|
+
for (let e = 0; e < t.length; e += 2) {
|
|
852
|
+
const f = E(t[e]), o = t[e + 1];
|
|
853
|
+
if (!(o === void 0 || o === "*")) {
|
|
854
|
+
const l = ht(o + "");
|
|
855
|
+
for (let c = 0; c < f.length; c++) {
|
|
856
|
+
const g = f[c], I = [d(g, _)].concat(l);
|
|
857
|
+
n[c] = n[c] && gt(I);
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
let r = 0;
|
|
862
|
+
for (let e = 0; e < n.length; e++)
|
|
863
|
+
n[e] && r++;
|
|
864
|
+
return r;
|
|
865
|
+
}
|
|
866
|
+
const Nt = {};
|
|
867
|
+
Nt.P = (t, n) => {
|
|
868
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
869
|
+
return s;
|
|
870
|
+
const r = T.mean(t), e = T.mean(n);
|
|
871
|
+
let f = 0;
|
|
872
|
+
const o = t.length;
|
|
873
|
+
for (let i = 0; i < o; i++)
|
|
874
|
+
f += (t[i] - r) * (n[i] - e);
|
|
875
|
+
return f / o;
|
|
876
|
+
};
|
|
877
|
+
Nt.S = (t, n) => (t = S(E(t)), n = S(E(n)), M(t, n) ? s : T.covariance(t, n));
|
|
878
|
+
function Fe() {
|
|
879
|
+
const t = S(E(arguments));
|
|
880
|
+
if (t instanceof Error)
|
|
881
|
+
return t;
|
|
882
|
+
const n = T.mean(t);
|
|
883
|
+
let r = 0;
|
|
884
|
+
for (let e = 0; e < t.length; e++)
|
|
885
|
+
r += Math.pow(t[e] - n, 2);
|
|
886
|
+
return r;
|
|
887
|
+
}
|
|
888
|
+
const Tn = {};
|
|
889
|
+
Tn.DIST = (t, n, r) => (t = u(t), n = u(n), M(t, n) ? s : r ? T.exponential.cdf(t, n) : T.exponential.pdf(t, n));
|
|
890
|
+
const J = {};
|
|
891
|
+
J.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : e ? T.centralF.cdf(t, n, r) : T.centralF.pdf(t, n, r));
|
|
892
|
+
J.DIST.RT = function(t, n, r) {
|
|
893
|
+
return arguments.length !== 3 ? D : t < 0 || n < 1 || r < 1 ? h : typeof t != "number" || typeof n != "number" || typeof r != "number" ? s : 1 - T.centralF.cdf(t, n, r);
|
|
894
|
+
};
|
|
895
|
+
J.INV = (t, n, r) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : t <= 0 || t > 1 ? h : T.centralF.inv(t, n, r));
|
|
896
|
+
J.INV.RT = function(t, n, r) {
|
|
897
|
+
return arguments.length !== 3 ? D : t < 0 || t > 1 || n < 1 || n > Math.pow(10, 10) || r < 1 || r > Math.pow(10, 10) ? h : typeof t != "number" || typeof n != "number" || typeof r != "number" ? s : T.centralF.inv(1 - t, n, r);
|
|
898
|
+
};
|
|
899
|
+
J.TEST = (t, n) => {
|
|
900
|
+
if (!t || !n || !(t instanceof Array) || !(n instanceof Array))
|
|
901
|
+
return D;
|
|
902
|
+
if (t.length < 2 || n.length < 2)
|
|
903
|
+
return G;
|
|
904
|
+
const r = (l, c) => {
|
|
905
|
+
let g = 0;
|
|
906
|
+
for (let I = 0; I < l.length; I++)
|
|
907
|
+
g += Math.pow(l[I] - c, 2);
|
|
908
|
+
return g;
|
|
909
|
+
}, e = b(t) / t.length, f = b(n) / n.length, o = r(t, e) / (t.length - 1), i = r(n, f) / (n.length - 1);
|
|
910
|
+
return o / i;
|
|
911
|
+
};
|
|
912
|
+
function Ue(t) {
|
|
913
|
+
return t = u(t), t instanceof Error ? t : Math.log((1 + t) / (1 - t)) / 2;
|
|
914
|
+
}
|
|
915
|
+
function Ye(t) {
|
|
916
|
+
if (t = u(t), t instanceof Error)
|
|
917
|
+
return t;
|
|
918
|
+
const n = Math.exp(2 * t);
|
|
919
|
+
return (n - 1) / (n + 1);
|
|
920
|
+
}
|
|
921
|
+
function er(t, n, r) {
|
|
922
|
+
if (t = u(t), n = S(E(n)), r = S(E(r)), M(t, n, r))
|
|
923
|
+
return s;
|
|
924
|
+
const e = T.mean(r), f = T.mean(n), o = r.length;
|
|
925
|
+
let i = 0, l = 0;
|
|
926
|
+
for (let I = 0; I < o; I++)
|
|
927
|
+
i += (r[I] - e) * (n[I] - f), l += Math.pow(r[I] - e, 2);
|
|
928
|
+
const c = i / l;
|
|
929
|
+
return f - c * e + c * t;
|
|
930
|
+
}
|
|
931
|
+
function Xe(t, n) {
|
|
932
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
933
|
+
return s;
|
|
934
|
+
const r = t.length, e = n.length, f = [];
|
|
935
|
+
for (let o = 0; o <= e; o++) {
|
|
936
|
+
f[o] = 0;
|
|
937
|
+
for (let i = 0; i < r; i++)
|
|
938
|
+
o === 0 ? t[i] <= n[0] && (f[0] += 1) : o < e ? t[i] > n[o - 1] && t[i] <= n[o] && (f[o] += 1) : o === e && t[i] > n[e - 1] && (f[e] += 1);
|
|
939
|
+
}
|
|
940
|
+
return f;
|
|
941
|
+
}
|
|
942
|
+
function Gt(t) {
|
|
943
|
+
return t = u(t), t instanceof Error ? t : t === 0 || parseInt(t, 10) === t && t < 0 ? h : T.gammafn(t);
|
|
944
|
+
}
|
|
945
|
+
Gt.DIST = function(t, n, r, e) {
|
|
946
|
+
return arguments.length !== 4 ? D : t < 0 || n <= 0 || r <= 0 || typeof t != "number" || typeof n != "number" || typeof r != "number" ? s : e ? T.gamma.cdf(t, n, r, !0) : T.gamma.pdf(t, n, r, !1);
|
|
947
|
+
};
|
|
948
|
+
Gt.INV = function(t, n, r) {
|
|
949
|
+
return arguments.length !== 3 ? D : t < 0 || t > 1 || n <= 0 || r <= 0 ? h : typeof t != "number" || typeof n != "number" || typeof r != "number" ? s : T.gamma.inv(t, n, r);
|
|
950
|
+
};
|
|
951
|
+
function Sn(t) {
|
|
952
|
+
return t = u(t), t instanceof Error ? t : T.gammaln(t);
|
|
953
|
+
}
|
|
954
|
+
Sn.PRECISE = function(t) {
|
|
955
|
+
return arguments.length !== 1 ? D : t <= 0 ? h : typeof t != "number" ? s : T.gammaln(t);
|
|
956
|
+
};
|
|
957
|
+
function Ge(t) {
|
|
958
|
+
return t = u(t), t instanceof Error ? t : T.normal.cdf(t, 0, 1) - 0.5;
|
|
959
|
+
}
|
|
960
|
+
function He() {
|
|
961
|
+
const t = S(E(arguments));
|
|
962
|
+
return t instanceof Error ? t : T.geomean(t);
|
|
963
|
+
}
|
|
964
|
+
function we(t, n, r, e) {
|
|
965
|
+
if (t = S(E(t)), t instanceof Error)
|
|
966
|
+
return t;
|
|
967
|
+
let f;
|
|
968
|
+
if (n === void 0)
|
|
969
|
+
for (n = [], f = 1; f <= t.length; f++)
|
|
970
|
+
n.push(f);
|
|
971
|
+
if (r === void 0 && (r = n), n = S(E(n)), r = S(E(r)), M(n, r))
|
|
972
|
+
return s;
|
|
973
|
+
e === void 0 && (e = !0);
|
|
974
|
+
const o = t.length;
|
|
975
|
+
let i = 0, l = 0, c = 0, g = 0;
|
|
976
|
+
for (f = 0; f < o; f++) {
|
|
977
|
+
const A = n[f], L = Math.log(t[f]);
|
|
978
|
+
i += A, l += L, c += A * L, g += A * A;
|
|
979
|
+
}
|
|
980
|
+
i /= o, l /= o, c /= o, g /= o;
|
|
981
|
+
let I, N;
|
|
982
|
+
e ? (I = (c - i * l) / (g - i * i), N = l - I * i) : (I = c / g, N = 0);
|
|
983
|
+
const a = [];
|
|
984
|
+
for (f = 0; f < r.length; f++)
|
|
985
|
+
a.push(Math.exp(N + I * r[f]));
|
|
986
|
+
return a;
|
|
987
|
+
}
|
|
988
|
+
function je() {
|
|
989
|
+
const t = S(E(arguments));
|
|
990
|
+
if (t instanceof Error)
|
|
991
|
+
return t;
|
|
992
|
+
const n = t.length;
|
|
993
|
+
let r = 0;
|
|
994
|
+
for (let e = 0; e < n; e++)
|
|
995
|
+
r += 1 / t[e];
|
|
996
|
+
return n / r;
|
|
997
|
+
}
|
|
998
|
+
const An = {};
|
|
999
|
+
An.DIST = (t, n, r, e, f) => {
|
|
1000
|
+
if (t = u(t), n = u(n), r = u(r), e = u(e), M(t, n, r, e))
|
|
1001
|
+
return s;
|
|
1002
|
+
function o(l, c, g, I) {
|
|
1003
|
+
return Et(g, l) * Et(I - g, c - l) / Et(I, c);
|
|
1004
|
+
}
|
|
1005
|
+
function i(l, c, g, I) {
|
|
1006
|
+
let N = 0;
|
|
1007
|
+
for (let a = 0; a <= l; a++)
|
|
1008
|
+
N += o(a, c, g, I);
|
|
1009
|
+
return N;
|
|
1010
|
+
}
|
|
1011
|
+
return f ? i(t, n, r, e) : o(t, n, r, e);
|
|
1012
|
+
};
|
|
1013
|
+
function pe(t, n) {
|
|
1014
|
+
return t = S(t), n = S(n), M(t, n) ? s : t.length !== n.length ? D : er(0, t, n);
|
|
1015
|
+
}
|
|
1016
|
+
function Be() {
|
|
1017
|
+
const t = S(E(arguments));
|
|
1018
|
+
if (t instanceof Error)
|
|
1019
|
+
return t;
|
|
1020
|
+
const n = T.mean(t), r = t.length;
|
|
1021
|
+
let e = 0;
|
|
1022
|
+
for (let f = 0; f < r; f++)
|
|
1023
|
+
e += Math.pow(t[f] - n, 4);
|
|
1024
|
+
return e = e / Math.pow(T.stdev(t, !0), 4), r * (r + 1) / ((r - 1) * (r - 2) * (r - 3)) * e - 3 * (r - 1) * (r - 1) / ((r - 2) * (r - 3));
|
|
1025
|
+
}
|
|
1026
|
+
function fr(t, n) {
|
|
1027
|
+
const r = R.apply(void 0, t);
|
|
1028
|
+
return r || (M(n) ? n : (t = v(E(t)), n = u(n), n < 0 || t.length < n ? s : t.sort((e, f) => f - e)[n - 1]));
|
|
1029
|
+
}
|
|
1030
|
+
function Dn(t, n) {
|
|
1031
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1032
|
+
return s;
|
|
1033
|
+
const r = T.mean(t), e = T.mean(n), f = n.length;
|
|
1034
|
+
let o = 0, i = 0;
|
|
1035
|
+
for (let g = 0; g < f; g++)
|
|
1036
|
+
o += (n[g] - e) * (t[g] - r), i += Math.pow(n[g] - e, 2);
|
|
1037
|
+
const l = o / i, c = r - l * e;
|
|
1038
|
+
return [l, c];
|
|
1039
|
+
}
|
|
1040
|
+
function We(t, n) {
|
|
1041
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n) || t.length !== n.length)
|
|
1042
|
+
return s;
|
|
1043
|
+
for (let e = 0; e < t.length; e++)
|
|
1044
|
+
t[e] = Math.log(t[e]);
|
|
1045
|
+
const r = Dn(t, n);
|
|
1046
|
+
return r[0] = Math.round(Math.exp(r[0]) * 1e6) / 1e6, r[1] = Math.round(Math.exp(r[1]) * 1e6) / 1e6, r;
|
|
1047
|
+
}
|
|
1048
|
+
const Tt = {};
|
|
1049
|
+
Tt.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : e ? T.lognormal.cdf(t, n, r) : T.lognormal.pdf(t, n, r));
|
|
1050
|
+
Tt.INV = (t, n, r) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : T.lognormal.inv(t, n, r));
|
|
1051
|
+
function Qt() {
|
|
1052
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
1053
|
+
if (n)
|
|
1054
|
+
return n;
|
|
1055
|
+
const r = v(t);
|
|
1056
|
+
return r.length === 0 ? 0 : Math.max.apply(Math, r);
|
|
1057
|
+
}
|
|
1058
|
+
function Ke() {
|
|
1059
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
1060
|
+
if (n)
|
|
1061
|
+
return n;
|
|
1062
|
+
let r = kt(t);
|
|
1063
|
+
return r = r.map((e) => e ?? 0), r.length === 0 ? 0 : Math.max.apply(Math, r);
|
|
1064
|
+
}
|
|
1065
|
+
function qe() {
|
|
1066
|
+
const t = Yt(...arguments);
|
|
1067
|
+
return t.length === 0 ? 0 : Math.max.apply(Math, t);
|
|
1068
|
+
}
|
|
1069
|
+
function or() {
|
|
1070
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
1071
|
+
if (n)
|
|
1072
|
+
return n;
|
|
1073
|
+
const r = kt(t);
|
|
1074
|
+
let e = T.median(r);
|
|
1075
|
+
return isNaN(e) && (e = h), e;
|
|
1076
|
+
}
|
|
1077
|
+
function $t() {
|
|
1078
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
1079
|
+
if (n)
|
|
1080
|
+
return n;
|
|
1081
|
+
const r = v(t);
|
|
1082
|
+
return r.length === 0 ? 0 : Math.min.apply(Math, r);
|
|
1083
|
+
}
|
|
1084
|
+
function Qe() {
|
|
1085
|
+
const t = E(arguments), n = R.apply(void 0, t);
|
|
1086
|
+
if (n)
|
|
1087
|
+
return n;
|
|
1088
|
+
let r = kt(t);
|
|
1089
|
+
return r = r.map((e) => e ?? 0), r.length === 0 ? 0 : Math.min.apply(Math, r);
|
|
1090
|
+
}
|
|
1091
|
+
function $e() {
|
|
1092
|
+
const t = Yt(...arguments);
|
|
1093
|
+
return t.length === 0 ? 0 : Math.min.apply(Math, t);
|
|
1094
|
+
}
|
|
1095
|
+
const it = {};
|
|
1096
|
+
it.MULT = function() {
|
|
1097
|
+
const t = S(E(arguments));
|
|
1098
|
+
if (t instanceof Error)
|
|
1099
|
+
return t;
|
|
1100
|
+
const n = t.length, r = {};
|
|
1101
|
+
let e = [], f = 0, o;
|
|
1102
|
+
for (let i = 0; i < n; i++)
|
|
1103
|
+
o = t[i], r[o] = r[o] ? r[o] + 1 : 1, r[o] > f && (f = r[o], e = []), r[o] === f && (e[e.length] = o);
|
|
1104
|
+
return e;
|
|
1105
|
+
};
|
|
1106
|
+
it.SNGL = function() {
|
|
1107
|
+
const t = S(E(arguments));
|
|
1108
|
+
return t instanceof Error ? t : it.MULT(t).sort((n, r) => n - r)[0];
|
|
1109
|
+
};
|
|
1110
|
+
const an = {};
|
|
1111
|
+
an.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : e ? T.negbin.cdf(t, n, r) : T.negbin.pdf(t, n, r));
|
|
1112
|
+
const k = {};
|
|
1113
|
+
k.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : r <= 0 ? h : e ? T.normal.cdf(t, n, r) : T.normal.pdf(t, n, r));
|
|
1114
|
+
k.INV = (t, n, r) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : T.normal.inv(t, n, r));
|
|
1115
|
+
k.S = {};
|
|
1116
|
+
k.S.DIST = (t, n) => (t = u(t), t instanceof Error ? s : n ? T.normal.cdf(t, 0, 1) : T.normal.pdf(t, 0, 1));
|
|
1117
|
+
k.S.INV = (t) => (t = u(t), t instanceof Error ? s : T.normal.inv(t, 0, 1));
|
|
1118
|
+
function ur(t, n) {
|
|
1119
|
+
if (n = S(E(n)), t = S(E(t)), M(n, t))
|
|
1120
|
+
return s;
|
|
1121
|
+
const r = T.mean(t), e = T.mean(n), f = t.length;
|
|
1122
|
+
let o = 0, i = 0, l = 0;
|
|
1123
|
+
for (let c = 0; c < f; c++)
|
|
1124
|
+
o += (t[c] - r) * (n[c] - e), i += Math.pow(t[c] - r, 2), l += Math.pow(n[c] - e, 2);
|
|
1125
|
+
return o / Math.sqrt(i * l);
|
|
1126
|
+
}
|
|
1127
|
+
const K = {};
|
|
1128
|
+
K.EXC = (t, n) => {
|
|
1129
|
+
if (t = S(E(t)), n = u(n), M(t, n))
|
|
1130
|
+
return s;
|
|
1131
|
+
t = t.sort((o, i) => o - i);
|
|
1132
|
+
const r = t.length;
|
|
1133
|
+
if (n < 1 / (r + 1) || n > 1 - 1 / (r + 1))
|
|
1134
|
+
return h;
|
|
1135
|
+
const e = n * (r + 1) - 1, f = Math.floor(e);
|
|
1136
|
+
return gn(e === f ? t[e] : t[f] + (e - f) * (t[f + 1] - t[f]));
|
|
1137
|
+
};
|
|
1138
|
+
K.INC = (t, n) => {
|
|
1139
|
+
if (t = S(E(t)), n = u(n), M(t, n))
|
|
1140
|
+
return s;
|
|
1141
|
+
t = t.sort((o, i) => o - i);
|
|
1142
|
+
const r = t.length, e = n * (r - 1), f = Math.floor(e);
|
|
1143
|
+
return gn(e === f ? t[e] : t[f] + (e - f) * (t[f + 1] - t[f]));
|
|
1144
|
+
};
|
|
1145
|
+
const Ht = {};
|
|
1146
|
+
Ht.EXC = (t, n, r) => {
|
|
1147
|
+
if (r = r === void 0 ? 3 : r, t = S(E(t)), n = u(n), r = u(r), M(t, n, r))
|
|
1148
|
+
return s;
|
|
1149
|
+
t = t.sort((I, N) => I - N);
|
|
1150
|
+
const e = En.apply(null, t), f = t.length, o = e.length, i = Math.pow(10, r);
|
|
1151
|
+
let l = 0, c = !1, g = 0;
|
|
1152
|
+
for (; !c && g < o; )
|
|
1153
|
+
n === e[g] ? (l = (t.indexOf(e[g]) + 1) / (f + 1), c = !0) : n >= e[g] && (n < e[g + 1] || g === o - 1) && (l = (t.indexOf(e[g]) + 1 + (n - e[g]) / (e[g + 1] - e[g])) / (f + 1), c = !0), g++;
|
|
1154
|
+
return Math.floor(l * i) / i;
|
|
1155
|
+
};
|
|
1156
|
+
Ht.INC = (t, n, r) => {
|
|
1157
|
+
if (r = r === void 0 ? 3 : r, t = S(E(t)), n = u(n), r = u(r), M(t, n, r))
|
|
1158
|
+
return s;
|
|
1159
|
+
t = t.sort((I, N) => I - N);
|
|
1160
|
+
const e = En.apply(null, t), f = t.length, o = e.length, i = Math.pow(10, r);
|
|
1161
|
+
let l = 0, c = !1, g = 0;
|
|
1162
|
+
for (; !c && g < o; )
|
|
1163
|
+
n === e[g] ? (l = t.indexOf(e[g]) / (f - 1), c = !0) : n >= e[g] && (n < e[g + 1] || g === o - 1) && (l = (t.indexOf(e[g]) + (n - e[g]) / (e[g + 1] - e[g])) / (f - 1), c = !0), g++;
|
|
1164
|
+
return Math.floor(l * i) / i;
|
|
1165
|
+
};
|
|
1166
|
+
function ze(t, n) {
|
|
1167
|
+
return t = u(t), n = u(n), M(t, n) ? s : m(t) / m(t - n);
|
|
1168
|
+
}
|
|
1169
|
+
function Ze(t, n) {
|
|
1170
|
+
return t = u(t), n = u(n), M(t, n) ? s : Math.pow(t, n);
|
|
1171
|
+
}
|
|
1172
|
+
function Je(t) {
|
|
1173
|
+
return t = u(t), t instanceof Error ? s : Math.exp(-0.5 * t * t) / nr;
|
|
1174
|
+
}
|
|
1175
|
+
const Cn = {};
|
|
1176
|
+
Cn.DIST = (t, n, r) => (t = u(t), n = u(n), M(t, n) ? s : r ? T.poisson.cdf(t, n) : T.poisson.pdf(t, n));
|
|
1177
|
+
function ke(t, n, r, e) {
|
|
1178
|
+
if (r === void 0)
|
|
1179
|
+
return 0;
|
|
1180
|
+
if (e = e === void 0 ? r : e, t = S(E(t)), n = S(E(n)), r = u(r), e = u(e), M(t, n, r, e))
|
|
1181
|
+
return s;
|
|
1182
|
+
if (r === e)
|
|
1183
|
+
return t.indexOf(r) >= 0 ? n[t.indexOf(r)] : 0;
|
|
1184
|
+
const f = t.sort((l, c) => l - c), o = f.length;
|
|
1185
|
+
let i = 0;
|
|
1186
|
+
for (let l = 0; l < o; l++)
|
|
1187
|
+
f[l] >= r && f[l] <= e && (i += n[t.indexOf(f[l])]);
|
|
1188
|
+
return i;
|
|
1189
|
+
}
|
|
1190
|
+
const st = {};
|
|
1191
|
+
st.EXC = (t, n) => {
|
|
1192
|
+
if (t = S(v(E(t))), n = u(n), M(t, n))
|
|
1193
|
+
return s;
|
|
1194
|
+
switch (n) {
|
|
1195
|
+
case 1:
|
|
1196
|
+
return K.EXC(t, 0.25);
|
|
1197
|
+
case 2:
|
|
1198
|
+
return K.EXC(t, 0.5);
|
|
1199
|
+
case 3:
|
|
1200
|
+
return K.EXC(t, 0.75);
|
|
1201
|
+
default:
|
|
1202
|
+
return h;
|
|
1203
|
+
}
|
|
1204
|
+
};
|
|
1205
|
+
st.INC = (t, n) => {
|
|
1206
|
+
if (t = S(v(E(t))), n = u(n), M(t, n))
|
|
1207
|
+
return s;
|
|
1208
|
+
switch (n) {
|
|
1209
|
+
case 1:
|
|
1210
|
+
return K.INC(t, 0.25);
|
|
1211
|
+
case 2:
|
|
1212
|
+
return K.INC(t, 0.5);
|
|
1213
|
+
case 3:
|
|
1214
|
+
return K.INC(t, 0.75);
|
|
1215
|
+
default:
|
|
1216
|
+
return h;
|
|
1217
|
+
}
|
|
1218
|
+
};
|
|
1219
|
+
const wt = {};
|
|
1220
|
+
wt.AVG = (t, n, r) => {
|
|
1221
|
+
if (t = u(t), n = S(E(n)), M(t, n))
|
|
1222
|
+
return s;
|
|
1223
|
+
n = E(n), r = r || !1;
|
|
1224
|
+
const e = r ? (i, l) => i - l : (i, l) => l - i;
|
|
1225
|
+
n = n.sort(e);
|
|
1226
|
+
const f = n.length;
|
|
1227
|
+
let o = 0;
|
|
1228
|
+
for (let i = 0; i < f; i++)
|
|
1229
|
+
n[i] === t && o++;
|
|
1230
|
+
return o > 1 ? (2 * n.indexOf(t) + o + 1) / 2 : n.indexOf(t) + 1;
|
|
1231
|
+
};
|
|
1232
|
+
wt.EQ = (t, n, r) => {
|
|
1233
|
+
if (t = u(t), n = S(E(n)), M(t, n))
|
|
1234
|
+
return s;
|
|
1235
|
+
r = r || !1;
|
|
1236
|
+
const e = r ? (f, o) => f - o : (f, o) => o - f;
|
|
1237
|
+
return n = n.sort(e), n.indexOf(t) + 1;
|
|
1238
|
+
};
|
|
1239
|
+
function de(t, n) {
|
|
1240
|
+
if (arguments.length !== 2)
|
|
1241
|
+
return D;
|
|
1242
|
+
if (n < 0)
|
|
1243
|
+
return h;
|
|
1244
|
+
if (!(t instanceof Array) || typeof n != "number")
|
|
1245
|
+
return s;
|
|
1246
|
+
if (t.length !== 0)
|
|
1247
|
+
return T.row(t, n);
|
|
1248
|
+
}
|
|
1249
|
+
function ye(t, n) {
|
|
1250
|
+
return t = S(E(t)), n = S(E(n)), M(t, n) ? s : Math.pow(ur(t, n), 2);
|
|
1251
|
+
}
|
|
1252
|
+
function Rn() {
|
|
1253
|
+
const t = S(E(arguments));
|
|
1254
|
+
if (t instanceof Error)
|
|
1255
|
+
return t;
|
|
1256
|
+
const n = T.mean(t), r = t.length;
|
|
1257
|
+
let e = 0;
|
|
1258
|
+
for (let f = 0; f < r; f++)
|
|
1259
|
+
e += Math.pow(t[f] - n, 3);
|
|
1260
|
+
return r * e / ((r - 1) * (r - 2) * Math.pow(T.stdev(t, !0), 3));
|
|
1261
|
+
}
|
|
1262
|
+
Rn.P = function() {
|
|
1263
|
+
const t = S(E(arguments));
|
|
1264
|
+
if (t instanceof Error)
|
|
1265
|
+
return t;
|
|
1266
|
+
const n = T.mean(t), r = t.length;
|
|
1267
|
+
let e = 0, f = 0;
|
|
1268
|
+
for (let o = 0; o < r; o++)
|
|
1269
|
+
f += Math.pow(t[o] - n, 3), e += Math.pow(t[o] - n, 2);
|
|
1270
|
+
return f = f / r, e = e / r, f / Math.pow(e, 3 / 2);
|
|
1271
|
+
};
|
|
1272
|
+
function xe(t, n) {
|
|
1273
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1274
|
+
return s;
|
|
1275
|
+
const r = T.mean(n), e = T.mean(t), f = n.length;
|
|
1276
|
+
let o = 0, i = 0;
|
|
1277
|
+
for (let l = 0; l < f; l++)
|
|
1278
|
+
o += (n[l] - r) * (t[l] - e), i += Math.pow(n[l] - r, 2);
|
|
1279
|
+
return o / i;
|
|
1280
|
+
}
|
|
1281
|
+
function ir(t, n) {
|
|
1282
|
+
return t = S(E(t)), n = u(n), M(t, n) ? t : t.sort((r, e) => r - e)[n - 1];
|
|
1283
|
+
}
|
|
1284
|
+
function ve(t, n, r) {
|
|
1285
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : (t - n) / r;
|
|
1286
|
+
}
|
|
1287
|
+
const B = {};
|
|
1288
|
+
B.P = function() {
|
|
1289
|
+
const t = p.P.apply(this, arguments);
|
|
1290
|
+
let n = Math.sqrt(t);
|
|
1291
|
+
return isNaN(n) && (n = h), n;
|
|
1292
|
+
};
|
|
1293
|
+
B.S = function() {
|
|
1294
|
+
const t = p.S.apply(this, arguments);
|
|
1295
|
+
return Math.sqrt(t);
|
|
1296
|
+
};
|
|
1297
|
+
function me() {
|
|
1298
|
+
const t = sr.apply(this, arguments);
|
|
1299
|
+
return Math.sqrt(t);
|
|
1300
|
+
}
|
|
1301
|
+
function be() {
|
|
1302
|
+
const t = lr.apply(this, arguments);
|
|
1303
|
+
let n = Math.sqrt(t);
|
|
1304
|
+
return isNaN(n) && (n = h), n;
|
|
1305
|
+
}
|
|
1306
|
+
function _e(t, n) {
|
|
1307
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1308
|
+
return s;
|
|
1309
|
+
const r = T.mean(n), e = T.mean(t), f = n.length;
|
|
1310
|
+
let o = 0, i = 0, l = 0;
|
|
1311
|
+
for (let c = 0; c < f; c++)
|
|
1312
|
+
o += Math.pow(t[c] - e, 2), i += (n[c] - r) * (t[c] - e), l += Math.pow(n[c] - r, 2);
|
|
1313
|
+
return Math.sqrt((o - i * i / l) / (f - 2));
|
|
1314
|
+
}
|
|
1315
|
+
W.DIST = (t, n, r) => r !== 1 && r !== 2 ? h : r === 1 ? W.DIST.RT(t, n) : W.DIST["2T"](t, n);
|
|
1316
|
+
W.DIST["2T"] = function(t, n) {
|
|
1317
|
+
return arguments.length !== 2 ? D : t < 0 || n < 1 ? h : typeof t != "number" || typeof n != "number" ? s : (1 - T.studentt.cdf(t, n)) * 2;
|
|
1318
|
+
};
|
|
1319
|
+
W.DIST.RT = function(t, n) {
|
|
1320
|
+
return arguments.length !== 2 ? D : t < 0 || n < 1 ? h : typeof t != "number" || typeof n != "number" ? s : 1 - T.studentt.cdf(t, n);
|
|
1321
|
+
};
|
|
1322
|
+
W.INV = (t, n) => (t = u(t), n = u(n), M(t, n) ? s : T.studentt.inv(t, n));
|
|
1323
|
+
W.INV["2T"] = (t, n) => (t = u(t), n = u(n), t <= 0 || t > 1 || n < 1 ? h : M(t, n) ? s : Math.abs(T.studentt.inv(t / 2, n)));
|
|
1324
|
+
W.TEST = (t, n) => {
|
|
1325
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1326
|
+
return s;
|
|
1327
|
+
const r = T.mean(t), e = T.mean(n);
|
|
1328
|
+
let f = 0, o = 0, i;
|
|
1329
|
+
for (i = 0; i < t.length; i++)
|
|
1330
|
+
f += Math.pow(t[i] - r, 2);
|
|
1331
|
+
for (i = 0; i < n.length; i++)
|
|
1332
|
+
o += Math.pow(n[i] - e, 2);
|
|
1333
|
+
f = f / (t.length - 1), o = o / (n.length - 1);
|
|
1334
|
+
const l = Math.abs(r - e) / Math.sqrt(f / t.length + o / n.length);
|
|
1335
|
+
return W.DIST["2T"](l, t.length + n.length - 2);
|
|
1336
|
+
};
|
|
1337
|
+
function tf(t, n, r) {
|
|
1338
|
+
if (t = S(E(t)), n = S(E(n)), r = S(E(r)), M(t, n, r))
|
|
1339
|
+
return s;
|
|
1340
|
+
const e = Dn(t, n), f = e[0], o = e[1], i = [];
|
|
1341
|
+
return r.forEach((l) => {
|
|
1342
|
+
i.push(f * l + o);
|
|
1343
|
+
}), i;
|
|
1344
|
+
}
|
|
1345
|
+
function nf(t, n) {
|
|
1346
|
+
if (t = S(E(t)), n = u(n), M(t, n))
|
|
1347
|
+
return s;
|
|
1348
|
+
const r = lt(t.length * n, 2) / 2;
|
|
1349
|
+
return T.mean(
|
|
1350
|
+
zn(
|
|
1351
|
+
F(
|
|
1352
|
+
t.sort((e, f) => e - f),
|
|
1353
|
+
r
|
|
1354
|
+
),
|
|
1355
|
+
r
|
|
1356
|
+
)
|
|
1357
|
+
);
|
|
1358
|
+
}
|
|
1359
|
+
const p = {};
|
|
1360
|
+
p.P = function() {
|
|
1361
|
+
const t = v(E(arguments)), n = t.length;
|
|
1362
|
+
let r = 0;
|
|
1363
|
+
const e = ut(t);
|
|
1364
|
+
let f;
|
|
1365
|
+
for (let o = 0; o < n; o++)
|
|
1366
|
+
r += Math.pow(t[o] - e, 2);
|
|
1367
|
+
return f = r / n, isNaN(f) && (f = h), f;
|
|
1368
|
+
};
|
|
1369
|
+
p.S = function() {
|
|
1370
|
+
const t = v(E(arguments)), n = t.length;
|
|
1371
|
+
let r = 0;
|
|
1372
|
+
const e = ut(t);
|
|
1373
|
+
for (let f = 0; f < n; f++)
|
|
1374
|
+
r += Math.pow(t[f] - e, 2);
|
|
1375
|
+
return r / (n - 1);
|
|
1376
|
+
};
|
|
1377
|
+
function sr() {
|
|
1378
|
+
const t = E(arguments), n = t.length;
|
|
1379
|
+
let r = 0, e = 0;
|
|
1380
|
+
const f = In(t);
|
|
1381
|
+
for (let o = 0; o < n; o++) {
|
|
1382
|
+
const i = t[o];
|
|
1383
|
+
typeof i == "number" ? r += Math.pow(i - f, 2) : i === !0 ? r += Math.pow(1 - f, 2) : r += Math.pow(0 - f, 2), i !== null && e++;
|
|
1384
|
+
}
|
|
1385
|
+
return r / (e - 1);
|
|
1386
|
+
}
|
|
1387
|
+
function lr() {
|
|
1388
|
+
const t = E(arguments), n = t.length;
|
|
1389
|
+
let r = 0, e = 0;
|
|
1390
|
+
const f = In(t);
|
|
1391
|
+
let o;
|
|
1392
|
+
for (let i = 0; i < n; i++) {
|
|
1393
|
+
const l = t[i];
|
|
1394
|
+
typeof l == "number" ? r += Math.pow(l - f, 2) : l === !0 ? r += Math.pow(1 - f, 2) : r += Math.pow(0 - f, 2), l !== null && e++;
|
|
1395
|
+
}
|
|
1396
|
+
return o = r / e, isNaN(o) && (o = h), o;
|
|
1397
|
+
}
|
|
1398
|
+
const On = {};
|
|
1399
|
+
On.DIST = (t, n, r, e) => (t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : e ? 1 - Math.exp(-Math.pow(t / r, n)) : Math.pow(t, n - 1) * Math.exp(-Math.pow(t / r, n)) * n / Math.pow(r, n));
|
|
1400
|
+
const Ln = {};
|
|
1401
|
+
Ln.TEST = (t, n, r) => {
|
|
1402
|
+
if (t = S(E(t)), n = u(n), M(t, n))
|
|
1403
|
+
return s;
|
|
1404
|
+
r = r || B.S(t);
|
|
1405
|
+
const e = t.length;
|
|
1406
|
+
return 1 - k.S.DIST((ut(t) - n) / (r / Math.sqrt(e)), !0);
|
|
1407
|
+
};
|
|
1408
|
+
function rf(t) {
|
|
1409
|
+
return t = u(t), t instanceof Error ? t : Math.abs(t);
|
|
1410
|
+
}
|
|
1411
|
+
function ef(t) {
|
|
1412
|
+
if (t = u(t), t instanceof Error)
|
|
1413
|
+
return t;
|
|
1414
|
+
let n = Math.acos(t);
|
|
1415
|
+
return isNaN(n) && (n = h), n;
|
|
1416
|
+
}
|
|
1417
|
+
function ff(t) {
|
|
1418
|
+
if (t = u(t), t instanceof Error)
|
|
1419
|
+
return t;
|
|
1420
|
+
let n = Math.log(t + Math.sqrt(t * t - 1));
|
|
1421
|
+
return isNaN(n) && (n = h), n;
|
|
1422
|
+
}
|
|
1423
|
+
function of(t) {
|
|
1424
|
+
return t = u(t), t instanceof Error ? t : Math.atan(1 / t);
|
|
1425
|
+
}
|
|
1426
|
+
function uf(t) {
|
|
1427
|
+
if (t = u(t), t instanceof Error)
|
|
1428
|
+
return t;
|
|
1429
|
+
let n = 0.5 * Math.log((t + 1) / (t - 1));
|
|
1430
|
+
return isNaN(n) && (n = h), n;
|
|
1431
|
+
}
|
|
1432
|
+
function sf(t, n, r, e) {
|
|
1433
|
+
if (t = u(t), n = u(t), M(t, n))
|
|
1434
|
+
return s;
|
|
1435
|
+
switch (t) {
|
|
1436
|
+
case 1:
|
|
1437
|
+
return ut(r);
|
|
1438
|
+
case 2:
|
|
1439
|
+
return Ct(r);
|
|
1440
|
+
case 3:
|
|
1441
|
+
return Rt(r);
|
|
1442
|
+
case 4:
|
|
1443
|
+
return Qt(r);
|
|
1444
|
+
case 5:
|
|
1445
|
+
return $t(r);
|
|
1446
|
+
case 6:
|
|
1447
|
+
return zt(r);
|
|
1448
|
+
case 7:
|
|
1449
|
+
return B.S(r);
|
|
1450
|
+
case 8:
|
|
1451
|
+
return B.P(r);
|
|
1452
|
+
case 9:
|
|
1453
|
+
return b(r);
|
|
1454
|
+
case 10:
|
|
1455
|
+
return p.S(r);
|
|
1456
|
+
case 11:
|
|
1457
|
+
return p.P(r);
|
|
1458
|
+
case 12:
|
|
1459
|
+
return or(r);
|
|
1460
|
+
case 13:
|
|
1461
|
+
return it.SNGL(r);
|
|
1462
|
+
case 14:
|
|
1463
|
+
return fr(r, e);
|
|
1464
|
+
case 15:
|
|
1465
|
+
return ir(r, e);
|
|
1466
|
+
case 16:
|
|
1467
|
+
return K.INC(r, e);
|
|
1468
|
+
case 17:
|
|
1469
|
+
return st.INC(r, e);
|
|
1470
|
+
case 18:
|
|
1471
|
+
return K.EXC(r, e);
|
|
1472
|
+
case 19:
|
|
1473
|
+
return st.EXC(r, e);
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
function lf(t) {
|
|
1477
|
+
if (t == null)
|
|
1478
|
+
return 0;
|
|
1479
|
+
if (t instanceof Error)
|
|
1480
|
+
return t;
|
|
1481
|
+
if (!/^M*(?:D?C{0,3}|C[MD])(?:L?X{0,3}|X[CL])(?:V?I{0,3}|I[XV])$/.test(t))
|
|
1482
|
+
return s;
|
|
1483
|
+
let n = 0;
|
|
1484
|
+
return t.replace(/[MDLV]|C[MD]?|X[CL]?|I[XV]?/g, (r) => {
|
|
1485
|
+
n += {
|
|
1486
|
+
M: 1e3,
|
|
1487
|
+
CM: 900,
|
|
1488
|
+
D: 500,
|
|
1489
|
+
CD: 400,
|
|
1490
|
+
C: 100,
|
|
1491
|
+
XC: 90,
|
|
1492
|
+
L: 50,
|
|
1493
|
+
XL: 40,
|
|
1494
|
+
X: 10,
|
|
1495
|
+
IX: 9,
|
|
1496
|
+
V: 5,
|
|
1497
|
+
IV: 4,
|
|
1498
|
+
I: 1
|
|
1499
|
+
}[r];
|
|
1500
|
+
}), n;
|
|
1501
|
+
}
|
|
1502
|
+
function cf(t) {
|
|
1503
|
+
if (t = u(t), t instanceof Error)
|
|
1504
|
+
return t;
|
|
1505
|
+
let n = Math.asin(t);
|
|
1506
|
+
return isNaN(n) && (n = h), n;
|
|
1507
|
+
}
|
|
1508
|
+
function hf(t) {
|
|
1509
|
+
return t = u(t), t instanceof Error ? t : Math.log(t + Math.sqrt(t * t + 1));
|
|
1510
|
+
}
|
|
1511
|
+
function gf(t) {
|
|
1512
|
+
return t = u(t), t instanceof Error ? t : Math.atan(t);
|
|
1513
|
+
}
|
|
1514
|
+
function Mf(t, n) {
|
|
1515
|
+
t = u(t), n = u(n);
|
|
1516
|
+
const r = R(t, n);
|
|
1517
|
+
return r || Math.atan2(t, n);
|
|
1518
|
+
}
|
|
1519
|
+
function Ef(t) {
|
|
1520
|
+
if (t = u(t), t instanceof Error)
|
|
1521
|
+
return t;
|
|
1522
|
+
let n = Math.log((1 + t) / (1 - t)) / 2;
|
|
1523
|
+
return isNaN(n) && (n = h), n;
|
|
1524
|
+
}
|
|
1525
|
+
function If(t, n, r) {
|
|
1526
|
+
t = u(t), n = u(n), r = u(r);
|
|
1527
|
+
const e = R(t, n, r);
|
|
1528
|
+
if (e)
|
|
1529
|
+
return e;
|
|
1530
|
+
if (n === 0)
|
|
1531
|
+
return h;
|
|
1532
|
+
const f = t.toString(n);
|
|
1533
|
+
return new Array(Math.max(r + 1 - f.length, 0)).join("0") + f;
|
|
1534
|
+
}
|
|
1535
|
+
function nt(t, n) {
|
|
1536
|
+
t = u(t), n = u(n);
|
|
1537
|
+
const r = R(t, n);
|
|
1538
|
+
return r || (n === 0 ? 0 : t > 0 && n < 0 ? h : Math.ceil(t / n) * n);
|
|
1539
|
+
}
|
|
1540
|
+
nt.MATH = (t, n, r = 0) => {
|
|
1541
|
+
n === void 0 && (n = t > 0 ? 1 : -1), t = u(t), n = u(n), r = u(r);
|
|
1542
|
+
const e = R(t, n, r);
|
|
1543
|
+
return e || (n === 0 ? 0 : (n = Math.abs(n), r === 0 || t > 0 ? Math.ceil(t / n) * n : Math.floor(t / n) * n));
|
|
1544
|
+
};
|
|
1545
|
+
nt.PRECISE = (t, n) => nt.MATH(t, n);
|
|
1546
|
+
function Et(t, n) {
|
|
1547
|
+
t = u(t), n = u(n);
|
|
1548
|
+
const r = R(t, n);
|
|
1549
|
+
return r || (t < n ? h : m(t) / (m(n) * m(t - n)));
|
|
1550
|
+
}
|
|
1551
|
+
function Nf(t, n) {
|
|
1552
|
+
t = u(t), n = u(n);
|
|
1553
|
+
const r = R(t, n);
|
|
1554
|
+
return r || (t < n ? h : t === 0 && n === 0 ? 1 : Et(t + n - 1, t - 1));
|
|
1555
|
+
}
|
|
1556
|
+
function Tf(t) {
|
|
1557
|
+
return t = u(t), t instanceof Error ? t : Math.cos(t);
|
|
1558
|
+
}
|
|
1559
|
+
function Sf(t) {
|
|
1560
|
+
return t = u(t), t instanceof Error ? t : (Math.exp(t) + Math.exp(-t)) / 2;
|
|
1561
|
+
}
|
|
1562
|
+
function Af(t) {
|
|
1563
|
+
return t = u(t), t instanceof Error ? t : t === 0 ? G : 1 / Math.tan(t);
|
|
1564
|
+
}
|
|
1565
|
+
function Df(t) {
|
|
1566
|
+
if (t = u(t), t instanceof Error)
|
|
1567
|
+
return t;
|
|
1568
|
+
if (t === 0)
|
|
1569
|
+
return G;
|
|
1570
|
+
const n = Math.exp(2 * t);
|
|
1571
|
+
return (n + 1) / (n - 1);
|
|
1572
|
+
}
|
|
1573
|
+
function af(t) {
|
|
1574
|
+
return t = u(t), t instanceof Error ? t : t === 0 ? G : 1 / Math.sin(t);
|
|
1575
|
+
}
|
|
1576
|
+
function Cf(t) {
|
|
1577
|
+
return t = u(t), t instanceof Error ? t : t === 0 ? G : 2 / (Math.exp(t) - Math.exp(-t));
|
|
1578
|
+
}
|
|
1579
|
+
function Rf(t, n) {
|
|
1580
|
+
if (arguments.length < 2)
|
|
1581
|
+
return D;
|
|
1582
|
+
t = t || "0", n = u(n);
|
|
1583
|
+
const r = R(t, n);
|
|
1584
|
+
if (r)
|
|
1585
|
+
return r;
|
|
1586
|
+
if (n === 0)
|
|
1587
|
+
return h;
|
|
1588
|
+
const e = parseInt(t, n);
|
|
1589
|
+
return isNaN(e) ? h : e;
|
|
1590
|
+
}
|
|
1591
|
+
function Of(t) {
|
|
1592
|
+
return t = u(t), t instanceof Error ? t : t * 180 / Math.PI;
|
|
1593
|
+
}
|
|
1594
|
+
function Lf(t) {
|
|
1595
|
+
return t = u(t), t instanceof Error ? t : nt.MATH(t, -2, -1);
|
|
1596
|
+
}
|
|
1597
|
+
function Pf(t) {
|
|
1598
|
+
return arguments.length < 1 ? D : arguments.length > 1 ? Jt : (t = u(t), t instanceof Error || (t = Math.exp(t)), t);
|
|
1599
|
+
}
|
|
1600
|
+
const St = [];
|
|
1601
|
+
function m(t) {
|
|
1602
|
+
if (t = u(t), t instanceof Error)
|
|
1603
|
+
return t;
|
|
1604
|
+
const n = Math.floor(t);
|
|
1605
|
+
return n === 0 || n === 1 ? 1 : (St[n] > 0 || (St[n] = m(n - 1) * n), St[n]);
|
|
1606
|
+
}
|
|
1607
|
+
function cr(t) {
|
|
1608
|
+
if (t = u(t), t instanceof Error)
|
|
1609
|
+
return t;
|
|
1610
|
+
const n = Math.floor(t);
|
|
1611
|
+
return n <= 0 ? 1 : n * cr(n - 2);
|
|
1612
|
+
}
|
|
1613
|
+
function lt(t, n) {
|
|
1614
|
+
t = u(t), n = u(n);
|
|
1615
|
+
const r = R(t, n);
|
|
1616
|
+
return r || (n ? t > 0 && n < 0 ? h : Math.floor(t / n) * n : G);
|
|
1617
|
+
}
|
|
1618
|
+
lt.MATH = (t, n = 1, r = 0) => {
|
|
1619
|
+
t = u(t), n = u(n), r = u(r);
|
|
1620
|
+
const e = R(t, n, r);
|
|
1621
|
+
return e || (n === 0 ? 0 : (n = Math.abs(n), r === 0 || t > 0 ? Math.floor(t / n) * n : Math.ceil(t / n) * n));
|
|
1622
|
+
};
|
|
1623
|
+
lt.PRECISE = (t, n) => lt.MATH(t, n);
|
|
1624
|
+
function Vf() {
|
|
1625
|
+
const t = S(E(arguments));
|
|
1626
|
+
if (t instanceof Error)
|
|
1627
|
+
return t;
|
|
1628
|
+
const n = t.length, r = t[0];
|
|
1629
|
+
let e = r < 0 ? -r : r;
|
|
1630
|
+
for (let f = 1; f < n; f++) {
|
|
1631
|
+
const o = t[f];
|
|
1632
|
+
let i = o < 0 ? -o : o;
|
|
1633
|
+
for (; e && i; )
|
|
1634
|
+
e > i ? e %= i : i %= e;
|
|
1635
|
+
e += i;
|
|
1636
|
+
}
|
|
1637
|
+
return e;
|
|
1638
|
+
}
|
|
1639
|
+
function Ff(t) {
|
|
1640
|
+
return t = u(t), t instanceof Error ? t : Math.floor(t);
|
|
1641
|
+
}
|
|
1642
|
+
const Uf = {
|
|
1643
|
+
CEILING: nt
|
|
1644
|
+
};
|
|
1645
|
+
function Yf() {
|
|
1646
|
+
const t = S(E(arguments));
|
|
1647
|
+
if (t instanceof Error)
|
|
1648
|
+
return t;
|
|
1649
|
+
for (var n, r, e, f, o = 1; (e = t.pop()) !== void 0; ) {
|
|
1650
|
+
if (e === 0)
|
|
1651
|
+
return 0;
|
|
1652
|
+
for (; e > 1; ) {
|
|
1653
|
+
if (e % 2) {
|
|
1654
|
+
for (n = 3, r = Math.floor(Math.sqrt(e)); n <= r && e % n; n += 2)
|
|
1655
|
+
;
|
|
1656
|
+
f = n <= r ? n : e;
|
|
1657
|
+
} else
|
|
1658
|
+
f = 2;
|
|
1659
|
+
for (e /= f, o *= f, n = t.length; n; t[--n] % f === 0 && (t[n] /= f) === 1 && t.splice(n, 1))
|
|
1660
|
+
;
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
return o;
|
|
1664
|
+
}
|
|
1665
|
+
function Xf(t) {
|
|
1666
|
+
return t = u(t), t instanceof Error ? t : t === 0 ? h : Math.log(t);
|
|
1667
|
+
}
|
|
1668
|
+
function Gf(t, n) {
|
|
1669
|
+
t = u(t), n = n ? u(n) : 10;
|
|
1670
|
+
const r = R(t, n);
|
|
1671
|
+
return r || (t === 0 || n === 0 ? h : Math.log(t) / Math.log(n));
|
|
1672
|
+
}
|
|
1673
|
+
function Hf(t) {
|
|
1674
|
+
return t = u(t), t instanceof Error ? t : t === 0 ? h : Math.log(t) / Math.log(10);
|
|
1675
|
+
}
|
|
1676
|
+
function wf(t, n) {
|
|
1677
|
+
return (
|
|
1678
|
+
//Arguments are not arrays
|
|
1679
|
+
!Array.isArray(t) || !Array.isArray(n) || // There are empty arrays
|
|
1680
|
+
t.some((e) => !e.length) || n.some((e) => !e.length) || // Not all array elements are numbers
|
|
1681
|
+
qt(t).some((e) => typeof e != "number") || qt(n).some((e) => typeof e != "number") || // Number of columns in array1 is different from the number of rows in array2
|
|
1682
|
+
t[0].length !== n.length ? s : Array(t.length).fill(0).map(() => Array(n[0].length).fill(0)).map((e, f) => e.map((o, i) => t[f].reduce((l, c, g) => l + c * n[g][i], 0)))
|
|
1683
|
+
);
|
|
1684
|
+
}
|
|
1685
|
+
function jf(t, n) {
|
|
1686
|
+
t = u(t), n = u(n);
|
|
1687
|
+
const r = R(t, n);
|
|
1688
|
+
if (r)
|
|
1689
|
+
return r;
|
|
1690
|
+
if (n === 0)
|
|
1691
|
+
return G;
|
|
1692
|
+
let e = Math.abs(t % n);
|
|
1693
|
+
return e = t < 0 ? n - e : e, n > 0 ? e : -e;
|
|
1694
|
+
}
|
|
1695
|
+
function pf(t, n) {
|
|
1696
|
+
t = u(t), n = u(n);
|
|
1697
|
+
const r = R(t, n);
|
|
1698
|
+
return r || (t * n === 0 ? 0 : t * n < 0 ? h : Math.round(t / n) * n);
|
|
1699
|
+
}
|
|
1700
|
+
function Bf() {
|
|
1701
|
+
const t = S(E(arguments));
|
|
1702
|
+
if (t instanceof Error)
|
|
1703
|
+
return t;
|
|
1704
|
+
let n = 0, r = 1;
|
|
1705
|
+
for (let e = 0; e < t.length; e++)
|
|
1706
|
+
n += t[e], r *= m(t[e]);
|
|
1707
|
+
return m(n) / r;
|
|
1708
|
+
}
|
|
1709
|
+
function Wf(t) {
|
|
1710
|
+
return arguments.length > 1 ? D : (t = parseInt(t), !t || t <= 0 ? s : Array(t).fill(0).map(() => Array(t).fill(0)).map((n, r) => (n[r] = 1, n)));
|
|
1711
|
+
}
|
|
1712
|
+
function Kf(t) {
|
|
1713
|
+
if (t = u(t), t instanceof Error)
|
|
1714
|
+
return t;
|
|
1715
|
+
let n = Math.ceil(Math.abs(t));
|
|
1716
|
+
return n = n & 1 ? n : n + 1, t >= 0 ? n : -n;
|
|
1717
|
+
}
|
|
1718
|
+
function qf() {
|
|
1719
|
+
return Math.PI;
|
|
1720
|
+
}
|
|
1721
|
+
function hr(t, n) {
|
|
1722
|
+
t = u(t), n = u(n);
|
|
1723
|
+
const r = R(t, n);
|
|
1724
|
+
if (r)
|
|
1725
|
+
return r;
|
|
1726
|
+
if (t === 0 && n === 0)
|
|
1727
|
+
return h;
|
|
1728
|
+
const e = Math.pow(t, n);
|
|
1729
|
+
return isNaN(e) ? h : e;
|
|
1730
|
+
}
|
|
1731
|
+
function zt() {
|
|
1732
|
+
const n = E(arguments).filter((f) => f != null);
|
|
1733
|
+
if (n.length === 0)
|
|
1734
|
+
return 0;
|
|
1735
|
+
const r = S(n);
|
|
1736
|
+
if (r instanceof Error)
|
|
1737
|
+
return r;
|
|
1738
|
+
let e = 1;
|
|
1739
|
+
for (let f = 0; f < r.length; f++)
|
|
1740
|
+
e *= r[f];
|
|
1741
|
+
return e;
|
|
1742
|
+
}
|
|
1743
|
+
function Qf(t, n) {
|
|
1744
|
+
t = u(t), n = u(n);
|
|
1745
|
+
const r = R(t, n);
|
|
1746
|
+
return r || parseInt(t / n, 10);
|
|
1747
|
+
}
|
|
1748
|
+
function $f(t) {
|
|
1749
|
+
return t = u(t), t instanceof Error ? t : t * Math.PI / 180;
|
|
1750
|
+
}
|
|
1751
|
+
function zf() {
|
|
1752
|
+
return Math.random();
|
|
1753
|
+
}
|
|
1754
|
+
function Zf(t, n) {
|
|
1755
|
+
t = u(t), n = u(n);
|
|
1756
|
+
const r = R(t, n);
|
|
1757
|
+
return r || t + Math.ceil((n - t + 1) * Math.random()) - 1;
|
|
1758
|
+
}
|
|
1759
|
+
function Jf(t) {
|
|
1760
|
+
if (t = u(t), t instanceof Error)
|
|
1761
|
+
return t;
|
|
1762
|
+
const n = String(t).split(""), r = [
|
|
1763
|
+
"",
|
|
1764
|
+
"C",
|
|
1765
|
+
"CC",
|
|
1766
|
+
"CCC",
|
|
1767
|
+
"CD",
|
|
1768
|
+
"D",
|
|
1769
|
+
"DC",
|
|
1770
|
+
"DCC",
|
|
1771
|
+
"DCCC",
|
|
1772
|
+
"CM",
|
|
1773
|
+
"",
|
|
1774
|
+
"X",
|
|
1775
|
+
"XX",
|
|
1776
|
+
"XXX",
|
|
1777
|
+
"XL",
|
|
1778
|
+
"L",
|
|
1779
|
+
"LX",
|
|
1780
|
+
"LXX",
|
|
1781
|
+
"LXXX",
|
|
1782
|
+
"XC",
|
|
1783
|
+
"",
|
|
1784
|
+
"I",
|
|
1785
|
+
"II",
|
|
1786
|
+
"III",
|
|
1787
|
+
"IV",
|
|
1788
|
+
"V",
|
|
1789
|
+
"VI",
|
|
1790
|
+
"VII",
|
|
1791
|
+
"VIII",
|
|
1792
|
+
"IX"
|
|
1793
|
+
];
|
|
1794
|
+
let e = "", f = 3;
|
|
1795
|
+
for (; f--; )
|
|
1796
|
+
e = (r[+n.pop() + f * 10] || "") + e;
|
|
1797
|
+
return new Array(+n.join("") + 1).join("M") + e;
|
|
1798
|
+
}
|
|
1799
|
+
function vt(t, n, r) {
|
|
1800
|
+
t = u(t), n = u(n);
|
|
1801
|
+
const e = R(t, n);
|
|
1802
|
+
if (e)
|
|
1803
|
+
return e;
|
|
1804
|
+
const f = t >= 0 ? 1 : -1;
|
|
1805
|
+
let i = (Math.abs(t) + "e" + n).split("e");
|
|
1806
|
+
return i = (r(i[0] + "e" + i[1]) + "e" + -n).split("e"), +(i[0] + "e" + i[1]) * f;
|
|
1807
|
+
}
|
|
1808
|
+
function gr(t, n) {
|
|
1809
|
+
return vt(t, n, Math.round);
|
|
1810
|
+
}
|
|
1811
|
+
function kf(t, n) {
|
|
1812
|
+
return vt(t, n, Math.floor);
|
|
1813
|
+
}
|
|
1814
|
+
function df(t, n) {
|
|
1815
|
+
return vt(t, n, Math.ceil);
|
|
1816
|
+
}
|
|
1817
|
+
function yf(t) {
|
|
1818
|
+
return t = u(t), t instanceof Error ? t : 1 / Math.cos(t);
|
|
1819
|
+
}
|
|
1820
|
+
function xf(t) {
|
|
1821
|
+
return t = u(t), t instanceof Error ? t : 2 / (Math.exp(t) + Math.exp(-t));
|
|
1822
|
+
}
|
|
1823
|
+
function vf(t, n, r, e) {
|
|
1824
|
+
if (t = u(t), n = u(n), r = u(r), e = S(e), M(t, n, r, e))
|
|
1825
|
+
return s;
|
|
1826
|
+
let f = e[0] * Math.pow(t, n);
|
|
1827
|
+
for (let o = 1; o < e.length; o++)
|
|
1828
|
+
f += e[o] * Math.pow(t, n + o * r);
|
|
1829
|
+
return f;
|
|
1830
|
+
}
|
|
1831
|
+
function mf(t) {
|
|
1832
|
+
return t = u(t), t instanceof Error ? t : t < 0 ? -1 : t === 0 ? 0 : 1;
|
|
1833
|
+
}
|
|
1834
|
+
function bf(t) {
|
|
1835
|
+
return t = u(t), t instanceof Error ? t : Math.sin(t);
|
|
1836
|
+
}
|
|
1837
|
+
function _f(t) {
|
|
1838
|
+
return t = u(t), t instanceof Error ? t : (Math.exp(t) - Math.exp(-t)) / 2;
|
|
1839
|
+
}
|
|
1840
|
+
function to(t) {
|
|
1841
|
+
return t = u(t), t instanceof Error ? t : t < 0 ? h : Math.sqrt(t);
|
|
1842
|
+
}
|
|
1843
|
+
function no(t) {
|
|
1844
|
+
return t = u(t), t instanceof Error ? t : Math.sqrt(t * Math.PI);
|
|
1845
|
+
}
|
|
1846
|
+
function ro(t, n) {
|
|
1847
|
+
if (t = u(t), t instanceof Error)
|
|
1848
|
+
return t;
|
|
1849
|
+
switch (t) {
|
|
1850
|
+
case 1:
|
|
1851
|
+
return ut(n);
|
|
1852
|
+
case 2:
|
|
1853
|
+
return Ct(n);
|
|
1854
|
+
case 3:
|
|
1855
|
+
return Rt(n);
|
|
1856
|
+
case 4:
|
|
1857
|
+
return Qt(n);
|
|
1858
|
+
case 5:
|
|
1859
|
+
return $t(n);
|
|
1860
|
+
case 6:
|
|
1861
|
+
return zt(n);
|
|
1862
|
+
case 7:
|
|
1863
|
+
return B.S(n);
|
|
1864
|
+
case 8:
|
|
1865
|
+
return B.P(n);
|
|
1866
|
+
case 9:
|
|
1867
|
+
return b(n);
|
|
1868
|
+
case 10:
|
|
1869
|
+
return p.S(n);
|
|
1870
|
+
case 11:
|
|
1871
|
+
return p.P(n);
|
|
1872
|
+
case 101:
|
|
1873
|
+
return ut(n);
|
|
1874
|
+
case 102:
|
|
1875
|
+
return Ct(n);
|
|
1876
|
+
case 103:
|
|
1877
|
+
return Rt(n);
|
|
1878
|
+
case 104:
|
|
1879
|
+
return Qt(n);
|
|
1880
|
+
case 105:
|
|
1881
|
+
return $t(n);
|
|
1882
|
+
case 106:
|
|
1883
|
+
return zt(n);
|
|
1884
|
+
case 107:
|
|
1885
|
+
return B.S(n);
|
|
1886
|
+
case 108:
|
|
1887
|
+
return B.P(n);
|
|
1888
|
+
case 109:
|
|
1889
|
+
return b(n);
|
|
1890
|
+
case 110:
|
|
1891
|
+
return p.S(n);
|
|
1892
|
+
case 111:
|
|
1893
|
+
return p.P(n);
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
function b() {
|
|
1897
|
+
let t = 0;
|
|
1898
|
+
return H(Ft(arguments), (n) => {
|
|
1899
|
+
if (t instanceof Error)
|
|
1900
|
+
return !1;
|
|
1901
|
+
if (n instanceof Error)
|
|
1902
|
+
t = n;
|
|
1903
|
+
else if (typeof n == "number")
|
|
1904
|
+
t += n;
|
|
1905
|
+
else if (typeof n == "string") {
|
|
1906
|
+
const r = parseFloat(n);
|
|
1907
|
+
!isNaN(r) && (t += r);
|
|
1908
|
+
} else if (Array.isArray(n)) {
|
|
1909
|
+
const r = b.apply(null, n);
|
|
1910
|
+
r instanceof Error ? t = r : t += r;
|
|
1911
|
+
}
|
|
1912
|
+
}), t;
|
|
1913
|
+
}
|
|
1914
|
+
function eo(t, n, r) {
|
|
1915
|
+
if (t = E(t), r = r ? E(r) : t, t instanceof Error)
|
|
1916
|
+
return t;
|
|
1917
|
+
if (n == null || n instanceof Error)
|
|
1918
|
+
return 0;
|
|
1919
|
+
let e = 0;
|
|
1920
|
+
const f = n === "*", o = f ? null : ht(n + "");
|
|
1921
|
+
for (let i = 0; i < t.length; i++) {
|
|
1922
|
+
const l = t[i], c = r[i];
|
|
1923
|
+
if (f)
|
|
1924
|
+
e += l;
|
|
1925
|
+
else {
|
|
1926
|
+
const g = [d(l, _)].concat(o);
|
|
1927
|
+
e += gt(g) ? c : 0;
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
return e;
|
|
1931
|
+
}
|
|
1932
|
+
function fo() {
|
|
1933
|
+
const t = Yt(...arguments);
|
|
1934
|
+
return b(t);
|
|
1935
|
+
}
|
|
1936
|
+
function oo() {
|
|
1937
|
+
if (!arguments || arguments.length === 0)
|
|
1938
|
+
return s;
|
|
1939
|
+
const t = arguments.length + 1;
|
|
1940
|
+
let n = 0, r, e, f, o;
|
|
1941
|
+
for (let i = 0; i < arguments[0].length; i++)
|
|
1942
|
+
if (arguments[0][i] instanceof Array)
|
|
1943
|
+
for (let l = 0; l < arguments[0][i].length; l++) {
|
|
1944
|
+
for (r = 1, e = 1; e < t; e++) {
|
|
1945
|
+
const c = arguments[e - 1][i][l];
|
|
1946
|
+
if (c instanceof Error)
|
|
1947
|
+
return c;
|
|
1948
|
+
if (o = u(c), o instanceof Error)
|
|
1949
|
+
return o;
|
|
1950
|
+
r *= o;
|
|
1951
|
+
}
|
|
1952
|
+
n += r;
|
|
1953
|
+
}
|
|
1954
|
+
else {
|
|
1955
|
+
for (r = 1, e = 1; e < t; e++) {
|
|
1956
|
+
const l = arguments[e - 1][i];
|
|
1957
|
+
if (l instanceof Error)
|
|
1958
|
+
return l;
|
|
1959
|
+
if (f = u(l), f instanceof Error)
|
|
1960
|
+
return f;
|
|
1961
|
+
r *= f;
|
|
1962
|
+
}
|
|
1963
|
+
n += r;
|
|
1964
|
+
}
|
|
1965
|
+
return n;
|
|
1966
|
+
}
|
|
1967
|
+
function uo() {
|
|
1968
|
+
const t = S(E(arguments));
|
|
1969
|
+
if (t instanceof Error)
|
|
1970
|
+
return t;
|
|
1971
|
+
let n = 0;
|
|
1972
|
+
const r = t.length;
|
|
1973
|
+
for (let e = 0; e < r; e++)
|
|
1974
|
+
n += xt(t[e]) ? t[e] * t[e] : 0;
|
|
1975
|
+
return n;
|
|
1976
|
+
}
|
|
1977
|
+
function io(t, n) {
|
|
1978
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1979
|
+
return s;
|
|
1980
|
+
let r = 0;
|
|
1981
|
+
for (let e = 0; e < t.length; e++)
|
|
1982
|
+
r += t[e] * t[e] - n[e] * n[e];
|
|
1983
|
+
return r;
|
|
1984
|
+
}
|
|
1985
|
+
function so(t, n) {
|
|
1986
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1987
|
+
return s;
|
|
1988
|
+
let r = 0;
|
|
1989
|
+
t = S(E(t)), n = S(E(n));
|
|
1990
|
+
for (let e = 0; e < t.length; e++)
|
|
1991
|
+
r += t[e] * t[e] + n[e] * n[e];
|
|
1992
|
+
return r;
|
|
1993
|
+
}
|
|
1994
|
+
function lo(t, n) {
|
|
1995
|
+
if (t = S(E(t)), n = S(E(n)), M(t, n))
|
|
1996
|
+
return s;
|
|
1997
|
+
let r = 0;
|
|
1998
|
+
t = E(t), n = E(n);
|
|
1999
|
+
for (let e = 0; e < t.length; e++)
|
|
2000
|
+
r += Math.pow(t[e] - n[e], 2);
|
|
2001
|
+
return r;
|
|
2002
|
+
}
|
|
2003
|
+
function co(t) {
|
|
2004
|
+
return t = u(t), t instanceof Error ? t : Math.tan(t);
|
|
2005
|
+
}
|
|
2006
|
+
function ho(t) {
|
|
2007
|
+
if (t = u(t), t instanceof Error)
|
|
2008
|
+
return t;
|
|
2009
|
+
const n = Math.exp(2 * t);
|
|
2010
|
+
return (n - 1) / (n + 1);
|
|
2011
|
+
}
|
|
2012
|
+
function go(t, n) {
|
|
2013
|
+
t = u(t), n = u(n);
|
|
2014
|
+
const r = R(t, n);
|
|
2015
|
+
return r || (t > 0 ? 1 : -1) * Math.floor(Math.abs(t) * Math.pow(10, n)) / Math.pow(10, n);
|
|
2016
|
+
}
|
|
2017
|
+
function Mr(t, n) {
|
|
2018
|
+
if (arguments.length !== 2)
|
|
2019
|
+
return D;
|
|
2020
|
+
t = u(t), n = u(n);
|
|
2021
|
+
const r = R(t, n);
|
|
2022
|
+
return r || t + n;
|
|
2023
|
+
}
|
|
2024
|
+
function Er(t, n) {
|
|
2025
|
+
if (arguments.length !== 2)
|
|
2026
|
+
return D;
|
|
2027
|
+
t = u(t), n = u(n);
|
|
2028
|
+
const r = R(t, n);
|
|
2029
|
+
return r || (n === 0 ? G : t / n);
|
|
2030
|
+
}
|
|
2031
|
+
function Ir(t, n) {
|
|
2032
|
+
return arguments.length !== 2 ? D : t instanceof Error ? t : n instanceof Error ? n : (t === null && (t = void 0), n === null && (n = void 0), t === n);
|
|
2033
|
+
}
|
|
2034
|
+
function Nr(t, n) {
|
|
2035
|
+
if (arguments.length !== 2)
|
|
2036
|
+
return D;
|
|
2037
|
+
if (t instanceof Error)
|
|
2038
|
+
return t;
|
|
2039
|
+
if (n instanceof Error)
|
|
2040
|
+
return n;
|
|
2041
|
+
Ut(t, n) ? (t = U(t), n = U(n)) : (t = u(t), n = u(n));
|
|
2042
|
+
const r = R(t, n);
|
|
2043
|
+
return r || t > n;
|
|
2044
|
+
}
|
|
2045
|
+
function Tr(t, n) {
|
|
2046
|
+
if (arguments.length !== 2)
|
|
2047
|
+
return D;
|
|
2048
|
+
Ut(t, n) ? (t = U(t), n = U(n)) : (t = u(t), n = u(n));
|
|
2049
|
+
const r = R(t, n);
|
|
2050
|
+
return r || t >= n;
|
|
2051
|
+
}
|
|
2052
|
+
function Sr(t, n) {
|
|
2053
|
+
if (arguments.length !== 2)
|
|
2054
|
+
return D;
|
|
2055
|
+
Ut(t, n) ? (t = U(t), n = U(n)) : (t = u(t), n = u(n));
|
|
2056
|
+
const r = R(t, n);
|
|
2057
|
+
return r || t < n;
|
|
2058
|
+
}
|
|
2059
|
+
function Ar(t, n) {
|
|
2060
|
+
if (arguments.length !== 2)
|
|
2061
|
+
return D;
|
|
2062
|
+
Ut(t, n) ? (t = U(t), n = U(n)) : (t = u(t), n = u(n));
|
|
2063
|
+
const r = R(t, n);
|
|
2064
|
+
return r || t <= n;
|
|
2065
|
+
}
|
|
2066
|
+
function Dr(t, n) {
|
|
2067
|
+
if (arguments.length !== 2)
|
|
2068
|
+
return D;
|
|
2069
|
+
t = u(t), n = u(n);
|
|
2070
|
+
const r = R(t, n);
|
|
2071
|
+
return r || t - n;
|
|
2072
|
+
}
|
|
2073
|
+
function ar(t, n) {
|
|
2074
|
+
if (arguments.length !== 2)
|
|
2075
|
+
return D;
|
|
2076
|
+
t = u(t), n = u(n);
|
|
2077
|
+
const r = R(t, n);
|
|
2078
|
+
return r || t * n;
|
|
2079
|
+
}
|
|
2080
|
+
function Cr(t, n) {
|
|
2081
|
+
return arguments.length !== 2 ? D : t instanceof Error ? t : n instanceof Error ? n : (t === null && (t = void 0), n === null && (n = void 0), t !== n);
|
|
2082
|
+
}
|
|
2083
|
+
function Rr(t, n) {
|
|
2084
|
+
return arguments.length !== 2 ? D : hr(t, n);
|
|
2085
|
+
}
|
|
2086
|
+
var Or = /* @__PURE__ */ Object.freeze({
|
|
2087
|
+
__proto__: null,
|
|
2088
|
+
ADD: Mr,
|
|
2089
|
+
DIVIDE: Er,
|
|
2090
|
+
EQ: Ir,
|
|
2091
|
+
GT: Nr,
|
|
2092
|
+
GTE: Tr,
|
|
2093
|
+
LT: Sr,
|
|
2094
|
+
LTE: Ar,
|
|
2095
|
+
MINUS: Dr,
|
|
2096
|
+
MULTIPLY: ar,
|
|
2097
|
+
NE: Cr,
|
|
2098
|
+
POW: Rr
|
|
2099
|
+
});
|
|
2100
|
+
const Lr = [
|
|
2101
|
+
void 0,
|
|
2102
|
+
0,
|
|
2103
|
+
1,
|
|
2104
|
+
void 0,
|
|
2105
|
+
void 0,
|
|
2106
|
+
void 0,
|
|
2107
|
+
void 0,
|
|
2108
|
+
void 0,
|
|
2109
|
+
void 0,
|
|
2110
|
+
void 0,
|
|
2111
|
+
void 0,
|
|
2112
|
+
void 0,
|
|
2113
|
+
1,
|
|
2114
|
+
2,
|
|
2115
|
+
3,
|
|
2116
|
+
4,
|
|
2117
|
+
5,
|
|
2118
|
+
6,
|
|
2119
|
+
0
|
|
2120
|
+
], Pr = [
|
|
2121
|
+
[],
|
|
2122
|
+
[1, 2, 3, 4, 5, 6, 7],
|
|
2123
|
+
[7, 1, 2, 3, 4, 5, 6],
|
|
2124
|
+
[6, 0, 1, 2, 3, 4, 5],
|
|
2125
|
+
[],
|
|
2126
|
+
[],
|
|
2127
|
+
[],
|
|
2128
|
+
[],
|
|
2129
|
+
[],
|
|
2130
|
+
[],
|
|
2131
|
+
[],
|
|
2132
|
+
[7, 1, 2, 3, 4, 5, 6],
|
|
2133
|
+
[6, 7, 1, 2, 3, 4, 5],
|
|
2134
|
+
[5, 6, 7, 1, 2, 3, 4],
|
|
2135
|
+
[4, 5, 6, 7, 1, 2, 3],
|
|
2136
|
+
[3, 4, 5, 6, 7, 1, 2],
|
|
2137
|
+
[2, 3, 4, 5, 6, 7, 1],
|
|
2138
|
+
[1, 2, 3, 4, 5, 6, 7]
|
|
2139
|
+
], Ot = [
|
|
2140
|
+
[],
|
|
2141
|
+
[6, 0],
|
|
2142
|
+
[0, 1],
|
|
2143
|
+
[1, 2],
|
|
2144
|
+
[2, 3],
|
|
2145
|
+
[3, 4],
|
|
2146
|
+
[4, 5],
|
|
2147
|
+
[5, 6],
|
|
2148
|
+
void 0,
|
|
2149
|
+
void 0,
|
|
2150
|
+
void 0,
|
|
2151
|
+
[0, 0],
|
|
2152
|
+
[1, 1],
|
|
2153
|
+
[2, 2],
|
|
2154
|
+
[3, 3],
|
|
2155
|
+
[4, 4],
|
|
2156
|
+
[5, 5],
|
|
2157
|
+
[6, 6]
|
|
2158
|
+
];
|
|
2159
|
+
function Mo(t, n, r) {
|
|
2160
|
+
let e;
|
|
2161
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? e = s : (e = new Date(t, n - 1, r), e.getFullYear() < 0 && (e = h)), x ? y(e) : e;
|
|
2162
|
+
}
|
|
2163
|
+
function tt(t, n, r) {
|
|
2164
|
+
r = r.toUpperCase(), t = O(t), n = O(n);
|
|
2165
|
+
const e = t.getFullYear(), f = t.getMonth(), o = t.getDate(), i = n.getFullYear(), l = n.getMonth(), c = n.getDate();
|
|
2166
|
+
let g;
|
|
2167
|
+
switch (r) {
|
|
2168
|
+
case "Y":
|
|
2169
|
+
g = Math.floor(Pn(t, n));
|
|
2170
|
+
break;
|
|
2171
|
+
case "D":
|
|
2172
|
+
g = ft(n, t);
|
|
2173
|
+
break;
|
|
2174
|
+
case "M":
|
|
2175
|
+
g = l - f + 12 * (i - e), c < o && g--;
|
|
2176
|
+
break;
|
|
2177
|
+
case "MD":
|
|
2178
|
+
o <= c ? g = c - o : (l === 0 ? (t.setFullYear(i - 1), t.setMonth(12)) : (t.setFullYear(i), t.setMonth(l - 1)), g = ft(n, t));
|
|
2179
|
+
break;
|
|
2180
|
+
case "YM":
|
|
2181
|
+
g = l - f + 12 * (i - e), c < o && g--, g = g % 12;
|
|
2182
|
+
break;
|
|
2183
|
+
case "YD":
|
|
2184
|
+
l > f || l === f && c < o ? t.setFullYear(i) : t.setFullYear(i - 1), g = ft(n, t);
|
|
2185
|
+
break;
|
|
2186
|
+
}
|
|
2187
|
+
return g;
|
|
2188
|
+
}
|
|
2189
|
+
function Eo(t) {
|
|
2190
|
+
if (typeof t != "string")
|
|
2191
|
+
return s;
|
|
2192
|
+
const n = Date.parse(t);
|
|
2193
|
+
if (isNaN(n))
|
|
2194
|
+
return s;
|
|
2195
|
+
const r = new Date(t);
|
|
2196
|
+
return x ? y(r) : r;
|
|
2197
|
+
}
|
|
2198
|
+
function Io(t) {
|
|
2199
|
+
const n = O(t);
|
|
2200
|
+
return n instanceof Error ? n : n.getDate();
|
|
2201
|
+
}
|
|
2202
|
+
function Lt(t) {
|
|
2203
|
+
const n = new Date(t);
|
|
2204
|
+
return n.setHours(0, 0, 0, 0), n;
|
|
2205
|
+
}
|
|
2206
|
+
function ft(t, n) {
|
|
2207
|
+
return t = O(t), n = O(n), t instanceof Error ? t : n instanceof Error ? n : y(Lt(t)) - y(Lt(n));
|
|
2208
|
+
}
|
|
2209
|
+
function rt(t, n, r) {
|
|
2210
|
+
if (r = dt(r || "false"), t = O(t), n = O(n), t instanceof Error)
|
|
2211
|
+
return t;
|
|
2212
|
+
if (n instanceof Error)
|
|
2213
|
+
return n;
|
|
2214
|
+
if (r instanceof Error)
|
|
2215
|
+
return r;
|
|
2216
|
+
const e = t.getMonth();
|
|
2217
|
+
let f = n.getMonth(), o, i;
|
|
2218
|
+
if (r)
|
|
2219
|
+
o = t.getDate() === 31 ? 30 : t.getDate(), i = n.getDate() === 31 ? 30 : n.getDate();
|
|
2220
|
+
else {
|
|
2221
|
+
const l = new Date(t.getFullYear(), e + 1, 0).getDate(), c = new Date(n.getFullYear(), f + 1, 0).getDate();
|
|
2222
|
+
o = t.getDate() === l ? 30 : t.getDate(), n.getDate() === c ? o < 30 ? (f++, i = 1) : i = 30 : i = n.getDate();
|
|
2223
|
+
}
|
|
2224
|
+
return 360 * (n.getFullYear() - t.getFullYear()) + 30 * (f - e) + (i - o);
|
|
2225
|
+
}
|
|
2226
|
+
function No(t, n) {
|
|
2227
|
+
if (t = O(t), t instanceof Error)
|
|
2228
|
+
return t;
|
|
2229
|
+
if (isNaN(n))
|
|
2230
|
+
return s;
|
|
2231
|
+
let r = t.getDate();
|
|
2232
|
+
t.setDate(1), n = parseInt(n, 10), t.setMonth(t.getMonth() + n);
|
|
2233
|
+
let e = t.getMonth();
|
|
2234
|
+
if (r > 28) {
|
|
2235
|
+
let f = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][e], o = t.getFullYear();
|
|
2236
|
+
e === 1 && (o % 4 === 0 && o % 100 !== 0 || o % 400 === 0) && (f = 29), r = Math.min(r, f);
|
|
2237
|
+
}
|
|
2238
|
+
return t.setDate(r), x ? y(t) : t;
|
|
2239
|
+
}
|
|
2240
|
+
function To(t, n) {
|
|
2241
|
+
if (t = O(t), t instanceof Error)
|
|
2242
|
+
return t;
|
|
2243
|
+
if (isNaN(n))
|
|
2244
|
+
return s;
|
|
2245
|
+
n = parseInt(n, 10);
|
|
2246
|
+
const r = new Date(t.getFullYear(), t.getMonth() + n + 1, 0);
|
|
2247
|
+
return x ? y(r) : r;
|
|
2248
|
+
}
|
|
2249
|
+
function So(t) {
|
|
2250
|
+
return t = O(t), t instanceof Error ? t : t.getHours();
|
|
2251
|
+
}
|
|
2252
|
+
function Vr(t) {
|
|
2253
|
+
if (t = O(t), t instanceof Error)
|
|
2254
|
+
return t;
|
|
2255
|
+
t = Lt(t), t.setDate(t.getDate() + 4 - (t.getDay() || 7));
|
|
2256
|
+
const n = new Date(t.getFullYear(), 0, 1);
|
|
2257
|
+
return Math.ceil(((t - n) / 864e5 + 1) / 7);
|
|
2258
|
+
}
|
|
2259
|
+
function Ao(t) {
|
|
2260
|
+
return t = O(t), t instanceof Error ? t : t.getMinutes();
|
|
2261
|
+
}
|
|
2262
|
+
function Do(t) {
|
|
2263
|
+
return t = O(t), t instanceof Error ? t : t.getMonth() + 1;
|
|
2264
|
+
}
|
|
2265
|
+
function mt(t, n, r) {
|
|
2266
|
+
return mt.INTL(t, n, 1, r);
|
|
2267
|
+
}
|
|
2268
|
+
mt.INTL = (t, n, r, e) => {
|
|
2269
|
+
if (t = O(t), t instanceof Error)
|
|
2270
|
+
return t;
|
|
2271
|
+
if (n = O(n), n instanceof Error)
|
|
2272
|
+
return n;
|
|
2273
|
+
let f = !1;
|
|
2274
|
+
const o = [], i = [1, 2, 3, 4, 5, 6, 0], l = new RegExp("^[0|1]{7}$");
|
|
2275
|
+
if (r === void 0)
|
|
2276
|
+
r = Ot[1];
|
|
2277
|
+
else if (typeof r == "string" && l.test(r)) {
|
|
2278
|
+
f = !0, r = r.split("");
|
|
2279
|
+
for (let N = 0; N < r.length; N++)
|
|
2280
|
+
r[N] === "1" && o.push(i[N]);
|
|
2281
|
+
} else
|
|
2282
|
+
r = Ot[r];
|
|
2283
|
+
if (!(r instanceof Array))
|
|
2284
|
+
return s;
|
|
2285
|
+
e === void 0 ? e = [] : e instanceof Array || (e = [e]);
|
|
2286
|
+
for (let N = 0; N < e.length; N++) {
|
|
2287
|
+
const a = O(e[N]);
|
|
2288
|
+
if (a instanceof Error)
|
|
2289
|
+
return a;
|
|
2290
|
+
e[N] = a;
|
|
2291
|
+
}
|
|
2292
|
+
const c = Math.round((n - t) / (1e3 * 60 * 60 * 24)) + 1;
|
|
2293
|
+
let g = c;
|
|
2294
|
+
const I = t;
|
|
2295
|
+
for (let N = 0; N < c; N++) {
|
|
2296
|
+
const a = (/* @__PURE__ */ new Date()).getTimezoneOffset() > 0 ? I.getUTCDay() : I.getDay();
|
|
2297
|
+
let A = f ? o.includes(a) : a === r[0] || a === r[1];
|
|
2298
|
+
for (let L = 0; L < e.length; L++) {
|
|
2299
|
+
const C = e[L];
|
|
2300
|
+
if (C.getDate() === I.getDate() && C.getMonth() === I.getMonth() && C.getFullYear() === I.getFullYear()) {
|
|
2301
|
+
A = !0;
|
|
2302
|
+
break;
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
A && g--, I.setDate(I.getDate() + 1);
|
|
2306
|
+
}
|
|
2307
|
+
return g;
|
|
2308
|
+
};
|
|
2309
|
+
function ao() {
|
|
2310
|
+
return x ? y(/* @__PURE__ */ new Date()) : /* @__PURE__ */ new Date();
|
|
2311
|
+
}
|
|
2312
|
+
function Co(t) {
|
|
2313
|
+
return t = O(t), t instanceof Error ? t : t.getSeconds();
|
|
2314
|
+
}
|
|
2315
|
+
function Ro(t, n, r) {
|
|
2316
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : t < 0 || n < 0 || r < 0 ? h : (3600 * t + 60 * n + r) / 86400;
|
|
2317
|
+
}
|
|
2318
|
+
function Oo(t) {
|
|
2319
|
+
return t = O(t), t instanceof Error ? t : (3600 * t.getHours() + 60 * t.getMinutes() + t.getSeconds()) / 86400;
|
|
2320
|
+
}
|
|
2321
|
+
function Lo() {
|
|
2322
|
+
const t = Lt(/* @__PURE__ */ new Date());
|
|
2323
|
+
return x ? y(t) : t;
|
|
2324
|
+
}
|
|
2325
|
+
function Po(t, n) {
|
|
2326
|
+
if (t = O(t), t instanceof Error)
|
|
2327
|
+
return t;
|
|
2328
|
+
n === void 0 && (n = 1);
|
|
2329
|
+
const r = t.getDay();
|
|
2330
|
+
return Pr[n][r];
|
|
2331
|
+
}
|
|
2332
|
+
function Vo(t, n) {
|
|
2333
|
+
if (t = O(t), t instanceof Error)
|
|
2334
|
+
return t;
|
|
2335
|
+
if (n === void 0 && (n = 1), n === 21)
|
|
2336
|
+
return Vr(t);
|
|
2337
|
+
const r = Lr[n];
|
|
2338
|
+
let e = new Date(t.getFullYear(), 0, 1);
|
|
2339
|
+
const f = e.getDay() < r ? 1 : 0;
|
|
2340
|
+
return e -= Math.abs(e.getDay() - r) * 24 * 60 * 60 * 1e3, Math.floor((t - e) / (1e3 * 60 * 60 * 24) / 7 + 1) + f;
|
|
2341
|
+
}
|
|
2342
|
+
function bt(t, n, r) {
|
|
2343
|
+
return bt.INTL(t, n, 1, r);
|
|
2344
|
+
}
|
|
2345
|
+
bt.INTL = (t, n, r, e) => {
|
|
2346
|
+
if (t = O(t), t instanceof Error)
|
|
2347
|
+
return t;
|
|
2348
|
+
if (n = u(n), n instanceof Error)
|
|
2349
|
+
return n;
|
|
2350
|
+
if (r === void 0 ? r = Ot[1] : r = Ot[r], !(r instanceof Array))
|
|
2351
|
+
return s;
|
|
2352
|
+
e === void 0 ? e = [] : e instanceof Array || (e = [e]);
|
|
2353
|
+
for (let i = 0; i < e.length; i++) {
|
|
2354
|
+
const l = O(e[i]);
|
|
2355
|
+
if (l instanceof Error)
|
|
2356
|
+
return l;
|
|
2357
|
+
e[i] = l;
|
|
2358
|
+
}
|
|
2359
|
+
let f = 0;
|
|
2360
|
+
const o = Math.sign(n);
|
|
2361
|
+
for (; f < n * o; ) {
|
|
2362
|
+
t.setDate(t.getDate() + o);
|
|
2363
|
+
const i = t.getDay();
|
|
2364
|
+
if (!(i === r[0] || i === r[1])) {
|
|
2365
|
+
for (let l = 0; l < e.length; l++) {
|
|
2366
|
+
const c = e[l];
|
|
2367
|
+
if (c.getDate() === t.getDate() && c.getMonth() === t.getMonth() && c.getFullYear() === t.getFullYear()) {
|
|
2368
|
+
f--;
|
|
2369
|
+
break;
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
f++;
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
return t.getFullYear() < 1900 ? s : t;
|
|
2376
|
+
};
|
|
2377
|
+
function Fo(t) {
|
|
2378
|
+
return t = O(t), t instanceof Error ? t : t.getFullYear();
|
|
2379
|
+
}
|
|
2380
|
+
function Bt(t) {
|
|
2381
|
+
return new Date(t, 1, 29).getMonth() === 1;
|
|
2382
|
+
}
|
|
2383
|
+
function At(t, n) {
|
|
2384
|
+
return Math.ceil((n - t) / 1e3 / 60 / 60 / 24);
|
|
2385
|
+
}
|
|
2386
|
+
function Pn(t, n, r) {
|
|
2387
|
+
if (t = O(t), t instanceof Error)
|
|
2388
|
+
return t;
|
|
2389
|
+
if (n = O(n), n instanceof Error)
|
|
2390
|
+
return n;
|
|
2391
|
+
r = r || 0;
|
|
2392
|
+
let e = t.getDate();
|
|
2393
|
+
const f = t.getMonth() + 1, o = t.getFullYear();
|
|
2394
|
+
let i = n.getDate();
|
|
2395
|
+
const l = n.getMonth() + 1, c = n.getFullYear();
|
|
2396
|
+
switch (r) {
|
|
2397
|
+
case 0:
|
|
2398
|
+
return e === 31 && i === 31 ? (e = 30, i = 30) : e === 31 ? e = 30 : e === 30 && i === 31 && (i = 30), (i + l * 30 + c * 360 - (e + f * 30 + o * 360)) / 360;
|
|
2399
|
+
case 1: {
|
|
2400
|
+
const g = (L, C) => {
|
|
2401
|
+
const Y = L.getFullYear(), w = new Date(Y, 2, 1);
|
|
2402
|
+
if (Bt(Y) && L < w && C >= w)
|
|
2403
|
+
return !0;
|
|
2404
|
+
const X = C.getFullYear(), z = new Date(X, 2, 1);
|
|
2405
|
+
return Bt(X) && C >= z && L < z;
|
|
2406
|
+
};
|
|
2407
|
+
let I = 365;
|
|
2408
|
+
if (o === c || o + 1 === c && (f > l || f === l && e >= i))
|
|
2409
|
+
return (o === c && Bt(o) || g(t, n) || l === 1 && i === 29) && (I = 366), At(t, n) / I;
|
|
2410
|
+
const N = c - o + 1, A = (new Date(c + 1, 0, 1) - new Date(o, 0, 1)) / 1e3 / 60 / 60 / 24 / N;
|
|
2411
|
+
return At(t, n) / A;
|
|
2412
|
+
}
|
|
2413
|
+
case 2:
|
|
2414
|
+
return At(t, n) / 360;
|
|
2415
|
+
case 3:
|
|
2416
|
+
return At(t, n) / 365;
|
|
2417
|
+
case 4:
|
|
2418
|
+
return (i + l * 30 + c * 360 - (e + f * 30 + o * 360)) / 360;
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
function _t(t) {
|
|
2422
|
+
return /^[01]{1,10}$/.test(t);
|
|
2423
|
+
}
|
|
2424
|
+
function Uo(t, n) {
|
|
2425
|
+
return t = u(t), n = u(n), M(t, n) ? s : Pt.besseli(t, n);
|
|
2426
|
+
}
|
|
2427
|
+
function Yo(t, n) {
|
|
2428
|
+
return t = u(t), n = u(n), M(t, n) ? s : Pt.besselj(t, n);
|
|
2429
|
+
}
|
|
2430
|
+
function Xo(t, n) {
|
|
2431
|
+
return t = u(t), n = u(n), M(t, n) ? s : Pt.besselk(t, n);
|
|
2432
|
+
}
|
|
2433
|
+
function Go(t, n) {
|
|
2434
|
+
return t = u(t), n = u(n), M(t, n) ? s : Pt.bessely(t, n);
|
|
2435
|
+
}
|
|
2436
|
+
function Ho(t) {
|
|
2437
|
+
if (!_t(t))
|
|
2438
|
+
return h;
|
|
2439
|
+
const n = parseInt(t, 2), r = t.toString();
|
|
2440
|
+
return r.length === 10 && r.substring(0, 1) === "1" ? parseInt(r.substring(1), 2) - 512 : n;
|
|
2441
|
+
}
|
|
2442
|
+
function wo(t, n) {
|
|
2443
|
+
if (!_t(t))
|
|
2444
|
+
return h;
|
|
2445
|
+
const r = t.toString();
|
|
2446
|
+
if (r.length === 10 && r.substring(0, 1) === "1")
|
|
2447
|
+
return (1099511627264 + parseInt(r.substring(1), 2)).toString(16);
|
|
2448
|
+
const e = parseInt(t, 2).toString(16);
|
|
2449
|
+
return n === void 0 ? e : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= e.length ? q("0", n - e.length) + e : h);
|
|
2450
|
+
}
|
|
2451
|
+
function jo(t, n) {
|
|
2452
|
+
if (!_t(t))
|
|
2453
|
+
return h;
|
|
2454
|
+
const r = t.toString();
|
|
2455
|
+
if (r.length === 10 && r.substring(0, 1) === "1")
|
|
2456
|
+
return (1073741312 + parseInt(r.substring(1), 2)).toString(8);
|
|
2457
|
+
const e = parseInt(t, 2).toString(8);
|
|
2458
|
+
return n === void 0 ? e : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= e.length ? q("0", n - e.length) + e : h);
|
|
2459
|
+
}
|
|
2460
|
+
function po(t, n) {
|
|
2461
|
+
return t = u(t), n = u(n), M(t, n) ? s : t < 0 || n < 0 || Math.floor(t) !== t || Math.floor(n) !== n || t > 281474976710655 || n > 281474976710655 ? h : t & n;
|
|
2462
|
+
}
|
|
2463
|
+
function Bo(t, n) {
|
|
2464
|
+
return t = u(t), n = u(n), M(t, n) ? s : t < 0 || Math.floor(t) !== t || t > 281474976710655 || Math.abs(n) > 53 ? h : n >= 0 ? t << n : t >> -n;
|
|
2465
|
+
}
|
|
2466
|
+
function Wo(t, n) {
|
|
2467
|
+
return t = u(t), n = u(n), M(t, n) ? s : t < 0 || n < 0 || Math.floor(t) !== t || Math.floor(n) !== n || t > 281474976710655 || n > 281474976710655 ? h : t | n;
|
|
2468
|
+
}
|
|
2469
|
+
function Ko(t, n) {
|
|
2470
|
+
return t = u(t), n = u(n), M(t, n) ? s : t < 0 || Math.floor(t) !== t || t > 281474976710655 || Math.abs(n) > 53 ? h : n >= 0 ? t >> n : t << -n;
|
|
2471
|
+
}
|
|
2472
|
+
function qo(t, n) {
|
|
2473
|
+
return t = u(t), n = u(n), M(t, n) ? s : t < 0 || n < 0 || Math.floor(t) !== t || Math.floor(n) !== n || t > 281474976710655 || n > 281474976710655 ? h : t ^ n;
|
|
2474
|
+
}
|
|
2475
|
+
function j(t, n, r) {
|
|
2476
|
+
if (t = u(t), n = u(n), M(t, n))
|
|
2477
|
+
return t;
|
|
2478
|
+
if (r = r === void 0 ? "i" : r, r !== "i" && r !== "j")
|
|
2479
|
+
return s;
|
|
2480
|
+
if (t === 0 && n === 0)
|
|
2481
|
+
return 0;
|
|
2482
|
+
if (t === 0)
|
|
2483
|
+
return n === 1 ? r : n.toString() + r;
|
|
2484
|
+
if (n === 0)
|
|
2485
|
+
return t.toString();
|
|
2486
|
+
{
|
|
2487
|
+
const e = n > 0 ? "+" : "";
|
|
2488
|
+
return t.toString() + e + (n === 1 ? r : n.toString() + r);
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
function Qo(t, n, r) {
|
|
2492
|
+
if (t = u(t), t instanceof Error)
|
|
2493
|
+
return t;
|
|
2494
|
+
const e = [
|
|
2495
|
+
["a.u. of action", "?", null, "action", !1, !1, 105457168181818e-48],
|
|
2496
|
+
["a.u. of charge", "e", null, "electric_charge", !1, !1, 160217653141414e-33],
|
|
2497
|
+
["a.u. of energy", "Eh", null, "energy", !1, !1, 435974417757576e-32],
|
|
2498
|
+
["a.u. of length", "a?", null, "length", !1, !1, 529177210818182e-25],
|
|
2499
|
+
["a.u. of mass", "m?", null, "mass", !1, !1, 910938261616162e-45],
|
|
2500
|
+
["a.u. of time", "?/Eh", null, "time", !1, !1, 241888432650516e-31],
|
|
2501
|
+
["admiralty knot", "admkn", null, "speed", !1, !0, 0.514773333],
|
|
2502
|
+
["ampere", "A", null, "electric_current", !0, !1, 1],
|
|
2503
|
+
["ampere per meter", "A/m", null, "magnetic_field_intensity", !0, !1, 1],
|
|
2504
|
+
["ångström", "Å", ["ang"], "length", !1, !0, 1e-10],
|
|
2505
|
+
["are", "ar", null, "area", !1, !0, 100],
|
|
2506
|
+
["astronomical unit", "ua", null, "length", !1, !1, 149597870691667e-25],
|
|
2507
|
+
["bar", "bar", null, "pressure", !1, !1, 1e5],
|
|
2508
|
+
["barn", "b", null, "area", !1, !1, 1e-28],
|
|
2509
|
+
["becquerel", "Bq", null, "radioactivity", !0, !1, 1],
|
|
2510
|
+
["bit", "bit", ["b"], "information", !1, !0, 1],
|
|
2511
|
+
["btu", "BTU", ["btu"], "energy", !1, !0, 1055.05585262],
|
|
2512
|
+
["byte", "byte", null, "information", !1, !0, 8],
|
|
2513
|
+
["candela", "cd", null, "luminous_intensity", !0, !1, 1],
|
|
2514
|
+
["candela per square metre", "cd/m?", null, "luminance", !0, !1, 1],
|
|
2515
|
+
["coulomb", "C", null, "electric_charge", !0, !1, 1],
|
|
2516
|
+
["cubic ångström", "ang3", ["ang^3"], "volume", !1, !0, 1e-30],
|
|
2517
|
+
["cubic foot", "ft3", ["ft^3"], "volume", !1, !0, 0.028316846592],
|
|
2518
|
+
["cubic inch", "in3", ["in^3"], "volume", !1, !0, 16387064e-12],
|
|
2519
|
+
["cubic light-year", "ly3", ["ly^3"], "volume", !1, !0, 846786664623715e-61],
|
|
2520
|
+
["cubic metre", "m3", ["m^3"], "volume", !0, !0, 1],
|
|
2521
|
+
["cubic mile", "mi3", ["mi^3"], "volume", !1, !0, 416818182544058e-5],
|
|
2522
|
+
["cubic nautical mile", "Nmi3", ["Nmi^3"], "volume", !1, !0, 6352182208],
|
|
2523
|
+
["cubic Pica", "Pica3", ["Picapt3", "Pica^3", "Picapt^3"], "volume", !1, !0, 758660370370369e-22],
|
|
2524
|
+
["cubic yard", "yd3", ["yd^3"], "volume", !1, !0, 0.764554857984],
|
|
2525
|
+
["cup", "cup", null, "volume", !1, !0, 2365882365e-13],
|
|
2526
|
+
["dalton", "Da", ["u"], "mass", !1, !1, 166053886282828e-41],
|
|
2527
|
+
["day", "d", ["day"], "time", !1, !0, 86400],
|
|
2528
|
+
["degree", "°", null, "angle", !1, !1, 0.0174532925199433],
|
|
2529
|
+
["degrees Rankine", "Rank", null, "temperature", !1, !0, 0.555555555555556],
|
|
2530
|
+
["dyne", "dyn", ["dy"], "force", !1, !0, 1e-5],
|
|
2531
|
+
["electronvolt", "eV", ["ev"], "energy", !1, !0, 1.60217656514141],
|
|
2532
|
+
["ell", "ell", null, "length", !1, !0, 1.143],
|
|
2533
|
+
["erg", "erg", ["e"], "energy", !1, !0, 1e-7],
|
|
2534
|
+
["farad", "F", null, "electric_capacitance", !0, !1, 1],
|
|
2535
|
+
["fluid ounce", "oz", null, "volume", !1, !0, 295735295625e-16],
|
|
2536
|
+
["foot", "ft", null, "length", !1, !0, 0.3048],
|
|
2537
|
+
["foot-pound", "flb", null, "energy", !1, !0, 1.3558179483314],
|
|
2538
|
+
["gal", "Gal", null, "acceleration", !1, !1, 0.01],
|
|
2539
|
+
["gallon", "gal", null, "volume", !1, !0, 0.003785411784],
|
|
2540
|
+
["gauss", "G", ["ga"], "magnetic_flux_density", !1, !0, 1],
|
|
2541
|
+
["grain", "grain", null, "mass", !1, !0, 647989e-10],
|
|
2542
|
+
["gram", "g", null, "mass", !1, !0, 1e-3],
|
|
2543
|
+
["gray", "Gy", null, "absorbed_dose", !0, !1, 1],
|
|
2544
|
+
["gross registered ton", "GRT", ["regton"], "volume", !1, !0, 2.8316846592],
|
|
2545
|
+
["hectare", "ha", null, "area", !1, !0, 1e4],
|
|
2546
|
+
["henry", "H", null, "inductance", !0, !1, 1],
|
|
2547
|
+
["hertz", "Hz", null, "frequency", !0, !1, 1],
|
|
2548
|
+
["horsepower", "HP", ["h"], "power", !1, !0, 745.69987158227],
|
|
2549
|
+
["horsepower-hour", "HPh", ["hh", "hph"], "energy", !1, !0, 2684519538e-3],
|
|
2550
|
+
["hour", "h", ["hr"], "time", !1, !0, 3600],
|
|
2551
|
+
["imperial gallon (U.K.)", "uk_gal", null, "volume", !1, !0, 454609e-8],
|
|
2552
|
+
["imperial hundredweight", "lcwt", ["uk_cwt", "hweight"], "mass", !1, !0, 50.802345],
|
|
2553
|
+
["imperial quart (U.K)", "uk_qt", null, "volume", !1, !0, 0.0011365225],
|
|
2554
|
+
["imperial ton", "brton", ["uk_ton", "LTON"], "mass", !1, !0, 1016.046909],
|
|
2555
|
+
["inch", "in", null, "length", !1, !0, 0.0254],
|
|
2556
|
+
["international acre", "uk_acre", null, "area", !1, !0, 4046.8564224],
|
|
2557
|
+
["IT calorie", "cal", null, "energy", !1, !0, 4.1868],
|
|
2558
|
+
["joule", "J", null, "energy", !0, !0, 1],
|
|
2559
|
+
["katal", "kat", null, "catalytic_activity", !0, !1, 1],
|
|
2560
|
+
["kelvin", "K", ["kel"], "temperature", !0, !0, 1],
|
|
2561
|
+
["kilogram", "kg", null, "mass", !0, !0, 1],
|
|
2562
|
+
["knot", "kn", null, "speed", !1, !0, 0.514444444444444],
|
|
2563
|
+
["light-year", "ly", null, "length", !1, !0, 9460730472580800],
|
|
2564
|
+
["litre", "L", ["l", "lt"], "volume", !1, !0, 1e-3],
|
|
2565
|
+
["lumen", "lm", null, "luminous_flux", !0, !1, 1],
|
|
2566
|
+
["lux", "lx", null, "illuminance", !0, !1, 1],
|
|
2567
|
+
["maxwell", "Mx", null, "magnetic_flux", !1, !1, 1e-18],
|
|
2568
|
+
["measurement ton", "MTON", null, "volume", !1, !0, 1.13267386368],
|
|
2569
|
+
["meter per hour", "m/h", ["m/hr"], "speed", !1, !0, 27777777777778e-17],
|
|
2570
|
+
["meter per second", "m/s", ["m/sec"], "speed", !0, !0, 1],
|
|
2571
|
+
["meter per second squared", "m?s??", null, "acceleration", !0, !1, 1],
|
|
2572
|
+
["parsec", "pc", ["parsec"], "length", !1, !0, 30856775814671900],
|
|
2573
|
+
["meter squared per second", "m?/s", null, "kinematic_viscosity", !0, !1, 1],
|
|
2574
|
+
["metre", "m", null, "length", !0, !0, 1],
|
|
2575
|
+
["miles per hour", "mph", null, "speed", !1, !0, 0.44704],
|
|
2576
|
+
["millimetre of mercury", "mmHg", null, "pressure", !1, !1, 133.322],
|
|
2577
|
+
["minute", "?", null, "angle", !1, !1, 290888208665722e-18],
|
|
2578
|
+
["minute", "min", ["mn"], "time", !1, !0, 60],
|
|
2579
|
+
["modern teaspoon", "tspm", null, "volume", !1, !0, 5e-6],
|
|
2580
|
+
["mole", "mol", null, "amount_of_substance", !0, !1, 1],
|
|
2581
|
+
["morgen", "Morgen", null, "area", !1, !0, 2500],
|
|
2582
|
+
["n.u. of action", "?", null, "action", !1, !1, 105457168181818e-48],
|
|
2583
|
+
["n.u. of mass", "m?", null, "mass", !1, !1, 910938261616162e-45],
|
|
2584
|
+
["n.u. of speed", "c?", null, "speed", !1, !1, 299792458],
|
|
2585
|
+
["n.u. of time", "?/(me?c??)", null, "time", !1, !1, 128808866778687e-35],
|
|
2586
|
+
["nautical mile", "M", ["Nmi"], "length", !1, !0, 1852],
|
|
2587
|
+
["newton", "N", null, "force", !0, !0, 1],
|
|
2588
|
+
["œrsted", "Oe ", null, "magnetic_field_intensity", !1, !1, 79.5774715459477],
|
|
2589
|
+
["ohm", "Ω", null, "electric_resistance", !0, !1, 1],
|
|
2590
|
+
["ounce mass", "ozm", null, "mass", !1, !0, 0.028349523125],
|
|
2591
|
+
["pascal", "Pa", null, "pressure", !0, !1, 1],
|
|
2592
|
+
["pascal second", "Pa?s", null, "dynamic_viscosity", !0, !1, 1],
|
|
2593
|
+
["pferdestärke", "PS", null, "power", !1, !0, 735.49875],
|
|
2594
|
+
["phot", "ph", null, "illuminance", !1, !1, 1e-4],
|
|
2595
|
+
["pica (1/6 inch)", "pica", null, "length", !1, !0, 35277777777778e-17],
|
|
2596
|
+
["pica (1/72 inch)", "Pica", ["Picapt"], "length", !1, !0, 0.00423333333333333],
|
|
2597
|
+
["poise", "P", null, "dynamic_viscosity", !1, !1, 0.1],
|
|
2598
|
+
["pond", "pond", null, "force", !1, !0, 980665e-8],
|
|
2599
|
+
["pound force", "lbf", null, "force", !1, !0, 4.4482216152605],
|
|
2600
|
+
["pound mass", "lbm", null, "mass", !1, !0, 0.45359237],
|
|
2601
|
+
["quart", "qt", null, "volume", !1, !0, 946352946e-12],
|
|
2602
|
+
["radian", "rad", null, "angle", !0, !1, 1],
|
|
2603
|
+
["second", "?", null, "angle", !1, !1, 484813681109536e-20],
|
|
2604
|
+
["second", "s", ["sec"], "time", !0, !0, 1],
|
|
2605
|
+
["short hundredweight", "cwt", ["shweight"], "mass", !1, !0, 45.359237],
|
|
2606
|
+
["siemens", "S", null, "electrical_conductance", !0, !1, 1],
|
|
2607
|
+
["sievert", "Sv", null, "equivalent_dose", !0, !1, 1],
|
|
2608
|
+
["slug", "sg", null, "mass", !1, !0, 14.59390294],
|
|
2609
|
+
["square ångström", "ang2", ["ang^2"], "area", !1, !0, 1e-20],
|
|
2610
|
+
["square foot", "ft2", ["ft^2"], "area", !1, !0, 0.09290304],
|
|
2611
|
+
["square inch", "in2", ["in^2"], "area", !1, !0, 64516e-8],
|
|
2612
|
+
["square light-year", "ly2", ["ly^2"], "area", !1, !0, 895054210748189e17],
|
|
2613
|
+
["square meter", "m?", null, "area", !0, !0, 1],
|
|
2614
|
+
["square mile", "mi2", ["mi^2"], "area", !1, !0, 2589988110336e-6],
|
|
2615
|
+
["square nautical mile", "Nmi2", ["Nmi^2"], "area", !1, !0, 3429904],
|
|
2616
|
+
["square Pica", "Pica2", ["Picapt2", "Pica^2", "Picapt^2"], "area", !1, !0, 1792111111111e-17],
|
|
2617
|
+
["square yard", "yd2", ["yd^2"], "area", !1, !0, 0.83612736],
|
|
2618
|
+
["statute mile", "mi", null, "length", !1, !0, 1609.344],
|
|
2619
|
+
["steradian", "sr", null, "solid_angle", !0, !1, 1],
|
|
2620
|
+
["stilb", "sb", null, "luminance", !1, !1, 1e-4],
|
|
2621
|
+
["stokes", "St", null, "kinematic_viscosity", !1, !1, 1e-4],
|
|
2622
|
+
["stone", "stone", null, "mass", !1, !0, 6.35029318],
|
|
2623
|
+
["tablespoon", "tbs", null, "volume", !1, !0, 147868e-10],
|
|
2624
|
+
["teaspoon", "tsp", null, "volume", !1, !0, 492892e-11],
|
|
2625
|
+
["tesla", "T", null, "magnetic_flux_density", !0, !0, 1],
|
|
2626
|
+
["thermodynamic calorie", "c", null, "energy", !1, !0, 4.184],
|
|
2627
|
+
["ton", "ton", null, "mass", !1, !0, 907.18474],
|
|
2628
|
+
["tonne", "t", null, "mass", !1, !1, 1e3],
|
|
2629
|
+
["U.K. pint", "uk_pt", null, "volume", !1, !0, 56826125e-11],
|
|
2630
|
+
["U.S. bushel", "bushel", null, "volume", !1, !0, 0.03523907],
|
|
2631
|
+
["U.S. oil barrel", "barrel", null, "volume", !1, !0, 0.158987295],
|
|
2632
|
+
["U.S. pint", "pt", ["us_pt"], "volume", !1, !0, 473176473e-12],
|
|
2633
|
+
["U.S. survey mile", "survey_mi", null, "length", !1, !0, 1609.347219],
|
|
2634
|
+
["U.S. survey/statute acre", "us_acre", null, "area", !1, !0, 4046.87261],
|
|
2635
|
+
["volt", "V", null, "voltage", !0, !1, 1],
|
|
2636
|
+
["watt", "W", null, "power", !0, !0, 1],
|
|
2637
|
+
["watt-hour", "Wh", ["wh"], "energy", !1, !0, 3600],
|
|
2638
|
+
["weber", "Wb", null, "magnetic_flux", !0, !1, 1],
|
|
2639
|
+
["yard", "yd", null, "length", !1, !0, 0.9144],
|
|
2640
|
+
["year", "yr", null, "time", !1, !0, 31557600]
|
|
2641
|
+
], f = {
|
|
2642
|
+
Yi: ["yobi", 80, 12089258196146292e8, "Yi", "yotta"],
|
|
2643
|
+
Zi: ["zebi", 70, 11805916207174113e5, "Zi", "zetta"],
|
|
2644
|
+
Ei: ["exbi", 60, 1152921504606847e3, "Ei", "exa"],
|
|
2645
|
+
Pi: ["pebi", 50, 1125899906842624, "Pi", "peta"],
|
|
2646
|
+
Ti: ["tebi", 40, 1099511627776, "Ti", "tera"],
|
|
2647
|
+
Gi: ["gibi", 30, 1073741824, "Gi", "giga"],
|
|
2648
|
+
Mi: ["mebi", 20, 1048576, "Mi", "mega"],
|
|
2649
|
+
ki: ["kibi", 10, 1024, "ki", "kilo"]
|
|
2650
|
+
}, o = {
|
|
2651
|
+
Y: ["yotta", 1e24, "Y"],
|
|
2652
|
+
Z: ["zetta", 1e21, "Z"],
|
|
2653
|
+
E: ["exa", 1e18, "E"],
|
|
2654
|
+
P: ["peta", 1e15, "P"],
|
|
2655
|
+
T: ["tera", 1e12, "T"],
|
|
2656
|
+
G: ["giga", 1e9, "G"],
|
|
2657
|
+
M: ["mega", 1e6, "M"],
|
|
2658
|
+
k: ["kilo", 1e3, "k"],
|
|
2659
|
+
h: ["hecto", 100, "h"],
|
|
2660
|
+
e: ["dekao", 10, "e"],
|
|
2661
|
+
d: ["deci", 0.1, "d"],
|
|
2662
|
+
c: ["centi", 0.01, "c"],
|
|
2663
|
+
m: ["milli", 1e-3, "m"],
|
|
2664
|
+
u: ["micro", 1e-6, "u"],
|
|
2665
|
+
n: ["nano", 1e-9, "n"],
|
|
2666
|
+
p: ["pico", 1e-12, "p"],
|
|
2667
|
+
f: ["femto", 1e-15, "f"],
|
|
2668
|
+
a: ["atto", 1e-18, "a"],
|
|
2669
|
+
z: ["zepto", 1e-21, "z"],
|
|
2670
|
+
y: ["yocto", 1e-24, "y"]
|
|
2671
|
+
};
|
|
2672
|
+
let i = null, l = null, c = n, g = r, I = 1, N = 1, a;
|
|
2673
|
+
for (let A = 0; A < e.length; A++)
|
|
2674
|
+
a = e[A][2] === null ? [] : e[A][2], (e[A][1] === c || a.indexOf(c) >= 0) && (i = e[A]), (e[A][1] === g || a.indexOf(g) >= 0) && (l = e[A]);
|
|
2675
|
+
if (i === null) {
|
|
2676
|
+
const A = f[n.substring(0, 2)];
|
|
2677
|
+
let L = o[n.substring(0, 1)];
|
|
2678
|
+
n.substring(0, 2) === "da" && (L = ["dekao", 10, "da"]), A ? (I = A[2], c = n.substring(2)) : L && (I = L[1], c = n.substring(L[2].length));
|
|
2679
|
+
for (let C = 0; C < e.length; C++)
|
|
2680
|
+
a = e[C][2] === null ? [] : e[C][2], (e[C][1] === c || a.indexOf(c) >= 0) && (i = e[C]);
|
|
2681
|
+
}
|
|
2682
|
+
if (l === null) {
|
|
2683
|
+
const A = f[r.substring(0, 2)];
|
|
2684
|
+
let L = o[r.substring(0, 1)];
|
|
2685
|
+
r.substring(0, 2) === "da" && (L = ["dekao", 10, "da"]), A ? (N = A[2], g = r.substring(2)) : L && (N = L[1], g = r.substring(L[2].length));
|
|
2686
|
+
for (let C = 0; C < e.length; C++)
|
|
2687
|
+
a = e[C][2] === null ? [] : e[C][2], (e[C][1] === g || a.indexOf(g) >= 0) && (l = e[C]);
|
|
2688
|
+
}
|
|
2689
|
+
return i === null || l === null || i[3] !== l[3] ? D : t * i[6] * I / (l[6] * N);
|
|
2690
|
+
}
|
|
2691
|
+
function $o(t, n) {
|
|
2692
|
+
if (t = u(t), t instanceof Error)
|
|
2693
|
+
return t;
|
|
2694
|
+
if (!/^-?[0-9]{1,3}$/.test(t) || t < -512 || t > 511)
|
|
2695
|
+
return h;
|
|
2696
|
+
if (t < 0)
|
|
2697
|
+
return "1" + q("0", 9 - (512 + t).toString(2).length) + (512 + t).toString(2);
|
|
2698
|
+
const r = parseInt(t, 10).toString(2);
|
|
2699
|
+
return typeof n > "u" ? r : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= r.length ? q("0", n - r.length) + r : h);
|
|
2700
|
+
}
|
|
2701
|
+
function zo(t, n) {
|
|
2702
|
+
if (t = u(t), t instanceof Error)
|
|
2703
|
+
return t;
|
|
2704
|
+
if (!/^-?[0-9]{1,12}$/.test(t) || t < -549755813888 || t > 549755813887)
|
|
2705
|
+
return h;
|
|
2706
|
+
if (t < 0)
|
|
2707
|
+
return (1099511627776 + t).toString(16);
|
|
2708
|
+
const r = parseInt(t, 10).toString(16);
|
|
2709
|
+
return typeof n > "u" ? r : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= r.length ? q("0", n - r.length) + r : h);
|
|
2710
|
+
}
|
|
2711
|
+
function Zo(t, n) {
|
|
2712
|
+
if (t = u(t), t instanceof Error)
|
|
2713
|
+
return t;
|
|
2714
|
+
if (!/^-?[0-9]{1,9}$/.test(t) || t < -536870912 || t > 536870911)
|
|
2715
|
+
return h;
|
|
2716
|
+
if (t < 0)
|
|
2717
|
+
return (1073741824 + t).toString(8);
|
|
2718
|
+
const r = parseInt(t, 10).toString(8);
|
|
2719
|
+
return typeof n > "u" ? r : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= r.length ? q("0", n - r.length) + r : h);
|
|
2720
|
+
}
|
|
2721
|
+
function Jo(t, n) {
|
|
2722
|
+
return n = n === void 0 ? 0 : n, t = u(t), n = u(n), M(t, n) ? s : t === n ? 1 : 0;
|
|
2723
|
+
}
|
|
2724
|
+
function Fr(t, n) {
|
|
2725
|
+
return n = n === void 0 ? 0 : n, t = u(t), n = u(n), M(t, n) ? s : T.erf(t);
|
|
2726
|
+
}
|
|
2727
|
+
function Ur(t) {
|
|
2728
|
+
return isNaN(t) ? s : T.erfc(t);
|
|
2729
|
+
}
|
|
2730
|
+
function ko(t, n) {
|
|
2731
|
+
return n = n || 0, t = u(t), M(n, t) ? t : t >= n ? 1 : 0;
|
|
2732
|
+
}
|
|
2733
|
+
function yo(t, n) {
|
|
2734
|
+
if (!/^[0-9A-Fa-f]{1,10}$/.test(t))
|
|
2735
|
+
return h;
|
|
2736
|
+
const r = t.length === 10 && t.substring(0, 1).toLowerCase() === "f", e = r ? parseInt(t, 16) - 1099511627776 : parseInt(t, 16);
|
|
2737
|
+
if (e < -512 || e > 511)
|
|
2738
|
+
return h;
|
|
2739
|
+
if (r)
|
|
2740
|
+
return "1" + q("0", 9 - (512 + e).toString(2).length) + (512 + e).toString(2);
|
|
2741
|
+
const f = e.toString(2);
|
|
2742
|
+
return n === void 0 ? f : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= f.length ? q("0", n - f.length) + f : h);
|
|
2743
|
+
}
|
|
2744
|
+
function xo(t) {
|
|
2745
|
+
if (!/^[0-9A-Fa-f]{1,10}$/.test(t))
|
|
2746
|
+
return h;
|
|
2747
|
+
const n = parseInt(t, 16);
|
|
2748
|
+
return n >= 549755813888 ? n - 1099511627776 : n;
|
|
2749
|
+
}
|
|
2750
|
+
function vo(t, n) {
|
|
2751
|
+
if (!/^[0-9A-Fa-f]{1,10}$/.test(t))
|
|
2752
|
+
return h;
|
|
2753
|
+
const r = parseInt(t, 16);
|
|
2754
|
+
if (r > 536870911 && r < 1098974756864)
|
|
2755
|
+
return h;
|
|
2756
|
+
if (r >= 1098974756864)
|
|
2757
|
+
return (r - 1098437885952).toString(8);
|
|
2758
|
+
const e = r.toString(8);
|
|
2759
|
+
return n === void 0 ? e : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= e.length ? q("0", n - e.length) + e : h);
|
|
2760
|
+
}
|
|
2761
|
+
function Vn(t) {
|
|
2762
|
+
const n = V(t), r = P(t);
|
|
2763
|
+
return M(n, r) ? s : Math.sqrt(Math.pow(n, 2) + Math.pow(r, 2));
|
|
2764
|
+
}
|
|
2765
|
+
function P(t) {
|
|
2766
|
+
if (t === void 0 || t === !0 || t === !1)
|
|
2767
|
+
return s;
|
|
2768
|
+
if (t === 0 || t === "0")
|
|
2769
|
+
return 0;
|
|
2770
|
+
if (["i", "j"].indexOf(t) >= 0)
|
|
2771
|
+
return 1;
|
|
2772
|
+
t = t + "", t = t.replace("+i", "+1i").replace("-i", "-1i").replace("+j", "+1j").replace("-j", "-1j");
|
|
2773
|
+
let n = t.indexOf("+"), r = t.indexOf("-");
|
|
2774
|
+
n === 0 && (n = t.indexOf("+", 1)), r === 0 && (r = t.indexOf("-", 1));
|
|
2775
|
+
const e = t.substring(t.length - 1, t.length), f = e === "i" || e === "j";
|
|
2776
|
+
return n >= 0 || r >= 0 ? f ? n >= 0 ? isNaN(t.substring(0, n)) || isNaN(t.substring(n + 1, t.length - 1)) ? h : Number(t.substring(n + 1, t.length - 1)) : isNaN(t.substring(0, r)) || isNaN(t.substring(r + 1, t.length - 1)) ? h : -Number(t.substring(r + 1, t.length - 1)) : h : f ? isNaN(t.substring(0, t.length - 1)) ? h : t.substring(0, t.length - 1) : isNaN(t) ? h : 0;
|
|
2777
|
+
}
|
|
2778
|
+
function Fn(t) {
|
|
2779
|
+
const n = V(t), r = P(t);
|
|
2780
|
+
return M(n, r) ? s : n === 0 && r === 0 ? G : n === 0 && r > 0 ? Math.PI / 2 : n === 0 && r < 0 ? -Math.PI / 2 : r === 0 && n > 0 ? 0 : r === 0 && n < 0 ? -Math.PI : n > 0 ? Math.atan(r / n) : n < 0 && r >= 0 ? Math.atan(r / n) + Math.PI : Math.atan(r / n) - Math.PI;
|
|
2781
|
+
}
|
|
2782
|
+
function mo(t) {
|
|
2783
|
+
const n = V(t), r = P(t);
|
|
2784
|
+
if (M(n, r))
|
|
2785
|
+
return s;
|
|
2786
|
+
let e = t.substring(t.length - 1);
|
|
2787
|
+
return e = e === "i" || e === "j" ? e : "i", r !== 0 ? j(n, -r, e) : t;
|
|
2788
|
+
}
|
|
2789
|
+
function tn(t) {
|
|
2790
|
+
const n = V(t), r = P(t);
|
|
2791
|
+
if (M(n, r))
|
|
2792
|
+
return s;
|
|
2793
|
+
let e = t.substring(t.length - 1);
|
|
2794
|
+
return e = e === "i" || e === "j" ? e : "i", j(
|
|
2795
|
+
Math.cos(n) * (Math.exp(r) + Math.exp(-r)) / 2,
|
|
2796
|
+
-Math.sin(n) * (Math.exp(r) - Math.exp(-r)) / 2,
|
|
2797
|
+
e
|
|
2798
|
+
);
|
|
2799
|
+
}
|
|
2800
|
+
function Yr(t) {
|
|
2801
|
+
const n = V(t), r = P(t);
|
|
2802
|
+
if (M(n, r))
|
|
2803
|
+
return s;
|
|
2804
|
+
let e = t.substring(t.length - 1);
|
|
2805
|
+
return e = e === "i" || e === "j" ? e : "i", j(
|
|
2806
|
+
Math.cos(r) * (Math.exp(n) + Math.exp(-n)) / 2,
|
|
2807
|
+
Math.sin(r) * (Math.exp(n) - Math.exp(-n)) / 2,
|
|
2808
|
+
e
|
|
2809
|
+
);
|
|
2810
|
+
}
|
|
2811
|
+
function bo(t) {
|
|
2812
|
+
const n = V(t), r = P(t);
|
|
2813
|
+
return M(n, r) ? s : Mt(tn(t), nn(t));
|
|
2814
|
+
}
|
|
2815
|
+
function Mt(t, n) {
|
|
2816
|
+
const r = V(t), e = P(t), f = V(n), o = P(n);
|
|
2817
|
+
if (M(r, e, f, o))
|
|
2818
|
+
return s;
|
|
2819
|
+
const i = t.substring(t.length - 1), l = n.substring(n.length - 1);
|
|
2820
|
+
let c = "i";
|
|
2821
|
+
if ((i === "j" || l === "j") && (c = "j"), f === 0 && o === 0)
|
|
2822
|
+
return h;
|
|
2823
|
+
const g = f * f + o * o;
|
|
2824
|
+
return j((r * f + e * o) / g, (e * f - r * o) / g, c);
|
|
2825
|
+
}
|
|
2826
|
+
function _o(t) {
|
|
2827
|
+
const n = V(t), r = P(t);
|
|
2828
|
+
if (M(n, r))
|
|
2829
|
+
return s;
|
|
2830
|
+
let e = t.substring(t.length - 1);
|
|
2831
|
+
e = e === "i" || e === "j" ? e : "i";
|
|
2832
|
+
const f = Math.exp(n);
|
|
2833
|
+
return j(f * Math.cos(r), f * Math.sin(r), e);
|
|
2834
|
+
}
|
|
2835
|
+
function tu(t) {
|
|
2836
|
+
const n = V(t), r = P(t);
|
|
2837
|
+
if (M(n, r))
|
|
2838
|
+
return s;
|
|
2839
|
+
let e = t.substring(t.length - 1);
|
|
2840
|
+
return e = e === "i" || e === "j" ? e : "i", j(Math.log(Math.sqrt(n * n + r * r)), Math.atan(r / n), e);
|
|
2841
|
+
}
|
|
2842
|
+
function nu(t) {
|
|
2843
|
+
const n = V(t), r = P(t);
|
|
2844
|
+
if (M(n, r))
|
|
2845
|
+
return s;
|
|
2846
|
+
let e = t.substring(t.length - 1);
|
|
2847
|
+
return e = e === "i" || e === "j" ? e : "i", j(Math.log(Math.sqrt(n * n + r * r)) / Math.log(10), Math.atan(r / n) / Math.log(10), e);
|
|
2848
|
+
}
|
|
2849
|
+
function ru(t) {
|
|
2850
|
+
const n = V(t), r = P(t);
|
|
2851
|
+
if (M(n, r))
|
|
2852
|
+
return s;
|
|
2853
|
+
let e = t.substring(t.length - 1);
|
|
2854
|
+
return e = e === "i" || e === "j" ? e : "i", j(Math.log(Math.sqrt(n * n + r * r)) / Math.log(2), Math.atan(r / n) / Math.log(2), e);
|
|
2855
|
+
}
|
|
2856
|
+
function eu(t, n) {
|
|
2857
|
+
n = u(n);
|
|
2858
|
+
const r = V(t), e = P(t);
|
|
2859
|
+
if (M(n, r, e))
|
|
2860
|
+
return s;
|
|
2861
|
+
let f = t.substring(t.length - 1);
|
|
2862
|
+
f = f === "i" || f === "j" ? f : "i";
|
|
2863
|
+
const o = Math.pow(Vn(t), n), i = Fn(t);
|
|
2864
|
+
return j(o * Math.cos(n * i), o * Math.sin(n * i), f);
|
|
2865
|
+
}
|
|
2866
|
+
function fu() {
|
|
2867
|
+
let t = arguments[0];
|
|
2868
|
+
if (!arguments.length)
|
|
2869
|
+
return s;
|
|
2870
|
+
for (let n = 1; n < arguments.length; n++) {
|
|
2871
|
+
const r = V(t), e = P(t), f = V(arguments[n]), o = P(arguments[n]);
|
|
2872
|
+
if (M(r, e, f, o))
|
|
2873
|
+
return s;
|
|
2874
|
+
t = j(r * f - e * o, r * o + e * f);
|
|
2875
|
+
}
|
|
2876
|
+
return t;
|
|
2877
|
+
}
|
|
2878
|
+
function V(t) {
|
|
2879
|
+
if (t === void 0 || t === !0 || t === !1)
|
|
2880
|
+
return s;
|
|
2881
|
+
if (t === 0 || t === "0" || ["i", "+i", "1i", "+1i", "-i", "-1i", "j", "+j", "1j", "+1j", "-j", "-1j"].indexOf(t) >= 0)
|
|
2882
|
+
return 0;
|
|
2883
|
+
t = t + "";
|
|
2884
|
+
let n = t.indexOf("+"), r = t.indexOf("-");
|
|
2885
|
+
n === 0 && (n = t.indexOf("+", 1)), r === 0 && (r = t.indexOf("-", 1));
|
|
2886
|
+
const e = t.substring(t.length - 1, t.length), f = e === "i" || e === "j";
|
|
2887
|
+
return n >= 0 || r >= 0 ? f ? n >= 0 ? isNaN(t.substring(0, n)) || isNaN(t.substring(n + 1, t.length - 1)) ? h : Number(t.substring(0, n)) : isNaN(t.substring(0, r)) || isNaN(t.substring(r + 1, t.length - 1)) ? h : Number(t.substring(0, r)) : h : f ? isNaN(t.substring(0, t.length - 1)) ? h : 0 : isNaN(t) ? h : t;
|
|
2888
|
+
}
|
|
2889
|
+
function ou(t) {
|
|
2890
|
+
if (t === !0 || t === !1)
|
|
2891
|
+
return s;
|
|
2892
|
+
const n = V(t), r = P(t);
|
|
2893
|
+
return M(n, r) ? s : Mt("1", tn(t));
|
|
2894
|
+
}
|
|
2895
|
+
function uu(t) {
|
|
2896
|
+
const n = V(t), r = P(t);
|
|
2897
|
+
return M(n, r) ? s : Mt("1", Yr(t));
|
|
2898
|
+
}
|
|
2899
|
+
function nn(t) {
|
|
2900
|
+
const n = V(t), r = P(t);
|
|
2901
|
+
if (M(n, r))
|
|
2902
|
+
return s;
|
|
2903
|
+
let e = t.substring(t.length - 1);
|
|
2904
|
+
return e = e === "i" || e === "j" ? e : "i", j(
|
|
2905
|
+
Math.sin(n) * (Math.exp(r) + Math.exp(-r)) / 2,
|
|
2906
|
+
Math.cos(n) * (Math.exp(r) - Math.exp(-r)) / 2,
|
|
2907
|
+
e
|
|
2908
|
+
);
|
|
2909
|
+
}
|
|
2910
|
+
function Xr(t) {
|
|
2911
|
+
const n = V(t), r = P(t);
|
|
2912
|
+
if (M(n, r))
|
|
2913
|
+
return s;
|
|
2914
|
+
let e = t.substring(t.length - 1);
|
|
2915
|
+
return e = e === "i" || e === "j" ? e : "i", j(
|
|
2916
|
+
Math.cos(r) * (Math.exp(n) - Math.exp(-n)) / 2,
|
|
2917
|
+
Math.sin(r) * (Math.exp(n) + Math.exp(-n)) / 2,
|
|
2918
|
+
e
|
|
2919
|
+
);
|
|
2920
|
+
}
|
|
2921
|
+
function iu(t) {
|
|
2922
|
+
const n = V(t), r = P(t);
|
|
2923
|
+
if (M(n, r))
|
|
2924
|
+
return s;
|
|
2925
|
+
let e = t.substring(t.length - 1);
|
|
2926
|
+
e = e === "i" || e === "j" ? e : "i";
|
|
2927
|
+
const f = Math.sqrt(Vn(t)), o = Fn(t);
|
|
2928
|
+
return j(f * Math.cos(o / 2), f * Math.sin(o / 2), e);
|
|
2929
|
+
}
|
|
2930
|
+
function su(t) {
|
|
2931
|
+
if (t === !0 || t === !1)
|
|
2932
|
+
return s;
|
|
2933
|
+
const n = V(t), r = P(t);
|
|
2934
|
+
return M(n, r) ? h : Mt("1", nn(t));
|
|
2935
|
+
}
|
|
2936
|
+
function lu(t) {
|
|
2937
|
+
if (t === !0 || t === !1)
|
|
2938
|
+
return s;
|
|
2939
|
+
const n = V(t), r = P(t);
|
|
2940
|
+
return M(n, r) ? h : Mt("1", Xr(t));
|
|
2941
|
+
}
|
|
2942
|
+
function cu(t, n) {
|
|
2943
|
+
const r = V(t), e = P(t), f = V(n), o = P(n);
|
|
2944
|
+
if (M(r, e, f, o))
|
|
2945
|
+
return s;
|
|
2946
|
+
const i = t.substring(t.length - 1), l = n.substring(n.length - 1);
|
|
2947
|
+
let c = "i";
|
|
2948
|
+
return (i === "j" || l === "j") && (c = "j"), j(r - f, e - o, c);
|
|
2949
|
+
}
|
|
2950
|
+
function hu() {
|
|
2951
|
+
if (!arguments.length)
|
|
2952
|
+
return s;
|
|
2953
|
+
const t = E(arguments);
|
|
2954
|
+
let n = 0, r = 0;
|
|
2955
|
+
for (const e of t) {
|
|
2956
|
+
const f = +V(e), o = +P(e);
|
|
2957
|
+
if (M(f, o))
|
|
2958
|
+
return s;
|
|
2959
|
+
n += f, r += o;
|
|
2960
|
+
}
|
|
2961
|
+
return j(n, r, "i");
|
|
2962
|
+
}
|
|
2963
|
+
function gu(t) {
|
|
2964
|
+
if (t === !0 || t === !1)
|
|
2965
|
+
return s;
|
|
2966
|
+
const n = V(t), r = P(t);
|
|
2967
|
+
return M(n, r) ? s : Mt(nn(t), tn(t));
|
|
2968
|
+
}
|
|
2969
|
+
function Mu(t, n) {
|
|
2970
|
+
if (!/^[0-7]{1,10}$/.test(t))
|
|
2971
|
+
return h;
|
|
2972
|
+
const r = t.length === 10 && t.substring(0, 1) === "7", e = r ? parseInt(t, 8) - 1073741824 : parseInt(t, 8);
|
|
2973
|
+
if (e < -512 || e > 511)
|
|
2974
|
+
return h;
|
|
2975
|
+
if (r)
|
|
2976
|
+
return "1" + q("0", 9 - (512 + e).toString(2).length) + (512 + e).toString(2);
|
|
2977
|
+
const f = e.toString(2);
|
|
2978
|
+
return typeof n > "u" ? f : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= f.length ? q("0", n - f.length) + f : h);
|
|
2979
|
+
}
|
|
2980
|
+
function Eu(t) {
|
|
2981
|
+
if (!/^[0-7]{1,10}$/.test(t))
|
|
2982
|
+
return h;
|
|
2983
|
+
const n = parseInt(t, 8);
|
|
2984
|
+
return n >= 536870912 ? n - 1073741824 : n;
|
|
2985
|
+
}
|
|
2986
|
+
function Iu(t, n) {
|
|
2987
|
+
if (!/^[0-7]{1,10}$/.test(t))
|
|
2988
|
+
return h;
|
|
2989
|
+
const r = parseInt(t, 8);
|
|
2990
|
+
if (r >= 536870912)
|
|
2991
|
+
return "ff" + (r + 3221225472).toString(16);
|
|
2992
|
+
const e = r.toString(16);
|
|
2993
|
+
return n === void 0 ? e : isNaN(n) ? s : n < 0 ? h : (n = Math.floor(n), n >= e.length ? q("0", n - e.length) + e : h);
|
|
2994
|
+
}
|
|
2995
|
+
const Nu = Xt.DIST, Tu = Xt.INV, Su = It.DIST, Au = nt.MATH, Du = nt.PRECISE, au = Z.DIST, Cu = Z.DIST.RT, Ru = Z.INV, Ou = Z.INV.RT, Lu = Z.TEST, Pu = Nt.P, Vu = Nt.P, Fu = Nt.S, Uu = It.INV, Yu = Ur.PRECISE, Xu = Fr.PRECISE, Gu = Tn.DIST, Hu = J.DIST, wu = J.DIST.RT, ju = J.INV, pu = J.INV.RT, Bu = lt.MATH, Wu = lt.PRECISE, Ku = J.TEST, qu = Gt.DIST, Qu = Gt.INV, $u = Sn.PRECISE, zu = An.DIST, Zu = Tt.INV, Ju = Tt.DIST, ku = Tt.INV, du = it.MULT, yu = it.SNGL, xu = an.DIST, vu = mt.INTL, mu = k.DIST, bu = k.INV, _u = k.S.DIST, ti = k.S.INV, ni = K.EXC, ri = K.INC, ei = Ht.EXC, fi = Ht.INC, oi = Cn.DIST, ui = st.EXC, ii = st.INC, si = wt.AVG, li = wt.EQ, ci = Rn.P, hi = B.P, gi = B.S, Mi = W.DIST, Ei = W.DIST.RT, Ii = W.INV, Ni = W.TEST, Ti = p.P, Si = p.S, Ai = On.DIST, Di = bt.INTL, ai = Ln.TEST;
|
|
2996
|
+
function rn(t) {
|
|
2997
|
+
const n = [];
|
|
2998
|
+
return H(t, (r) => {
|
|
2999
|
+
r && n.push(r);
|
|
3000
|
+
}), n;
|
|
3001
|
+
}
|
|
3002
|
+
function $(t, n) {
|
|
3003
|
+
const r = {};
|
|
3004
|
+
for (let o = 1; o < t[0].length; ++o)
|
|
3005
|
+
r[o] = !0;
|
|
3006
|
+
let e = n[0].length;
|
|
3007
|
+
for (let o = 1; o < n.length; ++o)
|
|
3008
|
+
n[o].length > e && (e = n[o].length);
|
|
3009
|
+
for (let o = 1; o < t.length; ++o)
|
|
3010
|
+
for (let i = 1; i < t[o].length; ++i) {
|
|
3011
|
+
let l = !1, c = !1;
|
|
3012
|
+
for (let g = 0; g < n.length; ++g) {
|
|
3013
|
+
const I = n[g];
|
|
3014
|
+
if (I.length < e)
|
|
3015
|
+
continue;
|
|
3016
|
+
const N = I[0];
|
|
3017
|
+
if (t[o][0] === N) {
|
|
3018
|
+
c = !0;
|
|
3019
|
+
for (let a = 1; a < I.length; ++a)
|
|
3020
|
+
if (!l)
|
|
3021
|
+
if (I[a] === void 0 || I[a] === "*")
|
|
3022
|
+
l = !0;
|
|
3023
|
+
else {
|
|
3024
|
+
const L = ht(I[a] + ""), C = [d(t[o][i], _)].concat(
|
|
3025
|
+
L
|
|
3026
|
+
);
|
|
3027
|
+
l = gt(C);
|
|
3028
|
+
}
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
c && (r[i] = r[i] && l);
|
|
3032
|
+
}
|
|
3033
|
+
const f = [];
|
|
3034
|
+
for (let o = 0; o < t[0].length; ++o)
|
|
3035
|
+
r[o] && f.push(o - 1);
|
|
3036
|
+
return f;
|
|
3037
|
+
}
|
|
3038
|
+
function Ci(t, n, r) {
|
|
3039
|
+
if (isNaN(n) && typeof n != "string")
|
|
3040
|
+
return s;
|
|
3041
|
+
const e = $(t, r);
|
|
3042
|
+
let f = [];
|
|
3043
|
+
if (typeof n == "string") {
|
|
3044
|
+
const i = Q(t, n);
|
|
3045
|
+
f = F(t[i]);
|
|
3046
|
+
} else
|
|
3047
|
+
f = F(t[n]);
|
|
3048
|
+
let o = 0;
|
|
3049
|
+
return H(e, (i) => {
|
|
3050
|
+
o += f[i];
|
|
3051
|
+
}), e.length === 0 ? G : o / e.length;
|
|
3052
|
+
}
|
|
3053
|
+
function Ri(t, n, r) {
|
|
3054
|
+
if (isNaN(n) && typeof n != "string")
|
|
3055
|
+
return s;
|
|
3056
|
+
const e = $(t, r);
|
|
3057
|
+
let f = [];
|
|
3058
|
+
if (typeof n == "string") {
|
|
3059
|
+
const i = Q(t, n);
|
|
3060
|
+
f = F(t[i]);
|
|
3061
|
+
} else
|
|
3062
|
+
f = F(t[n]);
|
|
3063
|
+
const o = [];
|
|
3064
|
+
return H(e, (i) => {
|
|
3065
|
+
o.push(f[i]);
|
|
3066
|
+
}), Ct(o);
|
|
3067
|
+
}
|
|
3068
|
+
function Oi(t, n, r) {
|
|
3069
|
+
if (isNaN(n) && typeof n != "string")
|
|
3070
|
+
return s;
|
|
3071
|
+
const e = $(t, r);
|
|
3072
|
+
let f = [];
|
|
3073
|
+
if (typeof n == "string") {
|
|
3074
|
+
const i = Q(t, n);
|
|
3075
|
+
f = F(t[i]);
|
|
3076
|
+
} else
|
|
3077
|
+
f = F(t[n]);
|
|
3078
|
+
const o = [];
|
|
3079
|
+
return H(e, (i) => {
|
|
3080
|
+
o.push(f[i]);
|
|
3081
|
+
}), Rt(o);
|
|
3082
|
+
}
|
|
3083
|
+
function Li(t, n, r) {
|
|
3084
|
+
if (isNaN(n) && typeof n != "string")
|
|
3085
|
+
return s;
|
|
3086
|
+
const e = $(t, r);
|
|
3087
|
+
let f = [];
|
|
3088
|
+
if (typeof n == "string") {
|
|
3089
|
+
const o = Q(t, n);
|
|
3090
|
+
f = F(t[o]);
|
|
3091
|
+
} else
|
|
3092
|
+
f = F(t[n]);
|
|
3093
|
+
return e.length === 0 ? s : e.length > 1 ? h : f[e[0]];
|
|
3094
|
+
}
|
|
3095
|
+
function Pi(t, n, r) {
|
|
3096
|
+
if (isNaN(n) && typeof n != "string")
|
|
3097
|
+
return s;
|
|
3098
|
+
const e = $(t, r);
|
|
3099
|
+
let f = [];
|
|
3100
|
+
if (typeof n == "string") {
|
|
3101
|
+
const i = Q(t, n);
|
|
3102
|
+
f = F(t[i]);
|
|
3103
|
+
} else
|
|
3104
|
+
f = F(t[n]);
|
|
3105
|
+
let o = f[e[0]];
|
|
3106
|
+
return H(e, (i) => {
|
|
3107
|
+
o < f[i] && (o = f[i]);
|
|
3108
|
+
}), o;
|
|
3109
|
+
}
|
|
3110
|
+
function Vi(t, n, r) {
|
|
3111
|
+
if (isNaN(n) && typeof n != "string")
|
|
3112
|
+
return s;
|
|
3113
|
+
const e = $(t, r);
|
|
3114
|
+
let f = [];
|
|
3115
|
+
if (typeof n == "string") {
|
|
3116
|
+
const i = Q(t, n);
|
|
3117
|
+
f = F(t[i]);
|
|
3118
|
+
} else
|
|
3119
|
+
f = F(t[n]);
|
|
3120
|
+
let o = f[e[0]];
|
|
3121
|
+
return H(e, (i) => {
|
|
3122
|
+
o > f[i] && (o = f[i]);
|
|
3123
|
+
}), o;
|
|
3124
|
+
}
|
|
3125
|
+
function Fi(t, n, r) {
|
|
3126
|
+
if (isNaN(n) && typeof n != "string")
|
|
3127
|
+
return s;
|
|
3128
|
+
const e = $(t, r);
|
|
3129
|
+
let f = [];
|
|
3130
|
+
if (typeof n == "string") {
|
|
3131
|
+
const l = Q(t, n);
|
|
3132
|
+
f = F(t[l]);
|
|
3133
|
+
} else
|
|
3134
|
+
f = F(t[n]);
|
|
3135
|
+
let o = [];
|
|
3136
|
+
H(e, (l) => {
|
|
3137
|
+
o.push(f[l]);
|
|
3138
|
+
}), o = rn(o);
|
|
3139
|
+
let i = 1;
|
|
3140
|
+
return H(o, (l) => {
|
|
3141
|
+
i *= l;
|
|
3142
|
+
}), i;
|
|
3143
|
+
}
|
|
3144
|
+
function Ui(t, n, r) {
|
|
3145
|
+
if (isNaN(n) && typeof n != "string")
|
|
3146
|
+
return s;
|
|
3147
|
+
const e = $(t, r);
|
|
3148
|
+
let f = [];
|
|
3149
|
+
if (typeof n == "string") {
|
|
3150
|
+
const i = Q(t, n);
|
|
3151
|
+
f = F(t[i]);
|
|
3152
|
+
} else
|
|
3153
|
+
f = F(t[n]);
|
|
3154
|
+
let o = [];
|
|
3155
|
+
return H(e, (i) => {
|
|
3156
|
+
o.push(f[i]);
|
|
3157
|
+
}), o = rn(o), B.S(o);
|
|
3158
|
+
}
|
|
3159
|
+
function Yi(t, n, r) {
|
|
3160
|
+
if (isNaN(n) && typeof n != "string")
|
|
3161
|
+
return s;
|
|
3162
|
+
const e = $(t, r);
|
|
3163
|
+
let f = [];
|
|
3164
|
+
if (typeof n == "string") {
|
|
3165
|
+
const i = Q(t, n);
|
|
3166
|
+
f = F(t[i]);
|
|
3167
|
+
} else
|
|
3168
|
+
f = F(t[n]);
|
|
3169
|
+
let o = [];
|
|
3170
|
+
return H(e, (i) => {
|
|
3171
|
+
o.push(f[i]);
|
|
3172
|
+
}), o = rn(o), B.P(o);
|
|
3173
|
+
}
|
|
3174
|
+
function Xi(t, n, r) {
|
|
3175
|
+
if (isNaN(n) && typeof n != "string")
|
|
3176
|
+
return s;
|
|
3177
|
+
const e = $(t, r);
|
|
3178
|
+
let f = [];
|
|
3179
|
+
if (typeof n == "string") {
|
|
3180
|
+
const i = Q(t, n);
|
|
3181
|
+
f = F(t[i]);
|
|
3182
|
+
} else
|
|
3183
|
+
f = F(t[n]);
|
|
3184
|
+
const o = [];
|
|
3185
|
+
return H(e, (i) => {
|
|
3186
|
+
o.push(f[i]);
|
|
3187
|
+
}), b(o);
|
|
3188
|
+
}
|
|
3189
|
+
function Gi(t, n, r) {
|
|
3190
|
+
if (isNaN(n) && typeof n != "string")
|
|
3191
|
+
return s;
|
|
3192
|
+
const e = $(t, r);
|
|
3193
|
+
let f = [];
|
|
3194
|
+
if (typeof n == "string") {
|
|
3195
|
+
const i = Q(t, n);
|
|
3196
|
+
f = F(t[i]);
|
|
3197
|
+
} else
|
|
3198
|
+
f = F(t[n]);
|
|
3199
|
+
const o = [];
|
|
3200
|
+
return H(e, (i) => {
|
|
3201
|
+
o.push(f[i]);
|
|
3202
|
+
}), p.S(o);
|
|
3203
|
+
}
|
|
3204
|
+
function Hi(t, n, r) {
|
|
3205
|
+
if (isNaN(n) && typeof n != "string")
|
|
3206
|
+
return s;
|
|
3207
|
+
const e = $(t, r);
|
|
3208
|
+
let f = [];
|
|
3209
|
+
if (typeof n == "string") {
|
|
3210
|
+
const i = Q(t, n);
|
|
3211
|
+
f = F(t[i]);
|
|
3212
|
+
} else
|
|
3213
|
+
f = F(t[n]);
|
|
3214
|
+
const o = [];
|
|
3215
|
+
return H(e, (i) => {
|
|
3216
|
+
o.push(f[i]);
|
|
3217
|
+
}), p.P(o);
|
|
3218
|
+
}
|
|
3219
|
+
function Wt(t) {
|
|
3220
|
+
return t && t.getTime && !isNaN(t.getTime());
|
|
3221
|
+
}
|
|
3222
|
+
function Kt(t) {
|
|
3223
|
+
return t instanceof Date ? t : new Date(t);
|
|
3224
|
+
}
|
|
3225
|
+
function Gr(t, n, r) {
|
|
3226
|
+
let e = O(n);
|
|
3227
|
+
for (e.setFullYear(t.getFullYear()), e < t && e.setFullYear(e.getFullYear() + 1); e > t; )
|
|
3228
|
+
e.setMonth(e.getMonth() + -12 / r);
|
|
3229
|
+
return e;
|
|
3230
|
+
}
|
|
3231
|
+
function Un(t) {
|
|
3232
|
+
return t = u(t), [1, 2, 4].indexOf(t) === -1 ? h : t;
|
|
3233
|
+
}
|
|
3234
|
+
function Yn(t) {
|
|
3235
|
+
return t = u(t), [0, 1, 2, 3, 4].indexOf(t) === -1 ? h : t;
|
|
3236
|
+
}
|
|
3237
|
+
function wi(t, n, r, e, f, o, i) {
|
|
3238
|
+
return t = Kt(t), n = Kt(n), r = Kt(r), o = Un(o), i = Yn(i), R(o, i) ? h : !Wt(t) || !Wt(n) || !Wt(r) ? s : e <= 0 || f <= 0 || r <= t ? h : (f = f || 0, i = i || 0, f * e * Pn(t, r, i));
|
|
3239
|
+
}
|
|
3240
|
+
function ji(t, n, r, e) {
|
|
3241
|
+
if (e = Yn(e), r = Un(r), t = O(t), n = O(n), R(t, n))
|
|
3242
|
+
return s;
|
|
3243
|
+
if (R(r, e) || t >= n)
|
|
3244
|
+
return h;
|
|
3245
|
+
if (e === 1) {
|
|
3246
|
+
let o = Gr(t, n, r), i = O(o);
|
|
3247
|
+
return i.setMonth(i.getMonth() + 12 / r), tt(o, i, "D");
|
|
3248
|
+
}
|
|
3249
|
+
let f;
|
|
3250
|
+
switch (e) {
|
|
3251
|
+
case 0:
|
|
3252
|
+
case 2:
|
|
3253
|
+
case 4:
|
|
3254
|
+
f = 360;
|
|
3255
|
+
break;
|
|
3256
|
+
case 3:
|
|
3257
|
+
f = 365;
|
|
3258
|
+
break;
|
|
3259
|
+
default:
|
|
3260
|
+
return h;
|
|
3261
|
+
}
|
|
3262
|
+
return f / r;
|
|
3263
|
+
}
|
|
3264
|
+
function pi(t, n, r, e, f, o) {
|
|
3265
|
+
if (t = u(t), n = u(n), r = u(r), M(t, n, r))
|
|
3266
|
+
return s;
|
|
3267
|
+
if (t <= 0 || n <= 0 || r <= 0 || e < 1 || f < 1 || e > f || o !== 0 && o !== 1)
|
|
3268
|
+
return h;
|
|
3269
|
+
const i = jt(t, n, r, 0, o);
|
|
3270
|
+
let l = 0;
|
|
3271
|
+
e === 1 && (o === 0 && (l = -r), e++);
|
|
3272
|
+
for (let c = e; c <= f; c++)
|
|
3273
|
+
l += o === 1 ? ct(t, c - 2, i, r, 1) - i : ct(t, c - 1, i, r, 0);
|
|
3274
|
+
return l *= t, l;
|
|
3275
|
+
}
|
|
3276
|
+
function Bi(t, n, r, e, f, o) {
|
|
3277
|
+
if (t = u(t), n = u(n), r = u(r), M(t, n, r))
|
|
3278
|
+
return s;
|
|
3279
|
+
if (t <= 0 || n <= 0 || r <= 0 || e < 1 || f < 1 || e > f || o !== 0 && o !== 1)
|
|
3280
|
+
return h;
|
|
3281
|
+
const i = jt(t, n, r, 0, o);
|
|
3282
|
+
let l = 0;
|
|
3283
|
+
e === 1 && (l = o === 0 ? i + r * t : i, e++);
|
|
3284
|
+
for (let c = e; c <= f; c++)
|
|
3285
|
+
l += o > 0 ? i - (ct(t, c - 2, i, r, 1) - i) * t : i - ct(t, c - 1, i, r, 0) * t;
|
|
3286
|
+
return l;
|
|
3287
|
+
}
|
|
3288
|
+
function Wi(t, n, r, e, f) {
|
|
3289
|
+
if (f = f === void 0 ? 12 : f, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f))
|
|
3290
|
+
return s;
|
|
3291
|
+
if (t < 0 || n < 0 || r < 0 || e < 0 || [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12].indexOf(f) === -1 || e > r)
|
|
3292
|
+
return h;
|
|
3293
|
+
if (n >= t)
|
|
3294
|
+
return 0;
|
|
3295
|
+
const o = (1 - Math.pow(n / t, 1 / r)).toFixed(3), i = t * o * f / 12;
|
|
3296
|
+
let l = i, c = 0;
|
|
3297
|
+
const g = e === r ? r - 1 : e;
|
|
3298
|
+
for (let I = 2; I <= g; I++)
|
|
3299
|
+
c = (t - l) * o, l += c;
|
|
3300
|
+
return e === 1 ? i : e === r ? (t - l) * o : c;
|
|
3301
|
+
}
|
|
3302
|
+
function Ki(t, n, r, e, f) {
|
|
3303
|
+
if (f = f === void 0 ? 2 : f, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f))
|
|
3304
|
+
return s;
|
|
3305
|
+
if (t < 0 || n < 0 || r < 0 || e < 0 || f <= 0 || e > r)
|
|
3306
|
+
return h;
|
|
3307
|
+
if (n >= t)
|
|
3308
|
+
return 0;
|
|
3309
|
+
let o = 0, i = 0;
|
|
3310
|
+
for (let l = 1; l <= e; l++)
|
|
3311
|
+
i = Math.min((t - o) * (f / r), t - n - o), o += i;
|
|
3312
|
+
return i;
|
|
3313
|
+
}
|
|
3314
|
+
function qi(t, n, r, e, f) {
|
|
3315
|
+
if (t = O(t), n = O(n), r = u(r), e = u(e), f = u(f), f = f || 0, M(t, n, r, e, f))
|
|
3316
|
+
return s;
|
|
3317
|
+
if (r <= 0 || e <= 0)
|
|
3318
|
+
return h;
|
|
3319
|
+
if (t >= n)
|
|
3320
|
+
return s;
|
|
3321
|
+
let o, i;
|
|
3322
|
+
switch (f) {
|
|
3323
|
+
case 0:
|
|
3324
|
+
o = 360, i = rt(t, n, !1);
|
|
3325
|
+
break;
|
|
3326
|
+
case 1:
|
|
3327
|
+
o = 365, i = tt(t, n, "D");
|
|
3328
|
+
break;
|
|
3329
|
+
case 2:
|
|
3330
|
+
o = 360, i = tt(t, n, "D");
|
|
3331
|
+
break;
|
|
3332
|
+
case 3:
|
|
3333
|
+
o = 365, i = tt(t, n, "D");
|
|
3334
|
+
break;
|
|
3335
|
+
case 4:
|
|
3336
|
+
o = 360, i = rt(t, n, !0);
|
|
3337
|
+
break;
|
|
3338
|
+
default:
|
|
3339
|
+
return h;
|
|
3340
|
+
}
|
|
3341
|
+
return (e - r) / e * o / i;
|
|
3342
|
+
}
|
|
3343
|
+
function Qi(t, n) {
|
|
3344
|
+
if (t = u(t), n = u(n), M(t, n))
|
|
3345
|
+
return s;
|
|
3346
|
+
if (n < 0)
|
|
3347
|
+
return h;
|
|
3348
|
+
if (n >= 0 && n < 1)
|
|
3349
|
+
return G;
|
|
3350
|
+
n = parseInt(n, 10);
|
|
3351
|
+
let r = parseInt(t, 10);
|
|
3352
|
+
r += t % 1 * Math.pow(10, Math.ceil(Math.log(n) / Math.LN10)) / n;
|
|
3353
|
+
const e = Math.pow(10, Math.ceil(Math.log(n) / Math.LN2) + 1);
|
|
3354
|
+
return r = Math.round(r * e) / e, r;
|
|
3355
|
+
}
|
|
3356
|
+
function $i(t, n) {
|
|
3357
|
+
if (t = u(t), n = u(n), M(t, n))
|
|
3358
|
+
return s;
|
|
3359
|
+
if (n < 0)
|
|
3360
|
+
return h;
|
|
3361
|
+
if (n >= 0 && n < 1)
|
|
3362
|
+
return G;
|
|
3363
|
+
n = parseInt(n, 10);
|
|
3364
|
+
let r = parseInt(t, 10);
|
|
3365
|
+
return r += t % 1 * Math.pow(10, -Math.ceil(Math.log(n) / Math.LN10)) * n, r;
|
|
3366
|
+
}
|
|
3367
|
+
function zi(t, n) {
|
|
3368
|
+
return t = u(t), n = u(n), M(t, n) ? s : t <= 0 || n < 1 ? h : (n = parseInt(n, 10), Math.pow(1 + t / n, n) - 1);
|
|
3369
|
+
}
|
|
3370
|
+
function ct(t, n, r, e, f) {
|
|
3371
|
+
if (e = e || 0, f = f || 0, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f))
|
|
3372
|
+
return s;
|
|
3373
|
+
let o;
|
|
3374
|
+
if (t === 0)
|
|
3375
|
+
o = e + r * n;
|
|
3376
|
+
else {
|
|
3377
|
+
const i = Math.pow(1 + t, n);
|
|
3378
|
+
o = f === 1 ? e * i + r * (1 + t) * (i - 1) / t : e * i + r * (i - 1) / t;
|
|
3379
|
+
}
|
|
3380
|
+
return -o;
|
|
3381
|
+
}
|
|
3382
|
+
function Zi(t, n) {
|
|
3383
|
+
if (t = u(t), n = S(E(n)), M(t, n))
|
|
3384
|
+
return s;
|
|
3385
|
+
const r = n.length;
|
|
3386
|
+
let e = t;
|
|
3387
|
+
for (let f = 0; f < r; f++)
|
|
3388
|
+
e *= 1 + n[f];
|
|
3389
|
+
return e;
|
|
3390
|
+
}
|
|
3391
|
+
function Hr(t, n, r, e, f, o) {
|
|
3392
|
+
if (f = f || 0, o = o || 0, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), o = u(o), M(t, n, r, e, f, o))
|
|
3393
|
+
return s;
|
|
3394
|
+
const i = jt(t, r, e, f, o);
|
|
3395
|
+
return (n === 1 ? o === 1 ? 0 : -e : o === 1 ? ct(t, n - 2, i, e, 1) - i : ct(t, n - 1, i, e, 0)) * t;
|
|
3396
|
+
}
|
|
3397
|
+
function Ji(t, n) {
|
|
3398
|
+
if (n = typeof n == "number" ? n : typeof n > "u" ? 0.1 : u(n), t = E(t).filter(et), t = S(t), M(t, n))
|
|
3399
|
+
return s;
|
|
3400
|
+
const r = new Float64Array(t.length);
|
|
3401
|
+
let e = !1, f = !1;
|
|
3402
|
+
for (let g = 0; g < t.length; g++)
|
|
3403
|
+
r[g] = t[g], r[g] > 0 && (e = !0), r[g] < 0 && (f = !0);
|
|
3404
|
+
if (!e || !f)
|
|
3405
|
+
return h;
|
|
3406
|
+
const o = (g) => {
|
|
3407
|
+
g <= -1 && (g = -0.999999999);
|
|
3408
|
+
let I = r[0];
|
|
3409
|
+
const N = 1 + g;
|
|
3410
|
+
let a = 1;
|
|
3411
|
+
for (let A = 1; A < r.length; A++)
|
|
3412
|
+
a *= N, I += r[A] / a;
|
|
3413
|
+
return I;
|
|
3414
|
+
}, i = /* @__PURE__ */ new Map(), l = function(g) {
|
|
3415
|
+
const I = Math.round(g * 1e10) / 1e10;
|
|
3416
|
+
if (i.has(I))
|
|
3417
|
+
return i.get(I);
|
|
3418
|
+
const N = o(I);
|
|
3419
|
+
return i.set(I, N), N;
|
|
3420
|
+
};
|
|
3421
|
+
return function() {
|
|
3422
|
+
let N = n, a = N, A = 0;
|
|
3423
|
+
for (; A < 1e3; ) {
|
|
3424
|
+
const X = l(N);
|
|
3425
|
+
if (Math.abs(X) < 1e-10)
|
|
3426
|
+
return N;
|
|
3427
|
+
if (A > 0 && Math.abs(N - a) < 1e-10 * 10)
|
|
3428
|
+
break;
|
|
3429
|
+
const z = Math.max(1e-4, Math.abs(N * 1e-4)), en = (l(N + z) - X) / z;
|
|
3430
|
+
if (Math.abs(en) < 1e-10)
|
|
3431
|
+
break;
|
|
3432
|
+
a = N;
|
|
3433
|
+
const pt = X / en, fn = Math.max(0.1, Math.abs(N) * 0.5);
|
|
3434
|
+
Math.abs(pt) > fn ? N -= Math.sign(pt) * fn : N -= pt, N <= -1 && (N = -0.99999999), N > 1e3 && (N = 1e3), A++;
|
|
3435
|
+
}
|
|
3436
|
+
let L = l(N);
|
|
3437
|
+
if (Math.abs(L) < 1e-10)
|
|
3438
|
+
return N;
|
|
3439
|
+
let C, Y;
|
|
3440
|
+
if (L > 0) {
|
|
3441
|
+
for (C = N, Y = N + 0.1; l(Y) > 0 && Y < 1e3; )
|
|
3442
|
+
Y = Y * 2 + 0.1;
|
|
3443
|
+
if (Y >= 1e3)
|
|
3444
|
+
return N;
|
|
3445
|
+
} else {
|
|
3446
|
+
for (Y = N, C = Math.max(-0.99999999, N - 0.1); l(C) < 0 && C > -0.99999999; )
|
|
3447
|
+
C = Math.max(-0.99999999, C - 0.1);
|
|
3448
|
+
if (C <= -0.99999999)
|
|
3449
|
+
return N;
|
|
3450
|
+
}
|
|
3451
|
+
let w;
|
|
3452
|
+
for (let X = 0; X < 1e3; X++) {
|
|
3453
|
+
w = (C + Y) / 2;
|
|
3454
|
+
const z = l(w);
|
|
3455
|
+
if (Math.abs(z) < 1e-10 || Math.abs(Y - C) < 1e-10)
|
|
3456
|
+
return w;
|
|
3457
|
+
z * l(C) < 0 ? Y = w : C = w;
|
|
3458
|
+
}
|
|
3459
|
+
return w;
|
|
3460
|
+
}();
|
|
3461
|
+
}
|
|
3462
|
+
function ki(t, n, r, e) {
|
|
3463
|
+
return t = u(t), n = u(n), r = u(r), e = u(e), M(t, n, r, e) ? s : e * t * (n / r - 1);
|
|
3464
|
+
}
|
|
3465
|
+
function di(t, n, r) {
|
|
3466
|
+
if (t = S(E(t)), n = u(n), r = u(r), M(t, n, r))
|
|
3467
|
+
return s;
|
|
3468
|
+
const e = t.length, f = [], o = [];
|
|
3469
|
+
for (let c = 0; c < e; c++)
|
|
3470
|
+
t[c] < 0 ? f.push(t[c]) : o.push(t[c]);
|
|
3471
|
+
const i = -on(r, o) * Math.pow(1 + r, e - 1), l = on(n, f) * (1 + n);
|
|
3472
|
+
return Math.pow(i / l, 1 / (e - 1)) - 1;
|
|
3473
|
+
}
|
|
3474
|
+
function yi(t, n) {
|
|
3475
|
+
return t = u(t), n = u(n), M(t, n) ? s : t <= 0 || n < 1 ? h : (n = parseInt(n, 10), (Math.pow(t + 1, 1 / n) - 1) * n);
|
|
3476
|
+
}
|
|
3477
|
+
function xi(t, n, r, e, f) {
|
|
3478
|
+
if (f = f === void 0 ? 0 : f, e = e === void 0 ? 0 : e, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f))
|
|
3479
|
+
return s;
|
|
3480
|
+
if (t === 0)
|
|
3481
|
+
return -(r + e) / n;
|
|
3482
|
+
{
|
|
3483
|
+
const o = n * (1 + t * f) - e * t, i = r * t + n * (1 + t * f);
|
|
3484
|
+
return Math.log(o / i) / Math.log(1 + t);
|
|
3485
|
+
}
|
|
3486
|
+
}
|
|
3487
|
+
function on() {
|
|
3488
|
+
const t = S(E(arguments));
|
|
3489
|
+
if (t instanceof Error)
|
|
3490
|
+
return t;
|
|
3491
|
+
const n = t[0];
|
|
3492
|
+
let r = 0;
|
|
3493
|
+
for (let e = 1; e < t.length; e++)
|
|
3494
|
+
r += t[e] / Math.pow(1 + n, e);
|
|
3495
|
+
return r;
|
|
3496
|
+
}
|
|
3497
|
+
function vi(t, n, r) {
|
|
3498
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : t <= 0 ? h : (Math.log(r) - Math.log(n)) / Math.log(1 + t);
|
|
3499
|
+
}
|
|
3500
|
+
function jt(t, n, r, e, f) {
|
|
3501
|
+
if (e = e || 0, f = f || 0, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f))
|
|
3502
|
+
return s;
|
|
3503
|
+
let o;
|
|
3504
|
+
if (t === 0)
|
|
3505
|
+
o = (r + e) / n;
|
|
3506
|
+
else {
|
|
3507
|
+
const i = Math.pow(1 + t, n);
|
|
3508
|
+
o = f === 1 ? (e * t / (i - 1) + r * t / (1 - 1 / i)) / (1 + t) : e * t / (i - 1) + r * t / (1 - 1 / i);
|
|
3509
|
+
}
|
|
3510
|
+
return -o;
|
|
3511
|
+
}
|
|
3512
|
+
function mi(t, n, r, e, f, o) {
|
|
3513
|
+
return f = f || 0, o = o || 0, t = u(t), r = u(r), e = u(e), f = u(f), o = u(o), M(t, r, e, f, o) ? s : jt(t, r, e, f, o) - Hr(t, n, r, e, f, o);
|
|
3514
|
+
}
|
|
3515
|
+
function bi(t, n, r, e, f) {
|
|
3516
|
+
if (t = O(t), n = O(n), r = u(r), e = u(e), f = u(f), f = f || 0, M(t, n, r, e, f))
|
|
3517
|
+
return s;
|
|
3518
|
+
if (r <= 0 || e <= 0)
|
|
3519
|
+
return h;
|
|
3520
|
+
if (t >= n)
|
|
3521
|
+
return s;
|
|
3522
|
+
let o, i;
|
|
3523
|
+
switch (f) {
|
|
3524
|
+
case 0:
|
|
3525
|
+
o = 360, i = rt(t, n, !1);
|
|
3526
|
+
break;
|
|
3527
|
+
case 1:
|
|
3528
|
+
o = 365, i = tt(t, n, "D");
|
|
3529
|
+
break;
|
|
3530
|
+
case 2:
|
|
3531
|
+
o = 360, i = tt(t, n, "D");
|
|
3532
|
+
break;
|
|
3533
|
+
case 3:
|
|
3534
|
+
o = 365, i = tt(t, n, "D");
|
|
3535
|
+
break;
|
|
3536
|
+
case 4:
|
|
3537
|
+
o = 360, i = rt(t, n, !0);
|
|
3538
|
+
break;
|
|
3539
|
+
default:
|
|
3540
|
+
return h;
|
|
3541
|
+
}
|
|
3542
|
+
return e - r * e * i / o;
|
|
3543
|
+
}
|
|
3544
|
+
function _i(t, n, r, e, f) {
|
|
3545
|
+
return e = e || 0, f = f || 0, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), M(t, n, r, e, f) ? s : t === 0 ? -r * n - e : ((1 - Math.pow(1 + t, n)) / t * r * (1 + t * f) - e) / Math.pow(1 + t, n);
|
|
3546
|
+
}
|
|
3547
|
+
function ts(t, n, r, e, f, o) {
|
|
3548
|
+
if (o = o === void 0 ? 0.1 : o, e = e === void 0 ? 0 : e, f = f === void 0 ? 0 : f, t = u(t), n = u(n), r = u(r), e = u(e), f = u(f), o = u(o), M(t, n, r, e, f, o))
|
|
3549
|
+
return s;
|
|
3550
|
+
const i = 1e-10, l = 100;
|
|
3551
|
+
let c = o;
|
|
3552
|
+
f = f ? 1 : 0;
|
|
3553
|
+
for (let g = 0; g < l; g++) {
|
|
3554
|
+
if (c <= -1)
|
|
3555
|
+
return h;
|
|
3556
|
+
let I, N;
|
|
3557
|
+
if (Math.abs(c) < i ? I = r * (1 + t * c) + n * (1 + c * f) * t + e : (N = Math.pow(1 + c, t), I = r * N + n * (1 / c + f) * (N - 1) + e), Math.abs(I) < i)
|
|
3558
|
+
return c;
|
|
3559
|
+
let a;
|
|
3560
|
+
if (Math.abs(c) < i)
|
|
3561
|
+
a = r * t + n * f * t;
|
|
3562
|
+
else {
|
|
3563
|
+
N = Math.pow(1 + c, t);
|
|
3564
|
+
const A = t * Math.pow(1 + c, t - 1);
|
|
3565
|
+
a = r * A + n * (1 / c + f) * A + n * (-1 / (c * c)) * (N - 1);
|
|
3566
|
+
}
|
|
3567
|
+
c -= I / a;
|
|
3568
|
+
}
|
|
3569
|
+
return c;
|
|
3570
|
+
}
|
|
3571
|
+
function ns(t, n, r) {
|
|
3572
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : t === 0 || n === 0 ? h : Math.pow(r / n, 1 / t) - 1;
|
|
3573
|
+
}
|
|
3574
|
+
function rs(t, n, r) {
|
|
3575
|
+
return t = u(t), n = u(n), r = u(r), M(t, n, r) ? s : r === 0 ? h : (t - n) / r;
|
|
3576
|
+
}
|
|
3577
|
+
function es(t, n, r, e) {
|
|
3578
|
+
return t = u(t), n = u(n), r = u(r), e = u(e), M(t, n, r, e) ? s : r === 0 || e < 1 || e > r ? h : (e = parseInt(e, 10), (t - n) * (r - e + 1) * 2 / (r * (r + 1)));
|
|
3579
|
+
}
|
|
3580
|
+
function fs(t, n, r) {
|
|
3581
|
+
return t = O(t), n = O(n), r = u(r), M(t, n, r) ? s : r <= 0 || t > n || n - t > 365 * 24 * 60 * 60 * 1e3 ? h : 365 * r / (360 - r * rt(t, n, !1));
|
|
3582
|
+
}
|
|
3583
|
+
function os(t, n, r) {
|
|
3584
|
+
return t = O(t), n = O(n), r = u(r), M(t, n, r) ? s : r <= 0 || t > n || n - t > 365 * 24 * 60 * 60 * 1e3 ? h : 100 * (1 - r * rt(t, n, !1) / 360);
|
|
3585
|
+
}
|
|
3586
|
+
function us(t, n, r) {
|
|
3587
|
+
return t = O(t), n = O(n), r = u(r), M(t, n, r) ? s : r <= 0 || t > n || n - t > 365 * 24 * 60 * 60 * 1e3 ? h : (100 - r) * 360 / (r * rt(t, n, !1));
|
|
3588
|
+
}
|
|
3589
|
+
function is(t, n, r) {
|
|
3590
|
+
if (t = S(E(t)), n = Mn(E(n)), r = u(r), M(t, n, r))
|
|
3591
|
+
return s;
|
|
3592
|
+
const e = (A, L, C) => {
|
|
3593
|
+
const Y = C + 1;
|
|
3594
|
+
let w = A[0];
|
|
3595
|
+
for (let X = 1; X < A.length; X++)
|
|
3596
|
+
w += A[X] / Math.pow(Y, ft(L[X], L[0]) / 365);
|
|
3597
|
+
return w;
|
|
3598
|
+
}, f = (A, L, C) => {
|
|
3599
|
+
const Y = C + 1;
|
|
3600
|
+
let w = 0;
|
|
3601
|
+
for (let X = 1; X < A.length; X++) {
|
|
3602
|
+
const z = ft(L[X], L[0]) / 365;
|
|
3603
|
+
w -= z * A[X] / Math.pow(Y, z + 1);
|
|
3604
|
+
}
|
|
3605
|
+
return w;
|
|
3606
|
+
};
|
|
3607
|
+
let o = !1, i = !1;
|
|
3608
|
+
for (let A = 0; A < t.length; A++)
|
|
3609
|
+
t[A] > 0 && (o = !0), t[A] < 0 && (i = !0);
|
|
3610
|
+
if (!o || !i)
|
|
3611
|
+
return h;
|
|
3612
|
+
r = r || 0.1;
|
|
3613
|
+
let l = r;
|
|
3614
|
+
const c = 1e-10;
|
|
3615
|
+
let g, I, N, a = !0;
|
|
3616
|
+
do
|
|
3617
|
+
N = e(t, n, l), g = l - N / f(t, n, l), I = Math.abs(g - l), l = g, a = I > c && Math.abs(N) > c;
|
|
3618
|
+
while (a);
|
|
3619
|
+
return l;
|
|
3620
|
+
}
|
|
3621
|
+
function ss(t, n, r) {
|
|
3622
|
+
if (t = u(t), n = S(E(n)), r = Mn(E(r)), M(t, n, r))
|
|
3623
|
+
return s;
|
|
3624
|
+
let e = 0;
|
|
3625
|
+
for (let f = 0; f < n.length; f++)
|
|
3626
|
+
e += n[f] / Math.pow(1 + t, ft(r[f], r[0]) / 365);
|
|
3627
|
+
return e;
|
|
3628
|
+
}
|
|
3629
|
+
function ls() {
|
|
3630
|
+
const t = E(arguments);
|
|
3631
|
+
let n = s;
|
|
3632
|
+
for (let r = 0; r < t.length; r++) {
|
|
3633
|
+
if (t[r] instanceof Error)
|
|
3634
|
+
return t[r];
|
|
3635
|
+
t[r] === void 0 || t[r] === null || typeof t[r] == "string" || (n === s && (n = !0), t[r] || (n = !1));
|
|
3636
|
+
}
|
|
3637
|
+
return n;
|
|
3638
|
+
}
|
|
3639
|
+
function cs() {
|
|
3640
|
+
return !1;
|
|
3641
|
+
}
|
|
3642
|
+
function hs(t, n, r) {
|
|
3643
|
+
return t instanceof Error ? t : (n = arguments.length >= 2 ? n : !0, n == null && (n = 0), r = arguments.length === 3 ? r : !1, r == null && (r = 0), t ? n : r);
|
|
3644
|
+
}
|
|
3645
|
+
function gs() {
|
|
3646
|
+
for (let t = 0; t < arguments.length / 2; t++)
|
|
3647
|
+
if (arguments[t * 2])
|
|
3648
|
+
return arguments[t * 2 + 1];
|
|
3649
|
+
return D;
|
|
3650
|
+
}
|
|
3651
|
+
function Ms(t, n) {
|
|
3652
|
+
return yt(t) ? n : t;
|
|
3653
|
+
}
|
|
3654
|
+
function Es(t, n) {
|
|
3655
|
+
return t === D ? n : t;
|
|
3656
|
+
}
|
|
3657
|
+
function Is(t) {
|
|
3658
|
+
return typeof t == "string" ? s : t instanceof Error ? t : !t;
|
|
3659
|
+
}
|
|
3660
|
+
function Ns() {
|
|
3661
|
+
const t = E(arguments);
|
|
3662
|
+
let n = s;
|
|
3663
|
+
for (let r = 0; r < t.length; r++) {
|
|
3664
|
+
if (t[r] instanceof Error)
|
|
3665
|
+
return t[r];
|
|
3666
|
+
t[r] === void 0 || t[r] === null || typeof t[r] == "string" || (n === s && (n = !1), t[r] && (n = !0));
|
|
3667
|
+
}
|
|
3668
|
+
return n;
|
|
3669
|
+
}
|
|
3670
|
+
function Ts() {
|
|
3671
|
+
return !0;
|
|
3672
|
+
}
|
|
3673
|
+
function Ss() {
|
|
3674
|
+
const t = E(arguments);
|
|
3675
|
+
let n = s;
|
|
3676
|
+
for (let r = 0; r < t.length; r++) {
|
|
3677
|
+
if (t[r] instanceof Error)
|
|
3678
|
+
return t[r];
|
|
3679
|
+
t[r] === void 0 || t[r] === null || typeof t[r] == "string" || (n === s && (n = 0), t[r] && n++);
|
|
3680
|
+
}
|
|
3681
|
+
return n === s ? n : !!(Math.floor(Math.abs(n)) & 1);
|
|
3682
|
+
}
|
|
3683
|
+
function As() {
|
|
3684
|
+
let t;
|
|
3685
|
+
if (arguments.length > 0) {
|
|
3686
|
+
const n = arguments[0], r = arguments.length - 1, e = Math.floor(r / 2);
|
|
3687
|
+
let f = !1;
|
|
3688
|
+
const o = r % 2 !== 0, i = r % 2 === 0 ? null : arguments[arguments.length - 1];
|
|
3689
|
+
if (e) {
|
|
3690
|
+
for (let l = 0; l < e; l++)
|
|
3691
|
+
if (n === arguments[l * 2 + 1]) {
|
|
3692
|
+
t = arguments[l * 2 + 2], f = !0;
|
|
3693
|
+
break;
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
f || (t = o ? i : D);
|
|
3697
|
+
} else
|
|
3698
|
+
t = s;
|
|
3699
|
+
return t;
|
|
3700
|
+
}
|
|
3701
|
+
const Ds = { errors: Xn, symbols: Or, date: wn };
|
|
3702
|
+
export {
|
|
3703
|
+
rf as ABS,
|
|
3704
|
+
wi as ACCRINT,
|
|
3705
|
+
ef as ACOS,
|
|
3706
|
+
ff as ACOSH,
|
|
3707
|
+
of as ACOT,
|
|
3708
|
+
uf as ACOTH,
|
|
3709
|
+
sf as AGGREGATE,
|
|
3710
|
+
ls as AND,
|
|
3711
|
+
lf as ARABIC,
|
|
3712
|
+
cf as ASIN,
|
|
3713
|
+
hf as ASINH,
|
|
3714
|
+
gf as ATAN,
|
|
3715
|
+
Mf as ATAN2,
|
|
3716
|
+
Ef as ATANH,
|
|
3717
|
+
Ce as AVEDEV,
|
|
3718
|
+
ut as AVERAGE,
|
|
3719
|
+
In as AVERAGEA,
|
|
3720
|
+
Re as AVERAGEIF,
|
|
3721
|
+
Oe as AVERAGEIFS,
|
|
3722
|
+
If as BASE,
|
|
3723
|
+
Uo as BESSELI,
|
|
3724
|
+
Yo as BESSELJ,
|
|
3725
|
+
Xo as BESSELK,
|
|
3726
|
+
Go as BESSELY,
|
|
3727
|
+
Xt as BETA,
|
|
3728
|
+
Nu as BETADIST,
|
|
3729
|
+
Tu as BETAINV,
|
|
3730
|
+
Ho as BIN2DEC,
|
|
3731
|
+
wo as BIN2HEX,
|
|
3732
|
+
jo as BIN2OCT,
|
|
3733
|
+
It as BINOM,
|
|
3734
|
+
Su as BINOMDIST,
|
|
3735
|
+
po as BITAND,
|
|
3736
|
+
Bo as BITLSHIFT,
|
|
3737
|
+
Wo as BITOR,
|
|
3738
|
+
Ko as BITRSHIFT,
|
|
3739
|
+
qo as BITXOR,
|
|
3740
|
+
nt as CEILING,
|
|
3741
|
+
Au as CEILINGMATH,
|
|
3742
|
+
Du as CEILINGPRECISE,
|
|
3743
|
+
mn as CHAR,
|
|
3744
|
+
au as CHIDIST,
|
|
3745
|
+
Cu as CHIDISTRT,
|
|
3746
|
+
Ru as CHIINV,
|
|
3747
|
+
Ou as CHIINVRT,
|
|
3748
|
+
Z as CHISQ,
|
|
3749
|
+
Lu as CHITEST,
|
|
3750
|
+
Zr as CHOOSE,
|
|
3751
|
+
te as CLEAN,
|
|
3752
|
+
bn as CODE,
|
|
3753
|
+
Jr as COLUMN,
|
|
3754
|
+
kr as COLUMNS,
|
|
3755
|
+
Et as COMBIN,
|
|
3756
|
+
Nf as COMBINA,
|
|
3757
|
+
j as COMPLEX,
|
|
3758
|
+
ne as CONCAT,
|
|
3759
|
+
_n as CONCATENATE,
|
|
3760
|
+
Nn as CONFIDENCE,
|
|
3761
|
+
Qo as CONVERT,
|
|
3762
|
+
Le as CORREL,
|
|
3763
|
+
Tf as COS,
|
|
3764
|
+
Sf as COSH,
|
|
3765
|
+
Af as COT,
|
|
3766
|
+
Df as COTH,
|
|
3767
|
+
Ct as COUNT,
|
|
3768
|
+
Rt as COUNTA,
|
|
3769
|
+
rr as COUNTBLANK,
|
|
3770
|
+
Pe as COUNTIF,
|
|
3771
|
+
Ve as COUNTIFS,
|
|
3772
|
+
ji as COUPDAYS,
|
|
3773
|
+
Pu as COVAR,
|
|
3774
|
+
Nt as COVARIANCE,
|
|
3775
|
+
Vu as COVARIANCEP,
|
|
3776
|
+
Fu as COVARIANCES,
|
|
3777
|
+
Uu as CRITBINOM,
|
|
3778
|
+
af as CSC,
|
|
3779
|
+
Cf as CSCH,
|
|
3780
|
+
pi as CUMIPMT,
|
|
3781
|
+
Bi as CUMPRINC,
|
|
3782
|
+
Mo as DATE,
|
|
3783
|
+
tt as DATEDIF,
|
|
3784
|
+
Eo as DATEVALUE,
|
|
3785
|
+
Ci as DAVERAGE,
|
|
3786
|
+
Io as DAY,
|
|
3787
|
+
ft as DAYS,
|
|
3788
|
+
rt as DAYS360,
|
|
3789
|
+
Wi as DB,
|
|
3790
|
+
Ri as DCOUNT,
|
|
3791
|
+
Oi as DCOUNTA,
|
|
3792
|
+
Ki as DDB,
|
|
3793
|
+
$o as DEC2BIN,
|
|
3794
|
+
zo as DEC2HEX,
|
|
3795
|
+
Zo as DEC2OCT,
|
|
3796
|
+
Rf as DECIMAL,
|
|
3797
|
+
Of as DEGREES,
|
|
3798
|
+
Jo as DELTA,
|
|
3799
|
+
Fe as DEVSQ,
|
|
3800
|
+
Li as DGET,
|
|
3801
|
+
qi as DISC,
|
|
3802
|
+
Pi as DMAX,
|
|
3803
|
+
Vi as DMIN,
|
|
3804
|
+
re as DOLLAR,
|
|
3805
|
+
Qi as DOLLARDE,
|
|
3806
|
+
$i as DOLLARFR,
|
|
3807
|
+
Fi as DPRODUCT,
|
|
3808
|
+
Ui as DSTDEV,
|
|
3809
|
+
Yi as DSTDEVP,
|
|
3810
|
+
Xi as DSUM,
|
|
3811
|
+
Gi as DVAR,
|
|
3812
|
+
Hi as DVARP,
|
|
3813
|
+
No as EDATE,
|
|
3814
|
+
zi as EFFECT,
|
|
3815
|
+
To as EOMONTH,
|
|
3816
|
+
Fr as ERF,
|
|
3817
|
+
Ur as ERFC,
|
|
3818
|
+
Yu as ERFCPRECISE,
|
|
3819
|
+
Xu as ERFPRECISE,
|
|
3820
|
+
kn as ERROR,
|
|
3821
|
+
Lf as EVEN,
|
|
3822
|
+
ee as EXACT,
|
|
3823
|
+
Pf as EXP,
|
|
3824
|
+
Tn as EXPON,
|
|
3825
|
+
Gu as EXPONDIST,
|
|
3826
|
+
J as F,
|
|
3827
|
+
m as FACT,
|
|
3828
|
+
cr as FACTDOUBLE,
|
|
3829
|
+
cs as FALSE,
|
|
3830
|
+
Hu as FDIST,
|
|
3831
|
+
wu as FDISTRT,
|
|
3832
|
+
fe as FIND,
|
|
3833
|
+
ju as FINV,
|
|
3834
|
+
pu as FINVRT,
|
|
3835
|
+
Ue as FISHER,
|
|
3836
|
+
Ye as FISHERINV,
|
|
3837
|
+
tr as FIXED,
|
|
3838
|
+
lt as FLOOR,
|
|
3839
|
+
Bu as FLOORMATH,
|
|
3840
|
+
Wu as FLOORPRECISE,
|
|
3841
|
+
er as FORECAST,
|
|
3842
|
+
Xe as FREQUENCY,
|
|
3843
|
+
Ku as FTEST,
|
|
3844
|
+
ct as FV,
|
|
3845
|
+
Zi as FVSCHEDULE,
|
|
3846
|
+
Gt as GAMMA,
|
|
3847
|
+
qu as GAMMADIST,
|
|
3848
|
+
Qu as GAMMAINV,
|
|
3849
|
+
Sn as GAMMALN,
|
|
3850
|
+
$u as GAMMALNPRECISE,
|
|
3851
|
+
Ge as GAUSS,
|
|
3852
|
+
Vf as GCD,
|
|
3853
|
+
He as GEOMEAN,
|
|
3854
|
+
ko as GESTEP,
|
|
3855
|
+
we as GROWTH,
|
|
3856
|
+
je as HARMEAN,
|
|
3857
|
+
yo as HEX2BIN,
|
|
3858
|
+
xo as HEX2DEC,
|
|
3859
|
+
vo as HEX2OCT,
|
|
3860
|
+
dr as HLOOKUP,
|
|
3861
|
+
So as HOUR,
|
|
3862
|
+
An as HYPGEOM,
|
|
3863
|
+
zu as HYPGEOMDIST,
|
|
3864
|
+
hs as IF,
|
|
3865
|
+
Ms as IFERROR,
|
|
3866
|
+
Es as IFNA,
|
|
3867
|
+
gs as IFS,
|
|
3868
|
+
Vn as IMABS,
|
|
3869
|
+
P as IMAGINARY,
|
|
3870
|
+
Fn as IMARGUMENT,
|
|
3871
|
+
mo as IMCONJUGATE,
|
|
3872
|
+
tn as IMCOS,
|
|
3873
|
+
Yr as IMCOSH,
|
|
3874
|
+
bo as IMCOT,
|
|
3875
|
+
su as IMCSC,
|
|
3876
|
+
lu as IMCSCH,
|
|
3877
|
+
Mt as IMDIV,
|
|
3878
|
+
_o as IMEXP,
|
|
3879
|
+
tu as IMLN,
|
|
3880
|
+
nu as IMLOG10,
|
|
3881
|
+
ru as IMLOG2,
|
|
3882
|
+
eu as IMPOWER,
|
|
3883
|
+
fu as IMPRODUCT,
|
|
3884
|
+
V as IMREAL,
|
|
3885
|
+
ou as IMSEC,
|
|
3886
|
+
uu as IMSECH,
|
|
3887
|
+
nn as IMSIN,
|
|
3888
|
+
Xr as IMSINH,
|
|
3889
|
+
iu as IMSQRT,
|
|
3890
|
+
cu as IMSUB,
|
|
3891
|
+
hu as IMSUM,
|
|
3892
|
+
gu as IMTAN,
|
|
3893
|
+
yr as INDEX,
|
|
3894
|
+
Ff as INT,
|
|
3895
|
+
pe as INTERCEPT,
|
|
3896
|
+
Hr as IPMT,
|
|
3897
|
+
Ji as IRR,
|
|
3898
|
+
pr as ISBLANK,
|
|
3899
|
+
dn as ISERR,
|
|
3900
|
+
yt as ISERROR,
|
|
3901
|
+
Br as ISEVEN,
|
|
3902
|
+
yn as ISLOGICAL,
|
|
3903
|
+
Wr as ISNA,
|
|
3904
|
+
Kr as ISNONTEXT,
|
|
3905
|
+
xt as ISNUMBER,
|
|
3906
|
+
Uf as ISO,
|
|
3907
|
+
qr as ISODD,
|
|
3908
|
+
Vr as ISOWEEKNUM,
|
|
3909
|
+
ki as ISPMT,
|
|
3910
|
+
xn as ISTEXT,
|
|
3911
|
+
Be as KURT,
|
|
3912
|
+
fr as LARGE,
|
|
3913
|
+
Yf as LCM,
|
|
3914
|
+
oe as LEFT,
|
|
3915
|
+
ue as LEN,
|
|
3916
|
+
Dn as LINEST,
|
|
3917
|
+
Xf as LN,
|
|
3918
|
+
Gf as LOG,
|
|
3919
|
+
Hf as LOG10,
|
|
3920
|
+
We as LOGEST,
|
|
3921
|
+
Zu as LOGINV,
|
|
3922
|
+
Tt as LOGNORM,
|
|
3923
|
+
Ju as LOGNORMDIST,
|
|
3924
|
+
ku as LOGNORMINV,
|
|
3925
|
+
xr as LOOKUP,
|
|
3926
|
+
ie as LOWER,
|
|
3927
|
+
vr as MATCH,
|
|
3928
|
+
Qt as MAX,
|
|
3929
|
+
Ke as MAXA,
|
|
3930
|
+
qe as MAXIFS,
|
|
3931
|
+
or as MEDIAN,
|
|
3932
|
+
se as MID,
|
|
3933
|
+
$t as MIN,
|
|
3934
|
+
Qe as MINA,
|
|
3935
|
+
$e as MINIFS,
|
|
3936
|
+
Ao as MINUTE,
|
|
3937
|
+
di as MIRR,
|
|
3938
|
+
wf as MMULT,
|
|
3939
|
+
jf as MOD,
|
|
3940
|
+
it as MODE,
|
|
3941
|
+
du as MODEMULT,
|
|
3942
|
+
yu as MODESNGL,
|
|
3943
|
+
Do as MONTH,
|
|
3944
|
+
pf as MROUND,
|
|
3945
|
+
Bf as MULTINOMIAL,
|
|
3946
|
+
Wf as MUNIT,
|
|
3947
|
+
Qr as N,
|
|
3948
|
+
$r as NA,
|
|
3949
|
+
an as NEGBINOM,
|
|
3950
|
+
xu as NEGBINOMDIST,
|
|
3951
|
+
mt as NETWORKDAYS,
|
|
3952
|
+
vu as NETWORKDAYSINTL,
|
|
3953
|
+
yi as NOMINAL,
|
|
3954
|
+
k as NORM,
|
|
3955
|
+
mu as NORMDIST,
|
|
3956
|
+
bu as NORMINV,
|
|
3957
|
+
_u as NORMSDIST,
|
|
3958
|
+
ti as NORMSINV,
|
|
3959
|
+
Is as NOT,
|
|
3960
|
+
ao as NOW,
|
|
3961
|
+
xi as NPER,
|
|
3962
|
+
on as NPV,
|
|
3963
|
+
le as NUMBERVALUE,
|
|
3964
|
+
Mu as OCT2BIN,
|
|
3965
|
+
Eu as OCT2DEC,
|
|
3966
|
+
Iu as OCT2HEX,
|
|
3967
|
+
Kf as ODD,
|
|
3968
|
+
Ns as OR,
|
|
3969
|
+
vi as PDURATION,
|
|
3970
|
+
ur as PEARSON,
|
|
3971
|
+
K as PERCENTILE,
|
|
3972
|
+
ni as PERCENTILEEXC,
|
|
3973
|
+
ri as PERCENTILEINC,
|
|
3974
|
+
Ht as PERCENTRANK,
|
|
3975
|
+
ei as PERCENTRANKEXC,
|
|
3976
|
+
fi as PERCENTRANKINC,
|
|
3977
|
+
ze as PERMUT,
|
|
3978
|
+
Ze as PERMUTATIONA,
|
|
3979
|
+
Je as PHI,
|
|
3980
|
+
qf as PI,
|
|
3981
|
+
jt as PMT,
|
|
3982
|
+
Cn as POISSON,
|
|
3983
|
+
oi as POISSONDIST,
|
|
3984
|
+
hr as POWER,
|
|
3985
|
+
mi as PPMT,
|
|
3986
|
+
bi as PRICEDISC,
|
|
3987
|
+
ke as PROB,
|
|
3988
|
+
zt as PRODUCT,
|
|
3989
|
+
ce as PROPER,
|
|
3990
|
+
_i as PV,
|
|
3991
|
+
st as QUARTILE,
|
|
3992
|
+
ui as QUARTILEEXC,
|
|
3993
|
+
ii as QUARTILEINC,
|
|
3994
|
+
Qf as QUOTIENT,
|
|
3995
|
+
$f as RADIANS,
|
|
3996
|
+
zf as RAND,
|
|
3997
|
+
Zf as RANDBETWEEN,
|
|
3998
|
+
wt as RANK,
|
|
3999
|
+
si as RANKAVG,
|
|
4000
|
+
li as RANKEQ,
|
|
4001
|
+
ts as RATE,
|
|
4002
|
+
he as REPLACE,
|
|
4003
|
+
q as REPT,
|
|
4004
|
+
ge as RIGHT,
|
|
4005
|
+
Jf as ROMAN,
|
|
4006
|
+
gr as ROUND,
|
|
4007
|
+
kf as ROUNDDOWN,
|
|
4008
|
+
df as ROUNDUP,
|
|
4009
|
+
de as ROW,
|
|
4010
|
+
mr as ROWS,
|
|
4011
|
+
ns as RRI,
|
|
4012
|
+
ye as RSQ,
|
|
4013
|
+
Me as SEARCH,
|
|
4014
|
+
yf as SEC,
|
|
4015
|
+
xf as SECH,
|
|
4016
|
+
Co as SECOND,
|
|
4017
|
+
vf as SERIESSUM,
|
|
4018
|
+
mf as SIGN,
|
|
4019
|
+
bf as SIN,
|
|
4020
|
+
_f as SINH,
|
|
4021
|
+
Rn as SKEW,
|
|
4022
|
+
ci as SKEWP,
|
|
4023
|
+
rs as SLN,
|
|
4024
|
+
xe as SLOPE,
|
|
4025
|
+
ir as SMALL,
|
|
4026
|
+
br as SORT,
|
|
4027
|
+
to as SQRT,
|
|
4028
|
+
no as SQRTPI,
|
|
4029
|
+
ve as STANDARDIZE,
|
|
4030
|
+
B as STDEV,
|
|
4031
|
+
me as STDEVA,
|
|
4032
|
+
hi as STDEVP,
|
|
4033
|
+
be as STDEVPA,
|
|
4034
|
+
gi as STDEVS,
|
|
4035
|
+
_e as STEYX,
|
|
4036
|
+
Ee as SUBSTITUTE,
|
|
4037
|
+
ro as SUBTOTAL,
|
|
4038
|
+
b as SUM,
|
|
4039
|
+
eo as SUMIF,
|
|
4040
|
+
fo as SUMIFS,
|
|
4041
|
+
oo as SUMPRODUCT,
|
|
4042
|
+
uo as SUMSQ,
|
|
4043
|
+
io as SUMX2MY2,
|
|
4044
|
+
so as SUMX2PY2,
|
|
4045
|
+
lo as SUMXMY2,
|
|
4046
|
+
As as SWITCH,
|
|
4047
|
+
es as SYD,
|
|
4048
|
+
W as T,
|
|
4049
|
+
co as TAN,
|
|
4050
|
+
ho as TANH,
|
|
4051
|
+
fs as TBILLEQ,
|
|
4052
|
+
os as TBILLPRICE,
|
|
4053
|
+
us as TBILLYIELD,
|
|
4054
|
+
Mi as TDIST,
|
|
4055
|
+
Ei as TDISTRT,
|
|
4056
|
+
Ie as TEXT,
|
|
4057
|
+
Ne as TEXTJOIN,
|
|
4058
|
+
Ro as TIME,
|
|
4059
|
+
Oo as TIMEVALUE,
|
|
4060
|
+
Ii as TINV,
|
|
4061
|
+
Lo as TODAY,
|
|
4062
|
+
_r as TRANSPOSE,
|
|
4063
|
+
tf as TREND,
|
|
4064
|
+
Te as TRIM,
|
|
4065
|
+
nf as TRIMMEAN,
|
|
4066
|
+
Ts as TRUE,
|
|
4067
|
+
go as TRUNC,
|
|
4068
|
+
Ni as TTEST,
|
|
4069
|
+
zr as TYPE,
|
|
4070
|
+
Se as UNICHAR,
|
|
4071
|
+
Ae as UNICODE,
|
|
4072
|
+
En as UNIQUE,
|
|
4073
|
+
De as UPPER,
|
|
4074
|
+
ae as VALUE,
|
|
4075
|
+
p as VAR,
|
|
4076
|
+
sr as VARA,
|
|
4077
|
+
Ti as VARP,
|
|
4078
|
+
lr as VARPA,
|
|
4079
|
+
Si as VARS,
|
|
4080
|
+
vn as VLOOKUP,
|
|
4081
|
+
Po as WEEKDAY,
|
|
4082
|
+
Vo as WEEKNUM,
|
|
4083
|
+
On as WEIBULL,
|
|
4084
|
+
Ai as WEIBULLDIST,
|
|
4085
|
+
bt as WORKDAY,
|
|
4086
|
+
Di as WORKDAYINTL,
|
|
4087
|
+
is as XIRR,
|
|
4088
|
+
ss as XNPV,
|
|
4089
|
+
Ss as XOR,
|
|
4090
|
+
Fo as YEAR,
|
|
4091
|
+
Pn as YEARFRAC,
|
|
4092
|
+
Ln as Z,
|
|
4093
|
+
ai as ZTEST,
|
|
4094
|
+
Ds as utils
|
|
4095
|
+
};
|