From 155b00ce1321c373951ca45dbf5266c5d32a22e7 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Mon, 12 Aug 2024 11:36:57 +0200 Subject: [PATCH] Fixes --- .../docker-compose/docker-compose.local.yml | 28 +- .php-cs-fixer.cache | 2 +- package-lock.json | 6 + src/new/assets/backend/dashboard/dashboard.js | 2 +- .../Custom/PSC/Saxoprint_API_R1/Api/Base.php | 2 +- .../PSC/Saxoprint_API_R1/Api/GetConfig.php | 1 - .../PSC/Saxoprint_API_R1/Queue/Export.php | 1 + .../positions/EditPositionComponent.tsx | 2 +- .../System/PSC/Invoice/Webpack/yarn.lock | 84 +- .../PSC/XmlCalc/Transformer/Position.php | 17 +- src/new/web/build/560.268023de.js | 1 + src/new/web/build/858.29b73cf7.css | 14 + src/new/web/build/858.8dae100c.js | 2 + src/new/web/build/858.8dae100c.js.LICENSE.txt | 71 + src/new/web/build/881.53c3c8c3.js | 2 + src/new/web/build/881.53c3c8c3.js.LICENSE.txt | 134 + .../web/build/backend/dashboard.1bdabc5b.css | 1 + .../web/build/backend/dashboard.4a2f3ee4.js | 2 + .../backend/dashboard.4a2f3ee4.js.LICENSE.txt | 1 + src/new/web/build/backend/dashboard.css | 285 - src/new/web/build/backend/dashboard.js | 8194 - src/new/web/build/entrypoints.json | 22 +- src/new/web/build/manifest.json | 18 +- .../plugins/system/psc/invoice.18eac1b9.js | 1 + .../plugins/system/psc/invoice.19592370.css | 3 + .../web/build/plugins/system/psc/invoice.css | 6022 - .../web/build/plugins/system/psc/invoice.js | 7072 - src/new/web/build/runtime.9f422cb9.js | 1 + src/new/web/build/runtime.js | 229 - ...modules_core-js_modules_es_array-fb37e9.js | 4086 - ...ules_symfony_stimulus-bridge_di-6b5b46.css | 10750 -- ...dules_symfony_stimulus-bridge_di-6b5b46.js | 81908 --------- ...bay_nice-modal-react_lib_esm_ind-73e7df.js | 140316 --------------- src/new/yarn.lock | 22 +- .../tailwindcss/templates/article/show.phtml | 18 + 35 files changed, 337 insertions(+), 258983 deletions(-) create mode 100644 package-lock.json create mode 100644 src/new/web/build/560.268023de.js create mode 100644 src/new/web/build/858.29b73cf7.css create mode 100644 src/new/web/build/858.8dae100c.js create mode 100644 src/new/web/build/858.8dae100c.js.LICENSE.txt create mode 100644 src/new/web/build/881.53c3c8c3.js create mode 100644 src/new/web/build/881.53c3c8c3.js.LICENSE.txt create mode 100644 src/new/web/build/backend/dashboard.1bdabc5b.css create mode 100644 src/new/web/build/backend/dashboard.4a2f3ee4.js create mode 100644 src/new/web/build/backend/dashboard.4a2f3ee4.js.LICENSE.txt delete mode 100644 src/new/web/build/backend/dashboard.css delete mode 100644 src/new/web/build/backend/dashboard.js create mode 100644 src/new/web/build/plugins/system/psc/invoice.18eac1b9.js create mode 100644 src/new/web/build/plugins/system/psc/invoice.19592370.css delete mode 100644 src/new/web/build/plugins/system/psc/invoice.css delete mode 100644 src/new/web/build/plugins/system/psc/invoice.js create mode 100644 src/new/web/build/runtime.9f422cb9.js delete mode 100644 src/new/web/build/runtime.js delete mode 100644 src/new/web/build/vendors-node_modules_core-js_modules_es_array_concat_js-node_modules_core-js_modules_es_array-fb37e9.js delete mode 100644 src/new/web/build/vendors-node_modules_popperjs_core_dist_cjs_popper_js-node_modules_symfony_stimulus-bridge_di-6b5b46.css delete mode 100644 src/new/web/build/vendors-node_modules_popperjs_core_dist_cjs_popper_js-node_modules_symfony_stimulus-bridge_di-6b5b46.js delete mode 100644 src/new/web/build/vendors-var_plugins_System_PSC_Invoice_Webpack_node_modules_ebay_nice-modal-react_lib_esm_ind-73e7df.js diff --git a/.docker/docker-compose/docker-compose.local.yml b/.docker/docker-compose/docker-compose.local.yml index 3ee5cf6ef..4b4d8b9a8 100644 --- a/.docker/docker-compose/docker-compose.local.yml +++ b/.docker/docker-compose/docker-compose.local.yml @@ -22,11 +22,8 @@ services: - "SYS_PTRACE" security_opt: - "seccomp=unconfined" - x-develop: - watch: - - action: sync - path: "${APP_CODE_PATH_HOST?}" - target: "${APP_CODE_PATH_CONTAINER?}" + volumes: + - ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?} networks: - network extra_hosts: @@ -34,11 +31,8 @@ services: php-cron: environment: - PHP_IDE_CONFIG=${PHP_IDE_CONFIG?} - x-develop: - watch: - - action: sync - path: "${APP_CODE_PATH_HOST?}" - target: "${APP_CODE_PATH_CONTAINER?}" + volumes: + - ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?} networks: - network cap_add: @@ -49,11 +43,8 @@ services: - host.docker.internal:host-gateway web: - x-develop: - watch: - - action: sync - path: "${APP_CODE_PATH_HOST?}" - target: "${APP_CODE_PATH_CONTAINER?}" + volumes: + - ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?} ports: - "${NGINX_HOST_HTTP_PORT:-80}:80" - "${NGINX_HOST_HTTPS_PORT:-443}:443" @@ -85,11 +76,8 @@ services: - "SYS_PTRACE" security_opt: - "seccomp=unconfined" - x-develop: - watch: - - action: sync - path: "${APP_CODE_PATH_HOST?}" - target: "${APP_CODE_PATH_CONTAINER?}" + volumes: + - ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?} ports: - "${APPLICATION_SSH_HOST_PORT:-2222}:22" tty: true diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache index c573f3f34..42baa676d 100644 --- a/.php-cs-fixer.cache +++ b/.php-cs-fixer.cache @@ -1 +1 @@ -{"php":"8.1.2-1ubuntu2.17","version":"3.58.1","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_108279_Order.php":"c1d365a5ad4dfeee3383997e626831b3","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_684552_Order.php":"27c3688699abb77757627cf7f618375b","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_790387_Order.php":"db30dfe594f46be9e208dcbb374f2e00","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_883034_Order.php":"7f095bd98a39ae3e724a56f8b8934626","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_407502_Order.php":"9eff0e49f8f60c614f342a8cd1f7d7b6","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_878804_Order.php":"091c66110e42f494818523f6867c3924","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_560335_Order.php":"091c66110e42f494818523f6867c3924","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_369251_Order.php":"fdc922b3f85ae9d5b52a8584f30197b1","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_626579_Order.php":"9e4fef7639b40c9ceabfa294ec8dc72f","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_890384_Order.php":"6eb8a9802922f4359514640bb8a09712","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_682333_Order.php":"6ecaae0a084b0f6910795f2de0c5240f","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_334821_Order.php":"3f39b7e5f0a6e1f1867956282d7e9d35","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_807709_Order.php":"3f39b7e5f0a6e1f1867956282d7e9d35","src\/new\/src\/PSC\/Shop\/EntityBundle\/Document\/.null-ls_487904_Order.php":"0ebafbe4b13c110663ced76794e5ff31","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_478840_Order.php":"8790926188172b79c4d9c844b35f6a26","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_104127_Order.php":"5afd95d8ff2caf317cded4447a35c6e1","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_416937_Order.php":"f0072e8a5c45937e79dd79554d758c08","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_386057_Order.php":"019abafdec8cc662c94d7b10b4babad9","src\/new\/src\/PSC\/Shop\/OrderBundle\/Transformer\/.null-ls_320038_Order.php":"2b132b8e057ed585dfbe051d7eef886a","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_534289_CreateTest.php":"39861d112248dce90ea3ffe3a10d19ad","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_130301_CreateTest.php":"1fc8c6346124d8d5db6ad134d48332ff","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_211214_CreateTest.php":"ff5bc6c618fe0c66807110fd5442cdda","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_430706_Calc.php":"8ff282747a629d1c46bab5b519eaf253","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_795378_Calc.php":"15d2d8ff09a1d0e57b09da7d6d58709c","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_954880_Calc.php":"042073fcccb2eeebf79fd6f76916c594","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_138711_Calc.php":"2d7dac7447362215e0ffa6401cc76de8","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_463104_Calc.php":"f201d907f0ca2d890722bbe7b350f8c7","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_472300_Calc.php":"8d18d4c79725459bf18b3ae63415fe2a","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_479292_Calc.php":"77e16b2fb45e83138aea53de0a167a17","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_721725_CreateTest.php":"494c3101d540a3e93a9f6dddb3ec95f2","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_240232_Calc.php":"83e5712b1ca05a488fad102052e37511","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_622333_Calc.php":"c66ef3cdcfda2496e75f3e22149eeb69","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_658070_CreateTest.php":"183b68db42fe7d300344af465e6135c5","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_606421_Calc.php":"d91a3ddaab93e6fe3c48700e996c7384","src\/new\/tests\/PSC\/Shop\/Voucher\/.null-ls_363884_CreateTest.php":"c8fc44d2543bb120d330109e82ba2802","src\/new\/src\/PSC\/Shop\/VoucherBundle\/Service\/.null-ls_937979_Calc.php":"003ba89c60ad85559969cc8000aec888","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_291310_UserController.php":"215eaf108ffbf6b56d2c4b9f25fb09ae","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_402399_UserController.php":"215eaf108ffbf6b56d2c4b9f25fb09ae","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_343898_UserController.php":"6761b312c6e01350b43b3dd2353e1d27","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_246248_UserController.php":"205cbf7e108fe43b2b4365bdae83f7c7","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_354094_UserController.php":"3435084279686664f4f421104cc6d2bb","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_435057_UserController.php":"9171b37898ba22ea6487484db1cb303a","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_745245_UserController.php":"357ccd5c7184fac20501e1ab9bc1c412","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_271833_UserController.php":"21741ec9b1d8b2d4d24e0d4a64a3d633","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_256989_UserController.php":"be0fef8ba353b2e95ced8c1bfe0034f0","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_101198_UserController.php":"19871482eb04016d3dc6280bd67fef7c","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_182345_UserController.php":"19871482eb04016d3dc6280bd67fef7c","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_652788_UserController.php":"2866b4e09f7c22a8542c1bf9440bc61d","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_221418_UserController.php":"2866b4e09f7c22a8542c1bf9440bc61d","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_216990_UserController.php":"19871482eb04016d3dc6280bd67fef7c","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_330002_UserController.php":"160be877c1f5fd1ad9d7fef7b3c8dde7","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_446431_UserController.php":"25188c41d9eeef354bc6447d4b7731d7","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_563302_UserController.php":"a4d59bffa03eeb40d730f4abaf53170e","src\/old\/application\/design\/vorlagen\/bootstrap4_api\/articletemplates\/scripts\/.null-ls_903951_100.phtml":"2003a869b4537be15e02bea1be3795de","src\/old\/application\/design\/vorlagen\/bootstrap4_api\/articletemplates\/scripts\/.null-ls_695423_106.phtml":"7ea11f620c1f0333ce6dd79a319c332c","src\/old\/application\/design\/vorlagen\/bootstrap4_api\/articletemplates\/scripts\/.null-ls_401356_101.phtml":"76cdae20b3666c140e50874ba012ee2a","src\/old\/application\/design\/vorlagen\/bootstrap4_api\/articletemplates\/scripts\/.null-ls_961567_101.phtml":"76cdae20b3666c140e50874ba012ee2a","src\/old\/application\/design\/vorlagen\/bootstrap4_api\/templates\/basket\/.null-ls_720995_finish.phtml":"56b91871e6819e7ace07f2c7c5c802ec","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/basket\/.null-ls_793200_finish.phtml":"824bda1d8a297b8ba1a0ce46631689f7","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_600600_UserController.php":"00b3978b01130f4bc07c85e02e4cca3a","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_388055_UserController.php":"b56e6e179aa734055acbdfb8fd1cfa9a","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_759692_UserController.php":"d38538f0130bc17eee3dcf6128229cba","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_580672_UserController.php":"f4a406062b27f9c728d259582baca718","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_883082_UserController.php":"ce03bd0c9a5443b577e0911ff18940d8","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_878504_UserController.php":"64f68265f86d9054fe3a242638a65b00","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_933685_UserController.php":"d0c170af7a56c6dac27ca1dd38791161","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_160640_UserController.php":"8fdcf49fe63e72046e08ae205a6114cb","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_835868_UserController.php":"978f30b7db1e3f242382351774d9686f","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_463640_UserController.php":"88a8282f1ce97a0da27e5000ff6dbc7b","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_910917_UserController.php":"261df5eb2fa1e44d5ad590038af8b0f0","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_366445_UserController.php":"5d7074eab5cefe8384764aa0049e82cd","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_900126_UserController.php":"0b4825901aaad44aa90e19290ed369c1","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_856364_UserController.php":"ca0fa087df91ae06d6aa1a399063b54d","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_273910_UserController.php":"ba6cbd26532e2052fc0f9fd939ec14f4","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_449266_UserController.php":"6f138c21b8afdffe668f4fc71a91253d","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_952688_UserController.php":"22b42a6d58e712a127b7bd8f2b5ee7e2","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_911832_UserController.php":"f28403db08cce912472b8a0aef826778","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_837090_UserController.php":"ab7c3cd47255c2ad2e18749939b1bb7e","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_592651_UserController.php":"ab7c3cd47255c2ad2e18749939b1bb7e","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_369641_UserController.php":"832f49a8f73a820e2bd4879c1432f160","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_614251_UserController.php":"bd0a573651d36412449977411fdbfb44","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_241173_UserController.php":"f8456d6148a485791b7f75008c697444","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_601474_UserController.php":"0b0cbfa5bf5342b07887eca8e613c78a","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_726151_UserController.php":"4121d2a411e9a7b043c0c874d8005c18","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_770603_UserController.php":"4121d2a411e9a7b043c0c874d8005c18","src\/new\/var\/plugins\/Custom\/PSC\/CollectLayouter\/Controller\/Frontend\/.null-ls_433823_UserController.php":"bc269e3697577c52d60d3031e5a16aa2"}} \ No newline at end of file +{"php":"8.1.2-1ubuntu2.18","version":"3.59.3","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_922907_show.phtml":"8eaf3a3b1c64f979fed55c45b24bc728","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_842889_show.phtml":"2d6efcbaf6b17623bc12cb0f5d612c91","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_234736_show.phtml":"6d653835bdb0da53e0841e75f6d6cc6e","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_941560_show.phtml":"8818f37b43247067d8ae3b5a14b4643e","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_686848_show.phtml":"def4ab19aaa9d7fbfdb614ac6dca48e6","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_455965_show.phtml":"22a834a40efb89217e4d14382a03336b","src\/old\/application\/design\/vorlagen\/tailwindcss\/templates\/article\/.null-ls_356816_show.phtml":"0e9ab99b4f92f52eaadd52aa71722b40","src\/new\/var\/plugins\/System\/PSC\/XmlCalc\/Transformer\/.null-ls_669370_Position.php":"bf8a5708a285af970ae6794de6056f6e","src\/new\/var\/plugins\/System\/PSC\/XmlCalc\/Transformer\/.null-ls_327960_Position.php":"60b274fedea96037fec284095084a188","src\/new\/var\/plugins\/System\/PSC\/XmlCalc\/Transformer\/.null-ls_648625_Position.php":"60b274fedea96037fec284095084a188"}} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..3e76333a2 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "pscdevmake", + "lockfileVersion": 2, + "requires": true, + "packages": {} +} diff --git a/src/new/assets/backend/dashboard/dashboard.js b/src/new/assets/backend/dashboard/dashboard.js index ad3adcdb6..79134c427 100755 --- a/src/new/assets/backend/dashboard/dashboard.js +++ b/src/new/assets/backend/dashboard/dashboard.js @@ -1,6 +1,6 @@ import Bs5Utils from "bs5-utils"; import { startStimulusApp } from '@symfony/stimulus-bridge'; - +const app = startStimulusApp(); global.$ = global.jQuery = window.jQuery = require('jquery'); require('@popperjs/core/dist/cjs/popper'); global.bootstrap = require('bootstrap/dist/js/bootstrap'); diff --git a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/Base.php b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/Base.php index 4b04af113..2adddb756 100755 --- a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/Base.php +++ b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/Base.php @@ -53,8 +53,8 @@ class Base 'json' => $data, ]); - $this->logService->createLogEntry($this->shopEntity, new Contact(), LogEntry::INFO, Saxoprint::class, "saxoprint", "SaxoPrint PrintShop Response", ['content' => $response->getContent(), 'status' => $response->getStatusCode()]); $content = $response->toArray(); + $this->logService->createLogEntry($this->shopEntity, new Contact(), LogEntry::INFO, Saxoprint::class, "saxoprint", "SaxoPrint PrintShop Response", ['content' => $response->getContent(), 'status' => $response->getStatusCode()]); return $content; } diff --git a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/GetConfig.php b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/GetConfig.php index f9b30b7c4..f1a7ba1dd 100755 --- a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/GetConfig.php +++ b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Api/GetConfig.php @@ -15,7 +15,6 @@ class GetConfig extends Base return []; } - $resultLangPropertyValues = $this->getCache()->get( 'saxoprint_result_lang_property_values', function (ItemInterface $item) { // $item->expiresAfter(3600); diff --git a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Queue/Export.php b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Queue/Export.php index 29ed31464..cbdea367e 100755 --- a/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Queue/Export.php +++ b/src/new/var/plugins/Custom/PSC/Saxoprint_API_R1/Queue/Export.php @@ -161,6 +161,7 @@ class Export implements QueueInterface, ConfigurableElementInterface $this->_postPrintJob->setOrder($order); $result = $this->_postPrintJob->call(); + var_dump($result); if($result && isset($result['Ordernumber'])) { $position->setExternalOrderNumber($result['Ordernumber']); $position->setStatus($settings->getStatusSuccess()); diff --git a/src/new/var/plugins/System/PSC/Invoice/Webpack/src/modules/positions/EditPositionComponent.tsx b/src/new/var/plugins/System/PSC/Invoice/Webpack/src/modules/positions/EditPositionComponent.tsx index d9ecfe3ba..f3d6a8774 100755 --- a/src/new/var/plugins/System/PSC/Invoice/Webpack/src/modules/positions/EditPositionComponent.tsx +++ b/src/new/var/plugins/System/PSC/Invoice/Webpack/src/modules/positions/EditPositionComponent.tsx @@ -24,7 +24,7 @@ const EditPositionComponent = ({position, shop, changePos}) => {  `;else{let r=`toast-${this.#e}-button-${t}`;p+=` `,e.hasOwnProperty("handler")&&"function"==typeof e.handler&&m.push({id:r,handler:e.handler})}})),p+=""),h.innerHTML=`
\n ${t}\n ${r}\n ${n}\n ${l?``:""}\n
\n
\n ${i}\n ${p}\n
`,s.defaults.toasts.stacking||document.querySelectorAll(`#${s.defaults.toasts.container} .toast`).forEach((e=>{e.remove()})),document.querySelector(`#${s.defaults.toasts.container}`).appendChild(h),h.addEventListener("hidden.bs.toast",(function(e){e.target.remove()})),m.forEach((e=>{document.getElementById(e.id).addEventListener("click",e.handler)}));const f={autohide:a>0&&"number"==typeof a};a>0&&"number"==typeof a&&(f.delay=a);const g=new bootstrap.Toast(h,f);return g.show(),g}}class i{#e=0;show(e,t,r=0,n=!0){this.#e++;const i=s.defaults.styles[e],o=i.btnClose.join(" "),a=document.createElement("div");a.classList.add("toast","align-items-center","border-1","border-dark"),i.main.forEach((e=>{a.classList.add(e)})),a.setAttribute("id",`snack-${this.#e}`),a.setAttribute("role","alert"),a.setAttribute("aria-live","assertive"),a.setAttribute("aria-atomic","true"),a.innerHTML=`
\n
${t}
\n ${n?``:""}\n
`,s.defaults.toasts.stacking||document.querySelectorAll(`#${s.defaults.toasts.container} .toast`).forEach((e=>{e.remove()})),document.querySelector(`#${s.defaults.toasts.container}`).appendChild(a),a.addEventListener("hidden.bs.toast",(function(e){e.target.remove()}));const l={autohide:r>0&&"number"==typeof r};r>0&&"number"==typeof r&&(l.delay=r);const c=new bootstrap.Toast(a,l);return c.show(),c}}class o{#e=0;show({type:e,title:t="",content:r="",buttons:n=[],centered:i=!1,dismissible:o=!0,backdrop:a=!!o||"static",keyboard:l=o,focus:c=!0,fullscreen:u=!1,size:d=""}){this.#e++,d=["sm","lg","xl"].includes(d)?`modal-${d}`:"",u=u?"modal-fullscreen":"",i=i?"modal-dialog-centered modal-dialog-scrollable":"";const h=s.defaults.styles[e],p=h.btnClose.join(" "),m=h.border,f=document.createElement("div");f.setAttribute("id",`modal-${this.#e}`),f.setAttribute("tabindex","-1"),f.classList.add("modal");let g="",_=[];Array.isArray(n)&&n.length&&(g+=`"),f.innerHTML=` `,document.body.appendChild(f),f.addEventListener("hidden.bs.modal",(function(e){e.target.remove()})),_.forEach((e=>{document.getElementById(e.id).addEventListener("click",e.handler)}));const b={backdrop:a,keyboard:l,focus:c},v=new bootstrap.Modal(f,b);return v.show(),v}}class s{static defaults={toasts:{position:"top-right",container:"toast-container",stacking:!0},styles:{secondary:{btnClose:["btn-close-white"],main:["text-white","bg-secondary"],border:["border-secondary"]},light:{btnClose:[],main:["text-dark","bg-light","border-bottom","border-dark"],border:["border-dark"]},white:{btnClose:[],main:["text-dark","bg-white","border-bottom","border-dark"],border:["border-dark"]},dark:{btnClose:["btn-close-white"],main:["text-white","bg-dark"],border:["border-dark"]},info:{btnClose:["btn-close-white"],main:["text-white","bg-info"],border:["border-info"]},primary:{btnClose:["btn-close-white"],main:["text-white","bg-primary"],border:["border-primary"]},success:{btnClose:["btn-close-white"],main:["text-white","bg-success"],border:["border-success"]},warning:{btnClose:["btn-close-white"],main:["text-white","bg-warning"],border:["border-warning"]},danger:{btnClose:["btn-close-white"],main:["text-white","bg-danger"],border:["border-danger"]}}};constructor(){this.#t(),this.Toast=new n,this.Snack=new i,this.Modal=new o}#t(){let e=document.querySelector(`#${s.defaults.toasts.container}`);if(!e){const t={"top-left":"top-0 start-0 ms-1 mt-1","top-center":"top-0 start-50 translate-middle-x mt-1","top-right":"top-0 end-0 me-1 mt-1","middle-left":"top-50 start-0 translate-middle-y ms-1","middle-center":"top-50 start-50 translate-middle p-3","middle-right":"top-50 end-0 translate-middle-y me-1","bottom-left":"bottom-0 start-0 ms-1 mb-1","bottom-center":"bottom-0 start-50 translate-middle-x mb-1","bottom-right":"bottom-0 end-0 me-1 mb-1"};e=document.createElement("div"),e.classList.add("position-relative"),e.setAttribute("aria-live","polite"),e.setAttribute("aria-atomic","true"),e.innerHTML=`
`,document.body.appendChild(e)}}static registerStyle(e,t){if("object"!=typeof t&&Array.isArray(t))throw"The styles parameter must be an object when you register component style.";s.defaults.styles[e]=t}}},31530:(e,t,r)=>{"use strict";var n=r(28710).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},48457:(e,t,r)=>{"use strict";var n=r(49974),i=r(47908),o=r(53411),s=r(97659),a=r(17466),l=r(86135),c=r(71246);e.exports=function(e){var t,r,u,d,h,p,m=i(e),f="function"==typeof this?this:Array,g=arguments.length,_=g>1?arguments[1]:void 0,b=void 0!==_,v=c(m),y=0;if(b&&(_=n(_,g>2?arguments[2]:void 0,2)),null==v||f==Array&&s(v))for(r=new f(t=a(m.length));t>y;y++)p=b?_(m[y],y):m[y],l(r,y,p);else for(h=(d=v.call(m)).next,r=new f;!(u=h.call(d)).done;y++)p=b?o(d,_,[u.value,y],!0):u.value,l(r,y,p);return r.length=y,r}},53671:(e,t,r)=>{var n=r(13099),i=r(47908),o=r(68361),s=r(17466),a=function(e){return function(t,r,a,l){n(r);var c=i(t),u=o(c),d=s(c.length),h=e?d-1:0,p=e?-1:1;if(a<2)for(;;){if(h in u){l=u[h],h+=p;break}if(h+=p,e?h<0:d<=h)throw TypeError("Reduce of empty array with no initial value")}for(;e?h>=0:d>h;h+=p)h in u&&(l=r(l,u[h],h,c));return l}};e.exports={left:a(!1),right:a(!0)}},95631:(e,t,r)=>{"use strict";var n=r(3070).f,i=r(70030),o=r(12248),s=r(49974),a=r(25787),l=r(20408),c=r(70654),u=r(96340),d=r(19781),h=r(62423).fastKey,p=r(29909),m=p.set,f=p.getterFor;e.exports={getConstructor:function(e,t,r,c){var u=e((function(e,n){a(e,u,t),m(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=n&&l(n,e[c],e,r)})),p=f(t),g=function(e,t,r){var n,i,o=p(e),s=_(e,t);return s?s.value=r:(o.last=s={index:i=h(t,!0),key:t,value:r,previous:n=o.last,next:void 0,removed:!1},o.first||(o.first=s),n&&(n.next=s),d?o.size++:e.size++,"F"!==i&&(o.index[i]=s)),e},_=function(e,t){var r,n=p(e),i=h(t);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key==t)return r};return o(u.prototype,{clear:function(){for(var e=p(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=this,r=p(t),n=_(t,e);if(n){var i=n.next,o=n.previous;delete r.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),r.first==n&&(r.first=i),r.last==n&&(r.last=o),d?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=p(this),n=s(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!_(this,e)}}),o(u.prototype,r?{get:function(e){var t=_(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),d&&n(u.prototype,"size",{get:function(){return p(this).size}}),u},setStrong:function(e,t,r){var n=t+" Iterator",i=f(t),o=f(n);c(e,t,(function(e,t){m(this,{type:n,target:e,state:i(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),u(t)}}},29320:(e,t,r)=>{"use strict";var n=r(12248),i=r(62423).getWeakData,o=r(19670),s=r(70111),a=r(25787),l=r(20408),c=r(42092),u=r(86656),d=r(29909),h=d.set,p=d.getterFor,m=c.find,f=c.findIndex,g=0,_=function(e){return e.frozen||(e.frozen=new b)},b=function(){this.entries=[]},v=function(e,t){return m(e.entries,(function(e){return e[0]===t}))};b.prototype={get:function(e){var t=v(this,e);if(t)return t[1]},has:function(e){return!!v(this,e)},set:function(e,t){var r=v(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=f(this.entries,(function(t){return t[0]===e}));return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,r,c){var d=e((function(e,n){a(e,d,t),h(e,{type:t,id:g++,frozen:void 0}),null!=n&&l(n,e[c],e,r)})),m=p(t),f=function(e,t,r){var n=m(e),s=i(o(t),!0);return!0===s?_(n).set(t,r):s[n.id]=r,e};return n(d.prototype,{delete:function(e){var t=m(this);if(!s(e))return!1;var r=i(e);return!0===r?_(t).delete(e):r&&u(r,t.id)&&delete r[t.id]},has:function(e){var t=m(this);if(!s(e))return!1;var r=i(e);return!0===r?_(t).has(e):r&&u(r,t.id)}}),n(d.prototype,r?{get:function(e){var t=m(this);if(s(e)){var r=i(e);return!0===r?_(t).get(e):r?r[t.id]:void 0}},set:function(e,t){return f(this,e,t)}}:{add:function(e){return f(this,e,!0)}}),d}}},77710:(e,t,r)=>{"use strict";var n=r(82109),i=r(17854),o=r(54705),s=r(31320),a=r(62423),l=r(20408),c=r(25787),u=r(70111),d=r(47293),h=r(17072),p=r(58003),m=r(79587);e.exports=function(e,t,r){var f=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),_=f?"set":"add",b=i[e],v=b&&b.prototype,y=b,w={},x=function(e){var t=v[e];s(v,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!u(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:function(e,r){return t.call(this,0===e?0:e,r),this})};if(o(e,"function"!=typeof b||!(g||v.forEach&&!d((function(){(new b).entries().next()})))))y=r.getConstructor(t,e,f,_),a.REQUIRED=!0;else if(o(e,!0)){var k=new y,E=k[_](g?{}:-0,1)!=k,C=d((function(){k.has(1)})),S=h((function(e){new b(e)})),T=!g&&d((function(){for(var e=new b,t=5;t--;)e[_](t,t);return!e.has(-0)}));S||((y=t((function(t,r){c(t,y,e);var n=m(new b,t,y);return null!=r&&l(r,n[_],n,f),n}))).prototype=v,v.constructor=y),(C||T)&&(x("delete"),x("has"),f&&x("get")),(T||E)&&x(_),g&&v.clear&&delete v.clear}return w[e]=y,n({global:!0,forced:y!=b},w),p(y,e),g||r.setStrong(y,e,f),y}},84964:(e,t,r)=>{var n=r(5112)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[n]=!1,"/./"[e](t)}catch(e){}}return!1}},38709:(e,t,r)=>{"use strict";var n=r(19670),i=r(57593);e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return i(n(this),"number"!==e)}},27007:(e,t,r)=>{"use strict";r(74916);var n=r(31320),i=r(47293),o=r(5112),s=r(22261),a=r(68880),l=o("species"),c=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),u="$0"==="a".replace(/./,"$0"),d=o("replace"),h=!!/./[d]&&""===/./[d]("a","$0"),p=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));e.exports=function(e,t,r,d){var m=o(e),f=!i((function(){var t={};return t[m]=function(){return 7},7!=""[e](t)})),g=f&&!i((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[l]=function(){return r},r.flags="",r[m]=/./[m]),r.exec=function(){return t=!0,null},r[m](""),!t}));if(!f||!g||"replace"===e&&(!c||!u||h)||"split"===e&&!p){var _=/./[m],b=r(m,""[e],(function(e,t,r,n,i){return t.exec===s?f&&!i?{done:!0,value:_.call(t,r,n)}:{done:!0,value:e.call(r,t,n)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),v=b[0],y=b[1];n(String.prototype,e,v),n(RegExp.prototype,m,2==t?function(e,t){return y.call(e,this,t)}:function(e){return y.call(e,this)})}d&&a(RegExp.prototype[m],"sham",!0)}},76677:(e,t,r)=>{var n=r(47293);e.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},27065:(e,t,r)=>{"use strict";var n=r(13099),i=r(70111),o=[].slice,s={},a=function(e,t,r){if(!(t in s)){for(var n=[],i=0;i{var n=r(19670),i=r(71246);e.exports=function(e){var t=i(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return n(t.call(e))}},79587:(e,t,r)=>{var n=r(70111),i=r(27674);e.exports=function(e,t,r){var o,s;return i&&"function"==typeof(o=t.constructor)&&o!==r&&n(s=o.prototype)&&s!==r.prototype&&i(e,s),e}},62423:(e,t,r)=>{var n=r(3501),i=r(70111),o=r(86656),s=r(3070).f,a=r(69711),l=r(76677),c=a("meta"),u=0,d=Object.isExtensible||function(){return!0},h=function(e){s(e,c,{value:{objectID:"O"+ ++u,weakData:{}}})},p=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,c)){if(!d(e))return"F";if(!t)return"E";h(e)}return e[c].objectID},getWeakData:function(e,t){if(!o(e,c)){if(!d(e))return!0;if(!t)return!1;h(e)}return e[c].weakData},onFreeze:function(e){return l&&p.REQUIRED&&d(e)&&!o(e,c)&&h(e),e}};n[c]=!0},47850:(e,t,r)=>{var n=r(70111),i=r(84326),o=r(5112)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==i(e))}},590:(e,t,r)=>{var n=r(47293),i=r(5112),o=r(31913),s=i("iterator");e.exports=!n((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r="";return e.pathname="c%20d",t.forEach((function(e,n){t.delete("b"),r+=n+e})),o&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host}))},3929:(e,t,r)=>{var n=r(47850);e.exports=function(e){if(n(e))throw TypeError("The method doesn't accept regular expressions");return e}},2814:(e,t,r)=>{var n=r(17854),i=r(53111).trim,o=r(81361),s=n.parseFloat,a=1/s(o+"-0")!=-1/0;e.exports=a?function(e){var t=i(String(e)),r=s(t);return 0===r&&"-"==t.charAt(0)?-0:r}:s},83009:(e,t,r)=>{var n=r(17854),i=r(53111).trim,o=r(81361),s=n.parseInt,a=/^[+-]?0[Xx]/,l=8!==s(o+"08")||22!==s(o+"0x16");e.exports=l?function(e,t){var r=i(String(e));return s(r,t>>>0||(a.test(r)?16:10))}:s},44699:(e,t,r)=>{var n=r(19781),i=r(81956),o=r(45656),s=r(55296).f,a=function(e){return function(t){for(var r,a=o(t),l=i(a),c=l.length,u=0,d=[];c>u;)r=l[u++],n&&!s.call(a,r)||d.push(e?[r,a[r]]:a[r]);return d}};e.exports={entries:a(!0),values:a(!1)}},97651:(e,t,r)=>{var n=r(84326),i=r(22261);e.exports=function(e,t){var r=e.exec;if("function"==typeof r){var o=r.call(e,t);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==n(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},22261:(e,t,r)=>{"use strict";var n,i,o=r(67066),s=r(52999),a=RegExp.prototype.exec,l=String.prototype.replace,c=a,u=(n=/a/,i=/b*/g,a.call(n,"a"),a.call(i,"a"),0!==n.lastIndex||0!==i.lastIndex),d=s.UNSUPPORTED_Y||s.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(u||h||d)&&(c=function(e){var t,r,n,i,s=this,c=d&&s.sticky,p=o.call(s),m=s.source,f=0,g=e;return c&&(-1===(p=p.replace("y","")).indexOf("g")&&(p+="g"),g=String(e).slice(s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==e[s.lastIndex-1])&&(m="(?: "+m+")",g=" "+g,f++),r=new RegExp("^(?:"+m+")",p)),h&&(r=new RegExp("^"+m+"$(?!\\s)",p)),u&&(t=s.lastIndex),n=a.call(c?r:s,g),c?n?(n.input=n.input.slice(f),n[0]=n[0].slice(f),n.index=s.lastIndex,s.lastIndex+=n[0].length):s.lastIndex=0:u&&n&&(s.lastIndex=s.global?n.index+n[0].length:t),h&&n&&n.length>1&&l.call(n[0],r,(function(){for(i=1;i{"use strict";var n=r(19670);e.exports=function(){var e=n(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},52999:(e,t,r)=>{"use strict";var n=r(47293);function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=n((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=n((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},81150:e=>{e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},33197:e=>{"use strict";var t=2147483647,r=/[^\0-\u007E]/,n=/[.\u3002\uFF0E\uFF61]/g,i="Overflow: input needs wider integers to process",o=Math.floor,s=String.fromCharCode,a=function(e){return e+22+75*(e<26)},l=function(e,t,r){var n=0;for(e=r?o(e/700):e>>1,e+=o(e/t);e>455;n+=36)e=o(e/35);return o(n+36*e/(e+38))},c=function(e){var r=[];e=function(e){for(var t=[],r=0,n=e.length;r=55296&&i<=56319&&r=d&&co((t-h)/_))throw RangeError(i);for(h+=(g-d)*_,d=g,n=0;nt)throw RangeError(i);if(c==d){for(var b=h,v=36;;v+=36){var y=v<=p?1:v>=p+26?26:v-p;if(b{var n=r(47293),i=r(81361);e.exports=function(e){return n((function(){return!!i[e]()||"​…᠎"!="​…᠎"[e]()||i[e].name!==e}))}},53111:(e,t,r)=>{var n=r(84488),i="["+r(81361)+"]",o=RegExp("^"+i+i+"*"),s=RegExp(i+i+"*$"),a=function(e){return function(t){var r=String(n(t));return 1&e&&(r=r.replace(o,"")),2&e&&(r=r.replace(s,"")),r}};e.exports={start:a(1),end:a(2),trim:a(3)}},81361:e=>{e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},26541:(e,t,r)=>{"use strict";var n=r(82109),i=r(42092).every,o=r(9341),s=r(29207),a=o("every"),l=s("every");n({target:"Array",proto:!0,forced:!a||!l},{every:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},69826:(e,t,r)=>{"use strict";var n=r(82109),i=r(42092).find,o=r(51223),s=r(29207),a="find",l=!0,c=s(a);a in[]&&Array(1)[a]((function(){l=!1})),n({target:"Array",proto:!0,forced:l||!c},{find:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o(a)},91038:(e,t,r)=>{var n=r(82109),i=r(48457);n({target:"Array",stat:!0,forced:!r(17072)((function(e){Array.from(e)}))},{from:i})},26699:(e,t,r)=>{"use strict";var n=r(82109),i=r(41318).includes,o=r(51223);n({target:"Array",proto:!0,forced:!r(29207)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},82772:(e,t,r)=>{"use strict";var n=r(82109),i=r(41318).indexOf,o=r(9341),s=r(29207),a=[].indexOf,l=!!a&&1/[1].indexOf(1,-0)<0,c=o("indexOf"),u=s("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:l||!c||!u},{indexOf:function(e){return l?a.apply(this,arguments)||0:i(this,e,arguments.length>1?arguments[1]:void 0)}})},79753:(e,t,r)=>{r(82109)({target:"Array",stat:!0},{isArray:r(43157)})},69600:(e,t,r)=>{"use strict";var n=r(82109),i=r(68361),o=r(45656),s=r(9341),a=[].join,l=i!=Object,c=s("join",",");n({target:"Array",proto:!0,forced:l||!c},{join:function(e){return a.call(o(this),void 0===e?",":e)}})},85827:(e,t,r)=>{"use strict";var n=r(82109),i=r(53671).left,o=r(9341),s=r(29207),a=o("reduce"),l=s("reduce",{1:0});n({target:"Array",proto:!0,forced:!a||!l},{reduce:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},65069:(e,t,r)=>{"use strict";var n=r(82109),i=r(43157),o=[].reverse,s=[1,2];n({target:"Array",proto:!0,forced:String(s)===String(s.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),o.call(this)}})},40561:(e,t,r)=>{"use strict";var n=r(82109),i=r(51400),o=r(99958),s=r(17466),a=r(47908),l=r(65417),c=r(86135),u=r(81194),d=r(29207),h=u("splice"),p=d("splice",{ACCESSORS:!0,0:0,1:2}),m=Math.max,f=Math.min,g=9007199254740991,_="Maximum allowed length exceeded";n({target:"Array",proto:!0,forced:!h||!p},{splice:function(e,t){var r,n,u,d,h,p,b=a(this),v=s(b.length),y=i(e,v),w=arguments.length;if(0===w?r=n=0:1===w?(r=0,n=v-y):(r=w-2,n=f(m(o(t),0),v-y)),v+r-n>g)throw TypeError(_);for(u=l(b,n),d=0;dv-n+r;d--)delete b[d-1]}else if(r>n)for(d=v-n;d>y;d--)p=d+r-1,(h=d+n-1)in b?b[p]=b[h]:delete b[p];for(d=0;d{var n=r(68880),i=r(38709),o=r(5112)("toPrimitive"),s=Date.prototype;o in s||n(s,o,i)},83710:(e,t,r)=>{var n=r(31320),i=Date.prototype,o="Invalid Date",s="toString",a=i[s],l=i.getTime;new Date(NaN)+""!=o&&n(i,s,(function(){var e=l.call(this);return e==e?a.call(this):o}))},24812:(e,t,r)=>{r(82109)({target:"Function",proto:!0},{bind:r(27065)})},73706:(e,t,r)=>{var n=r(17854);r(58003)(n.JSON,"JSON",!0)},51532:(e,t,r)=>{"use strict";var n=r(77710),i=r(95631);e.exports=n("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},10408:(e,t,r)=>{r(58003)(Math,"Math",!0)},9653:(e,t,r)=>{"use strict";var n=r(19781),i=r(17854),o=r(54705),s=r(31320),a=r(86656),l=r(84326),c=r(79587),u=r(57593),d=r(47293),h=r(70030),p=r(8006).f,m=r(31236).f,f=r(3070).f,g=r(53111).trim,_="Number",b=i[_],v=b.prototype,y=l(h(v))==_,w=function(e){var t,r,n,i,o,s,a,l,c=u(e,!1);if("string"==typeof c&&c.length>2)if(43===(t=(c=g(c)).charCodeAt(0))||45===t){if(88===(r=c.charCodeAt(2))||120===r)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+c}for(s=(o=c.slice(2)).length,a=0;ai)return NaN;return parseInt(o,n)}return+c};if(o(_,!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var x,k=function(e){var t=arguments.length<1?0:e,r=this;return r instanceof k&&(y?d((function(){v.valueOf.call(r)})):l(r)!=_)?c(new b(w(t)),r,k):w(t)},E=n?p(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),C=0;E.length>C;C++)a(b,x=E[C])&&!a(k,x)&&f(k,x,m(b,x));k.prototype=v,v.constructor=k,s(i,_,k)}},44048:(e,t,r)=>{r(82109)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},9494:(e,t,r)=>{var n=r(82109),i=r(83009);n({target:"Number",stat:!0,forced:Number.parseInt!=i},{parseInt:i})},69720:(e,t,r)=>{var n=r(82109),i=r(44699).entries;n({target:"Object",stat:!0},{entries:function(e){return i(e)}})},30489:(e,t,r)=>{var n=r(82109),i=r(47293),o=r(47908),s=r(79518),a=r(49920);n({target:"Object",stat:!0,forced:i((function(){s(1)})),sham:!a},{getPrototypeOf:function(e){return s(o(e))}})},47941:(e,t,r)=>{var n=r(82109),i=r(47908),o=r(81956);n({target:"Object",stat:!0,forced:r(47293)((function(){o(1)}))},{keys:function(e){return o(i(e))}})},26833:(e,t,r)=>{var n=r(82109),i=r(44699).values;n({target:"Object",stat:!0},{values:function(e){return i(e)}})},54678:(e,t,r)=>{var n=r(82109),i=r(2814);n({global:!0,forced:parseFloat!=i},{parseFloat:i})},91058:(e,t,r)=>{var n=r(82109),i=r(83009);n({global:!0,forced:parseInt!=i},{parseInt:i})},12419:(e,t,r)=>{var n=r(82109),i=r(35005),o=r(13099),s=r(19670),a=r(70111),l=r(70030),c=r(27065),u=r(47293),d=i("Reflect","construct"),h=u((function(){function e(){}return!(d((function(){}),[],e)instanceof e)})),p=!u((function(){d((function(){}))})),m=h||p;n({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(e,t){o(e),s(t);var r=arguments.length<3?e:o(arguments[2]);if(p&&!h)return d(e,t,r);if(e==r){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var n=[null];return n.push.apply(n,t),new(c.apply(e,n))}var i=r.prototype,u=l(a(i)?i:Object.prototype),m=Function.apply.call(e,u,t);return a(m)?m:u}})},74819:(e,t,r)=>{var n=r(82109),i=r(70111),o=r(19670),s=r(86656),a=r(31236),l=r(79518);n({target:"Reflect",stat:!0},{get:function e(t,r){var n,c,u=arguments.length<3?t:arguments[2];return o(t)===u?t[r]:(n=a.f(t,r))?s(n,"value")?n.value:void 0===n.get?void 0:n.get.call(u):i(c=l(t))?e(c,r,u):void 0}})},24603:(e,t,r)=>{var n=r(19781),i=r(17854),o=r(54705),s=r(79587),a=r(3070).f,l=r(8006).f,c=r(47850),u=r(67066),d=r(52999),h=r(31320),p=r(47293),m=r(29909).set,f=r(96340),g=r(5112)("match"),_=i.RegExp,b=_.prototype,v=/a/g,y=/a/g,w=new _(v)!==v,x=d.UNSUPPORTED_Y;if(n&&o("RegExp",!w||x||p((function(){return y[g]=!1,_(v)!=v||_(y)==y||"/a/i"!=_(v,"i")})))){for(var k=function(e,t){var r,n=this instanceof k,i=c(e),o=void 0===t;if(!n&&i&&e.constructor===k&&o)return e;w?i&&!o&&(e=e.source):e instanceof k&&(o&&(t=u.call(e)),e=e.source),x&&(r=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,""));var a=s(w?new _(e,t):_(e,t),n?this:b,k);return x&&r&&m(a,{sticky:r}),a},E=function(e){e in k||a(k,e,{configurable:!0,get:function(){return _[e]},set:function(t){_[e]=t}})},C=l(_),S=0;C.length>S;)E(C[S++]);b.constructor=k,k.prototype=b,h(i,"RegExp",k)}f("RegExp")},74916:(e,t,r)=>{"use strict";var n=r(82109),i=r(22261);n({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},39714:(e,t,r)=>{"use strict";var n=r(31320),i=r(19670),o=r(47293),s=r(67066),a="toString",l=RegExp.prototype,c=l[a],u=o((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),d=c.name!=a;(u||d)&&n(RegExp.prototype,a,(function(){var e=i(this),t=String(e.source),r=e.flags;return"/"+t+"/"+String(void 0===r&&e instanceof RegExp&&!("flags"in l)?s.call(e):r)}),{unsafe:!0})},70189:(e,t,r)=>{"use strict";var n=r(77710),i=r(95631);e.exports=n("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},32023:(e,t,r)=>{"use strict";var n=r(82109),i=r(3929),o=r(84488);n({target:"String",proto:!0,forced:!r(84964)("includes")},{includes:function(e){return!!~String(o(this)).indexOf(i(e),arguments.length>1?arguments[1]:void 0)}})},4723:(e,t,r)=>{"use strict";var n=r(27007),i=r(19670),o=r(17466),s=r(84488),a=r(31530),l=r(97651);n("match",1,(function(e,t,r){return[function(t){var r=s(this),n=null==t?void 0:t[e];return void 0!==n?n.call(t,r):new RegExp(t)[e](String(r))},function(e){var n=r(t,e,this);if(n.done)return n.value;var s=i(e),c=String(this);if(!s.global)return l(s,c);var u=s.unicode;s.lastIndex=0;for(var d,h=[],p=0;null!==(d=l(s,c));){var m=String(d[0]);h[p]=m,""===m&&(s.lastIndex=a(c,o(s.lastIndex),u)),p++}return 0===p?null:h}]}))},15306:(e,t,r)=>{"use strict";var n=r(27007),i=r(19670),o=r(47908),s=r(17466),a=r(99958),l=r(84488),c=r(31530),u=r(97651),d=Math.max,h=Math.min,p=Math.floor,m=/\$([$&'`]|\d\d?|<[^>]*>)/g,f=/\$([$&'`]|\d\d?)/g;n("replace",2,(function(e,t,r,n){var g=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,_=n.REPLACE_KEEPS_$0,b=g?"$":"$0";return[function(r,n){var i=l(this),o=null==r?void 0:r[e];return void 0!==o?o.call(r,i,n):t.call(String(i),r,n)},function(e,n){if(!g&&_||"string"==typeof n&&-1===n.indexOf(b)){var o=r(t,e,this,n);if(o.done)return o.value}var l=i(e),p=String(this),m="function"==typeof n;m||(n=String(n));var f=l.global;if(f){var y=l.unicode;l.lastIndex=0}for(var w=[];;){var x=u(l,p);if(null===x)break;if(w.push(x),!f)break;""===String(x[0])&&(l.lastIndex=c(p,s(l.lastIndex),y))}for(var k,E="",C=0,S=0;S=C&&(E+=p.slice(C,A)+O,C=A+T.length)}return E+p.slice(C)}];function v(e,r,n,i,s,a){var l=n+e.length,c=i.length,u=f;return void 0!==s&&(s=o(s),u=m),t.call(a,u,(function(t,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return r.slice(0,n);case"'":return r.slice(l);case"<":a=s[o.slice(1,-1)];break;default:var u=+o;if(0===u)return t;if(u>c){var d=p(u/10);return 0===d?t:d<=c?void 0===i[d-1]?o.charAt(1):i[d-1]+o.charAt(1):t}a=i[u-1]}return void 0===a?"":a}))}}))},64765:(e,t,r)=>{"use strict";var n=r(27007),i=r(19670),o=r(84488),s=r(81150),a=r(97651);n("search",1,(function(e,t,r){return[function(t){var r=o(this),n=null==t?void 0:t[e];return void 0!==n?n.call(t,r):new RegExp(t)[e](String(r))},function(e){var n=r(t,e,this);if(n.done)return n.value;var o=i(e),l=String(this),c=o.lastIndex;s(c,0)||(o.lastIndex=0);var u=a(o,l);return s(o.lastIndex,c)||(o.lastIndex=c),null===u?-1:u.index}]}))},73210:(e,t,r)=>{"use strict";var n=r(82109),i=r(53111).trim;n({target:"String",proto:!0,forced:r(76091)("trim")},{trim:function(){return i(this)}})},72443:(e,t,r)=>{r(97235)("asyncIterator")},96649:(e,t,r)=>{r(97235)("toPrimitive")},39341:(e,t,r)=>{r(97235)("toStringTag")},4129:(e,t,r)=>{"use strict";var n,i=r(17854),o=r(12248),s=r(62423),a=r(77710),l=r(29320),c=r(70111),u=r(29909).enforce,d=r(68536),h=!i.ActiveXObject&&"ActiveXObject"in i,p=Object.isExtensible,m=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},f=e.exports=a("WeakMap",m,l);if(d&&h){n=l.getConstructor(m,"WeakMap",!0),s.REQUIRED=!0;var g=f.prototype,_=g.delete,b=g.has,v=g.get,y=g.set;o(g,{delete:function(e){if(c(e)&&!p(e)){var t=u(this);return t.frozen||(t.frozen=new n),_.call(this,e)||t.frozen.delete(e)}return _.call(this,e)},has:function(e){if(c(e)&&!p(e)){var t=u(this);return t.frozen||(t.frozen=new n),b.call(this,e)||t.frozen.has(e)}return b.call(this,e)},get:function(e){if(c(e)&&!p(e)){var t=u(this);return t.frozen||(t.frozen=new n),b.call(this,e)?v.call(this,e):t.frozen.get(e)}return v.call(this,e)},set:function(e,t){if(c(e)&&!p(e)){var r=u(this);r.frozen||(r.frozen=new n),b.call(this,e)?y.call(this,e,t):r.frozen.set(e,t)}else y.call(this,e,t);return this}})}},38478:(e,t,r)=>{"use strict";r(77710)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(29320))},41637:(e,t,r)=>{"use strict";r(66992);var n=r(82109),i=r(35005),o=r(590),s=r(31320),a=r(12248),l=r(58003),c=r(24994),u=r(29909),d=r(25787),h=r(86656),p=r(49974),m=r(70648),f=r(19670),g=r(70111),_=r(70030),b=r(79114),v=r(18554),y=r(71246),w=r(5112),x=i("fetch"),k=i("Headers"),E=w("iterator"),C="URLSearchParams",S=C+"Iterator",T=u.set,A=u.getterFor(C),L=u.getterFor(S),R=/\+/g,F=Array(4),D=function(e){return F[e-1]||(F[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},O=function(e){try{return decodeURIComponent(e)}catch(t){return e}},N=function(e){var t=e.replace(R," "),r=4;try{return decodeURIComponent(t)}catch(e){for(;r;)t=t.replace(D(r--),O);return t}},M=/[!'()~]|%20/g,I={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},$=function(e){return I[e]},B=function(e){return encodeURIComponent(e).replace(M,$)},P=function(e,t){if(t)for(var r,n,i=t.split("&"),o=0;o0?arguments[0]:void 0,u=this,p=[];if(T(u,{type:C,entries:p,updateURL:function(){},updateSearchParams:j}),void 0!==c)if(g(c))if("function"==typeof(e=y(c)))for(r=(t=e.call(c)).next;!(n=r.call(t)).done;){if((s=(o=(i=v(f(n.value))).next).call(i)).done||(a=o.call(i)).done||!o.call(i).done)throw TypeError("Expected sequence with length 2");p.push({key:s.value+"",value:a.value+""})}else for(l in c)h(c,l)&&p.push({key:l,value:c[l]+""});else P(p,"string"==typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},U=H.prototype;a(U,{append:function(e,t){q(arguments.length,2);var r=A(this);r.entries.push({key:e+"",value:t+""}),r.updateURL()},delete:function(e){q(arguments.length,1);for(var t=A(this),r=t.entries,n=e+"",i=0;ie.key){i.splice(t,0,e);break}t===r&&i.push(e)}n.updateURL()},forEach:function(e){for(var t,r=A(this).entries,n=p(e,arguments.length>1?arguments[1]:void 0,3),i=0;i1&&(g(t=arguments[1])&&(r=t.body,m(r)===C&&((n=t.headers?new k(t.headers):new k).has("content-type")||n.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=_(t,{body:b(0,String(r)),headers:b(0,n)}))),i.push(t)),x.apply(this,i)}}),e.exports={URLSearchParams:H,getState:A}},60285:(e,t,r)=>{"use strict";r(78783);var n,i=r(82109),o=r(19781),s=r(590),a=r(17854),l=r(36048),c=r(31320),u=r(25787),d=r(86656),h=r(21574),p=r(48457),m=r(28710).codeAt,f=r(33197),g=r(58003),_=r(41637),b=r(29909),v=a.URL,y=_.URLSearchParams,w=_.getState,x=b.set,k=b.getterFor("URL"),E=Math.floor,C=Math.pow,S="Invalid scheme",T="Invalid host",A="Invalid port",L=/[A-Za-z]/,R=/[\d+\-.A-Za-z]/,F=/\d/,D=/^(0x|0X)/,O=/^[0-7]+$/,N=/^\d+$/,M=/^[\dA-Fa-f]+$/,I=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,$=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,B=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,P=/[\u0009\u000A\u000D]/g,j=function(e,t){var r,n,i;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return T;if(!(r=z(t.slice(1,-1))))return T;e.host=r}else if(X(e)){if(t=f(t),I.test(t))return T;if(null===(r=q(t)))return T;e.host=r}else{if($.test(t))return T;for(r="",n=p(t),i=0;i4)return e;for(r=[],n=0;n1&&"0"==i.charAt(0)&&(o=D.test(i)?16:8,i=i.slice(8==o?1:2)),""===i)s=0;else{if(!(10==o?N:8==o?O:M).test(i))return e;s=parseInt(i,o)}r.push(s)}for(n=0;n=C(256,5-t))return null}else if(s>255)return null;for(a=r.pop(),n=0;n6)return;for(n=0;h();){if(i=null,n>0){if(!("."==h()&&n<4))return;d++}if(!F.test(h()))return;for(;F.test(h());){if(o=parseInt(h(),10),null===i)i=o;else{if(0==i)return;i=10*i+o}if(i>255)return;d++}l[c]=256*l[c]+i,2!=++n&&4!=n||c++}if(4!=n)return;break}if(":"==h()){if(d++,!h())return}else if(h())return;l[c++]=t}else{if(null!==u)return;d++,u=++c}}if(null!==u)for(s=c-u,c=7;0!=c&&s>0;)a=l[c],l[c--]=l[u+s-1],l[u+--s]=a;else if(8!=c)return;return l},H=function(e){var t,r,n,i;if("number"==typeof e){for(t=[],r=0;r<4;r++)t.unshift(e%256),e=E(e/256);return t.join(".")}if("object"==typeof e){for(t="",n=function(e){for(var t=null,r=1,n=null,i=0,o=0;o<8;o++)0!==e[o]?(i>r&&(t=n,r=i),n=null,i=0):(null===n&&(n=o),++i);return i>r&&(t=n,r=i),t}(e),r=0;r<8;r++)i&&0===e[r]||(i&&(i=!1),n===r?(t+=r?":":"::",i=!0):(t+=e[r].toString(16),r<7&&(t+=":")));return"["+t+"]"}return e},U={},W=h({},U,{" ":1,'"':1,"<":1,">":1,"`":1}),V=h({},W,{"#":1,"?":1,"{":1,"}":1}),G=h({},V,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),K=function(e,t){var r=m(e,0);return r>32&&r<127&&!d(t,e)?e:encodeURIComponent(e)},Y={ftp:21,file:null,http:80,https:443,ws:80,wss:443},X=function(e){return d(Y,e.scheme)},Q=function(e){return""!=e.username||""!=e.password},Z=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},J=function(e,t){var r;return 2==e.length&&L.test(e.charAt(0))&&(":"==(r=e.charAt(1))||!t&&"|"==r)},ee=function(e){var t;return e.length>1&&J(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},te=function(e){var t=e.path,r=t.length;!r||"file"==e.scheme&&1==r&&J(t[0],!0)||t.pop()},re=function(e){return"."===e||"%2e"===e.toLowerCase()},ne={},ie={},oe={},se={},ae={},le={},ce={},ue={},de={},he={},pe={},me={},fe={},ge={},_e={},be={},ve={},ye={},we={},xe={},ke={},Ee=function(e,t,r,i){var o,s,a,l,c,u=r||ne,h=0,m="",f=!1,g=!1,_=!1;for(r||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(B,"")),t=t.replace(P,""),o=p(t);h<=o.length;){switch(s=o[h],u){case ne:if(!s||!L.test(s)){if(r)return S;u=oe;continue}m+=s.toLowerCase(),u=ie;break;case ie:if(s&&(R.test(s)||"+"==s||"-"==s||"."==s))m+=s.toLowerCase();else{if(":"!=s){if(r)return S;m="",u=oe,h=0;continue}if(r&&(X(e)!=d(Y,m)||"file"==m&&(Q(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=m,r)return void(X(e)&&Y[e.scheme]==e.port&&(e.port=null));m="","file"==e.scheme?u=ge:X(e)&&i&&i.scheme==e.scheme?u=se:X(e)?u=ue:"/"==o[h+1]?(u=ae,h++):(e.cannotBeABaseURL=!0,e.path.push(""),u=we)}break;case oe:if(!i||i.cannotBeABaseURL&&"#"!=s)return S;if(i.cannotBeABaseURL&&"#"==s){e.scheme=i.scheme,e.path=i.path.slice(),e.query=i.query,e.fragment="",e.cannotBeABaseURL=!0,u=ke;break}u="file"==i.scheme?ge:le;continue;case se:if("/"!=s||"/"!=o[h+1]){u=le;continue}u=de,h++;break;case ae:if("/"==s){u=he;break}u=ye;continue;case le:if(e.scheme=i.scheme,s==n)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query;else if("/"==s||"\\"==s&&X(e))u=ce;else if("?"==s)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query="",u=xe;else{if("#"!=s){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.path.pop(),u=ye;continue}e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=ke}break;case ce:if(!X(e)||"/"!=s&&"\\"!=s){if("/"!=s){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,u=ye;continue}u=he}else u=de;break;case ue:if(u=de,"/"!=s||"/"!=m.charAt(h+1))continue;h++;break;case de:if("/"!=s&&"\\"!=s){u=he;continue}break;case he:if("@"==s){f&&(m="%40"+m),f=!0,a=p(m);for(var b=0;b65535)return A;e.port=X(e)&&w===Y[e.scheme]?null:w,m=""}if(r)return;u=ve;continue}return A}m+=s;break;case ge:if(e.scheme="file","/"==s||"\\"==s)u=_e;else{if(!i||"file"!=i.scheme){u=ye;continue}if(s==n)e.host=i.host,e.path=i.path.slice(),e.query=i.query;else if("?"==s)e.host=i.host,e.path=i.path.slice(),e.query="",u=xe;else{if("#"!=s){ee(o.slice(h).join(""))||(e.host=i.host,e.path=i.path.slice(),te(e)),u=ye;continue}e.host=i.host,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=ke}}break;case _e:if("/"==s||"\\"==s){u=be;break}i&&"file"==i.scheme&&!ee(o.slice(h).join(""))&&(J(i.path[0],!0)?e.path.push(i.path[0]):e.host=i.host),u=ye;continue;case be:if(s==n||"/"==s||"\\"==s||"?"==s||"#"==s){if(!r&&J(m))u=ye;else if(""==m){if(e.host="",r)return;u=ve}else{if(l=j(e,m))return l;if("localhost"==e.host&&(e.host=""),r)return;m="",u=ve}continue}m+=s;break;case ve:if(X(e)){if(u=ye,"/"!=s&&"\\"!=s)continue}else if(r||"?"!=s)if(r||"#"!=s){if(s!=n&&(u=ye,"/"!=s))continue}else e.fragment="",u=ke;else e.query="",u=xe;break;case ye:if(s==n||"/"==s||"\\"==s&&X(e)||!r&&("?"==s||"#"==s)){if(".."===(c=(c=m).toLowerCase())||"%2e."===c||".%2e"===c||"%2e%2e"===c?(te(e),"/"==s||"\\"==s&&X(e)||e.path.push("")):re(m)?"/"==s||"\\"==s&&X(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&J(m)&&(e.host&&(e.host=""),m=m.charAt(0)+":"),e.path.push(m)),m="","file"==e.scheme&&(s==n||"?"==s||"#"==s))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==s?(e.query="",u=xe):"#"==s&&(e.fragment="",u=ke)}else m+=K(s,V);break;case we:"?"==s?(e.query="",u=xe):"#"==s?(e.fragment="",u=ke):s!=n&&(e.path[0]+=K(s,U));break;case xe:r||"#"!=s?s!=n&&("'"==s&&X(e)?e.query+="%27":e.query+="#"==s?"%23":K(s,U)):(e.fragment="",u=ke);break;case ke:s!=n&&(e.fragment+=K(s,W))}h++}},Ce=function(e){var t,r,n=u(this,Ce,"URL"),i=arguments.length>1?arguments[1]:void 0,s=String(e),a=x(n,{type:"URL"});if(void 0!==i)if(i instanceof Ce)t=k(i);else if(r=Ee(t={},String(i)))throw TypeError(r);if(r=Ee(a,s,null,t))throw TypeError(r);var l=a.searchParams=new y,c=w(l);c.updateSearchParams(a.query),c.updateURL=function(){a.query=String(l)||null},o||(n.href=Te.call(n),n.origin=Ae.call(n),n.protocol=Le.call(n),n.username=Re.call(n),n.password=Fe.call(n),n.host=De.call(n),n.hostname=Oe.call(n),n.port=Ne.call(n),n.pathname=Me.call(n),n.search=Ie.call(n),n.searchParams=$e.call(n),n.hash=Be.call(n))},Se=Ce.prototype,Te=function(){var e=k(this),t=e.scheme,r=e.username,n=e.password,i=e.host,o=e.port,s=e.path,a=e.query,l=e.fragment,c=t+":";return null!==i?(c+="//",Q(e)&&(c+=r+(n?":"+n:"")+"@"),c+=H(i),null!==o&&(c+=":"+o)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?s[0]:s.length?"/"+s.join("/"):"",null!==a&&(c+="?"+a),null!==l&&(c+="#"+l),c},Ae=function(){var e=k(this),t=e.scheme,r=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&X(e)?t+"://"+H(e.host)+(null!==r?":"+r:""):"null"},Le=function(){return k(this).scheme+":"},Re=function(){return k(this).username},Fe=function(){return k(this).password},De=function(){var e=k(this),t=e.host,r=e.port;return null===t?"":null===r?H(t):H(t)+":"+r},Oe=function(){var e=k(this).host;return null===e?"":H(e)},Ne=function(){var e=k(this).port;return null===e?"":String(e)},Me=function(){var e=k(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Ie=function(){var e=k(this).query;return e?"?"+e:""},$e=function(){return k(this).searchParams},Be=function(){var e=k(this).fragment;return e?"#"+e:""},Pe=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(o&&l(Se,{href:Pe(Te,(function(e){var t=k(this),r=String(e),n=Ee(t,r);if(n)throw TypeError(n);w(t.searchParams).updateSearchParams(t.query)})),origin:Pe(Ae),protocol:Pe(Le,(function(e){var t=k(this);Ee(t,String(e)+":",ne)})),username:Pe(Re,(function(e){var t=k(this),r=p(String(e));if(!Z(t)){t.username="";for(var n=0;n0&&t-1 in e)}E.fn=E.prototype={jquery:k,constructor:E,length:0,toArray:function(){return a.call(this)},get:function(e){return null==e?a.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(e){return this.pushStack(E.map(this,(function(t,r){return e.call(t,r,t)})))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(E.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,r=+e+(e<0?t:0);return this.pushStack(r>=0&&r+~]|"+$+")"+$+"*"),W=new RegExp($+"|>"),V=new RegExp(j),G=new RegExp("^"+B+"$"),K={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+j),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+$+"*(even|odd|(([+-]|)(\\d*)n|)"+$+"*(?:([+-]|)"+$+"*(\\d+)|))"+$+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+$+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+$+"*((?:-\\d)?\\d*)"+$+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,X=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+$+"?|\\\\([^\\r\\n\\f])","g"),re=function(e,t){var r="0x"+e.slice(1)-65536;return t||(r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320))},ne=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){h()},se=ye((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{O.apply(R=N.call(w.childNodes),w.childNodes),R[w.childNodes.length].nodeType}catch(e){O={apply:R.length?function(e,t){D.apply(e,N.call(t))}:function(e,t){for(var r=e.length,n=0;e[r++]=t[n++];);e.length=r-1}}}function ae(e,t,n,i){var o,a,c,u,d,m,_,b=t&&t.ownerDocument,w=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return n;if(!i&&(h(t),t=t||p,f)){if(11!==w&&(d=J.exec(e)))if(o=d[1]){if(9===w){if(!(c=t.getElementById(o)))return n;if(c.id===o)return n.push(c),n}else if(b&&(c=b.getElementById(o))&&v(t,c)&&c.id===o)return n.push(c),n}else{if(d[2])return O.apply(n,t.getElementsByTagName(e)),n;if((o=d[3])&&r.getElementsByClassName&&t.getElementsByClassName)return O.apply(n,t.getElementsByClassName(o)),n}if(r.qsa&&!T[e+" "]&&(!g||!g.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(_=e,b=t,1===w&&(W.test(e)||U.test(e))){for((b=ee.test(e)&&_e(t.parentNode)||t)===t&&r.scope||((u=t.getAttribute("id"))?u=u.replace(ne,ie):t.setAttribute("id",u=y)),a=(m=s(e)).length;a--;)m[a]=(u?"#"+u:":scope")+" "+ve(m[a]);_=m.join(",")}try{return O.apply(n,b.querySelectorAll(_)),n}catch(t){T(e,!0)}finally{u===y&&t.removeAttribute("id")}}}return l(e.replace(z,"$1"),t,n,i)}function le(){var e=[];return function t(r,i){return e.push(r+" ")>n.cacheLength&&delete t[e.shift()],t[r+" "]=i}}function ce(e){return e[y]=!0,e}function ue(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var r=e.split("|"),i=r.length;i--;)n.attrHandle[r[i]]=t}function he(e,t){var r=t&&e,n=r&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(r)for(;r=r.nextSibling;)if(r===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function me(e){return function(t){var r=t.nodeName.toLowerCase();return("input"===r||"button"===r)&&t.type===e}}function fe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&se(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ge(e){return ce((function(t){return t=+t,ce((function(r,n){for(var i,o=e([],r.length,t),s=o.length;s--;)r[i=o[s]]&&(r[i]=!(n[i]=r[i]))}))}))}function _e(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in r=ae.support={},o=ae.isXML=function(e){var t=e&&e.namespaceURI,r=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||r&&r.nodeName||"HTML")},h=ae.setDocument=function(e){var t,i,s=e?e.ownerDocument||e:w;return s!=p&&9===s.nodeType&&s.documentElement?(m=(p=s).documentElement,f=!o(p),w!=p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",oe,!1):i.attachEvent&&i.attachEvent("onunload",oe)),r.scope=ue((function(e){return m.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),r.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),r.getElementsByTagName=ue((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),r.getElementsByClassName=Z.test(p.getElementsByClassName),r.getById=ue((function(e){return m.appendChild(e).id=y,!p.getElementsByName||!p.getElementsByName(y).length})),r.getById?(n.filter.ID=function(e){var t=e.replace(te,re);return function(e){return e.getAttribute("id")===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&f){var r=t.getElementById(e);return r?[r]:[]}}):(n.filter.ID=function(e){var t=e.replace(te,re);return function(e){var r=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return r&&r.value===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&f){var r,n,i,o=t.getElementById(e);if(o){if((r=o.getAttributeNode("id"))&&r.value===e)return[o];for(i=t.getElementsByName(e),n=0;o=i[n++];)if((r=o.getAttributeNode("id"))&&r.value===e)return[o]}return[]}}),n.find.TAG=r.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):r.qsa?t.querySelectorAll(e):void 0}:function(e,t){var r,n=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;r=o[i++];)1===r.nodeType&&n.push(r);return n}return o},n.find.CLASS=r.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&f)return t.getElementsByClassName(e)},_=[],g=[],(r.qsa=Z.test(p.querySelectorAll))&&(ue((function(e){var t;m.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+$+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+$+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+y+"-]").length||g.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+$+"*name"+$+"*="+$+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+y+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+$+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),m.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(r.matchesSelector=Z.test(b=m.matches||m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&ue((function(e){r.disconnectedMatch=b.call(e,"*"),b.call(e,"[s!='']:x"),_.push("!=",j)})),g=g.length&&new RegExp(g.join("|")),_=_.length&&new RegExp(_.join("|")),t=Z.test(m.compareDocumentPosition),v=t||Z.test(m.contains)?function(e,t){var r=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(r.contains?r.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},A=t?function(e,t){if(e===t)return d=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!r.sortDetached&&t.compareDocumentPosition(e)===n?e==p||e.ownerDocument==w&&v(w,e)?-1:t==p||t.ownerDocument==w&&v(w,t)?1:u?M(u,e)-M(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return d=!0,0;var r,n=0,i=e.parentNode,o=t.parentNode,s=[e],a=[t];if(!i||!o)return e==p?-1:t==p?1:i?-1:o?1:u?M(u,e)-M(u,t):0;if(i===o)return he(e,t);for(r=e;r=r.parentNode;)s.unshift(r);for(r=t;r=r.parentNode;)a.unshift(r);for(;s[n]===a[n];)n++;return n?he(s[n],a[n]):s[n]==w?-1:a[n]==w?1:0},p):p},ae.matches=function(e,t){return ae(e,null,null,t)},ae.matchesSelector=function(e,t){if(h(e),r.matchesSelector&&f&&!T[t+" "]&&(!_||!_.test(t))&&(!g||!g.test(t)))try{var n=b.call(e,t);if(n||r.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){T(t,!0)}return ae(t,p,null,[e]).length>0},ae.contains=function(e,t){return(e.ownerDocument||e)!=p&&h(e),v(e,t)},ae.attr=function(e,t){(e.ownerDocument||e)!=p&&h(e);var i=n.attrHandle[t.toLowerCase()],o=i&&L.call(n.attrHandle,t.toLowerCase())?i(e,t,!f):void 0;return void 0!==o?o:r.attributes||!f?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},ae.escape=function(e){return(e+"").replace(ne,ie)},ae.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ae.uniqueSort=function(e){var t,n=[],i=0,o=0;if(d=!r.detectDuplicates,u=!r.sortStable&&e.slice(0),e.sort(A),d){for(;t=e[o++];)t===e[o]&&(i=n.push(o));for(;i--;)e.splice(n[i],1)}return u=null,e},i=ae.getText=function(e){var t,r="",n=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)r+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[n++];)r+=i(t);return r},n=ae.selectors={cacheLength:50,createPseudo:ce,match:K,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,re),e[3]=(e[3]||e[4]||e[5]||"").replace(te,re),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ae.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ae.error(e[0]),e},PSEUDO:function(e){var t,r=!e[6]&&e[2];return K.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":r&&V.test(r)&&(t=s(r,!0))&&(t=r.indexOf(")",r.length-t)-r.length)&&(e[0]=e[0].slice(0,t),e[2]=r.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,re).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+$+")"+e+"("+$+"|$)"))&&E(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,r){return function(n){var i=ae.attr(n,e);return null==i?"!="===t:!t||(i+="","="===t?i===r:"!="===t?i!==r:"^="===t?r&&0===i.indexOf(r):"*="===t?r&&i.indexOf(r)>-1:"$="===t?r&&i.slice(-r.length)===r:"~="===t?(" "+i.replace(q," ")+" ").indexOf(r)>-1:"|="===t&&(i===r||i.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,r,n,i){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===n&&0===i?function(e){return!!e.parentNode}:function(t,r,l){var c,u,d,h,p,m,f=o!==s?"nextSibling":"previousSibling",g=t.parentNode,_=a&&t.nodeName.toLowerCase(),b=!l&&!a,v=!1;if(g){if(o){for(;f;){for(h=t;h=h[f];)if(a?h.nodeName.toLowerCase()===_:1===h.nodeType)return!1;m=f="only"===e&&!m&&"nextSibling"}return!0}if(m=[s?g.firstChild:g.lastChild],s&&b){for(v=(p=(c=(u=(d=(h=g)[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1])&&c[2],h=p&&g.childNodes[p];h=++p&&h&&h[f]||(v=p=0)||m.pop();)if(1===h.nodeType&&++v&&h===t){u[e]=[x,p,v];break}}else if(b&&(v=p=(c=(u=(d=(h=t)[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1]),!1===v)for(;(h=++p&&h&&h[f]||(v=p=0)||m.pop())&&((a?h.nodeName.toLowerCase()!==_:1!==h.nodeType)||!++v||(b&&((u=(d=h[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]=[x,v]),h!==t)););return(v-=i)===n||v%n==0&&v/n>=0}}},PSEUDO:function(e,t){var r,i=n.pseudos[e]||n.setFilters[e.toLowerCase()]||ae.error("unsupported pseudo: "+e);return i[y]?i(t):i.length>1?(r=[e,e,"",t],n.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,r){for(var n,o=i(e,t),s=o.length;s--;)e[n=M(e,o[s])]=!(r[n]=o[s])})):function(e){return i(e,0,r)}):i}},pseudos:{not:ce((function(e){var t=[],r=[],n=a(e.replace(z,"$1"));return n[y]?ce((function(e,t,r,i){for(var o,s=n(e,null,i,[]),a=e.length;a--;)(o=s[a])&&(e[a]=!(t[a]=o))})):function(e,i,o){return t[0]=e,n(t,null,o,r),t[0]=null,!r.pop()}})),has:ce((function(e){return function(t){return ae(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,re),function(t){return(t.textContent||i(t)).indexOf(e)>-1}})),lang:ce((function(e){return G.test(e||"")||ae.error("unsupported lang: "+e),e=e.replace(te,re).toLowerCase(),function(t){var r;do{if(r=f?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(r=r.toLowerCase())===e||0===r.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var r=e.location&&e.location.hash;return r&&r.slice(1)===t.id},root:function(e){return e===m},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:fe(!1),disabled:fe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!n.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return X.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ge((function(){return[0]})),last:ge((function(e,t){return[t-1]})),eq:ge((function(e,t,r){return[r<0?r+t:r]})),even:ge((function(e,t){for(var r=0;rt?t:r;--n>=0;)e.push(n);return e})),gt:ge((function(e,t,r){for(var n=r<0?r+t:r;++n1?function(t,r,n){for(var i=e.length;i--;)if(!e[i](t,r,n))return!1;return!0}:e[0]}function xe(e,t,r,n,i){for(var o,s=[],a=0,l=e.length,c=null!=t;a-1&&(o[c]=!(s[c]=d))}}else _=xe(_===s?_.splice(m,_.length):_),i?i(null,s,_,l):O.apply(s,_)}))}function Ee(e){for(var t,r,i,o=e.length,s=n.relative[e[0].type],a=s||n.relative[" "],l=s?1:0,u=ye((function(e){return e===t}),a,!0),d=ye((function(e){return M(t,e)>-1}),a,!0),h=[function(e,r,n){var i=!s&&(n||r!==c)||((t=r).nodeType?u(e,r,n):d(e,r,n));return t=null,i}];l1&&we(h),l>1&&ve(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),r,l0,i=e.length>0,o=function(o,s,a,l,u){var d,m,g,_=0,b="0",v=o&&[],y=[],w=c,k=o||i&&n.find.TAG("*",u),E=x+=null==w?1:Math.random()||.1,C=k.length;for(u&&(c=s==p||s||u);b!==C&&null!=(d=k[b]);b++){if(i&&d){for(m=0,s||d.ownerDocument==p||(h(d),a=!f);g=e[m++];)if(g(d,s||p,a)){l.push(d);break}u&&(x=E)}r&&((d=!g&&d)&&_--,o&&v.push(d))}if(_+=b,r&&b!==_){for(m=0;g=t[m++];)g(v,y,s,a);if(o){if(_>0)for(;b--;)v[b]||y[b]||(y[b]=F.call(l));y=xe(y)}O.apply(l,y),u&&!o&&y.length>0&&_+t.length>1&&ae.uniqueSort(l)}return u&&(x=E,c=w),v};return r?ce(o):o}(o,i)),a.selector=e}return a},l=ae.select=function(e,t,r,i){var o,l,c,u,d,h="function"==typeof e&&e,p=!i&&s(e=h.selector||e);if(r=r||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&f&&n.relative[l[1].type]){if(!(t=(n.find.ID(c.matches[0].replace(te,re),t)||[])[0]))return r;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=K.needsContext.test(e)?0:l.length;o--&&(c=l[o],!n.relative[u=c.type]);)if((d=n.find[u])&&(i=d(c.matches[0].replace(te,re),ee.test(l[0].type)&&_e(t.parentNode)||t))){if(l.splice(o,1),!(e=i.length&&ve(l)))return O.apply(r,i),r;break}}return(h||a(e,p))(i,t,!f,r,!t||ee.test(e)&&_e(t.parentNode)||t),r},r.sortStable=y.split("").sort(A).join("")===y,r.detectDuplicates=!!d,h(),r.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ue((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,r){if(!r)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),r.attributes&&ue((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,r){if(!r&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(I,(function(e,t,r){var n;if(!r)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null})),ae}(n);E.find=S,E.expr=S.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=S.uniqueSort,E.text=S.getText,E.isXMLDoc=S.isXML,E.contains=S.contains,E.escapeSelector=S.escape;var T=function(e,t,r){for(var n=[],i=void 0!==r;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&E(e).is(r))break;n.push(e)}return n},A=function(e,t){for(var r=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&r.push(e);return r},L=E.expr.match.needsContext;function R(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var F=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,t,r){return _(t)?E.grep(e,(function(e,n){return!!t.call(e,n,e)!==r})):t.nodeType?E.grep(e,(function(e){return e===t!==r})):"string"!=typeof t?E.grep(e,(function(e){return u.call(t,e)>-1!==r})):E.filter(t,e,r)}E.filter=function(e,t,r){var n=t[0];return r&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?E.find.matchesSelector(n,e)?[n]:[]:E.find.matches(e,E.grep(t,(function(e){return 1===e.nodeType})))},E.fn.extend({find:function(e){var t,r,n=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter((function(){for(t=0;t1?E.uniqueSort(r):r},filter:function(e){return this.pushStack(D(this,e||[],!1))},not:function(e){return this.pushStack(D(this,e||[],!0))},is:function(e){return!!D(this,"string"==typeof e&&L.test(e)?E(e):e||[],!1).length}});var O,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,r){var n,i;if(!e)return this;if(r=r||O,"string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:N.exec(e))||!n[1]&&t)return!t||t.jquery?(t||r).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),F.test(n[1])&&E.isPlainObject(t))for(n in t)_(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(i=v.getElementById(n[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):_(e)?void 0!==r.ready?r.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,O=E(v);var M=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};function $(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}E.fn.extend({has:function(e){var t=E(e,this),r=t.length;return this.filter((function(){for(var e=0;e-1:1===r.nodeType&&E.find.matchesSelector(r,e))){o.push(r);break}return this.pushStack(o.length>1?E.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(E(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,r){return T(e,"parentNode",r)},next:function(e){return $(e,"nextSibling")},prev:function(e){return $(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,r){return T(e,"nextSibling",r)},prevUntil:function(e,t,r){return T(e,"previousSibling",r)},siblings:function(e){return A((e.parentNode||{}).firstChild,e)},children:function(e){return A(e.firstChild)},contents:function(e){return null!=e.contentDocument&&s(e.contentDocument)?e.contentDocument:(R(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},(function(e,t){E.fn[e]=function(r,n){var i=E.map(this,t,r);return"Until"!==e.slice(-5)&&(n=r),n&&"string"==typeof n&&(i=E.filter(n,i)),this.length>1&&(I[e]||E.uniqueSort(i),M.test(e)&&i.reverse()),this.pushStack(i)}}));var B=/[^\x20\t\r\n\f]+/g;function P(e){return e}function j(e){throw e}function q(e,t,r,n){var i;try{e&&_(i=e.promise)?i.call(e).done(t).fail(r):e&&_(i=e.then)?i.call(e,t,r):t.apply(void 0,[e].slice(n))}catch(e){r.apply(void 0,[e])}}E.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return E.each(e.match(B)||[],(function(e,r){t[r]=!0})),t}(e):E.extend({},e);var t,r,n,i,o=[],s=[],a=-1,l=function(){for(i=i||e.once,n=t=!0;s.length;a=-1)for(r=s.shift();++a-1;)o.splice(r,1),r<=a&&a--})),this},has:function(e){return e?E.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=s=[],o=r="",this},disabled:function(){return!o},lock:function(){return i=s=[],r||t||(o=r=""),this},locked:function(){return!!i},fireWith:function(e,r){return i||(r=[e,(r=r||[]).slice?r.slice():r],s.push(r),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},E.extend({Deferred:function(e){var t=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return E.Deferred((function(r){E.each(t,(function(t,n){var i=_(e[n[4]])&&e[n[4]];o[n[1]]((function(){var e=i&&i.apply(this,arguments);e&&_(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[n[0]+"With"](this,i?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,i){var o=0;function s(e,t,r,i){return function(){var a=this,l=arguments,c=function(){var n,c;if(!(e=o&&(r!==j&&(a=void 0,l=[n]),t.rejectWith(a,l))}};e?u():(E.Deferred.getStackHook&&(u.stackTrace=E.Deferred.getStackHook()),n.setTimeout(u))}}return E.Deferred((function(n){t[0][3].add(s(0,n,_(i)?i:P,n.notifyWith)),t[1][3].add(s(0,n,_(e)?e:P)),t[2][3].add(s(0,n,_(r)?r:j))})).promise()},promise:function(e){return null!=e?E.extend(e,i):i}},o={};return E.each(t,(function(e,n){var s=n[2],a=n[5];i[n[1]]=s.add,a&&s.add((function(){r=a}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),s.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=s.fireWith})),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,r=t,n=Array(r),i=a.call(arguments),o=E.Deferred(),s=function(e){return function(r){n[e]=this,i[e]=arguments.length>1?a.call(arguments):r,--t||o.resolveWith(n,i)}};if(t<=1&&(q(e,o.done(s(r)).resolve,o.reject,!t),"pending"===o.state()||_(i[r]&&i[r].then)))return o.then();for(;r--;)q(i[r],s(r),o.reject);return o.promise()}});var z=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&z.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){n.setTimeout((function(){throw e}))};var H=E.Deferred();function U(){v.removeEventListener("DOMContentLoaded",U),n.removeEventListener("load",U),E.ready()}E.fn.ready=function(e){return H.then(e).catch((function(e){E.readyException(e)})),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0,!0!==e&&--E.readyWait>0||H.resolveWith(v,[E]))}}),E.ready.then=H.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(E.ready):(v.addEventListener("DOMContentLoaded",U),n.addEventListener("load",U));var W=function(e,t,r,n,i,o,s){var a=0,l=e.length,c=null==r;if("object"===x(r))for(a in i=!0,r)W(e,t,a,r[a],!0,o,s);else if(void 0!==n&&(i=!0,_(n)||(s=!0),c&&(s?(t.call(e,n),t=null):(c=t,t=function(e,t,r){return c.call(E(e),r)})),t))for(;a1,null,!0)},removeData:function(e){return this.each((function(){J.remove(this,e)}))}}),E.extend({queue:function(e,t,r){var n;if(e)return t=(t||"fx")+"queue",n=Z.get(e,t),r&&(!n||Array.isArray(r)?n=Z.access(e,t,E.makeArray(r)):n.push(r)),n||[]},dequeue:function(e,t){t=t||"fx";var r=E.queue(e,t),n=r.length,i=r.shift(),o=E._queueHooks(e,t);"inprogress"===i&&(i=r.shift(),n--),i&&("fx"===t&&r.unshift("inprogress"),delete o.stop,i.call(e,(function(){E.dequeue(e,t)}),o)),!n&&o&&o.empty.fire()},_queueHooks:function(e,t){var r=t+"queueHooks";return Z.get(e,r)||Z.access(e,r,{empty:E.Callbacks("once memory").add((function(){Z.remove(e,[t+"queue",r])}))})}}),E.fn.extend({queue:function(e,t){var r=2;return"string"!=typeof e&&(t=e,e="fx",r--),arguments.length\x20\t\r\n\f]*)/i,be=/^$|^module$|\/(?:java|ecma)script/i;me=v.createDocumentFragment().appendChild(v.createElement("div")),(fe=v.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),me.appendChild(fe),g.checkClone=me.cloneNode(!0).cloneNode(!0).lastChild.checked,me.innerHTML="",g.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue,me.innerHTML="",g.option=!!me.lastChild;var ve={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var r;return r=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&R(e,t)?E.merge([e],r):r}function we(e,t){for(var r=0,n=e.length;r",""]);var xe=/<|&#?\w+;/;function ke(e,t,r,n,i){for(var o,s,a,l,c,u,d=t.createDocumentFragment(),h=[],p=0,m=e.length;p-1)i&&i.push(o);else if(c=ae(o),s=ye(d.appendChild(o),"script"),c&&we(s),r)for(u=0;o=s[u++];)be.test(o.type||"")&&r.push(o);return d}var Ee=/^([^.]*)(?:\.(.+)|)/;function Ce(){return!0}function Se(){return!1}function Te(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,r,n,i,o){var s,a;if("object"==typeof t){for(a in"string"!=typeof r&&(n=n||r,r=void 0),t)Ae(e,a,r,n,t[a],o);return e}if(null==n&&null==i?(i=r,n=r=void 0):null==i&&("string"==typeof r?(i=n,n=void 0):(i=n,n=r,r=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(s=i,i=function(e){return E().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=E.guid++)),e.each((function(){E.event.add(this,t,i,n,r)}))}function Le(e,t,r){r?(Z.set(e,t,!1),E.event.add(e,t,{namespace:!1,handler:function(e){var n,i,o=Z.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(E.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=a.call(arguments),Z.set(this,t,o),n=r(this,t),this[t](),o!==(i=Z.get(this,t))||n?Z.set(this,t,!1):i={},o!==i)return e.stopImmediatePropagation(),e.preventDefault(),i&&i.value}else o.length&&(Z.set(this,t,{value:E.event.trigger(E.extend(o[0],E.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Z.get(e,t)&&E.event.add(e,t,Ce)}E.event={global:{},add:function(e,t,r,n,i){var o,s,a,l,c,u,d,h,p,m,f,g=Z.get(e);if(X(e))for(r.handler&&(r=(o=r).handler,i=o.selector),i&&E.find.matchesSelector(se,i),r.guid||(r.guid=E.guid++),(l=g.events)||(l=g.events=Object.create(null)),(s=g.handle)||(s=g.handle=function(t){return void 0!==E&&E.event.triggered!==t.type?E.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(B)||[""]).length;c--;)p=f=(a=Ee.exec(t[c])||[])[1],m=(a[2]||"").split(".").sort(),p&&(d=E.event.special[p]||{},p=(i?d.delegateType:d.bindType)||p,d=E.event.special[p]||{},u=E.extend({type:p,origType:f,data:n,handler:r,guid:r.guid,selector:i,needsContext:i&&E.expr.match.needsContext.test(i),namespace:m.join(".")},o),(h=l[p])||((h=l[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,n,m,s)||e.addEventListener&&e.addEventListener(p,s)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=r.guid)),i?h.splice(h.delegateCount++,0,u):h.push(u),E.event.global[p]=!0)},remove:function(e,t,r,n,i){var o,s,a,l,c,u,d,h,p,m,f,g=Z.hasData(e)&&Z.get(e);if(g&&(l=g.events)){for(c=(t=(t||"").match(B)||[""]).length;c--;)if(p=f=(a=Ee.exec(t[c])||[])[1],m=(a[2]||"").split(".").sort(),p){for(d=E.event.special[p]||{},h=l[p=(n?d.delegateType:d.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=h.length;o--;)u=h[o],!i&&f!==u.origType||r&&r.guid!==u.guid||a&&!a.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(h.splice(o,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(e,u));s&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,m,g.handle)||E.removeEvent(e,p,g.handle),delete l[p])}else for(p in l)E.event.remove(e,p+t[c],r,n,!0);E.isEmptyObject(l)&&Z.remove(e,"handle events")}},dispatch:function(e){var t,r,n,i,o,s,a=new Array(arguments.length),l=E.event.fix(e),c=(Z.get(this,"events")||Object.create(null))[l.type]||[],u=E.event.special[l.type]||{};for(a[0]=l,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],s={},r=0;r-1:E.find(i,this,null,[c]).length),s[i]&&o.push(n);o.length&&a.push({elem:c,handlers:o})}return c=this,l\s*$/g;function Oe(e,t){return R(e,"table")&&R(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function Ne(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Me(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ie(e,t){var r,n,i,o,s,a;if(1===t.nodeType){if(Z.hasData(e)&&(a=Z.get(e).events))for(i in Z.remove(t,"handle events"),a)for(r=0,n=a[i].length;r1&&"string"==typeof m&&!g.checkClone&&Fe.test(m))return e.each((function(i){var o=e.eq(i);f&&(t[0]=m.call(this,i,o.html())),Be(o,t,r,n)}));if(h&&(o=(i=ke(t,e[0].ownerDocument,!1,e,n)).firstChild,1===i.childNodes.length&&(i=o),o||n)){for(a=(s=E.map(ye(i,"script"),Ne)).length;d0&&we(s,!l&&ye(e,"script")),a},cleanData:function(e){for(var t,r,n,i=E.event.special,o=0;void 0!==(r=e[o]);o++)if(X(r)){if(t=r[Z.expando]){if(t.events)for(n in t.events)i[n]?E.event.remove(r,n):E.removeEvent(r,n,t.handle);r[Z.expando]=void 0}r[J.expando]&&(r[J.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Pe(this,e,!0)},remove:function(e){return Pe(this,e)},text:function(e){return W(this,(function(e){return void 0===e?E.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Be(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)}))},prepend:function(){return Be(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Be(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Be(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return E.clone(this,e,t)}))},html:function(e){return W(this,(function(e){var t=this[0]||{},r=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Re.test(e)&&!ve[(_e.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;r=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-a-.5))||0),l}function rt(e,t,r){var n=qe(e),i=(!g.boxSizingReliable()||r)&&"border-box"===E.css(e,"boxSizing",!1,n),o=i,s=Ue(e,t,n),a="offset"+t[0].toUpperCase()+t.slice(1);if(je.test(s)){if(!r)return s;s="auto"}return(!g.boxSizingReliable()&&i||!g.reliableTrDimensions()&&R(e,"tr")||"auto"===s||!parseFloat(s)&&"inline"===E.css(e,"display",!1,n))&&e.getClientRects().length&&(i="border-box"===E.css(e,"boxSizing",!1,n),(o=a in e)&&(s=e[a])),(s=parseFloat(s)||0)+tt(e,t,r||(i?"border":"content"),o,n,s)+"px"}function nt(e,t,r,n,i){return new nt.prototype.init(e,t,r,n,i)}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var r=Ue(e,"opacity");return""===r?"1":r}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,r,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,s,a=Y(t),l=Qe.test(t),c=e.style;if(l||(t=Ye(a)),s=E.cssHooks[t]||E.cssHooks[a],void 0===r)return s&&"get"in s&&void 0!==(i=s.get(e,!1,n))?i:c[t];"string"===(o=typeof r)&&(i=ie.exec(r))&&i[1]&&(r=ue(e,t,i),o="number"),null!=r&&r==r&&("number"!==o||l||(r+=i&&i[3]||(E.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==r||0!==t.indexOf("background")||(c[t]="inherit"),s&&"set"in s&&void 0===(r=s.set(e,r,n))||(l?c.setProperty(t,r):c[t]=r))}},css:function(e,t,r,n){var i,o,s,a=Y(t);return Qe.test(t)||(t=Ye(a)),(s=E.cssHooks[t]||E.cssHooks[a])&&"get"in s&&(i=s.get(e,!0,r)),void 0===i&&(i=Ue(e,t,n)),"normal"===i&&t in Je&&(i=Je[t]),""===r||r?(o=parseFloat(i),!0===r||isFinite(o)?o||0:i):i}}),E.each(["height","width"],(function(e,t){E.cssHooks[t]={get:function(e,r,n){if(r)return!Xe.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?rt(e,t,n):ze(e,Ze,(function(){return rt(e,t,n)}))},set:function(e,r,n){var i,o=qe(e),s=!g.scrollboxSize()&&"absolute"===o.position,a=(s||n)&&"border-box"===E.css(e,"boxSizing",!1,o),l=n?tt(e,t,n,a,o):0;return a&&s&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-tt(e,t,"border",!1,o)-.5)),l&&(i=ie.exec(r))&&"px"!==(i[3]||"px")&&(e.style[t]=r,r=E.css(e,t)),et(0,r,l)}}})),E.cssHooks.marginLeft=We(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Ue(e,"marginLeft"))||e.getBoundingClientRect().left-ze(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),E.each({margin:"",padding:"",border:"Width"},(function(e,t){E.cssHooks[e+t]={expand:function(r){for(var n=0,i={},o="string"==typeof r?r.split(" "):[r];n<4;n++)i[e+oe[n]+t]=o[n]||o[n-2]||o[0];return i}},"margin"!==e&&(E.cssHooks[e+t].set=et)})),E.fn.extend({css:function(e,t){return W(this,(function(e,t,r){var n,i,o={},s=0;if(Array.isArray(t)){for(n=qe(e),i=t.length;s1)}}),E.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,r,n,i,o){this.elem=e,this.prop=r,this.easing=i||E.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=o||(E.cssNumber[r]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,r=nt.propHooks[this.prop];return this.options.duration?this.pos=t=E.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),r&&r.set?r.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=E.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){E.fx.step[e.prop]?E.fx.step[e.prop](e):1!==e.elem.nodeType||!E.cssHooks[e.prop]&&null==e.elem.style[Ye(e.prop)]?e.elem[e.prop]=e.now:E.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},E.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},E.fx=nt.prototype.init,E.fx.step={};var it,ot,st=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function lt(){ot&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(lt):n.setTimeout(lt,E.fx.interval),E.fx.tick())}function ct(){return n.setTimeout((function(){it=void 0})),it=Date.now()}function ut(e,t){var r,n=0,i={height:e};for(t=t?1:0;n<4;n+=2-t)i["margin"+(r=oe[n])]=i["padding"+r]=e;return t&&(i.opacity=i.width=e),i}function dt(e,t,r){for(var n,i=(ht.tweeners[t]||[]).concat(ht.tweeners["*"]),o=0,s=i.length;o1)},removeAttr:function(e){return this.each((function(){E.removeAttr(this,e)}))}}),E.extend({attr:function(e,t,r){var n,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?E.prop(e,t,r):(1===o&&E.isXMLDoc(e)||(i=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?pt:void 0)),void 0!==r?null===r?void E.removeAttr(e,t):i&&"set"in i&&void 0!==(n=i.set(e,r,t))?n:(e.setAttribute(t,r+""),r):i&&"get"in i&&null!==(n=i.get(e,t))?n:null==(n=E.find.attr(e,t))?void 0:n)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&R(e,"input")){var r=e.value;return e.setAttribute("type",t),r&&(e.value=r),t}}}},removeAttr:function(e,t){var r,n=0,i=t&&t.match(B);if(i&&1===e.nodeType)for(;r=i[n++];)e.removeAttribute(r)}}),pt={set:function(e,t,r){return!1===t?E.removeAttr(e,r):e.setAttribute(r,r),r}},E.each(E.expr.match.bool.source.match(/\w+/g),(function(e,t){var r=mt[t]||E.find.attr;mt[t]=function(e,t,n){var i,o,s=t.toLowerCase();return n||(o=mt[s],mt[s]=i,i=null!=r(e,t,n)?s:null,mt[s]=o),i}}));var ft=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function _t(e){return(e.match(B)||[]).join(" ")}function bt(e){return e.getAttribute&&e.getAttribute("class")||""}function vt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(B)||[]}E.fn.extend({prop:function(e,t){return W(this,E.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[E.propFix[e]||e]}))}}),E.extend({prop:function(e,t,r){var n,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&E.isXMLDoc(e)||(t=E.propFix[t]||t,i=E.propHooks[t]),void 0!==r?i&&"set"in i&&void 0!==(n=i.set(e,r,t))?n:e[t]=r:i&&"get"in i&&null!==(n=i.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):ft.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){E.propFix[this.toLowerCase()]=this})),E.fn.extend({addClass:function(e){var t,r,n,i,o,s,a,l=0;if(_(e))return this.each((function(t){E(this).addClass(e.call(this,t,bt(this)))}));if((t=vt(e)).length)for(;r=this[l++];)if(i=bt(r),n=1===r.nodeType&&" "+_t(i)+" "){for(s=0;o=t[s++];)n.indexOf(" "+o+" ")<0&&(n+=o+" ");i!==(a=_t(n))&&r.setAttribute("class",a)}return this},removeClass:function(e){var t,r,n,i,o,s,a,l=0;if(_(e))return this.each((function(t){E(this).removeClass(e.call(this,t,bt(this)))}));if(!arguments.length)return this.attr("class","");if((t=vt(e)).length)for(;r=this[l++];)if(i=bt(r),n=1===r.nodeType&&" "+_t(i)+" "){for(s=0;o=t[s++];)for(;n.indexOf(" "+o+" ")>-1;)n=n.replace(" "+o+" "," ");i!==(a=_t(n))&&r.setAttribute("class",a)}return this},toggleClass:function(e,t){var r=typeof e,n="string"===r||Array.isArray(e);return"boolean"==typeof t&&n?t?this.addClass(e):this.removeClass(e):_(e)?this.each((function(r){E(this).toggleClass(e.call(this,r,bt(this),t),t)})):this.each((function(){var t,i,o,s;if(n)for(i=0,o=E(this),s=vt(e);t=s[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==r||((t=bt(this))&&Z.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Z.get(this,"__className__")||""))}))},hasClass:function(e){var t,r,n=0;for(t=" "+e+" ";r=this[n++];)if(1===r.nodeType&&(" "+_t(bt(r))+" ").indexOf(t)>-1)return!0;return!1}});var yt=/\r/g;E.fn.extend({val:function(e){var t,r,n,i=this[0];return arguments.length?(n=_(e),this.each((function(r){var i;1===this.nodeType&&(null==(i=n?e.call(this,r,E(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=E.map(i,(function(e){return null==e?"":e+""}))),(t=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=E.valHooks[i.type]||E.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(r=t.get(i,"value"))?r:"string"==typeof(r=i.value)?r.replace(yt,""):null==r?"":r:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:_t(E.text(e))}},select:{get:function(e){var t,r,n,i=e.options,o=e.selectedIndex,s="select-one"===e.type,a=s?null:[],l=s?o+1:i.length;for(n=o<0?l:s?o:0;n-1)&&(r=!0);return r||(e.selectedIndex=-1),o}}}}),E.each(["radio","checkbox"],(function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=E.inArray(E(e).val(),t)>-1}},g.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var wt=/^(?:focusinfocus|focusoutblur)$/,xt=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,r,i){var o,s,a,l,c,u,d,h,m=[r||v],f=p.call(e,"type")?e.type:e,g=p.call(e,"namespace")?e.namespace.split("."):[];if(s=h=a=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!wt.test(f+E.event.triggered)&&(f.indexOf(".")>-1&&(g=f.split("."),f=g.shift(),g.sort()),c=f.indexOf(":")<0&&"on"+f,(e=e[E.expando]?e:new E.Event(f,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:E.makeArray(t,[e]),d=E.event.special[f]||{},i||!d.trigger||!1!==d.trigger.apply(r,t))){if(!i&&!d.noBubble&&!b(r)){for(l=d.delegateType||f,wt.test(l+f)||(s=s.parentNode);s;s=s.parentNode)m.push(s),a=s;a===(r.ownerDocument||v)&&m.push(a.defaultView||a.parentWindow||n)}for(o=0;(s=m[o++])&&!e.isPropagationStopped();)h=s,e.type=o>1?l:d.bindType||f,(u=(Z.get(s,"events")||Object.create(null))[e.type]&&Z.get(s,"handle"))&&u.apply(s,t),(u=c&&s[c])&&u.apply&&X(s)&&(e.result=u.apply(s,t),!1===e.result&&e.preventDefault());return e.type=f,i||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(m.pop(),t)||!X(r)||c&&_(r[f])&&!b(r)&&((a=r[c])&&(r[c]=null),E.event.triggered=f,e.isPropagationStopped()&&h.addEventListener(f,xt),r[f](),e.isPropagationStopped()&&h.removeEventListener(f,xt),E.event.triggered=void 0,a&&(r[c]=a)),e.result}},simulate:function(e,t,r){var n=E.extend(new E.Event,r,{type:e,isSimulated:!0});E.event.trigger(n,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each((function(){E.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var r=this[0];if(r)return E.event.trigger(e,t,r,!0)}}),g.focusin||E.each({focus:"focusin",blur:"focusout"},(function(e,t){var r=function(e){E.event.simulate(t,e.target,E.event.fix(e))};E.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,i=Z.access(n,t);i||n.addEventListener(e,r,!0),Z.access(n,t,(i||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,i=Z.access(n,t)-1;i?Z.access(n,t,i):(n.removeEventListener(e,r,!0),Z.remove(n,t))}}}));var kt=n.location,Et={guid:Date.now()},Ct=/\?/;E.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||E.error("Invalid XML: "+(r?E.map(r.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var St=/\[\]$/,Tt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Lt=/^(?:input|select|textarea|keygen)/i;function Rt(e,t,r,n){var i;if(Array.isArray(t))E.each(t,(function(t,i){r||St.test(e)?n(e,i):Rt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,r,n)}));else if(r||"object"!==x(t))n(e,t);else for(i in t)Rt(e+"["+i+"]",t[i],r,n)}E.param=function(e,t){var r,n=[],i=function(e,t){var r=_(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==r?"":r)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,(function(){i(this.name,this.value)}));else for(r in e)Rt(r,e[r],t,i);return n.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&Lt.test(this.nodeName)&&!At.test(e)&&(this.checked||!ge.test(e))})).map((function(e,t){var r=E(this).val();return null==r?null:Array.isArray(r)?E.map(r,(function(e){return{name:t.name,value:e.replace(Tt,"\r\n")}})):{name:t.name,value:r.replace(Tt,"\r\n")}})).get()}});var Ft=/%20/g,Dt=/#.*$/,Ot=/([?&])_=[^&]*/,Nt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Mt=/^(?:GET|HEAD)$/,It=/^\/\//,$t={},Bt={},Pt="*/".concat("*"),jt=v.createElement("a");function qt(e){return function(t,r){"string"!=typeof t&&(r=t,t="*");var n,i=0,o=t.toLowerCase().match(B)||[];if(_(r))for(;n=o[i++];)"+"===n[0]?(n=n.slice(1)||"*",(e[n]=e[n]||[]).unshift(r)):(e[n]=e[n]||[]).push(r)}}function zt(e,t,r,n){var i={},o=e===Bt;function s(a){var l;return i[a]=!0,E.each(e[a]||[],(function(e,a){var c=a(t,r,n);return"string"!=typeof c||o||i[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),s(c),!1)})),l}return s(t.dataTypes[0])||!i["*"]&&s("*")}function Ht(e,t){var r,n,i=E.ajaxSettings.flatOptions||{};for(r in t)void 0!==t[r]&&((i[r]?e:n||(n={}))[r]=t[r]);return n&&E.extend(!0,e,n),e}jt.href=kt.href,E.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:kt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(kt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Pt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Ht(Ht(e,E.ajaxSettings),t):Ht(E.ajaxSettings,e)},ajaxPrefilter:qt($t),ajaxTransport:qt(Bt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,i,o,s,a,l,c,u,d,h,p=E.ajaxSetup({},t),m=p.context||p,f=p.context&&(m.nodeType||m.jquery)?E(m):E.event,g=E.Deferred(),_=E.Callbacks("once memory"),b=p.statusCode||{},y={},w={},x="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=Nt.exec(o);)s[t[1].toLowerCase()+" "]=(s[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=s[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,y[e]=t),this},overrideMimeType:function(e){return null==c&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)k.always(e[k.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||x;return r&&r.abort(t),C(0,t),this}};if(g.promise(k),p.url=((e||p.url||kt.href)+"").replace(It,kt.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(B)||[""],null==p.crossDomain){l=v.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=jt.protocol+"//"+jt.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=E.param(p.data,p.traditional)),zt($t,p,t,k),c)return k;for(d in(u=E.event&&p.global)&&0==E.active++&&E.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Mt.test(p.type),i=p.url.replace(Dt,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Ft,"+")):(h=p.url.slice(i.length),p.data&&(p.processData||"string"==typeof p.data)&&(i+=(Ct.test(i)?"&":"?")+p.data,delete p.data),!1===p.cache&&(i=i.replace(Ot,"$1"),h=(Ct.test(i)?"&":"?")+"_="+Et.guid+++h),p.url=i+h),p.ifModified&&(E.lastModified[i]&&k.setRequestHeader("If-Modified-Since",E.lastModified[i]),E.etag[i]&&k.setRequestHeader("If-None-Match",E.etag[i])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&k.setRequestHeader("Content-Type",p.contentType),k.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Pt+"; q=0.01":""):p.accepts["*"]),p.headers)k.setRequestHeader(d,p.headers[d]);if(p.beforeSend&&(!1===p.beforeSend.call(m,k,p)||c))return k.abort();if(x="abort",_.add(p.complete),k.done(p.success),k.fail(p.error),r=zt(Bt,p,t,k)){if(k.readyState=1,u&&f.trigger("ajaxSend",[k,p]),c)return k;p.async&&p.timeout>0&&(a=n.setTimeout((function(){k.abort("timeout")}),p.timeout));try{c=!1,r.send(y,C)}catch(e){if(c)throw e;C(-1,e)}}else C(-1,"No Transport");function C(e,t,s,l){var d,h,v,y,w,x=t;c||(c=!0,a&&n.clearTimeout(a),r=void 0,o=l||"",k.readyState=e>0?4:0,d=e>=200&&e<300||304===e,s&&(y=function(e,t,r){for(var n,i,o,s,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(i in a)if(a[i]&&a[i].test(n)){l.unshift(i);break}if(l[0]in r)o=l[0];else{for(i in r){if(!l[0]||e.converters[i+" "+l[0]]){o=i;break}s||(s=i)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),r[o]}(p,k,s)),!d&&E.inArray("script",p.dataTypes)>-1&&E.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),y=function(e,t,r,n){var i,o,s,a,l,c={},u=e.dataTypes.slice();if(u[1])for(s in e.converters)c[s.toLowerCase()]=e.converters[s];for(o=u.shift();o;)if(e.responseFields[o]&&(r[e.responseFields[o]]=t),!l&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(s=c[l+" "+o]||c["* "+o]))for(i in c)if((a=i.split(" "))[1]===o&&(s=c[l+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[i]:!0!==c[i]&&(o=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(e){return{state:"parsererror",error:s?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(p,y,k,d),d?(p.ifModified&&((w=k.getResponseHeader("Last-Modified"))&&(E.lastModified[i]=w),(w=k.getResponseHeader("etag"))&&(E.etag[i]=w)),204===e||"HEAD"===p.type?x="nocontent":304===e?x="notmodified":(x=y.state,h=y.data,d=!(v=y.error))):(v=x,!e&&x||(x="error",e<0&&(e=0))),k.status=e,k.statusText=(t||x)+"",d?g.resolveWith(m,[h,x,k]):g.rejectWith(m,[k,x,v]),k.statusCode(b),b=void 0,u&&f.trigger(d?"ajaxSuccess":"ajaxError",[k,p,d?h:v]),_.fireWith(m,[k,x]),u&&(f.trigger("ajaxComplete",[k,p]),--E.active||E.event.trigger("ajaxStop")))}return k},getJSON:function(e,t,r){return E.get(e,t,r,"json")},getScript:function(e,t){return E.get(e,void 0,t,"script")}}),E.each(["get","post"],(function(e,t){E[t]=function(e,r,n,i){return _(r)&&(i=i||n,n=r,r=void 0),E.ajax(E.extend({url:e,type:t,dataType:i,data:r,success:n},E.isPlainObject(e)&&e))}})),E.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),E._evalUrl=function(e,t,r){return E.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){E.globalEval(e,t,r)}})},E.fn.extend({wrapAll:function(e){var t;return this[0]&&(_(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return _(e)?this.each((function(t){E(this).wrapInner(e.call(this,t))})):this.each((function(){var t=E(this),r=t.contents();r.length?r.wrapAll(e):t.append(e)}))},wrap:function(e){var t=_(e);return this.each((function(r){E(this).wrapAll(t?e.call(this,r):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){E(this).replaceWith(this.childNodes)})),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},E.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Wt=E.ajaxSettings.xhr();g.cors=!!Wt&&"withCredentials"in Wt,g.ajax=Wt=!!Wt,E.ajaxTransport((function(e){var t,r;if(g.cors||Wt&&!e.crossDomain)return{send:function(i,o){var s,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)a[s]=e.xhrFields[s];for(s in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)a.setRequestHeader(s,i[s]);t=function(e){return function(){t&&(t=r=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Ut[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),r=a.onerror=a.ontimeout=t("error"),void 0!==a.onabort?a.onabort=r:a.onreadystatechange=function(){4===a.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),E.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return E.globalEval(e),e}}}),E.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),E.ajaxTransport("script",(function(e){var t,r;if(e.crossDomain||e.scriptAttrs)return{send:function(n,i){t=E("